@aws-sdk/client-cloudhsm-v2 3.168.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 +16 -0
  2. package/dist-types/ts3.4/CloudHSMV2.d.ts +274 -80
  3. package/dist-types/ts3.4/CloudHSMV2Client.d.ts +219 -88
  4. package/dist-types/ts3.4/commands/CopyBackupToRegionCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/InitializeClusterCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/ModifyBackupAttributesCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/RestoreBackupCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/index.d.ts +15 -15
  20. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  21. package/dist-types/ts3.4/index.d.ts +6 -6
  22. package/dist-types/ts3.4/models/CloudHSMV2ServiceException.d.ts +8 -6
  23. package/dist-types/ts3.4/models/index.d.ts +1 -1
  24. package/dist-types/ts3.4/models/models_0.d.ts +489 -441
  25. package/dist-types/ts3.4/pagination/DescribeBackupsPaginator.d.ts +11 -4
  26. package/dist-types/ts3.4/pagination/DescribeClustersPaginator.d.ts +11 -4
  27. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  28. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +11 -4
  29. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  30. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +185 -47
  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,88 +1,219 @@
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 { CopyBackupToRegionCommandInput, CopyBackupToRegionCommandOutput } from "./commands/CopyBackupToRegionCommand";
10
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
11
- import { CreateHsmCommandInput, CreateHsmCommandOutput } from "./commands/CreateHsmCommand";
12
- import { DeleteBackupCommandInput, DeleteBackupCommandOutput } from "./commands/DeleteBackupCommand";
13
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
14
- import { DeleteHsmCommandInput, DeleteHsmCommandOutput } from "./commands/DeleteHsmCommand";
15
- import { DescribeBackupsCommandInput, DescribeBackupsCommandOutput } from "./commands/DescribeBackupsCommand";
16
- import { DescribeClustersCommandInput, DescribeClustersCommandOutput } from "./commands/DescribeClustersCommand";
17
- import { InitializeClusterCommandInput, InitializeClusterCommandOutput } from "./commands/InitializeClusterCommand";
18
- import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
19
- import { ModifyBackupAttributesCommandInput, ModifyBackupAttributesCommandOutput } from "./commands/ModifyBackupAttributesCommand";
20
- import { ModifyClusterCommandInput, ModifyClusterCommandOutput } from "./commands/ModifyClusterCommand";
21
- import { RestoreBackupCommandInput, RestoreBackupCommandOutput } from "./commands/RestoreBackupCommand";
22
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
23
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
24
- export declare type ServiceInputTypes = CopyBackupToRegionCommandInput | CreateClusterCommandInput | CreateHsmCommandInput | DeleteBackupCommandInput | DeleteClusterCommandInput | DeleteHsmCommandInput | DescribeBackupsCommandInput | DescribeClustersCommandInput | InitializeClusterCommandInput | ListTagsCommandInput | ModifyBackupAttributesCommandInput | ModifyClusterCommandInput | RestoreBackupCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
25
- export declare type ServiceOutputTypes = CopyBackupToRegionCommandOutput | CreateClusterCommandOutput | CreateHsmCommandOutput | DeleteBackupCommandOutput | DeleteClusterCommandOutput | DeleteHsmCommandOutput | DescribeBackupsCommandOutput | DescribeClustersCommandOutput | InitializeClusterCommandOutput | ListTagsCommandOutput | ModifyBackupAttributesCommandOutput | ModifyClusterCommandOutput | RestoreBackupCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
26
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
27
-
28
- requestHandler?: __HttpHandler;
29
-
30
- sha256?: __HashConstructor;
31
-
32
- urlParser?: __UrlParser;
33
-
34
- bodyLengthChecker?: __BodyLengthCalculator;
35
-
36
- streamCollector?: __StreamCollector;
37
-
38
- base64Decoder?: __Decoder;
39
-
40
- base64Encoder?: __Encoder;
41
-
42
- utf8Decoder?: __Decoder;
43
-
44
- utf8Encoder?: __Encoder;
45
-
46
- runtime?: string;
47
-
48
- disableHostPrefix?: boolean;
49
-
50
- maxAttempts?: number | __Provider<number>;
51
-
52
- retryMode?: string | __Provider<string>;
53
-
54
- logger?: __Logger;
55
-
56
- useDualstackEndpoint?: boolean | __Provider<boolean>;
57
-
58
- useFipsEndpoint?: boolean | __Provider<boolean>;
59
-
60
- serviceId?: string;
61
-
62
- region?: string | __Provider<string>;
63
-
64
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
65
-
66
- regionInfoProvider?: RegionInfoProvider;
67
-
68
- defaultUserAgentProvider?: Provider<__UserAgent>;
69
-
70
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
71
- }
72
- declare type CloudHSMV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
73
-
74
- export interface CloudHSMV2ClientConfig extends CloudHSMV2ClientConfigType {
75
- }
76
- declare type CloudHSMV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
77
-
78
- export interface CloudHSMV2ClientResolvedConfig extends CloudHSMV2ClientResolvedConfigType {
79
- }
80
-
81
- export declare class CloudHSMV2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudHSMV2ClientResolvedConfig> {
82
-
83
- readonly config: CloudHSMV2ClientResolvedConfig;
84
- constructor(configuration: CloudHSMV2ClientConfig);
85
-
86
- destroy(): void;
87
- }
88
- 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
+ CopyBackupToRegionCommandInput,
47
+ CopyBackupToRegionCommandOutput,
48
+ } from "./commands/CopyBackupToRegionCommand";
49
+ import {
50
+ CreateClusterCommandInput,
51
+ CreateClusterCommandOutput,
52
+ } from "./commands/CreateClusterCommand";
53
+ import {
54
+ CreateHsmCommandInput,
55
+ CreateHsmCommandOutput,
56
+ } from "./commands/CreateHsmCommand";
57
+ import {
58
+ DeleteBackupCommandInput,
59
+ DeleteBackupCommandOutput,
60
+ } from "./commands/DeleteBackupCommand";
61
+ import {
62
+ DeleteClusterCommandInput,
63
+ DeleteClusterCommandOutput,
64
+ } from "./commands/DeleteClusterCommand";
65
+ import {
66
+ DeleteHsmCommandInput,
67
+ DeleteHsmCommandOutput,
68
+ } from "./commands/DeleteHsmCommand";
69
+ import {
70
+ DescribeBackupsCommandInput,
71
+ DescribeBackupsCommandOutput,
72
+ } from "./commands/DescribeBackupsCommand";
73
+ import {
74
+ DescribeClustersCommandInput,
75
+ DescribeClustersCommandOutput,
76
+ } from "./commands/DescribeClustersCommand";
77
+ import {
78
+ InitializeClusterCommandInput,
79
+ InitializeClusterCommandOutput,
80
+ } from "./commands/InitializeClusterCommand";
81
+ import {
82
+ ListTagsCommandInput,
83
+ ListTagsCommandOutput,
84
+ } from "./commands/ListTagsCommand";
85
+ import {
86
+ ModifyBackupAttributesCommandInput,
87
+ ModifyBackupAttributesCommandOutput,
88
+ } from "./commands/ModifyBackupAttributesCommand";
89
+ import {
90
+ ModifyClusterCommandInput,
91
+ ModifyClusterCommandOutput,
92
+ } from "./commands/ModifyClusterCommand";
93
+ import {
94
+ RestoreBackupCommandInput,
95
+ RestoreBackupCommandOutput,
96
+ } from "./commands/RestoreBackupCommand";
97
+ import {
98
+ TagResourceCommandInput,
99
+ TagResourceCommandOutput,
100
+ } from "./commands/TagResourceCommand";
101
+ import {
102
+ UntagResourceCommandInput,
103
+ UntagResourceCommandOutput,
104
+ } from "./commands/UntagResourceCommand";
105
+ export declare type ServiceInputTypes =
106
+ | CopyBackupToRegionCommandInput
107
+ | CreateClusterCommandInput
108
+ | CreateHsmCommandInput
109
+ | DeleteBackupCommandInput
110
+ | DeleteClusterCommandInput
111
+ | DeleteHsmCommandInput
112
+ | DescribeBackupsCommandInput
113
+ | DescribeClustersCommandInput
114
+ | InitializeClusterCommandInput
115
+ | ListTagsCommandInput
116
+ | ModifyBackupAttributesCommandInput
117
+ | ModifyClusterCommandInput
118
+ | RestoreBackupCommandInput
119
+ | TagResourceCommandInput
120
+ | UntagResourceCommandInput;
121
+ export declare type ServiceOutputTypes =
122
+ | CopyBackupToRegionCommandOutput
123
+ | CreateClusterCommandOutput
124
+ | CreateHsmCommandOutput
125
+ | DeleteBackupCommandOutput
126
+ | DeleteClusterCommandOutput
127
+ | DeleteHsmCommandOutput
128
+ | DescribeBackupsCommandOutput
129
+ | DescribeClustersCommandOutput
130
+ | InitializeClusterCommandOutput
131
+ | ListTagsCommandOutput
132
+ | ModifyBackupAttributesCommandOutput
133
+ | ModifyClusterCommandOutput
134
+ | RestoreBackupCommandOutput
135
+ | TagResourceCommandOutput
136
+ | UntagResourceCommandOutput;
137
+ export interface ClientDefaults
138
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
139
+ requestHandler?: __HttpHandler;
140
+
141
+ sha256?: __HashConstructor;
142
+
143
+ urlParser?: __UrlParser;
144
+
145
+ bodyLengthChecker?: __BodyLengthCalculator;
146
+
147
+ streamCollector?: __StreamCollector;
148
+
149
+ base64Decoder?: __Decoder;
150
+
151
+ base64Encoder?: __Encoder;
152
+
153
+ utf8Decoder?: __Decoder;
154
+
155
+ utf8Encoder?: __Encoder;
156
+
157
+ runtime?: string;
158
+
159
+ disableHostPrefix?: boolean;
160
+
161
+ maxAttempts?: number | __Provider<number>;
162
+
163
+ retryMode?: string | __Provider<string>;
164
+
165
+ logger?: __Logger;
166
+
167
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
168
+
169
+ useFipsEndpoint?: boolean | __Provider<boolean>;
170
+
171
+ serviceId?: string;
172
+
173
+ region?: string | __Provider<string>;
174
+
175
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
176
+
177
+ regionInfoProvider?: RegionInfoProvider;
178
+
179
+ defaultUserAgentProvider?: Provider<__UserAgent>;
180
+
181
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
182
+ }
183
+ declare type CloudHSMV2ClientConfigType = Partial<
184
+ __SmithyConfiguration<__HttpHandlerOptions>
185
+ > &
186
+ ClientDefaults &
187
+ RegionInputConfig &
188
+ EndpointsInputConfig &
189
+ RetryInputConfig &
190
+ HostHeaderInputConfig &
191
+ AwsAuthInputConfig &
192
+ UserAgentInputConfig;
193
+
194
+ export interface CloudHSMV2ClientConfig extends CloudHSMV2ClientConfigType {}
195
+ declare type CloudHSMV2ClientResolvedConfigType =
196
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
197
+ Required<ClientDefaults> &
198
+ RegionResolvedConfig &
199
+ EndpointsResolvedConfig &
200
+ RetryResolvedConfig &
201
+ HostHeaderResolvedConfig &
202
+ AwsAuthResolvedConfig &
203
+ UserAgentResolvedConfig;
204
+
205
+ export interface CloudHSMV2ClientResolvedConfig
206
+ extends CloudHSMV2ClientResolvedConfigType {}
207
+
208
+ export declare class CloudHSMV2Client extends __Client<
209
+ __HttpHandlerOptions,
210
+ ServiceInputTypes,
211
+ ServiceOutputTypes,
212
+ CloudHSMV2ClientResolvedConfig
213
+ > {
214
+ readonly config: CloudHSMV2ClientResolvedConfig;
215
+ constructor(configuration: CloudHSMV2ClientConfig);
216
+
217
+ destroy(): void;
218
+ }
219
+ 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 { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client";
4
- import { CopyBackupToRegionRequest, CopyBackupToRegionResponse } from "../models/models_0";
5
- export interface CopyBackupToRegionCommandInput extends CopyBackupToRegionRequest {
6
- }
7
- export interface CopyBackupToRegionCommandOutput extends CopyBackupToRegionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CopyBackupToRegionCommand extends $Command<CopyBackupToRegionCommandInput, CopyBackupToRegionCommandOutput, CloudHSMV2ClientResolvedConfig> {
11
- readonly input: CopyBackupToRegionCommandInput;
12
- constructor(input: CopyBackupToRegionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopyBackupToRegionCommandInput, CopyBackupToRegionCommandOutput>;
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
+ CloudHSMV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudHSMV2Client";
13
+ import {
14
+ CopyBackupToRegionRequest,
15
+ CopyBackupToRegionResponse,
16
+ } from "../models/models_0";
17
+ export interface CopyBackupToRegionCommandInput
18
+ extends CopyBackupToRegionRequest {}
19
+ export interface CopyBackupToRegionCommandOutput
20
+ extends CopyBackupToRegionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CopyBackupToRegionCommand extends $Command<
24
+ CopyBackupToRegionCommandInput,
25
+ CopyBackupToRegionCommandOutput,
26
+ CloudHSMV2ClientResolvedConfig
27
+ > {
28
+ readonly input: CopyBackupToRegionCommandInput;
29
+ constructor(input: CopyBackupToRegionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudHSMV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CopyBackupToRegionCommandInput, CopyBackupToRegionCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client";
4
- import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
5
- export interface CreateClusterCommandInput extends CreateClusterRequest {
6
- }
7
- export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateClusterCommand extends $Command<CreateClusterCommandInput, CreateClusterCommandOutput, CloudHSMV2ClientResolvedConfig> {
11
- readonly input: CreateClusterCommandInput;
12
- constructor(input: CreateClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
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
+ CloudHSMV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudHSMV2Client";
13
+ import {
14
+ CreateClusterRequest,
15
+ CreateClusterResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateClusterCommandInput extends CreateClusterRequest {}
18
+ export interface CreateClusterCommandOutput
19
+ extends CreateClusterResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateClusterCommand extends $Command<
23
+ CreateClusterCommandInput,
24
+ CreateClusterCommandOutput,
25
+ CloudHSMV2ClientResolvedConfig
26
+ > {
27
+ readonly input: CreateClusterCommandInput;
28
+ constructor(input: CreateClusterCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudHSMV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
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 { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client";
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, CloudHSMV2ClientResolvedConfig> {
11
- readonly input: CreateHsmCommandInput;
12
- constructor(input: CreateHsmCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMV2ClientResolvedConfig, 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
+ CloudHSMV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudHSMV2Client";
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
+ CloudHSMV2ClientResolvedConfig
23
+ > {
24
+ readonly input: CreateHsmCommandInput;
25
+ constructor(input: CreateHsmCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudHSMV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateHsmCommandInput, CreateHsmCommandOutput>;
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 { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client";
4
- import { DeleteBackupRequest, DeleteBackupResponse } from "../models/models_0";
5
- export interface DeleteBackupCommandInput extends DeleteBackupRequest {
6
- }
7
- export interface DeleteBackupCommandOutput extends DeleteBackupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteBackupCommand extends $Command<DeleteBackupCommandInput, DeleteBackupCommandOutput, CloudHSMV2ClientResolvedConfig> {
11
- readonly input: DeleteBackupCommandInput;
12
- constructor(input: DeleteBackupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupCommandInput, DeleteBackupCommandOutput>;
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
+ CloudHSMV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudHSMV2Client";
13
+ import { DeleteBackupRequest, DeleteBackupResponse } from "../models/models_0";
14
+ export interface DeleteBackupCommandInput extends DeleteBackupRequest {}
15
+ export interface DeleteBackupCommandOutput
16
+ extends DeleteBackupResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteBackupCommand extends $Command<
20
+ DeleteBackupCommandInput,
21
+ DeleteBackupCommandOutput,
22
+ CloudHSMV2ClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteBackupCommandInput;
25
+ constructor(input: DeleteBackupCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudHSMV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteBackupCommandInput, DeleteBackupCommandOutput>;
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 { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client";
4
- import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
5
- export interface DeleteClusterCommandInput extends DeleteClusterRequest {
6
- }
7
- export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteClusterCommand extends $Command<DeleteClusterCommandInput, DeleteClusterCommandOutput, CloudHSMV2ClientResolvedConfig> {
11
- readonly input: DeleteClusterCommandInput;
12
- constructor(input: DeleteClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteClusterCommandInput, DeleteClusterCommandOutput>;
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
+ CloudHSMV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudHSMV2Client";
13
+ import {
14
+ DeleteClusterRequest,
15
+ DeleteClusterResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
18
+ export interface DeleteClusterCommandOutput
19
+ extends DeleteClusterResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteClusterCommand extends $Command<
23
+ DeleteClusterCommandInput,
24
+ DeleteClusterCommandOutput,
25
+ CloudHSMV2ClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteClusterCommandInput;
28
+ constructor(input: DeleteClusterCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudHSMV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteClusterCommandInput, DeleteClusterCommandOutput>;
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 { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client";
4
- import { DeleteHsmRequest, DeleteHsmResponse } from "../models/models_0";
5
- export interface DeleteHsmCommandInput extends DeleteHsmRequest {
6
- }
7
- export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteHsmCommand extends $Command<DeleteHsmCommandInput, DeleteHsmCommandOutput, CloudHSMV2ClientResolvedConfig> {
11
- readonly input: DeleteHsmCommandInput;
12
- constructor(input: DeleteHsmCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHsmCommandInput, DeleteHsmCommandOutput>;
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
+ CloudHSMV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudHSMV2Client";
13
+ import { DeleteHsmRequest, DeleteHsmResponse } from "../models/models_0";
14
+ export interface DeleteHsmCommandInput extends DeleteHsmRequest {}
15
+ export interface DeleteHsmCommandOutput
16
+ extends DeleteHsmResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteHsmCommand extends $Command<
20
+ DeleteHsmCommandInput,
21
+ DeleteHsmCommandOutput,
22
+ CloudHSMV2ClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteHsmCommandInput;
25
+ constructor(input: DeleteHsmCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudHSMV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteHsmCommandInput, DeleteHsmCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }