UNPKG

53.4 kBTypeScriptView Raw
1import {Request} from '../lib/request';
2import {Response} from '../lib/response';
3import {AWSError} from '../lib/error';
4import {Service} from '../lib/service';
5import {ServiceConfigurationOptions} from '../lib/service';
6import {ConfigBase as Config} from '../lib/config';
7interface Blob {}
8declare 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 Snowball 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.
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 Snowball 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.
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 AWS account must have the right trust policies and permissions in place to create a job for Snowball. 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.
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 AWS account must have the right trust policies and permissions in place to create a job for Snowball. 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.
52 */
53 createJob(callback?: (err: AWSError, data: Snowball.Types.CreateJobResult) => void): Request<Snowball.Types.CreateJobResult, AWSError>;
54 /**
55 * Takes an AddressId and returns specific details about that address in the form of an Address object.
56 */
57 describeAddress(params: Snowball.Types.DescribeAddressRequest, callback?: (err: AWSError, data: Snowball.Types.DescribeAddressResult) => void): Request<Snowball.Types.DescribeAddressResult, AWSError>;
58 /**
59 * Takes an AddressId and returns specific details about that address in the form of an Address object.
60 */
61 describeAddress(callback?: (err: AWSError, data: Snowball.Types.DescribeAddressResult) => void): Request<Snowball.Types.DescribeAddressResult, AWSError>;
62 /**
63 * 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.
64 */
65 describeAddresses(params: Snowball.Types.DescribeAddressesRequest, callback?: (err: AWSError, data: Snowball.Types.DescribeAddressesResult) => void): Request<Snowball.Types.DescribeAddressesResult, AWSError>;
66 /**
67 * 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.
68 */
69 describeAddresses(callback?: (err: AWSError, data: Snowball.Types.DescribeAddressesResult) => void): Request<Snowball.Types.DescribeAddressesResult, AWSError>;
70 /**
71 * Returns information about a specific cluster including shipping information, cluster status, and other important metadata.
72 */
73 describeCluster(params: Snowball.Types.DescribeClusterRequest, callback?: (err: AWSError, data: Snowball.Types.DescribeClusterResult) => void): Request<Snowball.Types.DescribeClusterResult, AWSError>;
74 /**
75 * Returns information about a specific cluster including shipping information, cluster status, and other important metadata.
76 */
77 describeCluster(callback?: (err: AWSError, data: Snowball.Types.DescribeClusterResult) => void): Request<Snowball.Types.DescribeClusterResult, AWSError>;
78 /**
79 * Returns information about a specific job including shipping information, job status, and other important metadata.
80 */
81 describeJob(params: Snowball.Types.DescribeJobRequest, callback?: (err: AWSError, data: Snowball.Types.DescribeJobResult) => void): Request<Snowball.Types.DescribeJobResult, AWSError>;
82 /**
83 * Returns information about a specific job including shipping information, job status, and other important metadata.
84 */
85 describeJob(callback?: (err: AWSError, data: Snowball.Types.DescribeJobResult) => void): Request<Snowball.Types.DescribeJobResult, AWSError>;
86 /**
87 * 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. The manifest is decrypted by using the UnlockCode code value, when you pass both values to the Snowball 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 Snowball associated with that job. The credentials of a given job, including its manifest file and unlock code, expire 90 days after the job is created.
88 */
89 getJobManifest(params: Snowball.Types.GetJobManifestRequest, callback?: (err: AWSError, data: Snowball.Types.GetJobManifestResult) => void): Request<Snowball.Types.GetJobManifestResult, AWSError>;
90 /**
91 * 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. The manifest is decrypted by using the UnlockCode code value, when you pass both values to the Snowball 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 Snowball associated with that job. The credentials of a given job, including its manifest file and unlock code, expire 90 days after the job is created.
92 */
93 getJobManifest(callback?: (err: AWSError, data: Snowball.Types.GetJobManifestResult) => void): Request<Snowball.Types.GetJobManifestResult, AWSError>;
94 /**
95 * Returns the UnlockCode code value for the specified job. A particular UnlockCode value can be accessed for up to 90 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 Snowball 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 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 Snowball associated with that job.
96 */
97 getJobUnlockCode(params: Snowball.Types.GetJobUnlockCodeRequest, callback?: (err: AWSError, data: Snowball.Types.GetJobUnlockCodeResult) => void): Request<Snowball.Types.GetJobUnlockCodeResult, AWSError>;
98 /**
99 * Returns the UnlockCode code value for the specified job. A particular UnlockCode value can be accessed for up to 90 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 Snowball 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 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 Snowball associated with that job.
100 */
101 getJobUnlockCode(callback?: (err: AWSError, data: Snowball.Types.GetJobUnlockCodeResult) => void): Request<Snowball.Types.GetJobUnlockCodeResult, AWSError>;
102 /**
103 * Returns information about the Snowball service limit for your account, and also the number of Snowballs your account has in use. The default service limit for the number of Snowballs that you can have at one time is 1. If you want to increase your service limit, contact AWS Support.
104 */
105 getSnowballUsage(params: Snowball.Types.GetSnowballUsageRequest, callback?: (err: AWSError, data: Snowball.Types.GetSnowballUsageResult) => void): Request<Snowball.Types.GetSnowballUsageResult, AWSError>;
106 /**
107 * Returns information about the Snowball service limit for your account, and also the number of Snowballs your account has in use. The default service limit for the number of Snowballs that you can have at one time is 1. If you want to increase your service limit, contact AWS Support.
108 */
109 getSnowballUsage(callback?: (err: AWSError, data: Snowball.Types.GetSnowballUsageResult) => void): Request<Snowball.Types.GetSnowballUsageResult, AWSError>;
110 /**
111 * Returns an Amazon S3 presigned URL for an update file associated with a specified JobId.
112 */
113 getSoftwareUpdates(params: Snowball.Types.GetSoftwareUpdatesRequest, callback?: (err: AWSError, data: Snowball.Types.GetSoftwareUpdatesResult) => void): Request<Snowball.Types.GetSoftwareUpdatesResult, AWSError>;
114 /**
115 * Returns an Amazon S3 presigned URL for an update file associated with a specified JobId.
116 */
117 getSoftwareUpdates(callback?: (err: AWSError, data: Snowball.Types.GetSoftwareUpdatesResult) => void): Request<Snowball.Types.GetSoftwareUpdatesResult, AWSError>;
118 /**
119 * 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.
120 */
121 listClusterJobs(params: Snowball.Types.ListClusterJobsRequest, callback?: (err: AWSError, data: Snowball.Types.ListClusterJobsResult) => void): Request<Snowball.Types.ListClusterJobsResult, AWSError>;
122 /**
123 * 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.
124 */
125 listClusterJobs(callback?: (err: AWSError, data: Snowball.Types.ListClusterJobsResult) => void): Request<Snowball.Types.ListClusterJobsResult, AWSError>;
126 /**
127 * 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.
128 */
129 listClusters(params: Snowball.Types.ListClustersRequest, callback?: (err: AWSError, data: Snowball.Types.ListClustersResult) => void): Request<Snowball.Types.ListClustersResult, AWSError>;
130 /**
131 * 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.
132 */
133 listClusters(callback?: (err: AWSError, data: Snowball.Types.ListClustersResult) => void): Request<Snowball.Types.ListClustersResult, AWSError>;
134 /**
135 * This action returns a list of the different Amazon EC2 Amazon Machine Images (AMIs) that are owned by your AWS account that would be supported for use on a Snowball Edge device. Currently, supported AMIs are based on the CentOS 7 (x86_64) - with Updates HVM, Ubuntu Server 14.04 LTS (HVM), and Ubuntu 16.04 LTS - Xenial (HVM) images, available on the AWS Marketplace.
136 */
137 listCompatibleImages(params: Snowball.Types.ListCompatibleImagesRequest, callback?: (err: AWSError, data: Snowball.Types.ListCompatibleImagesResult) => void): Request<Snowball.Types.ListCompatibleImagesResult, AWSError>;
138 /**
139 * This action returns a list of the different Amazon EC2 Amazon Machine Images (AMIs) that are owned by your AWS account that would be supported for use on a Snowball Edge device. Currently, supported AMIs are based on the CentOS 7 (x86_64) - with Updates HVM, Ubuntu Server 14.04 LTS (HVM), and Ubuntu 16.04 LTS - Xenial (HVM) images, available on the AWS Marketplace.
140 */
141 listCompatibleImages(callback?: (err: AWSError, data: Snowball.Types.ListCompatibleImagesResult) => void): Request<Snowball.Types.ListCompatibleImagesResult, AWSError>;
142 /**
143 * 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.
144 */
145 listJobs(params: Snowball.Types.ListJobsRequest, callback?: (err: AWSError, data: Snowball.Types.ListJobsResult) => void): Request<Snowball.Types.ListJobsResult, AWSError>;
146 /**
147 * 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.
148 */
149 listJobs(callback?: (err: AWSError, data: Snowball.Types.ListJobsResult) => void): Request<Snowball.Types.ListJobsResult, AWSError>;
150 /**
151 * 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.
152 */
153 updateCluster(params: Snowball.Types.UpdateClusterRequest, callback?: (err: AWSError, data: Snowball.Types.UpdateClusterResult) => void): Request<Snowball.Types.UpdateClusterResult, AWSError>;
154 /**
155 * 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.
156 */
157 updateCluster(callback?: (err: AWSError, data: Snowball.Types.UpdateClusterResult) => void): Request<Snowball.Types.UpdateClusterResult, AWSError>;
158 /**
159 * 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.
160 */
161 updateJob(params: Snowball.Types.UpdateJobRequest, callback?: (err: AWSError, data: Snowball.Types.UpdateJobResult) => void): Request<Snowball.Types.UpdateJobResult, AWSError>;
162 /**
163 * 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.
164 */
165 updateJob(callback?: (err: AWSError, data: Snowball.Types.UpdateJobResult) => void): Request<Snowball.Types.UpdateJobResult, AWSError>;
166}
167declare namespace Snowball {
168 export interface Address {
169 /**
170 * The unique ID for an address.
171 */
172 AddressId?: AddressId;
173 /**
174 * The name of a person to receive a Snowball at an address.
175 */
176 Name?: String;
177 /**
178 * The name of the company to receive a Snowball at an address.
179 */
180 Company?: String;
181 /**
182 * The first line in a street address that a Snowball is to be delivered to.
183 */
184 Street1?: String;
185 /**
186 * The second line in a street address that a Snowball is to be delivered to.
187 */
188 Street2?: String;
189 /**
190 * The third line in a street address that a Snowball is to be delivered to.
191 */
192 Street3?: String;
193 /**
194 * The city in an address that a Snowball is to be delivered to.
195 */
196 City?: String;
197 /**
198 * The state or province in an address that a Snowball is to be delivered to.
199 */
200 StateOrProvince?: String;
201 /**
202 * This field is no longer used and the value is ignored.
203 */
204 PrefectureOrDistrict?: String;
205 /**
206 * This field is no longer used and the value is ignored.
207 */
208 Landmark?: String;
209 /**
210 * The country in an address that a Snowball is to be delivered to.
211 */
212 Country?: String;
213 /**
214 * The postal code in an address that a Snowball is to be delivered to.
215 */
216 PostalCode?: String;
217 /**
218 * The phone number associated with an address that a Snowball is to be delivered to.
219 */
220 PhoneNumber?: String;
221 /**
222 * If the address you are creating is a primary address, then set this option to true. This field is not supported in most regions.
223 */
224 IsRestricted?: Boolean;
225 }
226 export type AddressId = string;
227 export type AddressList = Address[];
228 export type AmiId = string;
229 export type Boolean = boolean;
230 export interface CancelClusterRequest {
231 /**
232 * The 39-character ID for the cluster that you want to cancel, for example CID123e4567-e89b-12d3-a456-426655440000.
233 */
234 ClusterId: ClusterId;
235 }
236 export interface CancelClusterResult {
237 }
238 export interface CancelJobRequest {
239 /**
240 * The 39-character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.
241 */
242 JobId: JobId;
243 }
244 export interface CancelJobResult {
245 }
246 export type ClusterId = string;
247 export interface ClusterListEntry {
248 /**
249 * The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.
250 */
251 ClusterId?: String;
252 /**
253 * The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.
254 */
255 ClusterState?: ClusterState;
256 /**
257 * The creation date for this cluster.
258 */
259 CreationDate?: Timestamp;
260 /**
261 * Defines an optional description of the cluster, for example Environmental Data Cluster-01.
262 */
263 Description?: String;
264 }
265 export type ClusterListEntryList = ClusterListEntry[];
266 export interface ClusterMetadata {
267 /**
268 * The automatically generated ID for a cluster.
269 */
270 ClusterId?: String;
271 /**
272 * The optional description of the cluster.
273 */
274 Description?: String;
275 /**
276 * The KmsKeyARN Amazon Resource Name (ARN) associated with this cluster. This ARN was created using the CreateKey API action in AWS Key Management Service (AWS KMS).
277 */
278 KmsKeyARN?: KmsKeyARN;
279 /**
280 * The role ARN associated with this cluster. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).
281 */
282 RoleARN?: RoleARN;
283 /**
284 * The current status of the cluster.
285 */
286 ClusterState?: ClusterState;
287 /**
288 * The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE.
289 */
290 JobType?: JobType;
291 /**
292 * The type of AWS Snowball device to use for this cluster. 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.
293 */
294 SnowballType?: SnowballType;
295 /**
296 * The creation date for this cluster.
297 */
298 CreationDate?: Timestamp;
299 /**
300 * The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
301 */
302 Resources?: JobResource;
303 /**
304 * The automatically generated ID for a specific address.
305 */
306 AddressId?: AddressId;
307 /**
308 * 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, devices shipped express are delivered in about a day. In the European Union (EU), you have access to express shipping. Typically, Snowball Edges 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, Snowball Edges are delivered in one to seven days. In the US, you have access to one-day shipping and two-day shipping.
309 */
310 ShippingOption?: ShippingOption;
311 /**
312 * The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
313 */
314 Notification?: Notification;
315 /**
316 * 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.
317 */
318 ForwardingAddressId?: AddressId;
319 /**
320 * The tax documents required in your AWS Region.
321 */
322 TaxDocuments?: TaxDocuments;
323 }
324 export type ClusterState = "AwaitingQuorum"|"Pending"|"InUse"|"Complete"|"Cancelled"|string;
325 export interface CompatibleImage {
326 /**
327 * The unique identifier for an individual Snowball Edge AMI.
328 */
329 AmiId?: String;
330 /**
331 * The optional name of a compatible image.
332 */
333 Name?: String;
334 }
335 export type CompatibleImageList = CompatibleImage[];
336 export interface CreateAddressRequest {
337 /**
338 * The address that you want the Snowball shipped to.
339 */
340 Address: Address;
341 }
342 export interface CreateAddressResult {
343 /**
344 * 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 Snowball for that job shipped to.
345 */
346 AddressId?: String;
347 }
348 export interface CreateClusterRequest {
349 /**
350 * The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE.
351 */
352 JobType: JobType;
353 /**
354 * The resources associated with the cluster job. These resources include Amazon S3 buckets and optional AWS Lambda functions written in the Python language.
355 */
356 Resources: JobResource;
357 /**
358 * An optional description of this specific cluster, for example Environmental Data Cluster-01.
359 */
360 Description?: String;
361 /**
362 * The ID for the address that you want the cluster shipped to.
363 */
364 AddressId: AddressId;
365 /**
366 * The KmsKeyARN value that you want to associate with this cluster. KmsKeyARN values are created by using the CreateKey API action in AWS Key Management Service (AWS KMS).
367 */
368 KmsKeyARN?: KmsKeyARN;
369 /**
370 * The RoleARN that you want to associate with this cluster. RoleArn values are created by using the CreateRole API action in AWS Identity and Access Management (IAM).
371 */
372 RoleARN: RoleARN;
373 /**
374 * The type of AWS Snowball device to use for this cluster. 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.
375 */
376 SnowballType?: SnowballType;
377 /**
378 * 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, devices shipped express are delivered in about a day. In the European Union (EU), you have access to express shipping. Typically, Snowball Edges 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, Snowball Edges are delivered in one to seven days. In the US, you have access to one-day shipping and two-day shipping.
379 */
380 ShippingOption: ShippingOption;
381 /**
382 * The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
383 */
384 Notification?: Notification;
385 /**
386 * The forwarding address ID for a cluster. This field is not supported in most regions.
387 */
388 ForwardingAddressId?: AddressId;
389 /**
390 * The tax documents required in your AWS Region.
391 */
392 TaxDocuments?: TaxDocuments;
393 }
394 export interface CreateClusterResult {
395 /**
396 * The automatically generated ID for a cluster.
397 */
398 ClusterId?: ClusterId;
399 }
400 export interface CreateJobRequest {
401 /**
402 * Defines the type of job that you're creating.
403 */
404 JobType?: JobType;
405 /**
406 * 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.
407 */
408 Resources?: JobResource;
409 /**
410 * Defines an optional description of this specific job, for example Important Photos 2016-08-11.
411 */
412 Description?: String;
413 /**
414 * The ID for the address that you want the Snowball shipped to.
415 */
416 AddressId?: AddressId;
417 /**
418 * The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.
419 */
420 KmsKeyARN?: KmsKeyARN;
421 /**
422 * The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.
423 */
424 RoleARN?: RoleARN;
425 /**
426 * If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.
427 */
428 SnowballCapacityPreference?: SnowballCapacity;
429 /**
430 * The shipping speed for this job. This speed doesn't dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows: In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In the European Union (EU), you have access to express shipping. Typically, Snowballs 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, Snowballs are delivered in one to seven days. In the US, you have access to one-day shipping and two-day shipping.
431 */
432 ShippingOption?: ShippingOption;
433 /**
434 * Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.
435 */
436 Notification?: Notification;
437 /**
438 * 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.
439 */
440 ClusterId?: ClusterId;
441 /**
442 * The type of AWS Snowball 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.
443 */
444 SnowballType?: SnowballType;
445 /**
446 * The forwarding address ID for a job. This field is not supported in most regions.
447 */
448 ForwardingAddressId?: AddressId;
449 /**
450 * The tax documents required in your AWS Region.
451 */
452 TaxDocuments?: TaxDocuments;
453 }
454 export interface CreateJobResult {
455 /**
456 * The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.
457 */
458 JobId?: JobId;
459 }
460 export interface DataTransfer {
461 /**
462 * The number of bytes transferred between a Snowball and Amazon S3.
463 */
464 BytesTransferred?: Long;
465 /**
466 * The number of objects transferred between a Snowball and Amazon S3.
467 */
468 ObjectsTransferred?: Long;
469 /**
470 * The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.
471 */
472 TotalBytes?: Long;
473 /**
474 * The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.
475 */
476 TotalObjects?: Long;
477 }
478 export interface DescribeAddressRequest {
479 /**
480 * The automatically generated ID for a specific address.
481 */
482 AddressId: AddressId;
483 }
484 export interface DescribeAddressResult {
485 /**
486 * The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.
487 */
488 Address?: Address;
489 }
490 export interface DescribeAddressesRequest {
491 /**
492 * The number of ADDRESS objects to return.
493 */
494 MaxResults?: ListLimit;
495 /**
496 * 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.
497 */
498 NextToken?: String;
499 }
500 export interface DescribeAddressesResult {
501 /**
502 * The Snowball shipping addresses that were created for this account.
503 */
504 Addresses?: AddressList;
505 /**
506 * 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.
507 */
508 NextToken?: String;
509 }
510 export interface DescribeClusterRequest {
511 /**
512 * The automatically generated ID for a cluster.
513 */
514 ClusterId: ClusterId;
515 }
516 export interface DescribeClusterResult {
517 /**
518 * Information about a specific cluster, including shipping information, cluster status, and other important metadata.
519 */
520 ClusterMetadata?: ClusterMetadata;
521 }
522 export interface DescribeJobRequest {
523 /**
524 * The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.
525 */
526 JobId: JobId;
527 }
528 export interface DescribeJobResult {
529 /**
530 * Information about a specific job, including shipping information, job status, and other important metadata.
531 */
532 JobMetadata?: JobMetadata;
533 /**
534 * Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.
535 */
536 SubJobMetadata?: JobMetadataList;
537 }
538 export interface Ec2AmiResource {
539 /**
540 * The ID of the AMI in Amazon EC2.
541 */
542 AmiId: AmiId;
543 /**
544 * The ID of the AMI on the Snowball Edge device.
545 */
546 SnowballAmiId?: String;
547 }
548 export type Ec2AmiResourceList = Ec2AmiResource[];
549 export interface EventTriggerDefinition {
550 /**
551 * The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an AWS Lambda function's event trigger associated with this job.
552 */
553 EventResourceARN?: ResourceARN;
554 }
555 export type EventTriggerDefinitionList = EventTriggerDefinition[];
556 export type GSTIN = string;
557 export interface GetJobManifestRequest {
558 /**
559 * The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.
560 */
561 JobId: JobId;
562 }
563 export interface GetJobManifestResult {
564 /**
565 * The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.
566 */
567 ManifestURI?: String;
568 }
569 export interface GetJobUnlockCodeRequest {
570 /**
571 * The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.
572 */
573 JobId: JobId;
574 }
575 export interface GetJobUnlockCodeResult {
576 /**
577 * The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.
578 */
579 UnlockCode?: String;
580 }
581 export interface GetSnowballUsageRequest {
582 }
583 export interface GetSnowballUsageResult {
584 /**
585 * The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).
586 */
587 SnowballLimit?: Integer;
588 /**
589 * The number of Snowballs that this account is currently using.
590 */
591 SnowballsInUse?: Integer;
592 }
593 export interface GetSoftwareUpdatesRequest {
594 /**
595 * The ID for a job that you want to get the software update file for, for example JID123e4567-e89b-12d3-a456-426655440000.
596 */
597 JobId: JobId;
598 }
599 export interface GetSoftwareUpdatesResult {
600 /**
601 * 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.
602 */
603 UpdatesURI?: String;
604 }
605 export interface INDTaxDocuments {
606 /**
607 * The Goods and Services Tax (GST) documents required in AWS Regions in India.
608 */
609 GSTIN?: GSTIN;
610 }
611 export type Integer = number;
612 export type JobId = string;
613 export interface JobListEntry {
614 /**
615 * The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.
616 */
617 JobId?: String;
618 /**
619 * The current state of this job.
620 */
621 JobState?: JobState;
622 /**
623 * A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master 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 master job are listed, because they are created after the master job is created.
624 */
625 IsMaster?: Boolean;
626 /**
627 * The type of job.
628 */
629 JobType?: JobType;
630 /**
631 * The type of device used with this job.
632 */
633 SnowballType?: SnowballType;
634 /**
635 * The creation date for this job.
636 */
637 CreationDate?: Timestamp;
638 /**
639 * The optional description of this specific job, for example Important Photos 2016-08-11.
640 */
641 Description?: String;
642 }
643 export type JobListEntryList = JobListEntry[];
644 export interface JobLogs {
645 /**
646 * A link to an Amazon S3 presigned URL where the job completion report is located.
647 */
648 JobCompletionReportURI?: String;
649 /**
650 * A link to an Amazon S3 presigned URL where the job success log is located.
651 */
652 JobSuccessLogURI?: String;
653 /**
654 * A link to an Amazon S3 presigned URL where the job failure log is located.
655 */
656 JobFailureLogURI?: String;
657 }
658 export interface JobMetadata {
659 /**
660 * The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.
661 */
662 JobId?: String;
663 /**
664 * The current status of the jobs.
665 */
666 JobState?: JobState;
667 /**
668 * The type of job.
669 */
670 JobType?: JobType;
671 /**
672 * The type of device used with this job.
673 */
674 SnowballType?: SnowballType;
675 /**
676 * The creation date for this job.
677 */
678 CreationDate?: Timestamp;
679 /**
680 * An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.
681 */
682 Resources?: JobResource;
683 /**
684 * The description of the job, provided at job creation.
685 */
686 Description?: String;
687 /**
688 * The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.
689 */
690 KmsKeyARN?: KmsKeyARN;
691 /**
692 * The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).
693 */
694 RoleARN?: RoleARN;
695 /**
696 * The ID for the address that you want the Snowball shipped to.
697 */
698 AddressId?: AddressId;
699 /**
700 * A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
701 */
702 ShippingDetails?: ShippingDetails;
703 /**
704 * The Snowball 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.
705 */
706 SnowballCapacityPreference?: SnowballCapacity;
707 /**
708 * 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.
709 */
710 Notification?: Notification;
711 /**
712 * A value that defines the real-time status of a Snowball's data transfer while the device is at AWS. This data is only available while a job has a JobState value of InProgress, for both import and export jobs.
713 */
714 DataTransferProgress?: DataTransfer;
715 /**
716 * 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 Snowball for your job part is being delivered to you.
717 */
718 JobLogInfo?: JobLogs;
719 /**
720 * The 39-character ID for the cluster, for example CID123e4567-e89b-12d3-a456-426655440000.
721 */
722 ClusterId?: String;
723 /**
724 * 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.
725 */
726 ForwardingAddressId?: AddressId;
727 /**
728 * The metadata associated with the tax documents required in your AWS Region.
729 */
730 TaxDocuments?: TaxDocuments;
731 }
732 export type JobMetadataList = JobMetadata[];
733 export interface JobResource {
734 /**
735 * An array of S3Resource objects.
736 */
737 S3Resources?: S3ResourceList;
738 /**
739 * The Python-language Lambda functions for this job.
740 */
741 LambdaResources?: LambdaResourceList;
742 /**
743 * The Amazon Machine Images (AMIs) associated with this job.
744 */
745 Ec2AmiResources?: Ec2AmiResourceList;
746 }
747 export type JobState = "New"|"PreparingAppliance"|"PreparingShipment"|"InTransitToCustomer"|"WithCustomer"|"InTransitToAWS"|"WithAWSSortingFacility"|"WithAWS"|"InProgress"|"Complete"|"Cancelled"|"Listing"|"Pending"|string;
748 export type JobStateList = JobState[];
749 export type JobType = "IMPORT"|"EXPORT"|"LOCAL_USE"|string;
750 export interface KeyRange {
751 /**
752 * The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.
753 */
754 BeginMarker?: String;
755 /**
756 * The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.
757 */
758 EndMarker?: String;
759 }
760 export type KmsKeyARN = string;
761 export interface LambdaResource {
762 /**
763 * An Amazon Resource Name (ARN) that represents an AWS Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource.
764 */
765 LambdaArn?: ResourceARN;
766 /**
767 * The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.
768 */
769 EventTriggers?: EventTriggerDefinitionList;
770 }
771 export type LambdaResourceList = LambdaResource[];
772 export interface ListClusterJobsRequest {
773 /**
774 * The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.
775 */
776 ClusterId: ClusterId;
777 /**
778 * The number of JobListEntry objects to return.
779 */
780 MaxResults?: ListLimit;
781 /**
782 * 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.
783 */
784 NextToken?: String;
785 }
786 export interface ListClusterJobsResult {
787 /**
788 * 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.
789 */
790 JobListEntries?: JobListEntryList;
791 /**
792 * 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.
793 */
794 NextToken?: String;
795 }
796 export interface ListClustersRequest {
797 /**
798 * The number of ClusterListEntry objects to return.
799 */
800 MaxResults?: ListLimit;
801 /**
802 * 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.
803 */
804 NextToken?: String;
805 }
806 export interface ListClustersResult {
807 /**
808 * Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.
809 */
810 ClusterListEntries?: ClusterListEntryList;
811 /**
812 * 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.
813 */
814 NextToken?: String;
815 }
816 export interface ListCompatibleImagesRequest {
817 /**
818 * The maximum number of results for the list of compatible images. Currently, a Snowball Edge device can store 10 AMIs.
819 */
820 MaxResults?: ListLimit;
821 /**
822 * 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.
823 */
824 NextToken?: String;
825 }
826 export interface ListCompatibleImagesResult {
827 /**
828 * A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snowball Edge AMI.
829 */
830 CompatibleImages?: CompatibleImageList;
831 /**
832 * Because HTTP requests are stateless, this is the starting point for your next list of returned images.
833 */
834 NextToken?: String;
835 }
836 export interface ListJobsRequest {
837 /**
838 * The number of JobListEntry objects to return.
839 */
840 MaxResults?: ListLimit;
841 /**
842 * 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.
843 */
844 NextToken?: String;
845 }
846 export interface ListJobsResult {
847 /**
848 * 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.
849 */
850 JobListEntries?: JobListEntryList;
851 /**
852 * 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.
853 */
854 NextToken?: String;
855 }
856 export type ListLimit = number;
857 export type Long = number;
858 export interface Notification {
859 /**
860 * 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 AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.
861 */
862 SnsTopicARN?: SnsTopicARN;
863 /**
864 * The list of job states that will trigger a notification for this job.
865 */
866 JobStatesToNotify?: JobStateList;
867 /**
868 * Any change in job state will trigger a notification for this job.
869 */
870 NotifyAll?: Boolean;
871 }
872 export type ResourceARN = string;
873 export type RoleARN = string;
874 export interface S3Resource {
875 /**
876 * The Amazon Resource Name (ARN) of an Amazon S3 bucket.
877 */
878 BucketArn?: ResourceARN;
879 /**
880 * 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.
881 */
882 KeyRange?: KeyRange;
883 }
884 export type S3ResourceList = S3Resource[];
885 export interface Shipment {
886 /**
887 * Status information for a shipment.
888 */
889 Status?: String;
890 /**
891 * The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it. For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.
892 */
893 TrackingNumber?: String;
894 }
895 export interface ShippingDetails {
896 /**
897 * The shipping speed for a particular job. This speed doesn't dictate how soon you'll get the Snowball 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, Snowballs shipped express are delivered in about a day. In the European Union (EU), you have access to express shipping. Typically, Snowballs 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, Snowballs 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.
898 */
899 ShippingOption?: ShippingOption;
900 /**
901 * The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.
902 */
903 InboundShipment?: Shipment;
904 /**
905 * The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.
906 */
907 OutboundShipment?: Shipment;
908 }
909 export type ShippingOption = "SECOND_DAY"|"NEXT_DAY"|"EXPRESS"|"STANDARD"|string;
910 export type SnowballCapacity = "T50"|"T80"|"T100"|"T42"|"NoPreference"|string;
911 export type SnowballType = "STANDARD"|"EDGE"|"EDGE_C"|"EDGE_CG"|string;
912 export type SnsTopicARN = string;
913 export type String = string;
914 export interface TaxDocuments {
915 /**
916 * The tax documents required in AWS Regions in India.
917 */
918 IND?: INDTaxDocuments;
919 }
920 export type Timestamp = Date;
921 export interface UpdateClusterRequest {
922 /**
923 * The cluster ID of the cluster that you want to update, for example CID123e4567-e89b-12d3-a456-426655440000.
924 */
925 ClusterId: ClusterId;
926 /**
927 * 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 AWS Identity and Access Management (IAM).
928 */
929 RoleARN?: RoleARN;
930 /**
931 * The updated description of this cluster.
932 */
933 Description?: String;
934 /**
935 * The updated arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
936 */
937 Resources?: JobResource;
938 /**
939 * The ID of the updated Address object.
940 */
941 AddressId?: AddressId;
942 /**
943 * The updated shipping option value of this cluster's ShippingDetails object.
944 */
945 ShippingOption?: ShippingOption;
946 /**
947 * The new or updated Notification object.
948 */
949 Notification?: Notification;
950 /**
951 * The updated ID for the forwarding address for a cluster. This field is not supported in most regions.
952 */
953 ForwardingAddressId?: AddressId;
954 }
955 export interface UpdateClusterResult {
956 }
957 export interface UpdateJobRequest {
958 /**
959 * The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.
960 */
961 JobId: JobId;
962 /**
963 * The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRoleAWS Identity and Access Management (IAM) API action.
964 */
965 RoleARN?: RoleARN;
966 /**
967 * The new or updated Notification object.
968 */
969 Notification?: Notification;
970 /**
971 * The updated JobResource object, or the updated JobResource object.
972 */
973 Resources?: JobResource;
974 /**
975 * The ID of the updated Address object.
976 */
977 AddressId?: AddressId;
978 /**
979 * The updated shipping option value of this job's ShippingDetails object.
980 */
981 ShippingOption?: ShippingOption;
982 /**
983 * The updated description of this job's JobMetadata object.
984 */
985 Description?: String;
986 /**
987 * The updated SnowballCapacityPreference of this job's JobMetadata object. The 50 TB Snowballs are only available in the US regions.
988 */
989 SnowballCapacityPreference?: SnowballCapacity;
990 /**
991 * The updated ID for the forwarding address for a job. This field is not supported in most regions.
992 */
993 ForwardingAddressId?: AddressId;
994 }
995 export interface UpdateJobResult {
996 }
997 /**
998 * 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.
999 */
1000 export type apiVersion = "2016-06-30"|"latest"|string;
1001 export interface ClientApiVersions {
1002 /**
1003 * 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.
1004 */
1005 apiVersion?: apiVersion;
1006 }
1007 export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
1008 /**
1009 * Contains interfaces for use with the Snowball client.
1010 */
1011 export import Types = Snowball;
1012}
1013export = Snowball;