@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CloudHSM.d.ts +364 -105
- package/dist-types/ts3.4/CloudHSMClient.d.ts +249 -93
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateHapgCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateLunaClientCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteHapgCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteLunaClientCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeHapgCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeHsmCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeLunaClientCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAvailableZonesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListHapgsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListHsmsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLunaClientsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ModifyHapgCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyHsmCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyLunaClientCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +20 -20
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/CloudHSMServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +478 -433
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +245 -62
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,93 +1,249 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}
|
|
93
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AddTagsToResourceCommandInput,
|
|
47
|
+
AddTagsToResourceCommandOutput,
|
|
48
|
+
} from "./commands/AddTagsToResourceCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateHapgCommandInput,
|
|
51
|
+
CreateHapgCommandOutput,
|
|
52
|
+
} from "./commands/CreateHapgCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateHsmCommandInput,
|
|
55
|
+
CreateHsmCommandOutput,
|
|
56
|
+
} from "./commands/CreateHsmCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateLunaClientCommandInput,
|
|
59
|
+
CreateLunaClientCommandOutput,
|
|
60
|
+
} from "./commands/CreateLunaClientCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteHapgCommandInput,
|
|
63
|
+
DeleteHapgCommandOutput,
|
|
64
|
+
} from "./commands/DeleteHapgCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteHsmCommandInput,
|
|
67
|
+
DeleteHsmCommandOutput,
|
|
68
|
+
} from "./commands/DeleteHsmCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteLunaClientCommandInput,
|
|
71
|
+
DeleteLunaClientCommandOutput,
|
|
72
|
+
} from "./commands/DeleteLunaClientCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeHapgCommandInput,
|
|
75
|
+
DescribeHapgCommandOutput,
|
|
76
|
+
} from "./commands/DescribeHapgCommand";
|
|
77
|
+
import {
|
|
78
|
+
DescribeHsmCommandInput,
|
|
79
|
+
DescribeHsmCommandOutput,
|
|
80
|
+
} from "./commands/DescribeHsmCommand";
|
|
81
|
+
import {
|
|
82
|
+
DescribeLunaClientCommandInput,
|
|
83
|
+
DescribeLunaClientCommandOutput,
|
|
84
|
+
} from "./commands/DescribeLunaClientCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetConfigCommandInput,
|
|
87
|
+
GetConfigCommandOutput,
|
|
88
|
+
} from "./commands/GetConfigCommand";
|
|
89
|
+
import {
|
|
90
|
+
ListAvailableZonesCommandInput,
|
|
91
|
+
ListAvailableZonesCommandOutput,
|
|
92
|
+
} from "./commands/ListAvailableZonesCommand";
|
|
93
|
+
import {
|
|
94
|
+
ListHapgsCommandInput,
|
|
95
|
+
ListHapgsCommandOutput,
|
|
96
|
+
} from "./commands/ListHapgsCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListHsmsCommandInput,
|
|
99
|
+
ListHsmsCommandOutput,
|
|
100
|
+
} from "./commands/ListHsmsCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListLunaClientsCommandInput,
|
|
103
|
+
ListLunaClientsCommandOutput,
|
|
104
|
+
} from "./commands/ListLunaClientsCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListTagsForResourceCommandInput,
|
|
107
|
+
ListTagsForResourceCommandOutput,
|
|
108
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
109
|
+
import {
|
|
110
|
+
ModifyHapgCommandInput,
|
|
111
|
+
ModifyHapgCommandOutput,
|
|
112
|
+
} from "./commands/ModifyHapgCommand";
|
|
113
|
+
import {
|
|
114
|
+
ModifyHsmCommandInput,
|
|
115
|
+
ModifyHsmCommandOutput,
|
|
116
|
+
} from "./commands/ModifyHsmCommand";
|
|
117
|
+
import {
|
|
118
|
+
ModifyLunaClientCommandInput,
|
|
119
|
+
ModifyLunaClientCommandOutput,
|
|
120
|
+
} from "./commands/ModifyLunaClientCommand";
|
|
121
|
+
import {
|
|
122
|
+
RemoveTagsFromResourceCommandInput,
|
|
123
|
+
RemoveTagsFromResourceCommandOutput,
|
|
124
|
+
} from "./commands/RemoveTagsFromResourceCommand";
|
|
125
|
+
export declare type ServiceInputTypes =
|
|
126
|
+
| AddTagsToResourceCommandInput
|
|
127
|
+
| CreateHapgCommandInput
|
|
128
|
+
| CreateHsmCommandInput
|
|
129
|
+
| CreateLunaClientCommandInput
|
|
130
|
+
| DeleteHapgCommandInput
|
|
131
|
+
| DeleteHsmCommandInput
|
|
132
|
+
| DeleteLunaClientCommandInput
|
|
133
|
+
| DescribeHapgCommandInput
|
|
134
|
+
| DescribeHsmCommandInput
|
|
135
|
+
| DescribeLunaClientCommandInput
|
|
136
|
+
| GetConfigCommandInput
|
|
137
|
+
| ListAvailableZonesCommandInput
|
|
138
|
+
| ListHapgsCommandInput
|
|
139
|
+
| ListHsmsCommandInput
|
|
140
|
+
| ListLunaClientsCommandInput
|
|
141
|
+
| ListTagsForResourceCommandInput
|
|
142
|
+
| ModifyHapgCommandInput
|
|
143
|
+
| ModifyHsmCommandInput
|
|
144
|
+
| ModifyLunaClientCommandInput
|
|
145
|
+
| RemoveTagsFromResourceCommandInput;
|
|
146
|
+
export declare type ServiceOutputTypes =
|
|
147
|
+
| AddTagsToResourceCommandOutput
|
|
148
|
+
| CreateHapgCommandOutput
|
|
149
|
+
| CreateHsmCommandOutput
|
|
150
|
+
| CreateLunaClientCommandOutput
|
|
151
|
+
| DeleteHapgCommandOutput
|
|
152
|
+
| DeleteHsmCommandOutput
|
|
153
|
+
| DeleteLunaClientCommandOutput
|
|
154
|
+
| DescribeHapgCommandOutput
|
|
155
|
+
| DescribeHsmCommandOutput
|
|
156
|
+
| DescribeLunaClientCommandOutput
|
|
157
|
+
| GetConfigCommandOutput
|
|
158
|
+
| ListAvailableZonesCommandOutput
|
|
159
|
+
| ListHapgsCommandOutput
|
|
160
|
+
| ListHsmsCommandOutput
|
|
161
|
+
| ListLunaClientsCommandOutput
|
|
162
|
+
| ListTagsForResourceCommandOutput
|
|
163
|
+
| ModifyHapgCommandOutput
|
|
164
|
+
| ModifyHsmCommandOutput
|
|
165
|
+
| ModifyLunaClientCommandOutput
|
|
166
|
+
| RemoveTagsFromResourceCommandOutput;
|
|
167
|
+
export interface ClientDefaults
|
|
168
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
169
|
+
requestHandler?: __HttpHandler;
|
|
170
|
+
|
|
171
|
+
sha256?: __HashConstructor;
|
|
172
|
+
|
|
173
|
+
urlParser?: __UrlParser;
|
|
174
|
+
|
|
175
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
176
|
+
|
|
177
|
+
streamCollector?: __StreamCollector;
|
|
178
|
+
|
|
179
|
+
base64Decoder?: __Decoder;
|
|
180
|
+
|
|
181
|
+
base64Encoder?: __Encoder;
|
|
182
|
+
|
|
183
|
+
utf8Decoder?: __Decoder;
|
|
184
|
+
|
|
185
|
+
utf8Encoder?: __Encoder;
|
|
186
|
+
|
|
187
|
+
runtime?: string;
|
|
188
|
+
|
|
189
|
+
disableHostPrefix?: boolean;
|
|
190
|
+
|
|
191
|
+
maxAttempts?: number | __Provider<number>;
|
|
192
|
+
|
|
193
|
+
retryMode?: string | __Provider<string>;
|
|
194
|
+
|
|
195
|
+
logger?: __Logger;
|
|
196
|
+
|
|
197
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
198
|
+
|
|
199
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
200
|
+
|
|
201
|
+
serviceId?: string;
|
|
202
|
+
|
|
203
|
+
region?: string | __Provider<string>;
|
|
204
|
+
|
|
205
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
206
|
+
|
|
207
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
208
|
+
|
|
209
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
210
|
+
|
|
211
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
212
|
+
}
|
|
213
|
+
declare type CloudHSMClientConfigType = Partial<
|
|
214
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
215
|
+
> &
|
|
216
|
+
ClientDefaults &
|
|
217
|
+
RegionInputConfig &
|
|
218
|
+
EndpointsInputConfig &
|
|
219
|
+
RetryInputConfig &
|
|
220
|
+
HostHeaderInputConfig &
|
|
221
|
+
AwsAuthInputConfig &
|
|
222
|
+
UserAgentInputConfig;
|
|
223
|
+
|
|
224
|
+
export interface CloudHSMClientConfig extends CloudHSMClientConfigType {}
|
|
225
|
+
declare type CloudHSMClientResolvedConfigType =
|
|
226
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
227
|
+
Required<ClientDefaults> &
|
|
228
|
+
RegionResolvedConfig &
|
|
229
|
+
EndpointsResolvedConfig &
|
|
230
|
+
RetryResolvedConfig &
|
|
231
|
+
HostHeaderResolvedConfig &
|
|
232
|
+
AwsAuthResolvedConfig &
|
|
233
|
+
UserAgentResolvedConfig;
|
|
234
|
+
|
|
235
|
+
export interface CloudHSMClientResolvedConfig
|
|
236
|
+
extends CloudHSMClientResolvedConfigType {}
|
|
237
|
+
|
|
238
|
+
export declare class CloudHSMClient extends __Client<
|
|
239
|
+
__HttpHandlerOptions,
|
|
240
|
+
ServiceInputTypes,
|
|
241
|
+
ServiceOutputTypes,
|
|
242
|
+
CloudHSMClientResolvedConfig
|
|
243
|
+
> {
|
|
244
|
+
readonly config: CloudHSMClientResolvedConfig;
|
|
245
|
+
constructor(configuration: CloudHSMClientConfig);
|
|
246
|
+
|
|
247
|
+
destroy(): void;
|
|
248
|
+
}
|
|
249
|
+
export {};
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudHSMClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudHSMClient";
|
|
13
|
+
import {
|
|
14
|
+
AddTagsToResourceRequest,
|
|
15
|
+
AddTagsToResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AddTagsToResourceCommandInput
|
|
18
|
+
extends AddTagsToResourceRequest {}
|
|
19
|
+
export interface AddTagsToResourceCommandOutput
|
|
20
|
+
extends AddTagsToResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AddTagsToResourceCommand extends $Command<
|
|
24
|
+
AddTagsToResourceCommandInput,
|
|
25
|
+
AddTagsToResourceCommandOutput,
|
|
26
|
+
CloudHSMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AddTagsToResourceCommandInput;
|
|
29
|
+
constructor(input: AddTagsToResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudHSMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudHSMClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudHSMClient";
|
|
13
|
+
import { CreateHapgRequest, CreateHapgResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateHapgCommandInput extends CreateHapgRequest {}
|
|
15
|
+
export interface CreateHapgCommandOutput
|
|
16
|
+
extends CreateHapgResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateHapgCommand extends $Command<
|
|
20
|
+
CreateHapgCommandInput,
|
|
21
|
+
CreateHapgCommandOutput,
|
|
22
|
+
CloudHSMClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateHapgCommandInput;
|
|
25
|
+
constructor(input: CreateHapgCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CloudHSMClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateHapgCommandInput, CreateHapgCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudHSMClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudHSMClient";
|
|
13
|
+
import { CreateHsmRequest, CreateHsmResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateHsmCommandInput extends CreateHsmRequest {}
|
|
15
|
+
export interface CreateHsmCommandOutput
|
|
16
|
+
extends CreateHsmResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateHsmCommand extends $Command<
|
|
20
|
+
CreateHsmCommandInput,
|
|
21
|
+
CreateHsmCommandOutput,
|
|
22
|
+
CloudHSMClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateHsmCommandInput;
|
|
25
|
+
constructor(input: CreateHsmCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CloudHSMClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateHsmCommandInput, CreateHsmCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudHSMClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudHSMClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateLunaClientRequest,
|
|
15
|
+
CreateLunaClientResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateLunaClientCommandInput extends CreateLunaClientRequest {}
|
|
18
|
+
export interface CreateLunaClientCommandOutput
|
|
19
|
+
extends CreateLunaClientResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateLunaClientCommand extends $Command<
|
|
23
|
+
CreateLunaClientCommandInput,
|
|
24
|
+
CreateLunaClientCommandOutput,
|
|
25
|
+
CloudHSMClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateLunaClientCommandInput;
|
|
28
|
+
constructor(input: CreateLunaClientCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CloudHSMClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateLunaClientCommandInput, CreateLunaClientCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudHSMClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudHSMClient";
|
|
13
|
+
import { DeleteHapgRequest, DeleteHapgResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteHapgCommandInput extends DeleteHapgRequest {}
|
|
15
|
+
export interface DeleteHapgCommandOutput
|
|
16
|
+
extends DeleteHapgResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteHapgCommand extends $Command<
|
|
20
|
+
DeleteHapgCommandInput,
|
|
21
|
+
DeleteHapgCommandOutput,
|
|
22
|
+
CloudHSMClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteHapgCommandInput;
|
|
25
|
+
constructor(input: DeleteHapgCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CloudHSMClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteHapgCommandInput, DeleteHapgCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|