@aws-sdk/client-payment-cryptography 3.529.1 → 3.535.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 (53) hide show
  1. package/dist-types/PaymentCryptography.d.ts +3 -1
  2. package/dist-types/PaymentCryptographyClient.d.ts +1 -1
  3. package/dist-types/commands/CreateAliasCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateKeyCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteAliasCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteKeyCommand.d.ts +2 -1
  7. package/dist-types/commands/ExportKeyCommand.d.ts +2 -1
  8. package/dist-types/commands/GetAliasCommand.d.ts +2 -1
  9. package/dist-types/commands/GetKeyCommand.d.ts +2 -1
  10. package/dist-types/commands/GetParametersForExportCommand.d.ts +2 -1
  11. package/dist-types/commands/GetParametersForImportCommand.d.ts +2 -1
  12. package/dist-types/commands/GetPublicKeyCertificateCommand.d.ts +2 -1
  13. package/dist-types/commands/ImportKeyCommand.d.ts +2 -1
  14. package/dist-types/commands/ListAliasesCommand.d.ts +2 -1
  15. package/dist-types/commands/ListKeysCommand.d.ts +2 -1
  16. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  17. package/dist-types/commands/RestoreKeyCommand.d.ts +2 -1
  18. package/dist-types/commands/StartKeyUsageCommand.d.ts +2 -1
  19. package/dist-types/commands/StopKeyUsageCommand.d.ts +2 -1
  20. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  21. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/UpdateAliasCommand.d.ts +2 -1
  23. package/dist-types/models/models_0.d.ts +177 -177
  24. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  25. package/dist-types/runtimeConfig.d.ts +2 -2
  26. package/dist-types/runtimeConfig.native.d.ts +2 -2
  27. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  28. package/dist-types/ts3.4/PaymentCryptography.d.ts +2 -0
  29. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +9 -0
  30. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +9 -0
  31. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/ExportKeyCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/GetKeyCommand.d.ts +7 -0
  36. package/dist-types/ts3.4/commands/GetParametersForExportCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/GetPublicKeyCertificateCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/ImportKeyCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/RestoreKeyCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/StartKeyUsageCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/StopKeyUsageCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  50. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  51. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  52. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  53. package/package.json +40 -40
@@ -90,12 +90,14 @@ export interface PaymentCryptography {
90
90
  /**
91
91
  * @see {@link ListAliasesCommand}
92
92
  */
93
+ listAliases(): Promise<ListAliasesCommandOutput>;
93
94
  listAliases(args: ListAliasesCommandInput, options?: __HttpHandlerOptions): Promise<ListAliasesCommandOutput>;
94
95
  listAliases(args: ListAliasesCommandInput, cb: (err: any, data?: ListAliasesCommandOutput) => void): void;
95
96
  listAliases(args: ListAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAliasesCommandOutput) => void): void;
96
97
  /**
97
98
  * @see {@link ListKeysCommand}
98
99
  */
100
+ listKeys(): Promise<ListKeysCommandOutput>;
99
101
  listKeys(args: ListKeysCommandInput, options?: __HttpHandlerOptions): Promise<ListKeysCommandOutput>;
100
102
  listKeys(args: ListKeysCommandInput, cb: (err: any, data?: ListKeysCommandOutput) => void): void;
101
103
  listKeys(args: ListKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKeysCommandOutput) => void): void;
@@ -143,12 +145,12 @@ export interface PaymentCryptography {
143
145
  updateAlias(args: UpdateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAliasCommandOutput) => void): void;
144
146
  }
145
147
  /**
146
- * @public
147
148
  * <p>Amazon Web Services Payment Cryptography Control Plane APIs manage encryption keys for use during payment-related cryptographic operations. You can create, import, export, share, manage, and delete keys. You can also manage Identity and Access Management (IAM) policies for keys. For more information, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/security-iam.html">Identity and access management</a> in the <i>Amazon Web Services Payment Cryptography User Guide.</i>
148
149
  * </p>
149
150
  * <p>To use encryption keys for payment-related transaction processing and associated cryptographic operations, you use the <a href="https://docs.aws.amazon.com/payment-cryptography/latest/DataAPIReference/Welcome.html">Amazon Web Services Payment Cryptography Data Plane</a>. You can perform actions like encrypt, decrypt, generate, and verify payment-related data.</p>
150
151
  * <p>All Amazon Web Services Payment Cryptography API calls must be signed and transmitted using Transport Layer Security (TLS). We recommend you always use the latest supported TLS version for logging API requests. </p>
151
152
  * <p>Amazon Web Services Payment Cryptography supports CloudTrail for control plane operations, a service that logs Amazon Web Services API calls and related events for your Amazon Web Services account and delivers them to an Amazon S3 bucket you specify. By using the information collected by CloudTrail, you can determine what requests were made to Amazon Web Services Payment Cryptography, who made the request, when it was made, and so on. If you don't configure a trail, you can still view the most recent events in the CloudTrail console. For more information, see the <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/">CloudTrail User Guide</a>.</p>
153
+ * @public
152
154
  */
153
155
  export declare class PaymentCryptography extends PaymentCryptographyClient implements PaymentCryptography {
154
156
  }
@@ -171,12 +171,12 @@ export type PaymentCryptographyClientResolvedConfigType = __SmithyResolvedConfig
171
171
  export interface PaymentCryptographyClientResolvedConfig extends PaymentCryptographyClientResolvedConfigType {
172
172
  }
173
173
  /**
174
- * @public
175
174
  * <p>Amazon Web Services Payment Cryptography Control Plane APIs manage encryption keys for use during payment-related cryptographic operations. You can create, import, export, share, manage, and delete keys. You can also manage Identity and Access Management (IAM) policies for keys. For more information, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/security-iam.html">Identity and access management</a> in the <i>Amazon Web Services Payment Cryptography User Guide.</i>
176
175
  * </p>
177
176
  * <p>To use encryption keys for payment-related transaction processing and associated cryptographic operations, you use the <a href="https://docs.aws.amazon.com/payment-cryptography/latest/DataAPIReference/Welcome.html">Amazon Web Services Payment Cryptography Data Plane</a>. You can perform actions like encrypt, decrypt, generate, and verify payment-related data.</p>
178
177
  * <p>All Amazon Web Services Payment Cryptography API calls must be signed and transmitted using Transport Layer Security (TLS). We recommend you always use the latest supported TLS version for logging API requests. </p>
179
178
  * <p>Amazon Web Services Payment Cryptography supports CloudTrail for control plane operations, a service that logs Amazon Web Services API calls and related events for your Amazon Web Services account and delivers them to an Amazon S3 bucket you specify. By using the information collected by CloudTrail, you can determine what requests were made to Amazon Web Services Payment Cryptography, who made the request, when it was made, and so on. If you don't configure a trail, you can still view the most recent events in the CloudTrail console. For more information, see the <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/">CloudTrail User Guide</a>.</p>
179
+ * @public
180
180
  */
181
181
  export declare class PaymentCryptographyClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, PaymentCryptographyClientResolvedConfig> {
182
182
  /**
@@ -22,10 +22,10 @@ export interface CreateAliasCommandOutput extends CreateAliasOutput, __MetadataB
22
22
  }
23
23
  declare const CreateAliasCommand_base: {
24
24
  new (input: CreateAliasCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAliasCommandInput, CreateAliasCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAliasCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAliasCommandInput, CreateAliasCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an <i>alias</i>, or a friendly name, for an Amazon Web Services Payment Cryptography key. You can use an alias to identify a key in the console and when you call cryptographic operations such as <a href="https://docs.aws.amazon.com/payment-cryptography/latest/DataAPIReference/API_EncryptData.html">EncryptData</a> or <a href="https://docs.aws.amazon.com/payment-cryptography/latest/DataAPIReference/API_DecryptData.html">DecryptData</a>.</p>
30
30
  * <p>You can associate the alias with any key in the same Amazon Web Services Region. Each alias is associated with only one key at a time, but a key can have multiple aliases. You can't create an alias without a key. The alias must be unique in the account and Amazon Web Services Region, but you can create another alias with the same name in a different Amazon Web Services Region.</p>
31
31
  * <p>To change the key that's associated with the alias, call <a>UpdateAlias</a>. To delete the alias, call <a>DeleteAlias</a>. These operations don't affect the underlying key. To get the alias that you created, call <a>ListAliases</a>.</p>
@@ -110,6 +110,7 @@ declare const CreateAliasCommand_base: {
110
110
  * @throws {@link PaymentCryptographyServiceException}
111
111
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
112
112
  *
113
+ * @public
113
114
  */
114
115
  export declare class CreateAliasCommand extends CreateAliasCommand_base {
115
116
  }
@@ -22,10 +22,10 @@ export interface CreateKeyCommandOutput extends CreateKeyOutput, __MetadataBeare
22
22
  }
23
23
  declare const CreateKeyCommand_base: {
24
24
  new (input: CreateKeyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKeyCommandInput, CreateKeyCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateKeyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKeyCommandInput, CreateKeyCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Amazon Web Services Payment Cryptography key, a logical representation of a cryptographic key, that is unique in your account and Amazon Web Services Region. You use keys for cryptographic functions such as encryption and decryption. </p>
30
30
  * <p>In addition to the key material used in cryptographic operations, an Amazon Web Services Payment Cryptography key includes metadata such as the key ARN, key usage, key origin, creation date, description, and key state.</p>
31
31
  * <p>When you create a key, you specify both immutable and mutable data about the key. The immutable data contains key attributes that define the scope and cryptographic operations that you can perform using the key, for example key class (example: <code>SYMMETRIC_KEY</code>), key algorithm (example: <code>TDES_2KEY</code>), key usage (example: <code>TR31_P0_PIN_ENCRYPTION_KEY</code>) and key modes of use (example: <code>Encrypt</code>). For information about valid combinations of key attributes, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-validattributes.html">Understanding key attributes</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>. The mutable data contained within a key includes usage timestamp and key deletion timestamp and can be modified after creation.</p>
@@ -155,6 +155,7 @@ declare const CreateKeyCommand_base: {
155
155
  * @throws {@link PaymentCryptographyServiceException}
156
156
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
157
157
  *
158
+ * @public
158
159
  */
159
160
  export declare class CreateKeyCommand extends CreateKeyCommand_base {
160
161
  }
@@ -22,10 +22,10 @@ export interface DeleteAliasCommandOutput extends DeleteAliasOutput, __MetadataB
22
22
  }
23
23
  declare const DeleteAliasCommand_base: {
24
24
  new (input: DeleteAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAliasCommandInput, DeleteAliasCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAliasCommandInput, DeleteAliasCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the alias, but doesn't affect the underlying key.</p>
30
30
  * <p>Each key can have multiple aliases. To get the aliases of all keys, use the <a>ListAliases</a> operation. To change the alias of a key, first use <a>DeleteAlias</a> to delete the current alias and then use <a>CreateAlias</a> to create a new alias. To associate an existing alias with a different key, call <a>UpdateAlias</a>.</p>
31
31
  * <p>
@@ -100,6 +100,7 @@ declare const DeleteAliasCommand_base: {
100
100
  * @throws {@link PaymentCryptographyServiceException}
101
101
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class DeleteAliasCommand extends DeleteAliasCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface DeleteKeyCommandOutput extends DeleteKeyOutput, __MetadataBeare
22
22
  }
23
23
  declare const DeleteKeyCommand_base: {
24
24
  new (input: DeleteKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyCommandInput, DeleteKeyCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyCommandInput, DeleteKeyCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the key material and metadata associated with Amazon Web Services Payment Cryptography key.</p>
30
30
  * <p>Key deletion is irreversible. After a key is deleted, you can't perform cryptographic operations using the key. For example, you can't decrypt data that was encrypted by a deleted Amazon Web Services Payment Cryptography key, and the data may become unrecoverable. Because key deletion is destructive, Amazon Web Services Payment Cryptography has a safety mechanism to prevent accidental deletion of a key. When you call this operation, Amazon Web Services Payment Cryptography disables the specified key but doesn't delete it until after a waiting period set using <code>DeleteKeyInDays</code>. The default waiting period is 7 days. During the waiting period, the <code>KeyState</code> is <code>DELETE_PENDING</code>. After the key is deleted, the <code>KeyState</code> is <code>DELETE_COMPLETE</code>.</p>
31
31
  * <p>You should delete a key only when you are sure that you don't need to use it anymore and no other parties are utilizing this key. If you aren't sure, consider deactivating it instead by calling <a>StopKeyUsage</a>.</p>
@@ -128,6 +128,7 @@ declare const DeleteKeyCommand_base: {
128
128
  * @throws {@link PaymentCryptographyServiceException}
129
129
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
130
130
  *
131
+ * @public
131
132
  */
132
133
  export declare class DeleteKeyCommand extends DeleteKeyCommand_base {
133
134
  }
@@ -22,10 +22,10 @@ export interface ExportKeyCommandOutput extends ExportKeyOutput, __MetadataBeare
22
22
  }
23
23
  declare const ExportKeyCommand_base: {
24
24
  new (input: ExportKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ExportKeyCommandInput, ExportKeyCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ExportKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ExportKeyCommandInput, ExportKeyCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Exports a key from Amazon Web Services Payment Cryptography.</p>
30
30
  * <p>Amazon Web Services Payment Cryptography simplifies key exchange by replacing the existing paper-based approach with a modern electronic approach. With <code>ExportKey</code> you can export symmetric keys using either symmetric and asymmetric key exchange mechanisms. Using this operation, you can share your Amazon Web Services Payment Cryptography generated keys with other service partners to perform cryptographic operations outside of Amazon Web Services Payment Cryptography </p>
31
31
  * <p>For symmetric key exchange, Amazon Web Services Payment Cryptography uses the ANSI X9 TR-31 norm in accordance with PCI PIN guidelines. And for asymmetric key exchange, Amazon Web Services Payment Cryptography supports ANSI X9 TR-34 norm and RSA wrap and unwrap key exchange mechanism. Asymmetric key exchange methods are typically used to establish bi-directional trust between the two parties exhanging keys and are used for initial key exchange such as Key Encryption Key (KEK). After which you can export working keys using symmetric method to perform various cryptographic operations within Amazon Web Services Payment Cryptography.</p>
@@ -198,6 +198,7 @@ declare const ExportKeyCommand_base: {
198
198
  * @throws {@link PaymentCryptographyServiceException}
199
199
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
200
200
  *
201
+ * @public
201
202
  */
202
203
  export declare class ExportKeyCommand extends ExportKeyCommand_base {
203
204
  }
@@ -22,10 +22,10 @@ export interface GetAliasCommandOutput extends GetAliasOutput, __MetadataBearer
22
22
  }
23
23
  declare const GetAliasCommand_base: {
24
24
  new (input: GetAliasCommandInput): import("@smithy/smithy-client").CommandImpl<GetAliasCommandInput, GetAliasCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAliasCommandInput): import("@smithy/smithy-client").CommandImpl<GetAliasCommandInput, GetAliasCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the Amazon Web Services Payment Cryptography key associated with the alias.</p>
30
30
  * <p>
31
31
  * <b>Cross-account use:</b> This operation can't be used across different Amazon Web Services accounts.</p>
@@ -101,6 +101,7 @@ declare const GetAliasCommand_base: {
101
101
  * @throws {@link PaymentCryptographyServiceException}
102
102
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class GetAliasCommand extends GetAliasCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface GetKeyCommandOutput extends GetKeyOutput, __MetadataBearer {
22
22
  }
23
23
  declare const GetKeyCommand_base: {
24
24
  new (input: GetKeyCommandInput): import("@smithy/smithy-client").CommandImpl<GetKeyCommandInput, GetKeyCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetKeyCommandInput): import("@smithy/smithy-client").CommandImpl<GetKeyCommandInput, GetKeyCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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>
30
30
  * <p>
31
31
  * <b>Cross-account use:</b> This operation can't be used across different Amazon Web Services accounts.</p>
@@ -122,6 +122,7 @@ declare const GetKeyCommand_base: {
122
122
  * @throws {@link PaymentCryptographyServiceException}
123
123
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
124
124
  *
125
+ * @public
125
126
  */
126
127
  export declare class GetKeyCommand extends GetKeyCommand_base {
127
128
  }
@@ -22,10 +22,10 @@ export interface GetParametersForExportCommandOutput extends GetParametersForExp
22
22
  }
23
23
  declare const GetParametersForExportCommand_base: {
24
24
  new (input: GetParametersForExportCommandInput): import("@smithy/smithy-client").CommandImpl<GetParametersForExportCommandInput, GetParametersForExportCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetParametersForExportCommandInput): import("@smithy/smithy-client").CommandImpl<GetParametersForExportCommandInput, GetParametersForExportCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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>
30
30
  * <p>The signing key certificate signs the wrapped key under export within the TR-34 key payload. The export token and signing key certificate must be in place and operational before calling <a>ExportKey</a>. The export token expires in 7 days. You can use the same export token to export multiple keys from your service account.</p>
31
31
  * <p>
@@ -100,6 +100,7 @@ declare const GetParametersForExportCommand_base: {
100
100
  * @throws {@link PaymentCryptographyServiceException}
101
101
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class GetParametersForExportCommand extends GetParametersForExportCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface GetParametersForImportCommandOutput extends GetParametersForImp
22
22
  }
23
23
  declare const GetParametersForImportCommand_base: {
24
24
  new (input: GetParametersForImportCommandInput): import("@smithy/smithy-client").CommandImpl<GetParametersForImportCommandInput, GetParametersForImportCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetParametersForImportCommandInput): import("@smithy/smithy-client").CommandImpl<GetParametersForImportCommandInput, GetParametersForImportCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the import token and the wrapping key certificate in PEM format (base64 encoded) to initiate a TR-34 WrappedKeyBlock or a RSA WrappedKeyCryptogram import into Amazon Web Services Payment Cryptography.</p>
30
30
  * <p>The wrapping key certificate wraps the key under import. The import token and wrapping key certificate must be in place and operational before calling <a>ImportKey</a>. The import token expires in 7 days. You can use the same import token to import multiple keys into your service account.</p>
31
31
  * <p>
@@ -100,6 +100,7 @@ declare const GetParametersForImportCommand_base: {
100
100
  * @throws {@link PaymentCryptographyServiceException}
101
101
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class GetParametersForImportCommand extends GetParametersForImportCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface GetPublicKeyCertificateCommandOutput extends GetPublicKeyCertif
22
22
  }
23
23
  declare const GetPublicKeyCertificateCommand_base: {
24
24
  new (input: GetPublicKeyCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetPublicKeyCertificateCommandInput, GetPublicKeyCertificateCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPublicKeyCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetPublicKeyCertificateCommandInput, GetPublicKeyCertificateCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the public key certificate of the asymmetric key pair that exists within Amazon Web Services Payment Cryptography.</p>
30
30
  * <p>Unlike the private key of an asymmetric key, which never leaves Amazon Web Services Payment Cryptography unencrypted, callers with <code>GetPublicKeyCertificate</code> permission can download the public key certificate of the asymmetric key. You can share the public key certificate to allow others to encrypt messages and verify signatures outside of Amazon Web Services Payment Cryptography</p>
31
31
  * <p>
@@ -75,6 +75,7 @@ declare const GetPublicKeyCertificateCommand_base: {
75
75
  * @throws {@link PaymentCryptographyServiceException}
76
76
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class GetPublicKeyCertificateCommand extends GetPublicKeyCertificateCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface ImportKeyCommandOutput extends ImportKeyOutput, __MetadataBeare
22
22
  }
23
23
  declare const ImportKeyCommand_base: {
24
24
  new (input: ImportKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ImportKeyCommandInput, ImportKeyCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ImportKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ImportKeyCommandInput, ImportKeyCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Imports symmetric keys and public key certificates in PEM format (base64 encoded) into Amazon Web Services Payment Cryptography.</p>
30
30
  * <p>Amazon Web Services Payment Cryptography simplifies key exchange by replacing the existing paper-based approach with a modern electronic approach. With <code>ImportKey</code> you can import symmetric keys using either symmetric and asymmetric key exchange mechanisms.</p>
31
31
  * <p>For symmetric key exchange, Amazon Web Services Payment Cryptography uses the ANSI X9 TR-31 norm in accordance with PCI PIN guidelines. And for asymmetric key exchange, Amazon Web Services Payment Cryptography supports ANSI X9 TR-34 norm and RSA wrap and unwrap key exchange mechanisms. Asymmetric key exchange methods are typically used to establish bi-directional trust between the two parties exhanging keys and are used for initial key exchange such as Key Encryption Key (KEK) or Zone Master Key (ZMK). After which you can import working keys using symmetric method to perform various cryptographic operations within Amazon Web Services Payment Cryptography.</p>
@@ -319,6 +319,7 @@ declare const ImportKeyCommand_base: {
319
319
  * @throws {@link PaymentCryptographyServiceException}
320
320
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
321
321
  *
322
+ * @public
322
323
  */
323
324
  export declare class ImportKeyCommand extends ImportKeyCommand_base {
324
325
  }
@@ -22,10 +22,10 @@ export interface ListAliasesCommandOutput extends ListAliasesOutput, __MetadataB
22
22
  }
23
23
  declare const ListAliasesCommand_base: {
24
24
  new (input: ListAliasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAliasesCommandInput, ListAliasesCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListAliasesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAliasesCommandInput, ListAliasesCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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>
30
30
  * <p>This is a paginated operation, which means that each response might contain only a subset of all the aliases. When the response contains only a subset of aliases, it includes a <code>NextToken</code> value.
31
31
  * Use this value in a subsequent <code>ListAliases</code> request to get more aliases. When you receive a response with no NextToken (or an empty or null value), that means there are no more aliases to get.</p>
@@ -107,6 +107,7 @@ declare const ListAliasesCommand_base: {
107
107
  * @throws {@link PaymentCryptographyServiceException}
108
108
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class ListAliasesCommand extends ListAliasesCommand_base {
112
113
  }
@@ -22,10 +22,10 @@ export interface ListKeysCommandOutput extends ListKeysOutput, __MetadataBearer
22
22
  }
23
23
  declare const ListKeysCommand_base: {
24
24
  new (input: ListKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListKeysCommandInput, ListKeysCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListKeysCommandInput]): import("@smithy/smithy-client").CommandImpl<ListKeysCommandInput, ListKeysCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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>
30
30
  * <p>This is a paginated operation, which means that each response might contain only a subset of all the keys.
31
31
  * When the response contains only a subset of keys, it includes a <code>NextToken</code> value. Use this value in a subsequent <code>ListKeys</code> request to get more keys.
@@ -123,6 +123,7 @@ declare const ListKeysCommand_base: {
123
123
  * @throws {@link PaymentCryptographyServiceException}
124
124
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
125
125
  *
126
+ * @public
126
127
  */
127
128
  export declare class ListKeysCommand extends ListKeysCommand_base {
128
129
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags for an Amazon Web Services resource.</p>
30
30
  * <p>This is a paginated operation, which means that each response might contain only a subset of all the tags.
31
31
  * When the response contains only a subset of tags, it includes a <code>NextToken</code> value. Use this value in a subsequent <code>ListTagsForResource</code> request to get more tags.
@@ -99,6 +99,7 @@ declare const ListTagsForResourceCommand_base: {
99
99
  * @throws {@link PaymentCryptographyServiceException}
100
100
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface RestoreKeyCommandOutput extends RestoreKeyOutput, __MetadataBea
22
22
  }
23
23
  declare const RestoreKeyCommand_base: {
24
24
  new (input: RestoreKeyCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreKeyCommandInput, RestoreKeyCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RestoreKeyCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreKeyCommandInput, RestoreKeyCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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>
30
30
  * <p>During the waiting period, the <code>KeyState</code> is <code>DELETE_PENDING</code> and <code>deletePendingTimestamp</code> contains the date and time after which the <code>Key</code> will be deleted.
31
31
  * After <code>Key</code> is restored, the <code>KeyState</code> is <code>CREATE_COMPLETE</code>, and the value for <code>deletePendingTimestamp</code> is removed.</p>
@@ -130,6 +130,7 @@ declare const RestoreKeyCommand_base: {
130
130
  * @throws {@link PaymentCryptographyServiceException}
131
131
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
132
132
  *
133
+ * @public
133
134
  */
134
135
  export declare class RestoreKeyCommand extends RestoreKeyCommand_base {
135
136
  }
@@ -22,10 +22,10 @@ export interface StartKeyUsageCommandOutput extends StartKeyUsageOutput, __Metad
22
22
  }
23
23
  declare const StartKeyUsageCommand_base: {
24
24
  new (input: StartKeyUsageCommandInput): import("@smithy/smithy-client").CommandImpl<StartKeyUsageCommandInput, StartKeyUsageCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartKeyUsageCommandInput): import("@smithy/smithy-client").CommandImpl<StartKeyUsageCommandInput, StartKeyUsageCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Enables an Amazon Web Services Payment Cryptography key, which makes it active for cryptographic operations within Amazon Web Services Payment Cryptography</p>
30
30
  * <p>
31
31
  * <b>Cross-account use:</b> This operation can't be used across different Amazon Web Services accounts.</p>
@@ -118,6 +118,7 @@ declare const StartKeyUsageCommand_base: {
118
118
  * @throws {@link PaymentCryptographyServiceException}
119
119
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
120
120
  *
121
+ * @public
121
122
  */
122
123
  export declare class StartKeyUsageCommand extends StartKeyUsageCommand_base {
123
124
  }
@@ -22,10 +22,10 @@ export interface StopKeyUsageCommandOutput extends StopKeyUsageOutput, __Metadat
22
22
  }
23
23
  declare const StopKeyUsageCommand_base: {
24
24
  new (input: StopKeyUsageCommandInput): import("@smithy/smithy-client").CommandImpl<StopKeyUsageCommandInput, StopKeyUsageCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopKeyUsageCommandInput): import("@smithy/smithy-client").CommandImpl<StopKeyUsageCommandInput, StopKeyUsageCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disables an Amazon Web Services Payment Cryptography key, which makes it inactive within Amazon Web Services Payment Cryptography.</p>
30
30
  * <p>You can use this operation instead of <a>DeleteKey</a> to deactivate a key. You can enable the key in the future by calling <a>StartKeyUsage</a>.</p>
31
31
  * <p>
@@ -124,6 +124,7 @@ declare const StopKeyUsageCommand_base: {
124
124
  * @throws {@link PaymentCryptographyServiceException}
125
125
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class StopKeyUsageCommand extends StopKeyUsageCommand_base {
129
130
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds or edits tags on an Amazon Web Services Payment Cryptography key.</p>
30
30
  * <note>
31
31
  * <p>Tagging or untagging an Amazon Web Services Payment Cryptography key can allow or deny permission to the key.</p>
@@ -102,6 +102,7 @@ declare const TagResourceCommand_base: {
102
102
  * @throws {@link PaymentCryptographyServiceException}
103
103
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class TagResourceCommand extends TagResourceCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a tag from an Amazon Web Services Payment Cryptography key.</p>
30
30
  * <note>
31
31
  * <p>Tagging or untagging an Amazon Web Services Payment Cryptography key can allow or deny permission to the key.</p>
@@ -95,6 +95,7 @@ declare const UntagResourceCommand_base: {
95
95
  * @throws {@link PaymentCryptographyServiceException}
96
96
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface UpdateAliasCommandOutput extends UpdateAliasOutput, __MetadataB
22
22
  }
23
23
  declare const UpdateAliasCommand_base: {
24
24
  new (input: UpdateAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAliasCommandInput, UpdateAliasCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAliasCommandInput, UpdateAliasCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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>
30
30
  * <p>
31
31
  * <b>Cross-account use:</b> This operation can't be used across different Amazon Web Services accounts.</p>
@@ -105,6 +105,7 @@ declare const UpdateAliasCommand_base: {
105
105
  * @throws {@link PaymentCryptographyServiceException}
106
106
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class UpdateAliasCommand extends UpdateAliasCommand_base {
110
111
  }