@aws-sdk/client-kms 3.1019.0 → 3.1021.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-es/KMS.js +12 -12
- package/dist-types/KMS.d.ts +53 -53
- package/dist-types/KMSClient.d.ts +56 -56
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/DescribeCustomKeyStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGrantsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListKeyPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListKeyRotationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListKeysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourceTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRetirableGrantsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/KMSClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +14 -14
package/dist-es/KMS.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { CancelKeyDeletionCommand, } from "./commands/CancelKeyDeletionCommand";
|
|
3
3
|
import { ConnectCustomKeyStoreCommand, } from "./commands/ConnectCustomKeyStoreCommand";
|
|
4
|
-
import { CreateAliasCommand } from "./commands/CreateAliasCommand";
|
|
4
|
+
import { CreateAliasCommand, } from "./commands/CreateAliasCommand";
|
|
5
5
|
import { CreateCustomKeyStoreCommand, } from "./commands/CreateCustomKeyStoreCommand";
|
|
6
|
-
import { CreateGrantCommand } from "./commands/CreateGrantCommand";
|
|
6
|
+
import { CreateGrantCommand, } from "./commands/CreateGrantCommand";
|
|
7
7
|
import { CreateKeyCommand } from "./commands/CreateKeyCommand";
|
|
8
8
|
import { DecryptCommand } from "./commands/DecryptCommand";
|
|
9
|
-
import { DeleteAliasCommand } from "./commands/DeleteAliasCommand";
|
|
9
|
+
import { DeleteAliasCommand, } from "./commands/DeleteAliasCommand";
|
|
10
10
|
import { DeleteCustomKeyStoreCommand, } from "./commands/DeleteCustomKeyStoreCommand";
|
|
11
11
|
import { DeleteImportedKeyMaterialCommand, } from "./commands/DeleteImportedKeyMaterialCommand";
|
|
12
12
|
import { DeriveSharedSecretCommand, } from "./commands/DeriveSharedSecretCommand";
|
|
13
13
|
import { DescribeCustomKeyStoresCommand, } from "./commands/DescribeCustomKeyStoresCommand";
|
|
14
|
-
import { DescribeKeyCommand } from "./commands/DescribeKeyCommand";
|
|
15
|
-
import { DisableKeyCommand } from "./commands/DisableKeyCommand";
|
|
14
|
+
import { DescribeKeyCommand, } from "./commands/DescribeKeyCommand";
|
|
15
|
+
import { DisableKeyCommand, } from "./commands/DisableKeyCommand";
|
|
16
16
|
import { DisableKeyRotationCommand, } from "./commands/DisableKeyRotationCommand";
|
|
17
17
|
import { DisconnectCustomKeyStoreCommand, } from "./commands/DisconnectCustomKeyStoreCommand";
|
|
18
18
|
import { EnableKeyCommand } from "./commands/EnableKeyCommand";
|
|
@@ -22,15 +22,15 @@ import { GenerateDataKeyCommand, } from "./commands/GenerateDataKeyCommand";
|
|
|
22
22
|
import { GenerateDataKeyPairCommand, } from "./commands/GenerateDataKeyPairCommand";
|
|
23
23
|
import { GenerateDataKeyPairWithoutPlaintextCommand, } from "./commands/GenerateDataKeyPairWithoutPlaintextCommand";
|
|
24
24
|
import { GenerateDataKeyWithoutPlaintextCommand, } from "./commands/GenerateDataKeyWithoutPlaintextCommand";
|
|
25
|
-
import { GenerateMacCommand } from "./commands/GenerateMacCommand";
|
|
25
|
+
import { GenerateMacCommand, } from "./commands/GenerateMacCommand";
|
|
26
26
|
import { GenerateRandomCommand, } from "./commands/GenerateRandomCommand";
|
|
27
27
|
import { GetKeyPolicyCommand, } from "./commands/GetKeyPolicyCommand";
|
|
28
28
|
import { GetKeyRotationStatusCommand, } from "./commands/GetKeyRotationStatusCommand";
|
|
29
29
|
import { GetParametersForImportCommand, } from "./commands/GetParametersForImportCommand";
|
|
30
30
|
import { GetPublicKeyCommand, } from "./commands/GetPublicKeyCommand";
|
|
31
31
|
import { ImportKeyMaterialCommand, } from "./commands/ImportKeyMaterialCommand";
|
|
32
|
-
import { ListAliasesCommand } from "./commands/ListAliasesCommand";
|
|
33
|
-
import { ListGrantsCommand } from "./commands/ListGrantsCommand";
|
|
32
|
+
import { ListAliasesCommand, } from "./commands/ListAliasesCommand";
|
|
33
|
+
import { ListGrantsCommand, } from "./commands/ListGrantsCommand";
|
|
34
34
|
import { ListKeyPoliciesCommand, } from "./commands/ListKeyPoliciesCommand";
|
|
35
35
|
import { ListKeyRotationsCommand, } from "./commands/ListKeyRotationsCommand";
|
|
36
36
|
import { ListKeysCommand } from "./commands/ListKeysCommand";
|
|
@@ -39,14 +39,14 @@ import { ListRetirableGrantsCommand, } from "./commands/ListRetirableGrantsComma
|
|
|
39
39
|
import { PutKeyPolicyCommand, } from "./commands/PutKeyPolicyCommand";
|
|
40
40
|
import { ReEncryptCommand } from "./commands/ReEncryptCommand";
|
|
41
41
|
import { ReplicateKeyCommand, } from "./commands/ReplicateKeyCommand";
|
|
42
|
-
import { RetireGrantCommand } from "./commands/RetireGrantCommand";
|
|
43
|
-
import { RevokeGrantCommand } from "./commands/RevokeGrantCommand";
|
|
42
|
+
import { RetireGrantCommand, } from "./commands/RetireGrantCommand";
|
|
43
|
+
import { RevokeGrantCommand, } from "./commands/RevokeGrantCommand";
|
|
44
44
|
import { RotateKeyOnDemandCommand, } from "./commands/RotateKeyOnDemandCommand";
|
|
45
45
|
import { ScheduleKeyDeletionCommand, } from "./commands/ScheduleKeyDeletionCommand";
|
|
46
46
|
import { SignCommand } from "./commands/SignCommand";
|
|
47
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
47
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
48
48
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
49
|
-
import { UpdateAliasCommand } from "./commands/UpdateAliasCommand";
|
|
49
|
+
import { UpdateAliasCommand, } from "./commands/UpdateAliasCommand";
|
|
50
50
|
import { UpdateCustomKeyStoreCommand, } from "./commands/UpdateCustomKeyStoreCommand";
|
|
51
51
|
import { UpdateKeyDescriptionCommand, } from "./commands/UpdateKeyDescriptionCommand";
|
|
52
52
|
import { UpdatePrimaryRegionCommand, } from "./commands/UpdatePrimaryRegionCommand";
|
package/dist-types/KMS.d.ts
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { CancelKeyDeletionCommandInput, CancelKeyDeletionCommandOutput } from "./commands/CancelKeyDeletionCommand";
|
|
3
|
-
import { ConnectCustomKeyStoreCommandInput, ConnectCustomKeyStoreCommandOutput } from "./commands/ConnectCustomKeyStoreCommand";
|
|
4
|
-
import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
|
|
5
|
-
import { CreateCustomKeyStoreCommandInput, CreateCustomKeyStoreCommandOutput } from "./commands/CreateCustomKeyStoreCommand";
|
|
6
|
-
import { CreateGrantCommandInput, CreateGrantCommandOutput } from "./commands/CreateGrantCommand";
|
|
7
|
-
import { CreateKeyCommandInput, CreateKeyCommandOutput } from "./commands/CreateKeyCommand";
|
|
8
|
-
import { DecryptCommandInput, DecryptCommandOutput } from "./commands/DecryptCommand";
|
|
9
|
-
import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "./commands/DeleteAliasCommand";
|
|
10
|
-
import { DeleteCustomKeyStoreCommandInput, DeleteCustomKeyStoreCommandOutput } from "./commands/DeleteCustomKeyStoreCommand";
|
|
11
|
-
import { DeleteImportedKeyMaterialCommandInput, DeleteImportedKeyMaterialCommandOutput } from "./commands/DeleteImportedKeyMaterialCommand";
|
|
12
|
-
import { DeriveSharedSecretCommandInput, DeriveSharedSecretCommandOutput } from "./commands/DeriveSharedSecretCommand";
|
|
13
|
-
import { DescribeCustomKeyStoresCommandInput, DescribeCustomKeyStoresCommandOutput } from "./commands/DescribeCustomKeyStoresCommand";
|
|
14
|
-
import { DescribeKeyCommandInput, DescribeKeyCommandOutput } from "./commands/DescribeKeyCommand";
|
|
15
|
-
import { DisableKeyCommandInput, DisableKeyCommandOutput } from "./commands/DisableKeyCommand";
|
|
16
|
-
import { DisableKeyRotationCommandInput, DisableKeyRotationCommandOutput } from "./commands/DisableKeyRotationCommand";
|
|
17
|
-
import { DisconnectCustomKeyStoreCommandInput, DisconnectCustomKeyStoreCommandOutput } from "./commands/DisconnectCustomKeyStoreCommand";
|
|
18
|
-
import { EnableKeyCommandInput, EnableKeyCommandOutput } from "./commands/EnableKeyCommand";
|
|
19
|
-
import { EnableKeyRotationCommandInput, EnableKeyRotationCommandOutput } from "./commands/EnableKeyRotationCommand";
|
|
20
|
-
import { EncryptCommandInput, EncryptCommandOutput } from "./commands/EncryptCommand";
|
|
21
|
-
import { GenerateDataKeyCommandInput, GenerateDataKeyCommandOutput } from "./commands/GenerateDataKeyCommand";
|
|
22
|
-
import { GenerateDataKeyPairCommandInput, GenerateDataKeyPairCommandOutput } from "./commands/GenerateDataKeyPairCommand";
|
|
23
|
-
import { GenerateDataKeyPairWithoutPlaintextCommandInput, GenerateDataKeyPairWithoutPlaintextCommandOutput } from "./commands/GenerateDataKeyPairWithoutPlaintextCommand";
|
|
24
|
-
import { GenerateDataKeyWithoutPlaintextCommandInput, GenerateDataKeyWithoutPlaintextCommandOutput } from "./commands/GenerateDataKeyWithoutPlaintextCommand";
|
|
25
|
-
import { GenerateMacCommandInput, GenerateMacCommandOutput } from "./commands/GenerateMacCommand";
|
|
26
|
-
import { GenerateRandomCommandInput, GenerateRandomCommandOutput } from "./commands/GenerateRandomCommand";
|
|
27
|
-
import { GetKeyPolicyCommandInput, GetKeyPolicyCommandOutput } from "./commands/GetKeyPolicyCommand";
|
|
28
|
-
import { GetKeyRotationStatusCommandInput, GetKeyRotationStatusCommandOutput } from "./commands/GetKeyRotationStatusCommand";
|
|
29
|
-
import { GetParametersForImportCommandInput, GetParametersForImportCommandOutput } from "./commands/GetParametersForImportCommand";
|
|
30
|
-
import { GetPublicKeyCommandInput, GetPublicKeyCommandOutput } from "./commands/GetPublicKeyCommand";
|
|
31
|
-
import { ImportKeyMaterialCommandInput, ImportKeyMaterialCommandOutput } from "./commands/ImportKeyMaterialCommand";
|
|
32
|
-
import { ListAliasesCommandInput, ListAliasesCommandOutput } from "./commands/ListAliasesCommand";
|
|
33
|
-
import { ListGrantsCommandInput, ListGrantsCommandOutput } from "./commands/ListGrantsCommand";
|
|
34
|
-
import { ListKeyPoliciesCommandInput, ListKeyPoliciesCommandOutput } from "./commands/ListKeyPoliciesCommand";
|
|
35
|
-
import { ListKeyRotationsCommandInput, ListKeyRotationsCommandOutput } from "./commands/ListKeyRotationsCommand";
|
|
36
|
-
import { ListKeysCommandInput, ListKeysCommandOutput } from "./commands/ListKeysCommand";
|
|
37
|
-
import { ListResourceTagsCommandInput, ListResourceTagsCommandOutput } from "./commands/ListResourceTagsCommand";
|
|
38
|
-
import { ListRetirableGrantsCommandInput, ListRetirableGrantsCommandOutput } from "./commands/ListRetirableGrantsCommand";
|
|
39
|
-
import { PutKeyPolicyCommandInput, PutKeyPolicyCommandOutput } from "./commands/PutKeyPolicyCommand";
|
|
40
|
-
import { ReEncryptCommandInput, ReEncryptCommandOutput } from "./commands/ReEncryptCommand";
|
|
41
|
-
import { ReplicateKeyCommandInput, ReplicateKeyCommandOutput } from "./commands/ReplicateKeyCommand";
|
|
42
|
-
import { RetireGrantCommandInput, RetireGrantCommandOutput } from "./commands/RetireGrantCommand";
|
|
43
|
-
import { RevokeGrantCommandInput, RevokeGrantCommandOutput } from "./commands/RevokeGrantCommand";
|
|
44
|
-
import { RotateKeyOnDemandCommandInput, RotateKeyOnDemandCommandOutput } from "./commands/RotateKeyOnDemandCommand";
|
|
45
|
-
import { ScheduleKeyDeletionCommandInput, ScheduleKeyDeletionCommandOutput } from "./commands/ScheduleKeyDeletionCommand";
|
|
46
|
-
import { SignCommandInput, SignCommandOutput } from "./commands/SignCommand";
|
|
47
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
48
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
49
|
-
import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "./commands/UpdateAliasCommand";
|
|
50
|
-
import { UpdateCustomKeyStoreCommandInput, UpdateCustomKeyStoreCommandOutput } from "./commands/UpdateCustomKeyStoreCommand";
|
|
51
|
-
import { UpdateKeyDescriptionCommandInput, UpdateKeyDescriptionCommandOutput } from "./commands/UpdateKeyDescriptionCommand";
|
|
52
|
-
import { UpdatePrimaryRegionCommandInput, UpdatePrimaryRegionCommandOutput } from "./commands/UpdatePrimaryRegionCommand";
|
|
53
|
-
import { VerifyCommandInput, VerifyCommandOutput } from "./commands/VerifyCommand";
|
|
54
|
-
import { VerifyMacCommandInput, VerifyMacCommandOutput } from "./commands/VerifyMacCommand";
|
|
2
|
+
import { type CancelKeyDeletionCommandInput, type CancelKeyDeletionCommandOutput } from "./commands/CancelKeyDeletionCommand";
|
|
3
|
+
import { type ConnectCustomKeyStoreCommandInput, type ConnectCustomKeyStoreCommandOutput } from "./commands/ConnectCustomKeyStoreCommand";
|
|
4
|
+
import { type CreateAliasCommandInput, type CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
|
|
5
|
+
import { type CreateCustomKeyStoreCommandInput, type CreateCustomKeyStoreCommandOutput } from "./commands/CreateCustomKeyStoreCommand";
|
|
6
|
+
import { type CreateGrantCommandInput, type CreateGrantCommandOutput } from "./commands/CreateGrantCommand";
|
|
7
|
+
import { type CreateKeyCommandInput, type CreateKeyCommandOutput } from "./commands/CreateKeyCommand";
|
|
8
|
+
import { type DecryptCommandInput, type DecryptCommandOutput } from "./commands/DecryptCommand";
|
|
9
|
+
import { type DeleteAliasCommandInput, type DeleteAliasCommandOutput } from "./commands/DeleteAliasCommand";
|
|
10
|
+
import { type DeleteCustomKeyStoreCommandInput, type DeleteCustomKeyStoreCommandOutput } from "./commands/DeleteCustomKeyStoreCommand";
|
|
11
|
+
import { type DeleteImportedKeyMaterialCommandInput, type DeleteImportedKeyMaterialCommandOutput } from "./commands/DeleteImportedKeyMaterialCommand";
|
|
12
|
+
import { type DeriveSharedSecretCommandInput, type DeriveSharedSecretCommandOutput } from "./commands/DeriveSharedSecretCommand";
|
|
13
|
+
import { type DescribeCustomKeyStoresCommandInput, type DescribeCustomKeyStoresCommandOutput } from "./commands/DescribeCustomKeyStoresCommand";
|
|
14
|
+
import { type DescribeKeyCommandInput, type DescribeKeyCommandOutput } from "./commands/DescribeKeyCommand";
|
|
15
|
+
import { type DisableKeyCommandInput, type DisableKeyCommandOutput } from "./commands/DisableKeyCommand";
|
|
16
|
+
import { type DisableKeyRotationCommandInput, type DisableKeyRotationCommandOutput } from "./commands/DisableKeyRotationCommand";
|
|
17
|
+
import { type DisconnectCustomKeyStoreCommandInput, type DisconnectCustomKeyStoreCommandOutput } from "./commands/DisconnectCustomKeyStoreCommand";
|
|
18
|
+
import { type EnableKeyCommandInput, type EnableKeyCommandOutput } from "./commands/EnableKeyCommand";
|
|
19
|
+
import { type EnableKeyRotationCommandInput, type EnableKeyRotationCommandOutput } from "./commands/EnableKeyRotationCommand";
|
|
20
|
+
import { type EncryptCommandInput, type EncryptCommandOutput } from "./commands/EncryptCommand";
|
|
21
|
+
import { type GenerateDataKeyCommandInput, type GenerateDataKeyCommandOutput } from "./commands/GenerateDataKeyCommand";
|
|
22
|
+
import { type GenerateDataKeyPairCommandInput, type GenerateDataKeyPairCommandOutput } from "./commands/GenerateDataKeyPairCommand";
|
|
23
|
+
import { type GenerateDataKeyPairWithoutPlaintextCommandInput, type GenerateDataKeyPairWithoutPlaintextCommandOutput } from "./commands/GenerateDataKeyPairWithoutPlaintextCommand";
|
|
24
|
+
import { type GenerateDataKeyWithoutPlaintextCommandInput, type GenerateDataKeyWithoutPlaintextCommandOutput } from "./commands/GenerateDataKeyWithoutPlaintextCommand";
|
|
25
|
+
import { type GenerateMacCommandInput, type GenerateMacCommandOutput } from "./commands/GenerateMacCommand";
|
|
26
|
+
import { type GenerateRandomCommandInput, type GenerateRandomCommandOutput } from "./commands/GenerateRandomCommand";
|
|
27
|
+
import { type GetKeyPolicyCommandInput, type GetKeyPolicyCommandOutput } from "./commands/GetKeyPolicyCommand";
|
|
28
|
+
import { type GetKeyRotationStatusCommandInput, type GetKeyRotationStatusCommandOutput } from "./commands/GetKeyRotationStatusCommand";
|
|
29
|
+
import { type GetParametersForImportCommandInput, type GetParametersForImportCommandOutput } from "./commands/GetParametersForImportCommand";
|
|
30
|
+
import { type GetPublicKeyCommandInput, type GetPublicKeyCommandOutput } from "./commands/GetPublicKeyCommand";
|
|
31
|
+
import { type ImportKeyMaterialCommandInput, type ImportKeyMaterialCommandOutput } from "./commands/ImportKeyMaterialCommand";
|
|
32
|
+
import { type ListAliasesCommandInput, type ListAliasesCommandOutput } from "./commands/ListAliasesCommand";
|
|
33
|
+
import { type ListGrantsCommandInput, type ListGrantsCommandOutput } from "./commands/ListGrantsCommand";
|
|
34
|
+
import { type ListKeyPoliciesCommandInput, type ListKeyPoliciesCommandOutput } from "./commands/ListKeyPoliciesCommand";
|
|
35
|
+
import { type ListKeyRotationsCommandInput, type ListKeyRotationsCommandOutput } from "./commands/ListKeyRotationsCommand";
|
|
36
|
+
import { type ListKeysCommandInput, type ListKeysCommandOutput } from "./commands/ListKeysCommand";
|
|
37
|
+
import { type ListResourceTagsCommandInput, type ListResourceTagsCommandOutput } from "./commands/ListResourceTagsCommand";
|
|
38
|
+
import { type ListRetirableGrantsCommandInput, type ListRetirableGrantsCommandOutput } from "./commands/ListRetirableGrantsCommand";
|
|
39
|
+
import { type PutKeyPolicyCommandInput, type PutKeyPolicyCommandOutput } from "./commands/PutKeyPolicyCommand";
|
|
40
|
+
import { type ReEncryptCommandInput, type ReEncryptCommandOutput } from "./commands/ReEncryptCommand";
|
|
41
|
+
import { type ReplicateKeyCommandInput, type ReplicateKeyCommandOutput } from "./commands/ReplicateKeyCommand";
|
|
42
|
+
import { type RetireGrantCommandInput, type RetireGrantCommandOutput } from "./commands/RetireGrantCommand";
|
|
43
|
+
import { type RevokeGrantCommandInput, type RevokeGrantCommandOutput } from "./commands/RevokeGrantCommand";
|
|
44
|
+
import { type RotateKeyOnDemandCommandInput, type RotateKeyOnDemandCommandOutput } from "./commands/RotateKeyOnDemandCommand";
|
|
45
|
+
import { type ScheduleKeyDeletionCommandInput, type ScheduleKeyDeletionCommandOutput } from "./commands/ScheduleKeyDeletionCommand";
|
|
46
|
+
import { type SignCommandInput, type SignCommandOutput } from "./commands/SignCommand";
|
|
47
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
48
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
49
|
+
import { type UpdateAliasCommandInput, type UpdateAliasCommandOutput } from "./commands/UpdateAliasCommand";
|
|
50
|
+
import { type UpdateCustomKeyStoreCommandInput, type UpdateCustomKeyStoreCommandOutput } from "./commands/UpdateCustomKeyStoreCommand";
|
|
51
|
+
import { type UpdateKeyDescriptionCommandInput, type UpdateKeyDescriptionCommandOutput } from "./commands/UpdateKeyDescriptionCommand";
|
|
52
|
+
import { type UpdatePrimaryRegionCommandInput, type UpdatePrimaryRegionCommandOutput } from "./commands/UpdatePrimaryRegionCommand";
|
|
53
|
+
import { type VerifyCommandInput, type VerifyCommandOutput } from "./commands/VerifyCommand";
|
|
54
|
+
import { type VerifyMacCommandInput, type VerifyMacCommandOutput } from "./commands/VerifyMacCommand";
|
|
55
55
|
import { KMSClient } from "./KMSClient";
|
|
56
56
|
export interface KMS {
|
|
57
57
|
/**
|
|
@@ -5,62 +5,62 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { CancelKeyDeletionCommandInput, CancelKeyDeletionCommandOutput } from "./commands/CancelKeyDeletionCommand";
|
|
11
|
-
import { ConnectCustomKeyStoreCommandInput, ConnectCustomKeyStoreCommandOutput } from "./commands/ConnectCustomKeyStoreCommand";
|
|
12
|
-
import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
|
|
13
|
-
import { CreateCustomKeyStoreCommandInput, CreateCustomKeyStoreCommandOutput } from "./commands/CreateCustomKeyStoreCommand";
|
|
14
|
-
import { CreateGrantCommandInput, CreateGrantCommandOutput } from "./commands/CreateGrantCommand";
|
|
15
|
-
import { CreateKeyCommandInput, CreateKeyCommandOutput } from "./commands/CreateKeyCommand";
|
|
16
|
-
import { DecryptCommandInput, DecryptCommandOutput } from "./commands/DecryptCommand";
|
|
17
|
-
import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "./commands/DeleteAliasCommand";
|
|
18
|
-
import { DeleteCustomKeyStoreCommandInput, DeleteCustomKeyStoreCommandOutput } from "./commands/DeleteCustomKeyStoreCommand";
|
|
19
|
-
import { DeleteImportedKeyMaterialCommandInput, DeleteImportedKeyMaterialCommandOutput } from "./commands/DeleteImportedKeyMaterialCommand";
|
|
20
|
-
import { DeriveSharedSecretCommandInput, DeriveSharedSecretCommandOutput } from "./commands/DeriveSharedSecretCommand";
|
|
21
|
-
import { DescribeCustomKeyStoresCommandInput, DescribeCustomKeyStoresCommandOutput } from "./commands/DescribeCustomKeyStoresCommand";
|
|
22
|
-
import { DescribeKeyCommandInput, DescribeKeyCommandOutput } from "./commands/DescribeKeyCommand";
|
|
23
|
-
import { DisableKeyCommandInput, DisableKeyCommandOutput } from "./commands/DisableKeyCommand";
|
|
24
|
-
import { DisableKeyRotationCommandInput, DisableKeyRotationCommandOutput } from "./commands/DisableKeyRotationCommand";
|
|
25
|
-
import { DisconnectCustomKeyStoreCommandInput, DisconnectCustomKeyStoreCommandOutput } from "./commands/DisconnectCustomKeyStoreCommand";
|
|
26
|
-
import { EnableKeyCommandInput, EnableKeyCommandOutput } from "./commands/EnableKeyCommand";
|
|
27
|
-
import { EnableKeyRotationCommandInput, EnableKeyRotationCommandOutput } from "./commands/EnableKeyRotationCommand";
|
|
28
|
-
import { EncryptCommandInput, EncryptCommandOutput } from "./commands/EncryptCommand";
|
|
29
|
-
import { GenerateDataKeyCommandInput, GenerateDataKeyCommandOutput } from "./commands/GenerateDataKeyCommand";
|
|
30
|
-
import { GenerateDataKeyPairCommandInput, GenerateDataKeyPairCommandOutput } from "./commands/GenerateDataKeyPairCommand";
|
|
31
|
-
import { GenerateDataKeyPairWithoutPlaintextCommandInput, GenerateDataKeyPairWithoutPlaintextCommandOutput } from "./commands/GenerateDataKeyPairWithoutPlaintextCommand";
|
|
32
|
-
import { GenerateDataKeyWithoutPlaintextCommandInput, GenerateDataKeyWithoutPlaintextCommandOutput } from "./commands/GenerateDataKeyWithoutPlaintextCommand";
|
|
33
|
-
import { GenerateMacCommandInput, GenerateMacCommandOutput } from "./commands/GenerateMacCommand";
|
|
34
|
-
import { GenerateRandomCommandInput, GenerateRandomCommandOutput } from "./commands/GenerateRandomCommand";
|
|
35
|
-
import { GetKeyPolicyCommandInput, GetKeyPolicyCommandOutput } from "./commands/GetKeyPolicyCommand";
|
|
36
|
-
import { GetKeyRotationStatusCommandInput, GetKeyRotationStatusCommandOutput } from "./commands/GetKeyRotationStatusCommand";
|
|
37
|
-
import { GetParametersForImportCommandInput, GetParametersForImportCommandOutput } from "./commands/GetParametersForImportCommand";
|
|
38
|
-
import { GetPublicKeyCommandInput, GetPublicKeyCommandOutput } from "./commands/GetPublicKeyCommand";
|
|
39
|
-
import { ImportKeyMaterialCommandInput, ImportKeyMaterialCommandOutput } from "./commands/ImportKeyMaterialCommand";
|
|
40
|
-
import { ListAliasesCommandInput, ListAliasesCommandOutput } from "./commands/ListAliasesCommand";
|
|
41
|
-
import { ListGrantsCommandInput, ListGrantsCommandOutput } from "./commands/ListGrantsCommand";
|
|
42
|
-
import { ListKeyPoliciesCommandInput, ListKeyPoliciesCommandOutput } from "./commands/ListKeyPoliciesCommand";
|
|
43
|
-
import { ListKeyRotationsCommandInput, ListKeyRotationsCommandOutput } from "./commands/ListKeyRotationsCommand";
|
|
44
|
-
import { ListKeysCommandInput, ListKeysCommandOutput } from "./commands/ListKeysCommand";
|
|
45
|
-
import { ListResourceTagsCommandInput, ListResourceTagsCommandOutput } from "./commands/ListResourceTagsCommand";
|
|
46
|
-
import { ListRetirableGrantsCommandInput, ListRetirableGrantsCommandOutput } from "./commands/ListRetirableGrantsCommand";
|
|
47
|
-
import { PutKeyPolicyCommandInput, PutKeyPolicyCommandOutput } from "./commands/PutKeyPolicyCommand";
|
|
48
|
-
import { ReEncryptCommandInput, ReEncryptCommandOutput } from "./commands/ReEncryptCommand";
|
|
49
|
-
import { ReplicateKeyCommandInput, ReplicateKeyCommandOutput } from "./commands/ReplicateKeyCommand";
|
|
50
|
-
import { RetireGrantCommandInput, RetireGrantCommandOutput } from "./commands/RetireGrantCommand";
|
|
51
|
-
import { RevokeGrantCommandInput, RevokeGrantCommandOutput } from "./commands/RevokeGrantCommand";
|
|
52
|
-
import { RotateKeyOnDemandCommandInput, RotateKeyOnDemandCommandOutput } from "./commands/RotateKeyOnDemandCommand";
|
|
53
|
-
import { ScheduleKeyDeletionCommandInput, ScheduleKeyDeletionCommandOutput } from "./commands/ScheduleKeyDeletionCommand";
|
|
54
|
-
import { SignCommandInput, SignCommandOutput } from "./commands/SignCommand";
|
|
55
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
56
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
57
|
-
import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "./commands/UpdateAliasCommand";
|
|
58
|
-
import { UpdateCustomKeyStoreCommandInput, UpdateCustomKeyStoreCommandOutput } from "./commands/UpdateCustomKeyStoreCommand";
|
|
59
|
-
import { UpdateKeyDescriptionCommandInput, UpdateKeyDescriptionCommandOutput } from "./commands/UpdateKeyDescriptionCommand";
|
|
60
|
-
import { UpdatePrimaryRegionCommandInput, UpdatePrimaryRegionCommandOutput } from "./commands/UpdatePrimaryRegionCommand";
|
|
61
|
-
import { VerifyCommandInput, VerifyCommandOutput } from "./commands/VerifyCommand";
|
|
62
|
-
import { VerifyMacCommandInput, VerifyMacCommandOutput } from "./commands/VerifyMacCommand";
|
|
63
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { CancelKeyDeletionCommandInput, CancelKeyDeletionCommandOutput } from "./commands/CancelKeyDeletionCommand";
|
|
11
|
+
import type { ConnectCustomKeyStoreCommandInput, ConnectCustomKeyStoreCommandOutput } from "./commands/ConnectCustomKeyStoreCommand";
|
|
12
|
+
import type { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
|
|
13
|
+
import type { CreateCustomKeyStoreCommandInput, CreateCustomKeyStoreCommandOutput } from "./commands/CreateCustomKeyStoreCommand";
|
|
14
|
+
import type { CreateGrantCommandInput, CreateGrantCommandOutput } from "./commands/CreateGrantCommand";
|
|
15
|
+
import type { CreateKeyCommandInput, CreateKeyCommandOutput } from "./commands/CreateKeyCommand";
|
|
16
|
+
import type { DecryptCommandInput, DecryptCommandOutput } from "./commands/DecryptCommand";
|
|
17
|
+
import type { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "./commands/DeleteAliasCommand";
|
|
18
|
+
import type { DeleteCustomKeyStoreCommandInput, DeleteCustomKeyStoreCommandOutput } from "./commands/DeleteCustomKeyStoreCommand";
|
|
19
|
+
import type { DeleteImportedKeyMaterialCommandInput, DeleteImportedKeyMaterialCommandOutput } from "./commands/DeleteImportedKeyMaterialCommand";
|
|
20
|
+
import type { DeriveSharedSecretCommandInput, DeriveSharedSecretCommandOutput } from "./commands/DeriveSharedSecretCommand";
|
|
21
|
+
import type { DescribeCustomKeyStoresCommandInput, DescribeCustomKeyStoresCommandOutput } from "./commands/DescribeCustomKeyStoresCommand";
|
|
22
|
+
import type { DescribeKeyCommandInput, DescribeKeyCommandOutput } from "./commands/DescribeKeyCommand";
|
|
23
|
+
import type { DisableKeyCommandInput, DisableKeyCommandOutput } from "./commands/DisableKeyCommand";
|
|
24
|
+
import type { DisableKeyRotationCommandInput, DisableKeyRotationCommandOutput } from "./commands/DisableKeyRotationCommand";
|
|
25
|
+
import type { DisconnectCustomKeyStoreCommandInput, DisconnectCustomKeyStoreCommandOutput } from "./commands/DisconnectCustomKeyStoreCommand";
|
|
26
|
+
import type { EnableKeyCommandInput, EnableKeyCommandOutput } from "./commands/EnableKeyCommand";
|
|
27
|
+
import type { EnableKeyRotationCommandInput, EnableKeyRotationCommandOutput } from "./commands/EnableKeyRotationCommand";
|
|
28
|
+
import type { EncryptCommandInput, EncryptCommandOutput } from "./commands/EncryptCommand";
|
|
29
|
+
import type { GenerateDataKeyCommandInput, GenerateDataKeyCommandOutput } from "./commands/GenerateDataKeyCommand";
|
|
30
|
+
import type { GenerateDataKeyPairCommandInput, GenerateDataKeyPairCommandOutput } from "./commands/GenerateDataKeyPairCommand";
|
|
31
|
+
import type { GenerateDataKeyPairWithoutPlaintextCommandInput, GenerateDataKeyPairWithoutPlaintextCommandOutput } from "./commands/GenerateDataKeyPairWithoutPlaintextCommand";
|
|
32
|
+
import type { GenerateDataKeyWithoutPlaintextCommandInput, GenerateDataKeyWithoutPlaintextCommandOutput } from "./commands/GenerateDataKeyWithoutPlaintextCommand";
|
|
33
|
+
import type { GenerateMacCommandInput, GenerateMacCommandOutput } from "./commands/GenerateMacCommand";
|
|
34
|
+
import type { GenerateRandomCommandInput, GenerateRandomCommandOutput } from "./commands/GenerateRandomCommand";
|
|
35
|
+
import type { GetKeyPolicyCommandInput, GetKeyPolicyCommandOutput } from "./commands/GetKeyPolicyCommand";
|
|
36
|
+
import type { GetKeyRotationStatusCommandInput, GetKeyRotationStatusCommandOutput } from "./commands/GetKeyRotationStatusCommand";
|
|
37
|
+
import type { GetParametersForImportCommandInput, GetParametersForImportCommandOutput } from "./commands/GetParametersForImportCommand";
|
|
38
|
+
import type { GetPublicKeyCommandInput, GetPublicKeyCommandOutput } from "./commands/GetPublicKeyCommand";
|
|
39
|
+
import type { ImportKeyMaterialCommandInput, ImportKeyMaterialCommandOutput } from "./commands/ImportKeyMaterialCommand";
|
|
40
|
+
import type { ListAliasesCommandInput, ListAliasesCommandOutput } from "./commands/ListAliasesCommand";
|
|
41
|
+
import type { ListGrantsCommandInput, ListGrantsCommandOutput } from "./commands/ListGrantsCommand";
|
|
42
|
+
import type { ListKeyPoliciesCommandInput, ListKeyPoliciesCommandOutput } from "./commands/ListKeyPoliciesCommand";
|
|
43
|
+
import type { ListKeyRotationsCommandInput, ListKeyRotationsCommandOutput } from "./commands/ListKeyRotationsCommand";
|
|
44
|
+
import type { ListKeysCommandInput, ListKeysCommandOutput } from "./commands/ListKeysCommand";
|
|
45
|
+
import type { ListResourceTagsCommandInput, ListResourceTagsCommandOutput } from "./commands/ListResourceTagsCommand";
|
|
46
|
+
import type { ListRetirableGrantsCommandInput, ListRetirableGrantsCommandOutput } from "./commands/ListRetirableGrantsCommand";
|
|
47
|
+
import type { PutKeyPolicyCommandInput, PutKeyPolicyCommandOutput } from "./commands/PutKeyPolicyCommand";
|
|
48
|
+
import type { ReEncryptCommandInput, ReEncryptCommandOutput } from "./commands/ReEncryptCommand";
|
|
49
|
+
import type { ReplicateKeyCommandInput, ReplicateKeyCommandOutput } from "./commands/ReplicateKeyCommand";
|
|
50
|
+
import type { RetireGrantCommandInput, RetireGrantCommandOutput } from "./commands/RetireGrantCommand";
|
|
51
|
+
import type { RevokeGrantCommandInput, RevokeGrantCommandOutput } from "./commands/RevokeGrantCommand";
|
|
52
|
+
import type { RotateKeyOnDemandCommandInput, RotateKeyOnDemandCommandOutput } from "./commands/RotateKeyOnDemandCommand";
|
|
53
|
+
import type { ScheduleKeyDeletionCommandInput, ScheduleKeyDeletionCommandOutput } from "./commands/ScheduleKeyDeletionCommand";
|
|
54
|
+
import type { SignCommandInput, SignCommandOutput } from "./commands/SignCommand";
|
|
55
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
56
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
57
|
+
import type { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "./commands/UpdateAliasCommand";
|
|
58
|
+
import type { UpdateCustomKeyStoreCommandInput, UpdateCustomKeyStoreCommandOutput } from "./commands/UpdateCustomKeyStoreCommand";
|
|
59
|
+
import type { UpdateKeyDescriptionCommandInput, UpdateKeyDescriptionCommandOutput } from "./commands/UpdateKeyDescriptionCommand";
|
|
60
|
+
import type { UpdatePrimaryRegionCommandInput, UpdatePrimaryRegionCommandOutput } from "./commands/UpdatePrimaryRegionCommand";
|
|
61
|
+
import type { VerifyCommandInput, VerifyCommandOutput } from "./commands/VerifyCommand";
|
|
62
|
+
import type { VerifyMacCommandInput, VerifyMacCommandOutput } from "./commands/VerifyMacCommand";
|
|
63
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
64
64
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
65
65
|
export { __Client };
|
|
66
66
|
/**
|
|
@@ -169,7 +169,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
169
169
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
170
170
|
* @internal
|
|
171
171
|
*/
|
|
172
|
-
defaultUserAgentProvider?:
|
|
172
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
173
173
|
/**
|
|
174
174
|
* Default credentials provider; Not available in browser runtime.
|
|
175
175
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { KMSHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
*/
|
|
103
103
|
export * from "./KMSClient";
|
|
104
104
|
export * from "./KMS";
|
|
105
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
105
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
106
106
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
107
107
|
export type { KMSExtensionConfiguration } from "./extensionConfiguration";
|
|
108
108
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AlgorithmSpec, ConnectionErrorCodeType, ConnectionStateType, CustomerMasterKeySpec, CustomKeyStoreType, DataKeyPairSpec, DataKeySpec, DryRunModifierType, EncryptionAlgorithmSpec, ExpirationModelType, GrantOperation, ImportState, ImportType, IncludeKeyMaterial, KeyAgreementAlgorithmSpec, KeyEncryptionMechanism, KeyManagerType, KeyMaterialState, KeySpec, KeyState, KeyUsageType, MacAlgorithmSpec, MessageType, MultiRegionKeyType, OriginType, RotationType, SigningAlgorithmSpec, WrappingKeySpec, XksProxyConnectivityType } from "./enums";
|
|
1
|
+
import type { AlgorithmSpec, ConnectionErrorCodeType, ConnectionStateType, CustomerMasterKeySpec, CustomKeyStoreType, DataKeyPairSpec, DataKeySpec, DryRunModifierType, EncryptionAlgorithmSpec, ExpirationModelType, GrantOperation, ImportState, ImportType, IncludeKeyMaterial, KeyAgreementAlgorithmSpec, KeyEncryptionMechanism, KeyManagerType, KeyMaterialState, KeySpec, KeyState, KeyUsageType, MacAlgorithmSpec, MessageType, MultiRegionKeyType, OriginType, RotationType, SigningAlgorithmSpec, WrappingKeySpec, XksProxyConnectivityType } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Contains information about an alias.</p>
|
|
4
4
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeCustomKeyStoresCommandInput, DescribeCustomKeyStoresCommandOutput } from "../commands/DescribeCustomKeyStoresCommand";
|
|
3
|
-
import { KMSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KMSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
|
|
3
|
-
import { KMSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KMSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListGrantsCommandInput, ListGrantsCommandOutput } from "../commands/ListGrantsCommand";
|
|
3
|
-
import { KMSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KMSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListKeyPoliciesCommandInput, ListKeyPoliciesCommandOutput } from "../commands/ListKeyPoliciesCommand";
|
|
3
|
-
import { KMSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KMSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListKeyRotationsCommandInput, ListKeyRotationsCommandOutput } from "../commands/ListKeyRotationsCommand";
|
|
3
|
-
import { KMSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KMSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListKeysCommandInput, ListKeysCommandOutput } from "../commands/ListKeysCommand";
|
|
3
|
-
import { KMSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KMSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListResourceTagsCommandInput, ListResourceTagsCommandOutput } from "../commands/ListResourceTagsCommand";
|
|
3
|
-
import { KMSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KMSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRetirableGrantsCommandInput, ListRetirableGrantsCommandOutput } from "../commands/ListRetirableGrantsCommand";
|
|
3
|
-
import { KMSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KMSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -387,7 +386,7 @@ export interface ClientDefaults
|
|
|
387
386
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
388
387
|
region?: string | __Provider<string>;
|
|
389
388
|
profile?: string;
|
|
390
|
-
defaultUserAgentProvider?:
|
|
389
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
391
390
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
392
391
|
maxAttempts?: number | __Provider<number>;
|
|
393
392
|
retryMode?: string | __Provider<string>;
|
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.1021.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,41 +23,41 @@
|
|
|
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.26",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
33
33
|
"@aws-sdk/types": "^3.973.6",
|
|
34
34
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.13",
|
|
38
|
-
"@smithy/core": "^3.23.
|
|
38
|
+
"@smithy/core": "^3.23.13",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
40
40
|
"@smithy/hash-node": "^4.2.12",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
45
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
45
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.12",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.12",
|
|
48
|
-
"@smithy/node-http-handler": "^4.5.
|
|
48
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.12",
|
|
50
|
-
"@smithy/smithy-client": "^4.12.
|
|
50
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
51
51
|
"@smithy/types": "^4.13.1",
|
|
52
52
|
"@smithy/url-parser": "^4.2.12",
|
|
53
53
|
"@smithy/util-base64": "^4.3.2",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
58
58
|
"@smithy/util-endpoints": "^3.3.3",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.12",
|
|
60
|
-
"@smithy/util-retry": "^4.2.
|
|
60
|
+
"@smithy/util-retry": "^4.2.13",
|
|
61
61
|
"@smithy/util-utf8": "^4.2.2",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|