@aws-sdk/client-payment-cryptography 3.651.1 → 3.654.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 (41) hide show
  1. package/dist-types/commands/CreateAliasCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateKeyCommand.d.ts +11 -0
  3. package/dist-types/commands/DeleteAliasCommand.d.ts +11 -0
  4. package/dist-types/commands/DeleteKeyCommand.d.ts +11 -0
  5. package/dist-types/commands/ExportKeyCommand.d.ts +11 -0
  6. package/dist-types/commands/GetAliasCommand.d.ts +11 -0
  7. package/dist-types/commands/GetKeyCommand.d.ts +11 -0
  8. package/dist-types/commands/GetParametersForExportCommand.d.ts +11 -0
  9. package/dist-types/commands/GetParametersForImportCommand.d.ts +11 -0
  10. package/dist-types/commands/GetPublicKeyCertificateCommand.d.ts +11 -0
  11. package/dist-types/commands/ImportKeyCommand.d.ts +11 -0
  12. package/dist-types/commands/ListAliasesCommand.d.ts +11 -0
  13. package/dist-types/commands/ListKeysCommand.d.ts +11 -0
  14. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  15. package/dist-types/commands/RestoreKeyCommand.d.ts +11 -0
  16. package/dist-types/commands/StartKeyUsageCommand.d.ts +11 -0
  17. package/dist-types/commands/StopKeyUsageCommand.d.ts +11 -0
  18. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  19. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  20. package/dist-types/commands/UpdateAliasCommand.d.ts +11 -0
  21. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +12 -1
  22. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +12 -1
  23. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +12 -1
  24. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/ExportKeyCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/GetKeyCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/GetParametersForExportCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/GetPublicKeyCertificateCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/ImportKeyCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/RestoreKeyCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/StartKeyUsageCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/StopKeyUsageCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +12 -1
  41. package/package.json +35 -35
