@aws-sdk/client-glacier 3.335.0 → 3.338.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 (145) hide show
  1. package/dist-cjs/GlacierClient.js +2 -1
  2. package/dist-cjs/commands/AbortMultipartUploadCommand.js +2 -1
  3. package/dist-cjs/commands/AbortVaultLockCommand.js +2 -1
  4. package/dist-cjs/commands/AddTagsToVaultCommand.js +2 -1
  5. package/dist-cjs/commands/CompleteMultipartUploadCommand.js +2 -1
  6. package/dist-cjs/commands/CompleteVaultLockCommand.js +2 -1
  7. package/dist-cjs/commands/CreateVaultCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteArchiveCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteVaultAccessPolicyCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteVaultCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteVaultNotificationsCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeJobCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeVaultCommand.js +2 -1
  14. package/dist-cjs/commands/GetDataRetrievalPolicyCommand.js +2 -1
  15. package/dist-cjs/commands/GetJobOutputCommand.js +2 -1
  16. package/dist-cjs/commands/GetVaultAccessPolicyCommand.js +2 -1
  17. package/dist-cjs/commands/GetVaultLockCommand.js +2 -1
  18. package/dist-cjs/commands/GetVaultNotificationsCommand.js +2 -1
  19. package/dist-cjs/commands/InitiateJobCommand.js +2 -1
  20. package/dist-cjs/commands/InitiateMultipartUploadCommand.js +2 -1
  21. package/dist-cjs/commands/InitiateVaultLockCommand.js +2 -1
  22. package/dist-cjs/commands/ListJobsCommand.js +2 -1
  23. package/dist-cjs/commands/ListMultipartUploadsCommand.js +2 -1
  24. package/dist-cjs/commands/ListPartsCommand.js +2 -1
  25. package/dist-cjs/commands/ListProvisionedCapacityCommand.js +2 -1
  26. package/dist-cjs/commands/ListTagsForVaultCommand.js +2 -1
  27. package/dist-cjs/commands/ListVaultsCommand.js +2 -1
  28. package/dist-cjs/commands/PurchaseProvisionedCapacityCommand.js +2 -1
  29. package/dist-cjs/commands/RemoveTagsFromVaultCommand.js +2 -1
  30. package/dist-cjs/commands/SetDataRetrievalPolicyCommand.js +2 -1
  31. package/dist-cjs/commands/SetVaultAccessPolicyCommand.js +2 -1
  32. package/dist-cjs/commands/SetVaultNotificationsCommand.js +2 -1
  33. package/dist-cjs/commands/UploadArchiveCommand.js +2 -1
  34. package/dist-cjs/commands/UploadMultipartPartCommand.js +2 -1
  35. package/dist-cjs/index.js +2 -2
  36. package/dist-cjs/models/GlacierServiceException.js +2 -1
  37. package/dist-es/GlacierClient.js +1 -0
  38. package/dist-es/commands/AbortMultipartUploadCommand.js +1 -0
  39. package/dist-es/commands/AbortVaultLockCommand.js +1 -0
  40. package/dist-es/commands/AddTagsToVaultCommand.js +1 -0
  41. package/dist-es/commands/CompleteMultipartUploadCommand.js +1 -0
  42. package/dist-es/commands/CompleteVaultLockCommand.js +1 -0
  43. package/dist-es/commands/CreateVaultCommand.js +1 -0
  44. package/dist-es/commands/DeleteArchiveCommand.js +1 -0
  45. package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +1 -0
  46. package/dist-es/commands/DeleteVaultCommand.js +1 -0
  47. package/dist-es/commands/DeleteVaultNotificationsCommand.js +1 -0
  48. package/dist-es/commands/DescribeJobCommand.js +1 -0
  49. package/dist-es/commands/DescribeVaultCommand.js +1 -0
  50. package/dist-es/commands/GetDataRetrievalPolicyCommand.js +1 -0
  51. package/dist-es/commands/GetJobOutputCommand.js +1 -0
  52. package/dist-es/commands/GetVaultAccessPolicyCommand.js +1 -0
  53. package/dist-es/commands/GetVaultLockCommand.js +1 -0
  54. package/dist-es/commands/GetVaultNotificationsCommand.js +1 -0
  55. package/dist-es/commands/InitiateJobCommand.js +1 -0
  56. package/dist-es/commands/InitiateMultipartUploadCommand.js +1 -0
  57. package/dist-es/commands/InitiateVaultLockCommand.js +1 -0
  58. package/dist-es/commands/ListJobsCommand.js +1 -0
  59. package/dist-es/commands/ListMultipartUploadsCommand.js +1 -0
  60. package/dist-es/commands/ListPartsCommand.js +1 -0
  61. package/dist-es/commands/ListProvisionedCapacityCommand.js +1 -0
  62. package/dist-es/commands/ListTagsForVaultCommand.js +1 -0
  63. package/dist-es/commands/ListVaultsCommand.js +1 -0
  64. package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +1 -0
  65. package/dist-es/commands/RemoveTagsFromVaultCommand.js +1 -0
  66. package/dist-es/commands/SetDataRetrievalPolicyCommand.js +1 -0
  67. package/dist-es/commands/SetVaultAccessPolicyCommand.js +1 -0
  68. package/dist-es/commands/SetVaultNotificationsCommand.js +1 -0
  69. package/dist-es/commands/UploadArchiveCommand.js +1 -0
  70. package/dist-es/commands/UploadMultipartPartCommand.js +1 -0
  71. package/dist-es/index.js +2 -2
  72. package/dist-es/models/GlacierServiceException.js +1 -0
  73. package/dist-types/GlacierClient.d.ts +3 -3
  74. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +4 -0
  75. package/dist-types/commands/AbortVaultLockCommand.d.ts +4 -0
  76. package/dist-types/commands/AddTagsToVaultCommand.d.ts +4 -0
  77. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +4 -0
  78. package/dist-types/commands/CompleteVaultLockCommand.d.ts +4 -0
  79. package/dist-types/commands/CreateVaultCommand.d.ts +4 -0
  80. package/dist-types/commands/DeleteArchiveCommand.d.ts +4 -0
  81. package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +4 -0
  82. package/dist-types/commands/DeleteVaultCommand.d.ts +4 -0
  83. package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +4 -0
  84. package/dist-types/commands/DescribeJobCommand.d.ts +4 -0
  85. package/dist-types/commands/DescribeVaultCommand.d.ts +4 -0
  86. package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +4 -0
  87. package/dist-types/commands/GetJobOutputCommand.d.ts +4 -0
  88. package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +4 -0
  89. package/dist-types/commands/GetVaultLockCommand.d.ts +4 -0
  90. package/dist-types/commands/GetVaultNotificationsCommand.d.ts +4 -0
  91. package/dist-types/commands/InitiateJobCommand.d.ts +4 -0
  92. package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +4 -0
  93. package/dist-types/commands/InitiateVaultLockCommand.d.ts +4 -0
  94. package/dist-types/commands/ListJobsCommand.d.ts +4 -0
  95. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +4 -0
  96. package/dist-types/commands/ListPartsCommand.d.ts +4 -0
  97. package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +4 -0
  98. package/dist-types/commands/ListTagsForVaultCommand.d.ts +4 -0
  99. package/dist-types/commands/ListVaultsCommand.d.ts +4 -0
  100. package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +4 -0
  101. package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +4 -0
  102. package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +4 -0
  103. package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +4 -0
  104. package/dist-types/commands/SetVaultNotificationsCommand.d.ts +4 -0
  105. package/dist-types/commands/UploadArchiveCommand.d.ts +4 -0
  106. package/dist-types/commands/UploadMultipartPartCommand.d.ts +4 -0
  107. package/dist-types/index.d.ts +44 -2
  108. package/dist-types/models/GlacierServiceException.d.ts +1 -0
  109. package/dist-types/ts3.4/GlacierClient.d.ts +3 -3
  110. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/index.d.ts +2 -2
  144. package/dist-types/ts3.4/models/GlacierServiceException.d.ts +1 -0
  145. package/package.json +34 -34
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetJobOutputOutputFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_GetJobOutputCommand, se_GetJobOutputCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetJobOutputCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetVaultAccessPolicyCommand, se_GetVaultAccessPolicyCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetVaultAccessPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetVaultLockCommand, se_GetVaultLockCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetVaultLockCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetVaultNotificationsCommand, se_GetVaultNotificationsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetVaultNotificationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_InitiateJobCommand, se_InitiateJobCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class InitiateJobCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_InitiateMultipartUploadCommand, se_InitiateMultipartUploadCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class InitiateMultipartUploadCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_InitiateVaultLockCommand, se_InitiateVaultLockCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class InitiateVaultLockCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListJobsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListMultipartUploadsCommand, se_ListMultipartUploadsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListMultipartUploadsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListPartsCommand, se_ListPartsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListPartsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListProvisionedCapacityCommand, se_ListProvisionedCapacityCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListProvisionedCapacityCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForVaultCommand, se_ListTagsForVaultCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListTagsForVaultCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListVaultsCommand, se_ListVaultsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListVaultsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PurchaseProvisionedCapacityCommand, se_PurchaseProvisionedCapacityCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class PurchaseProvisionedCapacityCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RemoveTagsFromVaultCommand, se_RemoveTagsFromVaultCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class RemoveTagsFromVaultCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SetDataRetrievalPolicyCommand, se_SetDataRetrievalPolicyCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class SetDataRetrievalPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SetVaultAccessPolicyCommand, se_SetVaultAccessPolicyCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class SetVaultAccessPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SetVaultNotificationsCommand, se_SetVaultNotificationsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class SetVaultNotificationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UploadArchiveInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_UploadArchiveCommand, se_UploadArchiveCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class UploadArchiveCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UploadMultipartPartInputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_UploadMultipartPartCommand, se_UploadMultipartPartCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class UploadMultipartPartCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
package/dist-es/index.js CHANGED
@@ -1,7 +1,7 @@
1
- export * from "./Glacier";
2
1
  export * from "./GlacierClient";
