@aws-sdk/client-kms 3.485.0 → 3.487.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.
@@ -231,9 +231,8 @@ declare const CreateCustomKeyStoreCommand_base: {
231
231
  * or in the identification of the external key store proxy.</p>
232
232
  *
233
233
  * @throws {@link XksProxyInvalidConfigurationException} (client fault)
234
- * <p>The request was rejected because the Amazon VPC endpoint service configuration does not fulfill
235
- * the requirements for an external key store proxy. For details, see the exception
236
- * message.</p>
234
+ * <p>The request was rejected because the external key store proxy is not configured correctly.
235
+ * To identify the cause, see the error message that accompanies the exception.</p>
237
236
  *
238
237
  * @throws {@link XksProxyInvalidResponseException} (client fault)
239
238
  * <p></p>
@@ -242,16 +241,15 @@ declare const CreateCustomKeyStoreCommand_base: {
242
241
  * issue. If you see this error repeatedly, report it to the proxy vendor.</p>
243
242
  *
244
243
  * @throws {@link XksProxyUriEndpointInUseException} (client fault)
245
- * <p>The request was rejected because the concatenation of the <code>XksProxyUriEndpoint</code>
246
- * is already associated with an external key store in the Amazon Web Services account and Region. Each
247
- * external key store in an account and Region must use a unique external key store proxy
248
- * address.</p>
244
+ * <p>The request was rejected because the <code>XksProxyUriEndpoint</code> is already
245
+ * associated with another external key store in this Amazon Web Services Region. To identify the cause,
246
+ * see the error message that accompanies the exception. </p>
249
247
  *
250
248
  * @throws {@link XksProxyUriInUseException} (client fault)
251
249
  * <p>The request was rejected because the concatenation of the <code>XksProxyUriEndpoint</code>
252
- * and <code>XksProxyUriPath</code> is already associated with an external key store in the
253
- * Amazon Web Services account and Region. Each external key store in an account and Region must use a unique
254
- * external key store proxy API address.</p>
250
+ * and <code>XksProxyUriPath</code> is already associated with another external key store in this
251
+ * Amazon Web Services Region. Each external key store in a Region must use a unique external key store proxy
252
+ * API address.</p>
255
253
  *
256
254
  * @throws {@link XksProxyUriUnreachableException} (client fault)
257
255
  * <p>KMS was unable to reach the specified <code>XksProxyUriPath</code>. The path must be
@@ -262,13 +260,14 @@ declare const CreateCustomKeyStoreCommand_base: {
262
260
  *
263
261
  * @throws {@link XksProxyVpcEndpointServiceInUseException} (client fault)
264
262
  * <p>The request was rejected because the specified Amazon VPC endpoint service is already
265
- * associated with an external key store in the Amazon Web Services account and Region. Each external key store
266
- * in an Amazon Web Services account and Region must use a different Amazon VPC endpoint service.</p>
263
+ * associated with another external key store in this Amazon Web Services Region. Each external key store in a
264
+ * Region must use a different Amazon VPC endpoint service.</p>
267
265
  *
268
266
  * @throws {@link XksProxyVpcEndpointServiceInvalidConfigurationException} (client fault)
269
267
  * <p>The request was rejected because the Amazon VPC endpoint service configuration does not fulfill
270
- * the requirements for an external key store proxy. For details, see the exception message and
271
- * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/vpc-connectivity.html#xks-vpc-requirements">review the requirements</a> for Amazon VPC endpoint service connectivity for an external key
268
+ * the requirements for an external key store. To identify the cause, see the error message that
269
+ * accompanies the exception and <a href="https://docs.aws.amazon.com/kms/latest/developerguide/vpc-connectivity.html#xks-vpc-requirements">review the
270
+ * requirements</a> for Amazon VPC endpoint service connectivity for an external key
272
271
  * store.</p>
273
272
  *
274
273
  * @throws {@link XksProxyVpcEndpointServiceNotFoundException} (client fault)
@@ -378,9 +378,9 @@ declare const CreateKeyCommand_base: {
378
378
  * resource is not valid for this operation.</p>
379
379
  *
380
380
  * @throws {@link XksKeyAlreadyInUseException} (client fault)
381
- * <p>The request was rejected because the (<code>XksKeyId</code>) is already associated with a
382
- * KMS key in this external key store. Each KMS key in an external key store must be associated
383
- * with a different external key.</p>
381
+ * <p>The request was rejected because the (<code>XksKeyId</code>) is already associated with
382
+ * another KMS key in this external key store. Each KMS key in an external key store must be
383
+ * associated with a different external key.</p>
384
384
  *
385
385
  * @throws {@link XksKeyInvalidConfigurationException} (client fault)
386
386
  * <p>The request was rejected because the external key specified by the <code>XksKeyId</code>
@@ -38,12 +38,10 @@ declare const GetParametersForImportCommand_base: {
38
38
  * operation with an <code>Origin</code> value of <code>EXTERNAL</code> to create a KMS key with
39
39
  * no key material. You can import key material for a symmetric encryption KMS key, HMAC KMS key,
40
40
  * asymmetric encryption KMS key, or asymmetric signing KMS key. You can also import key material
41
- * into a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-overview.html">multi-Region key</a> of
42
- * any supported type. However, you can't import key material into a KMS key in a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/custom-key-store-overview.html">custom key
43
- * store</a>. You can also use <code>GetParametersForImport</code> to get a public key and
44
- * import token to <a href="https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html#reimport-key-material">reimport
45
- * the original key material</a> into a KMS key whose key material expired or was
46
- * deleted.</p>
41
+ * into a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-overview.html">multi-Region key</a> of any supported type. However, you can't import key material into
42
+ * a KMS key in a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/custom-key-store-overview.html">custom key store</a>. You can also use <code>GetParametersForImport</code> to get a
43
+ * public key and import token to <a href="https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html#reimport-key-material">reimport the original key
44
+ * material</a> into a KMS key whose key material expired or was deleted.</p>
47
45
  * <p>
48
46
  * <code>GetParametersForImport</code> returns the items that you need to import your key
49
47
  * material.</p>
@@ -65,7 +65,8 @@ declare const ReplicateKeyCommand_base: {
65
65
  * <code>ReplicateKey</code> operation in the primary key's Region and a <a>CreateKey</a> operation in the replica key's Region.</p>
66
66
  * <p>If you replicate a multi-Region primary key with imported key material, the replica key is
67
67
  * created with no key material. You must import the same key material that you imported into the
68
- * primary key. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-import.html">Importing key material into multi-Region keys</a> in the <i>Key Management Service Developer Guide</i>.</p>
68
+ * primary key. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-import.html">Importing key material into multi-Region
69
+ * keys</a> in the <i>Key Management Service Developer Guide</i>.</p>
69
70
  * <p>To convert a replica key to a primary key, use the <a>UpdatePrimaryRegion</a>
70
71
  * operation.</p>
71
72
  * <note>
@@ -264,9 +264,8 @@ declare const UpdateCustomKeyStoreCommand_base: {
264
264
  * or in the identification of the external key store proxy.</p>
265
265
  *
266
266
  * @throws {@link XksProxyInvalidConfigurationException} (client fault)
267
- * <p>The request was rejected because the Amazon VPC endpoint service configuration does not fulfill
268
- * the requirements for an external key store proxy. For details, see the exception
269
- * message.</p>
267
+ * <p>The request was rejected because the external key store proxy is not configured correctly.
268
+ * To identify the cause, see the error message that accompanies the exception.</p>
270
269
  *
271
270
  * @throws {@link XksProxyInvalidResponseException} (client fault)
272
271
  * <p></p>
@@ -275,16 +274,15 @@ declare const UpdateCustomKeyStoreCommand_base: {
275
274
  * issue. If you see this error repeatedly, report it to the proxy vendor.</p>
276
275
  *
277
276
  * @throws {@link XksProxyUriEndpointInUseException} (client fault)
278
- * <p>The request was rejected because the concatenation of the <code>XksProxyUriEndpoint</code>
279
- * is already associated with an external key store in the Amazon Web Services account and Region. Each
280
- * external key store in an account and Region must use a unique external key store proxy
281
- * address.</p>
277
+ * <p>The request was rejected because the <code>XksProxyUriEndpoint</code> is already
278
+ * associated with another external key store in this Amazon Web Services Region. To identify the cause,
279
+ * see the error message that accompanies the exception. </p>
282
280
  *
283
281
  * @throws {@link XksProxyUriInUseException} (client fault)
284
282
  * <p>The request was rejected because the concatenation of the <code>XksProxyUriEndpoint</code>
285
- * and <code>XksProxyUriPath</code> is already associated with an external key store in the
286
- * Amazon Web Services account and Region. Each external key store in an account and Region must use a unique
287
- * external key store proxy API address.</p>
283
+ * and <code>XksProxyUriPath</code> is already associated with another external key store in this
284
+ * Amazon Web Services Region. Each external key store in a Region must use a unique external key store proxy
285
+ * API address.</p>
288
286
  *
289
287
  * @throws {@link XksProxyUriUnreachableException} (client fault)
290
288
  * <p>KMS was unable to reach the specified <code>XksProxyUriPath</code>. The path must be
@@ -295,13 +293,14 @@ declare const UpdateCustomKeyStoreCommand_base: {
295
293
  *
296
294
  * @throws {@link XksProxyVpcEndpointServiceInUseException} (client fault)
297
295
  * <p>The request was rejected because the specified Amazon VPC endpoint service is already
298
- * associated with an external key store in the Amazon Web Services account and Region. Each external key store
299
- * in an Amazon Web Services account and Region must use a different Amazon VPC endpoint service.</p>
296
+ * associated with another external key store in this Amazon Web Services Region. Each external key store in a
297
+ * Region must use a different Amazon VPC endpoint service.</p>
300
298
  *
301
299
  * @throws {@link XksProxyVpcEndpointServiceInvalidConfigurationException} (client fault)
302
300
  * <p>The request was rejected because the Amazon VPC endpoint service configuration does not fulfill
303
- * the requirements for an external key store proxy. For details, see the exception message and
304
- * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/vpc-connectivity.html#xks-vpc-requirements">review the requirements</a> for Amazon VPC endpoint service connectivity for an external key
301
+ * the requirements for an external key store. To identify the cause, see the error message that
302
+ * accompanies the exception and <a href="https://docs.aws.amazon.com/kms/latest/developerguide/vpc-connectivity.html#xks-vpc-requirements">review the
303
+ * requirements</a> for Amazon VPC endpoint service connectivity for an external key
305
304
  * store.</p>
306
305
  *
307
306
  * @throws {@link XksProxyVpcEndpointServiceNotFoundException} (client fault)
@@ -595,7 +595,7 @@ export interface CreateCustomKeyStoreRequest {
595
595
  * <li>
596
596
  * <p>An external key store with <code>PUBLIC_ENDPOINT</code> connectivity cannot use the
597
597
  * same <code>XksProxyUriEndpoint</code> value as an external key store with
598
- * <code>VPC_ENDPOINT_SERVICE</code> connectivity in the same Amazon Web Services Region.</p>
598
+ * <code>VPC_ENDPOINT_SERVICE</code> connectivity in this Amazon Web Services Region.</p>
599
599
  * </li>
600
600
  * <li>
601
601
  * <p>Each external key store with <code>VPC_ENDPOINT_SERVICE</code> connectivity must have
@@ -740,9 +740,8 @@ export declare class XksProxyIncorrectAuthenticationCredentialException extends
740
740
  }
741
741
  /**
742
742
  * @public
743
- * <p>The request was rejected because the Amazon VPC endpoint service configuration does not fulfill
744
- * the requirements for an external key store proxy. For details, see the exception
745
- * message.</p>
743
+ * <p>The request was rejected because the external key store proxy is not configured correctly.
744
+ * To identify the cause, see the error message that accompanies the exception.</p>
746
745
  */
747
746
  export declare class XksProxyInvalidConfigurationException extends __BaseException {
748
747
  readonly name: "XksProxyInvalidConfigurationException";
@@ -769,10 +768,9 @@ export declare class XksProxyInvalidResponseException extends __BaseException {
769
768
  }
770
769
  /**
771
770
  * @public
772
- * <p>The request was rejected because the concatenation of the <code>XksProxyUriEndpoint</code>
773
- * is already associated with an external key store in the Amazon Web Services account and Region. Each
774
- * external key store in an account and Region must use a unique external key store proxy
775
- * address.</p>
771
+ * <p>The request was rejected because the <code>XksProxyUriEndpoint</code> is already
772
+ * associated with another external key store in this Amazon Web Services Region. To identify the cause,
773
+ * see the error message that accompanies the exception. </p>
776
774
  */
777
775
  export declare class XksProxyUriEndpointInUseException extends __BaseException {
778
776
  readonly name: "XksProxyUriEndpointInUseException";
@@ -785,9 +783,9 @@ export declare class XksProxyUriEndpointInUseException extends __BaseException {
785
783
  /**
786
784
  * @public
787
785
  * <p>The request was rejected because the concatenation of the <code>XksProxyUriEndpoint</code>
788
- * and <code>XksProxyUriPath</code> is already associated with an external key store in the
789
- * Amazon Web Services account and Region. Each external key store in an account and Region must use a unique
790
- * external key store proxy API address.</p>
786
+ * and <code>XksProxyUriPath</code> is already associated with another external key store in this
787
+ * Amazon Web Services Region. Each external key store in a Region must use a unique external key store proxy
788
+ * API address.</p>
791
789
  */
792
790
  export declare class XksProxyUriInUseException extends __BaseException {
793
791
  readonly name: "XksProxyUriInUseException";
@@ -816,8 +814,8 @@ export declare class XksProxyUriUnreachableException extends __BaseException {
816
814
  /**
817
815
  * @public
818
816
  * <p>The request was rejected because the specified Amazon VPC endpoint service is already
819
- * associated with an external key store in the Amazon Web Services account and Region. Each external key store
820
- * in an Amazon Web Services account and Region must use a different Amazon VPC endpoint service.</p>
817
+ * associated with another external key store in this Amazon Web Services Region. Each external key store in a
818
+ * Region must use a different Amazon VPC endpoint service.</p>
821
819
  */
822
820
  export declare class XksProxyVpcEndpointServiceInUseException extends __BaseException {
823
821
  readonly name: "XksProxyVpcEndpointServiceInUseException";
@@ -830,8 +828,9 @@ export declare class XksProxyVpcEndpointServiceInUseException extends __BaseExce
830
828
  /**
831
829
  * @public
832
830
  * <p>The request was rejected because the Amazon VPC endpoint service configuration does not fulfill
833
- * the requirements for an external key store proxy. For details, see the exception message and
834
- * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/vpc-connectivity.html#xks-vpc-requirements">review the requirements</a> for Amazon VPC endpoint service connectivity for an external key
831
+ * the requirements for an external key store. To identify the cause, see the error message that
832
+ * accompanies the exception and <a href="https://docs.aws.amazon.com/kms/latest/developerguide/vpc-connectivity.html#xks-vpc-requirements">review the
833
+ * requirements</a> for Amazon VPC endpoint service connectivity for an external key
835
834
  * store.</p>
836
835
  */
837
836
  export declare class XksProxyVpcEndpointServiceInvalidConfigurationException extends __BaseException {
@@ -1922,9 +1921,9 @@ export declare class UnsupportedOperationException extends __BaseException {
1922
1921
  }
1923
1922
  /**
1924
1923
  * @public
1925
- * <p>The request was rejected because the (<code>XksKeyId</code>) is already associated with a
1926
- * KMS key in this external key store. Each KMS key in an external key store must be associated
1927
- * with a different external key.</p>
1924
+ * <p>The request was rejected because the (<code>XksKeyId</code>) is already associated with
1925
+ * another KMS key in this external key store. Each KMS key in an external key store must be
1926
+ * associated with a different external key.</p>
1928
1927
  */
1929
1928
  export declare class XksKeyAlreadyInUseException extends __BaseException {
1930
1929
  readonly name: "XksKeyAlreadyInUseException";
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.485.0",
4
+ "version": "3.487.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",