@aws-sdk/client-kms 3.224.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.
@@ -56,15 +56,6 @@ exports.ruleSet = {
56
56
  },
57
57
  ],
58
58
  },
59
- {
60
- fn: "parseURL",
61
- argv: [
62
- {
63
- ref: "Endpoint",
64
- },
65
- ],
66
- assign: "url",
67
- },
68
59
  ],
69
60
  type: "tree",
70
61
  rules: [
@@ -53,15 +53,6 @@ export const ruleSet = {
53
53
  },
54
54
  ],
55
55
  },
56
- {
57
- fn: "parseURL",
58
- argv: [
59
- {
60
- ref: "Endpoint",
61
- },
62
- ],
63
- assign: "url",
64
- },
65
56
  ],
66
57
  type: "tree",
67
58
  rules: [
@@ -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. For <a href="kms/latest/developerguide/multi-region-keys-overview.html">multi-Region keys</a>, it displays
980
- * the primary key and all related replica keys. For KMS keys in <a href="kms/latest/developerguide/keystore-cloudhsm.html">CloudHSM key stores</a>, it includes information
981
- * about the custom key store, such as the key store ID and the CloudHSM cluster ID. For KMS key in
982
- * <a href="kms/latest/developerguide/keystore-external.html">external key stores</a>, it includes
983
- * the custom key store ID and the ID and status of the associated external key.</p>
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. For <a href="kms/latest/developerguide/multi-region-keys-overview.html">multi-Region keys</a>, it displays
19
- * the primary key and all related replica keys. For KMS keys in <a href="kms/latest/developerguide/keystore-cloudhsm.html">CloudHSM key stores</a>, it includes information
20
- * about the custom key store, such as the key store ID and the CloudHSM cluster ID. For KMS key in
21
- * <a href="kms/latest/developerguide/keystore-external.html">external key stores</a>, it includes
22
- * the custom key store ID and the ID and status of the associated external key.</p>
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>* CreateCustom</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>These fields appear in a <a>CreateKey</a> or <a>DescribeKey</a>
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.224.0",
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.224.0",
23
- "@aws-sdk/config-resolver": "3.224.0",
24
- "@aws-sdk/credential-provider-node": "3.224.0",
25
- "@aws-sdk/fetch-http-handler": "3.224.0",
26
- "@aws-sdk/hash-node": "3.224.0",
27
- "@aws-sdk/invalid-dependency": "3.224.0",
28
- "@aws-sdk/middleware-content-length": "3.224.0",
29
- "@aws-sdk/middleware-endpoint": "3.224.0",
30
- "@aws-sdk/middleware-host-header": "3.224.0",
31
- "@aws-sdk/middleware-logger": "3.224.0",
32
- "@aws-sdk/middleware-recursion-detection": "3.224.0",
33
- "@aws-sdk/middleware-retry": "3.224.0",
34
- "@aws-sdk/middleware-serde": "3.224.0",
35
- "@aws-sdk/middleware-signing": "3.224.0",
36
- "@aws-sdk/middleware-stack": "3.224.0",
37
- "@aws-sdk/middleware-user-agent": "3.224.0",
38
- "@aws-sdk/node-config-provider": "3.224.0",
39
- "@aws-sdk/node-http-handler": "3.224.0",
40
- "@aws-sdk/protocol-http": "3.224.0",
41
- "@aws-sdk/smithy-client": "3.224.0",
42
- "@aws-sdk/types": "3.224.0",
43
- "@aws-sdk/url-parser": "3.224.0",
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.224.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.224.0",
49
- "@aws-sdk/util-endpoints": "3.224.0",
50
- "@aws-sdk/util-user-agent-browser": "3.224.0",
51
- "@aws-sdk/util-user-agent-node": "3.224.0",
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"