@aws-sdk/client-cloudhsm 3.170.0 → 3.178.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CloudHSM.d.ts +0 -20
- package/dist-types/ts3.4/CloudHSMClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateHapgCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLunaClientCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteHapgCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLunaClientCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeHapgCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeHsmCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLunaClientCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAvailableZonesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListHapgsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListHsmsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLunaClientsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyHapgCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyHsmCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyLunaClientCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CloudHSMServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -129
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudhsm
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudhsm
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-cloudhsm
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -80,7 +80,6 @@ import {
|
|
|
80
80
|
RemoveTagsFromResourceCommandInput,
|
|
81
81
|
RemoveTagsFromResourceCommandOutput,
|
|
82
82
|
} from "./commands/RemoveTagsFromResourceCommand";
|
|
83
|
-
|
|
84
83
|
export declare class CloudHSM extends CloudHSMClient {
|
|
85
84
|
addTagsToResource(
|
|
86
85
|
args: AddTagsToResourceCommandInput,
|
|
@@ -95,7 +94,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
95
94
|
options: __HttpHandlerOptions,
|
|
96
95
|
cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
|
|
97
96
|
): void;
|
|
98
|
-
|
|
99
97
|
createHapg(
|
|
100
98
|
args: CreateHapgCommandInput,
|
|
101
99
|
options?: __HttpHandlerOptions
|
|
@@ -109,7 +107,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
109
107
|
options: __HttpHandlerOptions,
|
|
110
108
|
cb: (err: any, data?: CreateHapgCommandOutput) => void
|
|
111
109
|
): void;
|
|
112
|
-
|
|
113
110
|
createHsm(
|
|
114
111
|
args: CreateHsmCommandInput,
|
|
115
112
|
options?: __HttpHandlerOptions
|
|
@@ -123,7 +120,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
123
120
|
options: __HttpHandlerOptions,
|
|
124
121
|
cb: (err: any, data?: CreateHsmCommandOutput) => void
|
|
125
122
|
): void;
|
|
126
|
-
|
|
127
123
|
createLunaClient(
|
|
128
124
|
args: CreateLunaClientCommandInput,
|
|
129
125
|
options?: __HttpHandlerOptions
|
|
@@ -137,7 +133,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
137
133
|
options: __HttpHandlerOptions,
|
|
138
134
|
cb: (err: any, data?: CreateLunaClientCommandOutput) => void
|
|
139
135
|
): void;
|
|
140
|
-
|
|
141
136
|
deleteHapg(
|
|
142
137
|
args: DeleteHapgCommandInput,
|
|
143
138
|
options?: __HttpHandlerOptions
|
|
@@ -151,7 +146,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
151
146
|
options: __HttpHandlerOptions,
|
|
152
147
|
cb: (err: any, data?: DeleteHapgCommandOutput) => void
|
|
153
148
|
): void;
|
|
154
|
-
|
|
155
149
|
deleteHsm(
|
|
156
150
|
args: DeleteHsmCommandInput,
|
|
157
151
|
options?: __HttpHandlerOptions
|
|
@@ -165,7 +159,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
165
159
|
options: __HttpHandlerOptions,
|
|
166
160
|
cb: (err: any, data?: DeleteHsmCommandOutput) => void
|
|
167
161
|
): void;
|
|
168
|
-
|
|
169
162
|
deleteLunaClient(
|
|
170
163
|
args: DeleteLunaClientCommandInput,
|
|
171
164
|
options?: __HttpHandlerOptions
|
|
@@ -179,7 +172,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
179
172
|
options: __HttpHandlerOptions,
|
|
180
173
|
cb: (err: any, data?: DeleteLunaClientCommandOutput) => void
|
|
181
174
|
): void;
|
|
182
|
-
|
|
183
175
|
describeHapg(
|
|
184
176
|
args: DescribeHapgCommandInput,
|
|
185
177
|
options?: __HttpHandlerOptions
|
|
@@ -193,7 +185,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
193
185
|
options: __HttpHandlerOptions,
|
|
194
186
|
cb: (err: any, data?: DescribeHapgCommandOutput) => void
|
|
195
187
|
): void;
|
|
196
|
-
|
|
197
188
|
describeHsm(
|
|
198
189
|
args: DescribeHsmCommandInput,
|
|
199
190
|
options?: __HttpHandlerOptions
|
|
@@ -207,7 +198,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
207
198
|
options: __HttpHandlerOptions,
|
|
208
199
|
cb: (err: any, data?: DescribeHsmCommandOutput) => void
|
|
209
200
|
): void;
|
|
210
|
-
|
|
211
201
|
describeLunaClient(
|
|
212
202
|
args: DescribeLunaClientCommandInput,
|
|
213
203
|
options?: __HttpHandlerOptions
|
|
@@ -221,7 +211,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
221
211
|
options: __HttpHandlerOptions,
|
|
222
212
|
cb: (err: any, data?: DescribeLunaClientCommandOutput) => void
|
|
223
213
|
): void;
|
|
224
|
-
|
|
225
214
|
getConfig(
|
|
226
215
|
args: GetConfigCommandInput,
|
|
227
216
|
options?: __HttpHandlerOptions
|
|
@@ -235,7 +224,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
235
224
|
options: __HttpHandlerOptions,
|
|
236
225
|
cb: (err: any, data?: GetConfigCommandOutput) => void
|
|
237
226
|
): void;
|
|
238
|
-
|
|
239
227
|
listAvailableZones(
|
|
240
228
|
args: ListAvailableZonesCommandInput,
|
|
241
229
|
options?: __HttpHandlerOptions
|
|
@@ -249,7 +237,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
249
237
|
options: __HttpHandlerOptions,
|
|
250
238
|
cb: (err: any, data?: ListAvailableZonesCommandOutput) => void
|
|
251
239
|
): void;
|
|
252
|
-
|
|
253
240
|
listHapgs(
|
|
254
241
|
args: ListHapgsCommandInput,
|
|
255
242
|
options?: __HttpHandlerOptions
|
|
@@ -263,7 +250,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
263
250
|
options: __HttpHandlerOptions,
|
|
264
251
|
cb: (err: any, data?: ListHapgsCommandOutput) => void
|
|
265
252
|
): void;
|
|
266
|
-
|
|
267
253
|
listHsms(
|
|
268
254
|
args: ListHsmsCommandInput,
|
|
269
255
|
options?: __HttpHandlerOptions
|
|
@@ -277,7 +263,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
277
263
|
options: __HttpHandlerOptions,
|
|
278
264
|
cb: (err: any, data?: ListHsmsCommandOutput) => void
|
|
279
265
|
): void;
|
|
280
|
-
|
|
281
266
|
listLunaClients(
|
|
282
267
|
args: ListLunaClientsCommandInput,
|
|
283
268
|
options?: __HttpHandlerOptions
|
|
@@ -291,7 +276,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
291
276
|
options: __HttpHandlerOptions,
|
|
292
277
|
cb: (err: any, data?: ListLunaClientsCommandOutput) => void
|
|
293
278
|
): void;
|
|
294
|
-
|
|
295
279
|
listTagsForResource(
|
|
296
280
|
args: ListTagsForResourceCommandInput,
|
|
297
281
|
options?: __HttpHandlerOptions
|
|
@@ -305,7 +289,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
305
289
|
options: __HttpHandlerOptions,
|
|
306
290
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
307
291
|
): void;
|
|
308
|
-
|
|
309
292
|
modifyHapg(
|
|
310
293
|
args: ModifyHapgCommandInput,
|
|
311
294
|
options?: __HttpHandlerOptions
|
|
@@ -319,7 +302,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
319
302
|
options: __HttpHandlerOptions,
|
|
320
303
|
cb: (err: any, data?: ModifyHapgCommandOutput) => void
|
|
321
304
|
): void;
|
|
322
|
-
|
|
323
305
|
modifyHsm(
|
|
324
306
|
args: ModifyHsmCommandInput,
|
|
325
307
|
options?: __HttpHandlerOptions
|
|
@@ -333,7 +315,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
333
315
|
options: __HttpHandlerOptions,
|
|
334
316
|
cb: (err: any, data?: ModifyHsmCommandOutput) => void
|
|
335
317
|
): void;
|
|
336
|
-
|
|
337
318
|
modifyLunaClient(
|
|
338
319
|
args: ModifyLunaClientCommandInput,
|
|
339
320
|
options?: __HttpHandlerOptions
|
|
@@ -347,7 +328,6 @@ export declare class CloudHSM extends CloudHSMClient {
|
|
|
347
328
|
options: __HttpHandlerOptions,
|
|
348
329
|
cb: (err: any, data?: ModifyLunaClientCommandOutput) => void
|
|
349
330
|
): void;
|
|
350
|
-
|
|
351
331
|
removeTagsFromResource(
|
|
352
332
|
args: RemoveTagsFromResourceCommandInput,
|
|
353
333
|
options?: __HttpHandlerOptions
|
|
@@ -167,47 +167,26 @@ export declare type ServiceOutputTypes =
|
|
|
167
167
|
export interface ClientDefaults
|
|
168
168
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
169
169
|
requestHandler?: __HttpHandler;
|
|
170
|
-
|
|
171
170
|
sha256?: __HashConstructor;
|
|
172
|
-
|
|
173
171
|
urlParser?: __UrlParser;
|
|
174
|
-
|
|
175
172
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
176
|
-
|
|
177
173
|
streamCollector?: __StreamCollector;
|
|
178
|
-
|
|
179
174
|
base64Decoder?: __Decoder;
|
|
180
|
-
|
|
181
175
|
base64Encoder?: __Encoder;
|
|
182
|
-
|
|
183
176
|
utf8Decoder?: __Decoder;
|
|
184
|
-
|
|
185
177
|
utf8Encoder?: __Encoder;
|
|
186
|
-
|
|
187
178
|
runtime?: string;
|
|
188
|
-
|
|
189
179
|
disableHostPrefix?: boolean;
|
|
190
|
-
|
|
191
180
|
maxAttempts?: number | __Provider<number>;
|
|
192
|
-
|
|
193
181
|
retryMode?: string | __Provider<string>;
|
|
194
|
-
|
|
195
182
|
logger?: __Logger;
|
|
196
|
-
|
|
197
183
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
198
|
-
|
|
199
184
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
200
|
-
|
|
201
185
|
serviceId?: string;
|
|
202
|
-
|
|
203
186
|
region?: string | __Provider<string>;
|
|
204
|
-
|
|
205
187
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
206
|
-
|
|
207
188
|
regionInfoProvider?: RegionInfoProvider;
|
|
208
|
-
|
|
209
189
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
210
|
-
|
|
211
190
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
212
191
|
}
|
|
213
192
|
declare type CloudHSMClientConfigType = Partial<
|
|
@@ -220,7 +199,6 @@ declare type CloudHSMClientConfigType = Partial<
|
|
|
220
199
|
HostHeaderInputConfig &
|
|
221
200
|
AwsAuthInputConfig &
|
|
222
201
|
UserAgentInputConfig;
|
|
223
|
-
|
|
224
202
|
export interface CloudHSMClientConfig extends CloudHSMClientConfigType {}
|
|
225
203
|
declare type CloudHSMClientResolvedConfigType =
|
|
226
204
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -231,10 +209,8 @@ declare type CloudHSMClientResolvedConfigType =
|
|
|
231
209
|
HostHeaderResolvedConfig &
|
|
232
210
|
AwsAuthResolvedConfig &
|
|
233
211
|
UserAgentResolvedConfig;
|
|
234
|
-
|
|
235
212
|
export interface CloudHSMClientResolvedConfig
|
|
236
213
|
extends CloudHSMClientResolvedConfigType {}
|
|
237
|
-
|
|
238
214
|
export declare class CloudHSMClient extends __Client<
|
|
239
215
|
__HttpHandlerOptions,
|
|
240
216
|
ServiceInputTypes,
|
|
@@ -243,7 +219,6 @@ export declare class CloudHSMClient extends __Client<
|
|
|
243
219
|
> {
|
|
244
220
|
readonly config: CloudHSMClientResolvedConfig;
|
|
245
221
|
constructor(configuration: CloudHSMClientConfig);
|
|
246
|
-
|
|
247
222
|
destroy(): void;
|
|
248
223
|
}
|
|
249
224
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AddTagsToResourceCommandInput
|
|
|
19
19
|
export interface AddTagsToResourceCommandOutput
|
|
20
20
|
extends AddTagsToResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AddTagsToResourceCommand extends $Command<
|
|
24
23
|
AddTagsToResourceCommandInput,
|
|
25
24
|
AddTagsToResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AddTagsToResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AddTagsToResourceCommandInput;
|
|
29
28
|
constructor(input: AddTagsToResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateHapgCommandInput extends CreateHapgRequest {}
|
|
|
15
15
|
export interface CreateHapgCommandOutput
|
|
16
16
|
extends CreateHapgResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateHapgCommand extends $Command<
|
|
20
19
|
CreateHapgCommandInput,
|
|
21
20
|
CreateHapgCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateHapgCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateHapgCommandInput;
|
|
25
24
|
constructor(input: CreateHapgCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateHsmCommandInput extends CreateHsmRequest {}
|
|
|
15
15
|
export interface CreateHsmCommandOutput
|
|
16
16
|
extends CreateHsmResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateHsmCommand extends $Command<
|
|
20
19
|
CreateHsmCommandInput,
|
|
21
20
|
CreateHsmCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateHsmCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateHsmCommandInput;
|
|
25
24
|
constructor(input: CreateHsmCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateLunaClientCommandInput extends CreateLunaClientRequest {}
|
|
|
18
18
|
export interface CreateLunaClientCommandOutput
|
|
19
19
|
extends CreateLunaClientResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateLunaClientCommand extends $Command<
|
|
23
22
|
CreateLunaClientCommandInput,
|
|
24
23
|
CreateLunaClientCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateLunaClientCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateLunaClientCommandInput;
|
|
28
27
|
constructor(input: CreateLunaClientCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteHapgCommandInput extends DeleteHapgRequest {}
|
|
|
15
15
|
export interface DeleteHapgCommandOutput
|
|
16
16
|
extends DeleteHapgResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteHapgCommand extends $Command<
|
|
20
19
|
DeleteHapgCommandInput,
|
|
21
20
|
DeleteHapgCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteHapgCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteHapgCommandInput;
|
|
25
24
|
constructor(input: DeleteHapgCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteHsmCommandInput extends DeleteHsmRequest {}
|
|
|
15
15
|
export interface DeleteHsmCommandOutput
|
|
16
16
|
extends DeleteHsmResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteHsmCommand extends $Command<
|
|
20
19
|
DeleteHsmCommandInput,
|
|
21
20
|
DeleteHsmCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteHsmCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteHsmCommandInput;
|
|
25
24
|
constructor(input: DeleteHsmCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteLunaClientCommandInput extends DeleteLunaClientRequest {}
|
|
|
18
18
|
export interface DeleteLunaClientCommandOutput
|
|
19
19
|
extends DeleteLunaClientResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteLunaClientCommand extends $Command<
|
|
23
22
|
DeleteLunaClientCommandInput,
|
|
24
23
|
DeleteLunaClientCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteLunaClientCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteLunaClientCommandInput;
|
|
28
27
|
constructor(input: DeleteLunaClientCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeHapgCommandInput extends DescribeHapgRequest {}
|
|
|
15
15
|
export interface DescribeHapgCommandOutput
|
|
16
16
|
extends DescribeHapgResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeHapgCommand extends $Command<
|
|
20
19
|
DescribeHapgCommandInput,
|
|
21
20
|
DescribeHapgCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeHapgCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeHapgCommandInput;
|
|
25
24
|
constructor(input: DescribeHapgCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeHsmCommandInput extends DescribeHsmRequest {}
|
|
|
15
15
|
export interface DescribeHsmCommandOutput
|
|
16
16
|
extends DescribeHsmResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeHsmCommand extends $Command<
|
|
20
19
|
DescribeHsmCommandInput,
|
|
21
20
|
DescribeHsmCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeHsmCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeHsmCommandInput;
|
|
25
24
|
constructor(input: DescribeHsmCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeLunaClientCommandInput
|
|
|
19
19
|
export interface DescribeLunaClientCommandOutput
|
|
20
20
|
extends DescribeLunaClientResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLunaClientCommand extends $Command<
|
|
24
23
|
DescribeLunaClientCommandInput,
|
|
25
24
|
DescribeLunaClientCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLunaClientCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLunaClientCommandInput;
|
|
29
28
|
constructor(input: DescribeLunaClientCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetConfigCommandInput extends GetConfigRequest {}
|
|
|
15
15
|
export interface GetConfigCommandOutput
|
|
16
16
|
extends GetConfigResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetConfigCommand extends $Command<
|
|
20
19
|
GetConfigCommandInput,
|
|
21
20
|
GetConfigCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetConfigCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetConfigCommandInput;
|
|
25
24
|
constructor(input: GetConfigCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAvailableZonesCommandInput
|
|
|
19
19
|
export interface ListAvailableZonesCommandOutput
|
|
20
20
|
extends ListAvailableZonesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAvailableZonesCommand extends $Command<
|
|
24
23
|
ListAvailableZonesCommandInput,
|
|
25
24
|
ListAvailableZonesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAvailableZonesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAvailableZonesCommandInput;
|
|
29
28
|
constructor(input: ListAvailableZonesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListHapgsCommandInput extends ListHapgsRequest {}
|
|
|
15
15
|
export interface ListHapgsCommandOutput
|
|
16
16
|
extends ListHapgsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListHapgsCommand extends $Command<
|
|
20
19
|
ListHapgsCommandInput,
|
|
21
20
|
ListHapgsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListHapgsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListHapgsCommandInput;
|
|
25
24
|
constructor(input: ListHapgsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListHsmsCommandInput extends ListHsmsRequest {}
|
|
|
15
15
|
export interface ListHsmsCommandOutput
|
|
16
16
|
extends ListHsmsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListHsmsCommand extends $Command<
|
|
20
19
|
ListHsmsCommandInput,
|
|
21
20
|
ListHsmsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListHsmsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListHsmsCommandInput;
|
|
25
24
|
constructor(input: ListHsmsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListLunaClientsCommandInput extends ListLunaClientsRequest {}
|
|
|
18
18
|
export interface ListLunaClientsCommandOutput
|
|
19
19
|
extends ListLunaClientsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListLunaClientsCommand extends $Command<
|
|
23
22
|
ListLunaClientsCommandInput,
|
|
24
23
|
ListLunaClientsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListLunaClientsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListLunaClientsCommandInput;
|
|
28
27
|
constructor(input: ListLunaClientsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ModifyHapgCommandInput extends ModifyHapgRequest {}
|
|
|
15
15
|
export interface ModifyHapgCommandOutput
|
|
16
16
|
extends ModifyHapgResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ModifyHapgCommand extends $Command<
|
|
20
19
|
ModifyHapgCommandInput,
|
|
21
20
|
ModifyHapgCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ModifyHapgCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ModifyHapgCommandInput;
|
|
25
24
|
constructor(input: ModifyHapgCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ModifyHsmCommandInput extends ModifyHsmRequest {}
|
|
|
15
15
|
export interface ModifyHsmCommandOutput
|
|
16
16
|
extends ModifyHsmResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ModifyHsmCommand extends $Command<
|
|
20
19
|
ModifyHsmCommandInput,
|
|
21
20
|
ModifyHsmCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ModifyHsmCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ModifyHsmCommandInput;
|
|
25
24
|
constructor(input: ModifyHsmCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ModifyLunaClientCommandInput extends ModifyLunaClientRequest {}
|
|
|
18
18
|
export interface ModifyLunaClientCommandOutput
|
|
19
19
|
extends ModifyLunaClientResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ModifyLunaClientCommand extends $Command<
|
|
23
22
|
ModifyLunaClientCommandInput,
|
|
24
23
|
ModifyLunaClientCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ModifyLunaClientCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ModifyLunaClientCommandInput;
|
|
28
27
|
constructor(input: ModifyLunaClientCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RemoveTagsFromResourceCommandInput
|
|
|
19
19
|
export interface RemoveTagsFromResourceCommandOutput
|
|
20
20
|
extends RemoveTagsFromResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RemoveTagsFromResourceCommand extends $Command<
|
|
24
23
|
RemoveTagsFromResourceCommandInput,
|
|
25
24
|
RemoveTagsFromResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RemoveTagsFromResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RemoveTagsFromResourceCommandInput;
|
|
29
28
|
constructor(input: RemoveTagsFromResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudHSMClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class CloudHSMServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,48 +1,36 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { CloudHSMServiceException as __BaseException } from "./CloudHSMServiceException";
|
|
3
|
-
|
|
4
3
|
export interface Tag {
|
|
5
4
|
Key: string | undefined;
|
|
6
|
-
|
|
7
5
|
Value: string | undefined;
|
|
8
6
|
}
|
|
9
7
|
export interface AddTagsToResourceRequest {
|
|
10
8
|
ResourceArn: string | undefined;
|
|
11
|
-
|
|
12
9
|
TagList: Tag[] | undefined;
|
|
13
10
|
}
|
|
14
11
|
export interface AddTagsToResourceResponse {
|
|
15
12
|
Status: string | undefined;
|
|
16
13
|
}
|
|
17
|
-
|
|
18
14
|
export declare class CloudHsmInternalException extends __BaseException {
|
|
19
15
|
readonly name: "CloudHsmInternalException";
|
|
20
16
|
readonly $fault: "server";
|
|
21
|
-
|
|
22
17
|
retryable?: boolean;
|
|
23
|
-
|
|
24
18
|
constructor(
|
|
25
19
|
opts: __ExceptionOptionType<CloudHsmInternalException, __BaseException>
|
|
26
20
|
);
|
|
27
21
|
}
|
|
28
|
-
|
|
29
22
|
export declare class CloudHsmServiceException extends __BaseException {
|
|
30
23
|
readonly name: "CloudHsmServiceException";
|
|
31
24
|
readonly $fault: "client";
|
|
32
|
-
|
|
33
25
|
retryable?: boolean;
|
|
34
|
-
|
|
35
26
|
constructor(
|
|
36
27
|
opts: __ExceptionOptionType<CloudHsmServiceException, __BaseException>
|
|
37
28
|
);
|
|
38
29
|
}
|
|
39
|
-
|
|
40
30
|
export declare class InvalidRequestException extends __BaseException {
|
|
41
31
|
readonly name: "InvalidRequestException";
|
|
42
32
|
readonly $fault: "client";
|
|
43
|
-
|
|
44
33
|
retryable?: boolean;
|
|
45
|
-
|
|
46
34
|
constructor(
|
|
47
35
|
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
48
36
|
);
|
|
@@ -51,62 +39,44 @@ export declare enum ClientVersion {
|
|
|
51
39
|
FIVE_ONE = "5.1",
|
|
52
40
|
FIVE_THREE = "5.3",
|
|
53
41
|
}
|
|
54
|
-
|
|
55
42
|
export interface CreateHapgRequest {
|
|
56
43
|
Label: string | undefined;
|
|
57
44
|
}
|
|
58
|
-
|
|
59
45
|
export interface CreateHapgResponse {
|
|
60
46
|
HapgArn?: string;
|
|
61
47
|
}
|
|
62
48
|
export declare enum SubscriptionType {
|
|
63
49
|
PRODUCTION = "PRODUCTION",
|
|
64
50
|
}
|
|
65
|
-
|
|
66
51
|
export interface CreateHsmRequest {
|
|
67
52
|
SubnetId: string | undefined;
|
|
68
|
-
|
|
69
53
|
SshKey: string | undefined;
|
|
70
|
-
|
|
71
54
|
EniIp?: string;
|
|
72
|
-
|
|
73
55
|
IamRoleArn: string | undefined;
|
|
74
|
-
|
|
75
56
|
ExternalId?: string;
|
|
76
|
-
|
|
77
57
|
SubscriptionType: SubscriptionType | string | undefined;
|
|
78
|
-
|
|
79
58
|
ClientToken?: string;
|
|
80
|
-
|
|
81
59
|
SyslogIp?: string;
|
|
82
60
|
}
|
|
83
|
-
|
|
84
61
|
export interface CreateHsmResponse {
|
|
85
62
|
HsmArn?: string;
|
|
86
63
|
}
|
|
87
|
-
|
|
88
64
|
export interface CreateLunaClientRequest {
|
|
89
65
|
Label?: string;
|
|
90
|
-
|
|
91
66
|
Certificate: string | undefined;
|
|
92
67
|
}
|
|
93
|
-
|
|
94
68
|
export interface CreateLunaClientResponse {
|
|
95
69
|
ClientArn?: string;
|
|
96
70
|
}
|
|
97
|
-
|
|
98
71
|
export interface DeleteHapgRequest {
|
|
99
72
|
HapgArn: string | undefined;
|
|
100
73
|
}
|
|
101
|
-
|
|
102
74
|
export interface DeleteHapgResponse {
|
|
103
75
|
Status: string | undefined;
|
|
104
76
|
}
|
|
105
|
-
|
|
106
77
|
export interface DeleteHsmRequest {
|
|
107
78
|
HsmArn: string | undefined;
|
|
108
79
|
}
|
|
109
|
-
|
|
110
80
|
export interface DeleteHsmResponse {
|
|
111
81
|
Status: string | undefined;
|
|
112
82
|
}
|
|
@@ -116,7 +86,6 @@ export interface DeleteLunaClientRequest {
|
|
|
116
86
|
export interface DeleteLunaClientResponse {
|
|
117
87
|
Status: string | undefined;
|
|
118
88
|
}
|
|
119
|
-
|
|
120
89
|
export interface DescribeHapgRequest {
|
|
121
90
|
HapgArn: string | undefined;
|
|
122
91
|
}
|
|
@@ -125,30 +94,19 @@ export declare enum CloudHsmObjectState {
|
|
|
125
94
|
READY = "READY",
|
|
126
95
|
UPDATING = "UPDATING",
|
|
127
96
|
}
|
|
128
|
-
|
|
129
97
|
export interface DescribeHapgResponse {
|
|
130
98
|
HapgArn?: string;
|
|
131
|
-
|
|
132
99
|
HapgSerial?: string;
|
|
133
|
-
|
|
134
100
|
HsmsLastActionFailed?: string[];
|
|
135
|
-
|
|
136
101
|
HsmsPendingDeletion?: string[];
|
|
137
|
-
|
|
138
102
|
HsmsPendingRegistration?: string[];
|
|
139
|
-
|
|
140
103
|
Label?: string;
|
|
141
|
-
|
|
142
104
|
LastModifiedTimestamp?: string;
|
|
143
|
-
|
|
144
105
|
PartitionSerialList?: string[];
|
|
145
|
-
|
|
146
106
|
State?: CloudHsmObjectState | string;
|
|
147
107
|
}
|
|
148
|
-
|
|
149
108
|
export interface DescribeHsmRequest {
|
|
150
109
|
HsmArn?: string;
|
|
151
|
-
|
|
152
110
|
HsmSerialNumber?: string;
|
|
153
111
|
}
|
|
154
112
|
export declare enum HsmStatus {
|
|
@@ -160,81 +118,50 @@ export declare enum HsmStatus {
|
|
|
160
118
|
TERMINATING = "TERMINATING",
|
|
161
119
|
UPDATING = "UPDATING",
|
|
162
120
|
}
|
|
163
|
-
|
|
164
121
|
export interface DescribeHsmResponse {
|
|
165
122
|
HsmArn?: string;
|
|
166
|
-
|
|
167
123
|
Status?: HsmStatus | string;
|
|
168
|
-
|
|
169
124
|
StatusDetails?: string;
|
|
170
|
-
|
|
171
125
|
AvailabilityZone?: string;
|
|
172
|
-
|
|
173
126
|
EniId?: string;
|
|
174
|
-
|
|
175
127
|
EniIp?: string;
|
|
176
|
-
|
|
177
128
|
SubscriptionType?: SubscriptionType | string;
|
|
178
|
-
|
|
179
129
|
SubscriptionStartDate?: string;
|
|
180
|
-
|
|
181
130
|
SubscriptionEndDate?: string;
|
|
182
|
-
|
|
183
131
|
VpcId?: string;
|
|
184
|
-
|
|
185
132
|
SubnetId?: string;
|
|
186
|
-
|
|
187
133
|
IamRoleArn?: string;
|
|
188
|
-
|
|
189
134
|
SerialNumber?: string;
|
|
190
|
-
|
|
191
135
|
VendorName?: string;
|
|
192
|
-
|
|
193
136
|
HsmType?: string;
|
|
194
|
-
|
|
195
137
|
SoftwareVersion?: string;
|
|
196
|
-
|
|
197
138
|
SshPublicKey?: string;
|
|
198
|
-
|
|
199
139
|
SshKeyLastUpdated?: string;
|
|
200
|
-
|
|
201
140
|
ServerCertUri?: string;
|
|
202
|
-
|
|
203
141
|
ServerCertLastUpdated?: string;
|
|
204
|
-
|
|
205
142
|
Partitions?: string[];
|
|
206
143
|
}
|
|
207
144
|
export interface DescribeLunaClientRequest {
|
|
208
145
|
ClientArn?: string;
|
|
209
|
-
|
|
210
146
|
CertificateFingerprint?: string;
|
|
211
147
|
}
|
|
212
148
|
export interface DescribeLunaClientResponse {
|
|
213
149
|
ClientArn?: string;
|
|
214
|
-
|
|
215
150
|
Certificate?: string;
|
|
216
|
-
|
|
217
151
|
CertificateFingerprint?: string;
|
|
218
|
-
|
|
219
152
|
LastModifiedTimestamp?: string;
|
|
220
|
-
|
|
221
153
|
Label?: string;
|
|
222
154
|
}
|
|
223
155
|
export interface GetConfigRequest {
|
|
224
156
|
ClientArn: string | undefined;
|
|
225
|
-
|
|
226
157
|
ClientVersion: ClientVersion | string | undefined;
|
|
227
|
-
|
|
228
158
|
HapgList: string[] | undefined;
|
|
229
159
|
}
|
|
230
160
|
export interface GetConfigResponse {
|
|
231
161
|
ConfigType?: string;
|
|
232
|
-
|
|
233
162
|
ConfigFile?: string;
|
|
234
|
-
|
|
235
163
|
ConfigCred?: string;
|
|
236
164
|
}
|
|
237
|
-
|
|
238
165
|
export interface ListAvailableZonesRequest {}
|
|
239
166
|
export interface ListAvailableZonesResponse {
|
|
240
167
|
AZList?: string[];
|
|
@@ -244,16 +171,13 @@ export interface ListHapgsRequest {
|
|
|
244
171
|
}
|
|
245
172
|
export interface ListHapgsResponse {
|
|
246
173
|
HapgList: string[] | undefined;
|
|
247
|
-
|
|
248
174
|
NextToken?: string;
|
|
249
175
|
}
|
|
250
176
|
export interface ListHsmsRequest {
|
|
251
177
|
NextToken?: string;
|
|
252
178
|
}
|
|
253
|
-
|
|
254
179
|
export interface ListHsmsResponse {
|
|
255
180
|
HsmList?: string[];
|
|
256
|
-
|
|
257
181
|
NextToken?: string;
|
|
258
182
|
}
|
|
259
183
|
export interface ListLunaClientsRequest {
|
|
@@ -261,7 +185,6 @@ export interface ListLunaClientsRequest {
|
|
|
261
185
|
}
|
|
262
186
|
export interface ListLunaClientsResponse {
|
|
263
187
|
ClientList: string[] | undefined;
|
|
264
|
-
|
|
265
188
|
NextToken?: string;
|
|
266
189
|
}
|
|
267
190
|
export interface ListTagsForResourceRequest {
|
|
@@ -272,35 +195,25 @@ export interface ListTagsForResourceResponse {
|
|
|
272
195
|
}
|
|
273
196
|
export interface ModifyHapgRequest {
|
|
274
197
|
HapgArn: string | undefined;
|
|
275
|
-
|
|
276
198
|
Label?: string;
|
|
277
|
-
|
|
278
199
|
PartitionSerialList?: string[];
|
|
279
200
|
}
|
|
280
201
|
export interface ModifyHapgResponse {
|
|
281
202
|
HapgArn?: string;
|
|
282
203
|
}
|
|
283
|
-
|
|
284
204
|
export interface ModifyHsmRequest {
|
|
285
205
|
HsmArn: string | undefined;
|
|
286
|
-
|
|
287
206
|
SubnetId?: string;
|
|
288
|
-
|
|
289
207
|
EniIp?: string;
|
|
290
|
-
|
|
291
208
|
IamRoleArn?: string;
|
|
292
|
-
|
|
293
209
|
ExternalId?: string;
|
|
294
|
-
|
|
295
210
|
SyslogIp?: string;
|
|
296
211
|
}
|
|
297
|
-
|
|
298
212
|
export interface ModifyHsmResponse {
|
|
299
213
|
HsmArn?: string;
|
|
300
214
|
}
|
|
301
215
|
export interface ModifyLunaClientRequest {
|
|
302
216
|
ClientArn: string | undefined;
|
|
303
|
-
|
|
304
217
|
Certificate: string | undefined;
|
|
305
218
|
}
|
|
306
219
|
export interface ModifyLunaClientResponse {
|
|
@@ -308,171 +221,129 @@ export interface ModifyLunaClientResponse {
|
|
|
308
221
|
}
|
|
309
222
|
export interface RemoveTagsFromResourceRequest {
|
|
310
223
|
ResourceArn: string | undefined;
|
|
311
|
-
|
|
312
224
|
TagKeyList: string[] | undefined;
|
|
313
225
|
}
|
|
314
226
|
export interface RemoveTagsFromResourceResponse {
|
|
315
227
|
Status: string | undefined;
|
|
316
228
|
}
|
|
317
|
-
|
|
318
229
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
319
|
-
|
|
320
230
|
export declare const AddTagsToResourceRequestFilterSensitiveLog: (
|
|
321
231
|
obj: AddTagsToResourceRequest
|
|
322
232
|
) => any;
|
|
323
|
-
|
|
324
233
|
export declare const AddTagsToResourceResponseFilterSensitiveLog: (
|
|
325
234
|
obj: AddTagsToResourceResponse
|
|
326
235
|
) => any;
|
|
327
|
-
|
|
328
236
|
export declare const CreateHapgRequestFilterSensitiveLog: (
|
|
329
237
|
obj: CreateHapgRequest
|
|
330
238
|
) => any;
|
|
331
|
-
|
|
332
239
|
export declare const CreateHapgResponseFilterSensitiveLog: (
|
|
333
240
|
obj: CreateHapgResponse
|
|
334
241
|
) => any;
|
|
335
|
-
|
|
336
242
|
export declare const CreateHsmRequestFilterSensitiveLog: (
|
|
337
243
|
obj: CreateHsmRequest
|
|
338
244
|
) => any;
|
|
339
|
-
|
|
340
245
|
export declare const CreateHsmResponseFilterSensitiveLog: (
|
|
341
246
|
obj: CreateHsmResponse
|
|
342
247
|
) => any;
|
|
343
|
-
|
|
344
248
|
export declare const CreateLunaClientRequestFilterSensitiveLog: (
|
|
345
249
|
obj: CreateLunaClientRequest
|
|
346
250
|
) => any;
|
|
347
|
-
|
|
348
251
|
export declare const CreateLunaClientResponseFilterSensitiveLog: (
|
|
349
252
|
obj: CreateLunaClientResponse
|
|
350
253
|
) => any;
|
|
351
|
-
|
|
352
254
|
export declare const DeleteHapgRequestFilterSensitiveLog: (
|
|
353
255
|
obj: DeleteHapgRequest
|
|
354
256
|
) => any;
|
|
355
|
-
|
|
356
257
|
export declare const DeleteHapgResponseFilterSensitiveLog: (
|
|
357
258
|
obj: DeleteHapgResponse
|
|
358
259
|
) => any;
|
|
359
|
-
|
|
360
260
|
export declare const DeleteHsmRequestFilterSensitiveLog: (
|
|
361
261
|
obj: DeleteHsmRequest
|
|
362
262
|
) => any;
|
|
363
|
-
|
|
364
263
|
export declare const DeleteHsmResponseFilterSensitiveLog: (
|
|
365
264
|
obj: DeleteHsmResponse
|
|
366
265
|
) => any;
|
|
367
|
-
|
|
368
266
|
export declare const DeleteLunaClientRequestFilterSensitiveLog: (
|
|
369
267
|
obj: DeleteLunaClientRequest
|
|
370
268
|
) => any;
|
|
371
|
-
|
|
372
269
|
export declare const DeleteLunaClientResponseFilterSensitiveLog: (
|
|
373
270
|
obj: DeleteLunaClientResponse
|
|
374
271
|
) => any;
|
|
375
|
-
|
|
376
272
|
export declare const DescribeHapgRequestFilterSensitiveLog: (
|
|
377
273
|
obj: DescribeHapgRequest
|
|
378
274
|
) => any;
|
|
379
|
-
|
|
380
275
|
export declare const DescribeHapgResponseFilterSensitiveLog: (
|
|
381
276
|
obj: DescribeHapgResponse
|
|
382
277
|
) => any;
|
|
383
|
-
|
|
384
278
|
export declare const DescribeHsmRequestFilterSensitiveLog: (
|
|
385
279
|
obj: DescribeHsmRequest
|
|
386
280
|
) => any;
|
|
387
|
-
|
|
388
281
|
export declare const DescribeHsmResponseFilterSensitiveLog: (
|
|
389
282
|
obj: DescribeHsmResponse
|
|
390
283
|
) => any;
|
|
391
|
-
|
|
392
284
|
export declare const DescribeLunaClientRequestFilterSensitiveLog: (
|
|
393
285
|
obj: DescribeLunaClientRequest
|
|
394
286
|
) => any;
|
|
395
|
-
|
|
396
287
|
export declare const DescribeLunaClientResponseFilterSensitiveLog: (
|
|
397
288
|
obj: DescribeLunaClientResponse
|
|
398
289
|
) => any;
|
|
399
|
-
|
|
400
290
|
export declare const GetConfigRequestFilterSensitiveLog: (
|
|
401
291
|
obj: GetConfigRequest
|
|
402
292
|
) => any;
|
|
403
|
-
|
|
404
293
|
export declare const GetConfigResponseFilterSensitiveLog: (
|
|
405
294
|
obj: GetConfigResponse
|
|
406
295
|
) => any;
|
|
407
|
-
|
|
408
296
|
export declare const ListAvailableZonesRequestFilterSensitiveLog: (
|
|
409
297
|
obj: ListAvailableZonesRequest
|
|
410
298
|
) => any;
|
|
411
|
-
|
|
412
299
|
export declare const ListAvailableZonesResponseFilterSensitiveLog: (
|
|
413
300
|
obj: ListAvailableZonesResponse
|
|
414
301
|
) => any;
|
|
415
|
-
|
|
416
302
|
export declare const ListHapgsRequestFilterSensitiveLog: (
|
|
417
303
|
obj: ListHapgsRequest
|
|
418
304
|
) => any;
|
|
419
|
-
|
|
420
305
|
export declare const ListHapgsResponseFilterSensitiveLog: (
|
|
421
306
|
obj: ListHapgsResponse
|
|
422
307
|
) => any;
|
|
423
|
-
|
|
424
308
|
export declare const ListHsmsRequestFilterSensitiveLog: (
|
|
425
309
|
obj: ListHsmsRequest
|
|
426
310
|
) => any;
|
|
427
|
-
|
|
428
311
|
export declare const ListHsmsResponseFilterSensitiveLog: (
|
|
429
312
|
obj: ListHsmsResponse
|
|
430
313
|
) => any;
|
|
431
|
-
|
|
432
314
|
export declare const ListLunaClientsRequestFilterSensitiveLog: (
|
|
433
315
|
obj: ListLunaClientsRequest
|
|
434
316
|
) => any;
|
|
435
|
-
|
|
436
317
|
export declare const ListLunaClientsResponseFilterSensitiveLog: (
|
|
437
318
|
obj: ListLunaClientsResponse
|
|
438
319
|
) => any;
|
|
439
|
-
|
|
440
320
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
441
321
|
obj: ListTagsForResourceRequest
|
|
442
322
|
) => any;
|
|
443
|
-
|
|
444
323
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
445
324
|
obj: ListTagsForResourceResponse
|
|
446
325
|
) => any;
|
|
447
|
-
|
|
448
326
|
export declare const ModifyHapgRequestFilterSensitiveLog: (
|
|
449
327
|
obj: ModifyHapgRequest
|
|
450
328
|
) => any;
|
|
451
|
-
|
|
452
329
|
export declare const ModifyHapgResponseFilterSensitiveLog: (
|
|
453
330
|
obj: ModifyHapgResponse
|
|
454
331
|
) => any;
|
|
455
|
-
|
|
456
332
|
export declare const ModifyHsmRequestFilterSensitiveLog: (
|
|
457
333
|
obj: ModifyHsmRequest
|
|
458
334
|
) => any;
|
|
459
|
-
|
|
460
335
|
export declare const ModifyHsmResponseFilterSensitiveLog: (
|
|
461
336
|
obj: ModifyHsmResponse
|
|
462
337
|
) => any;
|
|
463
|
-
|
|
464
338
|
export declare const ModifyLunaClientRequestFilterSensitiveLog: (
|
|
465
339
|
obj: ModifyLunaClientRequest
|
|
466
340
|
) => any;
|
|
467
|
-
|
|
468
341
|
export declare const ModifyLunaClientResponseFilterSensitiveLog: (
|
|
469
342
|
obj: ModifyLunaClientResponse
|
|
470
343
|
) => any;
|
|
471
|
-
|
|
472
344
|
export declare const RemoveTagsFromResourceRequestFilterSensitiveLog: (
|
|
473
345
|
obj: RemoveTagsFromResourceRequest
|
|
474
346
|
) => any;
|
|
475
|
-
|
|
476
347
|
export declare const RemoveTagsFromResourceResponseFilterSensitiveLog: (
|
|
477
348
|
obj: RemoveTagsFromResourceResponse
|
|
478
349
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { CloudHSMClientConfig } from "./CloudHSMClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { CloudHSMClientConfig } from "./CloudHSMClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { CloudHSMClientConfig } from "./CloudHSMClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
|
|
4
3
|
runtime: string;
|
|
5
4
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
@@ -52,7 +51,9 @@ export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
|
|
|
52
51
|
| undefined;
|
|
53
52
|
signer?:
|
|
54
53
|
| import("@aws-sdk/types").RequestSigner
|
|
55
|
-
|
|
|
54
|
+
| ((
|
|
55
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
56
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
56
57
|
| undefined;
|
|
57
58
|
signingEscapePath?: boolean | undefined;
|
|
58
59
|
systemClockOffset?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudhsm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudhsm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.178.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|