@aws-sdk/client-glacier 3.803.0 → 3.806.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 (79) hide show
  1. package/dist-cjs/runtimeConfig.js +6 -6
  2. package/dist-es/runtimeConfig.js +6 -6
  3. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +1 -1
  4. package/dist-types/commands/AbortVaultLockCommand.d.ts +1 -1
  5. package/dist-types/commands/AddTagsToVaultCommand.d.ts +1 -1
  6. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +1 -1
  7. package/dist-types/commands/CompleteVaultLockCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateVaultCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteArchiveCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteVaultCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeJobCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribeVaultCommand.d.ts +1 -1
  15. package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +1 -1
  16. package/dist-types/commands/GetJobOutputCommand.d.ts +1 -1
  17. package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +1 -1
  18. package/dist-types/commands/GetVaultLockCommand.d.ts +1 -1
  19. package/dist-types/commands/GetVaultNotificationsCommand.d.ts +1 -1
  20. package/dist-types/commands/InitiateJobCommand.d.ts +1 -1
  21. package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +1 -1
  22. package/dist-types/commands/InitiateVaultLockCommand.d.ts +1 -1
  23. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  24. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +1 -1
  25. package/dist-types/commands/ListPartsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +1 -1
  27. package/dist-types/commands/ListTagsForVaultCommand.d.ts +1 -1
  28. package/dist-types/commands/ListVaultsCommand.d.ts +1 -1
  29. package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +1 -1
  30. package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +1 -1
  31. package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +1 -1
  32. package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +1 -1
  33. package/dist-types/commands/SetVaultNotificationsCommand.d.ts +1 -1
  34. package/dist-types/commands/UploadArchiveCommand.d.ts +1 -1
  35. package/dist-types/commands/UploadMultipartPartCommand.d.ts +1 -1
  36. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  37. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  38. package/dist-types/runtimeConfig.d.ts +16 -16
  39. package/dist-types/runtimeConfig.native.d.ts +18 -18
  40. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  41. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  79. package/package.json +25 -25
