@aws-sdk/client-payment-cryptography 3.477.0 → 3.481.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 (97) hide show
  1. package/dist-cjs/commands/CreateAliasCommand.js +18 -41
  2. package/dist-cjs/commands/CreateKeyCommand.js +18 -41
  3. package/dist-cjs/commands/DeleteAliasCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteKeyCommand.js +18 -41
  5. package/dist-cjs/commands/ExportKeyCommand.js +18 -41
  6. package/dist-cjs/commands/GetAliasCommand.js +18 -41
  7. package/dist-cjs/commands/GetKeyCommand.js +18 -41
  8. package/dist-cjs/commands/GetParametersForExportCommand.js +18 -41
  9. package/dist-cjs/commands/GetParametersForImportCommand.js +18 -41
  10. package/dist-cjs/commands/GetPublicKeyCertificateCommand.js +18 -41
  11. package/dist-cjs/commands/ImportKeyCommand.js +18 -41
  12. package/dist-cjs/commands/ListAliasesCommand.js +18 -41
  13. package/dist-cjs/commands/ListKeysCommand.js +18 -41
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  15. package/dist-cjs/commands/RestoreKeyCommand.js +18 -41
  16. package/dist-cjs/commands/StartKeyUsageCommand.js +18 -41
  17. package/dist-cjs/commands/StopKeyUsageCommand.js +18 -41
  18. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  19. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  20. package/dist-cjs/commands/UpdateAliasCommand.js +18 -41
  21. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  22. package/dist-cjs/pagination/ListAliasesPaginator.js +2 -24
  23. package/dist-cjs/pagination/ListKeysPaginator.js +2 -24
  24. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
  25. package/dist-es/commands/CreateAliasCommand.js +18 -41
  26. package/dist-es/commands/CreateKeyCommand.js +18 -41
  27. package/dist-es/commands/DeleteAliasCommand.js +18 -41
  28. package/dist-es/commands/DeleteKeyCommand.js +18 -41
  29. package/dist-es/commands/ExportKeyCommand.js +18 -41
  30. package/dist-es/commands/GetAliasCommand.js +18 -41
  31. package/dist-es/commands/GetKeyCommand.js +18 -41
  32. package/dist-es/commands/GetParametersForExportCommand.js +18 -41
  33. package/dist-es/commands/GetParametersForImportCommand.js +18 -41
  34. package/dist-es/commands/GetPublicKeyCertificateCommand.js +18 -41
  35. package/dist-es/commands/ImportKeyCommand.js +18 -41
  36. package/dist-es/commands/ListAliasesCommand.js +18 -41
  37. package/dist-es/commands/ListKeysCommand.js +18 -41
  38. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  39. package/dist-es/commands/RestoreKeyCommand.js +18 -41
  40. package/dist-es/commands/StartKeyUsageCommand.js +18 -41
  41. package/dist-es/commands/StopKeyUsageCommand.js +18 -41
  42. package/dist-es/commands/TagResourceCommand.js +18 -41
  43. package/dist-es/commands/UntagResourceCommand.js +18 -41
  44. package/dist-es/commands/UpdateAliasCommand.js +18 -41
  45. package/dist-es/endpoint/EndpointParameters.js +6 -0
  46. package/dist-es/pagination/ListAliasesPaginator.js +2 -23
  47. package/dist-es/pagination/ListKeysPaginator.js +2 -23
  48. package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
  49. package/dist-types/commands/CreateAliasCommand.d.ts +6 -21
  50. package/dist-types/commands/CreateKeyCommand.d.ts +6 -21
  51. package/dist-types/commands/DeleteAliasCommand.d.ts +6 -21
  52. package/dist-types/commands/DeleteKeyCommand.d.ts +6 -21
  53. package/dist-types/commands/ExportKeyCommand.d.ts +6 -21
  54. package/dist-types/commands/GetAliasCommand.d.ts +6 -21
  55. package/dist-types/commands/GetKeyCommand.d.ts +6 -21
  56. package/dist-types/commands/GetParametersForExportCommand.d.ts +6 -21
  57. package/dist-types/commands/GetParametersForImportCommand.d.ts +6 -21
  58. package/dist-types/commands/GetPublicKeyCertificateCommand.d.ts +6 -21
  59. package/dist-types/commands/ImportKeyCommand.d.ts +6 -21
  60. package/dist-types/commands/ListAliasesCommand.d.ts +6 -21
  61. package/dist-types/commands/ListKeysCommand.d.ts +6 -21
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  63. package/dist-types/commands/RestoreKeyCommand.d.ts +6 -21
  64. package/dist-types/commands/StartKeyUsageCommand.d.ts +6 -21
  65. package/dist-types/commands/StopKeyUsageCommand.d.ts +6 -21
  66. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  67. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  68. package/dist-types/commands/UpdateAliasCommand.d.ts +6 -21
  69. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  70. package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
  71. package/dist-types/pagination/ListKeysPaginator.d.ts +1 -1
  72. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/ExportKeyCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/GetKeyCommand.d.ts +12 -23
  80. package/dist-types/ts3.4/commands/GetParametersForExportCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +12 -24
  82. package/dist-types/ts3.4/commands/GetPublicKeyCertificateCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/ImportKeyCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/RestoreKeyCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/StartKeyUsageCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/StopKeyUsageCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  94. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +3 -3
  95. package/dist-types/ts3.4/pagination/ListKeysPaginator.d.ts +3 -3
  96. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
  97. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteKeyInput, DeleteKeyOutput } from "../models/models_0";
