aws-sdk 2.770.0 → 2.771.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -1
- package/README.md +1 -1
- package/apis/amplify-2017-07-25.min.json +58 -46
- package/apis/medialive-2017-10-14.min.json +366 -194
- package/apis/servicecatalog-2015-12-10.min.json +60 -30
- package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
- package/apis/snowball-2016-06-30.min.json +61 -9
- package/clients/amplify.d.ts +17 -0
- package/clients/eks.d.ts +2 -2
- package/clients/medialive.d.ts +206 -4
- package/clients/servicecatalog.d.ts +66 -21
- package/clients/snowball.d.ts +122 -52
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +90 -55
- package/dist/aws-sdk.min.js +18 -18
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/snowball.d.ts
CHANGED
|
@@ -28,11 +28,11 @@ declare class Snowball extends Service {
|
|
|
28
28
|
*/
|
|
29
29
|
cancelJob(callback?: (err: AWSError, data: Snowball.Types.CancelJobResult) => void): Request<Snowball.Types.CancelJobResult, AWSError>;
|
|
30
30
|
/**
|
|
31
|
-
* Creates an address for a
|
|
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.
|
|
32
32
|
*/
|
|
33
33
|
createAddress(params: Snowball.Types.CreateAddressRequest, callback?: (err: AWSError, data: Snowball.Types.CreateAddressResult) => void): Request<Snowball.Types.CreateAddressResult, AWSError>;
|
|
34
34
|
/**
|
|
35
|
-
* Creates an address for a
|
|
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.
|
|
36
36
|
*/
|
|
37
37
|
createAddress(callback?: (err: AWSError, data: Snowball.Types.CreateAddressResult) => void): Request<Snowball.Types.CreateAddressResult, AWSError>;
|
|
38
38
|
/**
|
|
@@ -44,13 +44,21 @@ declare class Snowball extends Service {
|
|
|
44
44
|
*/
|
|
45
45
|
createCluster(callback?: (err: AWSError, data: Snowball.Types.CreateClusterResult) => void): Request<Snowball.Types.CreateClusterResult, AWSError>;
|
|
46
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
|
|
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 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.
|
|
48
48
|
*/
|
|
49
49
|
createJob(params: Snowball.Types.CreateJobRequest, callback?: (err: AWSError, data: Snowball.Types.CreateJobResult) => void): Request<Snowball.Types.CreateJobResult, AWSError>;
|
|
50
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
|
|
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 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.
|
|
52
52
|
*/
|
|
53
53
|
createJob(callback?: (err: AWSError, data: Snowball.Types.CreateJobResult) => void): Request<Snowball.Types.CreateJobResult, AWSError>;
|
|
54
|
+
/**
|
|
55
|
+
* Creates a shipping label that will be used to return the Snow device to AWS.
|
|
56
|
+
*/
|
|
57
|
+
createReturnShippingLabel(params: Snowball.Types.CreateReturnShippingLabelRequest, callback?: (err: AWSError, data: Snowball.Types.CreateReturnShippingLabelResult) => void): Request<Snowball.Types.CreateReturnShippingLabelResult, AWSError>;
|
|
58
|
+
/**
|
|
59
|
+
* Creates a shipping label that will be used to return the Snow device to AWS.
|
|
60
|
+
*/
|
|
61
|
+
createReturnShippingLabel(callback?: (err: AWSError, data: Snowball.Types.CreateReturnShippingLabelResult) => void): Request<Snowball.Types.CreateReturnShippingLabelResult, AWSError>;
|
|
54
62
|
/**
|
|
55
63
|
* Takes an AddressId and returns specific details about that address in the form of an Address object.
|
|
56
64
|
*/
|
|
@@ -84,27 +92,35 @@ declare class Snowball extends Service {
|
|
|
84
92
|
*/
|
|
85
93
|
describeJob(callback?: (err: AWSError, data: Snowball.Types.DescribeJobResult) => void): Request<Snowball.Types.DescribeJobResult, AWSError>;
|
|
86
94
|
/**
|
|
87
|
-
*
|
|
95
|
+
* Information on the shipping label of a Snow device that is being returned to AWS.
|
|
96
|
+
*/
|
|
97
|
+
describeReturnShippingLabel(params: Snowball.Types.DescribeReturnShippingLabelRequest, callback?: (err: AWSError, data: Snowball.Types.DescribeReturnShippingLabelResult) => void): Request<Snowball.Types.DescribeReturnShippingLabelResult, AWSError>;
|
|
98
|
+
/**
|
|
99
|
+
* Information on the shipping label of a Snow device that is being returned to AWS.
|
|
100
|
+
*/
|
|
101
|
+
describeReturnShippingLabel(callback?: (err: AWSError, data: Snowball.Types.DescribeReturnShippingLabelResult) => void): Request<Snowball.Types.DescribeReturnShippingLabelResult, AWSError>;
|
|
102
|
+
/**
|
|
103
|
+
* 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 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 90 days after the job is created.
|
|
88
104
|
*/
|
|
89
105
|
getJobManifest(params: Snowball.Types.GetJobManifestRequest, callback?: (err: AWSError, data: Snowball.Types.GetJobManifestResult) => void): Request<Snowball.Types.GetJobManifestResult, AWSError>;
|
|
90
106
|
/**
|
|
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
|
|
107
|
+
* 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 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 90 days after the job is created.
|
|
92
108
|
*/
|
|
93
109
|
getJobManifest(callback?: (err: AWSError, data: Snowball.Types.GetJobManifestResult) => void): Request<Snowball.Types.GetJobManifestResult, AWSError>;
|
|
94
110
|
/**
|
|
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
|
|
111
|
+
* 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 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 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.
|
|
96
112
|
*/
|
|
97
113
|
getJobUnlockCode(params: Snowball.Types.GetJobUnlockCodeRequest, callback?: (err: AWSError, data: Snowball.Types.GetJobUnlockCodeResult) => void): Request<Snowball.Types.GetJobUnlockCodeResult, AWSError>;
|
|
98
114
|
/**
|
|
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
|
|
115
|
+
* 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 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 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.
|
|
100
116
|
*/
|
|
101
117
|
getJobUnlockCode(callback?: (err: AWSError, data: Snowball.Types.GetJobUnlockCodeResult) => void): Request<Snowball.Types.GetJobUnlockCodeResult, AWSError>;
|
|
102
118
|
/**
|
|
103
|
-
* Returns information about the
|
|
119
|
+
* 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 AWS Support.
|
|
104
120
|
*/
|
|
105
121
|
getSnowballUsage(params: Snowball.Types.GetSnowballUsageRequest, callback?: (err: AWSError, data: Snowball.Types.GetSnowballUsageResult) => void): Request<Snowball.Types.GetSnowballUsageResult, AWSError>;
|
|
106
122
|
/**
|
|
107
|
-
* Returns information about the
|
|
123
|
+
* 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 AWS Support.
|
|
108
124
|
*/
|
|
109
125
|
getSnowballUsage(callback?: (err: AWSError, data: Snowball.Types.GetSnowballUsageResult) => void): Request<Snowball.Types.GetSnowballUsageResult, AWSError>;
|
|
110
126
|
/**
|
|
@@ -132,11 +148,11 @@ declare class Snowball extends Service {
|
|
|
132
148
|
*/
|
|
133
149
|
listClusters(callback?: (err: AWSError, data: Snowball.Types.ListClustersResult) => void): Request<Snowball.Types.ListClustersResult, AWSError>;
|
|
134
150
|
/**
|
|
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
|
|
151
|
+
* 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 Snow 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
152
|
*/
|
|
137
153
|
listCompatibleImages(params: Snowball.Types.ListCompatibleImagesRequest, callback?: (err: AWSError, data: Snowball.Types.ListCompatibleImagesResult) => void): Request<Snowball.Types.ListCompatibleImagesResult, AWSError>;
|
|
138
154
|
/**
|
|
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
|
|
155
|
+
* 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 Snow 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
156
|
*/
|
|
141
157
|
listCompatibleImages(callback?: (err: AWSError, data: Snowball.Types.ListCompatibleImagesResult) => void): Request<Snowball.Types.ListCompatibleImagesResult, AWSError>;
|
|
142
158
|
/**
|
|
@@ -163,6 +179,14 @@ declare class Snowball extends Service {
|
|
|
163
179
|
* 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
180
|
*/
|
|
165
181
|
updateJob(callback?: (err: AWSError, data: Snowball.Types.UpdateJobResult) => void): Request<Snowball.Types.UpdateJobResult, AWSError>;
|
|
182
|
+
/**
|
|
183
|
+
* Updates the state when a the shipment states changes to a different state.
|
|
184
|
+
*/
|
|
185
|
+
updateJobShipmentState(params: Snowball.Types.UpdateJobShipmentStateRequest, callback?: (err: AWSError, data: Snowball.Types.UpdateJobShipmentStateResult) => void): Request<Snowball.Types.UpdateJobShipmentStateResult, AWSError>;
|
|
186
|
+
/**
|
|
187
|
+
* Updates the state when a the shipment states changes to a different state.
|
|
188
|
+
*/
|
|
189
|
+
updateJobShipmentState(callback?: (err: AWSError, data: Snowball.Types.UpdateJobShipmentStateResult) => void): Request<Snowball.Types.UpdateJobShipmentStateResult, AWSError>;
|
|
166
190
|
}
|
|
167
191
|
declare namespace Snowball {
|
|
168
192
|
export interface Address {
|
|
@@ -171,31 +195,31 @@ declare namespace Snowball {
|
|
|
171
195
|
*/
|
|
172
196
|
AddressId?: AddressId;
|
|
173
197
|
/**
|
|
174
|
-
* The name of a person to receive a
|
|
198
|
+
* The name of a person to receive a Snow device at an address.
|
|
175
199
|
*/
|
|
176
200
|
Name?: String;
|
|
177
201
|
/**
|
|
178
|
-
* The name of the company to receive a
|
|
202
|
+
* The name of the company to receive a Snow device at an address.
|
|
179
203
|
*/
|
|
180
204
|
Company?: String;
|
|
181
205
|
/**
|
|
182
|
-
* The first line in a street address that a
|
|
206
|
+
* The first line in a street address that a Snow device is to be delivered to.
|
|
183
207
|
*/
|
|
184
208
|
Street1?: String;
|
|
185
209
|
/**
|
|
186
|
-
* The second line in a street address that a
|
|
210
|
+
* The second line in a street address that a Snow device is to be delivered to.
|
|
187
211
|
*/
|
|
188
212
|
Street2?: String;
|
|
189
213
|
/**
|
|
190
|
-
* The third line in a street address that a
|
|
214
|
+
* The third line in a street address that a Snow device is to be delivered to.
|
|
191
215
|
*/
|
|
192
216
|
Street3?: String;
|
|
193
217
|
/**
|
|
194
|
-
* The city in an address that a
|
|
218
|
+
* The city in an address that a Snow device is to be delivered to.
|
|
195
219
|
*/
|
|
196
220
|
City?: String;
|
|
197
221
|
/**
|
|
198
|
-
* The state or province in an address that a
|
|
222
|
+
* The state or province in an address that a Snow device is to be delivered to.
|
|
199
223
|
*/
|
|
200
224
|
StateOrProvince?: String;
|
|
201
225
|
/**
|
|
@@ -207,15 +231,15 @@ declare namespace Snowball {
|
|
|
207
231
|
*/
|
|
208
232
|
Landmark?: String;
|
|
209
233
|
/**
|
|
210
|
-
* The country in an address that a
|
|
234
|
+
* The country in an address that a Snow device is to be delivered to.
|
|
211
235
|
*/
|
|
212
236
|
Country?: String;
|
|
213
237
|
/**
|
|
214
|
-
* The postal code in an address that a
|
|
238
|
+
* The postal code in an address that a Snow device is to be delivered to.
|
|
215
239
|
*/
|
|
216
240
|
PostalCode?: String;
|
|
217
241
|
/**
|
|
218
|
-
* The phone number associated with an address that a
|
|
242
|
+
* The phone number associated with an address that a Snow device is to be delivered to.
|
|
219
243
|
*/
|
|
220
244
|
PhoneNumber?: String;
|
|
221
245
|
/**
|
|
@@ -289,7 +313,7 @@ declare namespace Snowball {
|
|
|
289
313
|
*/
|
|
290
314
|
JobType?: JobType;
|
|
291
315
|
/**
|
|
292
|
-
* The type of AWS
|
|
316
|
+
* The type of AWS Snow device to use for this cluster. For cluster jobs, AWS Snow Family currently supports only the EDGE device type.
|
|
293
317
|
*/
|
|
294
318
|
SnowballType?: SnowballType;
|
|
295
319
|
/**
|
|
@@ -305,7 +329,7 @@ declare namespace Snowball {
|
|
|
305
329
|
*/
|
|
306
330
|
AddressId?: AddressId;
|
|
307
331
|
/**
|
|
308
|
-
* The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each
|
|
332
|
+
* 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.
|
|
309
333
|
*/
|
|
310
334
|
ShippingOption?: ShippingOption;
|
|
311
335
|
/**
|
|
@@ -324,7 +348,7 @@ declare namespace Snowball {
|
|
|
324
348
|
export type ClusterState = "AwaitingQuorum"|"Pending"|"InUse"|"Complete"|"Cancelled"|string;
|
|
325
349
|
export interface CompatibleImage {
|
|
326
350
|
/**
|
|
327
|
-
* The unique identifier for an individual
|
|
351
|
+
* The unique identifier for an individual Snow device AMI.
|
|
328
352
|
*/
|
|
329
353
|
AmiId?: String;
|
|
330
354
|
/**
|
|
@@ -335,13 +359,13 @@ declare namespace Snowball {
|
|
|
335
359
|
export type CompatibleImageList = CompatibleImage[];
|
|
336
360
|
export interface CreateAddressRequest {
|
|
337
361
|
/**
|
|
338
|
-
* The address that you want the
|
|
362
|
+
* The address that you want the Snow device shipped to.
|
|
339
363
|
*/
|
|
340
364
|
Address: Address;
|
|
341
365
|
}
|
|
342
366
|
export interface CreateAddressResult {
|
|
343
367
|
/**
|
|
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
|
|
368
|
+
* 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.
|
|
345
369
|
*/
|
|
346
370
|
AddressId?: String;
|
|
347
371
|
}
|
|
@@ -371,11 +395,11 @@ declare namespace Snowball {
|
|
|
371
395
|
*/
|
|
372
396
|
RoleARN: RoleARN;
|
|
373
397
|
/**
|
|
374
|
-
* The type of AWS
|
|
398
|
+
* The type of AWS Snow Family device to use for this cluster. For cluster jobs, AWS Snow Family currently supports only the EDGE device type.
|
|
375
399
|
*/
|
|
376
400
|
SnowballType?: SnowballType;
|
|
377
401
|
/**
|
|
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,
|
|
402
|
+
* 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 device 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 device are delivered in one to seven days. In the US, you have access to one-day shipping and two-day shipping.
|
|
379
403
|
*/
|
|
380
404
|
ShippingOption: ShippingOption;
|
|
381
405
|
/**
|
|
@@ -411,7 +435,7 @@ declare namespace Snowball {
|
|
|
411
435
|
*/
|
|
412
436
|
Description?: String;
|
|
413
437
|
/**
|
|
414
|
-
* The ID for the address that you want the
|
|
438
|
+
* The ID for the address that you want the Snow device shipped to.
|
|
415
439
|
*/
|
|
416
440
|
AddressId?: AddressId;
|
|
417
441
|
/**
|
|
@@ -423,11 +447,11 @@ declare namespace Snowball {
|
|
|
423
447
|
*/
|
|
424
448
|
RoleARN?: RoleARN;
|
|
425
449
|
/**
|
|
426
|
-
* If your job is being created in one of the US regions, you have the option of specifying what size
|
|
450
|
+
* 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.
|
|
427
451
|
*/
|
|
428
452
|
SnowballCapacityPreference?: SnowballCapacity;
|
|
429
453
|
/**
|
|
430
|
-
* The shipping speed for this job. This speed doesn't dictate how soon you'll get the
|
|
454
|
+
* 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.
|
|
431
455
|
*/
|
|
432
456
|
ShippingOption?: ShippingOption;
|
|
433
457
|
/**
|
|
@@ -439,7 +463,7 @@ declare namespace Snowball {
|
|
|
439
463
|
*/
|
|
440
464
|
ClusterId?: ClusterId;
|
|
441
465
|
/**
|
|
442
|
-
* The type of AWS
|
|
466
|
+
* The type of AWS Snow Family device to use for this job. For cluster jobs, AWS Snow Family currently supports only the EDGE device type. The type of AWS 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.
|
|
443
467
|
*/
|
|
444
468
|
SnowballType?: SnowballType;
|
|
445
469
|
/**
|
|
@@ -461,21 +485,37 @@ declare namespace Snowball {
|
|
|
461
485
|
*/
|
|
462
486
|
JobId?: JobId;
|
|
463
487
|
}
|
|
488
|
+
export interface CreateReturnShippingLabelRequest {
|
|
489
|
+
/**
|
|
490
|
+
* The ID for a job that you want to create the return shipping label for. For example JID123e4567-e89b-12d3-a456-426655440000.
|
|
491
|
+
*/
|
|
492
|
+
JobId: JobId;
|
|
493
|
+
/**
|
|
494
|
+
* The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to AWS. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:
|
|
495
|
+
*/
|
|
496
|
+
ShippingOption?: ShippingOption;
|
|
497
|
+
}
|
|
498
|
+
export interface CreateReturnShippingLabelResult {
|
|
499
|
+
/**
|
|
500
|
+
* The status information of the task on a Snow device that is being returned to AWS.
|
|
501
|
+
*/
|
|
502
|
+
Status?: ShippingLabelStatus;
|
|
503
|
+
}
|
|
464
504
|
export interface DataTransfer {
|
|
465
505
|
/**
|
|
466
|
-
* The number of bytes transferred between a
|
|
506
|
+
* The number of bytes transferred between a Snow device and Amazon S3.
|
|
467
507
|
*/
|
|
468
508
|
BytesTransferred?: Long;
|
|
469
509
|
/**
|
|
470
|
-
* The number of objects transferred between a
|
|
510
|
+
* The number of objects transferred between a Snow device and Amazon S3.
|
|
471
511
|
*/
|
|
472
512
|
ObjectsTransferred?: Long;
|
|
473
513
|
/**
|
|
474
|
-
* The total bytes of data for a transfer between a
|
|
514
|
+
* 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.
|
|
475
515
|
*/
|
|
476
516
|
TotalBytes?: Long;
|
|
477
517
|
/**
|
|
478
|
-
* The total number of objects for a transfer between a
|
|
518
|
+
* 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.
|
|
479
519
|
*/
|
|
480
520
|
TotalObjects?: Long;
|
|
481
521
|
}
|
|
@@ -487,7 +527,7 @@ declare namespace Snowball {
|
|
|
487
527
|
}
|
|
488
528
|
export interface DescribeAddressResult {
|
|
489
529
|
/**
|
|
490
|
-
* The address that you want the
|
|
530
|
+
* The address that you want the Snow device(s) associated with a specific job to be shipped to.
|
|
491
531
|
*/
|
|
492
532
|
Address?: Address;
|
|
493
533
|
}
|
|
@@ -503,7 +543,7 @@ declare namespace Snowball {
|
|
|
503
543
|
}
|
|
504
544
|
export interface DescribeAddressesResult {
|
|
505
545
|
/**
|
|
506
|
-
* The
|
|
546
|
+
* The Snow device shipping addresses that were created for this account.
|
|
507
547
|
*/
|
|
508
548
|
Addresses?: AddressList;
|
|
509
549
|
/**
|
|
@@ -539,6 +579,22 @@ declare namespace Snowball {
|
|
|
539
579
|
*/
|
|
540
580
|
SubJobMetadata?: JobMetadataList;
|
|
541
581
|
}
|
|
582
|
+
export interface DescribeReturnShippingLabelRequest {
|
|
583
|
+
/**
|
|
584
|
+
* The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.
|
|
585
|
+
*/
|
|
586
|
+
JobId?: JobId;
|
|
587
|
+
}
|
|
588
|
+
export interface DescribeReturnShippingLabelResult {
|
|
589
|
+
/**
|
|
590
|
+
* The status information of the task on a Snow device that is being returned to AWS.
|
|
591
|
+
*/
|
|
592
|
+
Status?: ShippingLabelStatus;
|
|
593
|
+
/**
|
|
594
|
+
* The expiration date of the current return shipping label.
|
|
595
|
+
*/
|
|
596
|
+
ExpirationDate?: Timestamp;
|
|
597
|
+
}
|
|
542
598
|
export interface DeviceConfiguration {
|
|
543
599
|
/**
|
|
544
600
|
* Returns information about the device configuration for an AWS Snowcone job.
|
|
@@ -551,7 +607,7 @@ declare namespace Snowball {
|
|
|
551
607
|
*/
|
|
552
608
|
AmiId: AmiId;
|
|
553
609
|
/**
|
|
554
|
-
* The ID of the AMI on the
|
|
610
|
+
* The ID of the AMI on the Snow device.
|
|
555
611
|
*/
|
|
556
612
|
SnowballAmiId?: String;
|
|
557
613
|
}
|
|
@@ -592,11 +648,11 @@ declare namespace Snowball {
|
|
|
592
648
|
}
|
|
593
649
|
export interface GetSnowballUsageResult {
|
|
594
650
|
/**
|
|
595
|
-
* The service limit for number of
|
|
651
|
+
* The service limit for number of Snow devices this account can have at once. The default service limit is 1 (one).
|
|
596
652
|
*/
|
|
597
653
|
SnowballLimit?: Integer;
|
|
598
654
|
/**
|
|
599
|
-
* The number of
|
|
655
|
+
* The number of Snow devices that this account is currently using.
|
|
600
656
|
*/
|
|
601
657
|
SnowballsInUse?: Integer;
|
|
602
658
|
}
|
|
@@ -630,7 +686,7 @@ declare namespace Snowball {
|
|
|
630
686
|
*/
|
|
631
687
|
JobState?: JobState;
|
|
632
688
|
/**
|
|
633
|
-
* A value that indicates that this job is a
|
|
689
|
+
* 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.
|
|
634
690
|
*/
|
|
635
691
|
IsMaster?: Boolean;
|
|
636
692
|
/**
|
|
@@ -703,7 +759,7 @@ declare namespace Snowball {
|
|
|
703
759
|
*/
|
|
704
760
|
RoleARN?: RoleARN;
|
|
705
761
|
/**
|
|
706
|
-
* The ID for the address that you want the
|
|
762
|
+
* The ID for the address that you want the Snow device shipped to.
|
|
707
763
|
*/
|
|
708
764
|
AddressId?: AddressId;
|
|
709
765
|
/**
|
|
@@ -711,7 +767,7 @@ declare namespace Snowball {
|
|
|
711
767
|
*/
|
|
712
768
|
ShippingDetails?: ShippingDetails;
|
|
713
769
|
/**
|
|
714
|
-
* The
|
|
770
|
+
* 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.
|
|
715
771
|
*/
|
|
716
772
|
SnowballCapacityPreference?: SnowballCapacity;
|
|
717
773
|
/**
|
|
@@ -719,11 +775,11 @@ declare namespace Snowball {
|
|
|
719
775
|
*/
|
|
720
776
|
Notification?: Notification;
|
|
721
777
|
/**
|
|
722
|
-
* A value that defines the real-time status of a
|
|
778
|
+
* A value that defines the real-time status of a Snow device'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.
|
|
723
779
|
*/
|
|
724
780
|
DataTransferProgress?: DataTransfer;
|
|
725
781
|
/**
|
|
726
|
-
* 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
|
|
782
|
+
* 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.
|
|
727
783
|
*/
|
|
728
784
|
JobLogInfo?: JobLogs;
|
|
729
785
|
/**
|
|
@@ -836,7 +892,7 @@ declare namespace Snowball {
|
|
|
836
892
|
}
|
|
837
893
|
export interface ListCompatibleImagesResult {
|
|
838
894
|
/**
|
|
839
|
-
* A JSON-formatted object that describes a compatible AMI, including the ID and name for a
|
|
895
|
+
* A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
|
|
840
896
|
*/
|
|
841
897
|
CompatibleImages?: CompatibleImageList;
|
|
842
898
|
/**
|
|
@@ -899,24 +955,26 @@ declare namespace Snowball {
|
|
|
899
955
|
*/
|
|
900
956
|
Status?: String;
|
|
901
957
|
/**
|
|
902
|
-
* The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a
|
|
958
|
+
* 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.
|
|
903
959
|
*/
|
|
904
960
|
TrackingNumber?: String;
|
|
905
961
|
}
|
|
962
|
+
export type ShipmentState = "RECEIVED"|"RETURNED"|string;
|
|
906
963
|
export interface ShippingDetails {
|
|
907
964
|
/**
|
|
908
|
-
* The shipping speed for a particular job. This speed doesn't dictate how soon you'll get the
|
|
965
|
+
* 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 device 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.
|
|
909
966
|
*/
|
|
910
967
|
ShippingOption?: ShippingOption;
|
|
911
968
|
/**
|
|
912
|
-
* The Status and TrackingNumber values for a
|
|
969
|
+
* The Status and TrackingNumber values for a Snow device being returned to AWS for a particular job.
|
|
913
970
|
*/
|
|
914
971
|
InboundShipment?: Shipment;
|
|
915
972
|
/**
|
|
916
|
-
* The Status and TrackingNumber values for a
|
|
973
|
+
* The Status and TrackingNumber values for a Snow device being delivered to the address that you specified for a particular job.
|
|
917
974
|
*/
|
|
918
975
|
OutboundShipment?: Shipment;
|
|
919
976
|
}
|
|
977
|
+
export type ShippingLabelStatus = "InProgress"|"TimedOut"|"Succeeded"|"Failed"|string;
|
|
920
978
|
export type ShippingOption = "SECOND_DAY"|"NEXT_DAY"|"EXPRESS"|"STANDARD"|string;
|
|
921
979
|
export type SnowballCapacity = "T50"|"T80"|"T100"|"T42"|"T98"|"T8"|"NoPreference"|string;
|
|
922
980
|
export type SnowballType = "STANDARD"|"EDGE"|"EDGE_C"|"EDGE_CG"|"EDGE_S"|"SNC1_HDD"|string;
|
|
@@ -1008,6 +1066,18 @@ declare namespace Snowball {
|
|
|
1008
1066
|
}
|
|
1009
1067
|
export interface UpdateJobResult {
|
|
1010
1068
|
}
|
|
1069
|
+
export interface UpdateJobShipmentStateRequest {
|
|
1070
|
+
/**
|
|
1071
|
+
* The job ID of the job whose shipment date you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.
|
|
1072
|
+
*/
|
|
1073
|
+
JobId: JobId;
|
|
1074
|
+
/**
|
|
1075
|
+
* 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 AWS.
|
|
1076
|
+
*/
|
|
1077
|
+
ShipmentState: ShipmentState;
|
|
1078
|
+
}
|
|
1079
|
+
export interface UpdateJobShipmentStateResult {
|
|
1080
|
+
}
|
|
1011
1081
|
export interface WirelessConnection {
|
|
1012
1082
|
/**
|
|
1013
1083
|
* Enables the Wi-Fi adapter on an AWS Snowcone device.
|