@aws-sdk/client-glacier 3.489.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 (78) hide show
  1. package/dist-cjs/Glacier.js +1 -77
  2. package/dist-cjs/GlacierClient.js +1 -45
  3. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -0
  4. package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  5. package/dist-cjs/commands/AbortMultipartUploadCommand.js +1 -28
  6. package/dist-cjs/commands/AbortVaultLockCommand.js +1 -28
  7. package/dist-cjs/commands/AddTagsToVaultCommand.js +1 -28
  8. package/dist-cjs/commands/CompleteMultipartUploadCommand.js +1 -28
  9. package/dist-cjs/commands/CompleteVaultLockCommand.js +1 -28
  10. package/dist-cjs/commands/CreateVaultCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteArchiveCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteVaultAccessPolicyCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteVaultCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteVaultNotificationsCommand.js +1 -28
  15. package/dist-cjs/commands/DescribeJobCommand.js +1 -28
  16. package/dist-cjs/commands/DescribeVaultCommand.js +1 -28
  17. package/dist-cjs/commands/GetDataRetrievalPolicyCommand.js +1 -28
  18. package/dist-cjs/commands/GetJobOutputCommand.js +1 -29
  19. package/dist-cjs/commands/GetVaultAccessPolicyCommand.js +1 -28
  20. package/dist-cjs/commands/GetVaultLockCommand.js +1 -28
  21. package/dist-cjs/commands/GetVaultNotificationsCommand.js +1 -28
  22. package/dist-cjs/commands/InitiateJobCommand.js +1 -28
  23. package/dist-cjs/commands/InitiateMultipartUploadCommand.js +1 -28
  24. package/dist-cjs/commands/InitiateVaultLockCommand.js +1 -28
  25. package/dist-cjs/commands/ListJobsCommand.js +1 -28
  26. package/dist-cjs/commands/ListMultipartUploadsCommand.js +1 -28
  27. package/dist-cjs/commands/ListPartsCommand.js +1 -28
  28. package/dist-cjs/commands/ListProvisionedCapacityCommand.js +1 -28
  29. package/dist-cjs/commands/ListTagsForVaultCommand.js +1 -28
  30. package/dist-cjs/commands/ListVaultsCommand.js +1 -28
  31. package/dist-cjs/commands/PurchaseProvisionedCapacityCommand.js +1 -28
  32. package/dist-cjs/commands/RemoveTagsFromVaultCommand.js +1 -28
  33. package/dist-cjs/commands/SetDataRetrievalPolicyCommand.js +1 -28
  34. package/dist-cjs/commands/SetVaultAccessPolicyCommand.js +1 -28
  35. package/dist-cjs/commands/SetVaultNotificationsCommand.js +1 -28
  36. package/dist-cjs/commands/UploadArchiveCommand.js +1 -29
  37. package/dist-cjs/commands/UploadMultipartPartCommand.js +1 -29
  38. package/dist-cjs/commands/index.js +1 -36
  39. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  40. package/dist-cjs/extensionConfiguration.js +1 -2
  41. package/dist-cjs/index.js +3220 -12
  42. package/dist-cjs/models/GlacierServiceException.js +1 -12
  43. package/dist-cjs/models/index.js +1 -4
  44. package/dist-cjs/models/models_0.js +1 -188
  45. package/dist-cjs/pagination/Interfaces.js +1 -2
  46. package/dist-cjs/pagination/ListJobsPaginator.js +1 -7
  47. package/dist-cjs/pagination/ListMultipartUploadsPaginator.js +1 -7
  48. package/dist-cjs/pagination/ListPartsPaginator.js +1 -7
  49. package/dist-cjs/pagination/ListVaultsPaginator.js +1 -7
  50. package/dist-cjs/pagination/index.js +1 -8
  51. package/dist-cjs/protocols/Aws_restJson1.js +1 -2074
  52. package/dist-cjs/runtimeConfig.shared.js +10 -0
  53. package/dist-cjs/runtimeExtensions.js +1 -22
  54. package/dist-cjs/waiters/index.js +1 -5
  55. package/dist-cjs/waiters/waitForVaultExists.js +1 -31
  56. package/dist-cjs/waiters/waitForVaultNotExists.js +1 -31
  57. package/dist-es/GlacierClient.js +17 -4
  58. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  59. package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  60. package/dist-es/runtimeConfig.shared.js +10 -0
  61. package/dist-es/runtimeExtensions.js +3 -0
  62. package/dist-types/GlacierClient.d.ts +16 -14
  63. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  64. package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  65. package/dist-types/extensionConfiguration.d.ts +2 -1
  66. package/dist-types/runtimeConfig.browser.d.ts +5 -3
  67. package/dist-types/runtimeConfig.d.ts +5 -3
  68. package/dist-types/runtimeConfig.native.d.ts +6 -4
  69. package/dist-types/runtimeConfig.shared.d.ts +2 -0
  70. package/dist-types/ts3.4/GlacierClient.d.ts +11 -9
  71. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  72. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  73. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -8
  77. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
  78. package/package.json +45 -45
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetVaultLockCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetVaultLockCommand 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("Glacier", "GetVaultLock", {})
22
- .n("GlacierClient", "GetVaultLockCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetVaultLockCommand)
25
- .de(Aws_restJson1_1.de_GetVaultLockCommand)
26
- .build() {
27
- }
28
- exports.GetVaultLockCommand = GetVaultLockCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetVaultNotificationsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetVaultNotificationsCommand 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("Glacier", "GetVaultNotifications", {})
22
- .n("GlacierClient", "GetVaultNotificationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetVaultNotificationsCommand)
25
- .de(Aws_restJson1_1.de_GetVaultNotificationsCommand)
26
- .build() {
27
- }
28
- exports.GetVaultNotificationsCommand = GetVaultNotificationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InitiateJobCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class InitiateJobCommand 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("Glacier", "InitiateJob", {})
22
- .n("GlacierClient", "InitiateJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_InitiateJobCommand)
25
- .de(Aws_restJson1_1.de_InitiateJobCommand)
26
- .build() {
27
- }
28
- exports.InitiateJobCommand = InitiateJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InitiateMultipartUploadCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class InitiateMultipartUploadCommand 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("Glacier", "InitiateMultipartUpload", {})
22
- .n("GlacierClient", "InitiateMultipartUploadCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_InitiateMultipartUploadCommand)
25
- .de(Aws_restJson1_1.de_InitiateMultipartUploadCommand)
26
- .build() {
27
- }
28
- exports.InitiateMultipartUploadCommand = InitiateMultipartUploadCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InitiateVaultLockCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class InitiateVaultLockCommand 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("Glacier", "InitiateVaultLock", {})
22
- .n("GlacierClient", "InitiateVaultLockCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_InitiateVaultLockCommand)
25
- .de(Aws_restJson1_1.de_InitiateVaultLockCommand)
26
- .build() {
27
- }
28
- exports.InitiateVaultLockCommand = InitiateVaultLockCommand;
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_restJson1_1 = require("../protocols/Aws_restJson1");
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("Glacier", "ListJobs", {})
22
- .n("GlacierClient", "ListJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListJobsCommand)
25
- .de(Aws_restJson1_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.ListMultipartUploadsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListMultipartUploadsCommand 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("Glacier", "ListMultipartUploads", {})
22
- .n("GlacierClient", "ListMultipartUploadsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListMultipartUploadsCommand)
25
- .de(Aws_restJson1_1.de_ListMultipartUploadsCommand)
26
- .build() {
27
- }
28
- exports.ListMultipartUploadsCommand = ListMultipartUploadsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPartsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListPartsCommand 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("Glacier", "ListParts", {})
22
- .n("GlacierClient", "ListPartsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListPartsCommand)
25
- .de(Aws_restJson1_1.de_ListPartsCommand)
26
- .build() {
27
- }
28
- exports.ListPartsCommand = ListPartsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListProvisionedCapacityCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListProvisionedCapacityCommand 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("Glacier", "ListProvisionedCapacity", {})
22
- .n("GlacierClient", "ListProvisionedCapacityCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListProvisionedCapacityCommand)
25
- .de(Aws_restJson1_1.de_ListProvisionedCapacityCommand)
26
- .build() {
27
- }
28
- exports.ListProvisionedCapacityCommand = ListProvisionedCapacityCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForVaultCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForVaultCommand 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("Glacier", "ListTagsForVault", {})
22
- .n("GlacierClient", "ListTagsForVaultCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForVaultCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForVaultCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForVaultCommand = ListTagsForVaultCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListVaultsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListVaultsCommand 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("Glacier", "ListVaults", {})
22
- .n("GlacierClient", "ListVaultsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListVaultsCommand)
25
- .de(Aws_restJson1_1.de_ListVaultsCommand)
26
- .build() {
27
- }
28
- exports.ListVaultsCommand = ListVaultsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PurchaseProvisionedCapacityCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class PurchaseProvisionedCapacityCommand 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("Glacier", "PurchaseProvisionedCapacity", {})
22
- .n("GlacierClient", "PurchaseProvisionedCapacityCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PurchaseProvisionedCapacityCommand)
25
- .de(Aws_restJson1_1.de_PurchaseProvisionedCapacityCommand)
26
- .build() {
27
- }
28
- exports.PurchaseProvisionedCapacityCommand = PurchaseProvisionedCapacityCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveTagsFromVaultCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class RemoveTagsFromVaultCommand 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("Glacier", "RemoveTagsFromVault", {})
22
- .n("GlacierClient", "RemoveTagsFromVaultCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RemoveTagsFromVaultCommand)
25
- .de(Aws_restJson1_1.de_RemoveTagsFromVaultCommand)
26
- .build() {
27
- }
28
- exports.RemoveTagsFromVaultCommand = RemoveTagsFromVaultCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetDataRetrievalPolicyCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class SetDataRetrievalPolicyCommand 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("Glacier", "SetDataRetrievalPolicy", {})
22
- .n("GlacierClient", "SetDataRetrievalPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_SetDataRetrievalPolicyCommand)
25
- .de(Aws_restJson1_1.de_SetDataRetrievalPolicyCommand)
26
- .build() {
27
- }
28
- exports.SetDataRetrievalPolicyCommand = SetDataRetrievalPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetVaultAccessPolicyCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class SetVaultAccessPolicyCommand 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("Glacier", "SetVaultAccessPolicy", {})
22
- .n("GlacierClient", "SetVaultAccessPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_SetVaultAccessPolicyCommand)
25
- .de(Aws_restJson1_1.de_SetVaultAccessPolicyCommand)
26
- .build() {
27
- }
28
- exports.SetVaultAccessPolicyCommand = SetVaultAccessPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetVaultNotificationsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class SetVaultNotificationsCommand 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("Glacier", "SetVaultNotifications", {})
22
- .n("GlacierClient", "SetVaultNotificationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_SetVaultNotificationsCommand)
25
- .de(Aws_restJson1_1.de_SetVaultNotificationsCommand)
26
- .build() {
27
- }
28
- exports.SetVaultNotificationsCommand = SetVaultNotificationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UploadArchiveCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UploadArchiveCommand 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("Glacier", "UploadArchive", {})
23
- .n("GlacierClient", "UploadArchiveCommand")
24
- .f(models_0_1.UploadArchiveInputFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_UploadArchiveCommand)
26
- .de(Aws_restJson1_1.de_UploadArchiveCommand)
27
- .build() {
28
- }
29
- exports.UploadArchiveCommand = UploadArchiveCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UploadMultipartPartCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UploadMultipartPartCommand 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("Glacier", "UploadMultipartPart", {})
23
- .n("GlacierClient", "UploadMultipartPartCommand")
24
- .f(models_0_1.UploadMultipartPartInputFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_UploadMultipartPartCommand)
26
- .de(Aws_restJson1_1.de_UploadMultipartPartCommand)
27
- .build() {
28
- }
29
- exports.UploadMultipartPartCommand = UploadMultipartPartCommand;
1
+ module.exports = require("../index.js");
@@ -1,36 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AbortMultipartUploadCommand"), exports);
5
- tslib_1.__exportStar(require("./AbortVaultLockCommand"), exports);
6
- tslib_1.__exportStar(require("./AddTagsToVaultCommand"), exports);
7
- tslib_1.__exportStar(require("./CompleteMultipartUploadCommand"), exports);
8
- tslib_1.__exportStar(require("./CompleteVaultLockCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateVaultCommand"), exports);
10
- tslib_1.__exportStar(require("./DeleteArchiveCommand"), exports);
11
- tslib_1.__exportStar(require("./DeleteVaultAccessPolicyCommand"), exports);
12
- tslib_1.__exportStar(require("./DeleteVaultCommand"), exports);
13
- tslib_1.__exportStar(require("./DeleteVaultNotificationsCommand"), exports);
14
- tslib_1.__exportStar(require("./DescribeJobCommand"), exports);
15
- tslib_1.__exportStar(require("./DescribeVaultCommand"), exports);
16
- tslib_1.__exportStar(require("./GetDataRetrievalPolicyCommand"), exports);
17
- tslib_1.__exportStar(require("./GetJobOutputCommand"), exports);
18
- tslib_1.__exportStar(require("./GetVaultAccessPolicyCommand"), exports);
19
- tslib_1.__exportStar(require("./GetVaultLockCommand"), exports);
20
- tslib_1.__exportStar(require("./GetVaultNotificationsCommand"), exports);
21
- tslib_1.__exportStar(require("./InitiateJobCommand"), exports);
22
- tslib_1.__exportStar(require("./InitiateMultipartUploadCommand"), exports);
23
- tslib_1.__exportStar(require("./InitiateVaultLockCommand"), exports);
24
- tslib_1.__exportStar(require("./ListJobsCommand"), exports);
25
- tslib_1.__exportStar(require("./ListMultipartUploadsCommand"), exports);
26
- tslib_1.__exportStar(require("./ListPartsCommand"), exports);
27
- tslib_1.__exportStar(require("./ListProvisionedCapacityCommand"), exports);
28
- tslib_1.__exportStar(require("./ListTagsForVaultCommand"), exports);
29
- tslib_1.__exportStar(require("./ListVaultsCommand"), exports);
30
- tslib_1.__exportStar(require("./PurchaseProvisionedCapacityCommand"), exports);
31
- tslib_1.__exportStar(require("./RemoveTagsFromVaultCommand"), exports);
32
- tslib_1.__exportStar(require("./SetDataRetrievalPolicyCommand"), exports);
33
- tslib_1.__exportStar(require("./SetVaultAccessPolicyCommand"), exports);
34
- tslib_1.__exportStar(require("./SetVaultNotificationsCommand"), exports);
35
- tslib_1.__exportStar(require("./UploadArchiveCommand"), exports);
36
- tslib_1.__exportStar(require("./UploadMultipartPartCommand"), 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: "glacier",
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");