@aws-sdk/client-kms 3.987.0 → 3.989.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/dist-cjs/index.js +72 -2261
- package/dist-cjs/models/KMSServiceException.js +12 -0
- package/dist-cjs/models/errors.js +628 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1392 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +282 -276
- package/dist-types/schemas/schemas_0.d.ts +52 -45
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +47 -45
- package/package.json +13 -13
|
@@ -1,14 +1,63 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
-
export declare var
|
|
3
|
+
export declare var KMSServiceException$: StaticErrorSchema;
|
|
3
4
|
export declare var AlreadyExistsException$: StaticErrorSchema;
|
|
4
|
-
export declare var CancelKeyDeletionRequest$: StaticStructureSchema;
|
|
5
|
-
export declare var CancelKeyDeletionResponse$: StaticStructureSchema;
|
|
6
5
|
export declare var CloudHsmClusterInUseException$: StaticErrorSchema;
|
|
7
6
|
export declare var CloudHsmClusterInvalidConfigurationException$: StaticErrorSchema;
|
|
8
7
|
export declare var CloudHsmClusterNotActiveException$: StaticErrorSchema;
|
|
9
8
|
export declare var CloudHsmClusterNotFoundException$: StaticErrorSchema;
|
|
10
9
|
export declare var CloudHsmClusterNotRelatedException$: StaticErrorSchema;
|
|
11
10
|
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var CustomKeyStoreHasCMKsException$: StaticErrorSchema;
|
|
12
|
+
export declare var CustomKeyStoreInvalidStateException$: StaticErrorSchema;
|
|
13
|
+
export declare var CustomKeyStoreNameInUseException$: StaticErrorSchema;
|
|
14
|
+
export declare var CustomKeyStoreNotFoundException$: StaticErrorSchema;
|
|
15
|
+
export declare var DependencyTimeoutException$: StaticErrorSchema;
|
|
16
|
+
export declare var DisabledException$: StaticErrorSchema;
|
|
17
|
+
export declare var DryRunOperationException$: StaticErrorSchema;
|
|
18
|
+
export declare var ExpiredImportTokenException$: StaticErrorSchema;
|
|
19
|
+
export declare var IncorrectKeyException$: StaticErrorSchema;
|
|
20
|
+
export declare var IncorrectKeyMaterialException$: StaticErrorSchema;
|
|
21
|
+
export declare var IncorrectTrustAnchorException$: StaticErrorSchema;
|
|
22
|
+
export declare var InvalidAliasNameException$: StaticErrorSchema;
|
|
23
|
+
export declare var InvalidArnException$: StaticErrorSchema;
|
|
24
|
+
export declare var InvalidCiphertextException$: StaticErrorSchema;
|
|
25
|
+
export declare var InvalidGrantIdException$: StaticErrorSchema;
|
|
26
|
+
export declare var InvalidGrantTokenException$: StaticErrorSchema;
|
|
27
|
+
export declare var InvalidImportTokenException$: StaticErrorSchema;
|
|
28
|
+
export declare var InvalidKeyUsageException$: StaticErrorSchema;
|
|
29
|
+
export declare var InvalidMarkerException$: StaticErrorSchema;
|
|
30
|
+
export declare var KeyUnavailableException$: StaticErrorSchema;
|
|
31
|
+
export declare var KMSInternalException$: StaticErrorSchema;
|
|
32
|
+
export declare var KMSInvalidMacException$: StaticErrorSchema;
|
|
33
|
+
export declare var KMSInvalidSignatureException$: StaticErrorSchema;
|
|
34
|
+
export declare var KMSInvalidStateException$: StaticErrorSchema;
|
|
35
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
36
|
+
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
37
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
38
|
+
export declare var TagException$: StaticErrorSchema;
|
|
39
|
+
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
40
|
+
export declare var XksKeyAlreadyInUseException$: StaticErrorSchema;
|
|
41
|
+
export declare var XksKeyInvalidConfigurationException$: StaticErrorSchema;
|
|
42
|
+
export declare var XksKeyNotFoundException$: StaticErrorSchema;
|
|
43
|
+
export declare var XksProxyIncorrectAuthenticationCredentialException$: StaticErrorSchema;
|
|
44
|
+
export declare var XksProxyInvalidConfigurationException$: StaticErrorSchema;
|
|
45
|
+
export declare var XksProxyInvalidResponseException$: StaticErrorSchema;
|
|
46
|
+
export declare var XksProxyUriEndpointInUseException$: StaticErrorSchema;
|
|
47
|
+
export declare var XksProxyUriInUseException$: StaticErrorSchema;
|
|
48
|
+
export declare var XksProxyUriUnreachableException$: StaticErrorSchema;
|
|
49
|
+
export declare var XksProxyVpcEndpointServiceInUseException$: StaticErrorSchema;
|
|
50
|
+
export declare var XksProxyVpcEndpointServiceInvalidConfigurationException$: StaticErrorSchema;
|
|
51
|
+
export declare var XksProxyVpcEndpointServiceNotFoundException$: StaticErrorSchema;
|
|
52
|
+
/**
|
|
53
|
+
* TypeRegistry instances containing modeled errors.
|
|
54
|
+
* @internal
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
58
|
+
export declare var AliasListEntry$: StaticStructureSchema;
|
|
59
|
+
export declare var CancelKeyDeletionRequest$: StaticStructureSchema;
|
|
60
|
+
export declare var CancelKeyDeletionResponse$: StaticStructureSchema;
|
|
12
61
|
export declare var ConnectCustomKeyStoreRequest$: StaticStructureSchema;
|
|
13
62
|
export declare var ConnectCustomKeyStoreResponse$: StaticStructureSchema;
|
|
14
63
|
export declare var CreateAliasRequest$: StaticStructureSchema;
|
|
@@ -18,10 +67,6 @@ export declare var CreateGrantRequest$: StaticStructureSchema;
|
|
|
18
67
|
export declare var CreateGrantResponse$: StaticStructureSchema;
|
|
19
68
|
export declare var CreateKeyRequest$: StaticStructureSchema;
|
|
20
69
|
export declare var CreateKeyResponse$: StaticStructureSchema;
|
|
21
|
-
export declare var CustomKeyStoreHasCMKsException$: StaticErrorSchema;
|
|
22
|
-
export declare var CustomKeyStoreInvalidStateException$: StaticErrorSchema;
|
|
23
|
-
export declare var CustomKeyStoreNameInUseException$: StaticErrorSchema;
|
|
24
|
-
export declare var CustomKeyStoreNotFoundException$: StaticErrorSchema;
|
|
25
70
|
export declare var CustomKeyStoresListEntry$: StaticStructureSchema;
|
|
26
71
|
export declare var DecryptRequest$: StaticStructureSchema;
|
|
27
72
|
export declare var DecryptResponse$: StaticStructureSchema;
|
|
@@ -30,24 +75,20 @@ export declare var DeleteCustomKeyStoreRequest$: StaticStructureSchema;
|
|
|
30
75
|
export declare var DeleteCustomKeyStoreResponse$: StaticStructureSchema;
|
|
31
76
|
export declare var DeleteImportedKeyMaterialRequest$: StaticStructureSchema;
|
|
32
77
|
export declare var DeleteImportedKeyMaterialResponse$: StaticStructureSchema;
|
|
33
|
-
export declare var DependencyTimeoutException$: StaticErrorSchema;
|
|
34
78
|
export declare var DeriveSharedSecretRequest$: StaticStructureSchema;
|
|
35
79
|
export declare var DeriveSharedSecretResponse$: StaticStructureSchema;
|
|
36
80
|
export declare var DescribeCustomKeyStoresRequest$: StaticStructureSchema;
|
|
37
81
|
export declare var DescribeCustomKeyStoresResponse$: StaticStructureSchema;
|
|
38
82
|
export declare var DescribeKeyRequest$: StaticStructureSchema;
|
|
39
83
|
export declare var DescribeKeyResponse$: StaticStructureSchema;
|
|
40
|
-
export declare var DisabledException$: StaticErrorSchema;
|
|
41
84
|
export declare var DisableKeyRequest$: StaticStructureSchema;
|
|
42
85
|
export declare var DisableKeyRotationRequest$: StaticStructureSchema;
|
|
43
86
|
export declare var DisconnectCustomKeyStoreRequest$: StaticStructureSchema;
|
|
44
87
|
export declare var DisconnectCustomKeyStoreResponse$: StaticStructureSchema;
|
|
45
|
-
export declare var DryRunOperationException$: StaticErrorSchema;
|
|
46
88
|
export declare var EnableKeyRequest$: StaticStructureSchema;
|
|
47
89
|
export declare var EnableKeyRotationRequest$: StaticStructureSchema;
|
|
48
90
|
export declare var EncryptRequest$: StaticStructureSchema;
|
|
49
91
|
export declare var EncryptResponse$: StaticStructureSchema;
|
|
50
|
-
export declare var ExpiredImportTokenException$: StaticErrorSchema;
|
|
51
92
|
export declare var GenerateDataKeyPairRequest$: StaticStructureSchema;
|
|
52
93
|
export declare var GenerateDataKeyPairResponse$: StaticStructureSchema;
|
|
53
94
|
export declare var GenerateDataKeyPairWithoutPlaintextRequest$: StaticStructureSchema;
|
|
@@ -72,25 +113,8 @@ export declare var GrantConstraints$: StaticStructureSchema;
|
|
|
72
113
|
export declare var GrantListEntry$: StaticStructureSchema;
|
|
73
114
|
export declare var ImportKeyMaterialRequest$: StaticStructureSchema;
|
|
74
115
|
export declare var ImportKeyMaterialResponse$: StaticStructureSchema;
|
|
75
|
-
export declare var IncorrectKeyException$: StaticErrorSchema;
|
|
76
|
-
export declare var IncorrectKeyMaterialException$: StaticErrorSchema;
|
|
77
|
-
export declare var IncorrectTrustAnchorException$: StaticErrorSchema;
|
|
78
|
-
export declare var InvalidAliasNameException$: StaticErrorSchema;
|
|
79
|
-
export declare var InvalidArnException$: StaticErrorSchema;
|
|
80
|
-
export declare var InvalidCiphertextException$: StaticErrorSchema;
|
|
81
|
-
export declare var InvalidGrantIdException$: StaticErrorSchema;
|
|
82
|
-
export declare var InvalidGrantTokenException$: StaticErrorSchema;
|
|
83
|
-
export declare var InvalidImportTokenException$: StaticErrorSchema;
|
|
84
|
-
export declare var InvalidKeyUsageException$: StaticErrorSchema;
|
|
85
|
-
export declare var InvalidMarkerException$: StaticErrorSchema;
|
|
86
116
|
export declare var KeyListEntry$: StaticStructureSchema;
|
|
87
117
|
export declare var KeyMetadata$: StaticStructureSchema;
|
|
88
|
-
export declare var KeyUnavailableException$: StaticErrorSchema;
|
|
89
|
-
export declare var KMSInternalException$: StaticErrorSchema;
|
|
90
|
-
export declare var KMSInvalidMacException$: StaticErrorSchema;
|
|
91
|
-
export declare var KMSInvalidSignatureException$: StaticErrorSchema;
|
|
92
|
-
export declare var KMSInvalidStateException$: StaticErrorSchema;
|
|
93
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
94
118
|
export declare var ListAliasesRequest$: StaticStructureSchema;
|
|
95
119
|
export declare var ListAliasesResponse$: StaticStructureSchema;
|
|
96
120
|
export declare var ListGrantsRequest$: StaticStructureSchema;
|
|
@@ -104,10 +128,8 @@ export declare var ListKeysResponse$: StaticStructureSchema;
|
|
|
104
128
|
export declare var ListResourceTagsRequest$: StaticStructureSchema;
|
|
105
129
|
export declare var ListResourceTagsResponse$: StaticStructureSchema;
|
|
106
130
|
export declare var ListRetirableGrantsRequest$: StaticStructureSchema;
|
|
107
|
-
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
108
131
|
export declare var MultiRegionConfiguration$: StaticStructureSchema;
|
|
109
132
|
export declare var MultiRegionKey$: StaticStructureSchema;
|
|
110
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
111
133
|
export declare var PutKeyPolicyRequest$: StaticStructureSchema;
|
|
112
134
|
export declare var RecipientInfo$: StaticStructureSchema;
|
|
113
135
|
export declare var ReEncryptRequest$: StaticStructureSchema;
|
|
@@ -124,9 +146,7 @@ export declare var ScheduleKeyDeletionResponse$: StaticStructureSchema;
|
|
|
124
146
|
export declare var SignRequest$: StaticStructureSchema;
|
|
125
147
|
export declare var SignResponse$: StaticStructureSchema;
|
|
126
148
|
export declare var Tag$: StaticStructureSchema;
|
|
127
|
-
export declare var TagException$: StaticErrorSchema;
|
|
128
149
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
129
|
-
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
130
150
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
131
151
|
export declare var UpdateAliasRequest$: StaticStructureSchema;
|
|
132
152
|
export declare var UpdateCustomKeyStoreRequest$: StaticStructureSchema;
|
|
@@ -137,22 +157,9 @@ export declare var VerifyMacRequest$: StaticStructureSchema;
|
|
|
137
157
|
export declare var VerifyMacResponse$: StaticStructureSchema;
|
|
138
158
|
export declare var VerifyRequest$: StaticStructureSchema;
|
|
139
159
|
export declare var VerifyResponse$: StaticStructureSchema;
|
|
140
|
-
export declare var XksKeyAlreadyInUseException$: StaticErrorSchema;
|
|
141
160
|
export declare var XksKeyConfigurationType$: StaticStructureSchema;
|
|
142
|
-
export declare var XksKeyInvalidConfigurationException$: StaticErrorSchema;
|
|
143
|
-
export declare var XksKeyNotFoundException$: StaticErrorSchema;
|
|
144
161
|
export declare var XksProxyAuthenticationCredentialType$: StaticStructureSchema;
|
|
145
162
|
export declare var XksProxyConfigurationType$: StaticStructureSchema;
|
|
146
|
-
export declare var XksProxyIncorrectAuthenticationCredentialException$: StaticErrorSchema;
|
|
147
|
-
export declare var XksProxyInvalidConfigurationException$: StaticErrorSchema;
|
|
148
|
-
export declare var XksProxyInvalidResponseException$: StaticErrorSchema;
|
|
149
|
-
export declare var XksProxyUriEndpointInUseException$: StaticErrorSchema;
|
|
150
|
-
export declare var XksProxyUriInUseException$: StaticErrorSchema;
|
|
151
|
-
export declare var XksProxyUriUnreachableException$: StaticErrorSchema;
|
|
152
|
-
export declare var XksProxyVpcEndpointServiceInUseException$: StaticErrorSchema;
|
|
153
|
-
export declare var XksProxyVpcEndpointServiceInvalidConfigurationException$: StaticErrorSchema;
|
|
154
|
-
export declare var XksProxyVpcEndpointServiceNotFoundException$: StaticErrorSchema;
|
|
155
|
-
export declare var KMSServiceException$: StaticErrorSchema;
|
|
156
163
|
export declare var CancelKeyDeletion$: StaticOperationSchema;
|
|
157
164
|
export declare var ConnectCustomKeyStore$: StaticOperationSchema;
|
|
158
165
|
export declare var CreateAlias$: StaticOperationSchema;
|
|
@@ -1,18 +1,62 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
6
|
-
export declare var
|
|
7
|
+
export declare var KMSServiceException$: StaticErrorSchema;
|
|
7
8
|
export declare var AlreadyExistsException$: StaticErrorSchema;
|
|
8
|
-
export declare var CancelKeyDeletionRequest$: StaticStructureSchema;
|
|
9
|
-
export declare var CancelKeyDeletionResponse$: StaticStructureSchema;
|
|
10
9
|
export declare var CloudHsmClusterInUseException$: StaticErrorSchema;
|
|
11
10
|
export declare var CloudHsmClusterInvalidConfigurationException$: StaticErrorSchema;
|
|
12
11
|
export declare var CloudHsmClusterNotActiveException$: StaticErrorSchema;
|
|
13
12
|
export declare var CloudHsmClusterNotFoundException$: StaticErrorSchema;
|
|
14
13
|
export declare var CloudHsmClusterNotRelatedException$: StaticErrorSchema;
|
|
15
14
|
export declare var ConflictException$: StaticErrorSchema;
|
|
15
|
+
export declare var CustomKeyStoreHasCMKsException$: StaticErrorSchema;
|
|
16
|
+
export declare var CustomKeyStoreInvalidStateException$: StaticErrorSchema;
|
|
17
|
+
export declare var CustomKeyStoreNameInUseException$: StaticErrorSchema;
|
|
18
|
+
export declare var CustomKeyStoreNotFoundException$: StaticErrorSchema;
|
|
19
|
+
export declare var DependencyTimeoutException$: StaticErrorSchema;
|
|
20
|
+
export declare var DisabledException$: StaticErrorSchema;
|
|
21
|
+
export declare var DryRunOperationException$: StaticErrorSchema;
|
|
22
|
+
export declare var ExpiredImportTokenException$: StaticErrorSchema;
|
|
23
|
+
export declare var IncorrectKeyException$: StaticErrorSchema;
|
|
24
|
+
export declare var IncorrectKeyMaterialException$: StaticErrorSchema;
|
|
25
|
+
export declare var IncorrectTrustAnchorException$: StaticErrorSchema;
|
|
26
|
+
export declare var InvalidAliasNameException$: StaticErrorSchema;
|
|
27
|
+
export declare var InvalidArnException$: StaticErrorSchema;
|
|
28
|
+
export declare var InvalidCiphertextException$: StaticErrorSchema;
|
|
29
|
+
export declare var InvalidGrantIdException$: StaticErrorSchema;
|
|
30
|
+
export declare var InvalidGrantTokenException$: StaticErrorSchema;
|
|
31
|
+
export declare var InvalidImportTokenException$: StaticErrorSchema;
|
|
32
|
+
export declare var InvalidKeyUsageException$: StaticErrorSchema;
|
|
33
|
+
export declare var InvalidMarkerException$: StaticErrorSchema;
|
|
34
|
+
export declare var KeyUnavailableException$: StaticErrorSchema;
|
|
35
|
+
export declare var KMSInternalException$: StaticErrorSchema;
|
|
36
|
+
export declare var KMSInvalidMacException$: StaticErrorSchema;
|
|
37
|
+
export declare var KMSInvalidSignatureException$: StaticErrorSchema;
|
|
38
|
+
export declare var KMSInvalidStateException$: StaticErrorSchema;
|
|
39
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
40
|
+
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
41
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
42
|
+
export declare var TagException$: StaticErrorSchema;
|
|
43
|
+
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
44
|
+
export declare var XksKeyAlreadyInUseException$: StaticErrorSchema;
|
|
45
|
+
export declare var XksKeyInvalidConfigurationException$: StaticErrorSchema;
|
|
46
|
+
export declare var XksKeyNotFoundException$: StaticErrorSchema;
|
|
47
|
+
export declare var XksProxyIncorrectAuthenticationCredentialException$: StaticErrorSchema;
|
|
48
|
+
export declare var XksProxyInvalidConfigurationException$: StaticErrorSchema;
|
|
49
|
+
export declare var XksProxyInvalidResponseException$: StaticErrorSchema;
|
|
50
|
+
export declare var XksProxyUriEndpointInUseException$: StaticErrorSchema;
|
|
51
|
+
export declare var XksProxyUriInUseException$: StaticErrorSchema;
|
|
52
|
+
export declare var XksProxyUriUnreachableException$: StaticErrorSchema;
|
|
53
|
+
export declare var XksProxyVpcEndpointServiceInUseException$: StaticErrorSchema;
|
|
54
|
+
export declare var XksProxyVpcEndpointServiceInvalidConfigurationException$: StaticErrorSchema;
|
|
55
|
+
export declare var XksProxyVpcEndpointServiceNotFoundException$: StaticErrorSchema;
|
|
56
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
57
|
+
export declare var AliasListEntry$: StaticStructureSchema;
|
|
58
|
+
export declare var CancelKeyDeletionRequest$: StaticStructureSchema;
|
|
59
|
+
export declare var CancelKeyDeletionResponse$: StaticStructureSchema;
|
|
16
60
|
export declare var ConnectCustomKeyStoreRequest$: StaticStructureSchema;
|
|
17
61
|
export declare var ConnectCustomKeyStoreResponse$: StaticStructureSchema;
|
|
18
62
|
export declare var CreateAliasRequest$: StaticStructureSchema;
|
|
@@ -22,10 +66,6 @@ export declare var CreateGrantRequest$: StaticStructureSchema;
|
|
|
22
66
|
export declare var CreateGrantResponse$: StaticStructureSchema;
|
|
23
67
|
export declare var CreateKeyRequest$: StaticStructureSchema;
|
|
24
68
|
export declare var CreateKeyResponse$: StaticStructureSchema;
|
|
25
|
-
export declare var CustomKeyStoreHasCMKsException$: StaticErrorSchema;
|
|
26
|
-
export declare var CustomKeyStoreInvalidStateException$: StaticErrorSchema;
|
|
27
|
-
export declare var CustomKeyStoreNameInUseException$: StaticErrorSchema;
|
|
28
|
-
export declare var CustomKeyStoreNotFoundException$: StaticErrorSchema;
|
|
29
69
|
export declare var CustomKeyStoresListEntry$: StaticStructureSchema;
|
|
30
70
|
export declare var DecryptRequest$: StaticStructureSchema;
|
|
31
71
|
export declare var DecryptResponse$: StaticStructureSchema;
|
|
@@ -34,24 +74,20 @@ export declare var DeleteCustomKeyStoreRequest$: StaticStructureSchema;
|
|
|
34
74
|
export declare var DeleteCustomKeyStoreResponse$: StaticStructureSchema;
|
|
35
75
|
export declare var DeleteImportedKeyMaterialRequest$: StaticStructureSchema;
|
|
36
76
|
export declare var DeleteImportedKeyMaterialResponse$: StaticStructureSchema;
|
|
37
|
-
export declare var DependencyTimeoutException$: StaticErrorSchema;
|
|
38
77
|
export declare var DeriveSharedSecretRequest$: StaticStructureSchema;
|
|
39
78
|
export declare var DeriveSharedSecretResponse$: StaticStructureSchema;
|
|
40
79
|
export declare var DescribeCustomKeyStoresRequest$: StaticStructureSchema;
|
|
41
80
|
export declare var DescribeCustomKeyStoresResponse$: StaticStructureSchema;
|
|
42
81
|
export declare var DescribeKeyRequest$: StaticStructureSchema;
|
|
43
82
|
export declare var DescribeKeyResponse$: StaticStructureSchema;
|
|
44
|
-
export declare var DisabledException$: StaticErrorSchema;
|
|
45
83
|
export declare var DisableKeyRequest$: StaticStructureSchema;
|
|
46
84
|
export declare var DisableKeyRotationRequest$: StaticStructureSchema;
|
|
47
85
|
export declare var DisconnectCustomKeyStoreRequest$: StaticStructureSchema;
|
|
48
86
|
export declare var DisconnectCustomKeyStoreResponse$: StaticStructureSchema;
|
|
49
|
-
export declare var DryRunOperationException$: StaticErrorSchema;
|
|
50
87
|
export declare var EnableKeyRequest$: StaticStructureSchema;
|
|
51
88
|
export declare var EnableKeyRotationRequest$: StaticStructureSchema;
|
|
52
89
|
export declare var EncryptRequest$: StaticStructureSchema;
|
|
53
90
|
export declare var EncryptResponse$: StaticStructureSchema;
|
|
54
|
-
export declare var ExpiredImportTokenException$: StaticErrorSchema;
|
|
55
91
|
export declare var GenerateDataKeyPairRequest$: StaticStructureSchema;
|
|
56
92
|
export declare var GenerateDataKeyPairResponse$: StaticStructureSchema;
|
|
57
93
|
export declare var GenerateDataKeyPairWithoutPlaintextRequest$: StaticStructureSchema;
|
|
@@ -76,25 +112,8 @@ export declare var GrantConstraints$: StaticStructureSchema;
|
|
|
76
112
|
export declare var GrantListEntry$: StaticStructureSchema;
|
|
77
113
|
export declare var ImportKeyMaterialRequest$: StaticStructureSchema;
|
|
78
114
|
export declare var ImportKeyMaterialResponse$: StaticStructureSchema;
|
|
79
|
-
export declare var IncorrectKeyException$: StaticErrorSchema;
|
|
80
|
-
export declare var IncorrectKeyMaterialException$: StaticErrorSchema;
|
|
81
|
-
export declare var IncorrectTrustAnchorException$: StaticErrorSchema;
|
|
82
|
-
export declare var InvalidAliasNameException$: StaticErrorSchema;
|
|
83
|
-
export declare var InvalidArnException$: StaticErrorSchema;
|
|
84
|
-
export declare var InvalidCiphertextException$: StaticErrorSchema;
|
|
85
|
-
export declare var InvalidGrantIdException$: StaticErrorSchema;
|
|
86
|
-
export declare var InvalidGrantTokenException$: StaticErrorSchema;
|
|
87
|
-
export declare var InvalidImportTokenException$: StaticErrorSchema;
|
|
88
|
-
export declare var InvalidKeyUsageException$: StaticErrorSchema;
|
|
89
|
-
export declare var InvalidMarkerException$: StaticErrorSchema;
|
|
90
115
|
export declare var KeyListEntry$: StaticStructureSchema;
|
|
91
116
|
export declare var KeyMetadata$: StaticStructureSchema;
|
|
92
|
-
export declare var KeyUnavailableException$: StaticErrorSchema;
|
|
93
|
-
export declare var KMSInternalException$: StaticErrorSchema;
|
|
94
|
-
export declare var KMSInvalidMacException$: StaticErrorSchema;
|
|
95
|
-
export declare var KMSInvalidSignatureException$: StaticErrorSchema;
|
|
96
|
-
export declare var KMSInvalidStateException$: StaticErrorSchema;
|
|
97
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
98
117
|
export declare var ListAliasesRequest$: StaticStructureSchema;
|
|
99
118
|
export declare var ListAliasesResponse$: StaticStructureSchema;
|
|
100
119
|
export declare var ListGrantsRequest$: StaticStructureSchema;
|
|
@@ -108,10 +127,8 @@ export declare var ListKeysResponse$: StaticStructureSchema;
|
|
|
108
127
|
export declare var ListResourceTagsRequest$: StaticStructureSchema;
|
|
109
128
|
export declare var ListResourceTagsResponse$: StaticStructureSchema;
|
|
110
129
|
export declare var ListRetirableGrantsRequest$: StaticStructureSchema;
|
|
111
|
-
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
112
130
|
export declare var MultiRegionConfiguration$: StaticStructureSchema;
|
|
113
131
|
export declare var MultiRegionKey$: StaticStructureSchema;
|
|
114
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
115
132
|
export declare var PutKeyPolicyRequest$: StaticStructureSchema;
|
|
116
133
|
export declare var RecipientInfo$: StaticStructureSchema;
|
|
117
134
|
export declare var ReEncryptRequest$: StaticStructureSchema;
|
|
@@ -128,9 +145,7 @@ export declare var ScheduleKeyDeletionResponse$: StaticStructureSchema;
|
|
|
128
145
|
export declare var SignRequest$: StaticStructureSchema;
|
|
129
146
|
export declare var SignResponse$: StaticStructureSchema;
|
|
130
147
|
export declare var Tag$: StaticStructureSchema;
|
|
131
|
-
export declare var TagException$: StaticErrorSchema;
|
|
132
148
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
133
|
-
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
134
149
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
135
150
|
export declare var UpdateAliasRequest$: StaticStructureSchema;
|
|
136
151
|
export declare var UpdateCustomKeyStoreRequest$: StaticStructureSchema;
|
|
@@ -141,22 +156,9 @@ export declare var VerifyMacRequest$: StaticStructureSchema;
|
|
|
141
156
|
export declare var VerifyMacResponse$: StaticStructureSchema;
|
|
142
157
|
export declare var VerifyRequest$: StaticStructureSchema;
|
|
143
158
|
export declare var VerifyResponse$: StaticStructureSchema;
|
|
144
|
-
export declare var XksKeyAlreadyInUseException$: StaticErrorSchema;
|
|
145
159
|
export declare var XksKeyConfigurationType$: StaticStructureSchema;
|
|
146
|
-
export declare var XksKeyInvalidConfigurationException$: StaticErrorSchema;
|
|
147
|
-
export declare var XksKeyNotFoundException$: StaticErrorSchema;
|
|
148
160
|
export declare var XksProxyAuthenticationCredentialType$: StaticStructureSchema;
|
|
149
161
|
export declare var XksProxyConfigurationType$: StaticStructureSchema;
|
|
150
|
-
export declare var XksProxyIncorrectAuthenticationCredentialException$: StaticErrorSchema;
|
|
151
|
-
export declare var XksProxyInvalidConfigurationException$: StaticErrorSchema;
|
|
152
|
-
export declare var XksProxyInvalidResponseException$: StaticErrorSchema;
|
|
153
|
-
export declare var XksProxyUriEndpointInUseException$: StaticErrorSchema;
|
|
154
|
-
export declare var XksProxyUriInUseException$: StaticErrorSchema;
|
|
155
|
-
export declare var XksProxyUriUnreachableException$: StaticErrorSchema;
|
|
156
|
-
export declare var XksProxyVpcEndpointServiceInUseException$: StaticErrorSchema;
|
|
157
|
-
export declare var XksProxyVpcEndpointServiceInvalidConfigurationException$: StaticErrorSchema;
|
|
158
|
-
export declare var XksProxyVpcEndpointServiceNotFoundException$: StaticErrorSchema;
|
|
159
|
-
export declare var KMSServiceException$: StaticErrorSchema;
|
|
160
162
|
export declare var CancelKeyDeletion$: StaticOperationSchema;
|
|
161
163
|
export declare var ConnectCustomKeyStore$: StaticOperationSchema;
|
|
162
164
|
export declare var CreateAlias$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-kms",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.9",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.23.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
|
-
"@smithy/node-http-handler": "^4.4.
|
|
48
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.11.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|