@aws-sdk/client-glacier 3.1076.0 → 3.1078.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 (119) hide show
  1. package/dist-cjs/index.js +44 -335
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AbortMultipartUploadCommand.js +2 -14
  4. package/dist-es/commands/AbortVaultLockCommand.js +2 -14
  5. package/dist-es/commands/AddTagsToVaultCommand.js +2 -14
  6. package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -14
  7. package/dist-es/commands/CompleteVaultLockCommand.js +2 -14
  8. package/dist-es/commands/CreateVaultCommand.js +2 -14
  9. package/dist-es/commands/DeleteArchiveCommand.js +2 -14
  10. package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +2 -14
  11. package/dist-es/commands/DeleteVaultCommand.js +2 -14
  12. package/dist-es/commands/DeleteVaultNotificationsCommand.js +2 -14
  13. package/dist-es/commands/DescribeJobCommand.js +2 -14
  14. package/dist-es/commands/DescribeVaultCommand.js +2 -14
  15. package/dist-es/commands/GetDataRetrievalPolicyCommand.js +2 -14
  16. package/dist-es/commands/GetJobOutputCommand.js +2 -14
  17. package/dist-es/commands/GetVaultAccessPolicyCommand.js +2 -14
  18. package/dist-es/commands/GetVaultLockCommand.js +2 -14
  19. package/dist-es/commands/GetVaultNotificationsCommand.js +2 -14
  20. package/dist-es/commands/InitiateJobCommand.js +2 -14
  21. package/dist-es/commands/InitiateMultipartUploadCommand.js +2 -14
  22. package/dist-es/commands/InitiateVaultLockCommand.js +2 -14
  23. package/dist-es/commands/ListJobsCommand.js +2 -14
  24. package/dist-es/commands/ListMultipartUploadsCommand.js +2 -14
  25. package/dist-es/commands/ListPartsCommand.js +2 -14
  26. package/dist-es/commands/ListProvisionedCapacityCommand.js +2 -14
  27. package/dist-es/commands/ListTagsForVaultCommand.js +2 -14
  28. package/dist-es/commands/ListVaultsCommand.js +2 -14
  29. package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +2 -14
  30. package/dist-es/commands/RemoveTagsFromVaultCommand.js +2 -14
  31. package/dist-es/commands/SetDataRetrievalPolicyCommand.js +2 -14
  32. package/dist-es/commands/SetVaultAccessPolicyCommand.js +2 -14
  33. package/dist-es/commands/SetVaultNotificationsCommand.js +2 -14
  34. package/dist-es/commands/UploadArchiveCommand.js +2 -14
  35. package/dist-es/commands/UploadMultipartPartCommand.js +2 -14
  36. package/dist-es/index.js +1 -0
  37. package/dist-es/runtimeConfig.browser.js +0 -2
  38. package/dist-es/runtimeConfig.js +1 -2
  39. package/dist-es/runtimeConfig.native.js +0 -2
  40. package/dist-es/runtimeConfig.shared.js +2 -0
  41. package/dist-types/commandBuilder.d.ts +18 -0
  42. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -8
  43. package/dist-types/commands/AbortVaultLockCommand.d.ts +3 -8
  44. package/dist-types/commands/AddTagsToVaultCommand.d.ts +3 -8
  45. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -8
  46. package/dist-types/commands/CompleteVaultLockCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateVaultCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteArchiveCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteVaultCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeJobCommand.d.ts +3 -8
  53. package/dist-types/commands/DescribeVaultCommand.d.ts +3 -8
  54. package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +3 -8
  55. package/dist-types/commands/GetJobOutputCommand.d.ts +3 -8
  56. package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +3 -8
  57. package/dist-types/commands/GetVaultLockCommand.d.ts +3 -8
  58. package/dist-types/commands/GetVaultNotificationsCommand.d.ts +3 -8
  59. package/dist-types/commands/InitiateJobCommand.d.ts +3 -8
  60. package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +3 -8
  61. package/dist-types/commands/InitiateVaultLockCommand.d.ts +3 -8
  62. package/dist-types/commands/ListJobsCommand.d.ts +3 -8
  63. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +3 -8
  64. package/dist-types/commands/ListPartsCommand.d.ts +3 -8
  65. package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +3 -8
  66. package/dist-types/commands/ListTagsForVaultCommand.d.ts +3 -8
  67. package/dist-types/commands/ListVaultsCommand.d.ts +3 -8
  68. package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +3 -8
  69. package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +3 -8
  70. package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +3 -8
  71. package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +3 -8
  72. package/dist-types/commands/SetVaultNotificationsCommand.d.ts +3 -8
  73. package/dist-types/commands/UploadArchiveCommand.d.ts +3 -8
  74. package/dist-types/commands/UploadMultipartPartCommand.d.ts +3 -8
  75. package/dist-types/index.d.ts +1 -0
  76. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  77. package/dist-types/runtimeConfig.d.ts +1 -1
  78. package/dist-types/runtimeConfig.native.d.ts +1 -1
  79. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  80. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  81. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/index.d.ts +1 -0
  115. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  116. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  117. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  118. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  119. package/package.json +11 -13
@@ -1,19 +1,12 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import {
3
2
  MetadataBearer as __MetadataBearer,
4
3
  StreamingBlobPayloadInputTypes,
5
4
  } from "@smithy/types";
