@aws-sdk/client-payment-cryptography 3.478.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-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-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/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/package.json +9 -9
|
@@ -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
|
}
|
|
@@ -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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
5
4
|
import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds or edits tags on an Amazon Web Services Payment Cryptography key.</p>
|
|
@@ -100,23 +103,5 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
100
103
|
* <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
|
|
101
104
|
*
|
|
102
105
|
*/
|
|
103
|
-
export declare class TagResourceCommand extends
|
|
104
|
-
readonly input: TagResourceCommandInput;
|
|
105
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
106
|
-
/**
|
|
107
|
-
* @public
|
|
108
|
-
*/
|
|
109
|
-
constructor(input: TagResourceCommandInput);
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PaymentCryptographyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private serialize;
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
private deserialize;
|
|
106
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
122
107
|
}
|
|
@@ -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 { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
5
4
|
import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a tag from an Amazon Web Services Payment Cryptography key.</p>
|
|
@@ -93,23 +96,5 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
93
96
|
* <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
|
|
94
97
|
*
|
|
95
98
|
*/
|
|
96
|
-
export declare class UntagResourceCommand extends
|
|
97
|
-
readonly input: UntagResourceCommandInput;
|
|
98
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
99
|
-
/**
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
102
|
-
constructor(input: UntagResourceCommandInput);
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PaymentCryptographyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private serialize;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private deserialize;
|
|
99
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
115
100
|
}
|
|
@@ -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 { UpdateAliasInput, UpdateAliasOutput } from "../models/models_0";
|
|
5
4
|
import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateAliasCommandInput extends UpdateAliasInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateAliasCommandOutput extends UpdateAliasOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateAliasCommand_base: {
|
|
24
|
+
new (input: UpdateAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAliasCommandInput, UpdateAliasCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Associates an existing Amazon Web Services Payment Cryptography alias with a different key. Each alias is associated with only one Amazon Web Services Payment Cryptography key at a time, although a key can have multiple aliases. The alias and the Amazon Web Services Payment Cryptography key must be in the same Amazon Web Services account and Amazon Web Services Region</p>
|
|
@@ -103,23 +106,5 @@ export interface UpdateAliasCommandOutput extends UpdateAliasOutput, __MetadataB
|
|
|
103
106
|
* <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
|
|
104
107
|
*
|
|
105
108
|
*/
|
|
106
|
-
export declare class UpdateAliasCommand extends
|
|
107
|
-
readonly input: UpdateAliasCommandInput;
|
|
108
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
109
|
-
/**
|
|
110
|
-
* @public
|
|
111
|
-
*/
|
|
112
|
-
constructor(input: UpdateAliasCommandInput);
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PaymentCryptographyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAliasCommandInput, UpdateAliasCommandOutput>;
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private serialize;
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
private deserialize;
|
|
109
|
+
export declare class UpdateAliasCommand extends UpdateAliasCommand_base {
|
|
125
110
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { CreateAliasInput, CreateAliasOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
PaymentCryptographyClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface CreateAliasCommandInput extends CreateAliasInput {}
|
|
|
17
11
|
export interface CreateAliasCommandOutput
|
|
18
12
|
extends CreateAliasOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const CreateAliasCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreateAliasCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CreateAliasCommandInput,
|
|
19
|
+
CreateAliasCommandOutput,
|
|
20
|
+
PaymentCryptographyClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreateAliasCommand extends CreateAliasCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { CreateKeyInput, CreateKeyOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
PaymentCryptographyClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface CreateKeyCommandInput extends CreateKeyInput {}
|
|
|
17
11
|
export interface CreateKeyCommandOutput
|
|
18
12
|
extends CreateKeyOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const CreateKeyCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreateKeyCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CreateKeyCommandInput,
|
|
19
|
+
CreateKeyCommandOutput,
|
|
20
|
+
PaymentCryptographyClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreateKeyCommand extends CreateKeyCommand_base {}
|