@aws-sdk/client-payment-cryptography 3.1045.0 → 3.1046.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 (131) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +80 -81
  5. package/dist-cjs/models/PaymentCryptographyServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/PaymentCryptography.js +1 -1
  10. package/dist-es/PaymentCryptographyClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AddKeyReplicationRegionsCommand.js +2 -2
  13. package/dist-es/commands/AssociateMpaTeamCommand.js +2 -2
  14. package/dist-es/commands/CreateAliasCommand.js +2 -2
  15. package/dist-es/commands/CreateKeyCommand.js +2 -2
  16. package/dist-es/commands/DeleteAliasCommand.js +2 -2
  17. package/dist-es/commands/DeleteKeyCommand.js +2 -2
  18. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  19. package/dist-es/commands/DisableDefaultKeyReplicationRegionsCommand.js +2 -2
  20. package/dist-es/commands/DisassociateMpaTeamCommand.js +2 -2
  21. package/dist-es/commands/EnableDefaultKeyReplicationRegionsCommand.js +2 -2
  22. package/dist-es/commands/ExportKeyCommand.js +2 -2
  23. package/dist-es/commands/GetAliasCommand.js +2 -2
  24. package/dist-es/commands/GetCertificateSigningRequestCommand.js +2 -2
  25. package/dist-es/commands/GetDefaultKeyReplicationRegionsCommand.js +2 -2
  26. package/dist-es/commands/GetKeyCommand.js +2 -2
  27. package/dist-es/commands/GetMpaTeamAssociationCommand.js +2 -2
  28. package/dist-es/commands/GetParametersForExportCommand.js +2 -2
  29. package/dist-es/commands/GetParametersForImportCommand.js +2 -2
  30. package/dist-es/commands/GetPublicKeyCertificateCommand.js +2 -2
  31. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  32. package/dist-es/commands/ImportKeyCommand.js +2 -2
  33. package/dist-es/commands/ListAliasesCommand.js +2 -2
  34. package/dist-es/commands/ListKeysCommand.js +2 -2
  35. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  36. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  37. package/dist-es/commands/RemoveKeyReplicationRegionsCommand.js +2 -2
  38. package/dist-es/commands/RestoreKeyCommand.js +2 -2
  39. package/dist-es/commands/StartKeyUsageCommand.js +2 -2
  40. package/dist-es/commands/StopKeyUsageCommand.js +2 -2
  41. package/dist-es/commands/TagResourceCommand.js +2 -2
  42. package/dist-es/commands/UntagResourceCommand.js +2 -2
  43. package/dist-es/commands/UpdateAliasCommand.js +2 -2
  44. package/dist-es/endpoint/bdd.js +1 -1
  45. package/dist-es/endpoint/endpointResolver.js +1 -1
  46. package/dist-es/models/PaymentCryptographyServiceException.js +1 -1
  47. package/dist-es/runtimeConfig.browser.js +4 -6
  48. package/dist-es/runtimeConfig.js +4 -8
  49. package/dist-es/runtimeConfig.shared.js +3 -4
  50. package/dist-es/runtimeExtensions.js +2 -2
  51. package/dist-types/PaymentCryptographyClient.d.ts +5 -5
  52. package/dist-types/commands/AddKeyReplicationRegionsCommand.d.ts +6 -4
  53. package/dist-types/commands/AssociateMpaTeamCommand.d.ts +6 -4
  54. package/dist-types/commands/CreateAliasCommand.d.ts +6 -4
  55. package/dist-types/commands/CreateKeyCommand.d.ts +6 -4
  56. package/dist-types/commands/DeleteAliasCommand.d.ts +6 -4
  57. package/dist-types/commands/DeleteKeyCommand.d.ts +6 -4
  58. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  59. package/dist-types/commands/DisableDefaultKeyReplicationRegionsCommand.d.ts +6 -4
  60. package/dist-types/commands/DisassociateMpaTeamCommand.d.ts +6 -4
  61. package/dist-types/commands/EnableDefaultKeyReplicationRegionsCommand.d.ts +6 -4
  62. package/dist-types/commands/ExportKeyCommand.d.ts +6 -4
  63. package/dist-types/commands/GetAliasCommand.d.ts +6 -4
  64. package/dist-types/commands/GetCertificateSigningRequestCommand.d.ts +6 -4
  65. package/dist-types/commands/GetDefaultKeyReplicationRegionsCommand.d.ts +6 -4
  66. package/dist-types/commands/GetKeyCommand.d.ts +6 -4
  67. package/dist-types/commands/GetMpaTeamAssociationCommand.d.ts +6 -4
  68. package/dist-types/commands/GetParametersForExportCommand.d.ts +6 -4
  69. package/dist-types/commands/GetParametersForImportCommand.d.ts +6 -4
  70. package/dist-types/commands/GetPublicKeyCertificateCommand.d.ts +6 -4
  71. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
  72. package/dist-types/commands/ImportKeyCommand.d.ts +6 -4
  73. package/dist-types/commands/ListAliasesCommand.d.ts +6 -4
  74. package/dist-types/commands/ListKeysCommand.d.ts +6 -4
  75. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  76. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
  77. package/dist-types/commands/RemoveKeyReplicationRegionsCommand.d.ts +6 -4
  78. package/dist-types/commands/RestoreKeyCommand.d.ts +6 -4
  79. package/dist-types/commands/StartKeyUsageCommand.d.ts +6 -4
  80. package/dist-types/commands/StopKeyUsageCommand.d.ts +6 -4
  81. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  82. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  83. package/dist-types/commands/UpdateAliasCommand.d.ts +6 -4
  84. package/dist-types/endpoint/bdd.d.ts +1 -1
  85. package/dist-types/extensionConfiguration.d.ts +1 -1
  86. package/dist-types/models/PaymentCryptographyServiceException.d.ts +1 -1
  87. package/dist-types/models/errors.d.ts +1 -1
  88. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  89. package/dist-types/runtimeConfig.d.ts +2 -2
  90. package/dist-types/runtimeConfig.native.d.ts +2 -2
  91. package/dist-types/ts3.4/PaymentCryptographyClient.d.ts +8 -14
  92. package/dist-types/ts3.4/commands/AddKeyReplicationRegionsCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/AssociateMpaTeamCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +6 -8
  96. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +6 -8
  98. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/DisableDefaultKeyReplicationRegionsCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/DisassociateMpaTeamCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/EnableDefaultKeyReplicationRegionsCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/ExportKeyCommand.d.ts +6 -8
  103. package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +6 -8
  104. package/dist-types/ts3.4/commands/GetCertificateSigningRequestCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/GetDefaultKeyReplicationRegionsCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/GetKeyCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/GetMpaTeamAssociationCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/GetParametersForExportCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/GetPublicKeyCertificateCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/ImportKeyCommand.d.ts +6 -8
  113. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +6 -6
  115. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/RemoveKeyReplicationRegionsCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/RestoreKeyCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/StartKeyUsageCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/StopKeyUsageCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  125. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  126. package/dist-types/ts3.4/models/PaymentCryptographyServiceException.d.ts +1 -1
  127. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  128. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  129. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  130. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  131. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteResourcePolicyInput,
