@aws-sdk/client-appconfig 3.423.0 → 3.427.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.
@@ -40,6 +40,7 @@ const se_CreateConfigurationProfileCommand = async (input, context) => {
40
40
  let body;
41
41
  body = JSON.stringify((0, smithy_client_1.take)(input, {
42
42
  Description: [],
43
+ KmsKeyIdentifier: [],
43
44
  LocationUri: [],
44
45
  Name: [],
45
46
  RetrievalRoleArn: [],
@@ -839,6 +840,7 @@ const se_UpdateConfigurationProfileCommand = async (input, context) => {
839
840
  let body;
840
841
  body = JSON.stringify((0, smithy_client_1.take)(input, {
841
842
  Description: [],
843
+ KmsKeyIdentifier: [],
842
844
  Name: [],
843
845
  RetrievalRoleArn: [],
844
846
  Validators: (_) => (0, smithy_client_1._json)(_),
@@ -1032,6 +1034,8 @@ const de_CreateConfigurationProfileCommand = async (output, context) => {
1032
1034
  ApplicationId: smithy_client_1.expectString,
1033
1035
  Description: smithy_client_1.expectString,
1034
1036
  Id: smithy_client_1.expectString,
1037
+ KmsKeyArn: smithy_client_1.expectString,
1038
+ KmsKeyIdentifier: smithy_client_1.expectString,
1035
1039
  LocationUri: smithy_client_1.expectString,
1036
1040
  Name: smithy_client_1.expectString,
1037
1041
  RetrievalRoleArn: smithy_client_1.expectString,
@@ -1277,6 +1281,7 @@ const de_CreateHostedConfigurationVersionCommand = async (output, context) => {
1277
1281
  Description: [, output.headers["description"]],
1278
1282
  ContentType: [, output.headers["content-type"]],
1279
1283
  VersionLabel: [, output.headers["versionlabel"]],
1284
+ KmsKeyArn: [, output.headers["kmskeyarn"]],
1280
1285
  });
1281
1286
  const data = await (0, smithy_client_1.collectBody)(output.body, context);
1282
1287
  contents.Content = data;
@@ -1668,6 +1673,8 @@ const de_GetConfigurationProfileCommand = async (output, context) => {
1668
1673
  ApplicationId: smithy_client_1.expectString,
1669
1674
  Description: smithy_client_1.expectString,
1670
1675
  Id: smithy_client_1.expectString,
1676
+ KmsKeyArn: smithy_client_1.expectString,
1677
+ KmsKeyIdentifier: smithy_client_1.expectString,
1671
1678
  LocationUri: smithy_client_1.expectString,
1672
1679
  Name: smithy_client_1.expectString,
1673
1680
  RetrievalRoleArn: smithy_client_1.expectString,
@@ -1962,6 +1969,7 @@ const de_GetHostedConfigurationVersionCommand = async (output, context) => {
1962
1969
  Description: [, output.headers["description"]],
1963
1970
  ContentType: [, output.headers["content-type"]],
1964
1971
  VersionLabel: [, output.headers["versionlabel"]],
1972
+ KmsKeyArn: [, output.headers["kmskeyarn"]],
1965
1973
  });
1966
1974
  const data = await (0, smithy_client_1.collectBody)(output.body, context);
1967
1975
  contents.Content = data;
@@ -2600,6 +2608,8 @@ const de_UpdateConfigurationProfileCommand = async (output, context) => {
2600
2608
  ApplicationId: smithy_client_1.expectString,
2601
2609
  Description: smithy_client_1.expectString,
2602
2610
  Id: smithy_client_1.expectString,
2611
+ KmsKeyArn: smithy_client_1.expectString,
2612
+ KmsKeyIdentifier: smithy_client_1.expectString,
2603
2613
  LocationUri: smithy_client_1.expectString,
2604
2614
  Name: smithy_client_1.expectString,
2605
2615
  RetrievalRoleArn: smithy_client_1.expectString,
@@ -35,6 +35,7 @@ export const se_CreateConfigurationProfileCommand = async (input, context) => {
35
35
  let body;
36
36
  body = JSON.stringify(take(input, {
37
37
  Description: [],
38
+ KmsKeyIdentifier: [],
38
39
  LocationUri: [],
39
40
  Name: [],
40
41
  RetrievalRoleArn: [],
@@ -798,6 +799,7 @@ export const se_UpdateConfigurationProfileCommand = async (input, context) => {
798
799
  let body;
799
800
  body = JSON.stringify(take(input, {
800
801
  Description: [],
802
+ KmsKeyIdentifier: [],
801
803
  Name: [],
802
804
  RetrievalRoleArn: [],
803
805
  Validators: (_) => _json(_),
@@ -984,6 +986,8 @@ export const de_CreateConfigurationProfileCommand = async (output, context) => {
984
986
  ApplicationId: __expectString,
985
987
  Description: __expectString,
986
988
  Id: __expectString,
989
+ KmsKeyArn: __expectString,
990
+ KmsKeyIdentifier: __expectString,
987
991
  LocationUri: __expectString,
988
992
  Name: __expectString,
989
993
  RetrievalRoleArn: __expectString,
@@ -1224,6 +1228,7 @@ export const de_CreateHostedConfigurationVersionCommand = async (output, context
1224
1228
  Description: [, output.headers["description"]],
1225
1229
  ContentType: [, output.headers["content-type"]],
1226
1230
  VersionLabel: [, output.headers["versionlabel"]],
1231
+ KmsKeyArn: [, output.headers["kmskeyarn"]],
1227
1232
  });
1228
1233
  const data = await collectBody(output.body, context);
1229
1234
  contents.Content = data;
@@ -1605,6 +1610,8 @@ export const de_GetConfigurationProfileCommand = async (output, context) => {
1605
1610
  ApplicationId: __expectString,
1606
1611
  Description: __expectString,
1607
1612
  Id: __expectString,
1613
+ KmsKeyArn: __expectString,
1614
+ KmsKeyIdentifier: __expectString,
1608
1615
  LocationUri: __expectString,
1609
1616
  Name: __expectString,
1610
1617
  RetrievalRoleArn: __expectString,
@@ -1893,6 +1900,7 @@ export const de_GetHostedConfigurationVersionCommand = async (output, context) =
1893
1900
  Description: [, output.headers["description"]],
1894
1901
  ContentType: [, output.headers["content-type"]],
1895
1902
  VersionLabel: [, output.headers["versionlabel"]],
1903
+ KmsKeyArn: [, output.headers["kmskeyarn"]],
1896
1904
  });
1897
1905
  const data = await collectBody(output.body, context);
1898
1906
  contents.Content = data;
@@ -2516,6 +2524,8 @@ export const de_UpdateConfigurationProfileCommand = async (output, context) => {
2516
2524
  ApplicationId: __expectString,
2517
2525
  Description: __expectString,
2518
2526
  Id: __expectString,
2527
+ KmsKeyArn: __expectString,
2528
+ KmsKeyIdentifier: __expectString,
2519
2529
  LocationUri: __expectString,
2520
2530
  Name: __expectString,
2521
2531
  RetrievalRoleArn: __expectString,
@@ -154,6 +154,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
154
154
  maxAttempts?: number | __Provider<number>;
155
155
  /**
156
156
  * Specifies which retry algorithm to use.
157
+ * @see https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-util-retry/Enum/RETRY_MODES/
158
+ *
157
159
  */
158
160
  retryMode?: string | __Provider<string>;
159
161
  /**
@@ -70,9 +70,9 @@ export interface CreateApplicationCommandOutput extends Application, __MetadataB
70
70
  * <p>Deployment strategies: 20 max</p>
71
71
  * <p>Configuration profiles: 100 max per application</p>
72
72
  * <p>Environments: 20 max per application</p>
73
- * <p>To resolve this issue, you can delete one or more resources and try again. Or, you
74
- * can request a quota increase. For more information about quotas and to request an increase,
75
- * see <a href="https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>
73
+ * <p>To resolve this issue, you can delete one or more resources and try again. Or, you can
74
+ * request a quota increase. For more information about quotas and to request an increase, see
75
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>
76
76
  *
77
77
  * @throws {@link AppConfigServiceException}
78
78
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
@@ -85,6 +85,7 @@ export interface CreateConfigurationProfileCommandOutput extends ConfigurationPr
85
85
  * "<keys>": "STRING_VALUE",
86
86
  * },
87
87
  * Type: "STRING_VALUE",
88
+ * KmsKeyIdentifier: "STRING_VALUE",
88
89
  * };
89
90
  * const command = new CreateConfigurationProfileCommand(input);
90
91
  * const response = await client.send(command);
@@ -102,6 +103,8 @@ export interface CreateConfigurationProfileCommandOutput extends ConfigurationPr
102
103
  * // },
103
104
  * // ],
104
105
  * // Type: "STRING_VALUE",
106
+ * // KmsKeyArn: "STRING_VALUE",
107
+ * // KmsKeyIdentifier: "STRING_VALUE",
105
108
  * // };
106
109
  *
107
110
  * ```
@@ -128,9 +131,9 @@ export interface CreateConfigurationProfileCommandOutput extends ConfigurationPr
128
131
  * <p>Deployment strategies: 20 max</p>
129
132
  * <p>Configuration profiles: 100 max per application</p>
130
133
  * <p>Environments: 20 max per application</p>
131
- * <p>To resolve this issue, you can delete one or more resources and try again. Or, you
132
- * can request a quota increase. For more information about quotas and to request an increase,
133
- * see <a href="https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>
134
+ * <p>To resolve this issue, you can delete one or more resources and try again. Or, you can
135
+ * request a quota increase. For more information about quotas and to request an increase, see
136
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>
134
137
  *
135
138
  * @throws {@link AppConfigServiceException}
136
139
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
@@ -79,9 +79,9 @@ export interface CreateDeploymentStrategyCommandOutput extends DeploymentStrateg
79
79
  * <p>Deployment strategies: 20 max</p>
80
80
  * <p>Configuration profiles: 100 max per application</p>
81
81
  * <p>Environments: 20 max per application</p>
82
- * <p>To resolve this issue, you can delete one or more resources and try again. Or, you
83
- * can request a quota increase. For more information about quotas and to request an increase,
84
- * see <a href="https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>
82
+ * <p>To resolve this issue, you can delete one or more resources and try again. Or, you can
83
+ * request a quota increase. For more information about quotas and to request an increase, see
84
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>
85
85
  *
86
86
  * @throws {@link AppConfigServiceException}
87
87
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
@@ -91,9 +91,9 @@ export interface CreateEnvironmentCommandOutput extends Environment, __MetadataB
91
91
  * <p>Deployment strategies: 20 max</p>
92
92
  * <p>Configuration profiles: 100 max per application</p>
93
93
  * <p>Environments: 20 max per application</p>
94
- * <p>To resolve this issue, you can delete one or more resources and try again. Or, you
95
- * can request a quota increase. For more information about quotas and to request an increase,
96
- * see <a href="https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>
94
+ * <p>To resolve this issue, you can delete one or more resources and try again. Or, you can
95
+ * request a quota increase. For more information about quotas and to request an increase, see
96
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>
97
97
  *
98
98
  * @throws {@link AppConfigServiceException}
99
99
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
@@ -90,9 +90,9 @@ export interface CreateExtensionAssociationCommandOutput extends ExtensionAssoci
90
90
  * <p>Deployment strategies: 20 max</p>
91
91
  * <p>Configuration profiles: 100 max per application</p>
92
92
  * <p>Environments: 20 max per application</p>
93
- * <p>To resolve this issue, you can delete one or more resources and try again. Or, you
94
- * can request a quota increase. For more information about quotas and to request an increase,
95
- * see <a href="https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>
93
+ * <p>To resolve this issue, you can delete one or more resources and try again. Or, you can
94
+ * request a quota increase. For more information about quotas and to request an increase, see
95
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>
96
96
  *
97
97
  * @throws {@link AppConfigServiceException}
98
98
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
@@ -129,9 +129,9 @@ export interface CreateExtensionCommandOutput extends Extension, __MetadataBeare
129
129
  * <p>Deployment strategies: 20 max</p>
130
130
  * <p>Configuration profiles: 100 max per application</p>
131
131
  * <p>Environments: 20 max per application</p>
132
- * <p>To resolve this issue, you can delete one or more resources and try again. Or, you
133
- * can request a quota increase. For more information about quotas and to request an increase,
134
- * see <a href="https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>
132
+ * <p>To resolve this issue, you can delete one or more resources and try again. Or, you can
133
+ * request a quota increase. For more information about quotas and to request an increase, see
134
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>
135
135
  *
136
136
  * @throws {@link AppConfigServiceException}
137
137
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
@@ -63,6 +63,7 @@ export interface CreateHostedConfigurationVersionCommandOutput extends CreateHos
63
63
  * // Content: "BLOB_VALUE",
64
64
  * // ContentType: "STRING_VALUE",
65
65
  * // VersionLabel: "STRING_VALUE",
66
+ * // KmsKeyArn: "STRING_VALUE",
66
67
  * // };
67
68
  *
68
69
  * ```
@@ -96,9 +97,9 @@ export interface CreateHostedConfigurationVersionCommandOutput extends CreateHos
96
97
  * <p>Deployment strategies: 20 max</p>
97
98
  * <p>Configuration profiles: 100 max per application</p>
98
99
  * <p>Environments: 20 max per application</p>
99
- * <p>To resolve this issue, you can delete one or more resources and try again. Or, you
100
- * can request a quota increase. For more information about quotas and to request an increase,
101
- * see <a href="https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>
100
+ * <p>To resolve this issue, you can delete one or more resources and try again. Or, you can
101
+ * request a quota increase. For more information about quotas and to request an increase, see
102
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>
102
103
  *
103
104
  * @throws {@link AppConfigServiceException}
104
105
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
@@ -50,6 +50,8 @@ export interface GetConfigurationProfileCommandOutput extends ConfigurationProfi
50
50
  * // },
51
51
  * // ],
52
52
  * // Type: "STRING_VALUE",
53
+ * // KmsKeyArn: "STRING_VALUE",
54
+ * // KmsKeyIdentifier: "STRING_VALUE",
53
55
  * // };
54
56
  *
55
57
  * ```
@@ -52,6 +52,7 @@ export interface GetHostedConfigurationVersionCommandOutput extends GetHostedCon
52
52
  * // Content: "BLOB_VALUE",
53
53
  * // ContentType: "STRING_VALUE",
54
54
  * // VersionLabel: "STRING_VALUE",
55
+ * // KmsKeyArn: "STRING_VALUE",
55
56
  * // };
56
57
  *
57
58
  * ```
@@ -49,6 +49,7 @@ export interface ListHostedConfigurationVersionsCommandOutput extends HostedConf
49
49
  * // Description: "STRING_VALUE",
50
50
  * // ContentType: "STRING_VALUE",
51
51
  * // VersionLabel: "STRING_VALUE",
52
+ * // KmsKeyArn: "STRING_VALUE",
52
53
  * // },
53
54
  * // ],
54
55
  * // NextToken: "STRING_VALUE",
@@ -42,6 +42,7 @@ export interface UpdateConfigurationProfileCommandOutput extends ConfigurationPr
42
42
  * Content: "STRING_VALUE", // required
43
43
  * },
44
44
  * ],
45
+ * KmsKeyIdentifier: "STRING_VALUE",
45
46
  * };
46
47
  * const command = new UpdateConfigurationProfileCommand(input);
47
48
  * const response = await client.send(command);
@@ -59,6 +60,8 @@ export interface UpdateConfigurationProfileCommandOutput extends ConfigurationPr
59
60
  * // },
60
61
  * // ],
61
62
  * // Type: "STRING_VALUE",
63
+ * // KmsKeyArn: "STRING_VALUE",
64
+ * // KmsKeyIdentifier: "STRING_VALUE",
62
65
  * // };
63
66
  *
64
67
  * ```
@@ -290,9 +290,9 @@ export declare class InternalServerException extends __BaseException {
290
290
  * <p>Deployment strategies: 20 max</p>
291
291
  * <p>Configuration profiles: 100 max per application</p>
292
292
  * <p>Environments: 20 max per application</p>
293
- * <p>To resolve this issue, you can delete one or more resources and try again. Or, you
294
- * can request a quota increase. For more information about quotas and to request an increase,
295
- * see <a href="https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>
293
+ * <p>To resolve this issue, you can delete one or more resources and try again. Or, you can
294
+ * request a quota increase. For more information about quotas and to request an increase, see
295
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>
296
296
  */
297
297
  export declare class ServiceQuotaExceededException extends __BaseException {
298
298
  readonly name: "ServiceQuotaExceededException";
@@ -393,6 +393,19 @@ export interface ConfigurationProfile {
393
393
  * </p>
394
394
  */
395
395
  Type?: string;
396
+ /**
397
+ * @public
398
+ * <p>The Amazon Resource Name of the Key Management Service key to encrypt new configuration data
399
+ * versions in the AppConfig hosted configuration store. This
400
+ * attribute is only used for <code>hosted</code> configuration types. To encrypt data managed
401
+ * in other configuration stores, see the documentation for how to specify an KMS key for that particular service.</p>
402
+ */
403
+ KmsKeyArn?: string;
404
+ /**
405
+ * @public
406
+ * <p>The Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.</p>
407
+ */
408
+ KmsKeyIdentifier?: string;
396
409
  }
397
410
  /**
398
411
  * @public
@@ -485,6 +498,15 @@ export interface CreateConfigurationProfileRequest {
485
498
  * </p>
486
499
  */
487
500
  Type?: string;
501
+ /**
502
+ * @public
503
+ * <p>The identifier for an Key Management Service key to encrypt new configuration
504
+ * data versions in the AppConfig hosted configuration store. This attribute is only
505
+ * used for <code>hosted</code> configuration types. The identifier can be an KMS key ID, alias, or the Amazon Resource Name (ARN) of the key ID or alias.
506
+ * To encrypt data managed in other configuration stores, see the documentation for how to
507
+ * specify an KMS key for that particular service.</p>
508
+ */
509
+ KmsKeyIdentifier?: string;
488
510
  }
489
511
  /**
490
512
  * @public
@@ -1029,6 +1051,13 @@ export interface HostedConfigurationVersion {
1029
1051
  * <p>A user-defined label for an AppConfig hosted configuration version.</p>
1030
1052
  */
1031
1053
  VersionLabel?: string;
1054
+ /**
1055
+ * @public
1056
+ * <p>The Amazon Resource Name of the Key Management Service key that was used to encrypt this
1057
+ * specific version of the configuration data in the AppConfig hosted configuration
1058
+ * store.</p>
1059
+ */
1060
+ KmsKeyArn?: string;
1032
1061
  }
1033
1062
  /**
1034
1063
  * @public
@@ -1493,7 +1522,7 @@ export interface Deployment {
1493
1522
  KmsKeyArn?: string;
1494
1523
  /**
1495
1524
  * @public
1496
- * <p>The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key. </p>
1525
+ * <p>The Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.</p>
1497
1526
  */
1498
1527
  KmsKeyIdentifier?: string;
1499
1528
  /**
@@ -2081,6 +2110,13 @@ export interface HostedConfigurationVersionSummary {
2081
2110
  * <p>A user-defined label for an AppConfig hosted configuration version.</p>
2082
2111
  */
2083
2112
  VersionLabel?: string;
2113
+ /**
2114
+ * @public
2115
+ * <p>The Amazon Resource Name of the Key Management Service key that was used to encrypt this
2116
+ * specific version of the configuration data in the AppConfig hosted configuration
2117
+ * store.</p>
2118
+ */
2119
+ KmsKeyArn?: string;
2084
2120
  }
2085
2121
  /**
2086
2122
  * @public
@@ -2308,6 +2344,15 @@ export interface UpdateConfigurationProfileRequest {
2308
2344
  * <p>A list of methods for validating the configuration.</p>
2309
2345
  */
2310
2346
  Validators?: Validator[];
2347
+ /**
2348
+ * @public
2349
+ * <p>The identifier for a Key Management Service key to encrypt new configuration
2350
+ * data versions in the AppConfig hosted configuration store. This attribute is only
2351
+ * used for <code>hosted</code> configuration types. The identifier can be an KMS key ID, alias, or the Amazon Resource Name (ARN) of the key ID or alias.
2352
+ * To encrypt data managed in other configuration stores, see the documentation for how to
2353
+ * specify an KMS key for that particular service.</p>
2354
+ */
2355
+ KmsKeyIdentifier?: string;
2311
2356
  }
2312
2357
  /**
2313
2358
  * @public
@@ -109,6 +109,8 @@ export interface ConfigurationProfile {
109
109
  RetrievalRoleArn?: string;
110
110
  Validators?: Validator[];
111
111
  Type?: string;
112
+ KmsKeyArn?: string;
113
+ KmsKeyIdentifier?: string;
112
114
  }
113
115
  export interface CreateConfigurationProfileRequest {
114
116
  ApplicationId: string | undefined;
@@ -119,6 +121,7 @@ export interface CreateConfigurationProfileRequest {
119
121
  Validators?: Validator[];
120
122
  Tags?: Record<string, string>;
121
123
  Type?: string;
124
+ KmsKeyIdentifier?: string;
122
125
  }
123
126
  export declare class ResourceNotFoundException extends __BaseException {
124
127
  readonly name: "ResourceNotFoundException";
@@ -245,6 +248,7 @@ export interface HostedConfigurationVersion {
245
248
  Content?: Uint8Array;
246
249
  ContentType?: string;
247
250
  VersionLabel?: string;
251
+ KmsKeyArn?: string;
248
252
  }
249
253
  export declare const BytesMeasure: {
250
254
  readonly KILOBYTES: "KILOBYTES";
@@ -500,6 +504,7 @@ export interface HostedConfigurationVersionSummary {
500
504
  Description?: string;
501
505
  ContentType?: string;
502
506
  VersionLabel?: string;
507
+ KmsKeyArn?: string;
503
508
  }
504
509
  export interface HostedConfigurationVersions {
505
510
  Items?: HostedConfigurationVersionSummary[];
@@ -553,6 +558,7 @@ export interface UpdateConfigurationProfileRequest {
553
558
  Description?: string;
554
559
  RetrievalRoleArn?: string;
555
560
  Validators?: Validator[];
561
+ KmsKeyIdentifier?: string;
556
562
  }
557
563
  export interface UpdateDeploymentStrategyRequest {
558
564
  DeploymentStrategyId: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appconfig",
3
3
  "description": "AWS SDK for JavaScript Appconfig Client for Node.js, Browser and React Native",
4
- "version": "3.423.0",
4
+ "version": "3.427.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",
@@ -21,40 +21,40 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.423.0",
25
- "@aws-sdk/credential-provider-node": "3.423.0",
26
- "@aws-sdk/middleware-host-header": "3.418.0",
27
- "@aws-sdk/middleware-logger": "3.418.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.418.0",
29
- "@aws-sdk/middleware-signing": "3.418.0",
30
- "@aws-sdk/middleware-user-agent": "3.418.0",
31
- "@aws-sdk/region-config-resolver": "3.418.0",
32
- "@aws-sdk/types": "3.418.0",
33
- "@aws-sdk/util-endpoints": "3.418.0",
34
- "@aws-sdk/util-user-agent-browser": "3.418.0",
35
- "@aws-sdk/util-user-agent-node": "3.418.0",
36
- "@smithy/config-resolver": "^2.0.10",
37
- "@smithy/fetch-http-handler": "^2.1.5",
38
- "@smithy/hash-node": "^2.0.9",
39
- "@smithy/invalid-dependency": "^2.0.9",
40
- "@smithy/middleware-content-length": "^2.0.11",
41
- "@smithy/middleware-endpoint": "^2.0.9",
42
- "@smithy/middleware-retry": "^2.0.12",
43
- "@smithy/middleware-serde": "^2.0.9",
44
- "@smithy/middleware-stack": "^2.0.2",
45
- "@smithy/node-config-provider": "^2.0.12",
46
- "@smithy/node-http-handler": "^2.1.5",
47
- "@smithy/protocol-http": "^3.0.5",
48
- "@smithy/smithy-client": "^2.1.6",
49
- "@smithy/types": "^2.3.3",
50
- "@smithy/url-parser": "^2.0.9",
24
+ "@aws-sdk/client-sts": "3.427.0",
25
+ "@aws-sdk/credential-provider-node": "3.427.0",
26
+ "@aws-sdk/middleware-host-header": "3.425.0",
27
+ "@aws-sdk/middleware-logger": "3.425.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.425.0",
29
+ "@aws-sdk/middleware-signing": "3.425.0",
30
+ "@aws-sdk/middleware-user-agent": "3.427.0",
31
+ "@aws-sdk/region-config-resolver": "3.425.0",
32
+ "@aws-sdk/types": "3.425.0",
33
+ "@aws-sdk/util-endpoints": "3.427.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.425.0",
35
+ "@aws-sdk/util-user-agent-node": "3.425.0",
36
+ "@smithy/config-resolver": "^2.0.11",
37
+ "@smithy/fetch-http-handler": "^2.2.1",
38
+ "@smithy/hash-node": "^2.0.10",
39
+ "@smithy/invalid-dependency": "^2.0.10",
40
+ "@smithy/middleware-content-length": "^2.0.12",
41
+ "@smithy/middleware-endpoint": "^2.0.10",
42
+ "@smithy/middleware-retry": "^2.0.13",
43
+ "@smithy/middleware-serde": "^2.0.10",
44
+ "@smithy/middleware-stack": "^2.0.4",
45
+ "@smithy/node-config-provider": "^2.0.13",
46
+ "@smithy/node-http-handler": "^2.1.6",
47
+ "@smithy/protocol-http": "^3.0.6",
48
+ "@smithy/smithy-client": "^2.1.9",
49
+ "@smithy/types": "^2.3.4",
50
+ "@smithy/url-parser": "^2.0.10",
51
51
  "@smithy/util-base64": "^2.0.0",
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.10",
55
- "@smithy/util-defaults-mode-node": "^2.0.12",
56
- "@smithy/util-retry": "^2.0.2",
57
- "@smithy/util-stream": "^2.0.12",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.13",
55
+ "@smithy/util-defaults-mode-node": "^2.0.15",
56
+ "@smithy/util-retry": "^2.0.3",
57
+ "@smithy/util-stream": "^2.0.14",
58
58
  "@smithy/util-utf8": "^2.0.0",
59
59
  "tslib": "^2.5.0"
60
60
  },