@aws-sdk/client-glacier 3.943.0 → 3.946.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 (68) hide show
  1. package/dist-cjs/index.js +78 -392
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/Glacier.js +5 -5
  5. package/dist-es/GlacierClient.js +2 -2
  6. package/dist-es/runtimeConfig.browser.js +2 -2
  7. package/dist-es/runtimeConfig.js +2 -3
  8. package/dist-es/schemas/schemas_0.js +78 -392
  9. package/dist-types/Glacier.d.ts +34 -34
  10. package/dist-types/GlacierClient.d.ts +43 -43
  11. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  12. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  13. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -3
  14. package/dist-types/commands/AbortVaultLockCommand.d.ts +3 -3
  15. package/dist-types/commands/AddTagsToVaultCommand.d.ts +3 -3
  16. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -3
  17. package/dist-types/commands/CompleteVaultLockCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateVaultCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteArchiveCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteVaultCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +3 -3
  23. package/dist-types/commands/DescribeJobCommand.d.ts +3 -3
  24. package/dist-types/commands/DescribeVaultCommand.d.ts +3 -3
  25. package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +3 -3
  26. package/dist-types/commands/GetJobOutputCommand.d.ts +3 -3
  27. package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +3 -3
  28. package/dist-types/commands/GetVaultLockCommand.d.ts +3 -3
  29. package/dist-types/commands/GetVaultNotificationsCommand.d.ts +3 -3
  30. package/dist-types/commands/InitiateJobCommand.d.ts +3 -3
  31. package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +3 -3
  32. package/dist-types/commands/InitiateVaultLockCommand.d.ts +3 -3
  33. package/dist-types/commands/ListJobsCommand.d.ts +3 -3
  34. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +3 -3
  35. package/dist-types/commands/ListPartsCommand.d.ts +3 -3
  36. package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +3 -3
  37. package/dist-types/commands/ListTagsForVaultCommand.d.ts +3 -3
  38. package/dist-types/commands/ListVaultsCommand.d.ts +3 -3
  39. package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +3 -3
  40. package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +3 -3
  41. package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +3 -3
  42. package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +3 -3
  43. package/dist-types/commands/SetVaultNotificationsCommand.d.ts +3 -3
  44. package/dist-types/commands/UploadArchiveCommand.d.ts +3 -3
  45. package/dist-types/commands/UploadMultipartPartCommand.d.ts +3 -3
  46. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  47. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  48. package/dist-types/extensionConfiguration.d.ts +4 -4
  49. package/dist-types/models/GlacierServiceException.d.ts +1 -1
  50. package/dist-types/models/errors.d.ts +1 -1
  51. package/dist-types/models/models_0.d.ts +2 -2
  52. package/dist-types/pagination/Interfaces.d.ts +1 -1
  53. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListMultipartUploadsPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListPartsPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListVaultsPaginator.d.ts +1 -1
  57. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  58. package/dist-types/runtimeConfig.d.ts +1 -1
  59. package/dist-types/runtimeConfig.native.d.ts +1 -1
  60. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  61. package/dist-types/runtimeExtensions.d.ts +1 -1
  62. package/dist-types/schemas/schemas_0.d.ts +1 -1
  63. package/dist-types/ts3.4/GlacierClient.d.ts +4 -4
  64. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  65. package/dist-types/ts3.4/models/GlacierServiceException.d.ts +1 -1
  66. package/dist-types/waiters/waitForVaultExists.d.ts +1 -1
  67. package/dist-types/waiters/waitForVaultNotExists.d.ts +1 -1
  68. package/package.json +13 -12
