@aws-sdk/client-kms 3.223.0 → 3.226.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-types/KMS.d.ts
CHANGED
|
@@ -976,11 +976,13 @@ export declare class KMS extends KMSClient {
|
|
|
976
976
|
* applicable), the key state, and the origin and expiration date (if any) of the key material.
|
|
977
977
|
* It includes fields, like <code>KeySpec</code>, that help you distinguish different types of
|
|
978
978
|
* KMS keys. It also displays the key usage (encryption, signing, or generating and verifying
|
|
979
|
-
* MACs) and the algorithms that the KMS key supports.
|
|
980
|
-
*
|
|
981
|
-
*
|
|
982
|
-
*
|
|
983
|
-
* the
|
|
979
|
+
* MACs) and the algorithms that the KMS key supports. </p>
|
|
980
|
+
* <p>For <a href="kms/latest/developerguide/multi-region-keys-overview.html">multi-Region keys</a>,
|
|
981
|
+
* <code>DescribeKey</code> displays the primary key and all related replica keys. For KMS keys
|
|
982
|
+
* in <a href="kms/latest/developerguide/keystore-cloudhsm.html">CloudHSM key stores</a>, it includes
|
|
983
|
+
* information about the key store, such as the key store ID and the CloudHSM cluster ID. For KMS
|
|
984
|
+
* keys in <a href="kms/latest/developerguide/keystore-external.html">external key stores</a>, it
|
|
985
|
+
* includes the custom key store ID and the ID of the external key.</p>
|
|
984
986
|
* <p>
|
|
985
987
|
* <code>DescribeKey</code> does not return the following information:</p>
|
|
986
988
|
* <ul>
|
|
@@ -15,11 +15,13 @@ export interface DescribeKeyCommandOutput extends DescribeKeyResponse, __Metadat
|
|
|
15
15
|
* applicable), the key state, and the origin and expiration date (if any) of the key material.
|
|
16
16
|
* It includes fields, like <code>KeySpec</code>, that help you distinguish different types of
|
|
17
17
|
* KMS keys. It also displays the key usage (encryption, signing, or generating and verifying
|
|
18
|
-
* MACs) and the algorithms that the KMS key supports.
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* the
|
|
18
|
+
* MACs) and the algorithms that the KMS key supports. </p>
|
|
19
|
+
* <p>For <a href="kms/latest/developerguide/multi-region-keys-overview.html">multi-Region keys</a>,
|
|
20
|
+
* <code>DescribeKey</code> displays the primary key and all related replica keys. For KMS keys
|
|
21
|
+
* in <a href="kms/latest/developerguide/keystore-cloudhsm.html">CloudHSM key stores</a>, it includes
|
|
22
|
+
* information about the key store, such as the key store ID and the CloudHSM cluster ID. For KMS
|
|
23
|
+
* keys in <a href="kms/latest/developerguide/keystore-external.html">external key stores</a>, it
|
|
24
|
+
* includes the custom key store ID and the ID of the external key.</p>
|
|
23
25
|
* <p>
|
|
24
26
|
* <code>DescribeKey</code> does not return the following information:</p>
|
|
25
27
|
* <ul>
|
|
@@ -438,8 +438,7 @@ export interface CreateCustomKeyStoreRequest {
|
|
|
438
438
|
*/
|
|
439
439
|
CloudHsmClusterId?: string;
|
|
440
440
|
/**
|
|
441
|
-
* <p
|
|
442
|
-
* <p>Specifies the certificate for an CloudHSM key store. This parameter is required for custom
|
|
441
|
+
* <p>Specifies the certificate for an CloudHSM key store. This parameter is required for custom
|
|
443
442
|
* key stores with a <code>CustomKeyStoreType</code> of <code>AWS_CLOUDHSM</code>.</p>
|
|
444
443
|
* <p>Enter the content of the trust anchor certificate for the CloudHSM cluster. This is the
|
|
445
444
|
* content of the <code>customerCA.crt</code> file that you created when you <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/initialize-cluster.html">initialized the
|
|
@@ -1367,7 +1366,7 @@ export declare enum SigningAlgorithmSpec {
|
|
|
1367
1366
|
/**
|
|
1368
1367
|
* <p>Information about the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/keystore-external.html#concept-external-key">external key </a>that is associated with a KMS key in an
|
|
1369
1368
|
* external key store. </p>
|
|
1370
|
-
* <p>
|
|
1369
|
+
* <p>This element appears in a <a>CreateKey</a> or <a>DescribeKey</a>
|
|
1371
1370
|
* response only for a KMS key in an external key store.</p>
|
|
1372
1371
|
* <p>The <i>external key</i> is a symmetric encryption key that is hosted by
|
|
1373
1372
|
* an external key manager outside of Amazon Web Services. When you use the KMS key in an external key store
|
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.226.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,36 +19,36 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.226.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.226.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.226.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.226.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.226.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.226.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.226.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.226.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.226.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.226.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.226.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.226.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.226.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.226.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.226.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.226.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.226.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.226.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.226.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.226.0",
|
|
42
|
+
"@aws-sdk/types": "3.226.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.226.0",
|
|
44
44
|
"@aws-sdk/util-base64": "3.208.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-endpoints": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.226.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.226.0",
|
|
49
|
+
"@aws-sdk/util-endpoints": "3.226.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-browser": "3.226.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-node": "3.226.0",
|
|
52
52
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
53
53
|
"@aws-sdk/util-utf8-node": "3.208.0",
|
|
54
54
|
"tslib": "^2.3.1"
|