@@ -114,4 +114,15 @@ declare const CreateAliasCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class CreateAliasCommand extends CreateAliasCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: CreateAliasInput;
121
+ output: CreateAliasOutput;
122
+ };
123
+ sdk: {
124
+ input: CreateAliasCommandInput;
125
+ output: CreateAliasCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -159,4 +159,15 @@ declare const CreateKeyCommand_base: {
159
159
  * @public
160
160
  */
161
161
  export declare class CreateKeyCommand extends CreateKeyCommand_base {
162
+ /** @internal type navigation helper, not in runtime. */
163
+ protected static __types: {
164
+ api: {
165
+ input: CreateKeyInput;
166
+ output: CreateKeyOutput;
167
+ };
168
+ sdk: {
169
+ input: CreateKeyCommandInput;
170
+ output: CreateKeyCommandOutput;
171
+ };
172
+ };
162
173
  }
@@ -104,4 +104,15 @@ declare const DeleteAliasCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class DeleteAliasCommand extends DeleteAliasCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: DeleteAliasInput;
111
+ output: {};
112
+ };
113
+ sdk: {
114
+ input: DeleteAliasCommandInput;
115
+ output: DeleteAliasCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -132,4 +132,15 @@ declare const DeleteKeyCommand_base: {
132
132
  * @public
133
133
  */
134
134
  export declare class DeleteKeyCommand extends DeleteKeyCommand_base {
135
+ /** @internal type navigation helper, not in runtime. */
136
+ protected static __types: {
137
+ api: {
138
+ input: DeleteKeyInput;
139
+ output: DeleteKeyOutput;
140
+ };
141
+ sdk: {
142
+ input: DeleteKeyCommandInput;
143
+ output: DeleteKeyCommandOutput;
144
+ };
145
+ };
135
146
  }
@@ -243,4 +243,15 @@ declare const ExportKeyCommand_base: {
243
243
  * @public
244
244
  */
245
245
  export declare class ExportKeyCommand extends ExportKeyCommand_base {
246
+ /** @internal type navigation helper, not in runtime. */
247
+ protected static __types: {
248
+ api: {
249
+ input: ExportKeyInput;
250
+ output: ExportKeyOutput;
251
+ };
252
+ sdk: {
253
+ input: ExportKeyCommandInput;
254
+ output: ExportKeyCommandOutput;
255
+ };
256
+ };
246
257
  }
@@ -105,4 +105,15 @@ declare const GetAliasCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class GetAliasCommand extends GetAliasCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: GetAliasInput;
112
+ output: GetAliasOutput;
113
+ };
114
+ sdk: {
115
+ input: GetAliasCommandInput;
116
+ output: GetAliasCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -126,4 +126,15 @@ declare const GetKeyCommand_base: {
126
126
  * @public
127
127
  */
128
128
  export declare class GetKeyCommand extends GetKeyCommand_base {
129
+ /** @internal type navigation helper, not in runtime. */
130
+ protected static __types: {
131
+ api: {
132
+ input: GetKeyInput;
133
+ output: GetKeyOutput;
134
+ };
135
+ sdk: {
136
+ input: GetKeyCommandInput;
137
+ output: GetKeyCommandOutput;
138
+ };
139
+ };
129
140
  }
@@ -104,4 +104,15 @@ declare const GetParametersForExportCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class GetParametersForExportCommand extends GetParametersForExportCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: GetParametersForExportInput;
111
+ output: GetParametersForExportOutput;
112
+ };
113
+ sdk: {
114
+ input: GetParametersForExportCommandInput;
115
+ output: GetParametersForExportCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -104,4 +104,15 @@ declare const GetParametersForImportCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class GetParametersForImportCommand extends GetParametersForImportCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: GetParametersForImportInput;
111
+ output: GetParametersForImportOutput;
112
+ };
113
+ sdk: {
114
+ input: GetParametersForImportCommandInput;
115
+ output: GetParametersForImportCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -79,4 +79,15 @@ declare const GetPublicKeyCertificateCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class GetPublicKeyCertificateCommand extends GetPublicKeyCertificateCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: GetPublicKeyCertificateInput;
86
+ output: GetPublicKeyCertificateOutput;
87
+ };
88
+ sdk: {
89
+ input: GetPublicKeyCertificateCommandInput;
90
+ output: GetPublicKeyCertificateCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -323,4 +323,15 @@ declare const ImportKeyCommand_base: {
323
323
  * @public
324
324
  */
325
325
  export declare class ImportKeyCommand extends ImportKeyCommand_base {
326
+ /** @internal type navigation helper, not in runtime. */
327
+ protected static __types: {
328
+ api: {
329
+ input: ImportKeyInput;
330
+ output: ImportKeyOutput;
331
+ };
332
+ sdk: {
333
+ input: ImportKeyCommandInput;
334
+ output: ImportKeyCommandOutput;
335
+ };
336
+ };
326
337
  }
@@ -111,4 +111,15 @@ declare const ListAliasesCommand_base: {
111
111
  * @public
112
112
  */
113
113
  export declare class ListAliasesCommand extends ListAliasesCommand_base {
114
+ /** @internal type navigation helper, not in runtime. */
115
+ protected static __types: {
116
+ api: {
117
+ input: ListAliasesInput;
118
+ output: ListAliasesOutput;
119
+ };
120
+ sdk: {
121
+ input: ListAliasesCommandInput;
122
+ output: ListAliasesCommandOutput;
123
+ };
124
+ };
114
125
  }
@@ -127,4 +127,15 @@ declare const ListKeysCommand_base: {
127
127
  * @public
128
128
  */
129
129
  export declare class ListKeysCommand extends ListKeysCommand_base {
130
+ /** @internal type navigation helper, not in runtime. */
131
+ protected static __types: {
132
+ api: {
133
+ input: ListKeysInput;
134
+ output: ListKeysOutput;
135
+ };
136
+ sdk: {
137
+ input: ListKeysCommandInput;
138
+ output: ListKeysCommandOutput;
139
+ };
140
+ };
130
141
  }
@@ -103,4 +103,15 @@ declare const ListTagsForResourceCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: ListTagsForResourceInput;
110
+ output: ListTagsForResourceOutput;
111
+ };
112
+ sdk: {
113
+ input: ListTagsForResourceCommandInput;
114
+ output: ListTagsForResourceCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -134,4 +134,15 @@ declare const RestoreKeyCommand_base: {
134
134
  * @public
135
135
  */
136
136
  export declare class RestoreKeyCommand extends RestoreKeyCommand_base {
137
+ /** @internal type navigation helper, not in runtime. */
138
+ protected static __types: {
139
+ api: {
140
+ input: RestoreKeyInput;
141
+ output: RestoreKeyOutput;
142
+ };
143
+ sdk: {
144
+ input: RestoreKeyCommandInput;
145
+ output: RestoreKeyCommandOutput;
146
+ };
147
+ };
137
148
  }
@@ -122,4 +122,15 @@ declare const StartKeyUsageCommand_base: {
122
122
  * @public
123
123
  */
124
124
  export declare class StartKeyUsageCommand extends StartKeyUsageCommand_base {
125
+ /** @internal type navigation helper, not in runtime. */
126
+ protected static __types: {
127
+ api: {
128
+ input: StartKeyUsageInput;
129
+ output: StartKeyUsageOutput;
130
+ };
131
+ sdk: {
132
+ input: StartKeyUsageCommandInput;
133
+ output: StartKeyUsageCommandOutput;
134
+ };
135
+ };
125
136
  }
@@ -128,4 +128,15 @@ declare const StopKeyUsageCommand_base: {
128
128
  * @public
129
129
  */
130
130
  export declare class StopKeyUsageCommand extends StopKeyUsageCommand_base {
131
+ /** @internal type navigation helper, not in runtime. */
132
+ protected static __types: {
133
+ api: {
134
+ input: StopKeyUsageInput;
135
+ output: StopKeyUsageOutput;
136
+ };
137
+ sdk: {
138
+ input: StopKeyUsageCommandInput;
139
+ output: StopKeyUsageCommandOutput;
140
+ };
141
+ };
131
142
  }
@@ -106,4 +106,15 @@ declare const TagResourceCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class TagResourceCommand extends TagResourceCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: TagResourceInput;
113
+ output: {};
114
+ };
115
+ sdk: {
116
+ input: TagResourceCommandInput;
117
+ output: TagResourceCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -99,4 +99,15 @@ declare const UntagResourceCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: UntagResourceInput;
106
+ output: {};
107
+ };
108
+ sdk: {
109
+ input: UntagResourceCommandInput;
110
+ output: UntagResourceCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -109,4 +109,15 @@ declare const UpdateAliasCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class UpdateAliasCommand extends UpdateAliasCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: UpdateAliasInput;
116
+ output: UpdateAliasOutput;
117
+ };
118
+ sdk: {
119
+ input: UpdateAliasCommandInput;
120
+ output: UpdateAliasCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -33,4 +33,15 @@ declare const CreateAliasCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateAliasCommand extends CreateAliasCommand_base {}
36
+ export declare class CreateAliasCommand extends CreateAliasCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateAliasInput;
40
+ output: CreateAliasOutput;
41
+ };
42
+ sdk: {
43
+ input: CreateAliasCommandInput;
44
+ output: CreateAliasCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const CreateKeyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateKeyCommand extends CreateKeyCommand_base {}
36
+ export declare class CreateKeyCommand extends CreateKeyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateKeyInput;
40
+ output: CreateKeyOutput;
41
+ };
42
+ sdk: {
43
+ input: CreateKeyCommandInput;
44
+ output: CreateKeyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteAliasCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteAliasCommand extends DeleteAliasCommand_base {}
36
+ export declare class DeleteAliasCommand extends DeleteAliasCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteAliasInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteAliasCommandInput;
44
+ output: DeleteAliasCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteKeyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteKeyCommand extends DeleteKeyCommand_base {}
36
+ export declare class DeleteKeyCommand extends DeleteKeyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteKeyInput;
40
+ output: DeleteKeyOutput;
41
+ };
42
+ sdk: {
43
+ input: DeleteKeyCommandInput;
44
+ output: DeleteKeyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ExportKeyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ExportKeyCommand extends ExportKeyCommand_base {}
36
+ export declare class ExportKeyCommand extends ExportKeyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ExportKeyInput;
40
+ output: ExportKeyOutput;
41
+ };
42
+ sdk: {
43
+ input: ExportKeyCommandInput;
44
+ output: ExportKeyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetAliasCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetAliasCommand extends GetAliasCommand_base {}
36
+ export declare class GetAliasCommand extends GetAliasCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetAliasInput;
40
+ output: GetAliasOutput;
41
+ };
42
+ sdk: {
43
+ input: GetAliasCommandInput;
44
+ output: GetAliasCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -27,4 +27,15 @@ declare const GetKeyCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class GetKeyCommand extends GetKeyCommand_base {}
30
+ export declare class GetKeyCommand extends GetKeyCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: GetKeyInput;
34
+ output: GetKeyOutput;
35
+ };
36
+ sdk: {
37
+ input: GetKeyCommandInput;
38
+ output: GetKeyCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -37,4 +37,15 @@ declare const GetParametersForExportCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetParametersForExportCommand extends GetParametersForExportCommand_base {}
40
+ export declare class GetParametersForExportCommand extends GetParametersForExportCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetParametersForExportInput;
44
+ output: GetParametersForExportOutput;
45
+ };
46
+ sdk: {
47
+ input: GetParametersForExportCommandInput;
48
+ output: GetParametersForExportCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetParametersForImportCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetParametersForImportCommand extends GetParametersForImportCommand_base {}
40
+ export declare class GetParametersForImportCommand extends GetParametersForImportCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetParametersForImportInput;
44
+ output: GetParametersForImportOutput;
45
+ };
46
+ sdk: {
47
+ input: GetParametersForImportCommandInput;
48
+ output: GetParametersForImportCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetPublicKeyCertificateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetPublicKeyCertificateCommand extends GetPublicKeyCertificateCommand_base {}
40
+ export declare class GetPublicKeyCertificateCommand extends GetPublicKeyCertificateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetPublicKeyCertificateInput;
44
+ output: GetPublicKeyCertificateOutput;
45
+ };
46
+ sdk: {
47
+ input: GetPublicKeyCertificateCommandInput;
48
+ output: GetPublicKeyCertificateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ImportKeyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ImportKeyCommand extends ImportKeyCommand_base {}
36
+ export declare class ImportKeyCommand extends ImportKeyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ImportKeyInput;
40
+ output: ImportKeyOutput;
41
+ };
42
+ sdk: {
43
+ input: ImportKeyCommandInput;
44
+ output: ImportKeyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ListAliasesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListAliasesCommand extends ListAliasesCommand_base {}
36
+ export declare class ListAliasesCommand extends ListAliasesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListAliasesInput;
40
+ output: ListAliasesOutput;
41
+ };
42
+ sdk: {
43
+ input: ListAliasesCommandInput;
44
+ output: ListAliasesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ListKeysCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListKeysCommand extends ListKeysCommand_base {}
36
+ export declare class ListKeysCommand extends ListKeysCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListKeysInput;
40
+ output: ListKeysOutput;
41
+ };
42
+ sdk: {
43
+ input: ListKeysCommandInput;
44
+ output: ListKeysCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceInput;
44
+ output: ListTagsForResourceOutput;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const RestoreKeyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class RestoreKeyCommand extends RestoreKeyCommand_base {}
36
+ export declare class RestoreKeyCommand extends RestoreKeyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: RestoreKeyInput;
40
+ output: RestoreKeyOutput;
41
+ };
42
+ sdk: {
43
+ input: RestoreKeyCommandInput;
44
+ output: RestoreKeyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const StartKeyUsageCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class StartKeyUsageCommand extends StartKeyUsageCommand_base {}
36
+ export declare class StartKeyUsageCommand extends StartKeyUsageCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: StartKeyUsageInput;
40
+ output: StartKeyUsageOutput;
41
+ };
42
+ sdk: {
43
+ input: StartKeyUsageCommandInput;
44
+ output: StartKeyUsageCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const StopKeyUsageCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class StopKeyUsageCommand extends StopKeyUsageCommand_base {}
36
+ export declare class StopKeyUsageCommand extends StopKeyUsageCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: StopKeyUsageInput;
40
+ output: StopKeyUsageOutput;
41
+ };
42
+ sdk: {
43
+ input: StopKeyUsageCommandInput;
44
+ output: StopKeyUsageCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UntagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
36
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UntagResourceInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UntagResourceCommandInput;
44
+ output: UntagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UpdateAliasCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateAliasCommand extends UpdateAliasCommand_base {}
36
+ export declare class UpdateAliasCommand extends UpdateAliasCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateAliasInput;
40
+ output: UpdateAliasOutput;
41
+ };
42
+ sdk: {
43
+ input: UpdateAliasCommandInput;
44
+ output: UpdateAliasCommandOutput;
45
+ };
46
+ };
47
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-payment-cryptography",
3
3
  "description": "AWS SDK for JavaScript Payment Cryptography Client for Node.js, Browser and React Native",
4
- "version": "3.651.1",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-payment-cryptography",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },