@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.
- package/dist-cjs/commands/CreateAliasCommand.js +18 -41
- package/dist-cjs/commands/CreateKeyCommand.js +18 -41
- package/dist-cjs/commands/DeleteAliasCommand.js +18 -41
- package/dist-cjs/commands/DeleteKeyCommand.js +18 -41
- package/dist-cjs/commands/ExportKeyCommand.js +18 -41
- package/dist-cjs/commands/GetAliasCommand.js +18 -41
- package/dist-cjs/commands/GetKeyCommand.js +18 -41
- package/dist-cjs/commands/GetParametersForExportCommand.js +18 -41
- package/dist-cjs/commands/GetParametersForImportCommand.js +18 -41
- package/dist-cjs/commands/GetPublicKeyCertificateCommand.js +18 -41
- package/dist-cjs/commands/ImportKeyCommand.js +18 -41
- package/dist-cjs/commands/ListAliasesCommand.js +18 -41
- package/dist-cjs/commands/ListKeysCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/RestoreKeyCommand.js +18 -41
- package/dist-cjs/commands/StartKeyUsageCommand.js +18 -41
- package/dist-cjs/commands/StopKeyUsageCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAliasCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListAliasesPaginator.js +2 -24
- package/dist-cjs/pagination/ListKeysPaginator.js +2 -24
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
- package/dist-es/commands/CreateAliasCommand.js +18 -41
- package/dist-es/commands/CreateKeyCommand.js +18 -41
- package/dist-es/commands/DeleteAliasCommand.js +18 -41
- package/dist-es/commands/DeleteKeyCommand.js +18 -41
- package/dist-es/commands/ExportKeyCommand.js +18 -41
- package/dist-es/commands/GetAliasCommand.js +18 -41
- package/dist-es/commands/GetKeyCommand.js +18 -41
- package/dist-es/commands/GetParametersForExportCommand.js +18 -41
- package/dist-es/commands/GetParametersForImportCommand.js +18 -41
- package/dist-es/commands/GetPublicKeyCertificateCommand.js +18 -41
- package/dist-es/commands/ImportKeyCommand.js +18 -41
- package/dist-es/commands/ListAliasesCommand.js +18 -41
- package/dist-es/commands/ListKeysCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/RestoreKeyCommand.js +18 -41
- package/dist-es/commands/StartKeyUsageCommand.js +18 -41
- package/dist-es/commands/StopKeyUsageCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAliasCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListAliasesPaginator.js +2 -23
- package/dist-es/pagination/ListKeysPaginator.js +2 -23
- package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
- package/dist-types/commands/CreateAliasCommand.d.ts +6 -21
- package/dist-types/commands/CreateKeyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAliasCommand.d.ts +6 -21
- package/dist-types/commands/DeleteKeyCommand.d.ts +6 -21
- package/dist-types/commands/ExportKeyCommand.d.ts +6 -21
- package/dist-types/commands/GetAliasCommand.d.ts +6 -21
- package/dist-types/commands/GetKeyCommand.d.ts +6 -21
- package/dist-types/commands/GetParametersForExportCommand.d.ts +6 -21
- package/dist-types/commands/GetParametersForImportCommand.d.ts +6 -21
- package/dist-types/commands/GetPublicKeyCertificateCommand.d.ts +6 -21
- package/dist-types/commands/ImportKeyCommand.d.ts +6 -21
- package/dist-types/commands/ListAliasesCommand.d.ts +6 -21
- package/dist-types/commands/ListKeysCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/RestoreKeyCommand.d.ts +6 -21
- package/dist-types/commands/StartKeyUsageCommand.d.ts +6 -21
- package/dist-types/commands/StopKeyUsageCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAliasCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListKeysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ExportKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetKeyCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetParametersForExportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetPublicKeyCertificateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ImportKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RestoreKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartKeyUsageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopKeyUsageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListKeysPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
- 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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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
|
}
|