@aws-sdk/client-kms 3.46.0 → 3.48.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 +36 -0
- package/dist-cjs/endpoints.js +0 -108
- package/dist-cjs/models/models_0.js +3 -201
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -108
- package/dist-es/models/models_0.js +0 -132
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/KMSClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -198
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/KMSClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -132
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +35 -35
|
@@ -27,10 +27,6 @@ export interface AlreadyExistsException extends __SmithyException, $MetadataBear
|
|
|
27
27
|
$fault: "client";
|
|
28
28
|
message?: string;
|
|
29
29
|
}
|
|
30
|
-
export declare namespace AlreadyExistsException {
|
|
31
|
-
|
|
32
|
-
const filterSensitiveLog: (obj: AlreadyExistsException) => any;
|
|
33
|
-
}
|
|
34
30
|
export interface CancelKeyDeletionRequest {
|
|
35
31
|
|
|
36
32
|
KeyId: string | undefined;
|
|
@@ -53,100 +49,60 @@ export interface DependencyTimeoutException extends __SmithyException, $Metadata
|
|
|
53
49
|
$fault: "server";
|
|
54
50
|
message?: string;
|
|
55
51
|
}
|
|
56
|
-
export declare namespace DependencyTimeoutException {
|
|
57
|
-
|
|
58
|
-
const filterSensitiveLog: (obj: DependencyTimeoutException) => any;
|
|
59
|
-
}
|
|
60
52
|
|
|
61
53
|
export interface InvalidArnException extends __SmithyException, $MetadataBearer {
|
|
62
54
|
name: "InvalidArnException";
|
|
63
55
|
$fault: "client";
|
|
64
56
|
message?: string;
|
|
65
57
|
}
|
|
66
|
-
export declare namespace InvalidArnException {
|
|
67
|
-
|
|
68
|
-
const filterSensitiveLog: (obj: InvalidArnException) => any;
|
|
69
|
-
}
|
|
70
58
|
|
|
71
59
|
export interface KMSInternalException extends __SmithyException, $MetadataBearer {
|
|
72
60
|
name: "KMSInternalException";
|
|
73
61
|
$fault: "server";
|
|
74
62
|
message?: string;
|
|
75
63
|
}
|
|
76
|
-
export declare namespace KMSInternalException {
|
|
77
|
-
|
|
78
|
-
const filterSensitiveLog: (obj: KMSInternalException) => any;
|
|
79
|
-
}
|
|
80
64
|
|
|
81
65
|
export interface KMSInvalidStateException extends __SmithyException, $MetadataBearer {
|
|
82
66
|
name: "KMSInvalidStateException";
|
|
83
67
|
$fault: "client";
|
|
84
68
|
message?: string;
|
|
85
69
|
}
|
|
86
|
-
export declare namespace KMSInvalidStateException {
|
|
87
|
-
|
|
88
|
-
const filterSensitiveLog: (obj: KMSInvalidStateException) => any;
|
|
89
|
-
}
|
|
90
70
|
|
|
91
71
|
export interface NotFoundException extends __SmithyException, $MetadataBearer {
|
|
92
72
|
name: "NotFoundException";
|
|
93
73
|
$fault: "client";
|
|
94
74
|
message?: string;
|
|
95
75
|
}
|
|
96
|
-
export declare namespace NotFoundException {
|
|
97
|
-
|
|
98
|
-
const filterSensitiveLog: (obj: NotFoundException) => any;
|
|
99
|
-
}
|
|
100
76
|
|
|
101
77
|
export interface CloudHsmClusterInUseException extends __SmithyException, $MetadataBearer {
|
|
102
78
|
name: "CloudHsmClusterInUseException";
|
|
103
79
|
$fault: "client";
|
|
104
80
|
message?: string;
|
|
105
81
|
}
|
|
106
|
-
export declare namespace CloudHsmClusterInUseException {
|
|
107
|
-
|
|
108
|
-
const filterSensitiveLog: (obj: CloudHsmClusterInUseException) => any;
|
|
109
|
-
}
|
|
110
82
|
|
|
111
83
|
export interface CloudHsmClusterInvalidConfigurationException extends __SmithyException, $MetadataBearer {
|
|
112
84
|
name: "CloudHsmClusterInvalidConfigurationException";
|
|
113
85
|
$fault: "client";
|
|
114
86
|
message?: string;
|
|
115
87
|
}
|
|
116
|
-
export declare namespace CloudHsmClusterInvalidConfigurationException {
|
|
117
|
-
|
|
118
|
-
const filterSensitiveLog: (obj: CloudHsmClusterInvalidConfigurationException) => any;
|
|
119
|
-
}
|
|
120
88
|
|
|
121
89
|
export interface CloudHsmClusterNotActiveException extends __SmithyException, $MetadataBearer {
|
|
122
90
|
name: "CloudHsmClusterNotActiveException";
|
|
123
91
|
$fault: "client";
|
|
124
92
|
message?: string;
|
|
125
93
|
}
|
|
126
|
-
export declare namespace CloudHsmClusterNotActiveException {
|
|
127
|
-
|
|
128
|
-
const filterSensitiveLog: (obj: CloudHsmClusterNotActiveException) => any;
|
|
129
|
-
}
|
|
130
94
|
|
|
131
95
|
export interface CloudHsmClusterNotFoundException extends __SmithyException, $MetadataBearer {
|
|
132
96
|
name: "CloudHsmClusterNotFoundException";
|
|
133
97
|
$fault: "client";
|
|
134
98
|
message?: string;
|
|
135
99
|
}
|
|
136
|
-
export declare namespace CloudHsmClusterNotFoundException {
|
|
137
|
-
|
|
138
|
-
const filterSensitiveLog: (obj: CloudHsmClusterNotFoundException) => any;
|
|
139
|
-
}
|
|
140
100
|
|
|
141
101
|
export interface CloudHsmClusterNotRelatedException extends __SmithyException, $MetadataBearer {
|
|
142
102
|
name: "CloudHsmClusterNotRelatedException";
|
|
143
103
|
$fault: "client";
|
|
144
104
|
message?: string;
|
|
145
105
|
}
|
|
146
|
-
export declare namespace CloudHsmClusterNotRelatedException {
|
|
147
|
-
|
|
148
|
-
const filterSensitiveLog: (obj: CloudHsmClusterNotRelatedException) => any;
|
|
149
|
-
}
|
|
150
106
|
export interface ConnectCustomKeyStoreRequest {
|
|
151
107
|
|
|
152
108
|
CustomKeyStoreId: string | undefined;
|
|
@@ -167,20 +123,12 @@ export interface CustomKeyStoreInvalidStateException extends __SmithyException,
|
|
|
167
123
|
$fault: "client";
|
|
168
124
|
message?: string;
|
|
169
125
|
}
|
|
170
|
-
export declare namespace CustomKeyStoreInvalidStateException {
|
|
171
|
-
|
|
172
|
-
const filterSensitiveLog: (obj: CustomKeyStoreInvalidStateException) => any;
|
|
173
|
-
}
|
|
174
126
|
|
|
175
127
|
export interface CustomKeyStoreNotFoundException extends __SmithyException, $MetadataBearer {
|
|
176
128
|
name: "CustomKeyStoreNotFoundException";
|
|
177
129
|
$fault: "client";
|
|
178
130
|
message?: string;
|
|
179
131
|
}
|
|
180
|
-
export declare namespace CustomKeyStoreNotFoundException {
|
|
181
|
-
|
|
182
|
-
const filterSensitiveLog: (obj: CustomKeyStoreNotFoundException) => any;
|
|
183
|
-
}
|
|
184
132
|
export declare enum ConnectionErrorCodeType {
|
|
185
133
|
CLUSTER_NOT_FOUND = "CLUSTER_NOT_FOUND",
|
|
186
134
|
INSUFFICIENT_CLOUDHSM_HSMS = "INSUFFICIENT_CLOUDHSM_HSMS",
|
|
@@ -215,20 +163,12 @@ export interface InvalidAliasNameException extends __SmithyException, $MetadataB
|
|
|
215
163
|
$fault: "client";
|
|
216
164
|
message?: string;
|
|
217
165
|
}
|
|
218
|
-
export declare namespace InvalidAliasNameException {
|
|
219
|
-
|
|
220
|
-
const filterSensitiveLog: (obj: InvalidAliasNameException) => any;
|
|
221
|
-
}
|
|
222
166
|
|
|
223
167
|
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
224
168
|
name: "LimitExceededException";
|
|
225
169
|
$fault: "client";
|
|
226
170
|
message?: string;
|
|
227
171
|
}
|
|
228
|
-
export declare namespace LimitExceededException {
|
|
229
|
-
|
|
230
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
231
|
-
}
|
|
232
172
|
export interface CreateCustomKeyStoreRequest {
|
|
233
173
|
|
|
234
174
|
CustomKeyStoreName: string | undefined;
|
|
@@ -257,20 +197,12 @@ export interface CustomKeyStoreNameInUseException extends __SmithyException, $Me
|
|
|
257
197
|
$fault: "client";
|
|
258
198
|
message?: string;
|
|
259
199
|
}
|
|
260
|
-
export declare namespace CustomKeyStoreNameInUseException {
|
|
261
|
-
|
|
262
|
-
const filterSensitiveLog: (obj: CustomKeyStoreNameInUseException) => any;
|
|
263
|
-
}
|
|
264
200
|
|
|
265
201
|
export interface IncorrectTrustAnchorException extends __SmithyException, $MetadataBearer {
|
|
266
202
|
name: "IncorrectTrustAnchorException";
|
|
267
203
|
$fault: "client";
|
|
268
204
|
message?: string;
|
|
269
205
|
}
|
|
270
|
-
export declare namespace IncorrectTrustAnchorException {
|
|
271
|
-
|
|
272
|
-
const filterSensitiveLog: (obj: IncorrectTrustAnchorException) => any;
|
|
273
|
-
}
|
|
274
206
|
|
|
275
207
|
export interface GrantConstraints {
|
|
276
208
|
|
|
@@ -338,20 +270,12 @@ export interface DisabledException extends __SmithyException, $MetadataBearer {
|
|
|
338
270
|
$fault: "client";
|
|
339
271
|
message?: string;
|
|
340
272
|
}
|
|
341
|
-
export declare namespace DisabledException {
|
|
342
|
-
|
|
343
|
-
const filterSensitiveLog: (obj: DisabledException) => any;
|
|
344
|
-
}
|
|
345
273
|
|
|
346
274
|
export interface InvalidGrantTokenException extends __SmithyException, $MetadataBearer {
|
|
347
275
|
name: "InvalidGrantTokenException";
|
|
348
276
|
$fault: "client";
|
|
349
277
|
message?: string;
|
|
350
278
|
}
|
|
351
|
-
export declare namespace InvalidGrantTokenException {
|
|
352
|
-
|
|
353
|
-
const filterSensitiveLog: (obj: InvalidGrantTokenException) => any;
|
|
354
|
-
}
|
|
355
279
|
export declare enum CustomerMasterKeySpec {
|
|
356
280
|
ECC_NIST_P256 = "ECC_NIST_P256",
|
|
357
281
|
ECC_NIST_P384 = "ECC_NIST_P384",
|
|
@@ -545,40 +469,24 @@ export interface MalformedPolicyDocumentException extends __SmithyException, $Me
|
|
|
545
469
|
$fault: "client";
|
|
546
470
|
message?: string;
|
|
547
471
|
}
|
|
548
|
-
export declare namespace MalformedPolicyDocumentException {
|
|
549
|
-
|
|
550
|
-
const filterSensitiveLog: (obj: MalformedPolicyDocumentException) => any;
|
|
551
|
-
}
|
|
552
472
|
|
|
553
473
|
export interface TagException extends __SmithyException, $MetadataBearer {
|
|
554
474
|
name: "TagException";
|
|
555
475
|
$fault: "client";
|
|
556
476
|
message?: string;
|
|
557
477
|
}
|
|
558
|
-
export declare namespace TagException {
|
|
559
|
-
|
|
560
|
-
const filterSensitiveLog: (obj: TagException) => any;
|
|
561
|
-
}
|
|
562
478
|
|
|
563
479
|
export interface UnsupportedOperationException extends __SmithyException, $MetadataBearer {
|
|
564
480
|
name: "UnsupportedOperationException";
|
|
565
481
|
$fault: "client";
|
|
566
482
|
message?: string;
|
|
567
483
|
}
|
|
568
|
-
export declare namespace UnsupportedOperationException {
|
|
569
|
-
|
|
570
|
-
const filterSensitiveLog: (obj: UnsupportedOperationException) => any;
|
|
571
|
-
}
|
|
572
484
|
|
|
573
485
|
export interface CustomKeyStoreHasCMKsException extends __SmithyException, $MetadataBearer {
|
|
574
486
|
name: "CustomKeyStoreHasCMKsException";
|
|
575
487
|
$fault: "client";
|
|
576
488
|
message?: string;
|
|
577
489
|
}
|
|
578
|
-
export declare namespace CustomKeyStoreHasCMKsException {
|
|
579
|
-
|
|
580
|
-
const filterSensitiveLog: (obj: CustomKeyStoreHasCMKsException) => any;
|
|
581
|
-
}
|
|
582
490
|
|
|
583
491
|
export interface CustomKeyStoresListEntry {
|
|
584
492
|
|
|
@@ -649,40 +557,24 @@ export interface IncorrectKeyException extends __SmithyException, $MetadataBeare
|
|
|
649
557
|
$fault: "client";
|
|
650
558
|
message?: string;
|
|
651
559
|
}
|
|
652
|
-
export declare namespace IncorrectKeyException {
|
|
653
|
-
|
|
654
|
-
const filterSensitiveLog: (obj: IncorrectKeyException) => any;
|
|
655
|
-
}
|
|
656
560
|
|
|
657
561
|
export interface InvalidCiphertextException extends __SmithyException, $MetadataBearer {
|
|
658
562
|
name: "InvalidCiphertextException";
|
|
659
563
|
$fault: "client";
|
|
660
564
|
message?: string;
|
|
661
565
|
}
|
|
662
|
-
export declare namespace InvalidCiphertextException {
|
|
663
|
-
|
|
664
|
-
const filterSensitiveLog: (obj: InvalidCiphertextException) => any;
|
|
665
|
-
}
|
|
666
566
|
|
|
667
567
|
export interface InvalidKeyUsageException extends __SmithyException, $MetadataBearer {
|
|
668
568
|
name: "InvalidKeyUsageException";
|
|
669
569
|
$fault: "client";
|
|
670
570
|
message?: string;
|
|
671
571
|
}
|
|
672
|
-
export declare namespace InvalidKeyUsageException {
|
|
673
|
-
|
|
674
|
-
const filterSensitiveLog: (obj: InvalidKeyUsageException) => any;
|
|
675
|
-
}
|
|
676
572
|
|
|
677
573
|
export interface KeyUnavailableException extends __SmithyException, $MetadataBearer {
|
|
678
574
|
name: "KeyUnavailableException";
|
|
679
575
|
$fault: "server";
|
|
680
576
|
message?: string;
|
|
681
577
|
}
|
|
682
|
-
export declare namespace KeyUnavailableException {
|
|
683
|
-
|
|
684
|
-
const filterSensitiveLog: (obj: KeyUnavailableException) => any;
|
|
685
|
-
}
|
|
686
578
|
export interface DeleteAliasRequest {
|
|
687
579
|
|
|
688
580
|
AliasName: string | undefined;
|
|
@@ -745,10 +637,6 @@ export interface InvalidMarkerException extends __SmithyException, $MetadataBear
|
|
|
745
637
|
$fault: "client";
|
|
746
638
|
message?: string;
|
|
747
639
|
}
|
|
748
|
-
export declare namespace InvalidMarkerException {
|
|
749
|
-
|
|
750
|
-
const filterSensitiveLog: (obj: InvalidMarkerException) => any;
|
|
751
|
-
}
|
|
752
640
|
export interface DescribeKeyRequest {
|
|
753
641
|
|
|
754
642
|
KeyId: string | undefined;
|
|
@@ -849,10 +737,6 @@ export interface ExpiredImportTokenException extends __SmithyException, $Metadat
|
|
|
849
737
|
$fault: "client";
|
|
850
738
|
message?: string;
|
|
851
739
|
}
|
|
852
|
-
export declare namespace ExpiredImportTokenException {
|
|
853
|
-
|
|
854
|
-
const filterSensitiveLog: (obj: ExpiredImportTokenException) => any;
|
|
855
|
-
}
|
|
856
740
|
export interface GenerateDataKeyRequest {
|
|
857
741
|
|
|
858
742
|
KeyId: string | undefined;
|
|
@@ -1137,30 +1021,18 @@ export interface IncorrectKeyMaterialException extends __SmithyException, $Metad
|
|
|
1137
1021
|
$fault: "client";
|
|
1138
1022
|
message?: string;
|
|
1139
1023
|
}
|
|
1140
|
-
export declare namespace IncorrectKeyMaterialException {
|
|
1141
|
-
|
|
1142
|
-
const filterSensitiveLog: (obj: IncorrectKeyMaterialException) => any;
|
|
1143
|
-
}
|
|
1144
1024
|
|
|
1145
1025
|
export interface InvalidImportTokenException extends __SmithyException, $MetadataBearer {
|
|
1146
1026
|
name: "InvalidImportTokenException";
|
|
1147
1027
|
$fault: "client";
|
|
1148
1028
|
message?: string;
|
|
1149
1029
|
}
|
|
1150
|
-
export declare namespace InvalidImportTokenException {
|
|
1151
|
-
|
|
1152
|
-
const filterSensitiveLog: (obj: InvalidImportTokenException) => any;
|
|
1153
|
-
}
|
|
1154
1030
|
|
|
1155
1031
|
export interface InvalidGrantIdException extends __SmithyException, $MetadataBearer {
|
|
1156
1032
|
name: "InvalidGrantIdException";
|
|
1157
1033
|
$fault: "client";
|
|
1158
1034
|
message?: string;
|
|
1159
1035
|
}
|
|
1160
|
-
export declare namespace InvalidGrantIdException {
|
|
1161
|
-
|
|
1162
|
-
const filterSensitiveLog: (obj: InvalidGrantIdException) => any;
|
|
1163
|
-
}
|
|
1164
1036
|
|
|
1165
1037
|
export interface KeyListEntry {
|
|
1166
1038
|
|
|
@@ -1178,10 +1050,6 @@ export interface KMSInvalidSignatureException extends __SmithyException, $Metada
|
|
|
1178
1050
|
$fault: "client";
|
|
1179
1051
|
message?: string;
|
|
1180
1052
|
}
|
|
1181
|
-
export declare namespace KMSInvalidSignatureException {
|
|
1182
|
-
|
|
1183
|
-
const filterSensitiveLog: (obj: KMSInvalidSignatureException) => any;
|
|
1184
|
-
}
|
|
1185
1053
|
export interface ListAliasesRequest {
|
|
1186
1054
|
|
|
1187
1055
|
KeyId?: string;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { KMSClientConfig } from "./KMSClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: KMSClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: KMSClientConfig) => {
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { KMSClientConfig } from "./KMSClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: KMSClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: KMSClientConfig) => {
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kms",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.48.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
8
|
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "
|
|
13
|
-
"clean:dist": "rimraf ./dist-*",
|
|
14
|
-
"clean:docs": "rimraf ./docs"
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
15
13
|
},
|
|
16
14
|
"main": "./dist-cjs/index.js",
|
|
17
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,38 +18,40 @@
|
|
|
20
18
|
"dependencies": {
|
|
21
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
22
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "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.
|
|
43
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-node": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
47
|
-
"@aws-sdk/util-
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.48.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.2",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.48.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.2",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.2",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.2",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.2",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.2",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.2",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.2",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.2",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.2",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.2",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.2",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.2",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.2",
|
|
39
|
+
"@aws-sdk/types": "3.47.1",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.2",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.1",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.2",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.1",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.1",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.2",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.2",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.2",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.2",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.1",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.2",
|
|
51
51
|
"tslib": "^2.3.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.1",
|
|
55
55
|
"@types/node": "^12.7.5"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|