@aws-sdk/client-kms 3.495.0 → 3.498.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 CHANGED
@@ -5903,107 +5903,48 @@ var paginateListRetirableGrants = (0, import_core.createPaginator)(KMSClient, Li
5903
5903
  // src/index.ts
5904
5904
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
5905
5905
  // Annotate the CommonJS export names for ESM import in node:
5906
+
5906
5907
  0 && (module.exports = {
5907
- AlgorithmSpec,
5908
- AlreadyExistsException,
5908
+ KMSServiceException,
5909
+ __Client,
5910
+ KMSClient,
5911
+ KMS,
5912
+ $Command,
5909
5913
  CancelKeyDeletionCommand,
5910
- CloudHsmClusterInUseException,
5911
- CloudHsmClusterInvalidConfigurationException,
5912
- CloudHsmClusterNotActiveException,
5913
- CloudHsmClusterNotFoundException,
5914
- CloudHsmClusterNotRelatedException,
5915
5914
  ConnectCustomKeyStoreCommand,
5916
- ConnectionErrorCodeType,
5917
- ConnectionStateType,
5918
5915
  CreateAliasCommand,
5919
5916
  CreateCustomKeyStoreCommand,
5920
- CreateCustomKeyStoreRequestFilterSensitiveLog,
5921
5917
  CreateGrantCommand,
5922
5918
  CreateKeyCommand,
5923
- CustomKeyStoreHasCMKsException,
5924
- CustomKeyStoreInvalidStateException,
5925
- CustomKeyStoreNameInUseException,
5926
- CustomKeyStoreNotFoundException,
5927
- CustomKeyStoreType,
5928
- CustomKeyStoresListEntryFilterSensitiveLog,
5929
- CustomerMasterKeySpec,
5930
- DataKeyPairSpec,
5931
- DataKeySpec,
5932
5919
  DecryptCommand,
5933
- DecryptResponseFilterSensitiveLog,
5934
5920
  DeleteAliasCommand,
5935
5921
  DeleteCustomKeyStoreCommand,
5936
5922
  DeleteImportedKeyMaterialCommand,
5937
- DependencyTimeoutException,
5938
5923
  DescribeCustomKeyStoresCommand,
5939
- DescribeCustomKeyStoresResponseFilterSensitiveLog,
5940
5924
  DescribeKeyCommand,
5941
5925
  DisableKeyCommand,
5942
5926
  DisableKeyRotationCommand,
5943
- DisabledException,
5944
5927
  DisconnectCustomKeyStoreCommand,
5945
- DryRunOperationException,
5946
5928
  EnableKeyCommand,
5947
5929
  EnableKeyRotationCommand,
5948
5930
  EncryptCommand,
5949
- EncryptRequestFilterSensitiveLog,
5950
- EncryptionAlgorithmSpec,
5951
- ExpirationModelType,
5952
- ExpiredImportTokenException,
5953
5931
  GenerateDataKeyCommand,
5954
5932
  GenerateDataKeyPairCommand,
5955
- GenerateDataKeyPairResponseFilterSensitiveLog,
5956
5933
  GenerateDataKeyPairWithoutPlaintextCommand,
5957
- GenerateDataKeyResponseFilterSensitiveLog,
5958
5934
  GenerateDataKeyWithoutPlaintextCommand,
5959
5935
  GenerateMacCommand,
5960
- GenerateMacRequestFilterSensitiveLog,
5961
5936
  GenerateRandomCommand,
5962
- GenerateRandomResponseFilterSensitiveLog,
5963
5937
  GetKeyPolicyCommand,
5964
5938
  GetKeyRotationStatusCommand,
5965
5939
  GetParametersForImportCommand,
5966
- GetParametersForImportResponseFilterSensitiveLog,
5967
5940
  GetPublicKeyCommand,
5968
- GrantOperation,
5969
5941
  ImportKeyMaterialCommand,
5970
- IncorrectKeyException,
5971
- IncorrectKeyMaterialException,
5972
- IncorrectTrustAnchorException,
5973
- InvalidAliasNameException,
5974
- InvalidArnException,
5975
- InvalidCiphertextException,
5976
- InvalidGrantIdException,
5977
- InvalidGrantTokenException,
5978
- InvalidImportTokenException,
5979
- InvalidKeyUsageException,
5980
- InvalidMarkerException,
5981
- KMS,
5982
- KMSClient,
5983
- KMSInternalException,
5984
- KMSInvalidMacException,
5985
- KMSInvalidSignatureException,
5986
- KMSInvalidStateException,
5987
- KMSServiceException,
5988
- KeyEncryptionMechanism,
5989
- KeyManagerType,
5990
- KeySpec,
5991
- KeyState,
5992
- KeyUnavailableException,
5993
- KeyUsageType,
5994
- LimitExceededException,
5995
5942
  ListAliasesCommand,
5996
5943
  ListGrantsCommand,
5997
5944
  ListKeyPoliciesCommand,
5998
5945
  ListKeysCommand,
5999
5946
  ListResourceTagsCommand,
6000
5947
  ListRetirableGrantsCommand,
6001
- MacAlgorithmSpec,
6002
- MalformedPolicyDocumentException,
6003
- MessageType,
6004
- MultiRegionKeyType,
6005
- NotFoundException,
6006
- OriginType,
6007
5948
  PutKeyPolicyCommand,
6008
5949
  ReEncryptCommand,
6009
5950
  ReplicateKeyCommand,
@@ -6011,28 +5952,43 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6011
5952
  RevokeGrantCommand,
6012
5953
  ScheduleKeyDeletionCommand,
6013
5954
  SignCommand,
6014
- SignRequestFilterSensitiveLog,
6015
- SigningAlgorithmSpec,
6016
- TagException,
6017
5955
  TagResourceCommand,
6018
- UnsupportedOperationException,
6019
5956
  UntagResourceCommand,
6020
5957
  UpdateAliasCommand,
6021
5958
  UpdateCustomKeyStoreCommand,
6022
- UpdateCustomKeyStoreRequestFilterSensitiveLog,
6023
5959
  UpdateKeyDescriptionCommand,
6024
5960
  UpdatePrimaryRegionCommand,
6025
5961
  VerifyCommand,
6026
5962
  VerifyMacCommand,
6027
- VerifyMacRequestFilterSensitiveLog,
6028
- VerifyRequestFilterSensitiveLog,
6029
- WrappingKeySpec,
6030
- XksKeyAlreadyInUseException,
6031
- XksKeyInvalidConfigurationException,
6032
- XksKeyNotFoundException,
6033
- XksProxyAuthenticationCredentialTypeFilterSensitiveLog,
6034
- XksProxyConfigurationTypeFilterSensitiveLog,
5963
+ paginateDescribeCustomKeyStores,
5964
+ paginateListAliases,
5965
+ paginateListGrants,
5966
+ paginateListKeyPolicies,
5967
+ paginateListKeys,
5968
+ paginateListResourceTags,
5969
+ paginateListRetirableGrants,
5970
+ AlgorithmSpec,
5971
+ AlreadyExistsException,
5972
+ DependencyTimeoutException,
5973
+ InvalidArnException,
5974
+ KMSInternalException,
5975
+ KMSInvalidStateException,
5976
+ NotFoundException,
5977
+ CloudHsmClusterInUseException,
5978
+ CloudHsmClusterInvalidConfigurationException,
5979
+ CloudHsmClusterNotActiveException,
5980
+ CloudHsmClusterNotFoundException,
5981
+ CloudHsmClusterNotRelatedException,
5982
+ CustomKeyStoreInvalidStateException,
5983
+ CustomKeyStoreNotFoundException,
5984
+ ConnectionErrorCodeType,
5985
+ ConnectionStateType,
5986
+ InvalidAliasNameException,
5987
+ LimitExceededException,
5988
+ CustomKeyStoreType,
6035
5989
  XksProxyConnectivityType,
5990
+ CustomKeyStoreNameInUseException,
5991
+ IncorrectTrustAnchorException,
6036
5992
  XksProxyIncorrectAuthenticationCredentialException,
6037
5993
  XksProxyInvalidConfigurationException,
6038
5994
  XksProxyInvalidResponseException,
@@ -6042,12 +5998,59 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6042
5998
  XksProxyVpcEndpointServiceInUseException,
6043
5999
  XksProxyVpcEndpointServiceInvalidConfigurationException,
6044
6000
  XksProxyVpcEndpointServiceNotFoundException,
6045
- __Client,
6046
- paginateDescribeCustomKeyStores,
6047
- paginateListAliases,
6048
- paginateListGrants,
6049
- paginateListKeyPolicies,
6050
- paginateListKeys,
6051
- paginateListResourceTags,
6052
- paginateListRetirableGrants
6001
+ GrantOperation,
6002
+ DisabledException,
6003
+ DryRunOperationException,
6004
+ InvalidGrantTokenException,
6005
+ CustomerMasterKeySpec,
6006
+ KeySpec,
6007
+ KeyUsageType,
6008
+ OriginType,
6009
+ EncryptionAlgorithmSpec,
6010
+ ExpirationModelType,
6011
+ KeyManagerType,
6012
+ KeyState,
6013
+ MacAlgorithmSpec,
6014
+ MultiRegionKeyType,
6015
+ SigningAlgorithmSpec,
6016
+ MalformedPolicyDocumentException,
6017
+ TagException,
6018
+ UnsupportedOperationException,
6019
+ XksKeyAlreadyInUseException,
6020
+ XksKeyInvalidConfigurationException,
6021
+ XksKeyNotFoundException,
6022
+ CustomKeyStoreHasCMKsException,
6023
+ DataKeyPairSpec,
6024
+ DataKeySpec,
6025
+ KeyEncryptionMechanism,
6026
+ IncorrectKeyException,
6027
+ InvalidCiphertextException,
6028
+ InvalidKeyUsageException,
6029
+ KeyUnavailableException,
6030
+ InvalidMarkerException,
6031
+ ExpiredImportTokenException,
6032
+ WrappingKeySpec,
6033
+ IncorrectKeyMaterialException,
6034
+ InvalidImportTokenException,
6035
+ InvalidGrantIdException,
6036
+ KMSInvalidMacException,
6037
+ KMSInvalidSignatureException,
6038
+ MessageType,
6039
+ XksProxyAuthenticationCredentialTypeFilterSensitiveLog,
6040
+ CreateCustomKeyStoreRequestFilterSensitiveLog,
6041
+ XksProxyConfigurationTypeFilterSensitiveLog,
6042
+ CustomKeyStoresListEntryFilterSensitiveLog,
6043
+ DecryptResponseFilterSensitiveLog,
6044
+ DescribeCustomKeyStoresResponseFilterSensitiveLog,
6045
+ EncryptRequestFilterSensitiveLog,
6046
+ GenerateDataKeyResponseFilterSensitiveLog,
6047
+ GenerateDataKeyPairResponseFilterSensitiveLog,
6048
+ GenerateMacRequestFilterSensitiveLog,
6049
+ GenerateRandomResponseFilterSensitiveLog,
6050
+ GetParametersForImportResponseFilterSensitiveLog,
6051
+ SignRequestFilterSensitiveLog,
6052
+ UpdateCustomKeyStoreRequestFilterSensitiveLog,
6053
+ VerifyRequestFilterSensitiveLog,
6054
+ VerifyMacRequestFilterSensitiveLog
6053
6055
  });
6056
+
@@ -131,7 +131,7 @@ declare const ListAliasesCommand_base: {
131
131
  * @example To list aliases
132
132
  * ```javascript
133
133
  * // The following example lists aliases.
134
- * const input = undefined;
134
+ * const input = {};
135
135
  * const command = new ListAliasesCommand(input);
136
136
  * const response = await client.send(command);
137
137
  * /* response ==
@@ -108,7 +108,7 @@ declare const ListKeysCommand_base: {
108
108
  * @example To list KMS keys
109
109
  * ```javascript
110
110
  * // The following example lists KMS keys.
111
- * const input = undefined;
111
+ * const input = {};
112
112
  * const command = new ListKeysCommand(input);
113
113
  * const response = await client.send(command);
114
114
  * /* response ==
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.495.0",
4
+ "version": "3.498.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,47 +20,47 @@
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-sts": "3.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.496.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.496.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.0",
63
+ "@smithy/service-client-documentation-generator": "^2.1.1",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "concurrently": "7.0.0",