@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CloudHSMV2.d.ts +274 -80
- package/dist-types/ts3.4/CloudHSMV2Client.d.ts +219 -88
- package/dist-types/ts3.4/commands/CopyBackupToRegionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/InitializeClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyBackupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RestoreBackupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +15 -15
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CloudHSMV2ServiceException.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 +489 -441
- package/dist-types/ts3.4/pagination/DescribeBackupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +185 -47
- 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,88 +1,219 @@
|
|
|
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
|
-
|
|
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
|
-
|
|
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 {
|
|
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
|
+
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 {
|
|
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
|
+
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 {
|
|
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
|
+
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 {
|
|
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
|
+
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 {
|
|
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
|
+
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 {
|
|
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
|
+
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
|
+
}
|