6
- import {
7
- GlacierClientResolvedConfig,
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- } from "../GlacierClient";
11
5
  import {
12
6
  UploadMultipartPartInput,
13
7
  UploadMultipartPartOutput,
14
8
  } from "../models/models_0";
15
9
  export { __MetadataBearer };
16
- export { $Command };
17
10
  export interface UploadMultipartPartCommandInput
18
11
  extends Pick<
19
12
  UploadMultipartPartInput,
@@ -30,22 +23,20 @@ declare const UploadMultipartPartCommand_base: {
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UploadMultipartPartCommandInput,
32
25
  UploadMultipartPartCommandOutput,
33
- GlacierClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").GlacierClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
30
  new (
38
31
  input: UploadMultipartPartCommandInput
39
32
  ): import("@smithy/core/client").CommandImpl<
40
33
  UploadMultipartPartCommandInput,
41
34
  UploadMultipartPartCommandOutput,
42
- GlacierClientResolvedConfig,
43
- ServiceInputTypes,
44
- ServiceOutputTypes
35
+ import("..").GlacierClientResolvedConfig,
36
+ import("..").ServiceInputTypes,
37
+ import("..").ServiceOutputTypes
45
38
  >;
46
- getEndpointParameterInstructions(): {
47
- [x: string]: unknown;
48
- };
39
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
49
40
  };
50
41
  export declare class UploadMultipartPartCommand extends UploadMultipartPartCommand_base {
51
42
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { GlacierExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./pagination";
9
10
  export * from "./waiters";
@@ -29,7 +29,6 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
29
29
  | import("@smithy/core/protocols").HttpHandler<any>
30
30
  | RequestHandler;
31
31
  retryMode: string | import("@smithy/types").Provider<string>;
32
- sha256: import("@smithy/types").HashConstructor;
33
32
  streamCollector: (
34
33
  stream:
35
34
  | import("stream").Readable
@@ -51,6 +50,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
51
50
  [setting: string]: unknown;
52
51
  };
53
52
  apiVersion: string;
53
+ sha256: import("@smithy/types").HashConstructor;
54
54
  urlParser: import("@smithy/types").UrlParser;
55
55
  base64Decoder: import("@smithy/types").Decoder;
56
56
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -30,7 +30,6 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
30
30
  | RequestHandler
31
31
  | import("@smithy/core/protocols").HttpHandler<any>;
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
- sha256: import("@smithy/types").HashConstructor;
34
33
  streamCollector: (
35
34
  stream:
36
35
  | import("stream").Readable
@@ -51,6 +50,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
51
50
  [setting: string]: unknown;
52
51
  };
53
52
  apiVersion: string;
53
+ sha256: import("@smithy/types").HashConstructor;
54
54
  urlParser: import("@smithy/types").UrlParser;
55
55
  base64Decoder: import("@smithy/types").Decoder;
56
56
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -1,7 +1,6 @@
1
1
  import { GlacierClientConfig } from "./GlacierClient";
2
2
  export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
3
3
  runtime: string;
4
- sha256: import("@smithy/types").HashConstructor;
5
4
  requestHandler:
6
5
  | import("@smithy/types").NodeHttpHandlerOptions
7
6
  | import("@smithy/types").FetchHttpHandlerOptions
@@ -18,6 +17,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
18
17
  [setting: string]: unknown;
19
18
  };
20
19
  apiVersion: string;
20
+ sha256: import("@smithy/types").HashConstructor;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
23
  streamCollector: (
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
25
25
  };
26
26
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
27
27
  serviceId: string;
28
+ sha256: import("@smithy/types").HashConstructor;
28
29
  urlParser: import("@smithy/types").UrlParser;
29
30
  utf8Decoder: import("@smithy/types").Decoder;
30
31
  utf8Encoder: (input: Uint8Array | string) => string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-glacier",
3
3
  "description": "AWS SDK for JavaScript Glacier Client for Node.js, Browser and React Native",
4
- "version": "3.1076.0",
4
+ "version": "3.1078.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -19,18 +19,16 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "5.2.0",
23
- "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/body-checksum-browser": "^3.972.20",
25
- "@aws-sdk/body-checksum-node": "^3.972.20",
26
- "@aws-sdk/core": "^3.974.24",
27
- "@aws-sdk/credential-provider-node": "^3.972.59",
28
- "@aws-sdk/middleware-sdk-glacier": "^3.972.19",
29
- "@aws-sdk/types": "^3.973.14",
30
- "@smithy/core": "^3.27.0",
31
- "@smithy/fetch-http-handler": "^5.6.0",
32
- "@smithy/node-http-handler": "^4.9.0",
33
- "@smithy/types": "^4.15.0",
22
+ "@aws-sdk/body-checksum-browser": "^3.972.22",
23
+ "@aws-sdk/body-checksum-node": "^3.972.22",
24
+ "@aws-sdk/core": "^3.974.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.61",
26
+ "@aws-sdk/middleware-sdk-glacier": "^3.972.21",
27
+ "@aws-sdk/types": "^3.973.15",
28
+ "@smithy/core": "^3.29.0",
29
+ "@smithy/fetch-http-handler": "^5.6.2",
30
+ "@smithy/node-http-handler": "^4.9.2",
31
+ "@smithy/types": "^4.15.1",
34
32
  "tslib": "^2.6.2"
35
33
  },
36
34
  "devDependencies": {