@aws-sdk/client-payment-cryptography 3.882.0 → 3.886.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 (55) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +336 -169
  3. package/dist-es/PaymentCryptography.js +10 -0
  4. package/dist-es/commands/AddKeyReplicationRegionsCommand.js +22 -0
  5. package/dist-es/commands/DisableDefaultKeyReplicationRegionsCommand.js +22 -0
  6. package/dist-es/commands/EnableDefaultKeyReplicationRegionsCommand.js +22 -0
  7. package/dist-es/commands/GetDefaultKeyReplicationRegionsCommand.js +22 -0
  8. package/dist-es/commands/GetParametersForExportCommand.js +1 -2
  9. package/dist-es/commands/GetParametersForImportCommand.js +1 -2
  10. package/dist-es/commands/GetPublicKeyCertificateCommand.js +1 -2
  11. package/dist-es/commands/RemoveKeyReplicationRegionsCommand.js +22 -0
  12. package/dist-es/commands/index.js +5 -0
  13. package/dist-es/models/models_0.js +112 -134
  14. package/dist-es/protocols/Aws_json1_0.js +112 -3
  15. package/dist-types/PaymentCryptography.d.ts +36 -0
  16. package/dist-types/PaymentCryptographyClient.d.ts +7 -2
  17. package/dist-types/commands/AddKeyReplicationRegionsCommand.d.ts +135 -0
  18. package/dist-types/commands/CreateAliasCommand.d.ts +8 -8
  19. package/dist-types/commands/CreateKeyCommand.d.ts +20 -8
  20. package/dist-types/commands/DeleteAliasCommand.d.ts +7 -7
  21. package/dist-types/commands/DeleteKeyCommand.d.ts +16 -7
  22. package/dist-types/commands/DisableDefaultKeyReplicationRegionsCommand.d.ts +97 -0
  23. package/dist-types/commands/EnableDefaultKeyReplicationRegionsCommand.d.ts +97 -0
  24. package/dist-types/commands/ExportKeyCommand.d.ts +7 -7
  25. package/dist-types/commands/GetAliasCommand.d.ts +6 -6
  26. package/dist-types/commands/GetDefaultKeyReplicationRegionsCommand.d.ts +93 -0
  27. package/dist-types/commands/GetKeyCommand.d.ts +16 -7
  28. package/dist-types/commands/GetParametersForExportCommand.d.ts +8 -8
  29. package/dist-types/commands/GetParametersForImportCommand.d.ts +8 -8
  30. package/dist-types/commands/GetPublicKeyCertificateCommand.d.ts +6 -6
  31. package/dist-types/commands/ImportKeyCommand.d.ts +20 -8
  32. package/dist-types/commands/ListAliasesCommand.d.ts +6 -6
  33. package/dist-types/commands/ListKeysCommand.d.ts +8 -6
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -6
  35. package/dist-types/commands/RemoveKeyReplicationRegionsCommand.d.ts +135 -0
  36. package/dist-types/commands/RestoreKeyCommand.d.ts +17 -8
  37. package/dist-types/commands/StartKeyUsageCommand.d.ts +17 -8
  38. package/dist-types/commands/StopKeyUsageCommand.d.ts +17 -8
  39. package/dist-types/commands/TagResourceCommand.d.ts +8 -8
  40. package/dist-types/commands/UntagResourceCommand.d.ts +7 -7
  41. package/dist-types/commands/UpdateAliasCommand.d.ts +7 -7
  42. package/dist-types/commands/index.d.ts +5 -0
  43. package/dist-types/models/models_0.d.ts +538 -364
  44. package/dist-types/protocols/Aws_json1_0.d.ts +45 -0
  45. package/dist-types/ts3.4/PaymentCryptography.d.ts +98 -0
  46. package/dist-types/ts3.4/PaymentCryptographyClient.d.ts +30 -0
  47. package/dist-types/ts3.4/commands/AddKeyReplicationRegionsCommand.d.ts +51 -0
  48. package/dist-types/ts3.4/commands/DisableDefaultKeyReplicationRegionsCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/EnableDefaultKeyReplicationRegionsCommand.d.ts +51 -0
  50. package/dist-types/ts3.4/commands/GetDefaultKeyReplicationRegionsCommand.d.ts +51 -0
  51. package/dist-types/ts3.4/commands/RemoveKeyReplicationRegionsCommand.d.ts +51 -0
  52. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  53. package/dist-types/ts3.4/models/models_0.d.ts +159 -120
  54. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +60 -0
  55. package/package.json +6 -6
