@aws-sdk/client-glacier 3.533.0 → 3.535.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 (70) hide show
  1. package/dist-types/Glacier.d.ts +1 -1
  2. package/dist-types/GlacierClient.d.ts +1 -1
  3. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +2 -1
  4. package/dist-types/commands/AbortVaultLockCommand.d.ts +2 -1
  5. package/dist-types/commands/AddTagsToVaultCommand.d.ts +2 -1
  6. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +2 -1
  7. package/dist-types/commands/CompleteVaultLockCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateVaultCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteArchiveCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteVaultCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeJobCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeVaultCommand.d.ts +2 -1
  15. package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/GetJobOutputCommand.d.ts +2 -1
  17. package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +2 -1
  18. package/dist-types/commands/GetVaultLockCommand.d.ts +2 -1
  19. package/dist-types/commands/GetVaultNotificationsCommand.d.ts +2 -1
  20. package/dist-types/commands/InitiateJobCommand.d.ts +2 -1
  21. package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +2 -1
  22. package/dist-types/commands/InitiateVaultLockCommand.d.ts +2 -1
  23. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListPartsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +2 -1
  27. package/dist-types/commands/ListTagsForVaultCommand.d.ts +2 -1
  28. package/dist-types/commands/ListVaultsCommand.d.ts +2 -1
  29. package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +2 -1
  30. package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +2 -1
  31. package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +2 -1
  32. package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +2 -1
  33. package/dist-types/commands/SetVaultNotificationsCommand.d.ts +2 -1
  34. package/dist-types/commands/UploadArchiveCommand.d.ts +2 -1
  35. package/dist-types/commands/UploadMultipartPartCommand.d.ts +2 -1
  36. package/dist-types/models/models_0.d.ts +329 -329
  37. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +9 -0
  70. package/package.json +45 -45
