@aws-sdk/client-appconfig 3.414.0 → 3.417.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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateConfigurationProfileRequestFilterSensitiveLog = exports.ConfigurationFilterSensitiveLog = exports.HostedConfigurationVersionFilterSensitiveLog = exports.CreateHostedConfigurationVersionRequestFilterSensitiveLog = exports.CreateConfigurationProfileRequestFilterSensitiveLog = exports.ConfigurationProfileFilterSensitiveLog = exports.ValidatorFilterSensitiveLog = exports.DeploymentState = exports.TriggeredBy = exports.DeploymentEventType = exports.PayloadTooLargeException = exports.BytesMeasure = exports.ServiceQuotaExceededException = exports.ConflictException = exports.EnvironmentState = exports.ReplicateTo = exports.GrowthType = exports.ResourceNotFoundException = exports.ValidatorType = exports.InternalServerException = exports.BadRequestException = exports.BadRequestReason = exports.BadRequestDetails = exports.ActionPoint = void 0;
3
+ exports.UpdateConfigurationProfileRequestFilterSensitiveLog = exports.ConfigurationFilterSensitiveLog = exports.HostedConfigurationVersionFilterSensitiveLog = exports.CreateHostedConfigurationVersionRequestFilterSensitiveLog = exports.CreateConfigurationProfileRequestFilterSensitiveLog = exports.ConfigurationProfileFilterSensitiveLog = exports.ValidatorFilterSensitiveLog = exports.DeploymentState = exports.TriggeredBy = exports.DeploymentEventType = exports.PayloadTooLargeException = exports.BytesMeasure = exports.ConflictException = exports.EnvironmentState = exports.ReplicateTo = exports.GrowthType = exports.ResourceNotFoundException = exports.ValidatorType = exports.ServiceQuotaExceededException = exports.InternalServerException = exports.BadRequestException = exports.BadRequestReason = exports.BadRequestDetails = exports.ActionPoint = void 0;
4
4
  const smithy_client_1 = require("@smithy/smithy-client");
5
5
  const AppConfigServiceException_1 = require("./AppConfigServiceException");
6
6
  exports.ActionPoint = {
@@ -53,6 +53,20 @@ class InternalServerException extends AppConfigServiceException_1.AppConfigServi
53
53
  }
54
54
  }
55
55
  exports.InternalServerException = InternalServerException;
56
+ class ServiceQuotaExceededException extends AppConfigServiceException_1.AppConfigServiceException {
57
+ constructor(opts) {
58
+ super({
59
+ name: "ServiceQuotaExceededException",
60
+ $fault: "client",
61
+ ...opts,
62
+ });
63
+ this.name = "ServiceQuotaExceededException";
64
+ this.$fault = "client";
65
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
66
+ this.Message = opts.Message;
67
+ }
68
+ }
69
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
56
70
  exports.ValidatorType = {
57
71
  JSON_SCHEMA: "JSON_SCHEMA",
58
72
  LAMBDA: "LAMBDA",
@@ -100,20 +114,6 @@ class ConflictException extends AppConfigServiceException_1.AppConfigServiceExce
100
114
  }
101
115
  }
102
116
  exports.ConflictException = ConflictException;
103
- class ServiceQuotaExceededException extends AppConfigServiceException_1.AppConfigServiceException {
104
- constructor(opts) {
105
- super({
106
- name: "ServiceQuotaExceededException",
107
- $fault: "client",
108
- ...opts,
109
- });
110
- this.name = "ServiceQuotaExceededException";
111
- this.$fault = "client";
112
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
113
- this.Message = opts.Message;
114
- }
115
- }
116
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
117
117
  exports.BytesMeasure = {
118
118
  KILOBYTES: "KILOBYTES",
119
119
  };