@@ -19,7 +19,7 @@ export interface DeleteResourcePolicyCommandOutput
19
19
  declare const DeleteResourcePolicyCommand_base: {
20
20
  new (
21
21
  input: DeleteResourcePolicyCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteResourcePolicyCommandInput,
24
24
  DeleteResourcePolicyCommandOutput,
25
25
  PaymentCryptographyClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteResourcePolicyCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteResourcePolicyCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteResourcePolicyCommandInput,
33
33
  DeleteResourcePolicyCommandOutput,
34
34
  PaymentCryptographyClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DisableDefaultKeyReplicationRegionsInput,
@@ -19,7 +19,7 @@ export interface DisableDefaultKeyReplicationRegionsCommandOutput
19
19
  declare const DisableDefaultKeyReplicationRegionsCommand_base: {
20
20
  new (
21
21
  input: DisableDefaultKeyReplicationRegionsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DisableDefaultKeyReplicationRegionsCommandInput,
24
24
  DisableDefaultKeyReplicationRegionsCommandOutput,
25
25
  PaymentCryptographyClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DisableDefaultKeyReplicationRegionsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DisableDefaultKeyReplicationRegionsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DisableDefaultKeyReplicationRegionsCommandInput,
33
33
  DisableDefaultKeyReplicationRegionsCommandOutput,
34
34
  PaymentCryptographyClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DisableDefaultKeyReplicationRegionsCommand extends DisableDefaultKeyReplicationRegionsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DisassociateMpaTeamInput,
@@ -19,7 +19,7 @@ export interface DisassociateMpaTeamCommandOutput
19
19
  declare const DisassociateMpaTeamCommand_base: {
20
20
  new (
21
21
  input: DisassociateMpaTeamCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DisassociateMpaTeamCommandInput,
24
24
  DisassociateMpaTeamCommandOutput,
25
25
  PaymentCryptographyClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DisassociateMpaTeamCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DisassociateMpaTeamCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DisassociateMpaTeamCommandInput,
33
33
  DisassociateMpaTeamCommandOutput,
34
34
  PaymentCryptographyClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DisassociateMpaTeamCommand extends DisassociateMpaTeamCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EnableDefaultKeyReplicationRegionsInput,
@@ -19,7 +19,7 @@ export interface EnableDefaultKeyReplicationRegionsCommandOutput
19
19
  declare const EnableDefaultKeyReplicationRegionsCommand_base: {
20
20
  new (
21
21
  input: EnableDefaultKeyReplicationRegionsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  EnableDefaultKeyReplicationRegionsCommandInput,
24
24
  EnableDefaultKeyReplicationRegionsCommandOutput,
25
25
  PaymentCryptographyClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const EnableDefaultKeyReplicationRegionsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: EnableDefaultKeyReplicationRegionsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  EnableDefaultKeyReplicationRegionsCommandInput,
33
33
  EnableDefaultKeyReplicationRegionsCommandOutput,
34
34
  PaymentCryptographyClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class EnableDefaultKeyReplicationRegionsCommand extends EnableDefaultKeyReplicationRegionsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ExportKeyInput, ExportKeyOutput } from "../models/models_0";
4
4
  import {
@@ -13,25 +13,23 @@ export interface ExportKeyCommandOutput
13
13
  extends ExportKeyOutput,
14
14
  __MetadataBearer {}
15
15
  declare const ExportKeyCommand_base: {
16
- new (
17
- input: ExportKeyCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: ExportKeyCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  ExportKeyCommandInput,
20
18
  ExportKeyCommandOutput,
21
19
  PaymentCryptographyClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: ExportKeyCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: ExportKeyCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  ExportKeyCommandInput,
29
25
  ExportKeyCommandOutput,
30
26
  PaymentCryptographyClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class ExportKeyCommand extends ExportKeyCommand_base {
37
35
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GetAliasInput, GetAliasOutput } from "../models/models_0";
4
4
  import {
@@ -13,25 +13,23 @@ export interface GetAliasCommandOutput
13
13
  extends GetAliasOutput,
14
14
  __MetadataBearer {}
15
15
  declare const GetAliasCommand_base: {
16
- new (
17
- input: GetAliasCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: GetAliasCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  GetAliasCommandInput,
20
18
  GetAliasCommandOutput,
21
19
  PaymentCryptographyClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: GetAliasCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: GetAliasCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  GetAliasCommandInput,
29
25
  GetAliasCommandOutput,
30
26
  PaymentCryptographyClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class GetAliasCommand extends GetAliasCommand_base {
37
35
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetCertificateSigningRequestInput,
@@ -19,7 +19,7 @@ export interface GetCertificateSigningRequestCommandOutput
19
19
  declare const GetCertificateSigningRequestCommand_base: {
20
20
  new (
21
21
  input: GetCertificateSigningRequestCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetCertificateSigningRequestCommandInput,
24
24
  GetCertificateSigningRequestCommandOutput,
25
25
  PaymentCryptographyClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetCertificateSigningRequestCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetCertificateSigningRequestCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetCertificateSigningRequestCommandInput,
33
33
  GetCertificateSigningRequestCommandOutput,
34
34
  PaymentCryptographyClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetCertificateSigningRequestCommand extends GetCertificateSigningRequestCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetDefaultKeyReplicationRegionsInput,
@@ -19,7 +19,7 @@ export interface GetDefaultKeyReplicationRegionsCommandOutput
19
19
  declare const GetDefaultKeyReplicationRegionsCommand_base: {
20
20
  new (
21
21
  input: GetDefaultKeyReplicationRegionsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetDefaultKeyReplicationRegionsCommandInput,
24
24
  GetDefaultKeyReplicationRegionsCommandOutput,
25
25
  PaymentCryptographyClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetDefaultKeyReplicationRegionsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [GetDefaultKeyReplicationRegionsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetDefaultKeyReplicationRegionsCommandInput,
33
33
  GetDefaultKeyReplicationRegionsCommandOutput,
34
34
  PaymentCryptographyClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetDefaultKeyReplicationRegionsCommand extends GetDefaultKeyReplicationRegionsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GetKeyInput, GetKeyOutput } from "../models/models_0";
4
4
  import {
@@ -11,21 +11,23 @@ export { $Command };
11
11
  export interface GetKeyCommandInput extends GetKeyInput {}
12
12
  export interface GetKeyCommandOutput extends GetKeyOutput, __MetadataBearer {}
13
13
  declare const GetKeyCommand_base: {
14
- new (input: GetKeyCommandInput): import("@smithy/smithy-client").CommandImpl<
14
+ new (input: GetKeyCommandInput): import("@smithy/core/client").CommandImpl<
15
15
  GetKeyCommandInput,
16
16
  GetKeyCommandOutput,
17
17
  PaymentCryptographyClientResolvedConfig,
18
18
  ServiceInputTypes,
19
19
  ServiceOutputTypes
20
20
  >;
21
- new (input: GetKeyCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ new (input: GetKeyCommandInput): import("@smithy/core/client").CommandImpl<
22
22
  GetKeyCommandInput,
23
23
  GetKeyCommandOutput,
24
24
  PaymentCryptographyClientResolvedConfig,
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ getEndpointParameterInstructions(): {
29
+ [x: string]: unknown;
30
+ };
29
31
  };
30
32
  export declare class GetKeyCommand extends GetKeyCommand_base {
31
33
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetMpaTeamAssociationInput,
@@ -19,7 +19,7 @@ export interface GetMpaTeamAssociationCommandOutput
19
19
  declare const GetMpaTeamAssociationCommand_base: {
20
20
  new (
21
21
  input: GetMpaTeamAssociationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetMpaTeamAssociationCommandInput,
24
24
  GetMpaTeamAssociationCommandOutput,
25
25
  PaymentCryptographyClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetMpaTeamAssociationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetMpaTeamAssociationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetMpaTeamAssociationCommandInput,
33
33
  GetMpaTeamAssociationCommandOutput,
34
34
  PaymentCryptographyClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetMpaTeamAssociationCommand extends GetMpaTeamAssociationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetParametersForExportInput,
@@ -19,7 +19,7 @@ export interface GetParametersForExportCommandOutput
19
19
  declare const GetParametersForExportCommand_base: {
20
20
  new (
21
21
  input: GetParametersForExportCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetParametersForExportCommandInput,
24
24
  GetParametersForExportCommandOutput,
25
25
  PaymentCryptographyClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetParametersForExportCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetParametersForExportCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetParametersForExportCommandInput,
33
33
  GetParametersForExportCommandOutput,
34
34
  PaymentCryptographyClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetParametersForExportCommand extends GetParametersForExportCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetParametersForImportInput,
@@ -19,7 +19,7 @@ export interface GetParametersForImportCommandOutput
19
19
  declare const GetParametersForImportCommand_base: {
20
20
  new (
21
21
  input: GetParametersForImportCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetParametersForImportCommandInput,
24
24
  GetParametersForImportCommandOutput,
25
25
  PaymentCryptographyClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetParametersForImportCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetParametersForImportCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetParametersForImportCommandInput,
33
33
  GetParametersForImportCommandOutput,
34
34
  PaymentCryptographyClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetParametersForImportCommand extends GetParametersForImportCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetPublicKeyCertificateInput,
@@ -19,7 +19,7 @@ export interface GetPublicKeyCertificateCommandOutput
19
19
  declare const GetPublicKeyCertificateCommand_base: {
20
20
  new (
21
21
  input: GetPublicKeyCertificateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetPublicKeyCertificateCommandInput,
24
24
  GetPublicKeyCertificateCommandOutput,
25
25
  PaymentCryptographyClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetPublicKeyCertificateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetPublicKeyCertificateCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetPublicKeyCertificateCommandInput,
33
33
  GetPublicKeyCertificateCommandOutput,
34
34
  PaymentCryptographyClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetPublicKeyCertificateCommand extends GetPublicKeyCertificateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetResourcePolicyInput,
@@ -18,7 +18,7 @@ export interface GetResourcePolicyCommandOutput
18
18
  declare const GetResourcePolicyCommand_base: {
19
19
  new (
20
20
  input: GetResourcePolicyCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetResourcePolicyCommandInput,
23
23
  GetResourcePolicyCommandOutput,
24
24
  PaymentCryptographyClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetResourcePolicyCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetResourcePolicyCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetResourcePolicyCommandInput,
32
32
  GetResourcePolicyCommandOutput,
33
33
  PaymentCryptographyClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ImportKeyInput, ImportKeyOutput } from "../models/models_0";
4
4
  import {
@@ -13,25 +13,23 @@ export interface ImportKeyCommandOutput
13
13
  extends ImportKeyOutput,
14
14
  __MetadataBearer {}
15
15
  declare const ImportKeyCommand_base: {
16
- new (
17
- input: ImportKeyCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: ImportKeyCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  ImportKeyCommandInput,
20
18
  ImportKeyCommandOutput,
21
19
  PaymentCryptographyClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: ImportKeyCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: ImportKeyCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  ImportKeyCommandInput,
29
25
  ImportKeyCommandOutput,
30
26
  PaymentCryptographyClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class ImportKeyCommand extends ImportKeyCommand_base {
37
35
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ListAliasesInput, ListAliasesOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface ListAliasesCommandOutput
15
15
  declare const ListAliasesCommand_base: {
16
16
  new (
17
17
  input: ListAliasesCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListAliasesCommandInput,
20
20
  ListAliasesCommandOutput,
21
21
  PaymentCryptographyClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListAliasesCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListAliasesCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListAliasesCommandInput,
29
29
  ListAliasesCommandOutput,
30
30
  PaymentCryptographyClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListAliasesCommand extends ListAliasesCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ListKeysInput, ListKeysOutput } from "../models/models_0";
4
4
  import {
@@ -13,9 +13,7 @@ export interface ListKeysCommandOutput
13
13
  extends ListKeysOutput,
14
14
  __MetadataBearer {}
15
15
  declare const ListKeysCommand_base: {
16
- new (
17
- input: ListKeysCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: ListKeysCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  ListKeysCommandInput,
20
18
  ListKeysCommandOutput,
21
19
  PaymentCryptographyClientResolvedConfig,
@@ -24,14 +22,16 @@ declare const ListKeysCommand_base: {
24
22
  >;
25
23
  new (
26
24
  ...[input]: [] | [ListKeysCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
28
26
  ListKeysCommandInput,
29
27
  ListKeysCommandOutput,
30
28
  PaymentCryptographyClientResolvedConfig,
31
29
  ServiceInputTypes,
32
30
  ServiceOutputTypes
33
31
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
35
35
  };
36
36
  export declare class ListKeysCommand extends ListKeysCommand_base {
37
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListTagsForResourceInput,
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
19
19
  declare const ListTagsForResourceCommand_base: {
20
20
  new (
21
21
  input: ListTagsForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListTagsForResourceCommandInput,
24
24
  ListTagsForResourceCommandOutput,
25
25
  PaymentCryptographyClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListTagsForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
34
34
  PaymentCryptographyClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutResourcePolicyInput,
@@ -18,7 +18,7 @@ export interface PutResourcePolicyCommandOutput
18
18
  declare const PutResourcePolicyCommand_base: {
19
19
  new (
20
20
  input: PutResourcePolicyCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  PutResourcePolicyCommandInput,
23
23
  PutResourcePolicyCommandOutput,
24
24
  PaymentCryptographyClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const PutResourcePolicyCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: PutResourcePolicyCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  PutResourcePolicyCommandInput,
32
32
  PutResourcePolicyCommandOutput,
33
33
  PaymentCryptographyClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
40
42
  protected static __types: {