@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,93 +1,249 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
10
- import { CreateHapgCommandInput, CreateHapgCommandOutput } from "./commands/CreateHapgCommand";
11
- import { CreateHsmCommandInput, CreateHsmCommandOutput } from "./commands/CreateHsmCommand";
12
- import { CreateLunaClientCommandInput, CreateLunaClientCommandOutput } from "./commands/CreateLunaClientCommand";
13
- import { DeleteHapgCommandInput, DeleteHapgCommandOutput } from "./commands/DeleteHapgCommand";
14
- import { DeleteHsmCommandInput, DeleteHsmCommandOutput } from "./commands/DeleteHsmCommand";
15
- import { DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput } from "./commands/DeleteLunaClientCommand";
16
- import { DescribeHapgCommandInput, DescribeHapgCommandOutput } from "./commands/DescribeHapgCommand";
17
- import { DescribeHsmCommandInput, DescribeHsmCommandOutput } from "./commands/DescribeHsmCommand";
18
- import { DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput } from "./commands/DescribeLunaClientCommand";
19
- import { GetConfigCommandInput, GetConfigCommandOutput } from "./commands/GetConfigCommand";
20
- import { ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput } from "./commands/ListAvailableZonesCommand";
21
- import { ListHapgsCommandInput, ListHapgsCommandOutput } from "./commands/ListHapgsCommand";
22
- import { ListHsmsCommandInput, ListHsmsCommandOutput } from "./commands/ListHsmsCommand";
23
- import { ListLunaClientsCommandInput, ListLunaClientsCommandOutput } from "./commands/ListLunaClientsCommand";
24
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
25
- import { ModifyHapgCommandInput, ModifyHapgCommandOutput } from "./commands/ModifyHapgCommand";
26
- import { ModifyHsmCommandInput, ModifyHsmCommandOutput } from "./commands/ModifyHsmCommand";
27
- import { ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput } from "./commands/ModifyLunaClientCommand";
28
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
29
- export declare type ServiceInputTypes = AddTagsToResourceCommandInput | CreateHapgCommandInput | CreateHsmCommandInput | CreateLunaClientCommandInput | DeleteHapgCommandInput | DeleteHsmCommandInput | DeleteLunaClientCommandInput | DescribeHapgCommandInput | DescribeHsmCommandInput | DescribeLunaClientCommandInput | GetConfigCommandInput | ListAvailableZonesCommandInput | ListHapgsCommandInput | ListHsmsCommandInput | ListLunaClientsCommandInput | ListTagsForResourceCommandInput | ModifyHapgCommandInput | ModifyHsmCommandInput | ModifyLunaClientCommandInput | RemoveTagsFromResourceCommandInput;
30
- export declare type ServiceOutputTypes = AddTagsToResourceCommandOutput | CreateHapgCommandOutput | CreateHsmCommandOutput | CreateLunaClientCommandOutput | DeleteHapgCommandOutput | DeleteHsmCommandOutput | DeleteLunaClientCommandOutput | DescribeHapgCommandOutput | DescribeHsmCommandOutput | DescribeLunaClientCommandOutput | GetConfigCommandOutput | ListAvailableZonesCommandOutput | ListHapgsCommandOutput | ListHsmsCommandOutput | ListLunaClientsCommandOutput | ListTagsForResourceCommandOutput | ModifyHapgCommandOutput | ModifyHsmCommandOutput | ModifyLunaClientCommandOutput | RemoveTagsFromResourceCommandOutput;
31
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
32
-
33
- requestHandler?: __HttpHandler;
34
-
35
- sha256?: __HashConstructor;
36
-
37
- urlParser?: __UrlParser;
38
-
39
- bodyLengthChecker?: __BodyLengthCalculator;
40
-
41
- streamCollector?: __StreamCollector;
42
-
43
- base64Decoder?: __Decoder;
44
-
45
- base64Encoder?: __Encoder;
46
-
47
- utf8Decoder?: __Decoder;
48
-
49
- utf8Encoder?: __Encoder;
50
-
51
- runtime?: string;
52
-
53
- disableHostPrefix?: boolean;
54
-
55
- maxAttempts?: number | __Provider<number>;
56
-
57
- retryMode?: string | __Provider<string>;
58
-
59
- logger?: __Logger;
60
-
61
- useDualstackEndpoint?: boolean | __Provider<boolean>;
62
-
63
- useFipsEndpoint?: boolean | __Provider<boolean>;
64
-
65
- serviceId?: string;
66
-
67
- region?: string | __Provider<string>;
68
-
69
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
70
-
71
- regionInfoProvider?: RegionInfoProvider;
72
-
73
- defaultUserAgentProvider?: Provider<__UserAgent>;
74
-
75
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
76
- }
77
- declare type CloudHSMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
78
-
79
- export interface CloudHSMClientConfig extends CloudHSMClientConfigType {
80
- }
81
- declare type CloudHSMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
82
-
83
- export interface CloudHSMClientResolvedConfig extends CloudHSMClientResolvedConfigType {
84
- }
85
-
86
- export declare class CloudHSMClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudHSMClientResolvedConfig> {
87
-
88
- readonly config: CloudHSMClientResolvedConfig;
89
- constructor(configuration: CloudHSMClientConfig);
90
-
91
- destroy(): void;
92
- }
93
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { AddTagsToResourceRequest, AddTagsToResourceResponse } from "../models/models_0";
5
- export interface AddTagsToResourceCommandInput extends AddTagsToResourceRequest {
6
- }
7
- export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: AddTagsToResourceCommandInput;
12
- constructor(input: AddTagsToResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { CreateHapgRequest, CreateHapgResponse } from "../models/models_0";
5
- export interface CreateHapgCommandInput extends CreateHapgRequest {
6
- }
7
- export interface CreateHapgCommandOutput extends CreateHapgResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateHapgCommand extends $Command<CreateHapgCommandInput, CreateHapgCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: CreateHapgCommandInput;
12
- constructor(input: CreateHapgCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHapgCommandInput, CreateHapgCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { CreateHsmRequest, CreateHsmResponse } from "../models/models_0";
5
- export interface CreateHsmCommandInput extends CreateHsmRequest {
6
- }
7
- export interface CreateHsmCommandOutput extends CreateHsmResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateHsmCommand extends $Command<CreateHsmCommandInput, CreateHsmCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: CreateHsmCommandInput;
12
- constructor(input: CreateHsmCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHsmCommandInput, CreateHsmCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { CreateLunaClientRequest, CreateLunaClientResponse } from "../models/models_0";
5
- export interface CreateLunaClientCommandInput extends CreateLunaClientRequest {
6
- }
7
- export interface CreateLunaClientCommandOutput extends CreateLunaClientResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLunaClientCommand extends $Command<CreateLunaClientCommandInput, CreateLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: CreateLunaClientCommandInput;
12
- constructor(input: CreateLunaClientCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLunaClientCommandInput, CreateLunaClientCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { DeleteHapgRequest, DeleteHapgResponse } from "../models/models_0";
5
- export interface DeleteHapgCommandInput extends DeleteHapgRequest {
6
- }
7
- export interface DeleteHapgCommandOutput extends DeleteHapgResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteHapgCommand extends $Command<DeleteHapgCommandInput, DeleteHapgCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: DeleteHapgCommandInput;
12
- constructor(input: DeleteHapgCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHapgCommandInput, DeleteHapgCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }