@aws-sdk/client-cloudhsm 3.169.0 → 3.170.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 (35) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CloudHSM.d.ts +364 -105
  3. package/dist-types/ts3.4/CloudHSMClient.d.ts +249 -93
  4. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateHapgCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateLunaClientCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/DeleteHapgCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/DeleteLunaClientCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DescribeHapgCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/DescribeHsmCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DescribeLunaClientCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/ListAvailableZonesCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/ListHapgsCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/ListHsmsCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/ListLunaClientsCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/ModifyHapgCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/ModifyHsmCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/ModifyLunaClientCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/index.d.ts +20 -20
  25. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  26. package/dist-types/ts3.4/index.d.ts +5 -5
  27. package/dist-types/ts3.4/models/CloudHSMServiceException.d.ts +8 -6
  28. package/dist-types/ts3.4/models/index.d.ts +1 -1
  29. package/dist-types/ts3.4/models/models_0.d.ts +478 -433
  30. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +245 -62
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  35. package/package.json +34 -34
@@ -1,62 +1,245 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "../commands/AddTagsToResourceCommand";
4
- import { CreateHapgCommandInput, CreateHapgCommandOutput } from "../commands/CreateHapgCommand";
5
- import { CreateHsmCommandInput, CreateHsmCommandOutput } from "../commands/CreateHsmCommand";
6
- import { CreateLunaClientCommandInput, CreateLunaClientCommandOutput } from "../commands/CreateLunaClientCommand";
7
- import { DeleteHapgCommandInput, DeleteHapgCommandOutput } from "../commands/DeleteHapgCommand";
8
- import { DeleteHsmCommandInput, DeleteHsmCommandOutput } from "../commands/DeleteHsmCommand";
9
- import { DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput } from "../commands/DeleteLunaClientCommand";
10
- import { DescribeHapgCommandInput, DescribeHapgCommandOutput } from "../commands/DescribeHapgCommand";
11
- import { DescribeHsmCommandInput, DescribeHsmCommandOutput } from "../commands/DescribeHsmCommand";
12
- import { DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput } from "../commands/DescribeLunaClientCommand";
13
- import { GetConfigCommandInput, GetConfigCommandOutput } from "../commands/GetConfigCommand";
14
- import { ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput } from "../commands/ListAvailableZonesCommand";
15
- import { ListHapgsCommandInput, ListHapgsCommandOutput } from "../commands/ListHapgsCommand";
16
- import { ListHsmsCommandInput, ListHsmsCommandOutput } from "../commands/ListHsmsCommand";
17
- import { ListLunaClientsCommandInput, ListLunaClientsCommandOutput } from "../commands/ListLunaClientsCommand";
18
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
19
- import { ModifyHapgCommandInput, ModifyHapgCommandOutput } from "../commands/ModifyHapgCommand";
20
- import { ModifyHsmCommandInput, ModifyHsmCommandOutput } from "../commands/ModifyHsmCommand";
21
- import { ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput } from "../commands/ModifyLunaClientCommand";
22
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "../commands/RemoveTagsFromResourceCommand";
23
- export declare const serializeAws_json1_1AddTagsToResourceCommand: (input: AddTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- export declare const serializeAws_json1_1CreateHapgCommand: (input: CreateHapgCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_json1_1CreateHsmCommand: (input: CreateHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_json1_1CreateLunaClientCommand: (input: CreateLunaClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_json1_1DeleteHapgCommand: (input: DeleteHapgCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_json1_1DeleteHsmCommand: (input: DeleteHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_json1_1DeleteLunaClientCommand: (input: DeleteLunaClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_json1_1DescribeHapgCommand: (input: DescribeHapgCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_json1_1DescribeHsmCommand: (input: DescribeHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_json1_1DescribeLunaClientCommand: (input: DescribeLunaClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_json1_1GetConfigCommand: (input: GetConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_json1_1ListAvailableZonesCommand: (input: ListAvailableZonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_json1_1ListHapgsCommand: (input: ListHapgsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_json1_1ListHsmsCommand: (input: ListHsmsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_json1_1ListLunaClientsCommand: (input: ListLunaClientsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_json1_1ModifyHapgCommand: (input: ModifyHapgCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_1ModifyHsmCommand: (input: ModifyHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_1ModifyLunaClientCommand: (input: ModifyLunaClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_1RemoveTagsFromResourceCommand: (input: RemoveTagsFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const deserializeAws_json1_1AddTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToResourceCommandOutput>;
44
- export declare const deserializeAws_json1_1CreateHapgCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHapgCommandOutput>;
45
- export declare const deserializeAws_json1_1CreateHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHsmCommandOutput>;
46
- export declare const deserializeAws_json1_1CreateLunaClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLunaClientCommandOutput>;
47
- export declare const deserializeAws_json1_1DeleteHapgCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHapgCommandOutput>;
48
- export declare const deserializeAws_json1_1DeleteHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHsmCommandOutput>;
49
- export declare const deserializeAws_json1_1DeleteLunaClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLunaClientCommandOutput>;
50
- export declare const deserializeAws_json1_1DescribeHapgCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHapgCommandOutput>;
51
- export declare const deserializeAws_json1_1DescribeHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHsmCommandOutput>;
52
- export declare const deserializeAws_json1_1DescribeLunaClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLunaClientCommandOutput>;
53
- export declare const deserializeAws_json1_1GetConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigCommandOutput>;
54
- export declare const deserializeAws_json1_1ListAvailableZonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAvailableZonesCommandOutput>;
55
- export declare const deserializeAws_json1_1ListHapgsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHapgsCommandOutput>;
56
- export declare const deserializeAws_json1_1ListHsmsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHsmsCommandOutput>;
57
- export declare const deserializeAws_json1_1ListLunaClientsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLunaClientsCommandOutput>;
58
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
59
- export declare const deserializeAws_json1_1ModifyHapgCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyHapgCommandOutput>;
60
- export declare const deserializeAws_json1_1ModifyHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyHsmCommandOutput>;
61
- export declare const deserializeAws_json1_1ModifyLunaClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyLunaClientCommandOutput>;
62
- export declare const deserializeAws_json1_1RemoveTagsFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromResourceCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AddTagsToResourceCommandInput,
8
+ AddTagsToResourceCommandOutput,
9
+ } from "../commands/AddTagsToResourceCommand";
10
+ import {
11
+ CreateHapgCommandInput,
12
+ CreateHapgCommandOutput,
13
+ } from "../commands/CreateHapgCommand";
14
+ import {
15
+ CreateHsmCommandInput,
16
+ CreateHsmCommandOutput,
17
+ } from "../commands/CreateHsmCommand";
18
+ import {
19
+ CreateLunaClientCommandInput,
20
+ CreateLunaClientCommandOutput,
21
+ } from "../commands/CreateLunaClientCommand";
22
+ import {
23
+ DeleteHapgCommandInput,
24
+ DeleteHapgCommandOutput,
25
+ } from "../commands/DeleteHapgCommand";
26
+ import {
27
+ DeleteHsmCommandInput,
28
+ DeleteHsmCommandOutput,
29
+ } from "../commands/DeleteHsmCommand";
30
+ import {
31
+ DeleteLunaClientCommandInput,
32
+ DeleteLunaClientCommandOutput,
33
+ } from "../commands/DeleteLunaClientCommand";
34
+ import {
35
+ DescribeHapgCommandInput,
36
+ DescribeHapgCommandOutput,
37
+ } from "../commands/DescribeHapgCommand";
38
+ import {
39
+ DescribeHsmCommandInput,
40
+ DescribeHsmCommandOutput,
41
+ } from "../commands/DescribeHsmCommand";
42
+ import {
43
+ DescribeLunaClientCommandInput,
44
+ DescribeLunaClientCommandOutput,
45
+ } from "../commands/DescribeLunaClientCommand";
46
+ import {
47
+ GetConfigCommandInput,
48
+ GetConfigCommandOutput,
49
+ } from "../commands/GetConfigCommand";
50
+ import {
51
+ ListAvailableZonesCommandInput,
52
+ ListAvailableZonesCommandOutput,
53
+ } from "../commands/ListAvailableZonesCommand";
54
+ import {
55
+ ListHapgsCommandInput,
56
+ ListHapgsCommandOutput,
57
+ } from "../commands/ListHapgsCommand";
58
+ import {
59
+ ListHsmsCommandInput,
60
+ ListHsmsCommandOutput,
61
+ } from "../commands/ListHsmsCommand";
62
+ import {
63
+ ListLunaClientsCommandInput,
64
+ ListLunaClientsCommandOutput,
65
+ } from "../commands/ListLunaClientsCommand";
66
+ import {
67
+ ListTagsForResourceCommandInput,
68
+ ListTagsForResourceCommandOutput,
69
+ } from "../commands/ListTagsForResourceCommand";
70
+ import {
71
+ ModifyHapgCommandInput,
72
+ ModifyHapgCommandOutput,
73
+ } from "../commands/ModifyHapgCommand";
74
+ import {
75
+ ModifyHsmCommandInput,
76
+ ModifyHsmCommandOutput,
77
+ } from "../commands/ModifyHsmCommand";
78
+ import {
79
+ ModifyLunaClientCommandInput,
80
+ ModifyLunaClientCommandOutput,
81
+ } from "../commands/ModifyLunaClientCommand";
82
+ import {
83
+ RemoveTagsFromResourceCommandInput,
84
+ RemoveTagsFromResourceCommandOutput,
85
+ } from "../commands/RemoveTagsFromResourceCommand";
86
+ export declare const serializeAws_json1_1AddTagsToResourceCommand: (
87
+ input: AddTagsToResourceCommandInput,
88
+ context: __SerdeContext
89
+ ) => Promise<__HttpRequest>;
90
+ export declare const serializeAws_json1_1CreateHapgCommand: (
91
+ input: CreateHapgCommandInput,
92
+ context: __SerdeContext
93
+ ) => Promise<__HttpRequest>;
94
+ export declare const serializeAws_json1_1CreateHsmCommand: (
95
+ input: CreateHsmCommandInput,
96
+ context: __SerdeContext
97
+ ) => Promise<__HttpRequest>;
98
+ export declare const serializeAws_json1_1CreateLunaClientCommand: (
99
+ input: CreateLunaClientCommandInput,
100
+ context: __SerdeContext
101
+ ) => Promise<__HttpRequest>;
102
+ export declare const serializeAws_json1_1DeleteHapgCommand: (
103
+ input: DeleteHapgCommandInput,
104
+ context: __SerdeContext
105
+ ) => Promise<__HttpRequest>;
106
+ export declare const serializeAws_json1_1DeleteHsmCommand: (
107
+ input: DeleteHsmCommandInput,
108
+ context: __SerdeContext
109
+ ) => Promise<__HttpRequest>;
110
+ export declare const serializeAws_json1_1DeleteLunaClientCommand: (
111
+ input: DeleteLunaClientCommandInput,
112
+ context: __SerdeContext
113
+ ) => Promise<__HttpRequest>;
114
+ export declare const serializeAws_json1_1DescribeHapgCommand: (
115
+ input: DescribeHapgCommandInput,
116
+ context: __SerdeContext
117
+ ) => Promise<__HttpRequest>;
118
+ export declare const serializeAws_json1_1DescribeHsmCommand: (
119
+ input: DescribeHsmCommandInput,
120
+ context: __SerdeContext
121
+ ) => Promise<__HttpRequest>;
122
+ export declare const serializeAws_json1_1DescribeLunaClientCommand: (
123
+ input: DescribeLunaClientCommandInput,
124
+ context: __SerdeContext
125
+ ) => Promise<__HttpRequest>;
126
+ export declare const serializeAws_json1_1GetConfigCommand: (
127
+ input: GetConfigCommandInput,
128
+ context: __SerdeContext
129
+ ) => Promise<__HttpRequest>;
130
+ export declare const serializeAws_json1_1ListAvailableZonesCommand: (
131
+ input: ListAvailableZonesCommandInput,
132
+ context: __SerdeContext
133
+ ) => Promise<__HttpRequest>;
134
+ export declare const serializeAws_json1_1ListHapgsCommand: (
135
+ input: ListHapgsCommandInput,
136
+ context: __SerdeContext
137
+ ) => Promise<__HttpRequest>;
138
+ export declare const serializeAws_json1_1ListHsmsCommand: (
139
+ input: ListHsmsCommandInput,
140
+ context: __SerdeContext
141
+ ) => Promise<__HttpRequest>;
142
+ export declare const serializeAws_json1_1ListLunaClientsCommand: (
143
+ input: ListLunaClientsCommandInput,
144
+ context: __SerdeContext
145
+ ) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
147
+ input: ListTagsForResourceCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_json1_1ModifyHapgCommand: (
151
+ input: ModifyHapgCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_json1_1ModifyHsmCommand: (
155
+ input: ModifyHsmCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_json1_1ModifyLunaClientCommand: (
159
+ input: ModifyLunaClientCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_json1_1RemoveTagsFromResourceCommand: (
163
+ input: RemoveTagsFromResourceCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const deserializeAws_json1_1AddTagsToResourceCommand: (
167
+ output: __HttpResponse,
168
+ context: __SerdeContext
169
+ ) => Promise<AddTagsToResourceCommandOutput>;
170
+ export declare const deserializeAws_json1_1CreateHapgCommand: (
171
+ output: __HttpResponse,
172
+ context: __SerdeContext
173
+ ) => Promise<CreateHapgCommandOutput>;
174
+ export declare const deserializeAws_json1_1CreateHsmCommand: (
175
+ output: __HttpResponse,
176
+ context: __SerdeContext
177
+ ) => Promise<CreateHsmCommandOutput>;
178
+ export declare const deserializeAws_json1_1CreateLunaClientCommand: (
179
+ output: __HttpResponse,
180
+ context: __SerdeContext
181
+ ) => Promise<CreateLunaClientCommandOutput>;
182
+ export declare const deserializeAws_json1_1DeleteHapgCommand: (
183
+ output: __HttpResponse,
184
+ context: __SerdeContext
185
+ ) => Promise<DeleteHapgCommandOutput>;
186
+ export declare const deserializeAws_json1_1DeleteHsmCommand: (
187
+ output: __HttpResponse,
188
+ context: __SerdeContext
189
+ ) => Promise<DeleteHsmCommandOutput>;
190
+ export declare const deserializeAws_json1_1DeleteLunaClientCommand: (
191
+ output: __HttpResponse,
192
+ context: __SerdeContext
193
+ ) => Promise<DeleteLunaClientCommandOutput>;
194
+ export declare const deserializeAws_json1_1DescribeHapgCommand: (
195
+ output: __HttpResponse,
196
+ context: __SerdeContext
197
+ ) => Promise<DescribeHapgCommandOutput>;
198
+ export declare const deserializeAws_json1_1DescribeHsmCommand: (
199
+ output: __HttpResponse,
200
+ context: __SerdeContext
201
+ ) => Promise<DescribeHsmCommandOutput>;
202
+ export declare const deserializeAws_json1_1DescribeLunaClientCommand: (
203
+ output: __HttpResponse,
204
+ context: __SerdeContext
205
+ ) => Promise<DescribeLunaClientCommandOutput>;
206
+ export declare const deserializeAws_json1_1GetConfigCommand: (
207
+ output: __HttpResponse,
208
+ context: __SerdeContext
209
+ ) => Promise<GetConfigCommandOutput>;
210
+ export declare const deserializeAws_json1_1ListAvailableZonesCommand: (
211
+ output: __HttpResponse,
212
+ context: __SerdeContext
213
+ ) => Promise<ListAvailableZonesCommandOutput>;
214
+ export declare const deserializeAws_json1_1ListHapgsCommand: (
215
+ output: __HttpResponse,
216
+ context: __SerdeContext
217
+ ) => Promise<ListHapgsCommandOutput>;
218
+ export declare const deserializeAws_json1_1ListHsmsCommand: (
219
+ output: __HttpResponse,
220
+ context: __SerdeContext
221
+ ) => Promise<ListHsmsCommandOutput>;
222
+ export declare const deserializeAws_json1_1ListLunaClientsCommand: (
223
+ output: __HttpResponse,
224
+ context: __SerdeContext
225
+ ) => Promise<ListLunaClientsCommandOutput>;
226
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
227
+ output: __HttpResponse,
228
+ context: __SerdeContext
229
+ ) => Promise<ListTagsForResourceCommandOutput>;
230
+ export declare const deserializeAws_json1_1ModifyHapgCommand: (
231
+ output: __HttpResponse,
232
+ context: __SerdeContext
233
+ ) => Promise<ModifyHapgCommandOutput>;
234
+ export declare const deserializeAws_json1_1ModifyHsmCommand: (
235
+ output: __HttpResponse,
236
+ context: __SerdeContext
237
+ ) => Promise<ModifyHsmCommandOutput>;
238
+ export declare const deserializeAws_json1_1ModifyLunaClientCommand: (
239
+ output: __HttpResponse,
240
+ context: __SerdeContext
241
+ ) => Promise<ModifyLunaClientCommandOutput>;
242
+ export declare const deserializeAws_json1_1RemoveTagsFromResourceCommand: (
243
+ output: __HttpResponse,
244
+ context: __SerdeContext
245
+ ) => Promise<RemoveTagsFromResourceCommandOutput>;
@@ -1,38 +1,66 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { CloudHSMClientConfig } from "./CloudHSMClient";
3
-
4
- export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { CloudHSMClientConfig } from "./CloudHSMClient";
3
+
4
+ export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<
7
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
8
+ >;
9
+ base64Decoder: import("@aws-sdk/types").Decoder;
10
+ base64Encoder: import("@aws-sdk/types").Encoder;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ credentialDefaultProvider: (
13
+ input: any
14
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
15
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
16
+ import("@aws-sdk/types").UserAgent
17
+ >;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ region: string | import("@aws-sdk/types").Provider<any>;
20
+ requestHandler:
21
+ | (import("@aws-sdk/types").RequestHandler<
22
+ any,
23
+ any,
24
+ import("@aws-sdk/types").HttpHandlerOptions
25
+ > &
26
+ import("@aws-sdk/protocol-http").HttpHandler)
27
+ | RequestHandler;
28
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
29
+ sha256: import("@aws-sdk/types").HashConstructor;
30
+ streamCollector: import("@aws-sdk/types").StreamCollector;
31
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
33
+ utf8Decoder: import("@aws-sdk/types").Decoder;
34
+ utf8Encoder: import("@aws-sdk/types").Encoder;
35
+ apiVersion: string;
36
+ urlParser: import("@aws-sdk/types").UrlParser;
37
+ disableHostPrefix: boolean;
38
+ logger: import("@aws-sdk/types").Logger;
39
+ serviceId: string;
40
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
41
+ endpoint?:
42
+ | string
43
+ | import("@aws-sdk/types").Endpoint
44
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
45
+ | undefined;
46
+ tls?: boolean | undefined;
47
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
48
+ credentials?:
49
+ | import("@aws-sdk/types").Credentials
50
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
51
+ | undefined;
52
+ signer?:
53
+ | import("@aws-sdk/types").RequestSigner
54
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | undefined;
56
+ signingEscapePath?: boolean | undefined;
57
+ systemClockOffset?: number | undefined;
58
+ signingRegion?: string | undefined;
59
+ signerConstructor?:
60
+ | (new (
61
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
62
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
63
+ ) => import("@aws-sdk/types").RequestSigner)
64
+ | undefined;
65
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
66
+ };
@@ -1,38 +1,66 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
- import { CloudHSMClientConfig } from "./CloudHSMClient";
3
-
4
- export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<string>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
+ import { CloudHSMClientConfig } from "./CloudHSMClient";
3
+
4
+ export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<
7
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
8
+ >;
9
+ base64Decoder: import("@aws-sdk/types").Decoder;
10
+ base64Encoder: import("@aws-sdk/types").Encoder;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ credentialDefaultProvider: (
13
+ input: any
14
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
15
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
16
+ import("@aws-sdk/types").UserAgent
17
+ >;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ region: string | import("@aws-sdk/types").Provider<string>;
20
+ requestHandler:
21
+ | (import("@aws-sdk/types").RequestHandler<
22
+ any,
23
+ any,
24
+ import("@aws-sdk/types").HttpHandlerOptions
25
+ > &
26
+ import("@aws-sdk/protocol-http").HttpHandler)
27
+ | RequestHandler;
28
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
29
+ sha256: import("@aws-sdk/types").HashConstructor;
30
+ streamCollector: import("@aws-sdk/types").StreamCollector;
31
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
33
+ utf8Decoder: import("@aws-sdk/types").Decoder;
34
+ utf8Encoder: import("@aws-sdk/types").Encoder;
35
+ apiVersion: string;
36
+ urlParser: import("@aws-sdk/types").UrlParser;
37
+ disableHostPrefix: boolean;
38
+ logger: import("@aws-sdk/types").Logger;
39
+ serviceId: string;
40
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
41
+ endpoint?:
42
+ | string
43
+ | import("@aws-sdk/types").Endpoint
44
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
45
+ | undefined;
46
+ tls?: boolean | undefined;
47
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
48
+ credentials?:
49
+ | import("@aws-sdk/types").Credentials
50
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
51
+ | undefined;
52
+ signer?:
53
+ | import("@aws-sdk/types").RequestSigner
54
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | undefined;
56
+ signingEscapePath?: boolean | undefined;
57
+ systemClockOffset?: number | undefined;
58
+ signingRegion?: string | undefined;
59
+ signerConstructor?:
60
+ | (new (
61
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
62
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
63
+ ) => import("@aws-sdk/types").RequestSigner)
64
+ | undefined;
65
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
66
+ };
@@ -1,37 +1,67 @@
1
- import { CloudHSMClientConfig } from "./CloudHSMClient";
2
-
3
- export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
4
- runtime: string;
5
- sha256: import("@aws-sdk/types").HashConstructor;
6
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
- apiVersion: string;
8
- urlParser: import("@aws-sdk/types").UrlParser;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- streamCollector: import("@aws-sdk/types").StreamCollector;
11
- base64Decoder: import("@aws-sdk/types").Decoder;
12
- base64Encoder: import("@aws-sdk/types").Encoder;
13
- utf8Decoder: import("@aws-sdk/types").Decoder;
14
- utf8Encoder: import("@aws-sdk/types").Encoder;
15
- disableHostPrefix: boolean;
16
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
- retryMode: string | import("@aws-sdk/types").Provider<string>;
18
- logger: import("@aws-sdk/types").Logger;
19
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
- serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<any>;
23
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
- };
1
+ import { CloudHSMClientConfig } from "./CloudHSMClient";
2
+
3
+ export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
4
+ runtime: string;
5
+ sha256: import("@aws-sdk/types").HashConstructor;
6
+ requestHandler:
7
+ | (import("@aws-sdk/types").RequestHandler<
8
+ any,
9
+ any,
10
+ import("@aws-sdk/types").HttpHandlerOptions
11
+ > &
12
+ import("@aws-sdk/protocol-http").HttpHandler)
13
+ | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
14
+ apiVersion: string;
15
+ urlParser: import("@aws-sdk/types").UrlParser;
16
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
17
+ streamCollector: import("@aws-sdk/types").StreamCollector;
18
+ base64Decoder: import("@aws-sdk/types").Decoder;
19
+ base64Encoder: import("@aws-sdk/types").Encoder;
20
+ utf8Decoder: import("@aws-sdk/types").Decoder;
21
+ utf8Encoder: import("@aws-sdk/types").Encoder;
22
+ disableHostPrefix: boolean;
23
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
24
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
25
+ logger: import("@aws-sdk/types").Logger;
26
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
27
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
28
+ serviceId: string;
29
+ region: string | import("@aws-sdk/types").Provider<any>;
30
+ credentialDefaultProvider: (
31
+ input: any
32
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
33
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
34
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
35
+ import("@aws-sdk/types").UserAgent
36
+ >;
37
+ defaultsMode:
38
+ | import("@aws-sdk/smithy-client").DefaultsMode
39
+ | import("@aws-sdk/types").Provider<
40
+ import("@aws-sdk/smithy-client").DefaultsMode
41
+ >;
42
+ endpoint?:
43
+ | string
44
+ | import("@aws-sdk/types").Endpoint
45
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
46
+ | undefined;
47
+ tls?: boolean | undefined;
48
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
49
+ credentials?:
50
+ | import("@aws-sdk/types").Credentials
51
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
52
+ | undefined;
53
+ signer?:
54
+ | import("@aws-sdk/types").RequestSigner
55
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
56
+ | undefined;
57
+ signingEscapePath?: boolean | undefined;
58
+ systemClockOffset?: number | undefined;
59
+ signingRegion?: string | undefined;
60
+ signerConstructor?:
61
+ | (new (
62
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
63
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
64
+ ) => import("@aws-sdk/types").RequestSigner)
65
+ | undefined;
66
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
67
+ };