@aws-sdk/client-snowball 3.321.1 → 3.326.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/dist-types/commands/CancelClusterCommand.d.ts +4 -0
- package/dist-types/commands/CancelJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateAddressCommand.d.ts +6 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +17 -0
- package/dist-types/commands/CreateJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateLongTermPricingCommand.d.ts +6 -0
- package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAddressCommand.d.ts +21 -0
- package/dist-types/commands/DescribeAddressesCommand.d.ts +24 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +83 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +227 -0
- package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +8 -0
- package/dist-types/commands/GetJobManifestCommand.d.ts +6 -0
- package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +6 -0
- package/dist-types/commands/GetSnowballUsageCommand.d.ts +7 -0
- package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +6 -0
- package/dist-types/commands/ListClusterJobsCommand.d.ts +17 -0
- package/dist-types/commands/ListClustersCommand.d.ts +14 -0
- package/dist-types/commands/ListCompatibleImagesCommand.d.ts +12 -0
- package/dist-types/commands/ListJobsCommand.d.ts +17 -0
- package/dist-types/commands/ListLongTermPricingCommand.d.ts +22 -0
- package/dist-types/commands/ListServiceVersionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +4 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +4 -0
- package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +4 -0
- package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +4 -0
- package/package.json +16 -16
|
@@ -33,6 +33,8 @@ export interface CancelClusterCommandOutput extends CancelClusterResult, __Metad
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new CancelClusterCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param CancelClusterCommandInput - {@link CancelClusterCommandInput}
|
|
@@ -53,6 +55,8 @@ export interface CancelClusterCommandOutput extends CancelClusterResult, __Metad
|
|
|
53
55
|
* <p>The provided Key Management Service key lacks the permissions to perform the specified
|
|
54
56
|
* <a>CreateJob</a> or <a>UpdateJob</a> action.</p>
|
|
55
57
|
*
|
|
58
|
+
* @throws {@link SnowballServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
56
60
|
*
|
|
57
61
|
* @example To cancel a cluster job
|
|
58
62
|
* ```javascript
|
|
@@ -34,6 +34,8 @@ export interface CancelJobCommandOutput extends CancelJobResult, __MetadataBeare
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new CancelJobCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param CancelJobCommandInput - {@link CancelJobCommandInput}
|
|
@@ -54,6 +56,8 @@ export interface CancelJobCommandOutput extends CancelJobResult, __MetadataBeare
|
|
|
54
56
|
* <p>The provided Key Management Service key lacks the permissions to perform the specified
|
|
55
57
|
* <a>CreateJob</a> or <a>UpdateJob</a> action.</p>
|
|
56
58
|
*
|
|
59
|
+
* @throws {@link SnowballServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
57
61
|
*
|
|
58
62
|
* @example To cancel a job for a Snowball device
|
|
59
63
|
* ```javascript
|
|
@@ -49,6 +49,10 @@ export interface CreateAddressCommandOutput extends CreateAddressResult, __Metad
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new CreateAddressCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // CreateAddressResult
|
|
53
|
+
* // AddressId: "STRING_VALUE",
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
52
56
|
* ```
|
|
53
57
|
*
|
|
54
58
|
* @param CreateAddressCommandInput - {@link CreateAddressCommandInput}
|
|
@@ -66,6 +70,8 @@ export interface CreateAddressCommandOutput extends CreateAddressResult, __Metad
|
|
|
66
70
|
* occurred. Check the address with your region's carrier and try again. If the issue persists,
|
|
67
71
|
* contact Amazon Web Services Support.</p>
|
|
68
72
|
*
|
|
73
|
+
* @throws {@link SnowballServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
69
75
|
*
|
|
70
76
|
* @example To create an address for a job
|
|
71
77
|
* ```javascript
|
|
@@ -111,6 +111,21 @@ export interface CreateClusterCommandOutput extends CreateClusterResult, __Metad
|
|
|
111
111
|
* };
|
|
112
112
|
* const command = new CreateClusterCommand(input);
|
|
113
113
|
* const response = await client.send(command);
|
|
114
|
+
* // { // CreateClusterResult
|
|
115
|
+
* // ClusterId: "STRING_VALUE",
|
|
116
|
+
* // JobListEntries: [ // JobListEntryList
|
|
117
|
+
* // { // JobListEntry
|
|
118
|
+
* // JobId: "STRING_VALUE",
|
|
119
|
+
* // JobState: "New" || "PreparingAppliance" || "PreparingShipment" || "InTransitToCustomer" || "WithCustomer" || "InTransitToAWS" || "WithAWSSortingFacility" || "WithAWS" || "InProgress" || "Complete" || "Cancelled" || "Listing" || "Pending",
|
|
120
|
+
* // IsMaster: true || false,
|
|
121
|
+
* // JobType: "IMPORT" || "EXPORT" || "LOCAL_USE",
|
|
122
|
+
* // SnowballType: "STANDARD" || "EDGE" || "EDGE_C" || "EDGE_CG" || "EDGE_S" || "SNC1_HDD" || "SNC1_SSD" || "V3_5C" || "V3_5S",
|
|
123
|
+
* // CreationDate: new Date("TIMESTAMP"),
|
|
124
|
+
* // Description: "STRING_VALUE",
|
|
125
|
+
* // },
|
|
126
|
+
* // ],
|
|
127
|
+
* // };
|
|
128
|
+
*
|
|
114
129
|
* ```
|
|
115
130
|
*
|
|
116
131
|
* @param CreateClusterCommandInput - {@link CreateClusterCommandInput}
|
|
@@ -134,6 +149,8 @@ export interface CreateClusterCommandOutput extends CreateClusterResult, __Metad
|
|
|
134
149
|
* <p>The provided Key Management Service key lacks the permissions to perform the specified
|
|
135
150
|
* <a>CreateJob</a> or <a>UpdateJob</a> action.</p>
|
|
136
151
|
*
|
|
152
|
+
* @throws {@link SnowballServiceException}
|
|
153
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
137
154
|
*
|
|
138
155
|
* @example To create a cluster
|
|
139
156
|
* ```javascript
|
|
@@ -267,6 +267,10 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
|
|
|
267
267
|
* };
|
|
268
268
|
* const command = new CreateJobCommand(input);
|
|
269
269
|
* const response = await client.send(command);
|
|
270
|
+
* // { // CreateJobResult
|
|
271
|
+
* // JobId: "STRING_VALUE",
|
|
272
|
+
* // };
|
|
273
|
+
*
|
|
270
274
|
* ```
|
|
271
275
|
*
|
|
272
276
|
* @param CreateJobCommandInput - {@link CreateJobCommandInput}
|
|
@@ -295,6 +299,8 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
|
|
|
295
299
|
* <p>The provided Key Management Service key lacks the permissions to perform the specified
|
|
296
300
|
* <a>CreateJob</a> or <a>UpdateJob</a> action.</p>
|
|
297
301
|
*
|
|
302
|
+
* @throws {@link SnowballServiceException}
|
|
303
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
298
304
|
*
|
|
299
305
|
* @example To create a job
|
|
300
306
|
* ```javascript
|
|
@@ -35,6 +35,10 @@ export interface CreateLongTermPricingCommandOutput extends CreateLongTermPricin
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new CreateLongTermPricingCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // CreateLongTermPricingResult
|
|
39
|
+
* // LongTermPricingId: "STRING_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
38
42
|
* ```
|
|
39
43
|
*
|
|
40
44
|
* @param CreateLongTermPricingCommandInput - {@link CreateLongTermPricingCommandInput}
|
|
@@ -47,6 +51,8 @@ export interface CreateLongTermPricingCommandOutput extends CreateLongTermPricin
|
|
|
47
51
|
* <p>The specified resource can't be found. Check the information you provided in your last
|
|
48
52
|
* request, and try again.</p>
|
|
49
53
|
*
|
|
54
|
+
* @throws {@link SnowballServiceException}
|
|
55
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
50
56
|
*
|
|
51
57
|
*/
|
|
52
58
|
export declare class CreateLongTermPricingCommand extends $Command<CreateLongTermPricingCommandInput, CreateLongTermPricingCommandOutput, SnowballClientResolvedConfig> {
|
|
@@ -32,6 +32,10 @@ export interface CreateReturnShippingLabelCommandOutput extends CreateReturnShip
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new CreateReturnShippingLabelCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // CreateReturnShippingLabelResult
|
|
36
|
+
* // Status: "InProgress" || "TimedOut" || "Succeeded" || "Failed",
|
|
37
|
+
* // };
|
|
38
|
+
*
|
|
35
39
|
* ```
|
|
36
40
|
*
|
|
37
41
|
* @param CreateReturnShippingLabelCommandInput - {@link CreateReturnShippingLabelCommandInput}
|
|
@@ -60,6 +64,8 @@ export interface CreateReturnShippingLabelCommandOutput extends CreateReturnShip
|
|
|
60
64
|
* return shipping label already exists. In this case, use
|
|
61
65
|
* <code>DescribeReturnShippingLabel</code> to get the URL.</p>
|
|
62
66
|
*
|
|
67
|
+
* @throws {@link SnowballServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
63
69
|
*
|
|
64
70
|
*/
|
|
65
71
|
export declare class CreateReturnShippingLabelCommand extends $Command<CreateReturnShippingLabelCommandInput, CreateReturnShippingLabelCommandOutput, SnowballClientResolvedConfig> {
|
|
@@ -32,6 +32,25 @@ export interface DescribeAddressCommandOutput extends DescribeAddressResult, __M
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeAddressCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeAddressResult
|
|
36
|
+
* // Address: { // Address
|
|
37
|
+
* // AddressId: "STRING_VALUE",
|
|
38
|
+
* // Name: "STRING_VALUE",
|
|
39
|
+
* // Company: "STRING_VALUE",
|
|
40
|
+
* // Street1: "STRING_VALUE",
|
|
41
|
+
* // Street2: "STRING_VALUE",
|
|
42
|
+
* // Street3: "STRING_VALUE",
|
|
43
|
+
* // City: "STRING_VALUE",
|
|
44
|
+
* // StateOrProvince: "STRING_VALUE",
|
|
45
|
+
* // PrefectureOrDistrict: "STRING_VALUE",
|
|
46
|
+
* // Landmark: "STRING_VALUE",
|
|
47
|
+
* // Country: "STRING_VALUE",
|
|
48
|
+
* // PostalCode: "STRING_VALUE",
|
|
49
|
+
* // PhoneNumber: "STRING_VALUE",
|
|
50
|
+
* // IsRestricted: true || false,
|
|
51
|
+
* // },
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
35
54
|
* ```
|
|
36
55
|
*
|
|
37
56
|
* @param DescribeAddressCommandInput - {@link DescribeAddressCommandInput}
|
|
@@ -44,6 +63,8 @@ export interface DescribeAddressCommandOutput extends DescribeAddressResult, __M
|
|
|
44
63
|
* <p>The specified resource can't be found. Check the information you provided in your last
|
|
45
64
|
* request, and try again.</p>
|
|
46
65
|
*
|
|
66
|
+
* @throws {@link SnowballServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
47
68
|
*
|
|
48
69
|
* @example To describe an address for a job
|
|
49
70
|
* ```javascript
|
|
@@ -34,6 +34,28 @@ export interface DescribeAddressesCommandOutput extends DescribeAddressesResult,
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DescribeAddressesCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DescribeAddressesResult
|
|
38
|
+
* // Addresses: [ // AddressList
|
|
39
|
+
* // { // Address
|
|
40
|
+
* // AddressId: "STRING_VALUE",
|
|
41
|
+
* // Name: "STRING_VALUE",
|
|
42
|
+
* // Company: "STRING_VALUE",
|
|
43
|
+
* // Street1: "STRING_VALUE",
|
|
44
|
+
* // Street2: "STRING_VALUE",
|
|
45
|
+
* // Street3: "STRING_VALUE",
|
|
46
|
+
* // City: "STRING_VALUE",
|
|
47
|
+
* // StateOrProvince: "STRING_VALUE",
|
|
48
|
+
* // PrefectureOrDistrict: "STRING_VALUE",
|
|
49
|
+
* // Landmark: "STRING_VALUE",
|
|
50
|
+
* // Country: "STRING_VALUE",
|
|
51
|
+
* // PostalCode: "STRING_VALUE",
|
|
52
|
+
* // PhoneNumber: "STRING_VALUE",
|
|
53
|
+
* // IsRestricted: true || false,
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // NextToken: "STRING_VALUE",
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
37
59
|
* ```
|
|
38
60
|
*
|
|
39
61
|
* @param DescribeAddressesCommandInput - {@link DescribeAddressesCommandInput}
|
|
@@ -51,6 +73,8 @@ export interface DescribeAddressesCommandOutput extends DescribeAddressesResult,
|
|
|
51
73
|
* <p>The specified resource can't be found. Check the information you provided in your last
|
|
52
74
|
* request, and try again.</p>
|
|
53
75
|
*
|
|
76
|
+
* @throws {@link SnowballServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
54
78
|
*
|
|
55
79
|
* @example To describe all the addresses you've created for AWS Snowball
|
|
56
80
|
* ```javascript
|
|
@@ -32,6 +32,87 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResult, __M
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeClusterCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeClusterResult
|
|
36
|
+
* // ClusterMetadata: { // ClusterMetadata
|
|
37
|
+
* // ClusterId: "STRING_VALUE",
|
|
38
|
+
* // Description: "STRING_VALUE",
|
|
39
|
+
* // KmsKeyARN: "STRING_VALUE",
|
|
40
|
+
* // RoleARN: "STRING_VALUE",
|
|
41
|
+
* // ClusterState: "AwaitingQuorum" || "Pending" || "InUse" || "Complete" || "Cancelled",
|
|
42
|
+
* // JobType: "IMPORT" || "EXPORT" || "LOCAL_USE",
|
|
43
|
+
* // SnowballType: "STANDARD" || "EDGE" || "EDGE_C" || "EDGE_CG" || "EDGE_S" || "SNC1_HDD" || "SNC1_SSD" || "V3_5C" || "V3_5S",
|
|
44
|
+
* // CreationDate: new Date("TIMESTAMP"),
|
|
45
|
+
* // Resources: { // JobResource
|
|
46
|
+
* // S3Resources: [ // S3ResourceList
|
|
47
|
+
* // { // S3Resource
|
|
48
|
+
* // BucketArn: "STRING_VALUE",
|
|
49
|
+
* // KeyRange: { // KeyRange
|
|
50
|
+
* // BeginMarker: "STRING_VALUE",
|
|
51
|
+
* // EndMarker: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // TargetOnDeviceServices: [ // TargetOnDeviceServiceList
|
|
54
|
+
* // { // TargetOnDeviceService
|
|
55
|
+
* // ServiceName: "NFS_ON_DEVICE_SERVICE" || "S3_ON_DEVICE_SERVICE",
|
|
56
|
+
* // TransferOption: "IMPORT" || "EXPORT" || "LOCAL_USE",
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // LambdaResources: [ // LambdaResourceList
|
|
62
|
+
* // { // LambdaResource
|
|
63
|
+
* // LambdaArn: "STRING_VALUE",
|
|
64
|
+
* // EventTriggers: [ // EventTriggerDefinitionList
|
|
65
|
+
* // { // EventTriggerDefinition
|
|
66
|
+
* // EventResourceARN: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // Ec2AmiResources: [ // Ec2AmiResourceList
|
|
72
|
+
* // { // Ec2AmiResource
|
|
73
|
+
* // AmiId: "STRING_VALUE", // required
|
|
74
|
+
* // SnowballAmiId: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
77
|
+
* // },
|
|
78
|
+
* // AddressId: "STRING_VALUE",
|
|
79
|
+
* // ShippingOption: "SECOND_DAY" || "NEXT_DAY" || "EXPRESS" || "STANDARD",
|
|
80
|
+
* // Notification: { // Notification
|
|
81
|
+
* // SnsTopicARN: "STRING_VALUE",
|
|
82
|
+
* // JobStatesToNotify: [ // JobStateList
|
|
83
|
+
* // "New" || "PreparingAppliance" || "PreparingShipment" || "InTransitToCustomer" || "WithCustomer" || "InTransitToAWS" || "WithAWSSortingFacility" || "WithAWS" || "InProgress" || "Complete" || "Cancelled" || "Listing" || "Pending",
|
|
84
|
+
* // ],
|
|
85
|
+
* // NotifyAll: true || false,
|
|
86
|
+
* // },
|
|
87
|
+
* // ForwardingAddressId: "STRING_VALUE",
|
|
88
|
+
* // TaxDocuments: { // TaxDocuments
|
|
89
|
+
* // IND: { // INDTaxDocuments
|
|
90
|
+
* // GSTIN: "STRING_VALUE",
|
|
91
|
+
* // },
|
|
92
|
+
* // },
|
|
93
|
+
* // OnDeviceServiceConfiguration: { // OnDeviceServiceConfiguration
|
|
94
|
+
* // NFSOnDeviceService: { // NFSOnDeviceServiceConfiguration
|
|
95
|
+
* // StorageLimit: Number("int"),
|
|
96
|
+
* // StorageUnit: "TB",
|
|
97
|
+
* // },
|
|
98
|
+
* // TGWOnDeviceService: { // TGWOnDeviceServiceConfiguration
|
|
99
|
+
* // StorageLimit: Number("int"),
|
|
100
|
+
* // StorageUnit: "TB",
|
|
101
|
+
* // },
|
|
102
|
+
* // EKSOnDeviceService: { // EKSOnDeviceServiceConfiguration
|
|
103
|
+
* // KubernetesVersion: "STRING_VALUE",
|
|
104
|
+
* // EKSAnywhereVersion: "STRING_VALUE",
|
|
105
|
+
* // },
|
|
106
|
+
* // S3OnDeviceService: { // S3OnDeviceServiceConfiguration
|
|
107
|
+
* // StorageLimit: Number("double"),
|
|
108
|
+
* // StorageUnit: "TB",
|
|
109
|
+
* // ServiceSize: Number("int"),
|
|
110
|
+
* // FaultTolerance: Number("int"),
|
|
111
|
+
* // },
|
|
112
|
+
* // },
|
|
113
|
+
* // },
|
|
114
|
+
* // };
|
|
115
|
+
*
|
|
35
116
|
* ```
|
|
36
117
|
*
|
|
37
118
|
* @param DescribeClusterCommandInput - {@link DescribeClusterCommandInput}
|
|
@@ -44,6 +125,8 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResult, __M
|
|
|
44
125
|
* <p>The specified resource can't be found. Check the information you provided in your last
|
|
45
126
|
* request, and try again.</p>
|
|
46
127
|
*
|
|
128
|
+
* @throws {@link SnowballServiceException}
|
|
129
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
47
130
|
*
|
|
48
131
|
* @example To describe a cluster
|
|
49
132
|
* ```javascript
|
|
@@ -32,6 +32,231 @@ export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataB
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeJobCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeJobResult
|
|
36
|
+
* // JobMetadata: { // JobMetadata
|
|
37
|
+
* // JobId: "STRING_VALUE",
|
|
38
|
+
* // JobState: "New" || "PreparingAppliance" || "PreparingShipment" || "InTransitToCustomer" || "WithCustomer" || "InTransitToAWS" || "WithAWSSortingFacility" || "WithAWS" || "InProgress" || "Complete" || "Cancelled" || "Listing" || "Pending",
|
|
39
|
+
* // JobType: "IMPORT" || "EXPORT" || "LOCAL_USE",
|
|
40
|
+
* // SnowballType: "STANDARD" || "EDGE" || "EDGE_C" || "EDGE_CG" || "EDGE_S" || "SNC1_HDD" || "SNC1_SSD" || "V3_5C" || "V3_5S",
|
|
41
|
+
* // CreationDate: new Date("TIMESTAMP"),
|
|
42
|
+
* // Resources: { // JobResource
|
|
43
|
+
* // S3Resources: [ // S3ResourceList
|
|
44
|
+
* // { // S3Resource
|
|
45
|
+
* // BucketArn: "STRING_VALUE",
|
|
46
|
+
* // KeyRange: { // KeyRange
|
|
47
|
+
* // BeginMarker: "STRING_VALUE",
|
|
48
|
+
* // EndMarker: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // TargetOnDeviceServices: [ // TargetOnDeviceServiceList
|
|
51
|
+
* // { // TargetOnDeviceService
|
|
52
|
+
* // ServiceName: "NFS_ON_DEVICE_SERVICE" || "S3_ON_DEVICE_SERVICE",
|
|
53
|
+
* // TransferOption: "IMPORT" || "EXPORT" || "LOCAL_USE",
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // LambdaResources: [ // LambdaResourceList
|
|
59
|
+
* // { // LambdaResource
|
|
60
|
+
* // LambdaArn: "STRING_VALUE",
|
|
61
|
+
* // EventTriggers: [ // EventTriggerDefinitionList
|
|
62
|
+
* // { // EventTriggerDefinition
|
|
63
|
+
* // EventResourceARN: "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // Ec2AmiResources: [ // Ec2AmiResourceList
|
|
69
|
+
* // { // Ec2AmiResource
|
|
70
|
+
* // AmiId: "STRING_VALUE", // required
|
|
71
|
+
* // SnowballAmiId: "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
74
|
+
* // },
|
|
75
|
+
* // Description: "STRING_VALUE",
|
|
76
|
+
* // KmsKeyARN: "STRING_VALUE",
|
|
77
|
+
* // RoleARN: "STRING_VALUE",
|
|
78
|
+
* // AddressId: "STRING_VALUE",
|
|
79
|
+
* // ShippingDetails: { // ShippingDetails
|
|
80
|
+
* // ShippingOption: "SECOND_DAY" || "NEXT_DAY" || "EXPRESS" || "STANDARD",
|
|
81
|
+
* // InboundShipment: { // Shipment
|
|
82
|
+
* // Status: "STRING_VALUE",
|
|
83
|
+
* // TrackingNumber: "STRING_VALUE",
|
|
84
|
+
* // },
|
|
85
|
+
* // OutboundShipment: {
|
|
86
|
+
* // Status: "STRING_VALUE",
|
|
87
|
+
* // TrackingNumber: "STRING_VALUE",
|
|
88
|
+
* // },
|
|
89
|
+
* // },
|
|
90
|
+
* // SnowballCapacityPreference: "T50" || "T80" || "T100" || "T42" || "T98" || "T8" || "T14" || "T32" || "NoPreference" || "T240",
|
|
91
|
+
* // Notification: { // Notification
|
|
92
|
+
* // SnsTopicARN: "STRING_VALUE",
|
|
93
|
+
* // JobStatesToNotify: [ // JobStateList
|
|
94
|
+
* // "New" || "PreparingAppliance" || "PreparingShipment" || "InTransitToCustomer" || "WithCustomer" || "InTransitToAWS" || "WithAWSSortingFacility" || "WithAWS" || "InProgress" || "Complete" || "Cancelled" || "Listing" || "Pending",
|
|
95
|
+
* // ],
|
|
96
|
+
* // NotifyAll: true || false,
|
|
97
|
+
* // },
|
|
98
|
+
* // DataTransferProgress: { // DataTransfer
|
|
99
|
+
* // BytesTransferred: Number("long"),
|
|
100
|
+
* // ObjectsTransferred: Number("long"),
|
|
101
|
+
* // TotalBytes: Number("long"),
|
|
102
|
+
* // TotalObjects: Number("long"),
|
|
103
|
+
* // },
|
|
104
|
+
* // JobLogInfo: { // JobLogs
|
|
105
|
+
* // JobCompletionReportURI: "STRING_VALUE",
|
|
106
|
+
* // JobSuccessLogURI: "STRING_VALUE",
|
|
107
|
+
* // JobFailureLogURI: "STRING_VALUE",
|
|
108
|
+
* // },
|
|
109
|
+
* // ClusterId: "STRING_VALUE",
|
|
110
|
+
* // ForwardingAddressId: "STRING_VALUE",
|
|
111
|
+
* // TaxDocuments: { // TaxDocuments
|
|
112
|
+
* // IND: { // INDTaxDocuments
|
|
113
|
+
* // GSTIN: "STRING_VALUE",
|
|
114
|
+
* // },
|
|
115
|
+
* // },
|
|
116
|
+
* // DeviceConfiguration: { // DeviceConfiguration
|
|
117
|
+
* // SnowconeDeviceConfiguration: { // SnowconeDeviceConfiguration
|
|
118
|
+
* // WirelessConnection: { // WirelessConnection
|
|
119
|
+
* // IsWifiEnabled: true || false,
|
|
120
|
+
* // },
|
|
121
|
+
* // },
|
|
122
|
+
* // },
|
|
123
|
+
* // RemoteManagement: "INSTALLED_ONLY" || "INSTALLED_AUTOSTART",
|
|
124
|
+
* // LongTermPricingId: "STRING_VALUE",
|
|
125
|
+
* // OnDeviceServiceConfiguration: { // OnDeviceServiceConfiguration
|
|
126
|
+
* // NFSOnDeviceService: { // NFSOnDeviceServiceConfiguration
|
|
127
|
+
* // StorageLimit: Number("int"),
|
|
128
|
+
* // StorageUnit: "TB",
|
|
129
|
+
* // },
|
|
130
|
+
* // TGWOnDeviceService: { // TGWOnDeviceServiceConfiguration
|
|
131
|
+
* // StorageLimit: Number("int"),
|
|
132
|
+
* // StorageUnit: "TB",
|
|
133
|
+
* // },
|
|
134
|
+
* // EKSOnDeviceService: { // EKSOnDeviceServiceConfiguration
|
|
135
|
+
* // KubernetesVersion: "STRING_VALUE",
|
|
136
|
+
* // EKSAnywhereVersion: "STRING_VALUE",
|
|
137
|
+
* // },
|
|
138
|
+
* // S3OnDeviceService: { // S3OnDeviceServiceConfiguration
|
|
139
|
+
* // StorageLimit: Number("double"),
|
|
140
|
+
* // StorageUnit: "TB",
|
|
141
|
+
* // ServiceSize: Number("int"),
|
|
142
|
+
* // FaultTolerance: Number("int"),
|
|
143
|
+
* // },
|
|
144
|
+
* // },
|
|
145
|
+
* // },
|
|
146
|
+
* // SubJobMetadata: [ // JobMetadataList
|
|
147
|
+
* // {
|
|
148
|
+
* // JobId: "STRING_VALUE",
|
|
149
|
+
* // JobState: "New" || "PreparingAppliance" || "PreparingShipment" || "InTransitToCustomer" || "WithCustomer" || "InTransitToAWS" || "WithAWSSortingFacility" || "WithAWS" || "InProgress" || "Complete" || "Cancelled" || "Listing" || "Pending",
|
|
150
|
+
* // JobType: "IMPORT" || "EXPORT" || "LOCAL_USE",
|
|
151
|
+
* // SnowballType: "STANDARD" || "EDGE" || "EDGE_C" || "EDGE_CG" || "EDGE_S" || "SNC1_HDD" || "SNC1_SSD" || "V3_5C" || "V3_5S",
|
|
152
|
+
* // CreationDate: new Date("TIMESTAMP"),
|
|
153
|
+
* // Resources: {
|
|
154
|
+
* // S3Resources: [
|
|
155
|
+
* // {
|
|
156
|
+
* // BucketArn: "STRING_VALUE",
|
|
157
|
+
* // KeyRange: {
|
|
158
|
+
* // BeginMarker: "STRING_VALUE",
|
|
159
|
+
* // EndMarker: "STRING_VALUE",
|
|
160
|
+
* // },
|
|
161
|
+
* // TargetOnDeviceServices: [
|
|
162
|
+
* // {
|
|
163
|
+
* // ServiceName: "NFS_ON_DEVICE_SERVICE" || "S3_ON_DEVICE_SERVICE",
|
|
164
|
+
* // TransferOption: "IMPORT" || "EXPORT" || "LOCAL_USE",
|
|
165
|
+
* // },
|
|
166
|
+
* // ],
|
|
167
|
+
* // },
|
|
168
|
+
* // ],
|
|
169
|
+
* // LambdaResources: [
|
|
170
|
+
* // {
|
|
171
|
+
* // LambdaArn: "STRING_VALUE",
|
|
172
|
+
* // EventTriggers: [
|
|
173
|
+
* // {
|
|
174
|
+
* // EventResourceARN: "STRING_VALUE",
|
|
175
|
+
* // },
|
|
176
|
+
* // ],
|
|
177
|
+
* // },
|
|
178
|
+
* // ],
|
|
179
|
+
* // Ec2AmiResources: [
|
|
180
|
+
* // {
|
|
181
|
+
* // AmiId: "STRING_VALUE", // required
|
|
182
|
+
* // SnowballAmiId: "STRING_VALUE",
|
|
183
|
+
* // },
|
|
184
|
+
* // ],
|
|
185
|
+
* // },
|
|
186
|
+
* // Description: "STRING_VALUE",
|
|
187
|
+
* // KmsKeyARN: "STRING_VALUE",
|
|
188
|
+
* // RoleARN: "STRING_VALUE",
|
|
189
|
+
* // AddressId: "STRING_VALUE",
|
|
190
|
+
* // ShippingDetails: {
|
|
191
|
+
* // ShippingOption: "SECOND_DAY" || "NEXT_DAY" || "EXPRESS" || "STANDARD",
|
|
192
|
+
* // InboundShipment: {
|
|
193
|
+
* // Status: "STRING_VALUE",
|
|
194
|
+
* // TrackingNumber: "STRING_VALUE",
|
|
195
|
+
* // },
|
|
196
|
+
* // OutboundShipment: {
|
|
197
|
+
* // Status: "STRING_VALUE",
|
|
198
|
+
* // TrackingNumber: "STRING_VALUE",
|
|
199
|
+
* // },
|
|
200
|
+
* // },
|
|
201
|
+
* // SnowballCapacityPreference: "T50" || "T80" || "T100" || "T42" || "T98" || "T8" || "T14" || "T32" || "NoPreference" || "T240",
|
|
202
|
+
* // Notification: {
|
|
203
|
+
* // SnsTopicARN: "STRING_VALUE",
|
|
204
|
+
* // JobStatesToNotify: [
|
|
205
|
+
* // "New" || "PreparingAppliance" || "PreparingShipment" || "InTransitToCustomer" || "WithCustomer" || "InTransitToAWS" || "WithAWSSortingFacility" || "WithAWS" || "InProgress" || "Complete" || "Cancelled" || "Listing" || "Pending",
|
|
206
|
+
* // ],
|
|
207
|
+
* // NotifyAll: true || false,
|
|
208
|
+
* // },
|
|
209
|
+
* // DataTransferProgress: {
|
|
210
|
+
* // BytesTransferred: Number("long"),
|
|
211
|
+
* // ObjectsTransferred: Number("long"),
|
|
212
|
+
* // TotalBytes: Number("long"),
|
|
213
|
+
* // TotalObjects: Number("long"),
|
|
214
|
+
* // },
|
|
215
|
+
* // JobLogInfo: {
|
|
216
|
+
* // JobCompletionReportURI: "STRING_VALUE",
|
|
217
|
+
* // JobSuccessLogURI: "STRING_VALUE",
|
|
218
|
+
* // JobFailureLogURI: "STRING_VALUE",
|
|
219
|
+
* // },
|
|
220
|
+
* // ClusterId: "STRING_VALUE",
|
|
221
|
+
* // ForwardingAddressId: "STRING_VALUE",
|
|
222
|
+
* // TaxDocuments: {
|
|
223
|
+
* // IND: {
|
|
224
|
+
* // GSTIN: "STRING_VALUE",
|
|
225
|
+
* // },
|
|
226
|
+
* // },
|
|
227
|
+
* // DeviceConfiguration: {
|
|
228
|
+
* // SnowconeDeviceConfiguration: {
|
|
229
|
+
* // WirelessConnection: {
|
|
230
|
+
* // IsWifiEnabled: true || false,
|
|
231
|
+
* // },
|
|
232
|
+
* // },
|
|
233
|
+
* // },
|
|
234
|
+
* // RemoteManagement: "INSTALLED_ONLY" || "INSTALLED_AUTOSTART",
|
|
235
|
+
* // LongTermPricingId: "STRING_VALUE",
|
|
236
|
+
* // OnDeviceServiceConfiguration: {
|
|
237
|
+
* // NFSOnDeviceService: {
|
|
238
|
+
* // StorageLimit: Number("int"),
|
|
239
|
+
* // StorageUnit: "TB",
|
|
240
|
+
* // },
|
|
241
|
+
* // TGWOnDeviceService: {
|
|
242
|
+
* // StorageLimit: Number("int"),
|
|
243
|
+
* // StorageUnit: "TB",
|
|
244
|
+
* // },
|
|
245
|
+
* // EKSOnDeviceService: {
|
|
246
|
+
* // KubernetesVersion: "STRING_VALUE",
|
|
247
|
+
* // EKSAnywhereVersion: "STRING_VALUE",
|
|
248
|
+
* // },
|
|
249
|
+
* // S3OnDeviceService: {
|
|
250
|
+
* // StorageLimit: Number("double"),
|
|
251
|
+
* // StorageUnit: "TB",
|
|
252
|
+
* // ServiceSize: Number("int"),
|
|
253
|
+
* // FaultTolerance: Number("int"),
|
|
254
|
+
* // },
|
|
255
|
+
* // },
|
|
256
|
+
* // },
|
|
257
|
+
* // ],
|
|
258
|
+
* // };
|
|
259
|
+
*
|
|
35
260
|
* ```
|
|
36
261
|
*
|
|
37
262
|
* @param DescribeJobCommandInput - {@link DescribeJobCommandInput}
|
|
@@ -44,6 +269,8 @@ export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataB
|
|
|
44
269
|
* <p>The specified resource can't be found. Check the information you provided in your last
|
|
45
270
|
* request, and try again.</p>
|
|
46
271
|
*
|
|
272
|
+
* @throws {@link SnowballServiceException}
|
|
273
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
47
274
|
*
|
|
48
275
|
* @example To describe a job you've created for AWS Snowball
|
|
49
276
|
* ```javascript
|
|
@@ -31,6 +31,12 @@ export interface DescribeReturnShippingLabelCommandOutput extends DescribeReturn
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeReturnShippingLabelCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribeReturnShippingLabelResult
|
|
35
|
+
* // Status: "InProgress" || "TimedOut" || "Succeeded" || "Failed",
|
|
36
|
+
* // ExpirationDate: new Date("TIMESTAMP"),
|
|
37
|
+
* // ReturnShippingLabelURI: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
34
40
|
* ```
|
|
35
41
|
*
|
|
36
42
|
* @param DescribeReturnShippingLabelCommandInput - {@link DescribeReturnShippingLabelCommandInput}
|
|
@@ -51,6 +57,8 @@ export interface DescribeReturnShippingLabelCommandOutput extends DescribeReturn
|
|
|
51
57
|
* <p>The specified resource can't be found. Check the information you provided in your last
|
|
52
58
|
* request, and try again.</p>
|
|
53
59
|
*
|
|
60
|
+
* @throws {@link SnowballServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
54
62
|
*
|
|
55
63
|
*/
|
|
56
64
|
export declare class DescribeReturnShippingLabelCommand extends $Command<DescribeReturnShippingLabelCommandInput, DescribeReturnShippingLabelCommandOutput, SnowballClientResolvedConfig> {
|
|
@@ -46,6 +46,10 @@ export interface GetJobManifestCommandOutput extends GetJobManifestResult, __Met
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new GetJobManifestCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // GetJobManifestResult
|
|
50
|
+
* // ManifestURI: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
49
53
|
* ```
|
|
50
54
|
*
|
|
51
55
|
* @param GetJobManifestCommandInput - {@link GetJobManifestCommandInput}
|
|
@@ -62,6 +66,8 @@ export interface GetJobManifestCommandOutput extends GetJobManifestResult, __Met
|
|
|
62
66
|
* <p>The specified resource can't be found. Check the information you provided in your last
|
|
63
67
|
* request, and try again.</p>
|
|
64
68
|
*
|
|
69
|
+
* @throws {@link SnowballServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
65
71
|
*
|
|
66
72
|
* @example To get the manifest for a job you've created for AWS Snowball
|
|
67
73
|
* ```javascript
|
|
@@ -43,6 +43,10 @@ export interface GetJobUnlockCodeCommandOutput extends GetJobUnlockCodeResult, _
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new GetJobUnlockCodeCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // GetJobUnlockCodeResult
|
|
47
|
+
* // UnlockCode: "STRING_VALUE",
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
46
50
|
* ```
|
|
47
51
|
*
|
|
48
52
|
* @param GetJobUnlockCodeCommandInput - {@link GetJobUnlockCodeCommandInput}
|
|
@@ -59,6 +63,8 @@ export interface GetJobUnlockCodeCommandOutput extends GetJobUnlockCodeResult, _
|
|
|
59
63
|
* <p>The specified resource can't be found. Check the information you provided in your last
|
|
60
64
|
* request, and try again.</p>
|
|
61
65
|
*
|
|
66
|
+
* @throws {@link SnowballServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
62
68
|
*
|
|
63
69
|
* @example To get the unlock code for a job you've created for AWS Snowball
|
|
64
70
|
* ```javascript
|
|
@@ -32,6 +32,11 @@ export interface GetSnowballUsageCommandOutput extends GetSnowballUsageResult, _
|
|
|
32
32
|
* const input = {};
|
|
33
33
|
* const command = new GetSnowballUsageCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetSnowballUsageResult
|
|
36
|
+
* // SnowballLimit: Number("int"),
|
|
37
|
+
* // SnowballsInUse: Number("int"),
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
37
42
|
* @param GetSnowballUsageCommandInput - {@link GetSnowballUsageCommandInput}
|
|
@@ -40,6 +45,8 @@ export interface GetSnowballUsageCommandOutput extends GetSnowballUsageResult, _
|
|
|
40
45
|
* @see {@link GetSnowballUsageCommandOutput} for command's `response` shape.
|
|
41
46
|
* @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
|
|
42
47
|
*
|
|
48
|
+
* @throws {@link SnowballServiceException}
|
|
49
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
43
50
|
*
|
|
44
51
|
* @example To see your Snowball service limit and the number of Snowballs you have in use
|
|
45
52
|
* ```javascript
|
|
@@ -32,6 +32,10 @@ export interface GetSoftwareUpdatesCommandOutput extends GetSoftwareUpdatesResul
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetSoftwareUpdatesCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetSoftwareUpdatesResult
|
|
36
|
+
* // UpdatesURI: "STRING_VALUE",
|
|
37
|
+
* // };
|
|
38
|
+
*
|
|
35
39
|
* ```
|
|
36
40
|
*
|
|
37
41
|
* @param GetSoftwareUpdatesCommandInput - {@link GetSoftwareUpdatesCommandInput}
|
|
@@ -48,6 +52,8 @@ export interface GetSoftwareUpdatesCommandOutput extends GetSoftwareUpdatesResul
|
|
|
48
52
|
* <p>The specified resource can't be found. Check the information you provided in your last
|
|
49
53
|
* request, and try again.</p>
|
|
50
54
|
*
|
|
55
|
+
* @throws {@link SnowballServiceException}
|
|
56
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
51
57
|
*
|
|
52
58
|
*/
|
|
53
59
|
export declare class GetSoftwareUpdatesCommand extends $Command<GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput, SnowballClientResolvedConfig> {
|
|
@@ -35,6 +35,21 @@ export interface ListClusterJobsCommandOutput extends ListClusterJobsResult, __M
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ListClusterJobsCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // ListClusterJobsResult
|
|
39
|
+
* // JobListEntries: [ // JobListEntryList
|
|
40
|
+
* // { // JobListEntry
|
|
41
|
+
* // JobId: "STRING_VALUE",
|
|
42
|
+
* // JobState: "New" || "PreparingAppliance" || "PreparingShipment" || "InTransitToCustomer" || "WithCustomer" || "InTransitToAWS" || "WithAWSSortingFacility" || "WithAWS" || "InProgress" || "Complete" || "Cancelled" || "Listing" || "Pending",
|
|
43
|
+
* // IsMaster: true || false,
|
|
44
|
+
* // JobType: "IMPORT" || "EXPORT" || "LOCAL_USE",
|
|
45
|
+
* // SnowballType: "STANDARD" || "EDGE" || "EDGE_C" || "EDGE_CG" || "EDGE_S" || "SNC1_HDD" || "SNC1_SSD" || "V3_5C" || "V3_5S",
|
|
46
|
+
* // CreationDate: new Date("TIMESTAMP"),
|
|
47
|
+
* // Description: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // NextToken: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
38
53
|
* ```
|
|
39
54
|
*
|
|
40
55
|
* @param ListClusterJobsCommandInput - {@link ListClusterJobsCommandInput}
|
|
@@ -52,6 +67,8 @@ export interface ListClusterJobsCommandOutput extends ListClusterJobsResult, __M
|
|
|
52
67
|
* <p>The specified resource can't be found. Check the information you provided in your last
|
|
53
68
|
* request, and try again.</p>
|
|
54
69
|
*
|
|
70
|
+
* @throws {@link SnowballServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
55
72
|
*
|
|
56
73
|
* @example To get a list of jobs in a cluster that you've created for AWS Snowball
|
|
57
74
|
* ```javascript
|
|
@@ -34,6 +34,18 @@ export interface ListClustersCommandOutput extends ListClustersResult, __Metadat
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListClustersCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListClustersResult
|
|
38
|
+
* // ClusterListEntries: [ // ClusterListEntryList
|
|
39
|
+
* // { // ClusterListEntry
|
|
40
|
+
* // ClusterId: "STRING_VALUE",
|
|
41
|
+
* // ClusterState: "AwaitingQuorum" || "Pending" || "InUse" || "Complete" || "Cancelled",
|
|
42
|
+
* // CreationDate: new Date("TIMESTAMP"),
|
|
43
|
+
* // Description: "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // ],
|
|
46
|
+
* // NextToken: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
37
49
|
* ```
|
|
38
50
|
*
|
|
39
51
|
* @param ListClustersCommandInput - {@link ListClustersCommandInput}
|
|
@@ -47,6 +59,8 @@ export interface ListClustersCommandOutput extends ListClustersResult, __Metadat
|
|
|
47
59
|
* stopped. Run the operation without changing the <code>NextToken</code> string, and try
|
|
48
60
|
* again.</p>
|
|
49
61
|
*
|
|
62
|
+
* @throws {@link SnowballServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
50
64
|
*
|
|
51
65
|
* @example To get a list of clusters that you've created for AWS Snowball
|
|
52
66
|
* ```javascript
|
|
@@ -35,6 +35,16 @@ export interface ListCompatibleImagesCommandOutput extends ListCompatibleImagesR
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ListCompatibleImagesCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // ListCompatibleImagesResult
|
|
39
|
+
* // CompatibleImages: [ // CompatibleImageList
|
|
40
|
+
* // { // CompatibleImage
|
|
41
|
+
* // AmiId: "STRING_VALUE",
|
|
42
|
+
* // Name: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // ],
|
|
45
|
+
* // NextToken: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
38
48
|
* ```
|
|
39
49
|
*
|
|
40
50
|
* @param ListCompatibleImagesCommandInput - {@link ListCompatibleImagesCommandInput}
|
|
@@ -52,6 +62,8 @@ export interface ListCompatibleImagesCommandOutput extends ListCompatibleImagesR
|
|
|
52
62
|
* stopped. Run the operation without changing the <code>NextToken</code> string, and try
|
|
53
63
|
* again.</p>
|
|
54
64
|
*
|
|
65
|
+
* @throws {@link SnowballServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
55
67
|
*
|
|
56
68
|
*/
|
|
57
69
|
export declare class ListCompatibleImagesCommand extends $Command<ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput, SnowballClientResolvedConfig> {
|
|
@@ -36,6 +36,21 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new ListJobsCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // ListJobsResult
|
|
40
|
+
* // JobListEntries: [ // JobListEntryList
|
|
41
|
+
* // { // JobListEntry
|
|
42
|
+
* // JobId: "STRING_VALUE",
|
|
43
|
+
* // JobState: "New" || "PreparingAppliance" || "PreparingShipment" || "InTransitToCustomer" || "WithCustomer" || "InTransitToAWS" || "WithAWSSortingFacility" || "WithAWS" || "InProgress" || "Complete" || "Cancelled" || "Listing" || "Pending",
|
|
44
|
+
* // IsMaster: true || false,
|
|
45
|
+
* // JobType: "IMPORT" || "EXPORT" || "LOCAL_USE",
|
|
46
|
+
* // SnowballType: "STANDARD" || "EDGE" || "EDGE_C" || "EDGE_CG" || "EDGE_S" || "SNC1_HDD" || "SNC1_SSD" || "V3_5C" || "V3_5S",
|
|
47
|
+
* // CreationDate: new Date("TIMESTAMP"),
|
|
48
|
+
* // Description: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // NextToken: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
39
54
|
* ```
|
|
40
55
|
*
|
|
41
56
|
* @param ListJobsCommandInput - {@link ListJobsCommandInput}
|
|
@@ -49,6 +64,8 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
|
|
|
49
64
|
* stopped. Run the operation without changing the <code>NextToken</code> string, and try
|
|
50
65
|
* again.</p>
|
|
51
66
|
*
|
|
67
|
+
* @throws {@link SnowballServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
52
69
|
*
|
|
53
70
|
* @example To get a list of jobs that you've created for AWS Snowball
|
|
54
71
|
* ```javascript
|
|
@@ -32,6 +32,26 @@ export interface ListLongTermPricingCommandOutput extends ListLongTermPricingRes
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListLongTermPricingCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListLongTermPricingResult
|
|
36
|
+
* // LongTermPricingEntries: [ // LongTermPricingEntryList
|
|
37
|
+
* // { // LongTermPricingListEntry
|
|
38
|
+
* // LongTermPricingId: "STRING_VALUE",
|
|
39
|
+
* // LongTermPricingEndDate: new Date("TIMESTAMP"),
|
|
40
|
+
* // LongTermPricingStartDate: new Date("TIMESTAMP"),
|
|
41
|
+
* // LongTermPricingType: "OneYear" || "ThreeYear" || "OneMonth",
|
|
42
|
+
* // CurrentActiveJob: "STRING_VALUE",
|
|
43
|
+
* // ReplacementJob: "STRING_VALUE",
|
|
44
|
+
* // IsLongTermPricingAutoRenew: true || false,
|
|
45
|
+
* // LongTermPricingStatus: "STRING_VALUE",
|
|
46
|
+
* // SnowballType: "STANDARD" || "EDGE" || "EDGE_C" || "EDGE_CG" || "EDGE_S" || "SNC1_HDD" || "SNC1_SSD" || "V3_5C" || "V3_5S",
|
|
47
|
+
* // JobIds: [ // LongTermPricingAssociatedJobIdList
|
|
48
|
+
* // "STRING_VALUE",
|
|
49
|
+
* // ],
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // NextToken: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
35
55
|
* ```
|
|
36
56
|
*
|
|
37
57
|
* @param ListLongTermPricingCommandInput - {@link ListLongTermPricingCommandInput}
|
|
@@ -49,6 +69,8 @@ export interface ListLongTermPricingCommandOutput extends ListLongTermPricingRes
|
|
|
49
69
|
* <p>The specified resource can't be found. Check the information you provided in your last
|
|
50
70
|
* request, and try again.</p>
|
|
51
71
|
*
|
|
72
|
+
* @throws {@link SnowballServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
52
74
|
*
|
|
53
75
|
*/
|
|
54
76
|
export declare class ListLongTermPricingCommand extends $Command<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput, SnowballClientResolvedConfig> {
|
|
@@ -42,6 +42,24 @@ export interface ListServiceVersionsCommandOutput extends ListServiceVersionsRes
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new ListServiceVersionsCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // ListServiceVersionsResult
|
|
46
|
+
* // ServiceVersions: [ // ServiceVersionList // required
|
|
47
|
+
* // { // ServiceVersion
|
|
48
|
+
* // Version: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // ServiceName: "KUBERNETES" || "EKS_ANYWHERE", // required
|
|
52
|
+
* // DependentServices: [ // DependentServiceList
|
|
53
|
+
* // { // DependentService
|
|
54
|
+
* // ServiceName: "KUBERNETES" || "EKS_ANYWHERE",
|
|
55
|
+
* // ServiceVersion: {
|
|
56
|
+
* // Version: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // NextToken: "STRING_VALUE",
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
45
63
|
* ```
|
|
46
64
|
*
|
|
47
65
|
* @param ListServiceVersionsCommandInput - {@link ListServiceVersionsCommandInput}
|
|
@@ -59,6 +77,8 @@ export interface ListServiceVersionsCommandOutput extends ListServiceVersionsRes
|
|
|
59
77
|
* <p>The specified resource can't be found. Check the information you provided in your last
|
|
60
78
|
* request, and try again.</p>
|
|
61
79
|
*
|
|
80
|
+
* @throws {@link SnowballServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
62
82
|
*
|
|
63
83
|
*/
|
|
64
84
|
export declare class ListServiceVersionsCommand extends $Command<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput, SnowballClientResolvedConfig> {
|
|
@@ -99,6 +99,8 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResult, __Metad
|
|
|
99
99
|
* };
|
|
100
100
|
* const command = new UpdateClusterCommand(input);
|
|
101
101
|
* const response = await client.send(command);
|
|
102
|
+
* // {};
|
|
103
|
+
*
|
|
102
104
|
* ```
|
|
103
105
|
*
|
|
104
106
|
* @param UpdateClusterCommandInput - {@link UpdateClusterCommandInput}
|
|
@@ -126,6 +128,8 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResult, __Metad
|
|
|
126
128
|
* <p>The provided Key Management Service key lacks the permissions to perform the specified
|
|
127
129
|
* <a>CreateJob</a> or <a>UpdateJob</a> action.</p>
|
|
128
130
|
*
|
|
131
|
+
* @throws {@link SnowballServiceException}
|
|
132
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
129
133
|
*
|
|
130
134
|
* @example To update a cluster
|
|
131
135
|
* ```javascript
|
|
@@ -99,6 +99,8 @@ export interface UpdateJobCommandOutput extends UpdateJobResult, __MetadataBeare
|
|
|
99
99
|
* };
|
|
100
100
|
* const command = new UpdateJobCommand(input);
|
|
101
101
|
* const response = await client.send(command);
|
|
102
|
+
* // {};
|
|
103
|
+
*
|
|
102
104
|
* ```
|
|
103
105
|
*
|
|
104
106
|
* @param UpdateJobCommandInput - {@link UpdateJobCommandInput}
|
|
@@ -131,6 +133,8 @@ export interface UpdateJobCommandOutput extends UpdateJobResult, __MetadataBeare
|
|
|
131
133
|
* <p>The provided Key Management Service key lacks the permissions to perform the specified
|
|
132
134
|
* <a>CreateJob</a> or <a>UpdateJob</a> action.</p>
|
|
133
135
|
*
|
|
136
|
+
* @throws {@link SnowballServiceException}
|
|
137
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
134
138
|
*
|
|
135
139
|
* @example To update a job
|
|
136
140
|
* ```javascript
|
|
@@ -32,6 +32,8 @@ export interface UpdateJobShipmentStateCommandOutput extends UpdateJobShipmentSt
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new UpdateJobShipmentStateCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param UpdateJobShipmentStateCommandInput - {@link UpdateJobShipmentStateCommandInput}
|
|
@@ -48,6 +50,8 @@ export interface UpdateJobShipmentStateCommandOutput extends UpdateJobShipmentSt
|
|
|
48
50
|
* <p>The specified resource can't be found. Check the information you provided in your last
|
|
49
51
|
* request, and try again.</p>
|
|
50
52
|
*
|
|
53
|
+
* @throws {@link SnowballServiceException}
|
|
54
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
51
55
|
*
|
|
52
56
|
*/
|
|
53
57
|
export declare class UpdateJobShipmentStateCommand extends $Command<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput, SnowballClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface UpdateLongTermPricingCommandOutput extends UpdateLongTermPricin
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpdateLongTermPricingCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param UpdateLongTermPricingCommandInput - {@link UpdateLongTermPricingCommandInput}
|
|
@@ -45,6 +47,8 @@ export interface UpdateLongTermPricingCommandOutput extends UpdateLongTermPricin
|
|
|
45
47
|
* <p>The specified resource can't be found. Check the information you provided in your last
|
|
46
48
|
* request, and try again.</p>
|
|
47
49
|
*
|
|
50
|
+
* @throws {@link SnowballServiceException}
|
|
51
|
+
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
48
52
|
*
|
|
49
53
|
*/
|
|
50
54
|
export declare class UpdateLongTermPricingCommand extends $Command<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput, SnowballClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-snowball",
|
|
3
3
|
"description": "AWS SDK for JavaScript Snowball Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.326.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,33 +21,33 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.325.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.325.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.325.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.325.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.325.0",
|
|
44
44
|
"@aws-sdk/types": "3.310.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.319.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.310.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|