@@ -1,37 +1,37 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
- import { AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput } from "./commands/AbortMultipartUploadCommand";
3
- import { AbortVaultLockCommandInput, AbortVaultLockCommandOutput } from "./commands/AbortVaultLockCommand";
4
- import { AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput } from "./commands/AddTagsToVaultCommand";
5
- import { CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput } from "./commands/CompleteMultipartUploadCommand";
6
- import { CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput } from "./commands/CompleteVaultLockCommand";
7
- import { CreateVaultCommandInput, CreateVaultCommandOutput } from "./commands/CreateVaultCommand";
8
- import { DeleteArchiveCommandInput, DeleteArchiveCommandOutput } from "./commands/DeleteArchiveCommand";
9
- import { DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput } from "./commands/DeleteVaultAccessPolicyCommand";
10
- import { DeleteVaultCommandInput, DeleteVaultCommandOutput } from "./commands/DeleteVaultCommand";
11
- import { DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput } from "./commands/DeleteVaultNotificationsCommand";
12
- import { DescribeJobCommandInput, DescribeJobCommandOutput } from "./commands/DescribeJobCommand";
13
- import { DescribeVaultCommandInput, DescribeVaultCommandOutput } from "./commands/DescribeVaultCommand";
14
- import { GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput } from "./commands/GetDataRetrievalPolicyCommand";
15
- import { GetJobOutputCommandInput, GetJobOutputCommandOutput } from "./commands/GetJobOutputCommand";
16
- import { GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput } from "./commands/GetVaultAccessPolicyCommand";
17
- import { GetVaultLockCommandInput, GetVaultLockCommandOutput } from "./commands/GetVaultLockCommand";
18
- import { GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput } from "./commands/GetVaultNotificationsCommand";
19
- import { InitiateJobCommandInput, InitiateJobCommandOutput } from "./commands/InitiateJobCommand";
20
- import { InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput } from "./commands/InitiateMultipartUploadCommand";
21
- import { InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput } from "./commands/InitiateVaultLockCommand";
22
- import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
23
- import { ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput } from "./commands/ListMultipartUploadsCommand";
24
- import { ListPartsCommandInput, ListPartsCommandOutput } from "./commands/ListPartsCommand";
25
- import { ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput } from "./commands/ListProvisionedCapacityCommand";
26
- import { ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput } from "./commands/ListTagsForVaultCommand";
27
- import { ListVaultsCommandInput, ListVaultsCommandOutput } from "./commands/ListVaultsCommand";
28
- import { PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput } from "./commands/PurchaseProvisionedCapacityCommand";
29
- import { RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput } from "./commands/RemoveTagsFromVaultCommand";
30
- import { SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput } from "./commands/SetDataRetrievalPolicyCommand";
31
- import { SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput } from "./commands/SetVaultAccessPolicyCommand";
32
- import { SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput } from "./commands/SetVaultNotificationsCommand";
33
- import { UploadArchiveCommandInput, UploadArchiveCommandOutput } from "./commands/UploadArchiveCommand";
34
- import { UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput } from "./commands/UploadMultipartPartCommand";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
+ import { type AbortMultipartUploadCommandInput, type AbortMultipartUploadCommandOutput } from "./commands/AbortMultipartUploadCommand";
3
+ import { type AbortVaultLockCommandInput, type AbortVaultLockCommandOutput } from "./commands/AbortVaultLockCommand";
4
+ import { type AddTagsToVaultCommandInput, type AddTagsToVaultCommandOutput } from "./commands/AddTagsToVaultCommand";
5
+ import { type CompleteMultipartUploadCommandInput, type CompleteMultipartUploadCommandOutput } from "./commands/CompleteMultipartUploadCommand";
6
+ import { type CompleteVaultLockCommandInput, type CompleteVaultLockCommandOutput } from "./commands/CompleteVaultLockCommand";
7
+ import { type CreateVaultCommandInput, type CreateVaultCommandOutput } from "./commands/CreateVaultCommand";
8
+ import { type DeleteArchiveCommandInput, type DeleteArchiveCommandOutput } from "./commands/DeleteArchiveCommand";
9
+ import { type DeleteVaultAccessPolicyCommandInput, type DeleteVaultAccessPolicyCommandOutput } from "./commands/DeleteVaultAccessPolicyCommand";
10
+ import { type DeleteVaultCommandInput, type DeleteVaultCommandOutput } from "./commands/DeleteVaultCommand";
11
+ import { type DeleteVaultNotificationsCommandInput, type DeleteVaultNotificationsCommandOutput } from "./commands/DeleteVaultNotificationsCommand";
12
+ import { type DescribeJobCommandInput, type DescribeJobCommandOutput } from "./commands/DescribeJobCommand";
13
+ import { type DescribeVaultCommandInput, type DescribeVaultCommandOutput } from "./commands/DescribeVaultCommand";
14
+ import { type GetDataRetrievalPolicyCommandInput, type GetDataRetrievalPolicyCommandOutput } from "./commands/GetDataRetrievalPolicyCommand";
15
+ import { type GetJobOutputCommandInput, type GetJobOutputCommandOutput } from "./commands/GetJobOutputCommand";
16
+ import { type GetVaultAccessPolicyCommandInput, type GetVaultAccessPolicyCommandOutput } from "./commands/GetVaultAccessPolicyCommand";
17
+ import { type GetVaultLockCommandInput, type GetVaultLockCommandOutput } from "./commands/GetVaultLockCommand";
18
+ import { type GetVaultNotificationsCommandInput, type GetVaultNotificationsCommandOutput } from "./commands/GetVaultNotificationsCommand";
19
+ import { type InitiateJobCommandInput, type InitiateJobCommandOutput } from "./commands/InitiateJobCommand";
20
+ import { type InitiateMultipartUploadCommandInput, type InitiateMultipartUploadCommandOutput } from "./commands/InitiateMultipartUploadCommand";
21
+ import { type InitiateVaultLockCommandInput, type InitiateVaultLockCommandOutput } from "./commands/InitiateVaultLockCommand";
22
+ import { type ListJobsCommandInput, type ListJobsCommandOutput } from "./commands/ListJobsCommand";
23
+ import { type ListMultipartUploadsCommandInput, type ListMultipartUploadsCommandOutput } from "./commands/ListMultipartUploadsCommand";
24
+ import { type ListPartsCommandInput, type ListPartsCommandOutput } from "./commands/ListPartsCommand";
25
+ import { type ListProvisionedCapacityCommandInput, type ListProvisionedCapacityCommandOutput } from "./commands/ListProvisionedCapacityCommand";
26
+ import { type ListTagsForVaultCommandInput, type ListTagsForVaultCommandOutput } from "./commands/ListTagsForVaultCommand";
27
+ import { type ListVaultsCommandInput, type ListVaultsCommandOutput } from "./commands/ListVaultsCommand";
28
+ import { type PurchaseProvisionedCapacityCommandInput, type PurchaseProvisionedCapacityCommandOutput } from "./commands/PurchaseProvisionedCapacityCommand";
29
+ import { type RemoveTagsFromVaultCommandInput, type RemoveTagsFromVaultCommandOutput } from "./commands/RemoveTagsFromVaultCommand";
30
+ import { type SetDataRetrievalPolicyCommandInput, type SetDataRetrievalPolicyCommandOutput } from "./commands/SetDataRetrievalPolicyCommand";
31
+ import { type SetVaultAccessPolicyCommandInput, type SetVaultAccessPolicyCommandOutput } from "./commands/SetVaultAccessPolicyCommand";
32
+ import { type SetVaultNotificationsCommandInput, type SetVaultNotificationsCommandOutput } from "./commands/SetVaultNotificationsCommand";
33
+ import { type UploadArchiveCommandInput, type UploadArchiveCommandOutput } from "./commands/UploadArchiveCommand";
34
+ import { type UploadMultipartPartCommandInput, type UploadMultipartPartCommandOutput } from "./commands/UploadMultipartPartCommand";
35
35
  import { GlacierClient } from "./GlacierClient";
36
36
  export interface Glacier {
37
37
  /**
@@ -1,47 +1,47 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest as __HttpRequest, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput } from "./commands/AbortMultipartUploadCommand";
11
- import { AbortVaultLockCommandInput, AbortVaultLockCommandOutput } from "./commands/AbortVaultLockCommand";
12
- import { AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput } from "./commands/AddTagsToVaultCommand";
13
- import { CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput } from "./commands/CompleteMultipartUploadCommand";
14
- import { CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput } from "./commands/CompleteVaultLockCommand";
15
- import { CreateVaultCommandInput, CreateVaultCommandOutput } from "./commands/CreateVaultCommand";
16
- import { DeleteArchiveCommandInput, DeleteArchiveCommandOutput } from "./commands/DeleteArchiveCommand";
17
- import { DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput } from "./commands/DeleteVaultAccessPolicyCommand";
18
- import { DeleteVaultCommandInput, DeleteVaultCommandOutput } from "./commands/DeleteVaultCommand";
19
- import { DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput } from "./commands/DeleteVaultNotificationsCommand";
20
- import { DescribeJobCommandInput, DescribeJobCommandOutput } from "./commands/DescribeJobCommand";
21
- import { DescribeVaultCommandInput, DescribeVaultCommandOutput } from "./commands/DescribeVaultCommand";
22
- import { GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput } from "./commands/GetDataRetrievalPolicyCommand";
23
- import { GetJobOutputCommandInput, GetJobOutputCommandOutput } from "./commands/GetJobOutputCommand";
24
- import { GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput } from "./commands/GetVaultAccessPolicyCommand";
25
- import { GetVaultLockCommandInput, GetVaultLockCommandOutput } from "./commands/GetVaultLockCommand";
26
- import { GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput } from "./commands/GetVaultNotificationsCommand";
27
- import { InitiateJobCommandInput, InitiateJobCommandOutput } from "./commands/InitiateJobCommand";
28
- import { InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput } from "./commands/InitiateMultipartUploadCommand";
29
- import { InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput } from "./commands/InitiateVaultLockCommand";
30
- import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
31
- import { ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput } from "./commands/ListMultipartUploadsCommand";
32
- import { ListPartsCommandInput, ListPartsCommandOutput } from "./commands/ListPartsCommand";
33
- import { ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput } from "./commands/ListProvisionedCapacityCommand";
34
- import { ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput } from "./commands/ListTagsForVaultCommand";
35
- import { ListVaultsCommandInput, ListVaultsCommandOutput } from "./commands/ListVaultsCommand";
36
- import { PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput } from "./commands/PurchaseProvisionedCapacityCommand";
37
- import { RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput } from "./commands/RemoveTagsFromVaultCommand";
38
- import { SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput } from "./commands/SetDataRetrievalPolicyCommand";
39
- import { SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput } from "./commands/SetVaultAccessPolicyCommand";
40
- import { SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput } from "./commands/SetVaultNotificationsCommand";
41
- import { UploadArchiveCommandInput, UploadArchiveCommandOutput } from "./commands/UploadArchiveCommand";
42
- import { UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput } from "./commands/UploadMultipartPartCommand";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type SdkStreamMixinInjector as __SdkStreamMixinInjector, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, HttpRequest as __HttpRequest, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
+ import type { AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput } from "./commands/AbortMultipartUploadCommand";
11
+ import type { AbortVaultLockCommandInput, AbortVaultLockCommandOutput } from "./commands/AbortVaultLockCommand";
12
+ import type { AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput } from "./commands/AddTagsToVaultCommand";
13
+ import type { CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput } from "./commands/CompleteMultipartUploadCommand";
14
+ import type { CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput } from "./commands/CompleteVaultLockCommand";
15
+ import type { CreateVaultCommandInput, CreateVaultCommandOutput } from "./commands/CreateVaultCommand";
16
+ import type { DeleteArchiveCommandInput, DeleteArchiveCommandOutput } from "./commands/DeleteArchiveCommand";
17
+ import type { DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput } from "./commands/DeleteVaultAccessPolicyCommand";
18
+ import type { DeleteVaultCommandInput, DeleteVaultCommandOutput } from "./commands/DeleteVaultCommand";
19
+ import type { DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput } from "./commands/DeleteVaultNotificationsCommand";
20
+ import type { DescribeJobCommandInput, DescribeJobCommandOutput } from "./commands/DescribeJobCommand";
21
+ import type { DescribeVaultCommandInput, DescribeVaultCommandOutput } from "./commands/DescribeVaultCommand";
22
+ import type { GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput } from "./commands/GetDataRetrievalPolicyCommand";
23
+ import type { GetJobOutputCommandInput, GetJobOutputCommandOutput } from "./commands/GetJobOutputCommand";
24
+ import type { GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput } from "./commands/GetVaultAccessPolicyCommand";
25
+ import type { GetVaultLockCommandInput, GetVaultLockCommandOutput } from "./commands/GetVaultLockCommand";
26
+ import type { GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput } from "./commands/GetVaultNotificationsCommand";
27
+ import type { InitiateJobCommandInput, InitiateJobCommandOutput } from "./commands/InitiateJobCommand";
28
+ import type { InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput } from "./commands/InitiateMultipartUploadCommand";
29
+ import type { InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput } from "./commands/InitiateVaultLockCommand";
30
+ import type { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
31
+ import type { ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput } from "./commands/ListMultipartUploadsCommand";
32
+ import type { ListPartsCommandInput, ListPartsCommandOutput } from "./commands/ListPartsCommand";
33
+ import type { ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput } from "./commands/ListProvisionedCapacityCommand";
34
+ import type { ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput } from "./commands/ListTagsForVaultCommand";
35
+ import type { ListVaultsCommandInput, ListVaultsCommandOutput } from "./commands/ListVaultsCommand";
36
+ import type { PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput } from "./commands/PurchaseProvisionedCapacityCommand";
37
+ import type { RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput } from "./commands/RemoveTagsFromVaultCommand";
38
+ import type { SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput } from "./commands/SetDataRetrievalPolicyCommand";
39
+ import type { SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput } from "./commands/SetVaultAccessPolicyCommand";
40
+ import type { SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput } from "./commands/SetVaultNotificationsCommand";
41
+ import type { UploadArchiveCommandInput, UploadArchiveCommandOutput } from "./commands/UploadArchiveCommand";
42
+ import type { UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput } from "./commands/UploadMultipartPartCommand";
43
43
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
44
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
44
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
45
45
  export { __Client };
46
46
  /**
47
47
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { GlacierHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { GlacierHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { GlacierClientResolvedConfig } from "../GlacierClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type GlacierClientResolvedConfig } from "../GlacierClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { AbortMultipartUploadInput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { AbortMultipartUploadInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { AbortVaultLockInput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { AbortVaultLockInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { AddTagsToVaultInput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { AddTagsToVaultInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { ArchiveCreationOutput, CompleteMultipartUploadInput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { ArchiveCreationOutput, CompleteMultipartUploadInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { CompleteVaultLockInput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { CompleteVaultLockInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { CreateVaultInput, CreateVaultOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { CreateVaultInput, CreateVaultOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { DeleteArchiveInput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { DeleteArchiveInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { DeleteVaultAccessPolicyInput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { DeleteVaultAccessPolicyInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { DeleteVaultInput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { DeleteVaultInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { DeleteVaultNotificationsInput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { DeleteVaultNotificationsInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { DescribeJobInput, GlacierJobDescription } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { DescribeJobInput, GlacierJobDescription } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { DescribeVaultInput, DescribeVaultOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { DescribeVaultInput, DescribeVaultOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { GetDataRetrievalPolicyInput, GetDataRetrievalPolicyOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { GetDataRetrievalPolicyInput, GetDataRetrievalPolicyOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { GetJobOutputInput, GetJobOutputOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { GetJobOutputInput, GetJobOutputOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { GetVaultAccessPolicyInput, GetVaultAccessPolicyOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { GetVaultAccessPolicyInput, GetVaultAccessPolicyOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { GetVaultLockInput, GetVaultLockOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { GetVaultLockInput, GetVaultLockOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { GetVaultNotificationsInput, GetVaultNotificationsOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { GetVaultNotificationsInput, GetVaultNotificationsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { InitiateJobInput, InitiateJobOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { InitiateJobInput, InitiateJobOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { InitiateMultipartUploadInput, InitiateMultipartUploadOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { InitiateMultipartUploadInput, InitiateMultipartUploadOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { InitiateVaultLockInput, InitiateVaultLockOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { InitiateVaultLockInput, InitiateVaultLockOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { ListJobsInput, ListJobsOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { ListJobsInput, ListJobsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { ListMultipartUploadsInput, ListMultipartUploadsOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { ListMultipartUploadsInput, ListMultipartUploadsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { ListPartsInput, ListPartsOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { ListPartsInput, ListPartsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { ListProvisionedCapacityInput, ListProvisionedCapacityOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { ListProvisionedCapacityInput, ListProvisionedCapacityOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { ListTagsForVaultInput, ListTagsForVaultOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { ListTagsForVaultInput, ListTagsForVaultOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { ListVaultsInput, ListVaultsOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { ListVaultsInput, ListVaultsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { PurchaseProvisionedCapacityInput, PurchaseProvisionedCapacityOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { PurchaseProvisionedCapacityInput, PurchaseProvisionedCapacityOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { RemoveTagsFromVaultInput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { RemoveTagsFromVaultInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { SetDataRetrievalPolicyInput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { SetDataRetrievalPolicyInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { SetVaultAccessPolicyInput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { SetVaultAccessPolicyInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { SetVaultNotificationsInput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { SetVaultNotificationsInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
3
- import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
- import { ArchiveCreationOutput, UploadArchiveInput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
3
+ import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
+ import type { ArchiveCreationOutput, UploadArchiveInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */