@aws-sdk/client-snowball 3.40.0 → 3.44.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 +38 -0
- package/README.md +6 -7
- package/dist-cjs/endpoints.js +8 -0
- package/dist-cjs/models/models_0.js +9 -2
- package/dist-cjs/protocols/Aws_json1_1.js +20 -0
- package/dist-es/endpoints.js +8 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +17 -1
- package/dist-types/Snowball.d.ts +31 -32
- package/dist-types/SnowballClient.d.ts +6 -7
- package/dist-types/commands/CancelClusterCommand.d.ts +1 -1
- package/dist-types/commands/CancelJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateAddressCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateJobCommand.d.ts +11 -10
- package/dist-types/commands/CreateLongTermPricingCommand.d.ts +2 -3
- package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAddressCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +1 -1
- package/dist-types/commands/DescribeJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +2 -2
- package/dist-types/commands/GetJobManifestCommand.d.ts +2 -2
- package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +5 -5
- package/dist-types/commands/GetSnowballUsageCommand.d.ts +3 -3
- package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +2 -2
- package/dist-types/commands/ListClusterJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListClustersCommand.d.ts +1 -1
- package/dist-types/commands/ListCompatibleImagesCommand.d.ts +5 -5
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLongTermPricingCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +192 -147
- package/dist-types/ts3.4/models/models_0.d.ts +15 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.44.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.43.0...v3.44.0) (2021-12-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/11/30 ([#3077](https://github.com/aws/aws-sdk-js-v3/issues/3077)) ([2bdba30](https://github.com/aws/aws-sdk-js-v3/commit/2bdba30963e550728ba2903d57daa1e666a29d71))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-snowball
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-snowball
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
45
|
|
|
8
46
|
|
package/README.md
CHANGED
|
@@ -7,13 +7,12 @@
|
|
|
7
7
|
|
|
8
8
|
AWS SDK for JavaScript Snowball Client for Node.js, Browser and React Native.
|
|
9
9
|
|
|
10
|
-
<p>
|
|
11
|
-
transfer large amounts of data between your on-premises data centers and
|
|
12
|
-
Service (Amazon S3). The Snow commands described here provide access to the same
|
|
13
|
-
functionality that is available in the
|
|
14
|
-
|
|
15
|
-
need to use the Snowball Edge client or the Amazon S3 API Interface for Snowball or
|
|
16
|
-
information, see the <a href="https://docs.aws.amazon.com/AWSImportExport/latest/ug/api-reference.html">User Guide</a>.</p>
|
|
10
|
+
<p>The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses
|
|
11
|
+
secure devices to transfer large amounts of data between your on-premises data centers and
|
|
12
|
+
Amazon Simple Storage Service (Amazon S3). The Snow Family commands described here provide access to the same
|
|
13
|
+
functionality that is available in the Amazon Web Services Snow Family Management Console, which enables you to create
|
|
14
|
+
and manage jobs for a Snow Family device. To transfer data locally with a Snow Family device,
|
|
15
|
+
you'll need to use the Snowball Edge client or the Amazon S3 API Interface for Snowball or OpsHub for Snow Family. For more information, see the <a href="https://docs.aws.amazon.com/AWSImportExport/latest/ug/api-reference.html">User Guide</a>.</p>
|
|
17
16
|
|
|
18
17
|
## Installing
|
|
19
18
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -335,6 +335,10 @@ const partitionHash = {
|
|
|
335
335
|
hostname: "snowball.{region}.c2s.ic.gov",
|
|
336
336
|
tags: [],
|
|
337
337
|
},
|
|
338
|
+
{
|
|
339
|
+
hostname: "snowball-fips.{region}.c2s.ic.gov",
|
|
340
|
+
tags: ["fips"],
|
|
341
|
+
},
|
|
338
342
|
],
|
|
339
343
|
},
|
|
340
344
|
"aws-iso-b": {
|
|
@@ -345,6 +349,10 @@ const partitionHash = {
|
|
|
345
349
|
hostname: "snowball.{region}.sc2s.sgov.gov",
|
|
346
350
|
tags: [],
|
|
347
351
|
},
|
|
352
|
+
{
|
|
353
|
+
hostname: "snowball-fips.{region}.sc2s.sgov.gov",
|
|
354
|
+
tags: ["fips"],
|
|
355
|
+
},
|
|
348
356
|
],
|
|
349
357
|
},
|
|
350
358
|
"aws-us-gov": {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.ShippingLabelStatus = exports.CreateReturnShippingLabelRequest = exports.ConflictException = exports.CreateLongTermPricingResult = exports.CreateLongTermPricingRequest = exports.LongTermPricingType = exports.CreateJobResult = exports.CreateJobRequest = exports.SnowballCapacity = exports.DeviceConfiguration = exports.SnowconeDeviceConfiguration = exports.WirelessConnection = exports.ClusterLimitExceededException = exports.InvalidInputCombinationException = exports.Ec2RequestFailedException = exports.CreateClusterResult = exports.CreateClusterRequest = exports.TaxDocuments = exports.INDTaxDocuments = exports.SnowballType = exports.ShippingOption = exports.JobResource = exports.S3Resource = exports.TargetOnDeviceService = exports.TransferOption = exports.DeviceServiceName = exports.KeyRange = exports.LambdaResource = exports.EventTriggerDefinition = exports.Ec2AmiResource = exports.RemoteManagement = exports.OnDeviceServiceConfiguration = exports.TGWOnDeviceServiceConfiguration = exports.NFSOnDeviceServiceConfiguration = exports.StorageUnit = exports.Notification = exports.JobState = exports.JobType = exports.UnsupportedAddressException = exports.InvalidAddressException = exports.CreateAddressResult = exports.CreateAddressRequest = exports.CancelJobResult = exports.CancelJobRequest = exports.KMSRequestFailedException = exports.InvalidResourceException = exports.InvalidJobStateException = exports.CancelClusterResult = exports.CancelClusterRequest = exports.Address = void 0;
|
|
4
|
+
exports.UpdateLongTermPricingRequest = exports.UpdateJobShipmentStateResult = exports.UpdateJobShipmentStateRequest = exports.ShipmentState = exports.UpdateJobResult = exports.UpdateJobRequest = exports.UpdateClusterResult = exports.UpdateClusterRequest = exports.ListLongTermPricingResult = exports.LongTermPricingListEntry = exports.ListLongTermPricingRequest = exports.ListJobsResult = exports.ListJobsRequest = exports.ListCompatibleImagesResult = exports.CompatibleImage = exports.ListCompatibleImagesRequest = exports.ListClustersResult = exports.ClusterListEntry = exports.ListClustersRequest = exports.ListClusterJobsResult = exports.JobListEntry = exports.ListClusterJobsRequest = exports.GetSoftwareUpdatesResult = exports.GetSoftwareUpdatesRequest = exports.GetSnowballUsageResult = exports.GetSnowballUsageRequest = exports.GetJobUnlockCodeResult = exports.GetJobUnlockCodeRequest = exports.GetJobManifestResult = exports.GetJobManifestRequest = exports.DescribeReturnShippingLabelResult = exports.DescribeReturnShippingLabelRequest = exports.DescribeJobResult = exports.JobMetadata = exports.ShippingDetails = exports.Shipment = exports.JobLogs = exports.DataTransfer = exports.DescribeJobRequest = exports.DescribeClusterResult = exports.ClusterMetadata = exports.ClusterState = exports.DescribeClusterRequest = exports.InvalidNextTokenException = exports.DescribeAddressesResult = exports.DescribeAddressesRequest = exports.DescribeAddressResult = exports.DescribeAddressRequest = exports.ReturnShippingLabelAlreadyExistsException = exports.CreateReturnShippingLabelResult = void 0;
|
|
5
|
+
exports.UpdateLongTermPricingResult = void 0;
|
|
5
6
|
var Address;
|
|
6
7
|
(function (Address) {
|
|
7
8
|
Address.filterSensitiveLog = (obj) => ({
|
|
@@ -112,6 +113,12 @@ var NFSOnDeviceServiceConfiguration;
|
|
|
112
113
|
...obj,
|
|
113
114
|
});
|
|
114
115
|
})(NFSOnDeviceServiceConfiguration = exports.NFSOnDeviceServiceConfiguration || (exports.NFSOnDeviceServiceConfiguration = {}));
|
|
116
|
+
var TGWOnDeviceServiceConfiguration;
|
|
117
|
+
(function (TGWOnDeviceServiceConfiguration) {
|
|
118
|
+
TGWOnDeviceServiceConfiguration.filterSensitiveLog = (obj) => ({
|
|
119
|
+
...obj,
|
|
120
|
+
});
|
|
121
|
+
})(TGWOnDeviceServiceConfiguration = exports.TGWOnDeviceServiceConfiguration || (exports.TGWOnDeviceServiceConfiguration = {}));
|
|
115
122
|
var OnDeviceServiceConfiguration;
|
|
116
123
|
(function (OnDeviceServiceConfiguration) {
|
|
117
124
|
OnDeviceServiceConfiguration.filterSensitiveLog = (obj) => ({
|
|
@@ -2125,6 +2125,10 @@ const serializeAws_json1_1OnDeviceServiceConfiguration = (input, context) => {
|
|
|
2125
2125
|
input.NFSOnDeviceService !== null && {
|
|
2126
2126
|
NFSOnDeviceService: serializeAws_json1_1NFSOnDeviceServiceConfiguration(input.NFSOnDeviceService, context),
|
|
2127
2127
|
}),
|
|
2128
|
+
...(input.TGWOnDeviceService !== undefined &&
|
|
2129
|
+
input.TGWOnDeviceService !== null && {
|
|
2130
|
+
TGWOnDeviceService: serializeAws_json1_1TGWOnDeviceServiceConfiguration(input.TGWOnDeviceService, context),
|
|
2131
|
+
}),
|
|
2128
2132
|
};
|
|
2129
2133
|
};
|
|
2130
2134
|
const serializeAws_json1_1S3Resource = (input, context) => {
|
|
@@ -2179,6 +2183,12 @@ const serializeAws_json1_1TaxDocuments = (input, context) => {
|
|
|
2179
2183
|
input.IND !== null && { IND: serializeAws_json1_1INDTaxDocuments(input.IND, context) }),
|
|
2180
2184
|
};
|
|
2181
2185
|
};
|
|
2186
|
+
const serializeAws_json1_1TGWOnDeviceServiceConfiguration = (input, context) => {
|
|
2187
|
+
return {
|
|
2188
|
+
...(input.StorageLimit !== undefined && input.StorageLimit !== null && { StorageLimit: input.StorageLimit }),
|
|
2189
|
+
...(input.StorageUnit !== undefined && input.StorageUnit !== null && { StorageUnit: input.StorageUnit }),
|
|
2190
|
+
};
|
|
2191
|
+
};
|
|
2182
2192
|
const serializeAws_json1_1UpdateClusterRequest = (input, context) => {
|
|
2183
2193
|
return {
|
|
2184
2194
|
...(input.AddressId !== undefined && input.AddressId !== null && { AddressId: input.AddressId }),
|
|
@@ -2422,6 +2432,7 @@ const deserializeAws_json1_1DescribeReturnShippingLabelResult = (output, context
|
|
|
2422
2432
|
ExpirationDate: output.ExpirationDate !== undefined && output.ExpirationDate !== null
|
|
2423
2433
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ExpirationDate)))
|
|
2424
2434
|
: undefined,
|
|
2435
|
+
ReturnShippingLabelURI: smithy_client_1.expectString(output.ReturnShippingLabelURI),
|
|
2425
2436
|
Status: smithy_client_1.expectString(output.Status),
|
|
2426
2437
|
};
|
|
2427
2438
|
};
|
|
@@ -2756,6 +2767,9 @@ const deserializeAws_json1_1OnDeviceServiceConfiguration = (output, context) =>
|
|
|
2756
2767
|
NFSOnDeviceService: output.NFSOnDeviceService !== undefined && output.NFSOnDeviceService !== null
|
|
2757
2768
|
? deserializeAws_json1_1NFSOnDeviceServiceConfiguration(output.NFSOnDeviceService, context)
|
|
2758
2769
|
: undefined,
|
|
2770
|
+
TGWOnDeviceService: output.TGWOnDeviceService !== undefined && output.TGWOnDeviceService !== null
|
|
2771
|
+
? deserializeAws_json1_1TGWOnDeviceServiceConfiguration(output.TGWOnDeviceService, context)
|
|
2772
|
+
: undefined,
|
|
2759
2773
|
};
|
|
2760
2774
|
};
|
|
2761
2775
|
const deserializeAws_json1_1ReturnShippingLabelAlreadyExistsException = (output, context) => {
|
|
@@ -2831,6 +2845,12 @@ const deserializeAws_json1_1TaxDocuments = (output, context) => {
|
|
|
2831
2845
|
: undefined,
|
|
2832
2846
|
};
|
|
2833
2847
|
};
|
|
2848
|
+
const deserializeAws_json1_1TGWOnDeviceServiceConfiguration = (output, context) => {
|
|
2849
|
+
return {
|
|
2850
|
+
StorageLimit: smithy_client_1.expectInt32(output.StorageLimit),
|
|
2851
|
+
StorageUnit: smithy_client_1.expectString(output.StorageUnit),
|
|
2852
|
+
};
|
|
2853
|
+
};
|
|
2834
2854
|
const deserializeAws_json1_1UnsupportedAddressException = (output, context) => {
|
|
2835
2855
|
return {
|
|
2836
2856
|
Message: smithy_client_1.expectString(output.Message),
|
package/dist-es/endpoints.js
CHANGED
|
@@ -333,6 +333,10 @@ var partitionHash = {
|
|
|
333
333
|
hostname: "snowball.{region}.c2s.ic.gov",
|
|
334
334
|
tags: [],
|
|
335
335
|
},
|
|
336
|
+
{
|
|
337
|
+
hostname: "snowball-fips.{region}.c2s.ic.gov",
|
|
338
|
+
tags: ["fips"],
|
|
339
|
+
},
|
|
336
340
|
],
|
|
337
341
|
},
|
|
338
342
|
"aws-iso-b": {
|
|
@@ -343,6 +347,10 @@ var partitionHash = {
|
|
|
343
347
|
hostname: "snowball.{region}.sc2s.sgov.gov",
|
|
344
348
|
tags: [],
|
|
345
349
|
},
|
|
350
|
+
{
|
|
351
|
+
hostname: "snowball-fips.{region}.sc2s.sgov.gov",
|
|
352
|
+
tags: ["fips"],
|
|
353
|
+
},
|
|
346
354
|
],
|
|
347
355
|
},
|
|
348
356
|
"aws-us-gov": {
|
|
@@ -81,6 +81,10 @@ export var NFSOnDeviceServiceConfiguration;
|
|
|
81
81
|
(function (NFSOnDeviceServiceConfiguration) {
|
|
82
82
|
NFSOnDeviceServiceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
83
|
})(NFSOnDeviceServiceConfiguration || (NFSOnDeviceServiceConfiguration = {}));
|
|
84
|
+
export var TGWOnDeviceServiceConfiguration;
|
|
85
|
+
(function (TGWOnDeviceServiceConfiguration) {
|
|
86
|
+
TGWOnDeviceServiceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
|
+
})(TGWOnDeviceServiceConfiguration || (TGWOnDeviceServiceConfiguration = {}));
|
|
84
88
|
export var OnDeviceServiceConfiguration;
|
|
85
89
|
(function (OnDeviceServiceConfiguration) {
|
|
86
90
|
OnDeviceServiceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -2223,9 +2223,12 @@ var serializeAws_json1_1Notification = function (input, context) {
|
|
|
2223
2223
|
})), (input.NotifyAll !== undefined && input.NotifyAll !== null && { NotifyAll: input.NotifyAll })), (input.SnsTopicARN !== undefined && input.SnsTopicARN !== null && { SnsTopicARN: input.SnsTopicARN }));
|
|
2224
2224
|
};
|
|
2225
2225
|
var serializeAws_json1_1OnDeviceServiceConfiguration = function (input, context) {
|
|
2226
|
-
return __assign({}, (input.NFSOnDeviceService !== undefined &&
|
|
2226
|
+
return __assign(__assign({}, (input.NFSOnDeviceService !== undefined &&
|
|
2227
2227
|
input.NFSOnDeviceService !== null && {
|
|
2228
2228
|
NFSOnDeviceService: serializeAws_json1_1NFSOnDeviceServiceConfiguration(input.NFSOnDeviceService, context),
|
|
2229
|
+
})), (input.TGWOnDeviceService !== undefined &&
|
|
2230
|
+
input.TGWOnDeviceService !== null && {
|
|
2231
|
+
TGWOnDeviceService: serializeAws_json1_1TGWOnDeviceServiceConfiguration(input.TGWOnDeviceService, context),
|
|
2229
2232
|
}));
|
|
2230
2233
|
};
|
|
2231
2234
|
var serializeAws_json1_1S3Resource = function (input, context) {
|
|
@@ -2269,6 +2272,9 @@ var serializeAws_json1_1TaxDocuments = function (input, context) {
|
|
|
2269
2272
|
return __assign({}, (input.IND !== undefined &&
|
|
2270
2273
|
input.IND !== null && { IND: serializeAws_json1_1INDTaxDocuments(input.IND, context) }));
|
|
2271
2274
|
};
|
|
2275
|
+
var serializeAws_json1_1TGWOnDeviceServiceConfiguration = function (input, context) {
|
|
2276
|
+
return __assign(__assign({}, (input.StorageLimit !== undefined && input.StorageLimit !== null && { StorageLimit: input.StorageLimit })), (input.StorageUnit !== undefined && input.StorageUnit !== null && { StorageUnit: input.StorageUnit }));
|
|
2277
|
+
};
|
|
2272
2278
|
var serializeAws_json1_1UpdateClusterRequest = function (input, context) {
|
|
2273
2279
|
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AddressId !== undefined && input.AddressId !== null && { AddressId: input.AddressId })), (input.ClusterId !== undefined && input.ClusterId !== null && { ClusterId: input.ClusterId })), (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.ForwardingAddressId !== undefined &&
|
|
2274
2280
|
input.ForwardingAddressId !== null && { ForwardingAddressId: input.ForwardingAddressId })), (input.Notification !== undefined &&
|
|
@@ -2482,6 +2488,7 @@ var deserializeAws_json1_1DescribeReturnShippingLabelResult = function (output,
|
|
|
2482
2488
|
ExpirationDate: output.ExpirationDate !== undefined && output.ExpirationDate !== null
|
|
2483
2489
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.ExpirationDate)))
|
|
2484
2490
|
: undefined,
|
|
2491
|
+
ReturnShippingLabelURI: __expectString(output.ReturnShippingLabelURI),
|
|
2485
2492
|
Status: __expectString(output.Status),
|
|
2486
2493
|
};
|
|
2487
2494
|
};
|
|
@@ -2816,6 +2823,9 @@ var deserializeAws_json1_1OnDeviceServiceConfiguration = function (output, conte
|
|
|
2816
2823
|
NFSOnDeviceService: output.NFSOnDeviceService !== undefined && output.NFSOnDeviceService !== null
|
|
2817
2824
|
? deserializeAws_json1_1NFSOnDeviceServiceConfiguration(output.NFSOnDeviceService, context)
|
|
2818
2825
|
: undefined,
|
|
2826
|
+
TGWOnDeviceService: output.TGWOnDeviceService !== undefined && output.TGWOnDeviceService !== null
|
|
2827
|
+
? deserializeAws_json1_1TGWOnDeviceServiceConfiguration(output.TGWOnDeviceService, context)
|
|
2828
|
+
: undefined,
|
|
2819
2829
|
};
|
|
2820
2830
|
};
|
|
2821
2831
|
var deserializeAws_json1_1ReturnShippingLabelAlreadyExistsException = function (output, context) {
|
|
@@ -2891,6 +2901,12 @@ var deserializeAws_json1_1TaxDocuments = function (output, context) {
|
|
|
2891
2901
|
: undefined,
|
|
2892
2902
|
};
|
|
2893
2903
|
};
|
|
2904
|
+
var deserializeAws_json1_1TGWOnDeviceServiceConfiguration = function (output, context) {
|
|
2905
|
+
return {
|
|
2906
|
+
StorageLimit: __expectInt32(output.StorageLimit),
|
|
2907
|
+
StorageUnit: __expectString(output.StorageUnit),
|
|
2908
|
+
};
|
|
2909
|
+
};
|
|
2894
2910
|
var deserializeAws_json1_1UnsupportedAddressException = function (output, context) {
|
|
2895
2911
|
return {
|
|
2896
2912
|
Message: __expectString(output.Message),
|
package/dist-types/Snowball.d.ts
CHANGED
|
@@ -26,13 +26,12 @@ import { UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput
|
|
|
26
26
|
import { UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput } from "./commands/UpdateLongTermPricingCommand";
|
|
27
27
|
import { SnowballClient } from "./SnowballClient";
|
|
28
28
|
/**
|
|
29
|
-
* <p>
|
|
30
|
-
* transfer large amounts of data between your on-premises data centers and
|
|
31
|
-
* Service (Amazon S3). The Snow commands described here provide access to the same
|
|
32
|
-
* functionality that is available in the
|
|
33
|
-
*
|
|
34
|
-
* need to use the Snowball Edge client or the Amazon S3 API Interface for Snowball or
|
|
35
|
-
* information, see the <a href="https://docs.aws.amazon.com/AWSImportExport/latest/ug/api-reference.html">User Guide</a>.</p>
|
|
29
|
+
* <p>The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses
|
|
30
|
+
* secure devices to transfer large amounts of data between your on-premises data centers and
|
|
31
|
+
* Amazon Simple Storage Service (Amazon S3). The Snow Family commands described here provide access to the same
|
|
32
|
+
* functionality that is available in the Amazon Web Services Snow Family Management Console, which enables you to create
|
|
33
|
+
* and manage jobs for a Snow Family device. To transfer data locally with a Snow Family device,
|
|
34
|
+
* you'll need to use the Snowball Edge client or the Amazon S3 API Interface for Snowball or OpsHub for Snow Family. For more information, see the <a href="https://docs.aws.amazon.com/AWSImportExport/latest/ug/api-reference.html">User Guide</a>.</p>
|
|
36
35
|
*/
|
|
37
36
|
export declare class Snowball extends SnowballClient {
|
|
38
37
|
/**
|
|
@@ -70,21 +69,21 @@ export declare class Snowball extends SnowballClient {
|
|
|
70
69
|
createCluster(args: CreateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
|
|
71
70
|
/**
|
|
72
71
|
* <p>Creates a job to import or export data between Amazon S3 and your on-premises data
|
|
73
|
-
* center. Your
|
|
74
|
-
* a job for a Snow device. If you're creating a job for a node in a cluster, you
|
|
75
|
-
* the <code>clusterId</code> value; the other job attributes are inherited
|
|
76
|
-
*
|
|
72
|
+
* center. Your Amazon Web Services account must have the right trust policies and permissions in
|
|
73
|
+
* place to create a job for a Snow device. If you're creating a job for a node in a cluster, you
|
|
74
|
+
* only need to provide the <code>clusterId</code> value; the other job attributes are inherited
|
|
75
|
+
* from the cluster. </p>
|
|
77
76
|
* <note>
|
|
78
77
|
* <p>Only the Snowball; Edge device type is supported when ordering clustered jobs.</p>
|
|
79
78
|
* <p>The device capacity is optional.</p>
|
|
80
|
-
* <p>Availability of device types differ by
|
|
81
|
-
* availability, see <a href="https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/?p=ngi&loc=4">
|
|
79
|
+
* <p>Availability of device types differ by Amazon Web Services Region. For more information
|
|
80
|
+
* about Region availability, see <a href="https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/?p=ngi&loc=4">Amazon Web Services Regional Services</a>.</p>
|
|
82
81
|
* </note>
|
|
83
82
|
*
|
|
84
83
|
* <p></p>
|
|
85
84
|
*
|
|
86
85
|
* <p class="title">
|
|
87
|
-
* <b>
|
|
86
|
+
* <b>Snow Family Devices and their capacities.</b>
|
|
88
87
|
* </p>
|
|
89
88
|
* <ul>
|
|
90
89
|
* <li>
|
|
@@ -178,7 +177,8 @@ export declare class Snowball extends SnowballClient {
|
|
|
178
177
|
* <li>
|
|
179
178
|
* <p>Description: Original Snowball device</p>
|
|
180
179
|
* <note>
|
|
181
|
-
* <p>This device is only available in the Ningxia, Beijing, and Singapore
|
|
180
|
+
* <p>This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region
|
|
181
|
+
* </p>
|
|
182
182
|
* </note>
|
|
183
183
|
* </li>
|
|
184
184
|
* </ul>
|
|
@@ -194,7 +194,7 @@ export declare class Snowball extends SnowballClient {
|
|
|
194
194
|
* <li>
|
|
195
195
|
* <p>Description: Original Snowball device</p>
|
|
196
196
|
* <note>
|
|
197
|
-
* <p>This device is only available in the Ningxia, Beijing, and Singapore
|
|
197
|
+
* <p>This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region. </p>
|
|
198
198
|
* </note>
|
|
199
199
|
* </li>
|
|
200
200
|
* </ul>
|
|
@@ -207,15 +207,14 @@ export declare class Snowball extends SnowballClient {
|
|
|
207
207
|
createJob(args: CreateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
|
|
208
208
|
/**
|
|
209
209
|
* <p>Creates a job with the long-term usage option for a device. The long-term usage is a
|
|
210
|
-
* 1-year or 3-year long-term pricing type for the device. You are billed upfront, and
|
|
211
|
-
* provides discounts for long-term pricing.
|
|
210
|
+
* 1-year or 3-year long-term pricing type for the device. You are billed upfront, and Amazon Web Services provides discounts for long-term pricing.
|
|
212
211
|
* </p>
|
|
213
212
|
*/
|
|
214
213
|
createLongTermPricing(args: CreateLongTermPricingCommandInput, options?: __HttpHandlerOptions): Promise<CreateLongTermPricingCommandOutput>;
|
|
215
214
|
createLongTermPricing(args: CreateLongTermPricingCommandInput, cb: (err: any, data?: CreateLongTermPricingCommandOutput) => void): void;
|
|
216
215
|
createLongTermPricing(args: CreateLongTermPricingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLongTermPricingCommandOutput) => void): void;
|
|
217
216
|
/**
|
|
218
|
-
* <p>Creates a shipping label that will be used to return the Snow device to
|
|
217
|
+
* <p>Creates a shipping label that will be used to return the Snow device to Amazon Web Services.</p>
|
|
219
218
|
*/
|
|
220
219
|
createReturnShippingLabel(args: CreateReturnShippingLabelCommandInput, options?: __HttpHandlerOptions): Promise<CreateReturnShippingLabelCommandOutput>;
|
|
221
220
|
createReturnShippingLabel(args: CreateReturnShippingLabelCommandInput, cb: (err: any, data?: CreateReturnShippingLabelCommandOutput) => void): void;
|
|
@@ -250,7 +249,7 @@ export declare class Snowball extends SnowballClient {
|
|
|
250
249
|
describeJob(args: DescribeJobCommandInput, cb: (err: any, data?: DescribeJobCommandOutput) => void): void;
|
|
251
250
|
describeJob(args: DescribeJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeJobCommandOutput) => void): void;
|
|
252
251
|
/**
|
|
253
|
-
* <p>Information on the shipping label of a Snow device that is being returned to
|
|
252
|
+
* <p>Information on the shipping label of a Snow device that is being returned to Amazon Web Services.</p>
|
|
254
253
|
*/
|
|
255
254
|
describeReturnShippingLabel(args: DescribeReturnShippingLabelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReturnShippingLabelCommandOutput>;
|
|
256
255
|
describeReturnShippingLabel(args: DescribeReturnShippingLabelCommandInput, cb: (err: any, data?: DescribeReturnShippingLabelCommandOutput) => void): void;
|
|
@@ -263,7 +262,7 @@ export declare class Snowball extends SnowballClient {
|
|
|
263
262
|
*
|
|
264
263
|
* <p>The manifest is an encrypted file that you can download after your job enters the
|
|
265
264
|
* <code>WithCustomer</code> status. The manifest is decrypted by using the
|
|
266
|
-
*
|
|
265
|
+
* <code>UnlockCode</code> code value, when you pass both values to the Snow device through the
|
|
267
266
|
* Snowball client when the client is started for the first time.</p>
|
|
268
267
|
*
|
|
269
268
|
*
|
|
@@ -286,13 +285,13 @@ export declare class Snowball extends SnowballClient {
|
|
|
286
285
|
*
|
|
287
286
|
* <p>The <code>UnlockCode</code> value is a 29-character code with 25 alphanumeric
|
|
288
287
|
* characters and 4 hyphens. This code is used to decrypt the manifest file when it is passed
|
|
289
|
-
* along with the manifest to the Snow device through the Snowball client when the client is
|
|
290
|
-
* for the first time.</p>
|
|
288
|
+
* along with the manifest to the Snow device through the Snowball client when the client is
|
|
289
|
+
* started for the first time.</p>
|
|
291
290
|
*
|
|
292
291
|
* <p>As a best practice, we recommend that you don't save a copy of the
|
|
293
292
|
* <code>UnlockCode</code> in the same location as the manifest file for that job. Saving these
|
|
294
|
-
* separately helps prevent unauthorized parties from gaining access to the Snow device
|
|
295
|
-
* with that job.</p>
|
|
293
|
+
* separately helps prevent unauthorized parties from gaining access to the Snow device
|
|
294
|
+
* associated with that job.</p>
|
|
296
295
|
*/
|
|
297
296
|
getJobUnlockCode(args: GetJobUnlockCodeCommandInput, options?: __HttpHandlerOptions): Promise<GetJobUnlockCodeCommandOutput>;
|
|
298
297
|
getJobUnlockCode(args: GetJobUnlockCodeCommandInput, cb: (err: any, data?: GetJobUnlockCodeCommandOutput) => void): void;
|
|
@@ -301,15 +300,15 @@ export declare class Snowball extends SnowballClient {
|
|
|
301
300
|
* <p>Returns information about the Snow Family service limit for your account, and also the
|
|
302
301
|
* number of Snow devices your account has in use.</p>
|
|
303
302
|
*
|
|
304
|
-
* <p>The default service limit for the number of Snow devices that you can have at one time
|
|
305
|
-
* 1. If you want to increase your service limit, contact
|
|
303
|
+
* <p>The default service limit for the number of Snow devices that you can have at one time
|
|
304
|
+
* is 1. If you want to increase your service limit, contact Amazon Web Services Support.</p>
|
|
306
305
|
*/
|
|
307
306
|
getSnowballUsage(args: GetSnowballUsageCommandInput, options?: __HttpHandlerOptions): Promise<GetSnowballUsageCommandOutput>;
|
|
308
307
|
getSnowballUsage(args: GetSnowballUsageCommandInput, cb: (err: any, data?: GetSnowballUsageCommandOutput) => void): void;
|
|
309
308
|
getSnowballUsage(args: GetSnowballUsageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSnowballUsageCommandOutput) => void): void;
|
|
310
309
|
/**
|
|
311
310
|
* <p>Returns an Amazon S3 presigned URL for an update file associated with a specified
|
|
312
|
-
*
|
|
311
|
+
* <code>JobId</code>.</p>
|
|
313
312
|
*/
|
|
314
313
|
getSoftwareUpdates(args: GetSoftwareUpdatesCommandInput, options?: __HttpHandlerOptions): Promise<GetSoftwareUpdatesCommandOutput>;
|
|
315
314
|
getSoftwareUpdates(args: GetSoftwareUpdatesCommandInput, cb: (err: any, data?: GetSoftwareUpdatesCommandOutput) => void): void;
|
|
@@ -332,10 +331,10 @@ export declare class Snowball extends SnowballClient {
|
|
|
332
331
|
listClusters(args: ListClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
|
|
333
332
|
/**
|
|
334
333
|
* <p>This action returns a list of the different Amazon EC2 Amazon Machine Images (AMIs)
|
|
335
|
-
* that are owned by your
|
|
336
|
-
* Currently, supported AMIs are based on the CentOS 7 (x86_64) - with Updates HVM,
|
|
337
|
-
* 14.04 LTS (HVM), and Ubuntu 16.04 LTS - Xenial (HVM) images, available on the
|
|
338
|
-
*
|
|
334
|
+
* that are owned by your Amazon Web Services accountthat would be supported for use on a Snow
|
|
335
|
+
* device. Currently, supported AMIs are based on the CentOS 7 (x86_64) - with Updates HVM,
|
|
336
|
+
* Ubuntu Server 14.04 LTS (HVM), and Ubuntu 16.04 LTS - Xenial (HVM) images, available on the
|
|
337
|
+
* Amazon Web Services Marketplace.</p>
|
|
339
338
|
*/
|
|
340
339
|
listCompatibleImages(args: ListCompatibleImagesCommandInput, options?: __HttpHandlerOptions): Promise<ListCompatibleImagesCommandOutput>;
|
|
341
340
|
listCompatibleImages(args: ListCompatibleImagesCommandInput, cb: (err: any, data?: ListCompatibleImagesCommandOutput) => void): void;
|
|
@@ -147,13 +147,12 @@ declare type SnowballClientResolvedConfigType = __SmithyResolvedConfiguration<__
|
|
|
147
147
|
export interface SnowballClientResolvedConfig extends SnowballClientResolvedConfigType {
|
|
148
148
|
}
|
|
149
149
|
/**
|
|
150
|
-
* <p>
|
|
151
|
-
* transfer large amounts of data between your on-premises data centers and
|
|
152
|
-
* Service (Amazon S3). The Snow commands described here provide access to the same
|
|
153
|
-
* functionality that is available in the
|
|
154
|
-
*
|
|
155
|
-
* need to use the Snowball Edge client or the Amazon S3 API Interface for Snowball or
|
|
156
|
-
* information, see the <a href="https://docs.aws.amazon.com/AWSImportExport/latest/ug/api-reference.html">User Guide</a>.</p>
|
|
150
|
+
* <p>The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses
|
|
151
|
+
* secure devices to transfer large amounts of data between your on-premises data centers and
|
|
152
|
+
* Amazon Simple Storage Service (Amazon S3). The Snow Family commands described here provide access to the same
|
|
153
|
+
* functionality that is available in the Amazon Web Services Snow Family Management Console, which enables you to create
|
|
154
|
+
* and manage jobs for a Snow Family device. To transfer data locally with a Snow Family device,
|
|
155
|
+
* you'll need to use the Snowball Edge client or the Amazon S3 API Interface for Snowball or OpsHub for Snow Family. For more information, see the <a href="https://docs.aws.amazon.com/AWSImportExport/latest/ug/api-reference.html">User Guide</a>.</p>
|
|
157
156
|
*/
|
|
158
157
|
export declare class SnowballClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig> {
|
|
159
158
|
/**
|
|
@@ -22,7 +22,7 @@ export interface CancelClusterCommandOutput extends CancelClusterResult, __Metad
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link CancelClusterCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link CancelClusterCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SnowballClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class CancelClusterCommand extends $Command<CancelClusterCommandInput, CancelClusterCommandOutput, SnowballClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CancelJobCommandOutput extends CancelJobResult, __MetadataBeare
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CancelJobCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CancelJobCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SnowballClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CancelJobCommand extends $Command<CancelJobCommandInput, CancelJobCommandOutput, SnowballClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateAddressCommandOutput extends CreateAddressResult, __Metad
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateAddressCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateAddressCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SnowballClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateAddressCommand extends $Command<CreateAddressCommandInput, CreateAddressCommandOutput, SnowballClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateClusterCommandOutput extends CreateClusterResult, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateClusterCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateClusterCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SnowballClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateClusterCommand extends $Command<CreateClusterCommandInput, CreateClusterCommandOutput, SnowballClientResolvedConfig> {
|
|
@@ -8,21 +8,21 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Creates a job to import or export data between Amazon S3 and your on-premises data
|
|
11
|
-
* center. Your
|
|
12
|
-
* a job for a Snow device. If you're creating a job for a node in a cluster, you
|
|
13
|
-
* the <code>clusterId</code> value; the other job attributes are inherited
|
|
14
|
-
*
|
|
11
|
+
* center. Your Amazon Web Services account must have the right trust policies and permissions in
|
|
12
|
+
* place to create a job for a Snow device. If you're creating a job for a node in a cluster, you
|
|
13
|
+
* only need to provide the <code>clusterId</code> value; the other job attributes are inherited
|
|
14
|
+
* from the cluster. </p>
|
|
15
15
|
* <note>
|
|
16
16
|
* <p>Only the Snowball; Edge device type is supported when ordering clustered jobs.</p>
|
|
17
17
|
* <p>The device capacity is optional.</p>
|
|
18
|
-
* <p>Availability of device types differ by
|
|
19
|
-
* availability, see <a href="https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/?p=ngi&loc=4">
|
|
18
|
+
* <p>Availability of device types differ by Amazon Web Services Region. For more information
|
|
19
|
+
* about Region availability, see <a href="https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/?p=ngi&loc=4">Amazon Web Services Regional Services</a>.</p>
|
|
20
20
|
* </note>
|
|
21
21
|
*
|
|
22
22
|
* <p></p>
|
|
23
23
|
*
|
|
24
24
|
* <p class="title">
|
|
25
|
-
* <b>
|
|
25
|
+
* <b>Snow Family Devices and their capacities.</b>
|
|
26
26
|
* </p>
|
|
27
27
|
* <ul>
|
|
28
28
|
* <li>
|
|
@@ -116,7 +116,8 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
|
|
|
116
116
|
* <li>
|
|
117
117
|
* <p>Description: Original Snowball device</p>
|
|
118
118
|
* <note>
|
|
119
|
-
* <p>This device is only available in the Ningxia, Beijing, and Singapore
|
|
119
|
+
* <p>This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region
|
|
120
|
+
* </p>
|
|
120
121
|
* </note>
|
|
121
122
|
* </li>
|
|
122
123
|
* </ul>
|
|
@@ -132,7 +133,7 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
|
|
|
132
133
|
* <li>
|
|
133
134
|
* <p>Description: Original Snowball device</p>
|
|
134
135
|
* <note>
|
|
135
|
-
* <p>This device is only available in the Ningxia, Beijing, and Singapore
|
|
136
|
+
* <p>This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region. </p>
|
|
136
137
|
* </note>
|
|
137
138
|
* </li>
|
|
138
139
|
* </ul>
|
|
@@ -151,7 +152,7 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
|
|
|
151
152
|
*
|
|
152
153
|
* @see {@link CreateJobCommandInput} for command's `input` shape.
|
|
153
154
|
* @see {@link CreateJobCommandOutput} for command's `response` shape.
|
|
154
|
-
* @see {@link SnowballClientResolvedConfig | config} for
|
|
155
|
+
* @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
|
|
155
156
|
*
|
|
156
157
|
*/
|
|
157
158
|
export declare class CreateJobCommand extends $Command<CreateJobCommandInput, CreateJobCommandOutput, SnowballClientResolvedConfig> {
|
|
@@ -8,8 +8,7 @@ export interface CreateLongTermPricingCommandOutput extends CreateLongTermPricin
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Creates a job with the long-term usage option for a device. The long-term usage is a
|
|
11
|
-
* 1-year or 3-year long-term pricing type for the device. You are billed upfront, and
|
|
12
|
-
* provides discounts for long-term pricing.
|
|
11
|
+
* 1-year or 3-year long-term pricing type for the device. You are billed upfront, and Amazon Web Services provides discounts for long-term pricing.
|
|
13
12
|
* </p>
|
|
14
13
|
* @example
|
|
15
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,7 +22,7 @@ export interface CreateLongTermPricingCommandOutput extends CreateLongTermPricin
|
|
|
23
22
|
*
|
|
24
23
|
* @see {@link CreateLongTermPricingCommandInput} for command's `input` shape.
|
|
25
24
|
* @see {@link CreateLongTermPricingCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SnowballClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
|
|
27
26
|
*
|
|
28
27
|
*/
|
|
29
28
|
export declare class CreateLongTermPricingCommand extends $Command<CreateLongTermPricingCommandInput, CreateLongTermPricingCommandOutput, SnowballClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface CreateReturnShippingLabelCommandInput extends CreateReturnShipp
|
|
|
7
7
|
export interface CreateReturnShippingLabelCommandOutput extends CreateReturnShippingLabelResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates a shipping label that will be used to return the Snow device to
|
|
10
|
+
* <p>Creates a shipping label that will be used to return the Snow device to Amazon Web Services.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface CreateReturnShippingLabelCommandOutput extends CreateReturnShip
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateReturnShippingLabelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateReturnShippingLabelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SnowballClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateReturnShippingLabelCommand extends $Command<CreateReturnShippingLabelCommandInput, CreateReturnShippingLabelCommandOutput, SnowballClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeAddressCommandOutput extends DescribeAddressResult, __M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeAddressCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeAddressCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SnowballClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeAddressCommand extends $Command<DescribeAddressCommandInput, DescribeAddressCommandOutput, SnowballClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeAddressesCommandOutput extends DescribeAddressesResult,
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeAddressesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeAddressesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SnowballClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeAddressesCommand extends $Command<DescribeAddressesCommandInput, DescribeAddressesCommandOutput, SnowballClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResult, __M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeClusterCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeClusterCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SnowballClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeClusterCommand extends $Command<DescribeClusterCommandInput, DescribeClusterCommandOutput, SnowballClientResolvedConfig> {
|