@@ -24,13 +24,13 @@ const getRuntimeConfig = (config) => {
24
24
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
25
25
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
26
26
  (0, core_1.emitWarningIfUnsupportedVersion)(process.version);
27
- const profileConfig = { profile: config?.profile };
27
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
28
28
  return {
29
29
  ...clientSharedValues,
30
30
  ...config,
31
31
  runtime: "node",
32
32
  defaultsMode,
33
- authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
33
+ authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
34
34
  bodyChecksumGenerator: config?.bodyChecksumGenerator ?? body_checksum_node_1.bodyChecksumGenerator,
35
35
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
36
36
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
@@ -38,7 +38,7 @@ const getRuntimeConfig = (config) => {
38
38
  (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
39
39
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
40
40
  region: config?.region ??
41
- (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
41
+ (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
42
42
  requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
43
43
  retryMode: config?.retryMode ??
44
44
  (0, node_config_provider_1.loadConfig)({
@@ -47,9 +47,9 @@ const getRuntimeConfig = (config) => {
47
47
  }, config),
48
48
  sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
49
49
  streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
50
- useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
51
- useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
52
- userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
50
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
51
+ useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
52
+ userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
53
53
  };
54
54
  };
55
55
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -20,13 +20,13 @@ export const getRuntimeConfig = (config) => {
20
20
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
21
21
  const clientSharedValues = getSharedRuntimeConfig(config);
22
22
  awsCheckVersion(process.version);
23
- const profileConfig = { profile: config?.profile };
23
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
24
24
  return {
25
25
  ...clientSharedValues,
26
26
  ...config,
27
27
  runtime: "node",
28
28
  defaultsMode,
29
- authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
29
+ authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
30
30
  bodyChecksumGenerator: config?.bodyChecksumGenerator ?? bodyChecksumGenerator,
31
31
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
32
32
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
@@ -34,7 +34,7 @@ export const getRuntimeConfig = (config) => {
34
34
  createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
35
35
  maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
36
36
  region: config?.region ??
37
- loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
37
+ loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
38
38
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
39
39
  retryMode: config?.retryMode ??
40
40
  loadNodeConfig({
@@ -43,8 +43,8 @@ export const getRuntimeConfig = (config) => {
43
43
  }, config),
44
44
  sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
45
45
  streamCollector: config?.streamCollector ?? streamCollector,
46
- useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
47
- useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
48
- userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
46
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
47
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
48
+ userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
49
49
  };
50
50
  };
@@ -23,7 +23,7 @@ export interface AbortMultipartUploadCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const AbortMultipartUploadCommand_base: {
25
25
  new (input: AbortMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AbortMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AbortMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface AbortVaultLockCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const AbortVaultLockCommand_base: {
25
25
  new (input: AbortVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<AbortVaultLockCommandInput, AbortVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AbortVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<AbortVaultLockCommandInput, AbortVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AbortVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<AbortVaultLockCommandInput, AbortVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface AddTagsToVaultCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const AddTagsToVaultCommand_base: {
25
25
  new (input: AddTagsToVaultCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AddTagsToVaultCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AddTagsToVaultCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CompleteMultipartUploadCommandOutput extends ArchiveCreationOut
23
23
  }
24
24
  declare const CompleteMultipartUploadCommand_base: {
25
25
  new (input: CompleteMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CompleteMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CompleteMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CompleteVaultLockCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const CompleteVaultLockCommand_base: {
25
25
  new (input: CompleteVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CompleteVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CompleteVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateVaultCommandOutput extends CreateVaultOutput, __MetadataB
23
23
  }
24
24
  declare const CreateVaultCommand_base: {
25
25
  new (input: CreateVaultCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVaultCommandInput, CreateVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateVaultCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVaultCommandInput, CreateVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateVaultCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVaultCommandInput, CreateVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteArchiveCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteArchiveCommand_base: {
25
25
  new (input: DeleteArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteVaultAccessPolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteVaultAccessPolicyCommand_base: {
25
25
  new (input: DeleteVaultAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteVaultAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteVaultAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteVaultCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteVaultCommand_base: {
25
25
  new (input: DeleteVaultCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultCommandInput, DeleteVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteVaultCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultCommandInput, DeleteVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteVaultCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultCommandInput, DeleteVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteVaultNotificationsCommandOutput extends __MetadataBearer
23
23
  }
24
24
  declare const DeleteVaultNotificationsCommand_base: {
25
25
  new (input: DeleteVaultNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteVaultNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteVaultNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeJobCommandOutput extends GlacierJobDescription, __Metad
23
23
  }
24
24
  declare const DescribeJobCommand_base: {
25
25
  new (input: DescribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeVaultCommandOutput extends DescribeVaultOutput, __Metad
23
23
  }
24
24
  declare const DescribeVaultCommand_base: {
25
25
  new (input: DescribeVaultCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVaultCommandInput, DescribeVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeVaultCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVaultCommandInput, DescribeVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeVaultCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVaultCommandInput, DescribeVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetDataRetrievalPolicyCommandOutput extends GetDataRetrievalPol
23
23
  }
24
24
  declare const GetDataRetrievalPolicyCommand_base: {
25
25
  new (input: GetDataRetrievalPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetDataRetrievalPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDataRetrievalPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -24,7 +24,7 @@ export interface GetJobOutputCommandOutput extends Omit<GetJobOutputOutput, "bod
24
24
  }
25
25
  declare const GetJobOutputCommand_base: {
26
26
  new (input: GetJobOutputCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobOutputCommandInput, GetJobOutputCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (__0_0: GetJobOutputCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobOutputCommandInput, GetJobOutputCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ new (input: GetJobOutputCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobOutputCommandInput, GetJobOutputCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
30
  /**
@@ -23,7 +23,7 @@ export interface GetVaultAccessPolicyCommandOutput extends GetVaultAccessPolicyO
23
23
  }
24
24
  declare const GetVaultAccessPolicyCommand_base: {
25
25
  new (input: GetVaultAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetVaultAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetVaultAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetVaultLockCommandOutput extends GetVaultLockOutput, __Metadat
23
23
  }
24
24
  declare const GetVaultLockCommand_base: {
25
25
  new (input: GetVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<GetVaultLockCommandInput, GetVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<GetVaultLockCommandInput, GetVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<GetVaultLockCommandInput, GetVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetVaultNotificationsCommandOutput extends GetVaultNotification
23
23
  }
24
24
  declare const GetVaultNotificationsCommand_base: {
25
25
  new (input: GetVaultNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetVaultNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetVaultNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface InitiateJobCommandOutput extends InitiateJobOutput, __MetadataB
23
23
  }
24
24
  declare const InitiateJobCommand_base: {
25
25
  new (input: InitiateJobCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateJobCommandInput, InitiateJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: InitiateJobCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateJobCommandInput, InitiateJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: InitiateJobCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateJobCommandInput, InitiateJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface InitiateMultipartUploadCommandOutput extends InitiateMultipartU
23
23
  }
24
24
  declare const InitiateMultipartUploadCommand_base: {
25
25
  new (input: InitiateMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: InitiateMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: InitiateMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface InitiateVaultLockCommandOutput extends InitiateVaultLockOutput,
23
23
  }
24
24
  declare const InitiateVaultLockCommand_base: {
25
25
  new (input: InitiateVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: InitiateVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: InitiateVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListJobsCommandOutput extends ListJobsOutput, __MetadataBearer
23
23
  }
24
24
  declare const ListJobsCommand_base: {
25
25
  new (input: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO
23
23
  }
24
24
  declare const ListMultipartUploadsCommand_base: {
25
25
  new (input: ListMultipartUploadsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListMultipartUploadsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListMultipartUploadsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare
23
23
  }
24
24
  declare const ListPartsCommand_base: {
25
25
  new (input: ListPartsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListPartsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPartsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListProvisionedCapacityCommandOutput extends ListProvisionedCap
23
23
  }
24
24
  declare const ListProvisionedCapacityCommand_base: {
25
25
  new (input: ListProvisionedCapacityCommandInput): import("@smithy/smithy-client").CommandImpl<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListProvisionedCapacityCommandInput): import("@smithy/smithy-client").CommandImpl<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListProvisionedCapacityCommandInput): import("@smithy/smithy-client").CommandImpl<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListTagsForVaultCommandOutput extends ListTagsForVaultOutput, _
23
23
  }
24
24
  declare const ListTagsForVaultCommand_base: {
25
25
  new (input: ListTagsForVaultCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListTagsForVaultCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForVaultCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListVaultsCommandOutput extends ListVaultsOutput, __MetadataBea
23
23
  }
24
24
  declare const ListVaultsCommand_base: {
25
25
  new (input: ListVaultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVaultsCommandInput, ListVaultsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListVaultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVaultsCommandInput, ListVaultsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListVaultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVaultsCommandInput, ListVaultsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PurchaseProvisionedCapacityCommandOutput extends PurchaseProvis
23
23
  }
24
24
  declare const PurchaseProvisionedCapacityCommand_base: {
25
25
  new (input: PurchaseProvisionedCapacityCommandInput): import("@smithy/smithy-client").CommandImpl<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PurchaseProvisionedCapacityCommandInput): import("@smithy/smithy-client").CommandImpl<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PurchaseProvisionedCapacityCommandInput): import("@smithy/smithy-client").CommandImpl<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const RemoveTagsFromVaultCommand_base: {
25
25
  new (input: RemoveTagsFromVaultCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RemoveTagsFromVaultCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RemoveTagsFromVaultCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const SetDataRetrievalPolicyCommand_base: {
25
25
  new (input: SetDataRetrievalPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: SetDataRetrievalPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SetDataRetrievalPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const SetVaultAccessPolicyCommand_base: {
25
25
  new (input: SetVaultAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: SetVaultAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SetVaultAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const SetVaultNotificationsCommand_base: {
25
25
  new (input: SetVaultNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: SetVaultNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SetVaultNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -24,7 +24,7 @@ export interface UploadArchiveCommandOutput extends ArchiveCreationOutput, __Met
24
24
  }
25
25
  declare const UploadArchiveCommand_base: {
26
26
  new (input: UploadArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<UploadArchiveCommandInput, UploadArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (__0_0: UploadArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<UploadArchiveCommandInput, UploadArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ new (input: UploadArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<UploadArchiveCommandInput, UploadArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
30
  /**
@@ -24,7 +24,7 @@ export interface UploadMultipartPartCommandOutput extends UploadMultipartPartOut
24
24
  }
25
25
  declare const UploadMultipartPartCommand_base: {
26
26
  new (input: UploadMultipartPartCommandInput): import("@smithy/smithy-client").CommandImpl<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (__0_0: UploadMultipartPartCommandInput): import("@smithy/smithy-client").CommandImpl<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ new (input: UploadMultipartPartCommandInput): import("@smithy/smithy-client").CommandImpl<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
30
  /**
@@ -11,9 +11,7 @@ export interface ClientInputEndpointParameters {
11
11
  export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
12
12
  defaultSigningName: string;
13
13
  };
14
- export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
- defaultSigningName: string;
16
- };
14
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
17
15
  export declare const commonParams: {
18
16
  readonly UseFIPS: {
19
17
  readonly type: "builtInParams";
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
12
12
  }) => Promise<[string, string]>;
13
13
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
14
14
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
15
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
15
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
16
16
  maxAttempts: number | import("@smithy/types").Provider<number>;
17
17
  region: string | import("@smithy/types").Provider<any>;
18
18
  requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
@@ -25,31 +25,31 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
25
25
  cacheMiddleware?: boolean | undefined;
26
26
  urlParser: import("@smithy/types").UrlParser;
27
27
  base64Decoder: import("@smithy/types").Decoder;
28
- base64Encoder: (_input: string | Uint8Array) => string;
28
+ base64Encoder: (_input: Uint8Array | string) => string;
29
29
  utf8Decoder: import("@smithy/types").Decoder;
30
- utf8Encoder: (input: string | Uint8Array) => string;
30
+ utf8Encoder: (input: Uint8Array | string) => string;
31
31
  disableHostPrefix: boolean;
32
32
  serviceId: string;
33
- profile?: string | undefined;
33
+ profile?: string;
34
34
  logger: import("@smithy/types").Logger;
35
35
  extensions: import("./runtimeExtensions").RuntimeExtension[];
36
36
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
37
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
38
- userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
39
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
37
+ customUserAgent?: string | import("@smithy/types").UserAgent;
38
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
39
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
40
40
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
41
41
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
42
- logger?: import("@smithy/types").Logger | undefined;
42
+ logger?: import("@smithy/types").Logger;
43
43
  }) => import("@smithy/types").EndpointV2;
44
- tls?: boolean | undefined;
45
- serviceConfiguredEndpoint?: undefined;
46
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
44
+ tls?: boolean;
45
+ serviceConfiguredEndpoint?: never;
46
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
47
47
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
48
48
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").GlacierHttpAuthSchemeProvider;
49
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
50
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
51
- signingEscapePath?: boolean | undefined;
52
- systemClockOffset?: number | undefined;
53
- signingRegion?: string | undefined;
54
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
49
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
50
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
51
+ signingEscapePath?: boolean;
52
+ systemClockOffset?: number;
53
+ signingRegion?: string;
54
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
55
55
  };
@@ -12,8 +12,8 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
12
12
  utf8Decoder: import("@smithy/types").Decoder;
13
13
  }) => Promise<[string, string]>;
14
14
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
15
- credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
16
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
15
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
16
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
17
17
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
18
  region: string | import("@smithy/types").Provider<string>;
19
19
  requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
@@ -27,29 +27,29 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
27
27
  cacheMiddleware?: boolean | undefined;
28
28
  urlParser: import("@smithy/types").UrlParser;
29
29
  base64Decoder: import("@smithy/types").Decoder;
30
- base64Encoder: (_input: string | Uint8Array) => string;
30
+ base64Encoder: (_input: Uint8Array | string) => string;
31
31
  utf8Decoder: import("@smithy/types").Decoder;
32
- utf8Encoder: (input: string | Uint8Array) => string;
32
+ utf8Encoder: (input: Uint8Array | string) => string;
33
33
  disableHostPrefix: boolean;
34
34
  serviceId: string;
35
- profile?: string | undefined;
35
+ profile?: string;
36
36
  logger: import("@smithy/types").Logger;
37
37
  extensions: import("./runtimeExtensions").RuntimeExtension[];
38
38
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
39
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
40
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
39
+ customUserAgent?: string | import("@smithy/types").UserAgent;
40
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
41
41
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
42
42
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
43
- logger?: import("@smithy/types").Logger | undefined;
43
+ logger?: import("@smithy/types").Logger;
44
44
  }) => import("@smithy/types").EndpointV2;
45
- tls?: boolean | undefined;
46
- serviceConfiguredEndpoint?: undefined;
45
+ tls?: boolean;
46
+ serviceConfiguredEndpoint?: never;
47
47
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
48
48
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").GlacierHttpAuthSchemeProvider;
49
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
50
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
51
- signingEscapePath?: boolean | undefined;
52
- systemClockOffset?: number | undefined;
53
- signingRegion?: string | undefined;
54
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
49
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
50
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
51
+ signingEscapePath?: boolean;
52
+ systemClockOffset?: number;
53
+ signingRegion?: string;
54
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
55
55
  };