@aws-sdk/client-payment-cryptography 3.478.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/dist-cjs/commands/CreateAliasCommand.js +18 -41
  2. package/dist-cjs/commands/CreateKeyCommand.js +18 -41
  3. package/dist-cjs/commands/DeleteAliasCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteKeyCommand.js +18 -41
  5. package/dist-cjs/commands/ExportKeyCommand.js +18 -41
  6. package/dist-cjs/commands/GetAliasCommand.js +18 -41
  7. package/dist-cjs/commands/GetKeyCommand.js +18 -41
  8. package/dist-cjs/commands/GetParametersForExportCommand.js +18 -41
  9. package/dist-cjs/commands/GetParametersForImportCommand.js +18 -41
  10. package/dist-cjs/commands/GetPublicKeyCertificateCommand.js +18 -41
  11. package/dist-cjs/commands/ImportKeyCommand.js +18 -41
  12. package/dist-cjs/commands/ListAliasesCommand.js +18 -41
  13. package/dist-cjs/commands/ListKeysCommand.js +18 -41
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  15. package/dist-cjs/commands/RestoreKeyCommand.js +18 -41
  16. package/dist-cjs/commands/StartKeyUsageCommand.js +18 -41
  17. package/dist-cjs/commands/StopKeyUsageCommand.js +18 -41
  18. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  19. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  20. package/dist-cjs/commands/UpdateAliasCommand.js +18 -41
  21. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  22. package/dist-es/commands/CreateAliasCommand.js +18 -41
  23. package/dist-es/commands/CreateKeyCommand.js +18 -41
  24. package/dist-es/commands/DeleteAliasCommand.js +18 -41
  25. package/dist-es/commands/DeleteKeyCommand.js +18 -41
  26. package/dist-es/commands/ExportKeyCommand.js +18 -41
  27. package/dist-es/commands/GetAliasCommand.js +18 -41
  28. package/dist-es/commands/GetKeyCommand.js +18 -41
  29. package/dist-es/commands/GetParametersForExportCommand.js +18 -41
  30. package/dist-es/commands/GetParametersForImportCommand.js +18 -41
  31. package/dist-es/commands/GetPublicKeyCertificateCommand.js +18 -41
  32. package/dist-es/commands/ImportKeyCommand.js +18 -41
  33. package/dist-es/commands/ListAliasesCommand.js +18 -41
  34. package/dist-es/commands/ListKeysCommand.js +18 -41
  35. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  36. package/dist-es/commands/RestoreKeyCommand.js +18 -41
  37. package/dist-es/commands/StartKeyUsageCommand.js +18 -41
  38. package/dist-es/commands/StopKeyUsageCommand.js +18 -41
  39. package/dist-es/commands/TagResourceCommand.js +18 -41
  40. package/dist-es/commands/UntagResourceCommand.js +18 -41
  41. package/dist-es/commands/UpdateAliasCommand.js +18 -41
  42. package/dist-es/endpoint/EndpointParameters.js +6 -0
  43. package/dist-types/commands/CreateAliasCommand.d.ts +6 -21
  44. package/dist-types/commands/CreateKeyCommand.d.ts +6 -21
  45. package/dist-types/commands/DeleteAliasCommand.d.ts +6 -21
  46. package/dist-types/commands/DeleteKeyCommand.d.ts +6 -21
  47. package/dist-types/commands/ExportKeyCommand.d.ts +6 -21
  48. package/dist-types/commands/GetAliasCommand.d.ts +6 -21
  49. package/dist-types/commands/GetKeyCommand.d.ts +6 -21
  50. package/dist-types/commands/GetParametersForExportCommand.d.ts +6 -21
  51. package/dist-types/commands/GetParametersForImportCommand.d.ts +6 -21
  52. package/dist-types/commands/GetPublicKeyCertificateCommand.d.ts +6 -21
  53. package/dist-types/commands/ImportKeyCommand.d.ts +6 -21
  54. package/dist-types/commands/ListAliasesCommand.d.ts +6 -21
  55. package/dist-types/commands/ListKeysCommand.d.ts +6 -21
  56. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  57. package/dist-types/commands/RestoreKeyCommand.d.ts +6 -21
  58. package/dist-types/commands/StartKeyUsageCommand.d.ts +6 -21
  59. package/dist-types/commands/StopKeyUsageCommand.d.ts +6 -21
  60. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  61. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  62. package/dist-types/commands/UpdateAliasCommand.d.ts +6 -21
  63. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  64. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +14 -23
  67. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/ExportKeyCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/GetKeyCommand.d.ts +12 -23
  71. package/dist-types/ts3.4/commands/GetParametersForExportCommand.d.ts +12 -24
  72. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +12 -24
  73. package/dist-types/ts3.4/commands/GetPublicKeyCertificateCommand.d.ts +12 -24
  74. package/dist-types/ts3.4/commands/ImportKeyCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/RestoreKeyCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/StartKeyUsageCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/StopKeyUsageCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  85. package/package.json +9 -9
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteAliasInput, DeleteAliasOutput } from "../models/models_0";
10
4
  import {
11
5
  PaymentCryptographyClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface DeleteAliasCommandInput extends DeleteAliasInput {}
17
11
  export interface DeleteAliasCommandOutput
18
12
  extends DeleteAliasOutput,
19
13
  __MetadataBearer {}
20
- export declare class DeleteAliasCommand extends $Command<
21
- DeleteAliasCommandInput,
22
- DeleteAliasCommandOutput,
23
- PaymentCryptographyClientResolvedConfig
24
- > {
25
- readonly input: DeleteAliasCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteAliasCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: PaymentCryptographyClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteAliasCommandInput, DeleteAliasCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteAliasCommand_base: {
15
+ new (
16
+ input: DeleteAliasCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteAliasCommandInput,
19
+ DeleteAliasCommandOutput,
20
+ PaymentCryptographyClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteAliasCommand extends DeleteAliasCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteKeyInput, DeleteKeyOutput } from "../models/models_0";
10
4
  import {
11
5
  PaymentCryptographyClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface DeleteKeyCommandInput extends DeleteKeyInput {}
17
11
  export interface DeleteKeyCommandOutput
18
12
  extends DeleteKeyOutput,
19
13
  __MetadataBearer {}
20
- export declare class DeleteKeyCommand extends $Command<
21
- DeleteKeyCommandInput,
22
- DeleteKeyCommandOutput,
23
- PaymentCryptographyClientResolvedConfig
24
- > {
25
- readonly input: DeleteKeyCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteKeyCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: PaymentCryptographyClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteKeyCommandInput, DeleteKeyCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteKeyCommand_base: {
15
+ new (
16
+ input: DeleteKeyCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteKeyCommandInput,
19
+ DeleteKeyCommandOutput,
20
+ PaymentCryptographyClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteKeyCommand extends DeleteKeyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ExportKeyInput, ExportKeyOutput } from "../models/models_0";
10
4
  import {
11
5
  PaymentCryptographyClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface ExportKeyCommandInput extends ExportKeyInput {}
17
11
  export interface ExportKeyCommandOutput
18
12
  extends ExportKeyOutput,
19
13
  __MetadataBearer {}
20
- export declare class ExportKeyCommand extends $Command<
21
- ExportKeyCommandInput,
22
- ExportKeyCommandOutput,
23
- PaymentCryptographyClientResolvedConfig
24
- > {
25
- readonly input: ExportKeyCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ExportKeyCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: PaymentCryptographyClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ExportKeyCommandInput, ExportKeyCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ExportKeyCommand_base: {
15
+ new (
16
+ input: ExportKeyCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ExportKeyCommandInput,
19
+ ExportKeyCommandOutput,
20
+ PaymentCryptographyClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ExportKeyCommand extends ExportKeyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetAliasInput, GetAliasOutput } from "../models/models_0";
10
4
  import {
11
5
  PaymentCryptographyClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface GetAliasCommandInput extends GetAliasInput {}
17
11
  export interface GetAliasCommandOutput
18
12
  extends GetAliasOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetAliasCommand extends $Command<
21
- GetAliasCommandInput,
22
- GetAliasCommandOutput,
23
- PaymentCryptographyClientResolvedConfig
24
- > {
25
- readonly input: GetAliasCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetAliasCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: PaymentCryptographyClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetAliasCommandInput, GetAliasCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetAliasCommand_base: {
15
+ new (
16
+ input: GetAliasCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetAliasCommandInput,
19
+ GetAliasCommandOutput,
20
+ PaymentCryptographyClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetAliasCommand extends GetAliasCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetKeyInput, GetKeyOutput } from "../models/models_0";
10
4
  import {
11
5
  PaymentCryptographyClientResolvedConfig,
@@ -15,19 +9,14 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface GetKeyCommandInput extends GetKeyInput {}
17
11
  export interface GetKeyCommandOutput extends GetKeyOutput, __MetadataBearer {}
18
- export declare class GetKeyCommand extends $Command<
19
- GetKeyCommandInput,
20
- GetKeyCommandOutput,
21
- PaymentCryptographyClientResolvedConfig
22
- > {
23
- readonly input: GetKeyCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: GetKeyCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: PaymentCryptographyClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<GetKeyCommandInput, GetKeyCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const GetKeyCommand_base: {
13
+ new (input: GetKeyCommandInput): import("@smithy/smithy-client").CommandImpl<
14
+ GetKeyCommandInput,
15
+ GetKeyCommandOutput,
16
+ PaymentCryptographyClientResolvedConfig,
17
+ ServiceInputTypes,
18
+ ServiceOutputTypes
19
+ >;
20
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
+ };
22
+ export declare class GetKeyCommand extends GetKeyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetParametersForExportInput,
11
5
  GetParametersForExportOutput,
@@ -21,22 +15,16 @@ export interface GetParametersForExportCommandInput
21
15
  export interface GetParametersForExportCommandOutput
22
16
  extends GetParametersForExportOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetParametersForExportCommand extends $Command<
25
- GetParametersForExportCommandInput,
26
- GetParametersForExportCommandOutput,
27
- PaymentCryptographyClientResolvedConfig
28
- > {
29
- readonly input: GetParametersForExportCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetParametersForExportCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: PaymentCryptographyClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetParametersForExportCommand_base: {
19
+ new (
20
+ input: GetParametersForExportCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetParametersForExportCommandInput,
38
- GetParametersForExportCommandOutput
23
+ GetParametersForExportCommandOutput,
24
+ PaymentCryptographyClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetParametersForExportCommand extends GetParametersForExportCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetParametersForImportInput,
11
5
  GetParametersForImportOutput,
@@ -21,22 +15,16 @@ export interface GetParametersForImportCommandInput
21
15
  export interface GetParametersForImportCommandOutput
22
16
  extends GetParametersForImportOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetParametersForImportCommand extends $Command<
25
- GetParametersForImportCommandInput,
26
- GetParametersForImportCommandOutput,
27
- PaymentCryptographyClientResolvedConfig
28
- > {
29
- readonly input: GetParametersForImportCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetParametersForImportCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: PaymentCryptographyClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetParametersForImportCommand_base: {
19
+ new (
20
+ input: GetParametersForImportCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetParametersForImportCommandInput,
38
- GetParametersForImportCommandOutput
23
+ GetParametersForImportCommandOutput,
24
+ PaymentCryptographyClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetParametersForImportCommand extends GetParametersForImportCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetPublicKeyCertificateInput,
11
5
  GetPublicKeyCertificateOutput,
@@ -21,22 +15,16 @@ export interface GetPublicKeyCertificateCommandInput
21
15
  export interface GetPublicKeyCertificateCommandOutput
22
16
  extends GetPublicKeyCertificateOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetPublicKeyCertificateCommand extends $Command<
25
- GetPublicKeyCertificateCommandInput,
26
- GetPublicKeyCertificateCommandOutput,
27
- PaymentCryptographyClientResolvedConfig
28
- > {
29
- readonly input: GetPublicKeyCertificateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetPublicKeyCertificateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: PaymentCryptographyClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetPublicKeyCertificateCommand_base: {
19
+ new (
20
+ input: GetPublicKeyCertificateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetPublicKeyCertificateCommandInput,
38
- GetPublicKeyCertificateCommandOutput
23
+ GetPublicKeyCertificateCommandOutput,
24
+ PaymentCryptographyClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetPublicKeyCertificateCommand extends GetPublicKeyCertificateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ImportKeyInput, ImportKeyOutput } from "../models/models_0";
10
4
  import {
11
5
  PaymentCryptographyClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface ImportKeyCommandInput extends ImportKeyInput {}
17
11
  export interface ImportKeyCommandOutput
18
12
  extends ImportKeyOutput,
19
13
  __MetadataBearer {}
20
- export declare class ImportKeyCommand extends $Command<
21
- ImportKeyCommandInput,
22
- ImportKeyCommandOutput,
23
- PaymentCryptographyClientResolvedConfig
24
- > {
25
- readonly input: ImportKeyCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ImportKeyCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: PaymentCryptographyClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ImportKeyCommandInput, ImportKeyCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ImportKeyCommand_base: {
15
+ new (
16
+ input: ImportKeyCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ImportKeyCommandInput,
19
+ ImportKeyCommandOutput,
20
+ PaymentCryptographyClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ImportKeyCommand extends ImportKeyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ListAliasesInput, ListAliasesOutput } from "../models/models_0";
10
4
  import {
11
5
  PaymentCryptographyClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface ListAliasesCommandInput extends ListAliasesInput {}
17
11
  export interface ListAliasesCommandOutput
18
12
  extends ListAliasesOutput,
19
13
  __MetadataBearer {}
20
- export declare class ListAliasesCommand extends $Command<
21
- ListAliasesCommandInput,
22
- ListAliasesCommandOutput,
23
- PaymentCryptographyClientResolvedConfig
24
- > {
25
- readonly input: ListAliasesCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListAliasesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: PaymentCryptographyClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListAliasesCommandInput, ListAliasesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListAliasesCommand_base: {
15
+ new (
16
+ input: ListAliasesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListAliasesCommandInput,
19
+ ListAliasesCommandOutput,
20
+ PaymentCryptographyClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListAliasesCommand extends ListAliasesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ListKeysInput, ListKeysOutput } from "../models/models_0";
10
4
  import {
11
5
  PaymentCryptographyClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface ListKeysCommandInput extends ListKeysInput {}
17
11
  export interface ListKeysCommandOutput
18
12
  extends ListKeysOutput,
19
13
  __MetadataBearer {}
20
- export declare class ListKeysCommand extends $Command<
21
- ListKeysCommandInput,
22
- ListKeysCommandOutput,
23
- PaymentCryptographyClientResolvedConfig
24
- > {
25
- readonly input: ListKeysCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListKeysCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: PaymentCryptographyClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListKeysCommandInput, ListKeysCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListKeysCommand_base: {
15
+ new (
16
+ input: ListKeysCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListKeysCommandInput,
19
+ ListKeysCommandOutput,
20
+ PaymentCryptographyClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListKeysCommand extends ListKeysCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListTagsForResourceInput,
11
5
  ListTagsForResourceOutput,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceOutput,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- PaymentCryptographyClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: PaymentCryptographyClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ PaymentCryptographyClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { RestoreKeyInput, RestoreKeyOutput } from "../models/models_0";
10
4
  import {
11
5
  PaymentCryptographyClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface RestoreKeyCommandInput extends RestoreKeyInput {}
17
11
  export interface RestoreKeyCommandOutput
18
12
  extends RestoreKeyOutput,
19
13
  __MetadataBearer {}
20
- export declare class RestoreKeyCommand extends $Command<
21
- RestoreKeyCommandInput,
22
- RestoreKeyCommandOutput,
23
- PaymentCryptographyClientResolvedConfig
24
- > {
25
- readonly input: RestoreKeyCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: RestoreKeyCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: PaymentCryptographyClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<RestoreKeyCommandInput, RestoreKeyCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const RestoreKeyCommand_base: {
15
+ new (
16
+ input: RestoreKeyCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ RestoreKeyCommandInput,
19
+ RestoreKeyCommandOutput,
20
+ PaymentCryptographyClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class RestoreKeyCommand extends RestoreKeyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { StartKeyUsageInput, StartKeyUsageOutput } from "../models/models_0";
10
4
  import {
11
5
  PaymentCryptographyClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface StartKeyUsageCommandInput extends StartKeyUsageInput {}
17
11
  export interface StartKeyUsageCommandOutput
18
12
  extends StartKeyUsageOutput,
19
13
  __MetadataBearer {}
20
- export declare class StartKeyUsageCommand extends $Command<
21
- StartKeyUsageCommandInput,
22
- StartKeyUsageCommandOutput,
23
- PaymentCryptographyClientResolvedConfig
24
- > {
25
- readonly input: StartKeyUsageCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: StartKeyUsageCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: PaymentCryptographyClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<StartKeyUsageCommandInput, StartKeyUsageCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const StartKeyUsageCommand_base: {
15
+ new (
16
+ input: StartKeyUsageCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ StartKeyUsageCommandInput,
19
+ StartKeyUsageCommandOutput,
20
+ PaymentCryptographyClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class StartKeyUsageCommand extends StartKeyUsageCommand_base {}