@@ -71,6 +71,15 @@ declare const DeleteKeyCommand_base: {
71
71
  * // DeletePendingTimestamp: new Date("TIMESTAMP"),
72
72
  * // DeleteTimestamp: new Date("TIMESTAMP"),
73
73
  * // DeriveKeyUsage: "STRING_VALUE",
74
+ * // MultiRegionKeyType: "STRING_VALUE",
75
+ * // PrimaryRegion: "STRING_VALUE",
76
+ * // ReplicationStatus: { // ReplicationStatus
77
+ * // "<keys>": { // ReplicationStatusType
78
+ * // Status: "STRING_VALUE", // required
79
+ * // StatusMessage: "STRING_VALUE",
80
+ * // },
81
+ * // },
82
+ * // UsingDefaultReplicationRegions: true || false,
74
83
  * // },
75
84
  * // };
76
85
  *
@@ -83,25 +92,25 @@ declare const DeleteKeyCommand_base: {
83
92
  * @see {@link PaymentCryptographyClientResolvedConfig | config} for PaymentCryptographyClient's `config` shape.
84
93
  *
85
94
  * @throws {@link AccessDeniedException} (client fault)
86
- * <p>You do not have sufficient access to perform this action.</p>
95
+ * <p>You do not have sufficient access to perform this action.</p> <p>This exception is thrown when the caller lacks the necessary IAM permissions to perform the requested operation. Verify that your IAM policy includes the required permissions for the specific Amazon Web Services Payment Cryptography action you're attempting.</p>
87
96
  *
88
97
  * @throws {@link ConflictException} (client fault)
89
- * <p>This request can cause an inconsistent state for the resource.</p>
98
+ * <p>This request can cause an inconsistent state for the resource.</p> <p>The requested operation conflicts with the current state of the resource. For example, attempting to delete a key that is currently being used, or trying to create a resource that already exists.</p>
90
99
  *
91
100
  * @throws {@link InternalServerException} (server fault)
92
- * <p>The request processing has failed because of an unknown error, exception, or failure.</p>
101
+ * <p>The request processing has failed because of an unknown error, exception, or failure.</p> <p>This indicates a server-side error within the Amazon Web Services Payment Cryptography service. If this error persists, contact support for assistance.</p>
93
102
  *
94
103
  * @throws {@link ResourceNotFoundException} (client fault)
95
- * <p>The request was denied due to an invalid resource error.</p>
104
+ * <p>The request was denied due to resource not found.</p> <p>The specified key, alias, or other resource does not exist in your account or region. Verify that the resource identifier is correct and that the resource exists in the expected region.</p>
96
105
  *
97
106
  * @throws {@link ServiceUnavailableException} (server fault)
98
- * <p>The service cannot complete the request.</p>
107
+ * <p>The service cannot complete the request.</p> <p>The Amazon Web Services Payment Cryptography service is temporarily unavailable. This is typically a temporary condition - retry your request after a brief delay.</p>
99
108
  *
100
109
  * @throws {@link ThrottlingException} (client fault)
101
- * <p>The request was denied due to request throttling.</p>
110
+ * <p>The request was denied due to request throttling.</p> <p>You have exceeded the rate limits for Amazon Web Services Payment Cryptography API calls. Implement exponential backoff and retry logic in your application to handle throttling gracefully.</p>
102
111
  *
103
112
  * @throws {@link ValidationException} (client fault)
104
- * <p>The request was denied due to an invalid request error.</p>
113
+ * <p>The request was denied due to an invalid request error.</p> <p>One or more parameters in your request are invalid. Check the parameter values, formats, and constraints specified in the API documentation.</p>
105
114
  *
106
115
  * @throws {@link PaymentCryptographyServiceException}
107
116
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
@@ -0,0 +1,97 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DisableDefaultKeyReplicationRegionsInput, DisableDefaultKeyReplicationRegionsOutput } from "../models/models_0";
4
+ import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DisableDefaultKeyReplicationRegionsCommand}.
14
+ */
15
+ export interface DisableDefaultKeyReplicationRegionsCommandInput extends DisableDefaultKeyReplicationRegionsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DisableDefaultKeyReplicationRegionsCommand}.
21
+ */
22
+ export interface DisableDefaultKeyReplicationRegionsCommandOutput extends DisableDefaultKeyReplicationRegionsOutput, __MetadataBearer {
23
+ }
24
+ declare const DisableDefaultKeyReplicationRegionsCommand_base: {
25
+ new (input: DisableDefaultKeyReplicationRegionsCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDefaultKeyReplicationRegionsCommandInput, DisableDefaultKeyReplicationRegionsCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisableDefaultKeyReplicationRegionsCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDefaultKeyReplicationRegionsCommandInput, DisableDefaultKeyReplicationRegionsCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Disables multi-region key replication settings for the specified Amazon Web Services Regions in your account, preventing new keys from being automatically replicated to those regions.</p> <p>After disabling default replication for specific regions, new keys created in your account will not be automatically replicated to those regions. You can still manually add replication to those regions for individual keys using the AddKeyReplicationRegions operation.</p> <p>This operation does not affect existing keys or their current replication configuration.</p> <p> <b>Cross-account use:</b> This operation can't be used across different Amazon Web Services accounts.</p> <p> <b>Related operations:</b> </p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_EnableDefaultKeyReplicationRegions.html">EnableDefaultKeyReplicationRegions</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_GetDefaultKeyReplicationRegions.html">GetDefaultKeyReplicationRegions</a> </p> </li> </ul>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { PaymentCryptographyClient, DisableDefaultKeyReplicationRegionsCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
+ * // const { PaymentCryptographyClient, DisableDefaultKeyReplicationRegionsCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * const client = new PaymentCryptographyClient(config);
37
+ * const input = { // DisableDefaultKeyReplicationRegionsInput
38
+ * ReplicationRegions: [ // Regions // required
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * };
42
+ * const command = new DisableDefaultKeyReplicationRegionsCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // DisableDefaultKeyReplicationRegionsOutput
45
+ * // EnabledReplicationRegions: [ // Regions // required
46
+ * // "STRING_VALUE",
47
+ * // ],
48
+ * // };
49
+ *
50
+ * ```
51
+ *
52
+ * @param DisableDefaultKeyReplicationRegionsCommandInput - {@link DisableDefaultKeyReplicationRegionsCommandInput}
53
+ * @returns {@link DisableDefaultKeyReplicationRegionsCommandOutput}
54
+ * @see {@link DisableDefaultKeyReplicationRegionsCommandInput} for command's `input` shape.
55
+ * @see {@link DisableDefaultKeyReplicationRegionsCommandOutput} for command's `response` shape.
56
+ * @see {@link PaymentCryptographyClientResolvedConfig | config} for PaymentCryptographyClient's `config` shape.
57
+ *
58
+ * @throws {@link AccessDeniedException} (client fault)
59
+ * <p>You do not have sufficient access to perform this action.</p> <p>This exception is thrown when the caller lacks the necessary IAM permissions to perform the requested operation. Verify that your IAM policy includes the required permissions for the specific Amazon Web Services Payment Cryptography action you're attempting.</p>
60
+ *
61
+ * @throws {@link ConflictException} (client fault)
62
+ * <p>This request can cause an inconsistent state for the resource.</p> <p>The requested operation conflicts with the current state of the resource. For example, attempting to delete a key that is currently being used, or trying to create a resource that already exists.</p>
63
+ *
64
+ * @throws {@link InternalServerException} (server fault)
65
+ * <p>The request processing has failed because of an unknown error, exception, or failure.</p> <p>This indicates a server-side error within the Amazon Web Services Payment Cryptography service. If this error persists, contact support for assistance.</p>
66
+ *
67
+ * @throws {@link ResourceNotFoundException} (client fault)
68
+ * <p>The request was denied due to resource not found.</p> <p>The specified key, alias, or other resource does not exist in your account or region. Verify that the resource identifier is correct and that the resource exists in the expected region.</p>
69
+ *
70
+ * @throws {@link ServiceQuotaExceededException} (client fault)
71
+ * <p>This request would cause a service quota to be exceeded.</p> <p>You have reached the maximum number of keys, aliases, or other resources allowed in your account. Review your current usage and consider deleting unused resources or requesting a quota increase.</p>
72
+ *
73
+ * @throws {@link ThrottlingException} (client fault)
74
+ * <p>The request was denied due to request throttling.</p> <p>You have exceeded the rate limits for Amazon Web Services Payment Cryptography API calls. Implement exponential backoff and retry logic in your application to handle throttling gracefully.</p>
75
+ *
76
+ * @throws {@link ValidationException} (client fault)
77
+ * <p>The request was denied due to an invalid request error.</p> <p>One or more parameters in your request are invalid. Check the parameter values, formats, and constraints specified in the API documentation.</p>
78
+ *
79
+ * @throws {@link PaymentCryptographyServiceException}
80
+ * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
81
+ *
82
+ *
83
+ * @public
84
+ */
85
+ export declare class DisableDefaultKeyReplicationRegionsCommand extends DisableDefaultKeyReplicationRegionsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: DisableDefaultKeyReplicationRegionsInput;
90
+ output: DisableDefaultKeyReplicationRegionsOutput;
91
+ };
92
+ sdk: {
93
+ input: DisableDefaultKeyReplicationRegionsCommandInput;
94
+ output: DisableDefaultKeyReplicationRegionsCommandOutput;
95
+ };
96
+ };
97
+ }
@@ -0,0 +1,97 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { EnableDefaultKeyReplicationRegionsInput, EnableDefaultKeyReplicationRegionsOutput } from "../models/models_0";
4
+ import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link EnableDefaultKeyReplicationRegionsCommand}.
14
+ */
15
+ export interface EnableDefaultKeyReplicationRegionsCommandInput extends EnableDefaultKeyReplicationRegionsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link EnableDefaultKeyReplicationRegionsCommand}.
21
+ */
22
+ export interface EnableDefaultKeyReplicationRegionsCommandOutput extends EnableDefaultKeyReplicationRegionsOutput, __MetadataBearer {
23
+ }
24
+ declare const EnableDefaultKeyReplicationRegionsCommand_base: {
25
+ new (input: EnableDefaultKeyReplicationRegionsCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDefaultKeyReplicationRegionsCommandInput, EnableDefaultKeyReplicationRegionsCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: EnableDefaultKeyReplicationRegionsCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDefaultKeyReplicationRegionsCommandInput, EnableDefaultKeyReplicationRegionsCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Enables multi-region key replication settings for your account, causing new keys to be automatically replicated to the specified Amazon Web Services Regions when created.</p> <p>When default Replication Regions are enabled, any new keys created in your account will automatically be replicated to these regions unless you explicitly override this behavior during key creation. This simplifies key management for applications that operate across multiple regions.</p> <p>Existing keys are not affected by this operation - only keys created after enabling default replication will be automatically replicated.</p> <p> <b>Cross-account use:</b> This operation can't be used across different Amazon Web Services accounts.</p> <p> <b>Related operations:</b> </p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_DisableDefaultKeyReplicationRegions.html">DisableDefaultKeyReplicationRegions</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_GetDefaultKeyReplicationRegions.html">GetDefaultKeyReplicationRegions</a> </p> </li> </ul>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { PaymentCryptographyClient, EnableDefaultKeyReplicationRegionsCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
+ * // const { PaymentCryptographyClient, EnableDefaultKeyReplicationRegionsCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * const client = new PaymentCryptographyClient(config);
37
+ * const input = { // EnableDefaultKeyReplicationRegionsInput
38
+ * ReplicationRegions: [ // Regions // required
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * };
42
+ * const command = new EnableDefaultKeyReplicationRegionsCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // EnableDefaultKeyReplicationRegionsOutput
45
+ * // EnabledReplicationRegions: [ // Regions // required
46
+ * // "STRING_VALUE",
47
+ * // ],
48
+ * // };
49
+ *
50
+ * ```
51
+ *
52
+ * @param EnableDefaultKeyReplicationRegionsCommandInput - {@link EnableDefaultKeyReplicationRegionsCommandInput}
53
+ * @returns {@link EnableDefaultKeyReplicationRegionsCommandOutput}
54
+ * @see {@link EnableDefaultKeyReplicationRegionsCommandInput} for command's `input` shape.
55
+ * @see {@link EnableDefaultKeyReplicationRegionsCommandOutput} for command's `response` shape.
56
+ * @see {@link PaymentCryptographyClientResolvedConfig | config} for PaymentCryptographyClient's `config` shape.
57
+ *
58
+ * @throws {@link AccessDeniedException} (client fault)
59
+ * <p>You do not have sufficient access to perform this action.</p> <p>This exception is thrown when the caller lacks the necessary IAM permissions to perform the requested operation. Verify that your IAM policy includes the required permissions for the specific Amazon Web Services Payment Cryptography action you're attempting.</p>
60
+ *
61
+ * @throws {@link ConflictException} (client fault)
62
+ * <p>This request can cause an inconsistent state for the resource.</p> <p>The requested operation conflicts with the current state of the resource. For example, attempting to delete a key that is currently being used, or trying to create a resource that already exists.</p>
63
+ *
64
+ * @throws {@link InternalServerException} (server fault)
65
+ * <p>The request processing has failed because of an unknown error, exception, or failure.</p> <p>This indicates a server-side error within the Amazon Web Services Payment Cryptography service. If this error persists, contact support for assistance.</p>
66
+ *
67
+ * @throws {@link ResourceNotFoundException} (client fault)
68
+ * <p>The request was denied due to resource not found.</p> <p>The specified key, alias, or other resource does not exist in your account or region. Verify that the resource identifier is correct and that the resource exists in the expected region.</p>
69
+ *
70
+ * @throws {@link ServiceQuotaExceededException} (client fault)
71
+ * <p>This request would cause a service quota to be exceeded.</p> <p>You have reached the maximum number of keys, aliases, or other resources allowed in your account. Review your current usage and consider deleting unused resources or requesting a quota increase.</p>
72
+ *
73
+ * @throws {@link ThrottlingException} (client fault)
74
+ * <p>The request was denied due to request throttling.</p> <p>You have exceeded the rate limits for Amazon Web Services Payment Cryptography API calls. Implement exponential backoff and retry logic in your application to handle throttling gracefully.</p>
75
+ *
76
+ * @throws {@link ValidationException} (client fault)
77
+ * <p>The request was denied due to an invalid request error.</p> <p>One or more parameters in your request are invalid. Check the parameter values, formats, and constraints specified in the API documentation.</p>
78
+ *
79
+ * @throws {@link PaymentCryptographyServiceException}
80
+ * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
81
+ *
82
+ *
83
+ * @public
84
+ */
85
+ export declare class EnableDefaultKeyReplicationRegionsCommand extends EnableDefaultKeyReplicationRegionsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: EnableDefaultKeyReplicationRegionsInput;
90
+ output: EnableDefaultKeyReplicationRegionsOutput;
91
+ };
92
+ sdk: {
93
+ input: EnableDefaultKeyReplicationRegionsCommandInput;
94
+ output: EnableDefaultKeyReplicationRegionsCommandOutput;
95
+ };
96
+ };
97
+ }
@@ -146,25 +146,25 @@ declare const ExportKeyCommand_base: {
146
146
  * @see {@link PaymentCryptographyClientResolvedConfig | config} for PaymentCryptographyClient's `config` shape.
147
147
  *
148
148
  * @throws {@link AccessDeniedException} (client fault)
149
- * <p>You do not have sufficient access to perform this action.</p>
149
+ * <p>You do not have sufficient access to perform this action.</p> <p>This exception is thrown when the caller lacks the necessary IAM permissions to perform the requested operation. Verify that your IAM policy includes the required permissions for the specific Amazon Web Services Payment Cryptography action you're attempting.</p>
150
150
  *
151
151
  * @throws {@link ConflictException} (client fault)
152
- * <p>This request can cause an inconsistent state for the resource.</p>
152
+ * <p>This request can cause an inconsistent state for the resource.</p> <p>The requested operation conflicts with the current state of the resource. For example, attempting to delete a key that is currently being used, or trying to create a resource that already exists.</p>
153
153
  *
154
154
  * @throws {@link InternalServerException} (server fault)
155
- * <p>The request processing has failed because of an unknown error, exception, or failure.</p>
155
+ * <p>The request processing has failed because of an unknown error, exception, or failure.</p> <p>This indicates a server-side error within the Amazon Web Services Payment Cryptography service. If this error persists, contact support for assistance.</p>
156
156
  *
157
157
  * @throws {@link ResourceNotFoundException} (client fault)
158
- * <p>The request was denied due to an invalid resource error.</p>
158
+ * <p>The request was denied due to resource not found.</p> <p>The specified key, alias, or other resource does not exist in your account or region. Verify that the resource identifier is correct and that the resource exists in the expected region.</p>
159
159
  *
160
160
  * @throws {@link ServiceUnavailableException} (server fault)
161
- * <p>The service cannot complete the request.</p>
161
+ * <p>The service cannot complete the request.</p> <p>The Amazon Web Services Payment Cryptography service is temporarily unavailable. This is typically a temporary condition - retry your request after a brief delay.</p>
162
162
  *
163
163
  * @throws {@link ThrottlingException} (client fault)
164
- * <p>The request was denied due to request throttling.</p>
164
+ * <p>The request was denied due to request throttling.</p> <p>You have exceeded the rate limits for Amazon Web Services Payment Cryptography API calls. Implement exponential backoff and retry logic in your application to handle throttling gracefully.</p>
165
165
  *
166
166
  * @throws {@link ValidationException} (client fault)
167
- * <p>The request was denied due to an invalid request error.</p>
167
+ * <p>The request was denied due to an invalid request error.</p> <p>One or more parameters in your request are invalid. Check the parameter values, formats, and constraints specified in the API documentation.</p>
168
168
  *
169
169
  * @throws {@link PaymentCryptographyServiceException}
170
170
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
@@ -55,22 +55,22 @@ declare const GetAliasCommand_base: {
55
55
  * @see {@link PaymentCryptographyClientResolvedConfig | config} for PaymentCryptographyClient's `config` shape.
56
56
  *
57
57
  * @throws {@link AccessDeniedException} (client fault)
58
- * <p>You do not have sufficient access to perform this action.</p>
58
+ * <p>You do not have sufficient access to perform this action.</p> <p>This exception is thrown when the caller lacks the necessary IAM permissions to perform the requested operation. Verify that your IAM policy includes the required permissions for the specific Amazon Web Services Payment Cryptography action you're attempting.</p>
59
59
  *
60
60
  * @throws {@link InternalServerException} (server fault)
61
- * <p>The request processing has failed because of an unknown error, exception, or failure.</p>
61
+ * <p>The request processing has failed because of an unknown error, exception, or failure.</p> <p>This indicates a server-side error within the Amazon Web Services Payment Cryptography service. If this error persists, contact support for assistance.</p>
62
62
  *
63
63
  * @throws {@link ResourceNotFoundException} (client fault)
64
- * <p>The request was denied due to an invalid resource error.</p>
64
+ * <p>The request was denied due to resource not found.</p> <p>The specified key, alias, or other resource does not exist in your account or region. Verify that the resource identifier is correct and that the resource exists in the expected region.</p>
65
65
  *
66
66
  * @throws {@link ServiceUnavailableException} (server fault)
67
- * <p>The service cannot complete the request.</p>
67
+ * <p>The service cannot complete the request.</p> <p>The Amazon Web Services Payment Cryptography service is temporarily unavailable. This is typically a temporary condition - retry your request after a brief delay.</p>
68
68
  *
69
69
  * @throws {@link ThrottlingException} (client fault)
70
- * <p>The request was denied due to request throttling.</p>
70
+ * <p>The request was denied due to request throttling.</p> <p>You have exceeded the rate limits for Amazon Web Services Payment Cryptography API calls. Implement exponential backoff and retry logic in your application to handle throttling gracefully.</p>
71
71
  *
72
72
  * @throws {@link ValidationException} (client fault)
73
- * <p>The request was denied due to an invalid request error.</p>
73
+ * <p>The request was denied due to an invalid request error.</p> <p>One or more parameters in your request are invalid. Check the parameter values, formats, and constraints specified in the API documentation.</p>
74
74
  *
75
75
  * @throws {@link PaymentCryptographyServiceException}
76
76
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
@@ -0,0 +1,93 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GetDefaultKeyReplicationRegionsInput, GetDefaultKeyReplicationRegionsOutput } from "../models/models_0";
4
+ import { PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PaymentCryptographyClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetDefaultKeyReplicationRegionsCommand}.
14
+ */
15
+ export interface GetDefaultKeyReplicationRegionsCommandInput extends GetDefaultKeyReplicationRegionsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetDefaultKeyReplicationRegionsCommand}.
21
+ */
22
+ export interface GetDefaultKeyReplicationRegionsCommandOutput extends GetDefaultKeyReplicationRegionsOutput, __MetadataBearer {
23
+ }
24
+ declare const GetDefaultKeyReplicationRegionsCommand_base: {
25
+ new (input: GetDefaultKeyReplicationRegionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDefaultKeyReplicationRegionsCommandInput, GetDefaultKeyReplicationRegionsCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetDefaultKeyReplicationRegionsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetDefaultKeyReplicationRegionsCommandInput, GetDefaultKeyReplicationRegionsCommandOutput, PaymentCryptographyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves the list of regions where default key replication is currently enabled for your account.</p> <p>This operation returns the current configuration of default Replication Regions. New keys created in your account will be automatically replicated to these regions unless explicitly overridden during key creation.</p> <p> <b>Cross-account use:</b> This operation can't be used across different Amazon Web Services accounts.</p> <p> <b>Related operations:</b> </p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_EnableDefaultKeyReplicationRegions.html">EnableDefaultKeyReplicationRegions</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_DisableDefaultKeyReplicationRegions.html">DisableDefaultKeyReplicationRegions</a> </p> </li> </ul>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { PaymentCryptographyClient, GetDefaultKeyReplicationRegionsCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
+ * // const { PaymentCryptographyClient, GetDefaultKeyReplicationRegionsCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * const client = new PaymentCryptographyClient(config);
37
+ * const input = {};
38
+ * const command = new GetDefaultKeyReplicationRegionsCommand(input);
39
+ * const response = await client.send(command);
40
+ * // { // GetDefaultKeyReplicationRegionsOutput
41
+ * // EnabledReplicationRegions: [ // Regions // required
42
+ * // "STRING_VALUE",
43
+ * // ],
44
+ * // };
45
+ *
46
+ * ```
47
+ *
48
+ * @param GetDefaultKeyReplicationRegionsCommandInput - {@link GetDefaultKeyReplicationRegionsCommandInput}
49
+ * @returns {@link GetDefaultKeyReplicationRegionsCommandOutput}
50
+ * @see {@link GetDefaultKeyReplicationRegionsCommandInput} for command's `input` shape.
51
+ * @see {@link GetDefaultKeyReplicationRegionsCommandOutput} for command's `response` shape.
52
+ * @see {@link PaymentCryptographyClientResolvedConfig | config} for PaymentCryptographyClient's `config` shape.
53
+ *
54
+ * @throws {@link AccessDeniedException} (client fault)
55
+ * <p>You do not have sufficient access to perform this action.</p> <p>This exception is thrown when the caller lacks the necessary IAM permissions to perform the requested operation. Verify that your IAM policy includes the required permissions for the specific Amazon Web Services Payment Cryptography action you're attempting.</p>
56
+ *
57
+ * @throws {@link ConflictException} (client fault)
58
+ * <p>This request can cause an inconsistent state for the resource.</p> <p>The requested operation conflicts with the current state of the resource. For example, attempting to delete a key that is currently being used, or trying to create a resource that already exists.</p>
59
+ *
60
+ * @throws {@link InternalServerException} (server fault)
61
+ * <p>The request processing has failed because of an unknown error, exception, or failure.</p> <p>This indicates a server-side error within the Amazon Web Services Payment Cryptography service. If this error persists, contact support for assistance.</p>
62
+ *
63
+ * @throws {@link ResourceNotFoundException} (client fault)
64
+ * <p>The request was denied due to resource not found.</p> <p>The specified key, alias, or other resource does not exist in your account or region. Verify that the resource identifier is correct and that the resource exists in the expected region.</p>
65
+ *
66
+ * @throws {@link ServiceQuotaExceededException} (client fault)
67
+ * <p>This request would cause a service quota to be exceeded.</p> <p>You have reached the maximum number of keys, aliases, or other resources allowed in your account. Review your current usage and consider deleting unused resources or requesting a quota increase.</p>
68
+ *
69
+ * @throws {@link ThrottlingException} (client fault)
70
+ * <p>The request was denied due to request throttling.</p> <p>You have exceeded the rate limits for Amazon Web Services Payment Cryptography API calls. Implement exponential backoff and retry logic in your application to handle throttling gracefully.</p>
71
+ *
72
+ * @throws {@link ValidationException} (client fault)
73
+ * <p>The request was denied due to an invalid request error.</p> <p>One or more parameters in your request are invalid. Check the parameter values, formats, and constraints specified in the API documentation.</p>
74
+ *
75
+ * @throws {@link PaymentCryptographyServiceException}
76
+ * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
77
+ *
78
+ *
79
+ * @public
80
+ */
81
+ export declare class GetDefaultKeyReplicationRegionsCommand extends GetDefaultKeyReplicationRegionsCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: {};
86
+ output: GetDefaultKeyReplicationRegionsOutput;
87
+ };
88
+ sdk: {
89
+ input: GetDefaultKeyReplicationRegionsCommandInput;
90
+ output: GetDefaultKeyReplicationRegionsCommandOutput;
91
+ };
92
+ };
93
+ }
@@ -27,7 +27,7 @@ declare const GetKeyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <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> <p> <b>Cross-account use:</b> This operation can't be used across different Amazon Web Services accounts.</p> <p> <b>Related operations:</b> </p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_CreateKey.html">CreateKey</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_DeleteKey.html">DeleteKey</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_ListKeys.html">ListKeys</a> </p> </li> </ul>
30
+ * <p>Gets the key metadata for an Amazon Web Services Payment Cryptography key, including the immutable and mutable attributes specified when the key was created. Returns key metadata including attributes, state, and timestamps, but does not return the actual cryptographic key material.</p> <p> <b>Cross-account use:</b> This operation can't be used across different Amazon Web Services accounts.</p> <p> <b>Related operations:</b> </p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_CreateKey.html">CreateKey</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_DeleteKey.html">DeleteKey</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_ListKeys.html">ListKeys</a> </p> </li> </ul>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -70,6 +70,15 @@ declare const GetKeyCommand_base: {
70
70
  * // DeletePendingTimestamp: new Date("TIMESTAMP"),
71
71
  * // DeleteTimestamp: new Date("TIMESTAMP"),
72
72
  * // DeriveKeyUsage: "STRING_VALUE",
73
+ * // MultiRegionKeyType: "STRING_VALUE",
74
+ * // PrimaryRegion: "STRING_VALUE",
75
+ * // ReplicationStatus: { // ReplicationStatus
76
+ * // "<keys>": { // ReplicationStatusType
77
+ * // Status: "STRING_VALUE", // required
78
+ * // StatusMessage: "STRING_VALUE",
79
+ * // },
80
+ * // },
81
+ * // UsingDefaultReplicationRegions: true || false,
73
82
  * // },
74
83
  * // };
75
84
  *
@@ -82,22 +91,22 @@ declare const GetKeyCommand_base: {
82
91
  * @see {@link PaymentCryptographyClientResolvedConfig | config} for PaymentCryptographyClient's `config` shape.
83
92
  *
84
93
  * @throws {@link AccessDeniedException} (client fault)
85
- * <p>You do not have sufficient access to perform this action.</p>
94
+ * <p>You do not have sufficient access to perform this action.</p> <p>This exception is thrown when the caller lacks the necessary IAM permissions to perform the requested operation. Verify that your IAM policy includes the required permissions for the specific Amazon Web Services Payment Cryptography action you're attempting.</p>
86
95
  *
87
96
  * @throws {@link InternalServerException} (server fault)
88
- * <p>The request processing has failed because of an unknown error, exception, or failure.</p>
97
+ * <p>The request processing has failed because of an unknown error, exception, or failure.</p> <p>This indicates a server-side error within the Amazon Web Services Payment Cryptography service. If this error persists, contact support for assistance.</p>
89
98
  *
90
99
  * @throws {@link ResourceNotFoundException} (client fault)
91
- * <p>The request was denied due to an invalid resource error.</p>
100
+ * <p>The request was denied due to resource not found.</p> <p>The specified key, alias, or other resource does not exist in your account or region. Verify that the resource identifier is correct and that the resource exists in the expected region.</p>
92
101
  *
93
102
  * @throws {@link ServiceUnavailableException} (server fault)
94
- * <p>The service cannot complete the request.</p>
103
+ * <p>The service cannot complete the request.</p> <p>The Amazon Web Services Payment Cryptography service is temporarily unavailable. This is typically a temporary condition - retry your request after a brief delay.</p>
95
104
  *
96
105
  * @throws {@link ThrottlingException} (client fault)
97
- * <p>The request was denied due to request throttling.</p>
106
+ * <p>The request was denied due to request throttling.</p> <p>You have exceeded the rate limits for Amazon Web Services Payment Cryptography API calls. Implement exponential backoff and retry logic in your application to handle throttling gracefully.</p>
98
107
  *
99
108
  * @throws {@link ValidationException} (client fault)
100
- * <p>The request was denied due to an invalid request error.</p>
109
+ * <p>The request was denied due to an invalid request error.</p> <p>One or more parameters in your request are invalid. Check the parameter values, formats, and constraints specified in the API documentation.</p>
101
110
  *
102
111
  * @throws {@link PaymentCryptographyServiceException}
103
112
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
@@ -57,28 +57,28 @@ declare const GetParametersForExportCommand_base: {
57
57
  * @see {@link PaymentCryptographyClientResolvedConfig | config} for PaymentCryptographyClient's `config` shape.
58
58
  *
59
59
  * @throws {@link AccessDeniedException} (client fault)
60
- * <p>You do not have sufficient access to perform this action.</p>
60
+ * <p>You do not have sufficient access to perform this action.</p> <p>This exception is thrown when the caller lacks the necessary IAM permissions to perform the requested operation. Verify that your IAM policy includes the required permissions for the specific Amazon Web Services Payment Cryptography action you're attempting.</p>
61
61
  *
62
62
  * @throws {@link ConflictException} (client fault)
63
- * <p>This request can cause an inconsistent state for the resource.</p>
63
+ * <p>This request can cause an inconsistent state for the resource.</p> <p>The requested operation conflicts with the current state of the resource. For example, attempting to delete a key that is currently being used, or trying to create a resource that already exists.</p>
64
64
  *
65
65
  * @throws {@link InternalServerException} (server fault)
66
- * <p>The request processing has failed because of an unknown error, exception, or failure.</p>
66
+ * <p>The request processing has failed because of an unknown error, exception, or failure.</p> <p>This indicates a server-side error within the Amazon Web Services Payment Cryptography service. If this error persists, contact support for assistance.</p>
67
67
  *
68
68
  * @throws {@link ResourceNotFoundException} (client fault)
69
- * <p>The request was denied due to an invalid resource error.</p>
69
+ * <p>The request was denied due to resource not found.</p> <p>The specified key, alias, or other resource does not exist in your account or region. Verify that the resource identifier is correct and that the resource exists in the expected region.</p>
70
70
  *
71
71
  * @throws {@link ServiceQuotaExceededException} (client fault)
72
- * <p>This request would cause a service quota to be exceeded.</p>
72
+ * <p>This request would cause a service quota to be exceeded.</p> <p>You have reached the maximum number of keys, aliases, or other resources allowed in your account. Review your current usage and consider deleting unused resources or requesting a quota increase.</p>
73
73
  *
74
74
  * @throws {@link ServiceUnavailableException} (server fault)
75
- * <p>The service cannot complete the request.</p>
75
+ * <p>The service cannot complete the request.</p> <p>The Amazon Web Services Payment Cryptography service is temporarily unavailable. This is typically a temporary condition - retry your request after a brief delay.</p>
76
76
  *
77
77
  * @throws {@link ThrottlingException} (client fault)
78
- * <p>The request was denied due to request throttling.</p>
78
+ * <p>The request was denied due to request throttling.</p> <p>You have exceeded the rate limits for Amazon Web Services Payment Cryptography API calls. Implement exponential backoff and retry logic in your application to handle throttling gracefully.</p>
79
79
  *
80
80
  * @throws {@link ValidationException} (client fault)
81
- * <p>The request was denied due to an invalid request error.</p>
81
+ * <p>The request was denied due to an invalid request error.</p> <p>One or more parameters in your request are invalid. Check the parameter values, formats, and constraints specified in the API documentation.</p>
82
82
  *
83
83
  * @throws {@link PaymentCryptographyServiceException}
84
84
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
@@ -57,28 +57,28 @@ declare const GetParametersForImportCommand_base: {
57
57
  * @see {@link PaymentCryptographyClientResolvedConfig | config} for PaymentCryptographyClient's `config` shape.
58
58
  *
59
59
  * @throws {@link AccessDeniedException} (client fault)
60
- * <p>You do not have sufficient access to perform this action.</p>
60
+ * <p>You do not have sufficient access to perform this action.</p> <p>This exception is thrown when the caller lacks the necessary IAM permissions to perform the requested operation. Verify that your IAM policy includes the required permissions for the specific Amazon Web Services Payment Cryptography action you're attempting.</p>
61
61
  *
62
62
  * @throws {@link ConflictException} (client fault)
63
- * <p>This request can cause an inconsistent state for the resource.</p>
63
+ * <p>This request can cause an inconsistent state for the resource.</p> <p>The requested operation conflicts with the current state of the resource. For example, attempting to delete a key that is currently being used, or trying to create a resource that already exists.</p>
64
64
  *
65
65
  * @throws {@link InternalServerException} (server fault)
66
- * <p>The request processing has failed because of an unknown error, exception, or failure.</p>
66
+ * <p>The request processing has failed because of an unknown error, exception, or failure.</p> <p>This indicates a server-side error within the Amazon Web Services Payment Cryptography service. If this error persists, contact support for assistance.</p>
67
67
  *
68
68
  * @throws {@link ResourceNotFoundException} (client fault)
69
- * <p>The request was denied due to an invalid resource error.</p>
69
+ * <p>The request was denied due to resource not found.</p> <p>The specified key, alias, or other resource does not exist in your account or region. Verify that the resource identifier is correct and that the resource exists in the expected region.</p>
70
70
  *
71
71
  * @throws {@link ServiceQuotaExceededException} (client fault)
72
- * <p>This request would cause a service quota to be exceeded.</p>
72
+ * <p>This request would cause a service quota to be exceeded.</p> <p>You have reached the maximum number of keys, aliases, or other resources allowed in your account. Review your current usage and consider deleting unused resources or requesting a quota increase.</p>
73
73
  *
74
74
  * @throws {@link ServiceUnavailableException} (server fault)
75
- * <p>The service cannot complete the request.</p>
75
+ * <p>The service cannot complete the request.</p> <p>The Amazon Web Services Payment Cryptography service is temporarily unavailable. This is typically a temporary condition - retry your request after a brief delay.</p>
76
76
  *
77
77
  * @throws {@link ThrottlingException} (client fault)
78
- * <p>The request was denied due to request throttling.</p>
78
+ * <p>The request was denied due to request throttling.</p> <p>You have exceeded the rate limits for Amazon Web Services Payment Cryptography API calls. Implement exponential backoff and retry logic in your application to handle throttling gracefully.</p>
79
79
  *
80
80
  * @throws {@link ValidationException} (client fault)
81
- * <p>The request was denied due to an invalid request error.</p>
81
+ * <p>The request was denied due to an invalid request error.</p> <p>One or more parameters in your request are invalid. Check the parameter values, formats, and constraints specified in the API documentation.</p>
82
82
  *
83
83
  * @throws {@link PaymentCryptographyServiceException}
84
84
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>
@@ -53,22 +53,22 @@ declare const GetPublicKeyCertificateCommand_base: {
53
53
  * @see {@link PaymentCryptographyClientResolvedConfig | config} for PaymentCryptographyClient's `config` shape.
54
54
  *
55
55
  * @throws {@link AccessDeniedException} (client fault)
56
- * <p>You do not have sufficient access to perform this action.</p>
56
+ * <p>You do not have sufficient access to perform this action.</p> <p>This exception is thrown when the caller lacks the necessary IAM permissions to perform the requested operation. Verify that your IAM policy includes the required permissions for the specific Amazon Web Services Payment Cryptography action you're attempting.</p>
57
57
  *
58
58
  * @throws {@link InternalServerException} (server fault)
59
- * <p>The request processing has failed because of an unknown error, exception, or failure.</p>
59
+ * <p>The request processing has failed because of an unknown error, exception, or failure.</p> <p>This indicates a server-side error within the Amazon Web Services Payment Cryptography service. If this error persists, contact support for assistance.</p>
60
60
  *
61
61
  * @throws {@link ResourceNotFoundException} (client fault)
62
- * <p>The request was denied due to an invalid resource error.</p>
62
+ * <p>The request was denied due to resource not found.</p> <p>The specified key, alias, or other resource does not exist in your account or region. Verify that the resource identifier is correct and that the resource exists in the expected region.</p>
63
63
  *
64
64
  * @throws {@link ServiceUnavailableException} (server fault)
65
- * <p>The service cannot complete the request.</p>
65
+ * <p>The service cannot complete the request.</p> <p>The Amazon Web Services Payment Cryptography service is temporarily unavailable. This is typically a temporary condition - retry your request after a brief delay.</p>
66
66
  *
67
67
  * @throws {@link ThrottlingException} (client fault)
68
- * <p>The request was denied due to request throttling.</p>
68
+ * <p>The request was denied due to request throttling.</p> <p>You have exceeded the rate limits for Amazon Web Services Payment Cryptography API calls. Implement exponential backoff and retry logic in your application to handle throttling gracefully.</p>
69
69
  *
70
70
  * @throws {@link ValidationException} (client fault)
71
- * <p>The request was denied due to an invalid request error.</p>
71
+ * <p>The request was denied due to an invalid request error.</p> <p>One or more parameters in your request are invalid. Check the parameter values, formats, and constraints specified in the API documentation.</p>
72
72
  *
73
73
  * @throws {@link PaymentCryptographyServiceException}
74
74
  * <p>Base exception class for all service exceptions from PaymentCryptography service.</p>