@aws-sdk/client-cloudhsm-v2 3.170.0 → 3.178.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CloudHSMV2.d.ts +0 -15
- package/dist-types/ts3.4/CloudHSMV2Client.d.ts +0 -25
- package/dist-types/ts3.4/commands/CopyBackupToRegionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/InitializeClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyBackupAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreBackupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CloudHSMV2ServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -124
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudhsm-v2
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudhsm-v2
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-cloudhsm-v2
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CloudHSMV2ClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CloudHSMV2ClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: CloudHSMV2ClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -60,7 +60,6 @@ import {
|
|
|
60
60
|
UntagResourceCommandInput,
|
|
61
61
|
UntagResourceCommandOutput,
|
|
62
62
|
} from "./commands/UntagResourceCommand";
|
|
63
|
-
|
|
64
63
|
export declare class CloudHSMV2 extends CloudHSMV2Client {
|
|
65
64
|
copyBackupToRegion(
|
|
66
65
|
args: CopyBackupToRegionCommandInput,
|
|
@@ -75,7 +74,6 @@ export declare class CloudHSMV2 extends CloudHSMV2Client {
|
|
|
75
74
|
options: __HttpHandlerOptions,
|
|
76
75
|
cb: (err: any, data?: CopyBackupToRegionCommandOutput) => void
|
|
77
76
|
): void;
|
|
78
|
-
|
|
79
77
|
createCluster(
|
|
80
78
|
args: CreateClusterCommandInput,
|
|
81
79
|
options?: __HttpHandlerOptions
|
|
@@ -89,7 +87,6 @@ export declare class CloudHSMV2 extends CloudHSMV2Client {
|
|
|
89
87
|
options: __HttpHandlerOptions,
|
|
90
88
|
cb: (err: any, data?: CreateClusterCommandOutput) => void
|
|
91
89
|
): void;
|
|
92
|
-
|
|
93
90
|
createHsm(
|
|
94
91
|
args: CreateHsmCommandInput,
|
|
95
92
|
options?: __HttpHandlerOptions
|
|
@@ -103,7 +100,6 @@ export declare class CloudHSMV2 extends CloudHSMV2Client {
|
|
|
103
100
|
options: __HttpHandlerOptions,
|
|
104
101
|
cb: (err: any, data?: CreateHsmCommandOutput) => void
|
|
105
102
|
): void;
|
|
106
|
-
|
|
107
103
|
deleteBackup(
|
|
108
104
|
args: DeleteBackupCommandInput,
|
|
109
105
|
options?: __HttpHandlerOptions
|
|
@@ -117,7 +113,6 @@ export declare class CloudHSMV2 extends CloudHSMV2Client {
|
|
|
117
113
|
options: __HttpHandlerOptions,
|
|
118
114
|
cb: (err: any, data?: DeleteBackupCommandOutput) => void
|
|
119
115
|
): void;
|
|
120
|
-
|
|
121
116
|
deleteCluster(
|
|
122
117
|
args: DeleteClusterCommandInput,
|
|
123
118
|
options?: __HttpHandlerOptions
|
|
@@ -131,7 +126,6 @@ export declare class CloudHSMV2 extends CloudHSMV2Client {
|
|
|
131
126
|
options: __HttpHandlerOptions,
|
|
132
127
|
cb: (err: any, data?: DeleteClusterCommandOutput) => void
|
|
133
128
|
): void;
|
|
134
|
-
|
|
135
129
|
deleteHsm(
|
|
136
130
|
args: DeleteHsmCommandInput,
|
|
137
131
|
options?: __HttpHandlerOptions
|
|
@@ -145,7 +139,6 @@ export declare class CloudHSMV2 extends CloudHSMV2Client {
|
|
|
145
139
|
options: __HttpHandlerOptions,
|
|
146
140
|
cb: (err: any, data?: DeleteHsmCommandOutput) => void
|
|
147
141
|
): void;
|
|
148
|
-
|
|
149
142
|
describeBackups(
|
|
150
143
|
args: DescribeBackupsCommandInput,
|
|
151
144
|
options?: __HttpHandlerOptions
|
|
@@ -159,7 +152,6 @@ export declare class CloudHSMV2 extends CloudHSMV2Client {
|
|
|
159
152
|
options: __HttpHandlerOptions,
|
|
160
153
|
cb: (err: any, data?: DescribeBackupsCommandOutput) => void
|
|
161
154
|
): void;
|
|
162
|
-
|
|
163
155
|
describeClusters(
|
|
164
156
|
args: DescribeClustersCommandInput,
|
|
165
157
|
options?: __HttpHandlerOptions
|
|
@@ -173,7 +165,6 @@ export declare class CloudHSMV2 extends CloudHSMV2Client {
|
|
|
173
165
|
options: __HttpHandlerOptions,
|
|
174
166
|
cb: (err: any, data?: DescribeClustersCommandOutput) => void
|
|
175
167
|
): void;
|
|
176
|
-
|
|
177
168
|
initializeCluster(
|
|
178
169
|
args: InitializeClusterCommandInput,
|
|
179
170
|
options?: __HttpHandlerOptions
|
|
@@ -187,7 +178,6 @@ export declare class CloudHSMV2 extends CloudHSMV2Client {
|
|
|
187
178
|
options: __HttpHandlerOptions,
|
|
188
179
|
cb: (err: any, data?: InitializeClusterCommandOutput) => void
|
|
189
180
|
): void;
|
|
190
|
-
|
|
191
181
|
listTags(
|
|
192
182
|
args: ListTagsCommandInput,
|
|
193
183
|
options?: __HttpHandlerOptions
|
|
@@ -201,7 +191,6 @@ export declare class CloudHSMV2 extends CloudHSMV2Client {
|
|
|
201
191
|
options: __HttpHandlerOptions,
|
|
202
192
|
cb: (err: any, data?: ListTagsCommandOutput) => void
|
|
203
193
|
): void;
|
|
204
|
-
|
|
205
194
|
modifyBackupAttributes(
|
|
206
195
|
args: ModifyBackupAttributesCommandInput,
|
|
207
196
|
options?: __HttpHandlerOptions
|
|
@@ -215,7 +204,6 @@ export declare class CloudHSMV2 extends CloudHSMV2Client {
|
|
|
215
204
|
options: __HttpHandlerOptions,
|
|
216
205
|
cb: (err: any, data?: ModifyBackupAttributesCommandOutput) => void
|
|
217
206
|
): void;
|
|
218
|
-
|
|
219
207
|
modifyCluster(
|
|
220
208
|
args: ModifyClusterCommandInput,
|
|
221
209
|
options?: __HttpHandlerOptions
|
|
@@ -229,7 +217,6 @@ export declare class CloudHSMV2 extends CloudHSMV2Client {
|
|
|
229
217
|
options: __HttpHandlerOptions,
|
|
230
218
|
cb: (err: any, data?: ModifyClusterCommandOutput) => void
|
|
231
219
|
): void;
|
|
232
|
-
|
|
233
220
|
restoreBackup(
|
|
234
221
|
args: RestoreBackupCommandInput,
|
|
235
222
|
options?: __HttpHandlerOptions
|
|
@@ -243,7 +230,6 @@ export declare class CloudHSMV2 extends CloudHSMV2Client {
|
|
|
243
230
|
options: __HttpHandlerOptions,
|
|
244
231
|
cb: (err: any, data?: RestoreBackupCommandOutput) => void
|
|
245
232
|
): void;
|
|
246
|
-
|
|
247
233
|
tagResource(
|
|
248
234
|
args: TagResourceCommandInput,
|
|
249
235
|
options?: __HttpHandlerOptions
|
|
@@ -257,7 +243,6 @@ export declare class CloudHSMV2 extends CloudHSMV2Client {
|
|
|
257
243
|
options: __HttpHandlerOptions,
|
|
258
244
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
259
245
|
): void;
|
|
260
|
-
|
|
261
246
|
untagResource(
|
|
262
247
|
args: UntagResourceCommandInput,
|
|
263
248
|
options?: __HttpHandlerOptions
|
|
@@ -137,47 +137,26 @@ export declare type ServiceOutputTypes =
|
|
|
137
137
|
export interface ClientDefaults
|
|
138
138
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
139
139
|
requestHandler?: __HttpHandler;
|
|
140
|
-
|
|
141
140
|
sha256?: __HashConstructor;
|
|
142
|
-
|
|
143
141
|
urlParser?: __UrlParser;
|
|
144
|
-
|
|
145
142
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
146
|
-
|
|
147
143
|
streamCollector?: __StreamCollector;
|
|
148
|
-
|
|
149
144
|
base64Decoder?: __Decoder;
|
|
150
|
-
|
|
151
145
|
base64Encoder?: __Encoder;
|
|
152
|
-
|
|
153
146
|
utf8Decoder?: __Decoder;
|
|
154
|
-
|
|
155
147
|
utf8Encoder?: __Encoder;
|
|
156
|
-
|
|
157
148
|
runtime?: string;
|
|
158
|
-
|
|
159
149
|
disableHostPrefix?: boolean;
|
|
160
|
-
|
|
161
150
|
maxAttempts?: number | __Provider<number>;
|
|
162
|
-
|
|
163
151
|
retryMode?: string | __Provider<string>;
|
|
164
|
-
|
|
165
152
|
logger?: __Logger;
|
|
166
|
-
|
|
167
153
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
168
|
-
|
|
169
154
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
170
|
-
|
|
171
155
|
serviceId?: string;
|
|
172
|
-
|
|
173
156
|
region?: string | __Provider<string>;
|
|
174
|
-
|
|
175
157
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
176
|
-
|
|
177
158
|
regionInfoProvider?: RegionInfoProvider;
|
|
178
|
-
|
|
179
159
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
180
|
-
|
|
181
160
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
182
161
|
}
|
|
183
162
|
declare type CloudHSMV2ClientConfigType = Partial<
|
|
@@ -190,7 +169,6 @@ declare type CloudHSMV2ClientConfigType = Partial<
|
|
|
190
169
|
HostHeaderInputConfig &
|
|
191
170
|
AwsAuthInputConfig &
|
|
192
171
|
UserAgentInputConfig;
|
|
193
|
-
|
|
194
172
|
export interface CloudHSMV2ClientConfig extends CloudHSMV2ClientConfigType {}
|
|
195
173
|
declare type CloudHSMV2ClientResolvedConfigType =
|
|
196
174
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -201,10 +179,8 @@ declare type CloudHSMV2ClientResolvedConfigType =
|
|
|
201
179
|
HostHeaderResolvedConfig &
|
|
202
180
|
AwsAuthResolvedConfig &
|
|
203
181
|
UserAgentResolvedConfig;
|
|
204
|
-
|
|
205
182
|
export interface CloudHSMV2ClientResolvedConfig
|
|
206
183
|
extends CloudHSMV2ClientResolvedConfigType {}
|
|
207
|
-
|
|
208
184
|
export declare class CloudHSMV2Client extends __Client<
|
|
209
185
|
__HttpHandlerOptions,
|
|
210
186
|
ServiceInputTypes,
|
|
@@ -213,7 +189,6 @@ export declare class CloudHSMV2Client extends __Client<
|
|
|
213
189
|
> {
|
|
214
190
|
readonly config: CloudHSMV2ClientResolvedConfig;
|
|
215
191
|
constructor(configuration: CloudHSMV2ClientConfig);
|
|
216
|
-
|
|
217
192
|
destroy(): void;
|
|
218
193
|
}
|
|
219
194
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CopyBackupToRegionCommandInput
|
|
|
19
19
|
export interface CopyBackupToRegionCommandOutput
|
|
20
20
|
extends CopyBackupToRegionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CopyBackupToRegionCommand extends $Command<
|
|
24
23
|
CopyBackupToRegionCommandInput,
|
|
25
24
|
CopyBackupToRegionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CopyBackupToRegionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CopyBackupToRegionCommandInput;
|
|
29
28
|
constructor(input: CopyBackupToRegionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudHSMV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateClusterCommandInput extends CreateClusterRequest {}
|
|
|
18
18
|
export interface CreateClusterCommandOutput
|
|
19
19
|
extends CreateClusterResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateClusterCommand extends $Command<
|
|
23
22
|
CreateClusterCommandInput,
|
|
24
23
|
CreateClusterCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateClusterCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateClusterCommandInput;
|
|
28
27
|
constructor(input: CreateClusterCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudHSMV2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateHsmCommandInput extends CreateHsmRequest {}
|
|
|
15
15
|
export interface CreateHsmCommandOutput
|
|
16
16
|
extends CreateHsmResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateHsmCommand extends $Command<
|
|
20
19
|
CreateHsmCommandInput,
|
|
21
20
|
CreateHsmCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateHsmCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateHsmCommandInput;
|
|
25
24
|
constructor(input: CreateHsmCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudHSMV2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteBackupCommandInput extends DeleteBackupRequest {}
|
|
|
15
15
|
export interface DeleteBackupCommandOutput
|
|
16
16
|
extends DeleteBackupResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteBackupCommand extends $Command<
|
|
20
19
|
DeleteBackupCommandInput,
|
|
21
20
|
DeleteBackupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteBackupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteBackupCommandInput;
|
|
25
24
|
constructor(input: DeleteBackupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudHSMV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
|
|
|
18
18
|
export interface DeleteClusterCommandOutput
|
|
19
19
|
extends DeleteClusterResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteClusterCommand extends $Command<
|
|
23
22
|
DeleteClusterCommandInput,
|
|
24
23
|
DeleteClusterCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteClusterCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteClusterCommandInput;
|
|
28
27
|
constructor(input: DeleteClusterCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudHSMV2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteHsmCommandInput extends DeleteHsmRequest {}
|
|
|
15
15
|
export interface DeleteHsmCommandOutput
|
|
16
16
|
extends DeleteHsmResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteHsmCommand extends $Command<
|
|
20
19
|
DeleteHsmCommandInput,
|
|
21
20
|
DeleteHsmCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteHsmCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteHsmCommandInput;
|
|
25
24
|
constructor(input: DeleteHsmCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudHSMV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeBackupsCommandInput extends DescribeBackupsRequest {}
|
|
|
18
18
|
export interface DescribeBackupsCommandOutput
|
|
19
19
|
extends DescribeBackupsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeBackupsCommand extends $Command<
|
|
23
22
|
DescribeBackupsCommandInput,
|
|
24
23
|
DescribeBackupsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeBackupsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeBackupsCommandInput;
|
|
28
27
|
constructor(input: DescribeBackupsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudHSMV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeClustersCommandInput extends DescribeClustersRequest {}
|
|
|
18
18
|
export interface DescribeClustersCommandOutput
|
|
19
19
|
extends DescribeClustersResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeClustersCommand extends $Command<
|
|
23
22
|
DescribeClustersCommandInput,
|
|
24
23
|
DescribeClustersCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeClustersCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeClustersCommandInput;
|
|
28
27
|
constructor(input: DescribeClustersCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudHSMV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface InitializeClusterCommandInput
|
|
|
19
19
|
export interface InitializeClusterCommandOutput
|
|
20
20
|
extends InitializeClusterResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class InitializeClusterCommand extends $Command<
|
|
24
23
|
InitializeClusterCommandInput,
|
|
25
24
|
InitializeClusterCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class InitializeClusterCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: InitializeClusterCommandInput;
|
|
29
28
|
constructor(input: InitializeClusterCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudHSMV2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListTagsCommandInput extends ListTagsRequest {}
|
|
|
15
15
|
export interface ListTagsCommandOutput
|
|
16
16
|
extends ListTagsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListTagsCommand extends $Command<
|
|
20
19
|
ListTagsCommandInput,
|
|
21
20
|
ListTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListTagsCommandInput;
|
|
25
24
|
constructor(input: ListTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudHSMV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ModifyBackupAttributesCommandInput
|
|
|
19
19
|
export interface ModifyBackupAttributesCommandOutput
|
|
20
20
|
extends ModifyBackupAttributesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ModifyBackupAttributesCommand extends $Command<
|
|
24
23
|
ModifyBackupAttributesCommandInput,
|
|
25
24
|
ModifyBackupAttributesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ModifyBackupAttributesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ModifyBackupAttributesCommandInput;
|
|
29
28
|
constructor(input: ModifyBackupAttributesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudHSMV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ModifyClusterCommandInput extends ModifyClusterRequest {}
|
|
|
18
18
|
export interface ModifyClusterCommandOutput
|
|
19
19
|
extends ModifyClusterResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ModifyClusterCommand extends $Command<
|
|
23
22
|
ModifyClusterCommandInput,
|
|
24
23
|
ModifyClusterCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ModifyClusterCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ModifyClusterCommandInput;
|
|
28
27
|
constructor(input: ModifyClusterCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudHSMV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface RestoreBackupCommandInput extends RestoreBackupRequest {}
|
|
|
18
18
|
export interface RestoreBackupCommandOutput
|
|
19
19
|
extends RestoreBackupResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class RestoreBackupCommand extends $Command<
|
|
23
22
|
RestoreBackupCommandInput,
|
|
24
23
|
RestoreBackupCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class RestoreBackupCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: RestoreBackupCommandInput;
|
|
28
27
|
constructor(input: RestoreBackupCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudHSMV2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudHSMV2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudHSMV2ClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class CloudHSMV2ServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -6,34 +6,21 @@ export declare enum BackupState {
|
|
|
6
6
|
PENDING_DELETION = "PENDING_DELETION",
|
|
7
7
|
READY = "READY",
|
|
8
8
|
}
|
|
9
|
-
|
|
10
9
|
export interface Tag {
|
|
11
10
|
Key: string | undefined;
|
|
12
|
-
|
|
13
11
|
Value: string | undefined;
|
|
14
12
|
}
|
|
15
|
-
|
|
16
13
|
export interface Backup {
|
|
17
14
|
BackupId: string | undefined;
|
|
18
|
-
|
|
19
15
|
BackupState?: BackupState | string;
|
|
20
|
-
|
|
21
16
|
ClusterId?: string;
|
|
22
|
-
|
|
23
17
|
CreateTimestamp?: Date;
|
|
24
|
-
|
|
25
18
|
CopyTimestamp?: Date;
|
|
26
|
-
|
|
27
19
|
NeverExpires?: boolean;
|
|
28
|
-
|
|
29
20
|
SourceRegion?: string;
|
|
30
|
-
|
|
31
21
|
SourceBackup?: string;
|
|
32
|
-
|
|
33
22
|
SourceCluster?: string;
|
|
34
|
-
|
|
35
23
|
DeleteTimestamp?: Date;
|
|
36
|
-
|
|
37
24
|
TagList?: Tag[];
|
|
38
25
|
}
|
|
39
26
|
export declare enum BackupPolicy {
|
|
@@ -42,28 +29,22 @@ export declare enum BackupPolicy {
|
|
|
42
29
|
export declare enum BackupRetentionType {
|
|
43
30
|
DAYS = "DAYS",
|
|
44
31
|
}
|
|
45
|
-
|
|
46
32
|
export interface BackupRetentionPolicy {
|
|
47
33
|
Type?: BackupRetentionType | string;
|
|
48
|
-
|
|
49
34
|
Value?: string;
|
|
50
35
|
}
|
|
51
|
-
|
|
52
36
|
export declare class CloudHsmAccessDeniedException extends __BaseException {
|
|
53
37
|
readonly name: "CloudHsmAccessDeniedException";
|
|
54
38
|
readonly $fault: "client";
|
|
55
39
|
Message?: string;
|
|
56
|
-
|
|
57
40
|
constructor(
|
|
58
41
|
opts: __ExceptionOptionType<CloudHsmAccessDeniedException, __BaseException>
|
|
59
42
|
);
|
|
60
43
|
}
|
|
61
|
-
|
|
62
44
|
export declare class CloudHsmInternalFailureException extends __BaseException {
|
|
63
45
|
readonly name: "CloudHsmInternalFailureException";
|
|
64
46
|
readonly $fault: "server";
|
|
65
47
|
Message?: string;
|
|
66
|
-
|
|
67
48
|
constructor(
|
|
68
49
|
opts: __ExceptionOptionType<
|
|
69
50
|
CloudHsmInternalFailureException,
|
|
@@ -71,12 +52,10 @@ export declare class CloudHsmInternalFailureException extends __BaseException {
|
|
|
71
52
|
>
|
|
72
53
|
);
|
|
73
54
|
}
|
|
74
|
-
|
|
75
55
|
export declare class CloudHsmInvalidRequestException extends __BaseException {
|
|
76
56
|
readonly name: "CloudHsmInvalidRequestException";
|
|
77
57
|
readonly $fault: "client";
|
|
78
58
|
Message?: string;
|
|
79
|
-
|
|
80
59
|
constructor(
|
|
81
60
|
opts: __ExceptionOptionType<
|
|
82
61
|
CloudHsmInvalidRequestException,
|
|
@@ -84,12 +63,10 @@ export declare class CloudHsmInvalidRequestException extends __BaseException {
|
|
|
84
63
|
>
|
|
85
64
|
);
|
|
86
65
|
}
|
|
87
|
-
|
|
88
66
|
export declare class CloudHsmResourceNotFoundException extends __BaseException {
|
|
89
67
|
readonly name: "CloudHsmResourceNotFoundException";
|
|
90
68
|
readonly $fault: "client";
|
|
91
69
|
Message?: string;
|
|
92
|
-
|
|
93
70
|
constructor(
|
|
94
71
|
opts: __ExceptionOptionType<
|
|
95
72
|
CloudHsmResourceNotFoundException,
|
|
@@ -97,41 +74,31 @@ export declare class CloudHsmResourceNotFoundException extends __BaseException {
|
|
|
97
74
|
>
|
|
98
75
|
);
|
|
99
76
|
}
|
|
100
|
-
|
|
101
77
|
export declare class CloudHsmServiceException extends __BaseException {
|
|
102
78
|
readonly name: "CloudHsmServiceException";
|
|
103
79
|
readonly $fault: "client";
|
|
104
80
|
Message?: string;
|
|
105
|
-
|
|
106
81
|
constructor(
|
|
107
82
|
opts: __ExceptionOptionType<CloudHsmServiceException, __BaseException>
|
|
108
83
|
);
|
|
109
84
|
}
|
|
110
|
-
|
|
111
85
|
export declare class CloudHsmTagException extends __BaseException {
|
|
112
86
|
readonly name: "CloudHsmTagException";
|
|
113
87
|
readonly $fault: "client";
|
|
114
88
|
Message?: string;
|
|
115
|
-
|
|
116
89
|
constructor(
|
|
117
90
|
opts: __ExceptionOptionType<CloudHsmTagException, __BaseException>
|
|
118
91
|
);
|
|
119
92
|
}
|
|
120
93
|
export interface CopyBackupToRegionRequest {
|
|
121
94
|
DestinationRegion: string | undefined;
|
|
122
|
-
|
|
123
95
|
BackupId: string | undefined;
|
|
124
|
-
|
|
125
96
|
TagList?: Tag[];
|
|
126
97
|
}
|
|
127
|
-
|
|
128
98
|
export interface DestinationBackup {
|
|
129
99
|
CreateTimestamp?: Date;
|
|
130
|
-
|
|
131
100
|
SourceRegion?: string;
|
|
132
|
-
|
|
133
101
|
SourceBackup?: string;
|
|
134
|
-
|
|
135
102
|
SourceCluster?: string;
|
|
136
103
|
}
|
|
137
104
|
export interface CopyBackupToRegionResponse {
|
|
@@ -139,25 +106,16 @@ export interface CopyBackupToRegionResponse {
|
|
|
139
106
|
}
|
|
140
107
|
export interface CreateClusterRequest {
|
|
141
108
|
BackupRetentionPolicy?: BackupRetentionPolicy;
|
|
142
|
-
|
|
143
109
|
HsmType: string | undefined;
|
|
144
|
-
|
|
145
110
|
SourceBackupId?: string;
|
|
146
|
-
|
|
147
111
|
SubnetIds: string[] | undefined;
|
|
148
|
-
|
|
149
112
|
TagList?: Tag[];
|
|
150
113
|
}
|
|
151
|
-
|
|
152
114
|
export interface Certificates {
|
|
153
115
|
ClusterCsr?: string;
|
|
154
|
-
|
|
155
116
|
HsmCertificate?: string;
|
|
156
|
-
|
|
157
117
|
AwsHardwareCertificate?: string;
|
|
158
|
-
|
|
159
118
|
ManufacturerHardwareCertificate?: string;
|
|
160
|
-
|
|
161
119
|
ClusterCertificate?: string;
|
|
162
120
|
}
|
|
163
121
|
export declare enum HsmState {
|
|
@@ -167,22 +125,14 @@ export declare enum HsmState {
|
|
|
167
125
|
DELETED = "DELETED",
|
|
168
126
|
DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
|
|
169
127
|
}
|
|
170
|
-
|
|
171
128
|
export interface Hsm {
|
|
172
129
|
AvailabilityZone?: string;
|
|
173
|
-
|
|
174
130
|
ClusterId?: string;
|
|
175
|
-
|
|
176
131
|
SubnetId?: string;
|
|
177
|
-
|
|
178
132
|
EniId?: string;
|
|
179
|
-
|
|
180
133
|
EniIp?: string;
|
|
181
|
-
|
|
182
134
|
HsmId: string | undefined;
|
|
183
|
-
|
|
184
135
|
State?: HsmState | string;
|
|
185
|
-
|
|
186
136
|
StateMessage?: string;
|
|
187
137
|
}
|
|
188
138
|
export declare enum ClusterState {
|
|
@@ -196,36 +146,21 @@ export declare enum ClusterState {
|
|
|
196
146
|
UNINITIALIZED = "UNINITIALIZED",
|
|
197
147
|
UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS",
|
|
198
148
|
}
|
|
199
|
-
|
|
200
149
|
export interface Cluster {
|
|
201
150
|
BackupPolicy?: BackupPolicy | string;
|
|
202
|
-
|
|
203
151
|
BackupRetentionPolicy?: BackupRetentionPolicy;
|
|
204
|
-
|
|
205
152
|
ClusterId?: string;
|
|
206
|
-
|
|
207
153
|
CreateTimestamp?: Date;
|
|
208
|
-
|
|
209
154
|
Hsms?: Hsm[];
|
|
210
|
-
|
|
211
155
|
HsmType?: string;
|
|
212
|
-
|
|
213
156
|
PreCoPassword?: string;
|
|
214
|
-
|
|
215
157
|
SecurityGroup?: string;
|
|
216
|
-
|
|
217
158
|
SourceBackupId?: string;
|
|
218
|
-
|
|
219
159
|
State?: ClusterState | string;
|
|
220
|
-
|
|
221
160
|
StateMessage?: string;
|
|
222
|
-
|
|
223
161
|
SubnetMapping?: Record<string, string>;
|
|
224
|
-
|
|
225
162
|
VpcId?: string;
|
|
226
|
-
|
|
227
163
|
Certificates?: Certificates;
|
|
228
|
-
|
|
229
164
|
TagList?: Tag[];
|
|
230
165
|
}
|
|
231
166
|
export interface CreateClusterResponse {
|
|
@@ -233,9 +168,7 @@ export interface CreateClusterResponse {
|
|
|
233
168
|
}
|
|
234
169
|
export interface CreateHsmRequest {
|
|
235
170
|
ClusterId: string | undefined;
|
|
236
|
-
|
|
237
171
|
AvailabilityZone: string | undefined;
|
|
238
|
-
|
|
239
172
|
IpAddress?: string;
|
|
240
173
|
}
|
|
241
174
|
export interface CreateHsmResponse {
|
|
@@ -255,11 +188,8 @@ export interface DeleteClusterResponse {
|
|
|
255
188
|
}
|
|
256
189
|
export interface DeleteHsmRequest {
|
|
257
190
|
ClusterId: string | undefined;
|
|
258
|
-
|
|
259
191
|
HsmId?: string;
|
|
260
|
-
|
|
261
192
|
EniId?: string;
|
|
262
|
-
|
|
263
193
|
EniIp?: string;
|
|
264
194
|
}
|
|
265
195
|
export interface DeleteHsmResponse {
|
|
@@ -267,57 +197,43 @@ export interface DeleteHsmResponse {
|
|
|
267
197
|
}
|
|
268
198
|
export interface DescribeBackupsRequest {
|
|
269
199
|
NextToken?: string;
|
|
270
|
-
|
|
271
200
|
MaxResults?: number;
|
|
272
|
-
|
|
273
201
|
Filters?: Record<string, string[]>;
|
|
274
|
-
|
|
275
202
|
SortAscending?: boolean;
|
|
276
203
|
}
|
|
277
204
|
export interface DescribeBackupsResponse {
|
|
278
205
|
Backups?: Backup[];
|
|
279
|
-
|
|
280
206
|
NextToken?: string;
|
|
281
207
|
}
|
|
282
208
|
export interface DescribeClustersRequest {
|
|
283
209
|
Filters?: Record<string, string[]>;
|
|
284
|
-
|
|
285
210
|
NextToken?: string;
|
|
286
|
-
|
|
287
211
|
MaxResults?: number;
|
|
288
212
|
}
|
|
289
213
|
export interface DescribeClustersResponse {
|
|
290
214
|
Clusters?: Cluster[];
|
|
291
|
-
|
|
292
215
|
NextToken?: string;
|
|
293
216
|
}
|
|
294
217
|
export interface InitializeClusterRequest {
|
|
295
218
|
ClusterId: string | undefined;
|
|
296
|
-
|
|
297
219
|
SignedCert: string | undefined;
|
|
298
|
-
|
|
299
220
|
TrustAnchor: string | undefined;
|
|
300
221
|
}
|
|
301
222
|
export interface InitializeClusterResponse {
|
|
302
223
|
State?: ClusterState | string;
|
|
303
|
-
|
|
304
224
|
StateMessage?: string;
|
|
305
225
|
}
|
|
306
226
|
export interface ListTagsRequest {
|
|
307
227
|
ResourceId: string | undefined;
|
|
308
|
-
|
|
309
228
|
NextToken?: string;
|
|
310
|
-
|
|
311
229
|
MaxResults?: number;
|
|
312
230
|
}
|
|
313
231
|
export interface ListTagsResponse {
|
|
314
232
|
TagList: Tag[] | undefined;
|
|
315
|
-
|
|
316
233
|
NextToken?: string;
|
|
317
234
|
}
|
|
318
235
|
export interface ModifyBackupAttributesRequest {
|
|
319
236
|
BackupId: string | undefined;
|
|
320
|
-
|
|
321
237
|
NeverExpires: boolean | undefined;
|
|
322
238
|
}
|
|
323
239
|
export interface ModifyBackupAttributesResponse {
|
|
@@ -325,7 +241,6 @@ export interface ModifyBackupAttributesResponse {
|
|
|
325
241
|
}
|
|
326
242
|
export interface ModifyClusterRequest {
|
|
327
243
|
BackupRetentionPolicy: BackupRetentionPolicy | undefined;
|
|
328
|
-
|
|
329
244
|
ClusterId: string | undefined;
|
|
330
245
|
}
|
|
331
246
|
export interface ModifyClusterResponse {
|
|
@@ -339,151 +254,112 @@ export interface RestoreBackupResponse {
|
|
|
339
254
|
}
|
|
340
255
|
export interface TagResourceRequest {
|
|
341
256
|
ResourceId: string | undefined;
|
|
342
|
-
|
|
343
257
|
TagList: Tag[] | undefined;
|
|
344
258
|
}
|
|
345
259
|
export interface TagResourceResponse {}
|
|
346
260
|
export interface UntagResourceRequest {
|
|
347
261
|
ResourceId: string | undefined;
|
|
348
|
-
|
|
349
262
|
TagKeyList: string[] | undefined;
|
|
350
263
|
}
|
|
351
264
|
export interface UntagResourceResponse {}
|
|
352
|
-
|
|
353
265
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
354
|
-
|
|
355
266
|
export declare const BackupFilterSensitiveLog: (obj: Backup) => any;
|
|
356
|
-
|
|
357
267
|
export declare const BackupRetentionPolicyFilterSensitiveLog: (
|
|
358
268
|
obj: BackupRetentionPolicy
|
|
359
269
|
) => any;
|
|
360
|
-
|
|
361
270
|
export declare const CopyBackupToRegionRequestFilterSensitiveLog: (
|
|
362
271
|
obj: CopyBackupToRegionRequest
|
|
363
272
|
) => any;
|
|
364
|
-
|
|
365
273
|
export declare const DestinationBackupFilterSensitiveLog: (
|
|
366
274
|
obj: DestinationBackup
|
|
367
275
|
) => any;
|
|
368
|
-
|
|
369
276
|
export declare const CopyBackupToRegionResponseFilterSensitiveLog: (
|
|
370
277
|
obj: CopyBackupToRegionResponse
|
|
371
278
|
) => any;
|
|
372
|
-
|
|
373
279
|
export declare const CreateClusterRequestFilterSensitiveLog: (
|
|
374
280
|
obj: CreateClusterRequest
|
|
375
281
|
) => any;
|
|
376
|
-
|
|
377
282
|
export declare const CertificatesFilterSensitiveLog: (obj: Certificates) => any;
|
|
378
|
-
|
|
379
283
|
export declare const HsmFilterSensitiveLog: (obj: Hsm) => any;
|
|
380
|
-
|
|
381
284
|
export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
|
|
382
|
-
|
|
383
285
|
export declare const CreateClusterResponseFilterSensitiveLog: (
|
|
384
286
|
obj: CreateClusterResponse
|
|
385
287
|
) => any;
|
|
386
|
-
|
|
387
288
|
export declare const CreateHsmRequestFilterSensitiveLog: (
|
|
388
289
|
obj: CreateHsmRequest
|
|
389
290
|
) => any;
|
|
390
|
-
|
|
391
291
|
export declare const CreateHsmResponseFilterSensitiveLog: (
|
|
392
292
|
obj: CreateHsmResponse
|
|
393
293
|
) => any;
|
|
394
|
-
|
|
395
294
|
export declare const DeleteBackupRequestFilterSensitiveLog: (
|
|
396
295
|
obj: DeleteBackupRequest
|
|
397
296
|
) => any;
|
|
398
|
-
|
|
399
297
|
export declare const DeleteBackupResponseFilterSensitiveLog: (
|
|
400
298
|
obj: DeleteBackupResponse
|
|
401
299
|
) => any;
|
|
402
|
-
|
|
403
300
|
export declare const DeleteClusterRequestFilterSensitiveLog: (
|
|
404
301
|
obj: DeleteClusterRequest
|
|
405
302
|
) => any;
|
|
406
|
-
|
|
407
303
|
export declare const DeleteClusterResponseFilterSensitiveLog: (
|
|
408
304
|
obj: DeleteClusterResponse
|
|
409
305
|
) => any;
|
|
410
|
-
|
|
411
306
|
export declare const DeleteHsmRequestFilterSensitiveLog: (
|
|
412
307
|
obj: DeleteHsmRequest
|
|
413
308
|
) => any;
|
|
414
|
-
|
|
415
309
|
export declare const DeleteHsmResponseFilterSensitiveLog: (
|
|
416
310
|
obj: DeleteHsmResponse
|
|
417
311
|
) => any;
|
|
418
|
-
|
|
419
312
|
export declare const DescribeBackupsRequestFilterSensitiveLog: (
|
|
420
313
|
obj: DescribeBackupsRequest
|
|
421
314
|
) => any;
|
|
422
|
-
|
|
423
315
|
export declare const DescribeBackupsResponseFilterSensitiveLog: (
|
|
424
316
|
obj: DescribeBackupsResponse
|
|
425
317
|
) => any;
|
|
426
|
-
|
|
427
318
|
export declare const DescribeClustersRequestFilterSensitiveLog: (
|
|
428
319
|
obj: DescribeClustersRequest
|
|
429
320
|
) => any;
|
|
430
|
-
|
|
431
321
|
export declare const DescribeClustersResponseFilterSensitiveLog: (
|
|
432
322
|
obj: DescribeClustersResponse
|
|
433
323
|
) => any;
|
|
434
|
-
|
|
435
324
|
export declare const InitializeClusterRequestFilterSensitiveLog: (
|
|
436
325
|
obj: InitializeClusterRequest
|
|
437
326
|
) => any;
|
|
438
|
-
|
|
439
327
|
export declare const InitializeClusterResponseFilterSensitiveLog: (
|
|
440
328
|
obj: InitializeClusterResponse
|
|
441
329
|
) => any;
|
|
442
|
-
|
|
443
330
|
export declare const ListTagsRequestFilterSensitiveLog: (
|
|
444
331
|
obj: ListTagsRequest
|
|
445
332
|
) => any;
|
|
446
|
-
|
|
447
333
|
export declare const ListTagsResponseFilterSensitiveLog: (
|
|
448
334
|
obj: ListTagsResponse
|
|
449
335
|
) => any;
|
|
450
|
-
|
|
451
336
|
export declare const ModifyBackupAttributesRequestFilterSensitiveLog: (
|
|
452
337
|
obj: ModifyBackupAttributesRequest
|
|
453
338
|
) => any;
|
|
454
|
-
|
|
455
339
|
export declare const ModifyBackupAttributesResponseFilterSensitiveLog: (
|
|
456
340
|
obj: ModifyBackupAttributesResponse
|
|
457
341
|
) => any;
|
|
458
|
-
|
|
459
342
|
export declare const ModifyClusterRequestFilterSensitiveLog: (
|
|
460
343
|
obj: ModifyClusterRequest
|
|
461
344
|
) => any;
|
|
462
|
-
|
|
463
345
|
export declare const ModifyClusterResponseFilterSensitiveLog: (
|
|
464
346
|
obj: ModifyClusterResponse
|
|
465
347
|
) => any;
|
|
466
|
-
|
|
467
348
|
export declare const RestoreBackupRequestFilterSensitiveLog: (
|
|
468
349
|
obj: RestoreBackupRequest
|
|
469
350
|
) => any;
|
|
470
|
-
|
|
471
351
|
export declare const RestoreBackupResponseFilterSensitiveLog: (
|
|
472
352
|
obj: RestoreBackupResponse
|
|
473
353
|
) => any;
|
|
474
|
-
|
|
475
354
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
476
355
|
obj: TagResourceRequest
|
|
477
356
|
) => any;
|
|
478
|
-
|
|
479
357
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
480
358
|
obj: TagResourceResponse
|
|
481
359
|
) => any;
|
|
482
|
-
|
|
483
360
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
484
361
|
obj: UntagResourceRequest
|
|
485
362
|
) => any;
|
|
486
|
-
|
|
487
363
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
488
364
|
obj: UntagResourceResponse
|
|
489
365
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { CloudHSMV2ClientConfig } from "./CloudHSMV2Client";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: CloudHSMV2ClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: CloudHSMV2ClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { CloudHSMV2ClientConfig } from "./CloudHSMV2Client";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: CloudHSMV2ClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: CloudHSMV2ClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { CloudHSMV2ClientConfig } from "./CloudHSMV2Client";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (config: CloudHSMV2ClientConfig) => {
|
|
4
3
|
runtime: string;
|
|
5
4
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
@@ -52,7 +51,9 @@ export declare const getRuntimeConfig: (config: CloudHSMV2ClientConfig) => {
|
|
|
52
51
|
| undefined;
|
|
53
52
|
signer?:
|
|
54
53
|
| import("@aws-sdk/types").RequestSigner
|
|
55
|
-
|
|
|
54
|
+
| ((
|
|
55
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
56
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
56
57
|
| undefined;
|
|
57
58
|
signingEscapePath?: boolean | undefined;
|
|
58
59
|
systemClockOffset?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudhsm-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudhsm V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.178.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|