@aws-sdk/client-snowball 3.490.0 → 3.495.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.
Files changed (48) hide show
  1. package/dist-cjs/Snowball.js +1 -65
  2. package/dist-cjs/SnowballClient.js +1 -43
  3. package/dist-cjs/commands/CancelClusterCommand.js +1 -28
  4. package/dist-cjs/commands/CancelJobCommand.js +1 -28
  5. package/dist-cjs/commands/CreateAddressCommand.js +1 -28
  6. package/dist-cjs/commands/CreateClusterCommand.js +1 -28
  7. package/dist-cjs/commands/CreateJobCommand.js +1 -29
  8. package/dist-cjs/commands/CreateLongTermPricingCommand.js +1 -28
  9. package/dist-cjs/commands/CreateReturnShippingLabelCommand.js +1 -28
  10. package/dist-cjs/commands/DescribeAddressCommand.js +1 -28
  11. package/dist-cjs/commands/DescribeAddressesCommand.js +1 -28
  12. package/dist-cjs/commands/DescribeClusterCommand.js +1 -28
  13. package/dist-cjs/commands/DescribeJobCommand.js +1 -29
  14. package/dist-cjs/commands/DescribeReturnShippingLabelCommand.js +1 -28
  15. package/dist-cjs/commands/GetJobManifestCommand.js +1 -28
  16. package/dist-cjs/commands/GetJobUnlockCodeCommand.js +1 -28
  17. package/dist-cjs/commands/GetSnowballUsageCommand.js +1 -28
  18. package/dist-cjs/commands/GetSoftwareUpdatesCommand.js +1 -28
  19. package/dist-cjs/commands/ListClusterJobsCommand.js +1 -28
  20. package/dist-cjs/commands/ListClustersCommand.js +1 -28
  21. package/dist-cjs/commands/ListCompatibleImagesCommand.js +1 -28
  22. package/dist-cjs/commands/ListJobsCommand.js +1 -28
  23. package/dist-cjs/commands/ListLongTermPricingCommand.js +1 -28
  24. package/dist-cjs/commands/ListPickupLocationsCommand.js +1 -28
  25. package/dist-cjs/commands/ListServiceVersionsCommand.js +1 -28
  26. package/dist-cjs/commands/UpdateClusterCommand.js +1 -28
  27. package/dist-cjs/commands/UpdateJobCommand.js +1 -29
  28. package/dist-cjs/commands/UpdateJobShipmentStateCommand.js +1 -28
  29. package/dist-cjs/commands/UpdateLongTermPricingCommand.js +1 -28
  30. package/dist-cjs/commands/index.js +1 -30
  31. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  32. package/dist-cjs/extensionConfiguration.js +1 -2
  33. package/dist-cjs/index.js +2714 -11
  34. package/dist-cjs/models/SnowballServiceException.js +1 -12
  35. package/dist-cjs/models/index.js +1 -4
  36. package/dist-cjs/models/models_0.js +1 -293
  37. package/dist-cjs/pagination/DescribeAddressesPaginator.js +1 -7
  38. package/dist-cjs/pagination/Interfaces.js +1 -2
  39. package/dist-cjs/pagination/ListClusterJobsPaginator.js +1 -7
  40. package/dist-cjs/pagination/ListClustersPaginator.js +1 -7
  41. package/dist-cjs/pagination/ListCompatibleImagesPaginator.js +1 -7
  42. package/dist-cjs/pagination/ListJobsPaginator.js +1 -7
  43. package/dist-cjs/pagination/ListLongTermPricingPaginator.js +1 -7
  44. package/dist-cjs/pagination/ListPickupLocationsPaginator.js +1 -7
  45. package/dist-cjs/pagination/index.js +1 -11
  46. package/dist-cjs/protocols/Aws_json1_1.js +1 -1648
  47. package/dist-cjs/runtimeExtensions.js +1 -22
  48. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListClustersCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListClustersCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSIESnowballJobManagementService", "ListClusters", {})
22
- .n("SnowballClient", "ListClustersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListClustersCommand)
25
- .de(Aws_json1_1_1.de_ListClustersCommand)
26
- .build() {
27
- }
28
- exports.ListClustersCommand = ListClustersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCompatibleImagesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListCompatibleImagesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSIESnowballJobManagementService", "ListCompatibleImages", {})
22
- .n("SnowballClient", "ListCompatibleImagesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListCompatibleImagesCommand)
25
- .de(Aws_json1_1_1.de_ListCompatibleImagesCommand)
26
- .build() {
27
- }
28
- exports.ListCompatibleImagesCommand = ListCompatibleImagesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListJobsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListJobsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSIESnowballJobManagementService", "ListJobs", {})
22
- .n("SnowballClient", "ListJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListJobsCommand)
25
- .de(Aws_json1_1_1.de_ListJobsCommand)
26
- .build() {
27
- }
28
- exports.ListJobsCommand = ListJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListLongTermPricingCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListLongTermPricingCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSIESnowballJobManagementService", "ListLongTermPricing", {})
22
- .n("SnowballClient", "ListLongTermPricingCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListLongTermPricingCommand)
25
- .de(Aws_json1_1_1.de_ListLongTermPricingCommand)
26
- .build() {
27
- }
28
- exports.ListLongTermPricingCommand = ListLongTermPricingCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPickupLocationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListPickupLocationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSIESnowballJobManagementService", "ListPickupLocations", {})
22
- .n("SnowballClient", "ListPickupLocationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListPickupLocationsCommand)
25
- .de(Aws_json1_1_1.de_ListPickupLocationsCommand)
26
- .build() {
27
- }
28
- exports.ListPickupLocationsCommand = ListPickupLocationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListServiceVersionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListServiceVersionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSIESnowballJobManagementService", "ListServiceVersions", {})
22
- .n("SnowballClient", "ListServiceVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListServiceVersionsCommand)
25
- .de(Aws_json1_1_1.de_ListServiceVersionsCommand)
26
- .build() {
27
- }
28
- exports.ListServiceVersionsCommand = ListServiceVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateClusterCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateClusterCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSIESnowballJobManagementService", "UpdateCluster", {})
22
- .n("SnowballClient", "UpdateClusterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateClusterCommand)
25
- .de(Aws_json1_1_1.de_UpdateClusterCommand)
26
- .build() {
27
- }
28
- exports.UpdateClusterCommand = UpdateClusterCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class UpdateJobCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSIESnowballJobManagementService", "UpdateJob", {})
23
- .n("SnowballClient", "UpdateJobCommand")
24
- .f(models_0_1.UpdateJobRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_UpdateJobCommand)
26
- .de(Aws_json1_1_1.de_UpdateJobCommand)
27
- .build() {
28
- }
29
- exports.UpdateJobCommand = UpdateJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateJobShipmentStateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateJobShipmentStateCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSIESnowballJobManagementService", "UpdateJobShipmentState", {})
22
- .n("SnowballClient", "UpdateJobShipmentStateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateJobShipmentStateCommand)
25
- .de(Aws_json1_1_1.de_UpdateJobShipmentStateCommand)
26
- .build() {
27
- }
28
- exports.UpdateJobShipmentStateCommand = UpdateJobShipmentStateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateLongTermPricingCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateLongTermPricingCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSIESnowballJobManagementService", "UpdateLongTermPricing", {})
22
- .n("SnowballClient", "UpdateLongTermPricingCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateLongTermPricingCommand)
25
- .de(Aws_json1_1_1.de_UpdateLongTermPricingCommand)
26
- .build() {
27
- }
28
- exports.UpdateLongTermPricingCommand = UpdateLongTermPricingCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CancelClusterCommand"), exports);
5
- tslib_1.__exportStar(require("./CancelJobCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateAddressCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateClusterCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateJobCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateLongTermPricingCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateReturnShippingLabelCommand"), exports);
11
- tslib_1.__exportStar(require("./DescribeAddressCommand"), exports);
12
- tslib_1.__exportStar(require("./DescribeAddressesCommand"), exports);
13
- tslib_1.__exportStar(require("./DescribeClusterCommand"), exports);
14
- tslib_1.__exportStar(require("./DescribeJobCommand"), exports);
15
- tslib_1.__exportStar(require("./DescribeReturnShippingLabelCommand"), exports);
16
- tslib_1.__exportStar(require("./GetJobManifestCommand"), exports);
17
- tslib_1.__exportStar(require("./GetJobUnlockCodeCommand"), exports);
18
- tslib_1.__exportStar(require("./GetSnowballUsageCommand"), exports);
19
- tslib_1.__exportStar(require("./GetSoftwareUpdatesCommand"), exports);
20
- tslib_1.__exportStar(require("./ListClusterJobsCommand"), exports);
21
- tslib_1.__exportStar(require("./ListClustersCommand"), exports);
22
- tslib_1.__exportStar(require("./ListCompatibleImagesCommand"), exports);
23
- tslib_1.__exportStar(require("./ListJobsCommand"), exports);
24
- tslib_1.__exportStar(require("./ListLongTermPricingCommand"), exports);
25
- tslib_1.__exportStar(require("./ListPickupLocationsCommand"), exports);
26
- tslib_1.__exportStar(require("./ListServiceVersionsCommand"), exports);
27
- tslib_1.__exportStar(require("./UpdateClusterCommand"), exports);
28
- tslib_1.__exportStar(require("./UpdateJobCommand"), exports);
29
- tslib_1.__exportStar(require("./UpdateJobShipmentStateCommand"), exports);
30
- tslib_1.__exportStar(require("./UpdateLongTermPricingCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "snowball",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");