snowball.d.ts 84 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544
  1. import {Request} from '../lib/request';
  2. import {Response} from '../lib/response';
  3. import {AWSError} from '../lib/error';
  4. import {Service} from '../lib/service';
  5. import {ServiceConfigurationOptions} from '../lib/service';
  6. import {ConfigBase as Config} from '../lib/config-base';
  7. interface Blob {}
  8. declare class Snowball extends Service {
  9. /**
  10. * Constructs a service object. This object has one method for each API operation.
  11. */
  12. constructor(options?: Snowball.Types.ClientConfiguration)
  13. config: Config & Snowball.Types.ClientConfiguration;
  14. /**
  15. * Cancels a cluster job. You can only cancel a cluster job while it's in the AwaitingQuorum status. You'll have at least an hour after creating a cluster job to cancel it.
  16. */
  17. cancelCluster(params: Snowball.Types.CancelClusterRequest, callback?: (err: AWSError, data: Snowball.Types.CancelClusterResult) => void): Request<Snowball.Types.CancelClusterResult, AWSError>;
  18. /**
  19. * Cancels a cluster job. You can only cancel a cluster job while it's in the AwaitingQuorum status. You'll have at least an hour after creating a cluster job to cancel it.
  20. */
  21. cancelCluster(callback?: (err: AWSError, data: Snowball.Types.CancelClusterResult) => void): Request<Snowball.Types.CancelClusterResult, AWSError>;
  22. /**
  23. * Cancels the specified job. You can only cancel a job before its JobState value changes to PreparingAppliance. Requesting the ListJobs or DescribeJob action returns a job's JobState as part of the response element data returned.
  24. */
  25. cancelJob(params: Snowball.Types.CancelJobRequest, callback?: (err: AWSError, data: Snowball.Types.CancelJobResult) => void): Request<Snowball.Types.CancelJobResult, AWSError>;
  26. /**
  27. * Cancels the specified job. You can only cancel a job before its JobState value changes to PreparingAppliance. Requesting the ListJobs or DescribeJob action returns a job's JobState as part of the response element data returned.
  28. */
  29. cancelJob(callback?: (err: AWSError, data: Snowball.Types.CancelJobResult) => void): Request<Snowball.Types.CancelJobResult, AWSError>;
  30. /**
  31. * Creates an address for a Snow device to be shipped to. In most regions, addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. If the address is invalid or unsupported, then an exception is thrown. If providing an address as a JSON file through the cli-input-json option, include the full file path. For example, --cli-input-json file://create-address.json.
  32. */
  33. createAddress(params: Snowball.Types.CreateAddressRequest, callback?: (err: AWSError, data: Snowball.Types.CreateAddressResult) => void): Request<Snowball.Types.CreateAddressResult, AWSError>;
  34. /**
  35. * Creates an address for a Snow device to be shipped to. In most regions, addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. If the address is invalid or unsupported, then an exception is thrown. If providing an address as a JSON file through the cli-input-json option, include the full file path. For example, --cli-input-json file://create-address.json.
  36. */
  37. createAddress(callback?: (err: AWSError, data: Snowball.Types.CreateAddressResult) => void): Request<Snowball.Types.CreateAddressResult, AWSError>;
  38. /**
  39. * Creates an empty cluster. Each cluster supports five nodes. You use the CreateJob action separately to create the jobs for each of these nodes. The cluster does not ship until these five node jobs have been created.
  40. */
  41. createCluster(params: Snowball.Types.CreateClusterRequest, callback?: (err: AWSError, data: Snowball.Types.CreateClusterResult) => void): Request<Snowball.Types.CreateClusterResult, AWSError>;
  42. /**
  43. * Creates an empty cluster. Each cluster supports five nodes. You use the CreateJob action separately to create the jobs for each of these nodes. The cluster does not ship until these five node jobs have been created.
  44. */
  45. createCluster(callback?: (err: AWSError, data: Snowball.Types.CreateClusterResult) => void): Request<Snowball.Types.CreateClusterResult, AWSError>;
  46. /**
  47. * Creates a job to import or export data between Amazon S3 and your on-premises data center. Your Amazon Web Services account must have the right trust policies and permissions in place to create a job for a Snow device. If you're creating a job for a node in a cluster, you only need to provide the clusterId value; the other job attributes are inherited from the cluster. Only the Snowball; Edge device type is supported when ordering clustered jobs. The device capacity is optional. Availability of device types differ by Amazon Web Services Region. For more information about Region availability, see Amazon Web Services Regional Services. Snow Family devices and their capacities. Device type: SNC1_SSD Capacity: T14 Description: Snowcone Device type: SNC1_HDD Capacity: T8 Description: Snowcone Device type: EDGE_S Capacity: T98 Description: Snowball Edge Storage Optimized for data transfer only Device type: EDGE_CG Capacity: T42 Description: Snowball Edge Compute Optimized with GPU Device type: EDGE_C Capacity: T42 Description: Snowball Edge Compute Optimized without GPU Device type: EDGE Capacity: T100 Description: Snowball Edge Storage Optimized with EC2 Compute This device is replaced with T98. Device type: STANDARD Capacity: T50 Description: Original Snowball device This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region Device type: STANDARD Capacity: T80 Description: Original Snowball device This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region. Snow Family device type: RACK_5U_C Capacity: T13 Description: Snowblade. Device type: V3_5S Capacity: T240 Description: Snowball Edge Storage Optimized 210TB
  48. */
  49. createJob(params: Snowball.Types.CreateJobRequest, callback?: (err: AWSError, data: Snowball.Types.CreateJobResult) => void): Request<Snowball.Types.CreateJobResult, AWSError>;
  50. /**
  51. * Creates a job to import or export data between Amazon S3 and your on-premises data center. Your Amazon Web Services account must have the right trust policies and permissions in place to create a job for a Snow device. If you're creating a job for a node in a cluster, you only need to provide the clusterId value; the other job attributes are inherited from the cluster. Only the Snowball; Edge device type is supported when ordering clustered jobs. The device capacity is optional. Availability of device types differ by Amazon Web Services Region. For more information about Region availability, see Amazon Web Services Regional Services. Snow Family devices and their capacities. Device type: SNC1_SSD Capacity: T14 Description: Snowcone Device type: SNC1_HDD Capacity: T8 Description: Snowcone Device type: EDGE_S Capacity: T98 Description: Snowball Edge Storage Optimized for data transfer only Device type: EDGE_CG Capacity: T42 Description: Snowball Edge Compute Optimized with GPU Device type: EDGE_C Capacity: T42 Description: Snowball Edge Compute Optimized without GPU Device type: EDGE Capacity: T100 Description: Snowball Edge Storage Optimized with EC2 Compute This device is replaced with T98. Device type: STANDARD Capacity: T50 Description: Original Snowball device This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region Device type: STANDARD Capacity: T80 Description: Original Snowball device This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region. Snow Family device type: RACK_5U_C Capacity: T13 Description: Snowblade. Device type: V3_5S Capacity: T240 Description: Snowball Edge Storage Optimized 210TB
  52. */
  53. createJob(callback?: (err: AWSError, data: Snowball.Types.CreateJobResult) => void): Request<Snowball.Types.CreateJobResult, AWSError>;
  54. /**
  55. * Creates a job with the long-term usage option for a device. The long-term usage is a 1-year or 3-year long-term pricing type for the device. You are billed upfront, and Amazon Web Services provides discounts for long-term pricing.
  56. */
  57. createLongTermPricing(params: Snowball.Types.CreateLongTermPricingRequest, callback?: (err: AWSError, data: Snowball.Types.CreateLongTermPricingResult) => void): Request<Snowball.Types.CreateLongTermPricingResult, AWSError>;
  58. /**
  59. * Creates a job with the long-term usage option for a device. The long-term usage is a 1-year or 3-year long-term pricing type for the device. You are billed upfront, and Amazon Web Services provides discounts for long-term pricing.
  60. */
  61. createLongTermPricing(callback?: (err: AWSError, data: Snowball.Types.CreateLongTermPricingResult) => void): Request<Snowball.Types.CreateLongTermPricingResult, AWSError>;
  62. /**
  63. * Creates a shipping label that will be used to return the Snow device to Amazon Web Services.
  64. */
  65. createReturnShippingLabel(params: Snowball.Types.CreateReturnShippingLabelRequest, callback?: (err: AWSError, data: Snowball.Types.CreateReturnShippingLabelResult) => void): Request<Snowball.Types.CreateReturnShippingLabelResult, AWSError>;
  66. /**
  67. * Creates a shipping label that will be used to return the Snow device to Amazon Web Services.
  68. */
  69. createReturnShippingLabel(callback?: (err: AWSError, data: Snowball.Types.CreateReturnShippingLabelResult) => void): Request<Snowball.Types.CreateReturnShippingLabelResult, AWSError>;
  70. /**
  71. * Takes an AddressId and returns specific details about that address in the form of an Address object.
  72. */
  73. describeAddress(params: Snowball.Types.DescribeAddressRequest, callback?: (err: AWSError, data: Snowball.Types.DescribeAddressResult) => void): Request<Snowball.Types.DescribeAddressResult, AWSError>;
  74. /**
  75. * Takes an AddressId and returns specific details about that address in the form of an Address object.
  76. */
  77. describeAddress(callback?: (err: AWSError, data: Snowball.Types.DescribeAddressResult) => void): Request<Snowball.Types.DescribeAddressResult, AWSError>;
  78. /**
  79. * Returns a specified number of ADDRESS objects. Calling this API in one of the US regions will return addresses from the list of all addresses associated with this account in all US regions.
  80. */
  81. describeAddresses(params: Snowball.Types.DescribeAddressesRequest, callback?: (err: AWSError, data: Snowball.Types.DescribeAddressesResult) => void): Request<Snowball.Types.DescribeAddressesResult, AWSError>;
  82. /**
  83. * Returns a specified number of ADDRESS objects. Calling this API in one of the US regions will return addresses from the list of all addresses associated with this account in all US regions.
  84. */
  85. describeAddresses(callback?: (err: AWSError, data: Snowball.Types.DescribeAddressesResult) => void): Request<Snowball.Types.DescribeAddressesResult, AWSError>;
  86. /**
  87. * Returns information about a specific cluster including shipping information, cluster status, and other important metadata.
  88. */
  89. describeCluster(params: Snowball.Types.DescribeClusterRequest, callback?: (err: AWSError, data: Snowball.Types.DescribeClusterResult) => void): Request<Snowball.Types.DescribeClusterResult, AWSError>;
  90. /**
  91. * Returns information about a specific cluster including shipping information, cluster status, and other important metadata.
  92. */
  93. describeCluster(callback?: (err: AWSError, data: Snowball.Types.DescribeClusterResult) => void): Request<Snowball.Types.DescribeClusterResult, AWSError>;
  94. /**
  95. * Returns information about a specific job including shipping information, job status, and other important metadata.
  96. */
  97. describeJob(params: Snowball.Types.DescribeJobRequest, callback?: (err: AWSError, data: Snowball.Types.DescribeJobResult) => void): Request<Snowball.Types.DescribeJobResult, AWSError>;
  98. /**
  99. * Returns information about a specific job including shipping information, job status, and other important metadata.
  100. */
  101. describeJob(callback?: (err: AWSError, data: Snowball.Types.DescribeJobResult) => void): Request<Snowball.Types.DescribeJobResult, AWSError>;
  102. /**
  103. * Information on the shipping label of a Snow device that is being returned to Amazon Web Services.
  104. */
  105. describeReturnShippingLabel(params: Snowball.Types.DescribeReturnShippingLabelRequest, callback?: (err: AWSError, data: Snowball.Types.DescribeReturnShippingLabelResult) => void): Request<Snowball.Types.DescribeReturnShippingLabelResult, AWSError>;
  106. /**
  107. * Information on the shipping label of a Snow device that is being returned to Amazon Web Services.
  108. */
  109. describeReturnShippingLabel(callback?: (err: AWSError, data: Snowball.Types.DescribeReturnShippingLabelResult) => void): Request<Snowball.Types.DescribeReturnShippingLabelResult, AWSError>;
  110. /**
  111. * Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specified JobId value. You can access the manifest file for up to 60 minutes after this request has been made. To access the manifest file after 60 minutes have passed, you'll have to make another call to the GetJobManifest action. The manifest is an encrypted file that you can download after your job enters the WithCustomer status. This is the only valid status for calling this API as the manifest and UnlockCode code value are used for securing your device and should only be used when you have the device. The manifest is decrypted by using the UnlockCode code value, when you pass both values to the Snow device through the Snowball client when the client is started for the first time. As a best practice, we recommend that you don't save a copy of an UnlockCode value in the same location as the manifest file for that job. Saving these separately helps prevent unauthorized parties from gaining access to the Snow device associated with that job. The credentials of a given job, including its manifest file and unlock code, expire 360 days after the job is created.
  112. */
  113. getJobManifest(params: Snowball.Types.GetJobManifestRequest, callback?: (err: AWSError, data: Snowball.Types.GetJobManifestResult) => void): Request<Snowball.Types.GetJobManifestResult, AWSError>;
  114. /**
  115. * Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specified JobId value. You can access the manifest file for up to 60 minutes after this request has been made. To access the manifest file after 60 minutes have passed, you'll have to make another call to the GetJobManifest action. The manifest is an encrypted file that you can download after your job enters the WithCustomer status. This is the only valid status for calling this API as the manifest and UnlockCode code value are used for securing your device and should only be used when you have the device. The manifest is decrypted by using the UnlockCode code value, when you pass both values to the Snow device through the Snowball client when the client is started for the first time. As a best practice, we recommend that you don't save a copy of an UnlockCode value in the same location as the manifest file for that job. Saving these separately helps prevent unauthorized parties from gaining access to the Snow device associated with that job. The credentials of a given job, including its manifest file and unlock code, expire 360 days after the job is created.
  116. */
  117. getJobManifest(callback?: (err: AWSError, data: Snowball.Types.GetJobManifestResult) => void): Request<Snowball.Types.GetJobManifestResult, AWSError>;
  118. /**
  119. * Returns the UnlockCode code value for the specified job. A particular UnlockCode value can be accessed for up to 360 days after the associated job has been created. The UnlockCode value is a 29-character code with 25 alphanumeric characters and 4 hyphens. This code is used to decrypt the manifest file when it is passed along with the manifest to the Snow device through the Snowball client when the client is started for the first time. The only valid status for calling this API is WithCustomer as the manifest and Unlock code values are used for securing your device and should only be used when you have the device. As a best practice, we recommend that you don't save a copy of the UnlockCode in the same location as the manifest file for that job. Saving these separately helps prevent unauthorized parties from gaining access to the Snow device associated with that job.
  120. */
  121. getJobUnlockCode(params: Snowball.Types.GetJobUnlockCodeRequest, callback?: (err: AWSError, data: Snowball.Types.GetJobUnlockCodeResult) => void): Request<Snowball.Types.GetJobUnlockCodeResult, AWSError>;
  122. /**
  123. * Returns the UnlockCode code value for the specified job. A particular UnlockCode value can be accessed for up to 360 days after the associated job has been created. The UnlockCode value is a 29-character code with 25 alphanumeric characters and 4 hyphens. This code is used to decrypt the manifest file when it is passed along with the manifest to the Snow device through the Snowball client when the client is started for the first time. The only valid status for calling this API is WithCustomer as the manifest and Unlock code values are used for securing your device and should only be used when you have the device. As a best practice, we recommend that you don't save a copy of the UnlockCode in the same location as the manifest file for that job. Saving these separately helps prevent unauthorized parties from gaining access to the Snow device associated with that job.
  124. */
  125. getJobUnlockCode(callback?: (err: AWSError, data: Snowball.Types.GetJobUnlockCodeResult) => void): Request<Snowball.Types.GetJobUnlockCodeResult, AWSError>;
  126. /**
  127. * Returns information about the Snow Family service limit for your account, and also the number of Snow devices your account has in use. The default service limit for the number of Snow devices that you can have at one time is 1. If you want to increase your service limit, contact Amazon Web Services Support.
  128. */
  129. getSnowballUsage(params: Snowball.Types.GetSnowballUsageRequest, callback?: (err: AWSError, data: Snowball.Types.GetSnowballUsageResult) => void): Request<Snowball.Types.GetSnowballUsageResult, AWSError>;
  130. /**
  131. * Returns information about the Snow Family service limit for your account, and also the number of Snow devices your account has in use. The default service limit for the number of Snow devices that you can have at one time is 1. If you want to increase your service limit, contact Amazon Web Services Support.
  132. */
  133. getSnowballUsage(callback?: (err: AWSError, data: Snowball.Types.GetSnowballUsageResult) => void): Request<Snowball.Types.GetSnowballUsageResult, AWSError>;
  134. /**
  135. * Returns an Amazon S3 presigned URL for an update file associated with a specified JobId.
  136. */
  137. getSoftwareUpdates(params: Snowball.Types.GetSoftwareUpdatesRequest, callback?: (err: AWSError, data: Snowball.Types.GetSoftwareUpdatesResult) => void): Request<Snowball.Types.GetSoftwareUpdatesResult, AWSError>;
  138. /**
  139. * Returns an Amazon S3 presigned URL for an update file associated with a specified JobId.
  140. */
  141. getSoftwareUpdates(callback?: (err: AWSError, data: Snowball.Types.GetSoftwareUpdatesResult) => void): Request<Snowball.Types.GetSoftwareUpdatesResult, AWSError>;
  142. /**
  143. * Returns an array of JobListEntry objects of the specified length. Each JobListEntry object is for a job in the specified cluster and contains a job's state, a job's ID, and other information.
  144. */
  145. listClusterJobs(params: Snowball.Types.ListClusterJobsRequest, callback?: (err: AWSError, data: Snowball.Types.ListClusterJobsResult) => void): Request<Snowball.Types.ListClusterJobsResult, AWSError>;
  146. /**
  147. * Returns an array of JobListEntry objects of the specified length. Each JobListEntry object is for a job in the specified cluster and contains a job's state, a job's ID, and other information.
  148. */
  149. listClusterJobs(callback?: (err: AWSError, data: Snowball.Types.ListClusterJobsResult) => void): Request<Snowball.Types.ListClusterJobsResult, AWSError>;
  150. /**
  151. * Returns an array of ClusterListEntry objects of the specified length. Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.
  152. */
  153. listClusters(params: Snowball.Types.ListClustersRequest, callback?: (err: AWSError, data: Snowball.Types.ListClustersResult) => void): Request<Snowball.Types.ListClustersResult, AWSError>;
  154. /**
  155. * Returns an array of ClusterListEntry objects of the specified length. Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.
  156. */
  157. listClusters(callback?: (err: AWSError, data: Snowball.Types.ListClustersResult) => void): Request<Snowball.Types.ListClustersResult, AWSError>;
  158. /**
  159. * This action returns a list of the different Amazon EC2-compatible Amazon Machine Images (AMIs) that are owned by your Amazon Web Services accountthat would be supported for use on a Snow device. Currently, supported AMIs are based on the Amazon Linux-2, Ubuntu 20.04 LTS - Focal, or Ubuntu 22.04 LTS - Jammy images, available on the Amazon Web Services Marketplace. Ubuntu 16.04 LTS - Xenial (HVM) images are no longer supported in the Market, but still supported for use on devices through Amazon EC2 VM Import/Export and running locally in AMIs.
  160. */
  161. listCompatibleImages(params: Snowball.Types.ListCompatibleImagesRequest, callback?: (err: AWSError, data: Snowball.Types.ListCompatibleImagesResult) => void): Request<Snowball.Types.ListCompatibleImagesResult, AWSError>;
  162. /**
  163. * This action returns a list of the different Amazon EC2-compatible Amazon Machine Images (AMIs) that are owned by your Amazon Web Services accountthat would be supported for use on a Snow device. Currently, supported AMIs are based on the Amazon Linux-2, Ubuntu 20.04 LTS - Focal, or Ubuntu 22.04 LTS - Jammy images, available on the Amazon Web Services Marketplace. Ubuntu 16.04 LTS - Xenial (HVM) images are no longer supported in the Market, but still supported for use on devices through Amazon EC2 VM Import/Export and running locally in AMIs.
  164. */
  165. listCompatibleImages(callback?: (err: AWSError, data: Snowball.Types.ListCompatibleImagesResult) => void): Request<Snowball.Types.ListCompatibleImagesResult, AWSError>;
  166. /**
  167. * Returns an array of JobListEntry objects of the specified length. Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs. Calling this API action in one of the US regions will return jobs from the list of all jobs associated with this account in all US regions.
  168. */
  169. listJobs(params: Snowball.Types.ListJobsRequest, callback?: (err: AWSError, data: Snowball.Types.ListJobsResult) => void): Request<Snowball.Types.ListJobsResult, AWSError>;
  170. /**
  171. * Returns an array of JobListEntry objects of the specified length. Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs. Calling this API action in one of the US regions will return jobs from the list of all jobs associated with this account in all US regions.
  172. */
  173. listJobs(callback?: (err: AWSError, data: Snowball.Types.ListJobsResult) => void): Request<Snowball.Types.ListJobsResult, AWSError>;
  174. /**
  175. * Lists all long-term pricing types.
  176. */
  177. listLongTermPricing(params: Snowball.Types.ListLongTermPricingRequest, callback?: (err: AWSError, data: Snowball.Types.ListLongTermPricingResult) => void): Request<Snowball.Types.ListLongTermPricingResult, AWSError>;
  178. /**
  179. * Lists all long-term pricing types.
  180. */
  181. listLongTermPricing(callback?: (err: AWSError, data: Snowball.Types.ListLongTermPricingResult) => void): Request<Snowball.Types.ListLongTermPricingResult, AWSError>;
  182. /**
  183. * A list of locations from which the customer can choose to pickup a device.
  184. */
  185. listPickupLocations(params: Snowball.Types.ListPickupLocationsRequest, callback?: (err: AWSError, data: Snowball.Types.ListPickupLocationsResult) => void): Request<Snowball.Types.ListPickupLocationsResult, AWSError>;
  186. /**
  187. * A list of locations from which the customer can choose to pickup a device.
  188. */
  189. listPickupLocations(callback?: (err: AWSError, data: Snowball.Types.ListPickupLocationsResult) => void): Request<Snowball.Types.ListPickupLocationsResult, AWSError>;
  190. /**
  191. * Lists all supported versions for Snow on-device services. Returns an array of ServiceVersion object containing the supported versions for a particular service.
  192. */
  193. listServiceVersions(params: Snowball.Types.ListServiceVersionsRequest, callback?: (err: AWSError, data: Snowball.Types.ListServiceVersionsResult) => void): Request<Snowball.Types.ListServiceVersionsResult, AWSError>;
  194. /**
  195. * Lists all supported versions for Snow on-device services. Returns an array of ServiceVersion object containing the supported versions for a particular service.
  196. */
  197. listServiceVersions(callback?: (err: AWSError, data: Snowball.Types.ListServiceVersionsResult) => void): Request<Snowball.Types.ListServiceVersionsResult, AWSError>;
  198. /**
  199. * While a cluster's ClusterState value is in the AwaitingQuorum state, you can update some of the information associated with a cluster. Once the cluster changes to a different job state, usually 60 minutes after the cluster being created, this action is no longer available.
  200. */
  201. updateCluster(params: Snowball.Types.UpdateClusterRequest, callback?: (err: AWSError, data: Snowball.Types.UpdateClusterResult) => void): Request<Snowball.Types.UpdateClusterResult, AWSError>;
  202. /**
  203. * While a cluster's ClusterState value is in the AwaitingQuorum state, you can update some of the information associated with a cluster. Once the cluster changes to a different job state, usually 60 minutes after the cluster being created, this action is no longer available.
  204. */
  205. updateCluster(callback?: (err: AWSError, data: Snowball.Types.UpdateClusterResult) => void): Request<Snowball.Types.UpdateClusterResult, AWSError>;
  206. /**
  207. * While a job's JobState value is New, you can update some of the information associated with a job. Once the job changes to a different job state, usually within 60 minutes of the job being created, this action is no longer available.
  208. */
  209. updateJob(params: Snowball.Types.UpdateJobRequest, callback?: (err: AWSError, data: Snowball.Types.UpdateJobResult) => void): Request<Snowball.Types.UpdateJobResult, AWSError>;
  210. /**
  211. * While a job's JobState value is New, you can update some of the information associated with a job. Once the job changes to a different job state, usually within 60 minutes of the job being created, this action is no longer available.
  212. */
  213. updateJob(callback?: (err: AWSError, data: Snowball.Types.UpdateJobResult) => void): Request<Snowball.Types.UpdateJobResult, AWSError>;
  214. /**
  215. * Updates the state when a shipment state changes to a different state.
  216. */
  217. updateJobShipmentState(params: Snowball.Types.UpdateJobShipmentStateRequest, callback?: (err: AWSError, data: Snowball.Types.UpdateJobShipmentStateResult) => void): Request<Snowball.Types.UpdateJobShipmentStateResult, AWSError>;
  218. /**
  219. * Updates the state when a shipment state changes to a different state.
  220. */
  221. updateJobShipmentState(callback?: (err: AWSError, data: Snowball.Types.UpdateJobShipmentStateResult) => void): Request<Snowball.Types.UpdateJobShipmentStateResult, AWSError>;
  222. /**
  223. * Updates the long-term pricing type.
  224. */
  225. updateLongTermPricing(params: Snowball.Types.UpdateLongTermPricingRequest, callback?: (err: AWSError, data: Snowball.Types.UpdateLongTermPricingResult) => void): Request<Snowball.Types.UpdateLongTermPricingResult, AWSError>;
  226. /**
  227. * Updates the long-term pricing type.
  228. */
  229. updateLongTermPricing(callback?: (err: AWSError, data: Snowball.Types.UpdateLongTermPricingResult) => void): Request<Snowball.Types.UpdateLongTermPricingResult, AWSError>;
  230. }
  231. declare namespace Snowball {
  232. export interface Address {
  233. /**
  234. * The unique ID for an address.
  235. */
  236. AddressId?: AddressId;
  237. /**
  238. * The name of a person to receive a Snow device at an address.
  239. */
  240. Name?: String;
  241. /**
  242. * The name of the company to receive a Snow device at an address.
  243. */
  244. Company?: String;
  245. /**
  246. * The first line in a street address that a Snow device is to be delivered to.
  247. */
  248. Street1?: String;
  249. /**
  250. * The second line in a street address that a Snow device is to be delivered to.
  251. */
  252. Street2?: String;
  253. /**
  254. * The third line in a street address that a Snow device is to be delivered to.
  255. */
  256. Street3?: String;
  257. /**
  258. * The city in an address that a Snow device is to be delivered to.
  259. */
  260. City?: String;
  261. /**
  262. * The state or province in an address that a Snow device is to be delivered to.
  263. */
  264. StateOrProvince?: String;
  265. /**
  266. * This field is no longer used and the value is ignored.
  267. */
  268. PrefectureOrDistrict?: String;
  269. /**
  270. * This field is no longer used and the value is ignored.
  271. */
  272. Landmark?: String;
  273. /**
  274. * The country in an address that a Snow device is to be delivered to.
  275. */
  276. Country?: String;
  277. /**
  278. * The postal code in an address that a Snow device is to be delivered to.
  279. */
  280. PostalCode?: String;
  281. /**
  282. * The phone number associated with an address that a Snow device is to be delivered to.
  283. */
  284. PhoneNumber?: String;
  285. /**
  286. * If the address you are creating is a primary address, then set this option to true. This field is not supported in most regions.
  287. */
  288. IsRestricted?: Boolean;
  289. /**
  290. * Differentiates between delivery address and pickup address in the customer account. Provided at job creation.
  291. */
  292. Type?: AddressType;
  293. }
  294. export type AddressId = string;
  295. export type AddressList = Address[];
  296. export type AddressType = "CUST_PICKUP"|"AWS_SHIP"|string;
  297. export type AmiId = string;
  298. export type Boolean = boolean;
  299. export interface CancelClusterRequest {
  300. /**
  301. * The 39-character ID for the cluster that you want to cancel, for example CID123e4567-e89b-12d3-a456-426655440000.
  302. */
  303. ClusterId: ClusterId;
  304. }
  305. export interface CancelClusterResult {
  306. }
  307. export interface CancelJobRequest {
  308. /**
  309. * The 39-character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.
  310. */
  311. JobId: JobId;
  312. }
  313. export interface CancelJobResult {
  314. }
  315. export type ClusterId = string;
  316. export interface ClusterListEntry {
  317. /**
  318. * The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.
  319. */
  320. ClusterId?: String;
  321. /**
  322. * The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.
  323. */
  324. ClusterState?: ClusterState;
  325. /**
  326. * The creation date for this cluster.
  327. */
  328. CreationDate?: Timestamp;
  329. /**
  330. * Defines an optional description of the cluster, for example Environmental Data Cluster-01.
  331. */
  332. Description?: String;
  333. }
  334. export type ClusterListEntryList = ClusterListEntry[];
  335. export interface ClusterMetadata {
  336. /**
  337. * The automatically generated ID for a cluster.
  338. */
  339. ClusterId?: String;
  340. /**
  341. * The optional description of the cluster.
  342. */
  343. Description?: String;
  344. /**
  345. * The KmsKeyARN Amazon Resource Name (ARN) associated with this cluster. This ARN was created using the CreateKey API action in Key Management Service (KMS.
  346. */
  347. KmsKeyARN?: KmsKeyARN;
  348. /**
  349. * The role ARN associated with this cluster. This ARN was created using the CreateRole API action in Identity and Access Management (IAM).
  350. */
  351. RoleARN?: RoleARN;
  352. /**
  353. * The current status of the cluster.
  354. */
  355. ClusterState?: ClusterState;
  356. /**
  357. * The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE.
  358. */
  359. JobType?: JobType;
  360. /**
  361. * The type of Snowcone device to use for this cluster. For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE device type.
  362. */
  363. SnowballType?: SnowballType;
  364. /**
  365. * The creation date for this cluster.
  366. */
  367. CreationDate?: Timestamp;
  368. /**
  369. * The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
  370. */
  371. Resources?: JobResource;
  372. /**
  373. * The automatically generated ID for a specific address.
  374. */
  375. AddressId?: AddressId;
  376. /**
  377. * The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each device, rather it represents how quickly each device moves to its destination while in transit. Regional shipping speeds are as follows: In Australia, you have access to express shipping. Typically, devices shipped express are delivered in about a day. In the European Union (EU), you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way. In India, Snow devices are delivered in one to seven days. In the US, you have access to one-day shipping and two-day shipping.
  378. */
  379. ShippingOption?: ShippingOption;
  380. /**
  381. * The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
  382. */
  383. Notification?: Notification;
  384. /**
  385. * The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address. This field is not supported in most regions.
  386. */
  387. ForwardingAddressId?: AddressId;
  388. /**
  389. * The tax documents required in your Amazon Web Services Region.
  390. */
  391. TaxDocuments?: TaxDocuments;
  392. /**
  393. * Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
  394. */
  395. OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration;
  396. }
  397. export type ClusterState = "AwaitingQuorum"|"Pending"|"InUse"|"Complete"|"Cancelled"|string;
  398. export interface CompatibleImage {
  399. /**
  400. * The unique identifier for an individual Snow device AMI.
  401. */
  402. AmiId?: String;
  403. /**
  404. * The optional name of a compatible image.
  405. */
  406. Name?: String;
  407. }
  408. export type CompatibleImageList = CompatibleImage[];
  409. export interface CreateAddressRequest {
  410. /**
  411. * The address that you want the Snow device shipped to.
  412. */
  413. Address: Address;
  414. }
  415. export interface CreateAddressResult {
  416. /**
  417. * The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snow device for that job shipped to.
  418. */
  419. AddressId?: String;
  420. }
  421. export interface CreateClusterRequest {
  422. /**
  423. * The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE. For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
  424. */
  425. JobType: JobType;
  426. /**
  427. * The resources associated with the cluster job. These resources include Amazon S3 buckets and optional Lambda functions written in the Python language.
  428. */
  429. Resources?: JobResource;
  430. /**
  431. * Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family device clusters support Amazon S3 and NFS (Network File System).
  432. */
  433. OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration;
  434. /**
  435. * An optional description of this specific cluster, for example Environmental Data Cluster-01.
  436. */
  437. Description?: String;
  438. /**
  439. * The ID for the address that you want the cluster shipped to.
  440. */
  441. AddressId: AddressId;
  442. /**
  443. * The KmsKeyARN value that you want to associate with this cluster. KmsKeyARN values are created by using the CreateKey API action in Key Management Service (KMS).
  444. */
  445. KmsKeyARN?: KmsKeyARN;
  446. /**
  447. * The RoleARN that you want to associate with this cluster. RoleArn values are created by using the CreateRole API action in Identity and Access Management (IAM).
  448. */
  449. RoleARN?: RoleARN;
  450. /**
  451. * The type of Snow Family devices to use for this cluster. For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE device type. For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
  452. */
  453. SnowballType: SnowballType;
  454. /**
  455. * The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each Snowball Edge device, rather it represents how quickly each device moves to its destination while in transit. Regional shipping speeds are as follows: In Australia, you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In the European Union (EU), you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way. In India, Snow devices are delivered in one to seven days. In the United States of America (US), you have access to one-day shipping and two-day shipping. In Australia, you have access to express shipping. Typically, devices shipped express are delivered in about a day. In the European Union (EU), you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way. In India, Snow devices are delivered in one to seven days. In the US, you have access to one-day shipping and two-day shipping.
  456. */
  457. ShippingOption: ShippingOption;
  458. /**
  459. * The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
  460. */
  461. Notification?: Notification;
  462. /**
  463. * The forwarding address ID for a cluster. This field is not supported in most regions.
  464. */
  465. ForwardingAddressId?: AddressId;
  466. /**
  467. * The tax documents required in your Amazon Web Services Region.
  468. */
  469. TaxDocuments?: TaxDocuments;
  470. /**
  471. * Allows you to securely operate and manage Snow devices in a cluster remotely from outside of your internal network. When set to INSTALLED_AUTOSTART, remote management will automatically be available when the device arrives at your location. Otherwise, you need to use the Snowball Client to manage the device.
  472. */
  473. RemoteManagement?: RemoteManagement;
  474. /**
  475. * If provided, each job will be automatically created and associated with the new cluster. If not provided, will be treated as 0.
  476. */
  477. InitialClusterSize?: InitialClusterSize;
  478. /**
  479. * Force to create cluster when user attempts to overprovision or underprovision a cluster. A cluster is overprovisioned or underprovisioned if the initial size of the cluster is more (overprovisioned) or less (underprovisioned) than what needed to meet capacity requirement specified with OnDeviceServiceConfiguration.
  480. */
  481. ForceCreateJobs?: Boolean;
  482. /**
  483. * Lists long-term pricing id that will be used to associate with jobs automatically created for the new cluster.
  484. */
  485. LongTermPricingIds?: LongTermPricingIdList;
  486. /**
  487. * If your job is being created in one of the US regions, you have the option of specifying what size Snow device you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity. For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
  488. */
  489. SnowballCapacityPreference?: SnowballCapacity;
  490. }
  491. export interface CreateClusterResult {
  492. /**
  493. * The automatically generated ID for a cluster.
  494. */
  495. ClusterId?: ClusterId;
  496. /**
  497. * List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide.
  498. */
  499. JobListEntries?: JobListEntryList;
  500. }
  501. export interface CreateJobRequest {
  502. /**
  503. * Defines the type of job that you're creating.
  504. */
  505. JobType?: JobType;
  506. /**
  507. * Defines the Amazon S3 buckets associated with this job. With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into. With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.
  508. */
  509. Resources?: JobResource;
  510. /**
  511. * Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System) and the Amazon Web Services Storage Gateway service Tape Gateway type.
  512. */
  513. OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration;
  514. /**
  515. * Defines an optional description of this specific job, for example Important Photos 2016-08-11.
  516. */
  517. Description?: String;
  518. /**
  519. * The ID for the address that you want the Snow device shipped to.
  520. */
  521. AddressId?: AddressId;
  522. /**
  523. * The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey Key Management Service (KMS) API action.
  524. */
  525. KmsKeyARN?: KmsKeyARN;
  526. /**
  527. * The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole Identity and Access Management (IAM) API action.
  528. */
  529. RoleARN?: RoleARN;
  530. /**
  531. * If your job is being created in one of the US regions, you have the option of specifying what size Snow device you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity. For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
  532. */
  533. SnowballCapacityPreference?: SnowballCapacity;
  534. /**
  535. * The shipping speed for this job. This speed doesn't dictate how soon you'll get the Snow device, rather it represents how quickly the Snow device moves to its destination while in transit. Regional shipping speeds are as follows: In Australia, you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In the European Union (EU), you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way. In India, Snow devices are delivered in one to seven days. In the US, you have access to one-day shipping and two-day shipping.
  536. */
  537. ShippingOption?: ShippingOption;
  538. /**
  539. * Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.
  540. */
  541. Notification?: Notification;
  542. /**
  543. * The ID of a cluster. If you're creating a job for a node in a cluster, you need to provide only this clusterId value. The other job attributes are inherited from the cluster.
  544. */
  545. ClusterId?: ClusterId;
  546. /**
  547. * The type of Snow Family devices to use for this job. For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE device type. The type of Amazon Web Services Snow device to use for this job. Currently, the only supported device type for cluster jobs is EDGE. For more information, see Snowball Edge Device Options in the Snowball Edge Developer Guide. For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
  548. */
  549. SnowballType?: SnowballType;
  550. /**
  551. * The forwarding address ID for a job. This field is not supported in most Regions.
  552. */
  553. ForwardingAddressId?: AddressId;
  554. /**
  555. * The tax documents required in your Amazon Web Services Region.
  556. */
  557. TaxDocuments?: TaxDocuments;
  558. /**
  559. * Defines the device configuration for an Snowcone job. For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
  560. */
  561. DeviceConfiguration?: DeviceConfiguration;
  562. /**
  563. * Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network. When set to INSTALLED_AUTOSTART, remote management will automatically be available when the device arrives at your location. Otherwise, you need to use the Snowball Edge client to manage the device. When set to NOT_INSTALLED, remote management will not be available on the device.
  564. */
  565. RemoteManagement?: RemoteManagement;
  566. /**
  567. * The ID of the long-term pricing type for the device.
  568. */
  569. LongTermPricingId?: LongTermPricingId;
  570. /**
  571. * The highest impact level of data that will be stored or processed on the device, provided at job creation.
  572. */
  573. ImpactLevel?: ImpactLevel;
  574. /**
  575. * Information identifying the person picking up the device.
  576. */
  577. PickupDetails?: PickupDetails;
  578. }
  579. export interface CreateJobResult {
  580. /**
  581. * The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.
  582. */
  583. JobId?: JobId;
  584. }
  585. export interface CreateLongTermPricingRequest {
  586. /**
  587. * The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing.
  588. */
  589. LongTermPricingType: LongTermPricingType;
  590. /**
  591. * Specifies whether the current long-term pricing type for the device should be renewed.
  592. */
  593. IsLongTermPricingAutoRenew?: JavaBoolean;
  594. /**
  595. * The type of Snow Family devices to use for the long-term pricing job.
  596. */
  597. SnowballType: SnowballType;
  598. }
  599. export interface CreateLongTermPricingResult {
  600. /**
  601. * The ID of the long-term pricing type for the device.
  602. */
  603. LongTermPricingId?: LongTermPricingId;
  604. }
  605. export interface CreateReturnShippingLabelRequest {
  606. /**
  607. * The ID for a job that you want to create the return shipping label for; for example, JID123e4567-e89b-12d3-a456-426655440000.
  608. */
  609. JobId: JobId;
  610. /**
  611. * The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to Amazon Web Services. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:
  612. */
  613. ShippingOption?: ShippingOption;
  614. }
  615. export interface CreateReturnShippingLabelResult {
  616. /**
  617. * The status information of the task on a Snow device that is being returned to Amazon Web Services.
  618. */
  619. Status?: ShippingLabelStatus;
  620. }
  621. export interface DataTransfer {
  622. /**
  623. * The number of bytes transferred between a Snow device and Amazon S3.
  624. */
  625. BytesTransferred?: Long;
  626. /**
  627. * The number of objects transferred between a Snow device and Amazon S3.
  628. */
  629. ObjectsTransferred?: Long;
  630. /**
  631. * The total bytes of data for a transfer between a Snow device and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.
  632. */
  633. TotalBytes?: Long;
  634. /**
  635. * The total number of objects for a transfer between a Snow device and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.
  636. */
  637. TotalObjects?: Long;
  638. }
  639. export interface DependentService {
  640. /**
  641. * The name of the dependent service.
  642. */
  643. ServiceName?: ServiceName;
  644. /**
  645. * The version of the dependent service.
  646. */
  647. ServiceVersion?: ServiceVersion;
  648. }
  649. export type DependentServiceList = DependentService[];
  650. export interface DescribeAddressRequest {
  651. /**
  652. * The automatically generated ID for a specific address.
  653. */
  654. AddressId: AddressId;
  655. }
  656. export interface DescribeAddressResult {
  657. /**
  658. * The address that you want the Snow device(s) associated with a specific job to be shipped to.
  659. */
  660. Address?: Address;
  661. }
  662. export interface DescribeAddressesRequest {
  663. /**
  664. * The number of ADDRESS objects to return.
  665. */
  666. MaxResults?: ListLimit;
  667. /**
  668. * HTTP requests are stateless. To identify what object comes "next" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.
  669. */
  670. NextToken?: String;
  671. }
  672. export interface DescribeAddressesResult {
  673. /**
  674. * The Snow device shipping addresses that were created for this account.
  675. */
  676. Addresses?: AddressList;
  677. /**
  678. * HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.
  679. */
  680. NextToken?: String;
  681. }
  682. export interface DescribeClusterRequest {
  683. /**
  684. * The automatically generated ID for a cluster.
  685. */
  686. ClusterId: ClusterId;
  687. }
  688. export interface DescribeClusterResult {
  689. /**
  690. * Information about a specific cluster, including shipping information, cluster status, and other important metadata.
  691. */
  692. ClusterMetadata?: ClusterMetadata;
  693. }
  694. export interface DescribeJobRequest {
  695. /**
  696. * The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.
  697. */
  698. JobId: JobId;
  699. }
  700. export interface DescribeJobResult {
  701. /**
  702. * Information about a specific job, including shipping information, job status, and other important metadata.
  703. */
  704. JobMetadata?: JobMetadata;
  705. /**
  706. * Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.
  707. */
  708. SubJobMetadata?: JobMetadataList;
  709. }
  710. export interface DescribeReturnShippingLabelRequest {
  711. /**
  712. * The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.
  713. */
  714. JobId: JobId;
  715. }
  716. export interface DescribeReturnShippingLabelResult {
  717. /**
  718. * The status information of the task on a Snow device that is being returned to Amazon Web Services.
  719. */
  720. Status?: ShippingLabelStatus;
  721. /**
  722. * The expiration date of the current return shipping label.
  723. */
  724. ExpirationDate?: Timestamp;
  725. /**
  726. * The pre-signed Amazon S3 URI used to download the return shipping label.
  727. */
  728. ReturnShippingLabelURI?: String;
  729. }
  730. export interface DeviceConfiguration {
  731. /**
  732. * Returns information about the device configuration for an Snowcone job.
  733. */
  734. SnowconeDeviceConfiguration?: SnowconeDeviceConfiguration;
  735. }
  736. export type DevicePickupId = string;
  737. export type DeviceServiceName = "NFS_ON_DEVICE_SERVICE"|"S3_ON_DEVICE_SERVICE"|string;
  738. export interface EKSOnDeviceServiceConfiguration {
  739. /**
  740. * The Kubernetes version for EKS Anywhere on the Snow Family device.
  741. */
  742. KubernetesVersion?: String;
  743. /**
  744. * The optional version of EKS Anywhere on the Snow Family device.
  745. */
  746. EKSAnywhereVersion?: String;
  747. }
  748. export interface Ec2AmiResource {
  749. /**
  750. * The ID of the AMI in Amazon EC2.
  751. */
  752. AmiId: AmiId;
  753. /**
  754. * The ID of the AMI on the Snow device.
  755. */
  756. SnowballAmiId?: String;
  757. }
  758. export type Ec2AmiResourceList = Ec2AmiResource[];
  759. export type Email = string;
  760. export interface EventTriggerDefinition {
  761. /**
  762. * The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an Lambda function's event trigger associated with this job.
  763. */
  764. EventResourceARN?: ResourceARN;
  765. }
  766. export type EventTriggerDefinitionList = EventTriggerDefinition[];
  767. export type GSTIN = string;
  768. export interface GetJobManifestRequest {
  769. /**
  770. * The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.
  771. */
  772. JobId: JobId;
  773. }
  774. export interface GetJobManifestResult {
  775. /**
  776. * The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.
  777. */
  778. ManifestURI?: String;
  779. }
  780. export interface GetJobUnlockCodeRequest {
  781. /**
  782. * The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.
  783. */
  784. JobId: JobId;
  785. }
  786. export interface GetJobUnlockCodeResult {
  787. /**
  788. * The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 360 days after the job has been created.
  789. */
  790. UnlockCode?: String;
  791. }
  792. export interface GetSnowballUsageRequest {
  793. }
  794. export interface GetSnowballUsageResult {
  795. /**
  796. * The service limit for number of Snow devices this account can have at once. The default service limit is 1 (one).
  797. */
  798. SnowballLimit?: Integer;
  799. /**
  800. * The number of Snow devices that this account is currently using.
  801. */
  802. SnowballsInUse?: Integer;
  803. }
  804. export interface GetSoftwareUpdatesRequest {
  805. /**
  806. * The ID for a job that you want to get the software update file for, for example JID123e4567-e89b-12d3-a456-426655440000.
  807. */
  808. JobId: JobId;
  809. }
  810. export interface GetSoftwareUpdatesResult {
  811. /**
  812. * The Amazon S3 presigned URL for the update file associated with the specified JobId value. The software update will be available for 2 days after this request is made. To access an update after the 2 days have passed, you'll have to make another call to GetSoftwareUpdates.
  813. */
  814. UpdatesURI?: String;
  815. }
  816. export interface INDTaxDocuments {
  817. /**
  818. * The Goods and Services Tax (GST) documents required in Amazon Web Services Region in India.
  819. */
  820. GSTIN?: GSTIN;
  821. }
  822. export type ImpactLevel = "IL2"|"IL4"|"IL5"|"IL6"|"IL99"|string;
  823. export type InitialClusterSize = number;
  824. export type Integer = number;
  825. export type JavaBoolean = boolean;
  826. export type JobId = string;
  827. export interface JobListEntry {
  828. /**
  829. * The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.
  830. */
  831. JobId?: String;
  832. /**
  833. * The current state of this job.
  834. */
  835. JobState?: JobState;
  836. /**
  837. * A value that indicates that this job is a main job. A main job represents a successful request to create an export job. Main jobs aren't associated with any Snowballs. Instead, each main job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular main job are listed, because they are created after the main job is created.
  838. */
  839. IsMaster?: Boolean;
  840. /**
  841. * The type of job.
  842. */
  843. JobType?: JobType;
  844. /**
  845. * The type of device used with this job.
  846. */
  847. SnowballType?: SnowballType;
  848. /**
  849. * The creation date for this job.
  850. */
  851. CreationDate?: Timestamp;
  852. /**
  853. * The optional description of this specific job, for example Important Photos 2016-08-11.
  854. */
  855. Description?: String;
  856. }
  857. export type JobListEntryList = JobListEntry[];
  858. export interface JobLogs {
  859. /**
  860. * A link to an Amazon S3 presigned URL where the job completion report is located.
  861. */
  862. JobCompletionReportURI?: String;
  863. /**
  864. * A link to an Amazon S3 presigned URL where the job success log is located.
  865. */
  866. JobSuccessLogURI?: String;
  867. /**
  868. * A link to an Amazon S3 presigned URL where the job failure log is located.
  869. */
  870. JobFailureLogURI?: String;
  871. }
  872. export interface JobMetadata {
  873. /**
  874. * The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.
  875. */
  876. JobId?: String;
  877. /**
  878. * The current status of the jobs.
  879. */
  880. JobState?: JobState;
  881. /**
  882. * The type of job.
  883. */
  884. JobType?: JobType;
  885. /**
  886. * The type of device used with this job.
  887. */
  888. SnowballType?: SnowballType;
  889. /**
  890. * The creation date for this job.
  891. */
  892. CreationDate?: Timestamp;
  893. /**
  894. * An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.
  895. */
  896. Resources?: JobResource;
  897. /**
  898. * The description of the job, provided at job creation.
  899. */
  900. Description?: String;
  901. /**
  902. * The Amazon Resource Name (ARN) for the Key Management Service (KMS) key associated with this job. This ARN was created using the CreateKey API action in KMS.
  903. */
  904. KmsKeyARN?: KmsKeyARN;
  905. /**
  906. * The role ARN associated with this job. This ARN was created using the CreateRole API action in Identity and Access Management.
  907. */
  908. RoleARN?: RoleARN;
  909. /**
  910. * The ID for the address that you want the Snow device shipped to.
  911. */
  912. AddressId?: AddressId;
  913. /**
  914. * A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
  915. */
  916. ShippingDetails?: ShippingDetails;
  917. /**
  918. * The Snow device capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs. For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
  919. */
  920. SnowballCapacityPreference?: SnowballCapacity;
  921. /**
  922. * The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.
  923. */
  924. Notification?: Notification;
  925. /**
  926. * A value that defines the real-time status of a Snow device's data transfer while the device is at Amazon Web Services. This data is only available while a job has a JobState value of InProgress, for both import and export jobs.
  927. */
  928. DataTransferProgress?: DataTransfer;
  929. /**
  930. * Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snow device for your job part is being delivered to you.
  931. */
  932. JobLogInfo?: JobLogs;
  933. /**
  934. * The 39-character ID for the cluster, for example CID123e4567-e89b-12d3-a456-426655440000.
  935. */
  936. ClusterId?: String;
  937. /**
  938. * The ID of the address that you want a job shipped to, after it will be shipped to its primary address. This field is not supported in most regions.
  939. */
  940. ForwardingAddressId?: AddressId;
  941. /**
  942. * The metadata associated with the tax documents required in your Amazon Web Services Region.
  943. */
  944. TaxDocuments?: TaxDocuments;
  945. DeviceConfiguration?: DeviceConfiguration;
  946. /**
  947. * Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network. When set to INSTALLED_AUTOSTART, remote management will automatically be available when the device arrives at your location. Otherwise, you need to use the Snowball Client to manage the device.
  948. */
  949. RemoteManagement?: RemoteManagement;
  950. /**
  951. * The ID of the long-term pricing type for the device.
  952. */
  953. LongTermPricingId?: LongTermPricingId;
  954. /**
  955. * Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
  956. */
  957. OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration;
  958. /**
  959. * The highest impact level of data that will be stored or processed on the device, provided at job creation.
  960. */
  961. ImpactLevel?: ImpactLevel;
  962. /**
  963. * Information identifying the person picking up the device.
  964. */
  965. PickupDetails?: PickupDetails;
  966. /**
  967. * Unique ID associated with a device.
  968. */
  969. SnowballId?: String;
  970. }
  971. export type JobMetadataList = JobMetadata[];
  972. export interface JobResource {
  973. /**
  974. * An array of S3Resource objects.
  975. */
  976. S3Resources?: S3ResourceList;
  977. /**
  978. * The Python-language Lambda functions for this job.
  979. */
  980. LambdaResources?: LambdaResourceList;
  981. /**
  982. * The Amazon Machine Images (AMIs) associated with this job.
  983. */
  984. Ec2AmiResources?: Ec2AmiResourceList;
  985. }
  986. export type JobState = "New"|"PreparingAppliance"|"PreparingShipment"|"InTransitToCustomer"|"WithCustomer"|"InTransitToAWS"|"WithAWSSortingFacility"|"WithAWS"|"InProgress"|"Complete"|"Cancelled"|"Listing"|"Pending"|string;
  987. export type JobStateList = JobState[];
  988. export type JobType = "IMPORT"|"EXPORT"|"LOCAL_USE"|string;
  989. export interface KeyRange {
  990. /**
  991. * The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.
  992. */
  993. BeginMarker?: String;
  994. /**
  995. * The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.
  996. */
  997. EndMarker?: String;
  998. }
  999. export type KmsKeyARN = string;
  1000. export interface LambdaResource {
  1001. /**
  1002. * An Amazon Resource Name (ARN) that represents an Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource.
  1003. */
  1004. LambdaArn?: ResourceARN;
  1005. /**
  1006. * The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.
  1007. */
  1008. EventTriggers?: EventTriggerDefinitionList;
  1009. }
  1010. export type LambdaResourceList = LambdaResource[];
  1011. export interface ListClusterJobsRequest {
  1012. /**
  1013. * The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.
  1014. */
  1015. ClusterId: ClusterId;
  1016. /**
  1017. * The number of JobListEntry objects to return.
  1018. */
  1019. MaxResults?: ListLimit;
  1020. /**
  1021. * HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.
  1022. */
  1023. NextToken?: String;
  1024. }
  1025. export interface ListClusterJobsResult {
  1026. /**
  1027. * Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.
  1028. */
  1029. JobListEntries?: JobListEntryList;
  1030. /**
  1031. * HTTP requests are stateless. If you use the automatically generated NextToken value in your next ListClusterJobsResult call, your list of returned jobs will start from this point in the array.
  1032. */
  1033. NextToken?: String;
  1034. }
  1035. export interface ListClustersRequest {
  1036. /**
  1037. * The number of ClusterListEntry objects to return.
  1038. */
  1039. MaxResults?: ListLimit;
  1040. /**
  1041. * HTTP requests are stateless. To identify what object comes "next" in the list of ClusterListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.
  1042. */
  1043. NextToken?: String;
  1044. }
  1045. export interface ListClustersResult {
  1046. /**
  1047. * Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.
  1048. */
  1049. ClusterListEntries?: ClusterListEntryList;
  1050. /**
  1051. * HTTP requests are stateless. If you use the automatically generated NextToken value in your next ClusterListEntry call, your list of returned clusters will start from this point in the array.
  1052. */
  1053. NextToken?: String;
  1054. }
  1055. export interface ListCompatibleImagesRequest {
  1056. /**
  1057. * The maximum number of results for the list of compatible images. Currently, a Snowball Edge device can store 10 AMIs.
  1058. */
  1059. MaxResults?: ListLimit;
  1060. /**
  1061. * HTTP requests are stateless. To identify what object comes "next" in the list of compatible images, you can specify a value for NextToken as the starting point for your list of returned images.
  1062. */
  1063. NextToken?: String;
  1064. }
  1065. export interface ListCompatibleImagesResult {
  1066. /**
  1067. * A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
  1068. */
  1069. CompatibleImages?: CompatibleImageList;
  1070. /**
  1071. * Because HTTP requests are stateless, this is the starting point for your next list of returned images.
  1072. */
  1073. NextToken?: String;
  1074. }
  1075. export interface ListJobsRequest {
  1076. /**
  1077. * The number of JobListEntry objects to return.
  1078. */
  1079. MaxResults?: ListLimit;
  1080. /**
  1081. * HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.
  1082. */
  1083. NextToken?: String;
  1084. }
  1085. export interface ListJobsResult {
  1086. /**
  1087. * Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.
  1088. */
  1089. JobListEntries?: JobListEntryList;
  1090. /**
  1091. * HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.
  1092. */
  1093. NextToken?: String;
  1094. }
  1095. export type ListLimit = number;
  1096. export interface ListLongTermPricingRequest {
  1097. /**
  1098. * The maximum number of ListLongTermPricing objects to return.
  1099. */
  1100. MaxResults?: ListLimit;
  1101. /**
  1102. * Because HTTP requests are stateless, this is the starting point for your next list of ListLongTermPricing to return.
  1103. */
  1104. NextToken?: String;
  1105. }
  1106. export interface ListLongTermPricingResult {
  1107. /**
  1108. * Each LongTermPricingEntry object contains a status, ID, and other information about the LongTermPricing type.
  1109. */
  1110. LongTermPricingEntries?: LongTermPricingEntryList;
  1111. /**
  1112. * Because HTTP requests are stateless, this is the starting point for your next list of returned ListLongTermPricing list.
  1113. */
  1114. NextToken?: String;
  1115. }
  1116. export interface ListPickupLocationsRequest {
  1117. /**
  1118. * The maximum number of locations to list per page.
  1119. */
  1120. MaxResults?: ListLimit;
  1121. /**
  1122. * HTTP requests are stateless. To identify what object comes "next" in the list of ListPickupLocationsRequest objects, you have the option of specifying NextToken as the starting point for your returned list.
  1123. */
  1124. NextToken?: String;
  1125. }
  1126. export interface ListPickupLocationsResult {
  1127. /**
  1128. * Information about the address of pickup locations.
  1129. */
  1130. Addresses?: AddressList;
  1131. /**
  1132. * HTTP requests are stateless. To identify what object comes "next" in the list of ListPickupLocationsResult objects, you have the option of specifying NextToken as the starting point for your returned list.
  1133. */
  1134. NextToken?: String;
  1135. }
  1136. export interface ListServiceVersionsRequest {
  1137. /**
  1138. * The name of the service for which you're requesting supported versions.
  1139. */
  1140. ServiceName: ServiceName;
  1141. /**
  1142. * A list of names and versions of dependant services of the requested service.
  1143. */
  1144. DependentServices?: DependentServiceList;
  1145. /**
  1146. * The maximum number of ListServiceVersions objects to return.
  1147. */
  1148. MaxResults?: ListLimit;
  1149. /**
  1150. * Because HTTP requests are stateless, this is the starting point for the next list of returned ListServiceVersionsRequest versions.
  1151. */
  1152. NextToken?: String;
  1153. }
  1154. export interface ListServiceVersionsResult {
  1155. /**
  1156. * A list of supported versions.
  1157. */
  1158. ServiceVersions: ServiceVersionList;
  1159. /**
  1160. * The name of the service for which the system provided supported versions.
  1161. */
  1162. ServiceName: ServiceName;
  1163. /**
  1164. * A list of names and versions of dependant services of the service for which the system provided supported versions.
  1165. */
  1166. DependentServices?: DependentServiceList;
  1167. /**
  1168. * Because HTTP requests are stateless, this is the starting point of the next list of returned ListServiceVersionsResult results.
  1169. */
  1170. NextToken?: String;
  1171. }
  1172. export type Long = number;
  1173. export type LongTermPricingAssociatedJobIdList = JobId[];
  1174. export type LongTermPricingEntryList = LongTermPricingListEntry[];
  1175. export type LongTermPricingId = string;
  1176. export type LongTermPricingIdList = LongTermPricingId[];
  1177. export interface LongTermPricingListEntry {
  1178. /**
  1179. * The ID of the long-term pricing type for the device.
  1180. */
  1181. LongTermPricingId?: LongTermPricingId;
  1182. /**
  1183. * The end date the long-term pricing contract.
  1184. */
  1185. LongTermPricingEndDate?: Timestamp;
  1186. /**
  1187. * The start date of the long-term pricing contract.
  1188. */
  1189. LongTermPricingStartDate?: Timestamp;
  1190. /**
  1191. * The type of long-term pricing that was selected for the device.
  1192. */
  1193. LongTermPricingType?: LongTermPricingType;
  1194. /**
  1195. * The current active jobs on the device the long-term pricing type.
  1196. */
  1197. CurrentActiveJob?: JobId;
  1198. /**
  1199. * A new device that replaces a device that is ordered with long-term pricing.
  1200. */
  1201. ReplacementJob?: JobId;
  1202. /**
  1203. * If set to true, specifies that the current long-term pricing type for the device should be automatically renewed before the long-term pricing contract expires.
  1204. */
  1205. IsLongTermPricingAutoRenew?: JavaBoolean;
  1206. /**
  1207. * The status of the long-term pricing type.
  1208. */
  1209. LongTermPricingStatus?: String;
  1210. /**
  1211. * The type of Snow Family devices associated with this long-term pricing job.
  1212. */
  1213. SnowballType?: SnowballType;
  1214. /**
  1215. * The IDs of the jobs that are associated with a long-term pricing type.
  1216. */
  1217. JobIds?: LongTermPricingAssociatedJobIdList;
  1218. }
  1219. export type LongTermPricingType = "OneYear"|"ThreeYear"|"OneMonth"|string;
  1220. export interface NFSOnDeviceServiceConfiguration {
  1221. /**
  1222. * The maximum NFS storage for one Snow Family device.
  1223. */
  1224. StorageLimit?: StorageLimit;
  1225. /**
  1226. * The scale unit of the NFS storage on the device. Valid values: TB.
  1227. */
  1228. StorageUnit?: StorageUnit;
  1229. }
  1230. export type NodeFaultTolerance = number;
  1231. export interface Notification {
  1232. /**
  1233. * The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action. You can subscribe email addresses to an Amazon SNS topic through the Amazon Web Services Management Console, or by using the Subscribe Amazon Simple Notification Service (Amazon SNS) API action.
  1234. */
  1235. SnsTopicARN?: SnsTopicARN;
  1236. /**
  1237. * The list of job states that will trigger a notification for this job.
  1238. */
  1239. JobStatesToNotify?: JobStateList;
  1240. /**
  1241. * Any change in job state will trigger a notification for this job.
  1242. */
  1243. NotifyAll?: Boolean;
  1244. /**
  1245. * Used to send SNS notifications for the person picking up the device (identified during job creation).
  1246. */
  1247. DevicePickupSnsTopicARN?: SnsTopicARN;
  1248. }
  1249. export interface OnDeviceServiceConfiguration {
  1250. /**
  1251. * Represents the NFS (Network File System) service on a Snow Family device.
  1252. */
  1253. NFSOnDeviceService?: NFSOnDeviceServiceConfiguration;
  1254. /**
  1255. * Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
  1256. */
  1257. TGWOnDeviceService?: TGWOnDeviceServiceConfiguration;
  1258. /**
  1259. * The configuration of EKS Anywhere on the Snow Family device.
  1260. */
  1261. EKSOnDeviceService?: EKSOnDeviceServiceConfiguration;
  1262. /**
  1263. * Configuration for Amazon S3 compatible storage on Snow family devices.
  1264. */
  1265. S3OnDeviceService?: S3OnDeviceServiceConfiguration;
  1266. }
  1267. export type PhoneNumber = string;
  1268. export interface PickupDetails {
  1269. /**
  1270. * The name of the person picking up the device.
  1271. */
  1272. Name?: String;
  1273. /**
  1274. * The phone number of the person picking up the device.
  1275. */
  1276. PhoneNumber?: PhoneNumber;
  1277. /**
  1278. * The email address of the person picking up the device.
  1279. */
  1280. Email?: Email;
  1281. /**
  1282. * The number on the credential identifying the person picking up the device.
  1283. */
  1284. IdentificationNumber?: String;
  1285. /**
  1286. * Expiration date of the credential identifying the person picking up the device.
  1287. */
  1288. IdentificationExpirationDate?: Timestamp;
  1289. /**
  1290. * Organization that issued the credential identifying the person picking up the device.
  1291. */
  1292. IdentificationIssuingOrg?: String;
  1293. /**
  1294. * The unique ID for a device that will be picked up.
  1295. */
  1296. DevicePickupId?: DevicePickupId;
  1297. }
  1298. export type RemoteManagement = "INSTALLED_ONLY"|"INSTALLED_AUTOSTART"|"NOT_INSTALLED"|string;
  1299. export type ResourceARN = string;
  1300. export type RoleARN = string;
  1301. export interface S3OnDeviceServiceConfiguration {
  1302. /**
  1303. * If the specified storage limit value matches storage limit of one of the defined configurations, that configuration will be used. If the specified storage limit value does not match any defined configuration, the request will fail. If more than one configuration has the same storage limit as specified, the other input need to be provided.
  1304. */
  1305. StorageLimit?: S3StorageLimit;
  1306. /**
  1307. * Storage unit. Currently the only supported unit is TB.
  1308. */
  1309. StorageUnit?: StorageUnit;
  1310. /**
  1311. * Applicable when creating a cluster. Specifies how many nodes are needed for Amazon S3 compatible storage on Snow family devices. If specified, the other input can be omitted.
  1312. */
  1313. ServiceSize?: ServiceSize;
  1314. /**
  1315. * &gt;Fault tolerance level of the cluster. This indicates the number of nodes that can go down without degrading the performance of the cluster. This additional input helps when the specified StorageLimit matches more than one Amazon S3 compatible storage on Snow family devices service configuration.
  1316. */
  1317. FaultTolerance?: NodeFaultTolerance;
  1318. }
  1319. export interface S3Resource {
  1320. /**
  1321. * The Amazon Resource Name (ARN) of an Amazon S3 bucket.
  1322. */
  1323. BucketArn?: ResourceARN;
  1324. /**
  1325. * For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.
  1326. */
  1327. KeyRange?: KeyRange;
  1328. /**
  1329. * Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System).
  1330. */
  1331. TargetOnDeviceServices?: TargetOnDeviceServiceList;
  1332. }
  1333. export type S3ResourceList = S3Resource[];
  1334. export type S3StorageLimit = number;
  1335. export type ServiceName = "KUBERNETES"|"EKS_ANYWHERE"|string;
  1336. export type ServiceSize = number;
  1337. export interface ServiceVersion {
  1338. /**
  1339. * The version number of the requested service.
  1340. */
  1341. Version?: String;
  1342. }
  1343. export type ServiceVersionList = ServiceVersion[];
  1344. export interface Shipment {
  1345. /**
  1346. * Status information for a shipment.
  1347. */
  1348. Status?: String;
  1349. /**
  1350. * The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snow device as the carrier transports it. For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.
  1351. */
  1352. TrackingNumber?: String;
  1353. }
  1354. export type ShipmentState = "RECEIVED"|"RETURNED"|string;
  1355. export interface ShippingDetails {
  1356. /**
  1357. * The shipping speed for a particular job. This speed doesn't dictate how soon you'll get the Snow device from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows: In Australia, you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In the European Union (EU), you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way. In India, Snow devices are delivered in one to seven days. In the United States of America (US), you have access to one-day shipping and two-day shipping.
  1358. */
  1359. ShippingOption?: ShippingOption;
  1360. /**
  1361. * The Status and TrackingNumber values for a Snow device being returned to Amazon Web Services for a particular job.
  1362. */
  1363. InboundShipment?: Shipment;
  1364. /**
  1365. * The Status and TrackingNumber values for a Snow device being delivered to the address that you specified for a particular job.
  1366. */
  1367. OutboundShipment?: Shipment;
  1368. }
  1369. export type ShippingLabelStatus = "InProgress"|"TimedOut"|"Succeeded"|"Failed"|string;
  1370. export type ShippingOption = "SECOND_DAY"|"NEXT_DAY"|"EXPRESS"|"STANDARD"|string;
  1371. export type SnowballCapacity = "T50"|"T80"|"T100"|"T42"|"T98"|"T8"|"T14"|"T32"|"NoPreference"|"T240"|"T13"|string;
  1372. export type SnowballType = "STANDARD"|"EDGE"|"EDGE_C"|"EDGE_CG"|"EDGE_S"|"SNC1_HDD"|"SNC1_SSD"|"V3_5C"|"V3_5S"|"RACK_5U_C"|string;
  1373. export interface SnowconeDeviceConfiguration {
  1374. /**
  1375. * Configures the wireless connection for the Snowcone device.
  1376. */
  1377. WirelessConnection?: WirelessConnection;
  1378. }
  1379. export type SnsTopicARN = string;
  1380. export type StorageLimit = number;
  1381. export type StorageUnit = "TB"|string;
  1382. export type String = string;
  1383. export interface TGWOnDeviceServiceConfiguration {
  1384. /**
  1385. * The maximum number of virtual tapes to store on one Snow Family device. Due to physical resource limitations, this value must be set to 80 for Snowball Edge.
  1386. */
  1387. StorageLimit?: StorageLimit;
  1388. /**
  1389. * The scale unit of the virtual tapes on the device.
  1390. */
  1391. StorageUnit?: StorageUnit;
  1392. }
  1393. export interface TargetOnDeviceService {
  1394. /**
  1395. * Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.
  1396. */
  1397. ServiceName?: DeviceServiceName;
  1398. /**
  1399. * Specifies whether the data is being imported or exported. You can import or export the data, or use it locally on the device.
  1400. */
  1401. TransferOption?: TransferOption;
  1402. }
  1403. export type TargetOnDeviceServiceList = TargetOnDeviceService[];
  1404. export interface TaxDocuments {
  1405. IND?: INDTaxDocuments;
  1406. }
  1407. export type Timestamp = Date;
  1408. export type TransferOption = "IMPORT"|"EXPORT"|"LOCAL_USE"|string;
  1409. export interface UpdateClusterRequest {
  1410. /**
  1411. * The cluster ID of the cluster that you want to update, for example CID123e4567-e89b-12d3-a456-426655440000.
  1412. */
  1413. ClusterId: ClusterId;
  1414. /**
  1415. * The new role Amazon Resource Name (ARN) that you want to associate with this cluster. To create a role ARN, use the CreateRole API action in Identity and Access Management (IAM).
  1416. */
  1417. RoleARN?: RoleARN;
  1418. /**
  1419. * The updated description of this cluster.
  1420. */
  1421. Description?: String;
  1422. /**
  1423. * The updated arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
  1424. */
  1425. Resources?: JobResource;
  1426. /**
  1427. * Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family device clusters support Amazon S3 and NFS (Network File System).
  1428. */
  1429. OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration;
  1430. /**
  1431. * The ID of the updated Address object.
  1432. */
  1433. AddressId?: AddressId;
  1434. /**
  1435. * The updated shipping option value of this cluster's ShippingDetails object.
  1436. */
  1437. ShippingOption?: ShippingOption;
  1438. /**
  1439. * The new or updated Notification object.
  1440. */
  1441. Notification?: Notification;
  1442. /**
  1443. * The updated ID for the forwarding address for a cluster. This field is not supported in most regions.
  1444. */
  1445. ForwardingAddressId?: AddressId;
  1446. }
  1447. export interface UpdateClusterResult {
  1448. }
  1449. export interface UpdateJobRequest {
  1450. /**
  1451. * The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.
  1452. */
  1453. JobId: JobId;
  1454. /**
  1455. * The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRoleIdentity and Access Management (IAM) API action.
  1456. */
  1457. RoleARN?: RoleARN;
  1458. /**
  1459. * The new or updated Notification object.
  1460. */
  1461. Notification?: Notification;
  1462. /**
  1463. * The updated JobResource object, or the updated JobResource object.
  1464. */
  1465. Resources?: JobResource;
  1466. /**
  1467. * Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System) and the Amazon Web Services Storage Gateway service Tape Gateway type.
  1468. */
  1469. OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration;
  1470. /**
  1471. * The ID of the updated Address object.
  1472. */
  1473. AddressId?: AddressId;
  1474. /**
  1475. * The updated shipping option value of this job's ShippingDetails object.
  1476. */
  1477. ShippingOption?: ShippingOption;
  1478. /**
  1479. * The updated description of this job's JobMetadata object.
  1480. */
  1481. Description?: String;
  1482. /**
  1483. * The updated SnowballCapacityPreference of this job's JobMetadata object. The 50 TB Snowballs are only available in the US regions. For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
  1484. */
  1485. SnowballCapacityPreference?: SnowballCapacity;
  1486. /**
  1487. * The updated ID for the forwarding address for a job. This field is not supported in most regions.
  1488. */
  1489. ForwardingAddressId?: AddressId;
  1490. PickupDetails?: PickupDetails;
  1491. }
  1492. export interface UpdateJobResult {
  1493. }
  1494. export interface UpdateJobShipmentStateRequest {
  1495. /**
  1496. * The job ID of the job whose shipment date you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.
  1497. */
  1498. JobId: JobId;
  1499. /**
  1500. * The state of a device when it is being shipped. Set to RECEIVED when the device arrives at your location. Set to RETURNED when you have returned the device to Amazon Web Services.
  1501. */
  1502. ShipmentState: ShipmentState;
  1503. }
  1504. export interface UpdateJobShipmentStateResult {
  1505. }
  1506. export interface UpdateLongTermPricingRequest {
  1507. /**
  1508. * The ID of the long-term pricing type for the device.
  1509. */
  1510. LongTermPricingId: LongTermPricingId;
  1511. /**
  1512. * Specifies that a device that is ordered with long-term pricing should be replaced with a new device.
  1513. */
  1514. ReplacementJob?: JobId;
  1515. /**
  1516. * If set to true, specifies that the current long-term pricing type for the device should be automatically renewed before the long-term pricing contract expires.
  1517. */
  1518. IsLongTermPricingAutoRenew?: JavaBoolean;
  1519. }
  1520. export interface UpdateLongTermPricingResult {
  1521. }
  1522. export interface WirelessConnection {
  1523. /**
  1524. * Enables the Wi-Fi adapter on an Snowcone device.
  1525. */
  1526. IsWifiEnabled?: Boolean;
  1527. }
  1528. /**
  1529. * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
  1530. */
  1531. export type apiVersion = "2016-06-30"|"latest"|string;
  1532. export interface ClientApiVersions {
  1533. /**
  1534. * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
  1535. */
  1536. apiVersion?: apiVersion;
  1537. }
  1538. export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
  1539. /**
  1540. * Contains interfaces for use with the Snowball client.
  1541. */
  1542. export import Types = Snowball;
  1543. }
  1544. export = Snowball;