@@ -20,6 +20,15 @@ declare const AbortMultipartUploadCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: AbortMultipartUploadCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ AbortMultipartUploadCommandInput,
27
+ AbortMultipartUploadCommandOutput,
28
+ GlacierClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class AbortMultipartUploadCommand extends AbortMultipartUploadCommand_base {}
@@ -19,6 +19,15 @@ declare const AbortVaultLockCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: AbortVaultLockCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ AbortVaultLockCommandInput,
26
+ AbortVaultLockCommandOutput,
27
+ GlacierClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class AbortVaultLockCommand extends AbortVaultLockCommand_base {}
@@ -19,6 +19,15 @@ declare const AddTagsToVaultCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: AddTagsToVaultCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ AddTagsToVaultCommandInput,
26
+ AddTagsToVaultCommandOutput,
27
+ GlacierClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class AddTagsToVaultCommand extends AddTagsToVaultCommand_base {}
@@ -25,6 +25,15 @@ declare const CompleteMultipartUploadCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CompleteMultipartUploadCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CompleteMultipartUploadCommandInput,
32
+ CompleteMultipartUploadCommandOutput,
33
+ GlacierClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CompleteMultipartUploadCommand extends CompleteMultipartUploadCommand_base {}
@@ -19,6 +19,15 @@ declare const CompleteVaultLockCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: CompleteVaultLockCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ CompleteVaultLockCommandInput,
26
+ CompleteVaultLockCommandOutput,
27
+ GlacierClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class CompleteVaultLockCommand extends CompleteVaultLockCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateVaultCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateVaultCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateVaultCommandInput,
28
+ CreateVaultCommandOutput,
29
+ GlacierClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateVaultCommand extends CreateVaultCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteArchiveCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteArchiveCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteArchiveCommandInput,
26
+ DeleteArchiveCommandOutput,
27
+ GlacierClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteArchiveCommand extends DeleteArchiveCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteVaultAccessPolicyCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteVaultAccessPolicyCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteVaultAccessPolicyCommandInput,
28
+ DeleteVaultAccessPolicyCommandOutput,
29
+ GlacierClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteVaultAccessPolicyCommand extends DeleteVaultAccessPolicyCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteVaultCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteVaultCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteVaultCommandInput,
26
+ DeleteVaultCommandOutput,
27
+ GlacierClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteVaultCommand extends DeleteVaultCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteVaultNotificationsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteVaultNotificationsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteVaultNotificationsCommandInput,
28
+ DeleteVaultNotificationsCommandOutput,
29
+ GlacierClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteVaultNotificationsCommand extends DeleteVaultNotificationsCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeJobCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DescribeJobCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeJobCommandInput,
28
+ DescribeJobCommandOutput,
29
+ GlacierClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeJobCommand extends DescribeJobCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeVaultCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DescribeVaultCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeVaultCommandInput,
28
+ DescribeVaultCommandOutput,
29
+ GlacierClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeVaultCommand extends DescribeVaultCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDataRetrievalPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDataRetrievalPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDataRetrievalPolicyCommandInput,
32
+ GetDataRetrievalPolicyCommandOutput,
33
+ GlacierClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDataRetrievalPolicyCommand extends GetDataRetrievalPolicyCommand_base {}
@@ -26,6 +26,15 @@ declare const GetJobOutputCommand_base: {
26
26
  ServiceInputTypes,
27
27
  ServiceOutputTypes
28
28
  >;
29
+ new (
30
+ __0_0: GetJobOutputCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetJobOutputCommandInput,
33
+ GetJobOutputCommandOutput,
34
+ GlacierClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
29
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
39
  };
31
40
  export declare class GetJobOutputCommand extends GetJobOutputCommand_base {}
@@ -25,6 +25,15 @@ declare const GetVaultAccessPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetVaultAccessPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetVaultAccessPolicyCommandInput,
32
+ GetVaultAccessPolicyCommandOutput,
33
+ GlacierClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetVaultAccessPolicyCommand extends GetVaultAccessPolicyCommand_base {}
@@ -21,6 +21,15 @@ declare const GetVaultLockCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetVaultLockCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetVaultLockCommandInput,
28
+ GetVaultLockCommandOutput,
29
+ GlacierClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetVaultLockCommand extends GetVaultLockCommand_base {}
@@ -25,6 +25,15 @@ declare const GetVaultNotificationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetVaultNotificationsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetVaultNotificationsCommandInput,
32
+ GetVaultNotificationsCommandOutput,
33
+ GlacierClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetVaultNotificationsCommand extends GetVaultNotificationsCommand_base {}
@@ -21,6 +21,15 @@ declare const InitiateJobCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: InitiateJobCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ InitiateJobCommandInput,
28
+ InitiateJobCommandOutput,
29
+ GlacierClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class InitiateJobCommand extends InitiateJobCommand_base {}
@@ -25,6 +25,15 @@ declare const InitiateMultipartUploadCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: InitiateMultipartUploadCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ InitiateMultipartUploadCommandInput,
32
+ InitiateMultipartUploadCommandOutput,
33
+ GlacierClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class InitiateMultipartUploadCommand extends InitiateMultipartUploadCommand_base {}
@@ -24,6 +24,15 @@ declare const InitiateVaultLockCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: InitiateVaultLockCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ InitiateVaultLockCommandInput,
31
+ InitiateVaultLockCommandOutput,
32
+ GlacierClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class InitiateVaultLockCommand extends InitiateVaultLockCommand_base {}
@@ -21,6 +21,15 @@ declare const ListJobsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListJobsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListJobsCommandInput,
28
+ ListJobsCommandOutput,
29
+ GlacierClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListJobsCommand extends ListJobsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListMultipartUploadsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListMultipartUploadsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListMultipartUploadsCommandInput,
32
+ ListMultipartUploadsCommandOutput,
33
+ GlacierClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListMultipartUploadsCommand extends ListMultipartUploadsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListPartsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListPartsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListPartsCommandInput,
28
+ ListPartsCommandOutput,
29
+ GlacierClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListPartsCommand extends ListPartsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListProvisionedCapacityCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListProvisionedCapacityCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListProvisionedCapacityCommandInput,
32
+ ListProvisionedCapacityCommandOutput,
33
+ GlacierClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListProvisionedCapacityCommand extends ListProvisionedCapacityCommand_base {}
@@ -24,6 +24,15 @@ declare const ListTagsForVaultCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListTagsForVaultCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListTagsForVaultCommandInput,
31
+ ListTagsForVaultCommandOutput,
32
+ GlacierClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListTagsForVaultCommand extends ListTagsForVaultCommand_base {}
@@ -21,6 +21,15 @@ declare const ListVaultsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListVaultsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListVaultsCommandInput,
28
+ ListVaultsCommandOutput,
29
+ GlacierClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListVaultsCommand extends ListVaultsCommand_base {}
@@ -25,6 +25,15 @@ declare const PurchaseProvisionedCapacityCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PurchaseProvisionedCapacityCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PurchaseProvisionedCapacityCommandInput,
32
+ PurchaseProvisionedCapacityCommandOutput,
33
+ GlacierClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PurchaseProvisionedCapacityCommand extends PurchaseProvisionedCapacityCommand_base {}
@@ -20,6 +20,15 @@ declare const RemoveTagsFromVaultCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: RemoveTagsFromVaultCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ RemoveTagsFromVaultCommandInput,
27
+ RemoveTagsFromVaultCommandOutput,
28
+ GlacierClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class RemoveTagsFromVaultCommand extends RemoveTagsFromVaultCommand_base {}
@@ -20,6 +20,15 @@ declare const SetDataRetrievalPolicyCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: SetDataRetrievalPolicyCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ SetDataRetrievalPolicyCommandInput,
27
+ SetDataRetrievalPolicyCommandOutput,
28
+ GlacierClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class SetDataRetrievalPolicyCommand extends SetDataRetrievalPolicyCommand_base {}
@@ -20,6 +20,15 @@ declare const SetVaultAccessPolicyCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: SetVaultAccessPolicyCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ SetVaultAccessPolicyCommandInput,
27
+ SetVaultAccessPolicyCommandOutput,
28
+ GlacierClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class SetVaultAccessPolicyCommand extends SetVaultAccessPolicyCommand_base {}
@@ -20,6 +20,15 @@ declare const SetVaultNotificationsCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: SetVaultNotificationsCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ SetVaultNotificationsCommandInput,
27
+ SetVaultNotificationsCommandOutput,
28
+ GlacierClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class SetVaultNotificationsCommand extends SetVaultNotificationsCommand_base {}
@@ -27,6 +27,15 @@ declare const UploadArchiveCommand_base: {
27
27
  ServiceInputTypes,
28
28
  ServiceOutputTypes
29
29
  >;
30
+ new (
31
+ __0_0: UploadArchiveCommandInput
32
+ ): import("@smithy/smithy-client").CommandImpl<
33
+ UploadArchiveCommandInput,
34
+ UploadArchiveCommandOutput,
35
+ GlacierClientResolvedConfig,
36
+ ServiceInputTypes,
37
+ ServiceOutputTypes
38
+ >;
30
39
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
31
40
  };
32
41
  export declare class UploadArchiveCommand extends UploadArchiveCommand_base {}
@@ -33,6 +33,15 @@ declare const UploadMultipartPartCommand_base: {
33
33
  ServiceInputTypes,
34
34
  ServiceOutputTypes
35
35
  >;
36
+ new (
37
+ __0_0: UploadMultipartPartCommandInput
38
+ ): import("@smithy/smithy-client").CommandImpl<
39
+ UploadMultipartPartCommandInput,
40
+ UploadMultipartPartCommandOutput,
41
+ GlacierClientResolvedConfig,
42
+ ServiceInputTypes,
43
+ ServiceOutputTypes
44
+ >;
36
45
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
46
  };
38
47
  export declare class UploadMultipartPartCommand extends UploadMultipartPartCommand_base {}