@aws-sdk/client-kms 3.590.0 → 3.596.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 +0 -52
- package/dist-types/commands/CancelKeyDeletionCommand.d.ts +2 -1
- package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/commands/CreateAliasCommand.d.ts +2 -1
- package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/commands/CreateGrantCommand.d.ts +2 -1
- package/dist-types/commands/CreateKeyCommand.d.ts +2 -1
- package/dist-types/commands/DecryptCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAliasCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +2 -1
- package/dist-types/commands/DescribeKeyCommand.d.ts +2 -1
- package/dist-types/commands/DisableKeyCommand.d.ts +2 -1
- package/dist-types/commands/DisableKeyRotationCommand.d.ts +2 -1
- package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/commands/EnableKeyCommand.d.ts +2 -1
- package/dist-types/commands/EnableKeyRotationCommand.d.ts +2 -1
- package/dist-types/commands/EncryptCommand.d.ts +2 -1
- package/dist-types/commands/GenerateDataKeyCommand.d.ts +2 -1
- package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +2 -1
- package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -1
- package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +2 -1
- package/dist-types/commands/GenerateMacCommand.d.ts +2 -1
- package/dist-types/commands/GenerateRandomCommand.d.ts +2 -1
- package/dist-types/commands/GetKeyPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetParametersForImportCommand.d.ts +2 -1
- package/dist-types/commands/GetPublicKeyCommand.d.ts +2 -1
- package/dist-types/commands/ImportKeyMaterialCommand.d.ts +2 -1
- package/dist-types/commands/ListAliasesCommand.d.ts +2 -1
- package/dist-types/commands/ListGrantsCommand.d.ts +2 -1
- package/dist-types/commands/ListKeyPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListKeyRotationsCommand.d.ts +2 -1
- package/dist-types/commands/ListKeysCommand.d.ts +2 -1
- package/dist-types/commands/ListResourceTagsCommand.d.ts +2 -1
- package/dist-types/commands/ListRetirableGrantsCommand.d.ts +2 -1
- package/dist-types/commands/PutKeyPolicyCommand.d.ts +2 -1
- package/dist-types/commands/ReEncryptCommand.d.ts +2 -1
- package/dist-types/commands/ReplicateKeyCommand.d.ts +2 -1
- package/dist-types/commands/RetireGrantCommand.d.ts +2 -1
- package/dist-types/commands/RevokeGrantCommand.d.ts +2 -1
- package/dist-types/commands/RotateKeyOnDemandCommand.d.ts +2 -1
- package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +2 -1
- package/dist-types/commands/SignCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAliasCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +2 -1
- package/dist-types/commands/VerifyCommand.d.ts +2 -1
- package/dist-types/commands/VerifyMacCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/KMSServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DecryptCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EncryptCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListKeyRotationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RotateKeyOnDemandCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SignCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/VerifyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/KMSServiceException.d.ts +2 -1
- package/package.json +6 -6
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KMSClient";
|
|
8
8
|
import { ListAliasesRequest, ListAliasesResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListAliasesCommandInput extends ListAliasesRequest {}
|
|
11
12
|
export interface ListAliasesCommandOutput
|
|
12
13
|
extends ListAliasesResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KMSClient";
|
|
8
8
|
import { ListGrantsRequest, ListGrantsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListGrantsCommandInput extends ListGrantsRequest {}
|
|
11
12
|
export interface ListGrantsCommandOutput
|
|
12
13
|
extends ListGrantsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListKeyPoliciesRequest,
|
|
10
10
|
ListKeyPoliciesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListKeyPoliciesCommandInput extends ListKeyPoliciesRequest {}
|
|
14
15
|
export interface ListKeyPoliciesCommandOutput
|
|
15
16
|
extends ListKeyPoliciesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListKeyRotationsRequest,
|
|
10
10
|
ListKeyRotationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListKeyRotationsCommandInput extends ListKeyRotationsRequest {}
|
|
14
15
|
export interface ListKeyRotationsCommandOutput
|
|
15
16
|
extends ListKeyRotationsResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KMSClient";
|
|
8
8
|
import { ListKeysRequest, ListKeysResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListKeysCommandInput extends ListKeysRequest {}
|
|
11
12
|
export interface ListKeysCommandOutput
|
|
12
13
|
extends ListKeysResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListResourceTagsRequest,
|
|
10
10
|
ListResourceTagsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListResourceTagsCommandInput extends ListResourceTagsRequest {}
|
|
14
15
|
export interface ListResourceTagsCommandOutput
|
|
15
16
|
extends ListResourceTagsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListGrantsResponse,
|
|
10
10
|
ListRetirableGrantsRequest,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListRetirableGrantsCommandInput
|
|
14
15
|
extends ListRetirableGrantsRequest {}
|
|
15
16
|
export interface ListRetirableGrantsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KMSClient";
|
|
8
8
|
import { PutKeyPolicyRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface PutKeyPolicyCommandInput extends PutKeyPolicyRequest {}
|
|
11
12
|
export interface PutKeyPolicyCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const PutKeyPolicyCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KMSClient";
|
|
8
8
|
import { ReEncryptRequest, ReEncryptResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ReEncryptCommandInput extends ReEncryptRequest {}
|
|
11
12
|
export interface ReEncryptCommandOutput
|
|
12
13
|
extends ReEncryptResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KMSClient";
|
|
8
8
|
import { ReplicateKeyRequest, ReplicateKeyResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ReplicateKeyCommandInput extends ReplicateKeyRequest {}
|
|
11
12
|
export interface ReplicateKeyCommandOutput
|
|
12
13
|
extends ReplicateKeyResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KMSClient";
|
|
8
8
|
import { RetireGrantRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface RetireGrantCommandInput extends RetireGrantRequest {}
|
|
11
12
|
export interface RetireGrantCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const RetireGrantCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KMSClient";
|
|
8
8
|
import { RevokeGrantRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface RevokeGrantCommandInput extends RevokeGrantRequest {}
|
|
11
12
|
export interface RevokeGrantCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const RevokeGrantCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
RotateKeyOnDemandRequest,
|
|
10
10
|
RotateKeyOnDemandResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RotateKeyOnDemandCommandInput
|
|
14
15
|
extends RotateKeyOnDemandRequest {}
|
|
15
16
|
export interface RotateKeyOnDemandCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ScheduleKeyDeletionRequest,
|
|
10
10
|
ScheduleKeyDeletionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ScheduleKeyDeletionCommandInput
|
|
14
15
|
extends ScheduleKeyDeletionRequest {}
|
|
15
16
|
export interface ScheduleKeyDeletionCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KMSClient";
|
|
8
8
|
import { SignRequest, SignResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface SignCommandInput extends SignRequest {}
|
|
11
12
|
export interface SignCommandOutput extends SignResponse, __MetadataBearer {}
|
|
12
13
|
declare const SignCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KMSClient";
|
|
8
8
|
import { TagResourceRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const TagResourceCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KMSClient";
|
|
8
8
|
import { UntagResourceRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
11
12
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const UntagResourceCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KMSClient";
|
|
8
8
|
import { UpdateAliasRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateAliasCommandInput extends UpdateAliasRequest {}
|
|
11
12
|
export interface UpdateAliasCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const UpdateAliasCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateCustomKeyStoreRequest,
|
|
10
10
|
UpdateCustomKeyStoreResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateCustomKeyStoreCommandInput
|
|
14
15
|
extends UpdateCustomKeyStoreRequest {}
|
|
15
16
|
export interface UpdateCustomKeyStoreCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KMSClient";
|
|
8
8
|
import { UpdateKeyDescriptionRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateKeyDescriptionCommandInput
|
|
11
12
|
extends UpdateKeyDescriptionRequest {}
|
|
12
13
|
export interface UpdateKeyDescriptionCommandOutput extends __MetadataBearer {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KMSClient";
|
|
8
8
|
import { UpdatePrimaryRegionRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdatePrimaryRegionCommandInput
|
|
11
12
|
extends UpdatePrimaryRegionRequest {}
|
|
12
13
|
export interface UpdatePrimaryRegionCommandOutput extends __MetadataBearer {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KMSClient";
|
|
8
8
|
import { VerifyRequest, VerifyResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface VerifyCommandInput extends VerifyRequest {}
|
|
11
12
|
export interface VerifyCommandOutput extends VerifyResponse, __MetadataBearer {}
|
|
12
13
|
declare const VerifyCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KMSClient";
|
|
8
8
|
import { VerifyMacRequest, VerifyMacResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface VerifyMacCommandInput extends VerifyMacRequest {}
|
|
11
12
|
export interface VerifyMacCommandOutput
|
|
12
13
|
extends VerifyMacResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class KMSServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.596.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-kms",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|