2
+ export * from "./Glacier";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { GlacierServiceException } from "./models/GlacierServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class GlacierServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -42,6 +42,7 @@ import { SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput }
42
42
  import { UploadArchiveCommandInput, UploadArchiveCommandOutput } from "./commands/UploadArchiveCommand";
43
43
  import { UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput } from "./commands/UploadMultipartPartCommand";
44
44
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
45
+ export { __Client };
45
46
  /**
46
47
  * @public
47
48
  */
@@ -169,7 +170,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
169
170
  /**
170
171
  * @public
171
172
  */
172
- type GlacierClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
173
+ export type GlacierClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
173
174
  /**
174
175
  * @public
175
176
  *
@@ -180,7 +181,7 @@ export interface GlacierClientConfig extends GlacierClientConfigType {
180
181
  /**
181
182
  * @public
182
183
  */
183
- type GlacierClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
184
+ export type GlacierClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
184
185
  /**
185
186
  * @public
186
187
  *
@@ -242,4 +243,3 @@ export declare class GlacierClient extends __Client<__HttpHandlerOptions, Servic
242
243
  */
243
244
  destroy(): void;
244
245
  }
245
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { AbortMultipartUploadInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { AbortVaultLockInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { AddTagsToVaultInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { ArchiveCreationOutput, CompleteMultipartUploadInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { CompleteVaultLockInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { CreateVaultInput, CreateVaultOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { DeleteArchiveInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { DeleteVaultAccessPolicyInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { DeleteVaultInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { DeleteVaultNotificationsInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { DescribeJobInput, GlacierJobDescription } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { DescribeVaultInput, DescribeVaultOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { GetDataRetrievalPolicyInput, GetDataRetrievalPolicyOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, WithSdkStreamMixin as __WithSdkStreamMixin } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { GetJobOutputInput, GetJobOutputOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { GetVaultAccessPolicyInput, GetVaultAccessPolicyOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { GetVaultLockInput, GetVaultLockOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { GetVaultNotificationsInput, GetVaultNotificationsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { InitiateJobInput, InitiateJobOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { InitiateMultipartUploadInput, InitiateMultipartUploadOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { InitiateVaultLockInput, InitiateVaultLockOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { ListJobsInput, ListJobsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { ListMultipartUploadsInput, ListMultipartUploadsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { ListPartsInput, ListPartsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { ListProvisionedCapacityInput, ListProvisionedCapacityOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { ListTagsForVaultInput, ListTagsForVaultOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { ListVaultsInput, ListVaultsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { PurchaseProvisionedCapacityInput, PurchaseProvisionedCapacityOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { RemoveTagsFromVaultInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { SetDataRetrievalPolicyInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { SetVaultAccessPolicyInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { SetVaultNotificationsInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -4,6 +4,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
5
5
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
6
6
  import { ArchiveCreationOutput, UploadArchiveInput } from "../models/models_0";
7
+ /**
8
+ * @public
9
+ */
10
+ export { __MetadataBearer, $Command };
7
11
  /**
8
12
  * @public
9
13
  *