@@ -1008,6 +1008,9 @@ const de_CreateApplicationCommandError = async (output, context) => {
1008
1008
  case "InternalServerException":
1009
1009
  case "com.amazonaws.appconfig#InternalServerException":
1010
1010
  throw await de_InternalServerExceptionRes(parsedOutput, context);
1011
+ case "ServiceQuotaExceededException":
1012
+ case "com.amazonaws.appconfig#ServiceQuotaExceededException":
1013
+ throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
1011
1014
  default:
1012
1015
  const parsedBody = parsedOutput.body;
1013
1016
  return throwDefaultError({
@@ -1055,6 +1058,9 @@ const de_CreateConfigurationProfileCommandError = async (output, context) => {
1055
1058
  case "ResourceNotFoundException":
1056
1059
  case "com.amazonaws.appconfig#ResourceNotFoundException":
1057
1060
  throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
1061
+ case "ServiceQuotaExceededException":
1062
+ case "com.amazonaws.appconfig#ServiceQuotaExceededException":
1063
+ throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
1058
1064
  default:
1059
1065
  const parsedBody = parsedOutput.body;
1060
1066
  return throwDefaultError({
@@ -1099,6 +1105,9 @@ const de_CreateDeploymentStrategyCommandError = async (output, context) => {
1099
1105
  case "InternalServerException":
1100
1106
  case "com.amazonaws.appconfig#InternalServerException":
1101
1107
  throw await de_InternalServerExceptionRes(parsedOutput, context);
1108
+ case "ServiceQuotaExceededException":
1109
+ case "com.amazonaws.appconfig#ServiceQuotaExceededException":
1110
+ throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
1102
1111
  default:
1103
1112
  const parsedBody = parsedOutput.body;
1104
1113
  return throwDefaultError({
@@ -1144,6 +1153,9 @@ const de_CreateEnvironmentCommandError = async (output, context) => {
1144
1153
  case "ResourceNotFoundException":
1145
1154
  case "com.amazonaws.appconfig#ResourceNotFoundException":
1146
1155
  throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
1156
+ case "ServiceQuotaExceededException":
1157
+ case "com.amazonaws.appconfig#ServiceQuotaExceededException":
1158
+ throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
1147
1159
  default:
1148
1160
  const parsedBody = parsedOutput.body;
1149
1161
  return throwDefaultError({
@@ -1721,6 +1733,7 @@ const de_GetDeploymentCommand = async (output, context) => {
1721
1733
  PercentageComplete: smithy_client_1.limitedParseFloat32,
1722
1734
  StartedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
1723
1735
  State: smithy_client_1.expectString,
1736
+ VersionLabel: smithy_client_1.expectString,
1724
1737
  });
1725
1738
  Object.assign(contents, doc);
1726
1739
  return contents;
@@ -2366,6 +2379,7 @@ const de_StartDeploymentCommand = async (output, context) => {
2366
2379
  PercentageComplete: smithy_client_1.limitedParseFloat32,
2367
2380
  StartedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
2368
2381
  State: smithy_client_1.expectString,
2382
+ VersionLabel: smithy_client_1.expectString,
2369
2383
  });
2370
2384
  Object.assign(contents, doc);
2371
2385
  return contents;
@@ -2429,6 +2443,7 @@ const de_StopDeploymentCommand = async (output, context) => {
2429
2443
  PercentageComplete: smithy_client_1.limitedParseFloat32,
2430
2444
  StartedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
2431
2445
  State: smithy_client_1.expectString,
2446
+ VersionLabel: smithy_client_1.expectString,
2432
2447
  });
2433
2448
  Object.assign(contents, doc);
2434
2449
  return contents;
@@ -2985,6 +3000,7 @@ const de_DeploymentSummary = (output, context) => {
2985
3000
  PercentageComplete: smithy_client_1.limitedParseFloat32,
2986
3001
  StartedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
2987
3002
  State: smithy_client_1.expectString,
3003
+ VersionLabel: smithy_client_1.expectString,
2988
3004
  });
2989
3005
  };
2990
3006
  const deserializeMetadata = (output) => ({
@@ -48,6 +48,19 @@ export class InternalServerException extends __BaseException {
48
48
  this.Message = opts.Message;
49
49
  }
50
50
  }
51
+ export class ServiceQuotaExceededException extends __BaseException {
52
+ constructor(opts) {
53
+ super({
54
+ name: "ServiceQuotaExceededException",
55
+ $fault: "client",
56
+ ...opts,
57
+ });
58
+ this.name = "ServiceQuotaExceededException";
59
+ this.$fault = "client";
60
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
61
+ this.Message = opts.Message;
62
+ }
63
+ }
51
64
  export const ValidatorType = {
52
65
  JSON_SCHEMA: "JSON_SCHEMA",
53
66
  LAMBDA: "LAMBDA",
@@ -93,19 +106,6 @@ export class ConflictException extends __BaseException {
93
106
  this.Message = opts.Message;
94
107
  }
95
108
  }
96
- export class ServiceQuotaExceededException extends __BaseException {
97
- constructor(opts) {
98
- super({
99
- name: "ServiceQuotaExceededException",
100
- $fault: "client",
101
- ...opts,
102
- });
103
- this.name = "ServiceQuotaExceededException";
104
- this.$fault = "client";
105
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
106
- this.Message = opts.Message;
107
- }
108
- }
109
109
  export const BytesMeasure = {
110
110
  KILOBYTES: "KILOBYTES",
111
111
  };
@@ -960,6 +960,9 @@ const de_CreateApplicationCommandError = async (output, context) => {
960
960
  case "InternalServerException":
961
961
  case "com.amazonaws.appconfig#InternalServerException":
962
962
  throw await de_InternalServerExceptionRes(parsedOutput, context);
963
+ case "ServiceQuotaExceededException":
964
+ case "com.amazonaws.appconfig#ServiceQuotaExceededException":
965
+ throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
963
966
  default:
964
967
  const parsedBody = parsedOutput.body;
965
968
  return throwDefaultError({
@@ -1006,6 +1009,9 @@ const de_CreateConfigurationProfileCommandError = async (output, context) => {
1006
1009
  case "ResourceNotFoundException":
1007
1010
  case "com.amazonaws.appconfig#ResourceNotFoundException":
1008
1011
  throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
1012
+ case "ServiceQuotaExceededException":
1013
+ case "com.amazonaws.appconfig#ServiceQuotaExceededException":
1014
+ throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
1009
1015
  default:
1010
1016
  const parsedBody = parsedOutput.body;
1011
1017
  return throwDefaultError({
@@ -1049,6 +1055,9 @@ const de_CreateDeploymentStrategyCommandError = async (output, context) => {
1049
1055
  case "InternalServerException":
1050
1056
  case "com.amazonaws.appconfig#InternalServerException":
1051
1057
  throw await de_InternalServerExceptionRes(parsedOutput, context);
1058
+ case "ServiceQuotaExceededException":
1059
+ case "com.amazonaws.appconfig#ServiceQuotaExceededException":
1060
+ throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
1052
1061
  default:
1053
1062
  const parsedBody = parsedOutput.body;
1054
1063
  return throwDefaultError({
@@ -1093,6 +1102,9 @@ const de_CreateEnvironmentCommandError = async (output, context) => {
1093
1102
  case "ResourceNotFoundException":
1094
1103
  case "com.amazonaws.appconfig#ResourceNotFoundException":
1095
1104
  throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
1105
+ case "ServiceQuotaExceededException":
1106
+ case "com.amazonaws.appconfig#ServiceQuotaExceededException":
1107
+ throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
1096
1108
  default:
1097
1109
  const parsedBody = parsedOutput.body;
1098
1110
  return throwDefaultError({
@@ -1657,6 +1669,7 @@ export const de_GetDeploymentCommand = async (output, context) => {
1657
1669
  PercentageComplete: __limitedParseFloat32,
1658
1670
  StartedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
1659
1671
  State: __expectString,
1672
+ VersionLabel: __expectString,
1660
1673
  });
1661
1674
  Object.assign(contents, doc);
1662
1675
  return contents;
@@ -2287,6 +2300,7 @@ export const de_StartDeploymentCommand = async (output, context) => {
2287
2300
  PercentageComplete: __limitedParseFloat32,
2288
2301
  StartedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
2289
2302
  State: __expectString,
2303
+ VersionLabel: __expectString,
2290
2304
  });
2291
2305
  Object.assign(contents, doc);
2292
2306
  return contents;
@@ -2349,6 +2363,7 @@ export const de_StopDeploymentCommand = async (output, context) => {
2349
2363
  PercentageComplete: __limitedParseFloat32,
2350
2364
  StartedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
2351
2365
  State: __expectString,
2366
+ VersionLabel: __expectString,
2352
2367
  });
2353
2368
  Object.assign(contents, doc);
2354
2369
  return contents;
@@ -2895,6 +2910,7 @@ const de_DeploymentSummary = (output, context) => {
2895
2910
  PercentageComplete: __limitedParseFloat32,
2896
2911
  StartedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
2897
2912
  State: __expectString,
2913
+ VersionLabel: __expectString,
2898
2914
  });
2899
2915
  };
2900
2916
  const deserializeMetadata = (output) => ({
@@ -63,6 +63,17 @@ export interface CreateApplicationCommandOutput extends Application, __MetadataB
63
63
  * @throws {@link InternalServerException} (server fault)
64
64
  * <p>There was an internal failure in the AppConfig service.</p>
65
65
  *
66
+ * @throws {@link ServiceQuotaExceededException} (client fault)
67
+ * <p>The number of one more AppConfig resources exceeds the maximum allowed. Verify that your
68
+ * environment doesn't exceed the following service quotas:</p>
69
+ * <p>Applications: 100 max</p>
70
+ * <p>Deployment strategies: 20 max</p>
71
+ * <p>Configuration profiles: 100 max per application</p>
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>
76
+ *
66
77
  * @throws {@link AppConfigServiceException}
67
78
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
68
79
  *
@@ -121,6 +121,17 @@ export interface CreateConfigurationProfileCommandOutput extends ConfigurationPr
121
121
  * @throws {@link ResourceNotFoundException} (client fault)
122
122
  * <p>The requested resource could not be found.</p>
123
123
  *
124
+ * @throws {@link ServiceQuotaExceededException} (client fault)
125
+ * <p>The number of one more AppConfig resources exceeds the maximum allowed. Verify that your
126
+ * environment doesn't exceed the following service quotas:</p>
127
+ * <p>Applications: 100 max</p>
128
+ * <p>Deployment strategies: 20 max</p>
129
+ * <p>Configuration profiles: 100 max per application</p>
130
+ * <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
+ *
124
135
  * @throws {@link AppConfigServiceException}
125
136
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
126
137
  *
@@ -72,6 +72,17 @@ export interface CreateDeploymentStrategyCommandOutput extends DeploymentStrateg
72
72
  * @throws {@link InternalServerException} (server fault)
73
73
  * <p>There was an internal failure in the AppConfig service.</p>
74
74
  *
75
+ * @throws {@link ServiceQuotaExceededException} (client fault)
76
+ * <p>The number of one more AppConfig resources exceeds the maximum allowed. Verify that your
77
+ * environment doesn't exceed the following service quotas:</p>
78
+ * <p>Applications: 100 max</p>
79
+ * <p>Deployment strategies: 20 max</p>
80
+ * <p>Configuration profiles: 100 max per application</p>
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>
85
+ *
75
86
  * @throws {@link AppConfigServiceException}
76
87
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
77
88
  *
@@ -84,6 +84,17 @@ export interface CreateEnvironmentCommandOutput extends Environment, __MetadataB
84
84
  * @throws {@link ResourceNotFoundException} (client fault)
85
85
  * <p>The requested resource could not be found.</p>
86
86
  *
87
+ * @throws {@link ServiceQuotaExceededException} (client fault)
88
+ * <p>The number of one more AppConfig resources exceeds the maximum allowed. Verify that your
89
+ * environment doesn't exceed the following service quotas:</p>
90
+ * <p>Applications: 100 max</p>
91
+ * <p>Deployment strategies: 20 max</p>
92
+ * <p>Configuration profiles: 100 max per application</p>
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>
97
+ *
87
98
  * @throws {@link AppConfigServiceException}
88
99
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
89
100
  *
@@ -84,7 +84,15 @@ export interface CreateExtensionAssociationCommandOutput extends ExtensionAssoci
84
84
  * <p>The requested resource could not be found.</p>
85
85
  *
86
86
  * @throws {@link ServiceQuotaExceededException} (client fault)
87
- * <p>The number of hosted configuration versions exceeds the limit for the AppConfig hosted configuration store. Delete one or more versions and try again.</p>
87
+ * <p>The number of one more AppConfig resources exceeds the maximum allowed. Verify that your
88
+ * environment doesn't exceed the following service quotas:</p>
89
+ * <p>Applications: 100 max</p>
90
+ * <p>Deployment strategies: 20 max</p>
91
+ * <p>Configuration profiles: 100 max per application</p>
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>
88
96
  *
89
97
  * @throws {@link AppConfigServiceException}
90
98
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
@@ -27,9 +27,25 @@ export interface CreateExtensionCommandOutput extends Extension, __MetadataBeare
27
27
  * logic or behavior at different points during the AppConfig workflow of creating
28
28
  * or deploying a configuration.</p>
29
29
  * <p>You can create your own extensions or use the Amazon Web Services authored extensions provided by
30
- * AppConfig. For most use cases, to create your own extension, you must create
31
- * an Lambda function to perform any computation and processing defined in the
32
- * extension. For more information about extensions, see <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html">Working with
30
+ * AppConfig. For an AppConfig extension that uses Lambda, you must create a Lambda function to perform any computation and processing
31
+ * defined in the extension. If you plan to create custom versions of the Amazon Web Services
32
+ * authored notification extensions, you only need to specify an Amazon Resource Name (ARN) in
33
+ * the <code>Uri</code> field for the new extension version.</p>
34
+ * <ul>
35
+ * <li>
36
+ * <p>For a custom EventBridge notification extension, enter the ARN of the EventBridge
37
+ * default events in the <code>Uri</code> field.</p>
38
+ * </li>
39
+ * <li>
40
+ * <p>For a custom Amazon SNS notification extension, enter the ARN of an Amazon SNS
41
+ * topic in the <code>Uri</code> field.</p>
42
+ * </li>
43
+ * <li>
44
+ * <p>For a custom Amazon SQS notification extension, enter the ARN of an Amazon SQS
45
+ * message queue in the <code>Uri</code> field. </p>
46
+ * </li>
47
+ * </ul>
48
+ * <p>For more information about extensions, see <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html">Working with
33
49
  * AppConfig extensions</a> in the
34
50
  * <i>AppConfig User Guide</i>.</p>
35
51
  * @example
@@ -107,7 +123,15 @@ export interface CreateExtensionCommandOutput extends Extension, __MetadataBeare
107
123
  * <p>There was an internal failure in the AppConfig service.</p>
108
124
  *
109
125
  * @throws {@link ServiceQuotaExceededException} (client fault)
110
- * <p>The number of hosted configuration versions exceeds the limit for the AppConfig hosted configuration store. Delete one or more versions and try again.</p>
126
+ * <p>The number of one more AppConfig resources exceeds the maximum allowed. Verify that your
127
+ * environment doesn't exceed the following service quotas:</p>
128
+ * <p>Applications: 100 max</p>
129
+ * <p>Deployment strategies: 20 max</p>
130
+ * <p>Configuration profiles: 100 max per application</p>
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>
111
135
  *
112
136
  * @throws {@link AppConfigServiceException}
113
137
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
@@ -90,7 +90,15 @@ export interface CreateHostedConfigurationVersionCommandOutput extends CreateHos
90
90
  * <p>The requested resource could not be found.</p>
91
91
  *
92
92
  * @throws {@link ServiceQuotaExceededException} (client fault)
93
- * <p>The number of hosted configuration versions exceeds the limit for the AppConfig hosted configuration store. Delete one or more versions and try again.</p>
93
+ * <p>The number of one more AppConfig resources exceeds the maximum allowed. Verify that your
94
+ * environment doesn't exceed the following service quotas:</p>
95
+ * <p>Applications: 100 max</p>
96
+ * <p>Deployment strategies: 20 max</p>
97
+ * <p>Configuration profiles: 100 max per application</p>
98
+ * <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>
94
102
  *
95
103
  * @throws {@link AppConfigServiceException}
96
104
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
@@ -86,6 +86,7 @@ export interface GetDeploymentCommandOutput extends Deployment, __MetadataBearer
86
86
  * // ],
87
87
  * // KmsKeyArn: "STRING_VALUE",
88
88
  * // KmsKeyIdentifier: "STRING_VALUE",
89
+ * // VersionLabel: "STRING_VALUE",
89
90
  * // };
90
91
  *
91
92
  * ```
@@ -52,6 +52,7 @@ export interface ListDeploymentsCommandOutput extends Deployments, __MetadataBea
52
52
  * // PercentageComplete: Number("float"),
53
53
  * // StartedAt: new Date("TIMESTAMP"),
54
54
  * // CompletedAt: new Date("TIMESTAMP"),
55
+ * // VersionLabel: "STRING_VALUE",
55
56
  * // },
56
57
  * // ],
57
58
  * // NextToken: "STRING_VALUE",
@@ -93,6 +93,7 @@ export interface StartDeploymentCommandOutput extends Deployment, __MetadataBear
93
93
  * // ],
94
94
  * // KmsKeyArn: "STRING_VALUE",
95
95
  * // KmsKeyIdentifier: "STRING_VALUE",
96
+ * // VersionLabel: "STRING_VALUE",
96
97
  * // };
97
98
  *
98
99
  * ```
@@ -88,6 +88,7 @@ export interface StopDeploymentCommandOutput extends Deployment, __MetadataBeare
88
88
  * // ],
89
89
  * // KmsKeyArn: "STRING_VALUE",
90
90
  * // KmsKeyIdentifier: "STRING_VALUE",
91
+ * // VersionLabel: "STRING_VALUE",
91
92
  * // };
92
93
  *
93
94
  * ```
@@ -282,6 +282,27 @@ export declare class InternalServerException extends __BaseException {
282
282
  */
283
283
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
284
284
  }
285
+ /**
286
+ * @public
287
+ * <p>The number of one more AppConfig resources exceeds the maximum allowed. Verify that your
288
+ * environment doesn't exceed the following service quotas:</p>
289
+ * <p>Applications: 100 max</p>
290
+ * <p>Deployment strategies: 20 max</p>
291
+ * <p>Configuration profiles: 100 max per application</p>
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>
296
+ */
297
+ export declare class ServiceQuotaExceededException extends __BaseException {
298
+ readonly name: "ServiceQuotaExceededException";
299
+ readonly $fault: "client";
300
+ Message?: string;
301
+ /**
302
+ * @internal
303
+ */
304
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
305
+ }
285
306
  /**
286
307
  * @public
287
308
  * @enum
@@ -405,8 +426,13 @@ export interface CreateConfigurationProfileRequest {
405
426
  * the format <code>ssm-parameter://<parameter name></code> or the ARN.</p>
406
427
  * </li>
407
428
  * <li>
429
+ * <p>For an Amazon Web Services
430
+ * CodePipeline pipeline, specify the URI in the following format:
431
+ * <code>codepipeline</code>://<pipeline name>.</p>
432
+ * </li>
433
+ * <li>
408
434
  * <p>For an Secrets Manager secret, specify the URI in the following format:
409
- * <code>secrets-manager</code>://<secret name>.</p>
435
+ * <code>secretsmanager</code>://<secret name>.</p>
410
436
  * </li>
411
437
  * <li>
412
438
  * <p>For an Amazon S3 object, specify the URI in the following format:
@@ -846,19 +872,6 @@ export interface Extension {
846
872
  */
847
873
  Parameters?: Record<string, Parameter>;
848
874
  }
849
- /**
850
- * @public
851
- * <p>The number of hosted configuration versions exceeds the limit for the AppConfig hosted configuration store. Delete one or more versions and try again.</p>
852
- */
853
- export declare class ServiceQuotaExceededException extends __BaseException {
854
- readonly name: "ServiceQuotaExceededException";
855
- readonly $fault: "client";
856
- Message?: string;
857
- /**
858
- * @internal
859
- */
860
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
861
- }
862
875
  /**
863
876
  * @public
864
877
  */
@@ -970,7 +983,9 @@ export interface CreateHostedConfigurationVersionRequest {
970
983
  LatestVersionNumber?: number;
971
984
  /**
972
985
  * @public
973
- * <p>An optional, user-defined label for the AppConfig hosted configuration version. This value must contain at least one non-numeric character. For example, "v2.2.0".</p>
986
+ * <p>An optional, user-defined label for the AppConfig hosted configuration
987
+ * version. This value must contain at least one non-numeric character. For example,
988
+ * "v2.2.0".</p>
974
989
  */
975
990
  VersionLabel?: string;
976
991
  }
@@ -1322,9 +1337,19 @@ export interface DeploymentEvent {
1322
1337
  /**
1323
1338
  * @public
1324
1339
  * <p>A description of the deployment event. Descriptions include, but are not limited to, the
1325
- * user account or the Amazon CloudWatch alarm ARN that initiated a rollback, the percentage of hosts
1326
- * that received the deployment, or in the case of an internal error, a recommendation to
1327
- * attempt a new deployment.</p>
1340
+ * following:</p>
1341
+ * <ul>
1342
+ * <li>
1343
+ * <p>The Amazon Web Services account or the Amazon CloudWatch alarm ARN that initiated a rollback.</p>
1344
+ * </li>
1345
+ * <li>
1346
+ * <p>The percentage of hosts that received the deployment.</p>
1347
+ * </li>
1348
+ * <li>
1349
+ * <p>A recommendation to attempt a new deployment (in the case of an internal
1350
+ * error).</p>
1351
+ * </li>
1352
+ * </ul>
1328
1353
  */
1329
1354
  Description?: string;
1330
1355
  /**
@@ -1471,6 +1496,11 @@ export interface Deployment {
1471
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>
1472
1497
  */
1473
1498
  KmsKeyIdentifier?: string;
1499
+ /**
1500
+ * @public
1501
+ * <p>A user-defined label for an AppConfig hosted configuration version.</p>
1502
+ */
1503
+ VersionLabel?: string;
1474
1504
  }
1475
1505
  /**
1476
1506
  * @public
@@ -1749,6 +1779,11 @@ export interface DeploymentSummary {
1749
1779
  * <p>Time the deployment completed.</p>
1750
1780
  */
1751
1781
  CompletedAt?: Date;
1782
+ /**
1783
+ * @public
1784
+ * <p>A user-defined label for an AppConfig hosted configuration version.</p>
1785
+ */
1786
+ VersionLabel?: string;
1752
1787
  }
1753
1788
  /**
1754
1789
  * @public
@@ -2090,7 +2125,9 @@ export interface ListHostedConfigurationVersionsRequest {
2090
2125
  NextToken?: string;
2091
2126
  /**
2092
2127
  * @public
2093
- * <p>An optional filter that can be used to specify the version label of an AppConfig hosted configuration version. This parameter supports filtering by prefix using a wildcard, for example "v2*". If you don't specify an asterisk at the end of the value, only an exact match is returned.</p>
2128
+ * <p>An optional filter that can be used to specify the version label of an AppConfig hosted configuration version. This parameter supports filtering by prefix using a
2129
+ * wildcard, for example "v2*". If you don't specify an asterisk at the end of the value, only
2130
+ * an exact match is returned.</p>
2094
2131
  */
2095
2132
  VersionLabel?: string;
2096
2133
  }
@@ -2142,7 +2179,9 @@ export interface StartDeploymentRequest {
2142
2179
  ConfigurationProfileId: string | undefined;
2143
2180
  /**
2144
2181
  * @public
2145
- * <p>The configuration version to deploy. If deploying an AppConfig hosted configuration version, you can specify either the version number or version label.</p>
2182
+ * <p>The configuration version to deploy. If deploying an AppConfig hosted
2183
+ * configuration version, you can specify either the version number or version label. For all
2184
+ * other configurations, you must specify the version number.</p>
2146
2185
  */
2147
2186
  ConfigurationVersion: string | undefined;
2148
2187
  /**
@@ -83,6 +83,14 @@ export declare class InternalServerException extends __BaseException {
83
83
  opts: __ExceptionOptionType<InternalServerException, __BaseException>
84
84
  );
85
85
  }
86
+ export declare class ServiceQuotaExceededException extends __BaseException {
87
+ readonly name: "ServiceQuotaExceededException";
88
+ readonly $fault: "client";
89
+ Message?: string;
90
+ constructor(
91
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
92
+ );
93
+ }
86
94
  export declare const ValidatorType: {
87
95
  readonly JSON_SCHEMA: "JSON_SCHEMA";
88
96
  readonly LAMBDA: "LAMBDA";
@@ -205,14 +213,6 @@ export interface Extension {
205
213
  Actions?: Record<string, Action[]>;
206
214
  Parameters?: Record<string, Parameter>;
207
215
  }
208
- export declare class ServiceQuotaExceededException extends __BaseException {
209
- readonly name: "ServiceQuotaExceededException";
210
- readonly $fault: "client";
211
- Message?: string;
212
- constructor(
213
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
214
- );
215
- }
216
216
  export interface CreateExtensionAssociationRequest {
217
217
  ExtensionIdentifier: string | undefined;
218
218
  ExtensionVersionNumber?: number;
@@ -368,6 +368,7 @@ export interface Deployment {
368
368
  AppliedExtensions?: AppliedExtension[];
369
369
  KmsKeyArn?: string;
370
370
  KmsKeyIdentifier?: string;
371
+ VersionLabel?: string;
371
372
  }
372
373
  export interface GetDeploymentRequest {
373
374
  ApplicationId: string | undefined;
@@ -431,6 +432,7 @@ export interface DeploymentSummary {
431
432
  PercentageComplete?: number;
432
433
  StartedAt?: Date;
433
434
  CompletedAt?: Date;
435
+ VersionLabel?: string;
434
436
  }
435
437
  export interface Deployments {
436
438
  Items?: DeploymentSummary[];
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.414.0",
4
+ "version": "3.417.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",