5
4
  import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteKeyCommandInput extends DeleteKeyInput {
21
20
  */
22
21
  export interface DeleteKeyCommandOutput extends DeleteKeyOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteKeyCommand_base: {
24
+ new (input: DeleteKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyCommandInput, DeleteKeyCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the key material and metadata associated with Amazon Web Services Payment Cryptography key.</p>
@@ -126,23 +129,5 @@ export interface DeleteKeyCommandOutput extends DeleteKeyOutput, __MetadataBeare
126
129
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
127
130
  *
128
131
  */
129
- export declare class DeleteKeyCommand extends $Command<DeleteKeyCommandInput, DeleteKeyCommandOutput, PaymentCryptographyClientResolvedConfig> {
130
- readonly input: DeleteKeyCommandInput;
131
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
132
- /**
133
- * @public
134
- */
135
- constructor(input: DeleteKeyCommandInput);
136
- /**
137
- * @internal
138
- */
139
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PaymentCryptographyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteKeyCommandInput, DeleteKeyCommandOutput>;
140
- /**
141
- * @internal
142
- */
143
- private serialize;
144
- /**
145
- * @internal
146
- */
147
- private deserialize;
132
+ export declare class DeleteKeyCommand extends DeleteKeyCommand_base {
148
133
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ExportKeyInput, ExportKeyOutput } from "../models/models_0";
5
4
  import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ExportKeyCommandInput extends ExportKeyInput {
21
20
  */
22
21
  export interface ExportKeyCommandOutput extends ExportKeyOutput, __MetadataBearer {
23
22
  }
23
+ declare const ExportKeyCommand_base: {
24
+ new (input: ExportKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ExportKeyCommandInput, ExportKeyCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Exports a key from Amazon Web Services Payment Cryptography.</p>
@@ -171,23 +174,5 @@ export interface ExportKeyCommandOutput extends ExportKeyOutput, __MetadataBeare
171
174
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
172
175
  *
173
176
  */
174
- export declare class ExportKeyCommand extends $Command<ExportKeyCommandInput, ExportKeyCommandOutput, PaymentCryptographyClientResolvedConfig> {
175
- readonly input: ExportKeyCommandInput;
176
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
177
- /**
178
- * @public
179
- */
180
- constructor(input: ExportKeyCommandInput);
181
- /**
182
- * @internal
183
- */
184
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PaymentCryptographyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportKeyCommandInput, ExportKeyCommandOutput>;
185
- /**
186
- * @internal
187
- */
188
- private serialize;
189
- /**
190
- * @internal
191
- */
192
- private deserialize;
177
+ export declare class ExportKeyCommand extends ExportKeyCommand_base {
193
178
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetAliasInput, GetAliasOutput } from "../models/models_0";
5
4
  import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAliasCommandInput extends GetAliasInput {
21
20
  */
22
21
  export interface GetAliasCommandOutput extends GetAliasOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetAliasCommand_base: {
24
+ new (input: GetAliasCommandInput): import("@smithy/smithy-client").CommandImpl<GetAliasCommandInput, GetAliasCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the Amazon Web Services Payment Cryptography key associated with the alias.</p>
@@ -99,23 +102,5 @@ export interface GetAliasCommandOutput extends GetAliasOutput, __MetadataBearer
99
102
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
100
103
  *
101
104
  */
102
- export declare class GetAliasCommand extends $Command<GetAliasCommandInput, GetAliasCommandOutput, PaymentCryptographyClientResolvedConfig> {
103
- readonly input: GetAliasCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: GetAliasCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PaymentCryptographyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAliasCommandInput, GetAliasCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class GetAliasCommand extends GetAliasCommand_base {
121
106
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetKeyInput, GetKeyOutput } from "../models/models_0";
5
4
  import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetKeyCommandInput extends GetKeyInput {
21
20
  */
22
21
  export interface GetKeyCommandOutput extends GetKeyOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetKeyCommand_base: {
24
+ new (input: GetKeyCommandInput): import("@smithy/smithy-client").CommandImpl<GetKeyCommandInput, GetKeyCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable data specified when the key was created.</p>
@@ -120,23 +123,5 @@ export interface GetKeyCommandOutput extends GetKeyOutput, __MetadataBearer {
120
123
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
121
124
  *
122
125
  */
123
- export declare class GetKeyCommand extends $Command<GetKeyCommandInput, GetKeyCommandOutput, PaymentCryptographyClientResolvedConfig> {
124
- readonly input: GetKeyCommandInput;
125
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
126
- /**
127
- * @public
128
- */
129
- constructor(input: GetKeyCommandInput);
130
- /**
131
- * @internal
132
- */
133
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PaymentCryptographyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKeyCommandInput, GetKeyCommandOutput>;
134
- /**
135
- * @internal
136
- */
137
- private serialize;
138
- /**
139
- * @internal
140
- */
141
- private deserialize;
126
+ export declare class GetKeyCommand extends GetKeyCommand_base {
142
127
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetParametersForExportInput, GetParametersForExportOutput } from "../models/models_0";
5
4
  import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetParametersForExportCommandInput extends GetParametersForExpo
21
20
  */
22
21
  export interface GetParametersForExportCommandOutput extends GetParametersForExportOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetParametersForExportCommand_base: {
24
+ new (input: GetParametersForExportCommandInput): import("@smithy/smithy-client").CommandImpl<GetParametersForExportCommandInput, GetParametersForExportCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the export token and the signing key certificate to initiate a TR-34 key export from Amazon Web Services Payment Cryptography.</p>
@@ -98,23 +101,5 @@ export interface GetParametersForExportCommandOutput extends GetParametersForExp
98
101
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
99
102
  *
100
103
  */
101
- export declare class GetParametersForExportCommand extends $Command<GetParametersForExportCommandInput, GetParametersForExportCommandOutput, PaymentCryptographyClientResolvedConfig> {
102
- readonly input: GetParametersForExportCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: GetParametersForExportCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PaymentCryptographyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetParametersForExportCommandInput, GetParametersForExportCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class GetParametersForExportCommand extends GetParametersForExportCommand_base {
120
105
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetParametersForImportInput, GetParametersForImportOutput } from "../models/models_0";
5
4
  import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetParametersForImportCommandInput extends GetParametersForImpo
21
20
  */
22
21
  export interface GetParametersForImportCommandOutput extends GetParametersForImportOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetParametersForImportCommand_base: {
24
+ new (input: GetParametersForImportCommandInput): import("@smithy/smithy-client").CommandImpl<GetParametersForImportCommandInput, GetParametersForImportCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the import token and the wrapping key certificate in PEM format (base64 encoded) to initiate a TR-34 WrappedKeyBlock.</p>
@@ -98,23 +101,5 @@ export interface GetParametersForImportCommandOutput extends GetParametersForImp
98
101
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
99
102
  *
100
103
  */
101
- export declare class GetParametersForImportCommand extends $Command<GetParametersForImportCommandInput, GetParametersForImportCommandOutput, PaymentCryptographyClientResolvedConfig> {
102
- readonly input: GetParametersForImportCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: GetParametersForImportCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PaymentCryptographyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetParametersForImportCommandInput, GetParametersForImportCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class GetParametersForImportCommand extends GetParametersForImportCommand_base {
120
105
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetPublicKeyCertificateInput, GetPublicKeyCertificateOutput } from "../models/models_0";
5
4
  import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPublicKeyCertificateCommandInput extends GetPublicKeyCertifi
21
20
  */
22
21
  export interface GetPublicKeyCertificateCommandOutput extends GetPublicKeyCertificateOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetPublicKeyCertificateCommand_base: {
24
+ new (input: GetPublicKeyCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetPublicKeyCertificateCommandInput, GetPublicKeyCertificateCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the public key certificate of the asymmetric key pair that exists within Amazon Web Services Payment Cryptography.</p>
@@ -73,23 +76,5 @@ export interface GetPublicKeyCertificateCommandOutput extends GetPublicKeyCertif
73
76
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
74
77
  *
75
78
  */
76
- export declare class GetPublicKeyCertificateCommand extends $Command<GetPublicKeyCertificateCommandInput, GetPublicKeyCertificateCommandOutput, PaymentCryptographyClientResolvedConfig> {
77
- readonly input: GetPublicKeyCertificateCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: GetPublicKeyCertificateCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PaymentCryptographyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPublicKeyCertificateCommandInput, GetPublicKeyCertificateCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class GetPublicKeyCertificateCommand extends GetPublicKeyCertificateCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImportKeyInput, ImportKeyOutput } from "../models/models_0";
5
4
  import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ImportKeyCommandInput extends ImportKeyInput {
21
20
  */
22
21
  export interface ImportKeyCommandOutput extends ImportKeyOutput, __MetadataBearer {
23
22
  }
23
+ declare const ImportKeyCommand_base: {
24
+ new (input: ImportKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ImportKeyCommandInput, ImportKeyCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Imports symmetric keys and public key certificates in PEM format (base64 encoded) into Amazon Web Services Payment Cryptography.</p>
@@ -290,23 +293,5 @@ export interface ImportKeyCommandOutput extends ImportKeyOutput, __MetadataBeare
290
293
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
291
294
  *
292
295
  */
293
- export declare class ImportKeyCommand extends $Command<ImportKeyCommandInput, ImportKeyCommandOutput, PaymentCryptographyClientResolvedConfig> {
294
- readonly input: ImportKeyCommandInput;
295
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
296
- /**
297
- * @public
298
- */
299
- constructor(input: ImportKeyCommandInput);
300
- /**
301
- * @internal
302
- */
303
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PaymentCryptographyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportKeyCommandInput, ImportKeyCommandOutput>;
304
- /**
305
- * @internal
306
- */
307
- private serialize;
308
- /**
309
- * @internal
310
- */
311
- private deserialize;
296
+ export declare class ImportKeyCommand extends ImportKeyCommand_base {
312
297
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListAliasesInput, ListAliasesOutput } from "../models/models_0";
5
4
  import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAliasesCommandInput extends ListAliasesInput {
21
20
  */
22
21
  export interface ListAliasesCommandOutput extends ListAliasesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListAliasesCommand_base: {
24
+ new (input: ListAliasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAliasesCommandInput, ListAliasesCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region. You can filter the list of aliases. For more information, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-managealias.html">Using aliases</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>.</p>
@@ -105,23 +108,5 @@ export interface ListAliasesCommandOutput extends ListAliasesOutput, __MetadataB
105
108
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
106
109
  *
107
110
  */
108
- export declare class ListAliasesCommand extends $Command<ListAliasesCommandInput, ListAliasesCommandOutput, PaymentCryptographyClientResolvedConfig> {
109
- readonly input: ListAliasesCommandInput;
110
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
111
- /**
112
- * @public
113
- */
114
- constructor(input: ListAliasesCommandInput);
115
- /**
116
- * @internal
117
- */
118
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PaymentCryptographyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAliasesCommandInput, ListAliasesCommandOutput>;
119
- /**
120
- * @internal
121
- */
122
- private serialize;
123
- /**
124
- * @internal
125
- */
126
- private deserialize;
111
+ export declare class ListAliasesCommand extends ListAliasesCommand_base {
127
112
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListKeysInput, ListKeysOutput } from "../models/models_0";
5
4
  import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListKeysCommandInput extends ListKeysInput {
21
20
  */
22
21
  export interface ListKeysCommandOutput extends ListKeysOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListKeysCommand_base: {
24
+ new (input: ListKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListKeysCommandInput, ListKeysCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region. You can filter the list of keys.</p>
@@ -121,23 +124,5 @@ export interface ListKeysCommandOutput extends ListKeysOutput, __MetadataBearer
121
124
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
122
125
  *
123
126
  */
124
- export declare class ListKeysCommand extends $Command<ListKeysCommandInput, ListKeysCommandOutput, PaymentCryptographyClientResolvedConfig> {
125
- readonly input: ListKeysCommandInput;
126
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
127
- /**
128
- * @public
129
- */
130
- constructor(input: ListKeysCommandInput);
131
- /**
132
- * @internal
133
- */
134
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PaymentCryptographyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListKeysCommandInput, ListKeysCommandOutput>;
135
- /**
136
- * @internal
137
- */
138
- private serialize;
139
- /**
140
- * @internal
141
- */
142
- private deserialize;
127
+ export declare class ListKeysCommand extends ListKeysCommand_base {
143
128
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
4
  import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the tags for an Amazon Web Services resource.</p>
@@ -97,23 +100,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
97
100
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
98
101
  *
99
102
  */
100
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PaymentCryptographyClientResolvedConfig> {
101
- readonly input: ListTagsForResourceCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: ListTagsForResourceCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PaymentCryptographyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
119
104
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { RestoreKeyInput, RestoreKeyOutput } from "../models/models_0";
5
4
  import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RestoreKeyCommandInput extends RestoreKeyInput {
21
20
  */
22
21
  export interface RestoreKeyCommandOutput extends RestoreKeyOutput, __MetadataBearer {
23
22
  }
23
+ declare const RestoreKeyCommand_base: {
24
+ new (input: RestoreKeyCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreKeyCommandInput, RestoreKeyCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Cancels a scheduled key deletion during the waiting period. Use this operation to restore a <code>Key</code> that is scheduled for deletion.</p>
@@ -128,23 +131,5 @@ export interface RestoreKeyCommandOutput extends RestoreKeyOutput, __MetadataBea
128
131
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
129
132
  *
130
133
  */
131
- export declare class RestoreKeyCommand extends $Command<RestoreKeyCommandInput, RestoreKeyCommandOutput, PaymentCryptographyClientResolvedConfig> {
132
- readonly input: RestoreKeyCommandInput;
133
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
134
- /**
135
- * @public
136
- */
137
- constructor(input: RestoreKeyCommandInput);
138
- /**
139
- * @internal
140
- */
141
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PaymentCryptographyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreKeyCommandInput, RestoreKeyCommandOutput>;
142
- /**
143
- * @internal
144
- */
145
- private serialize;
146
- /**
147
- * @internal
148
- */
149
- private deserialize;
134
+ export declare class RestoreKeyCommand extends RestoreKeyCommand_base {
150
135
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { StartKeyUsageInput, StartKeyUsageOutput } from "../models/models_0";
5
4
  import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartKeyUsageCommandInput extends StartKeyUsageInput {
21
20
  */
22
21
  export interface StartKeyUsageCommandOutput extends StartKeyUsageOutput, __MetadataBearer {
23
22
  }
23
+ declare const StartKeyUsageCommand_base: {
24
+ new (input: StartKeyUsageCommandInput): import("@smithy/smithy-client").CommandImpl<StartKeyUsageCommandInput, StartKeyUsageCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Enables an Amazon Web Services Payment Cryptography key, which makes it active for cryptographic operations within Amazon Web Services Payment Cryptography</p>
@@ -116,23 +119,5 @@ export interface StartKeyUsageCommandOutput extends StartKeyUsageOutput, __Metad
116
119
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
117
120
  *
118
121
  */
119
- export declare class StartKeyUsageCommand extends $Command<StartKeyUsageCommandInput, StartKeyUsageCommandOutput, PaymentCryptographyClientResolvedConfig> {
120
- readonly input: StartKeyUsageCommandInput;
121
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
122
- /**
123
- * @public
124
- */
125
- constructor(input: StartKeyUsageCommandInput);
126
- /**
127
- * @internal
128
- */
129
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PaymentCryptographyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartKeyUsageCommandInput, StartKeyUsageCommandOutput>;
130
- /**
131
- * @internal
132
- */
133
- private serialize;
134
- /**
135
- * @internal
136
- */
137
- private deserialize;
122
+ export declare class StartKeyUsageCommand extends StartKeyUsageCommand_base {
138
123
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { StopKeyUsageInput, StopKeyUsageOutput } from "../models/models_0";
5
4
  import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopKeyUsageCommandInput extends StopKeyUsageInput {
21
20
  */
22
21
  export interface StopKeyUsageCommandOutput extends StopKeyUsageOutput, __MetadataBearer {
23
22
  }
23
+ declare const StopKeyUsageCommand_base: {
24
+ new (input: StopKeyUsageCommandInput): import("@smithy/smithy-client").CommandImpl<StopKeyUsageCommandInput, StopKeyUsageCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disables an Amazon Web Services Payment Cryptography key, which makes it inactive within Amazon Web Services Payment Cryptography.</p>
@@ -122,23 +125,5 @@ export interface StopKeyUsageCommandOutput extends StopKeyUsageOutput, __Metadat
122
125
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
123
126
  *
124
127
  */
125
- export declare class StopKeyUsageCommand extends $Command<StopKeyUsageCommandInput, StopKeyUsageCommandOutput, PaymentCryptographyClientResolvedConfig> {
126
- readonly input: StopKeyUsageCommandInput;
127
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
- /**
129
- * @public
130
- */
131
- constructor(input: StopKeyUsageCommandInput);
132
- /**
133
- * @internal
134
- */
135
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PaymentCryptographyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopKeyUsageCommandInput, StopKeyUsageCommandOutput>;
136
- /**
137
- * @internal
138
- */
139
- private serialize;
140
- /**
141
- * @internal
142
- */
143
- private deserialize;
128
+ export declare class StopKeyUsageCommand extends StopKeyUsageCommand_base {
144
129
  }