@aws-sdk/client-appconfig 3.414.0 → 3.418.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-cjs/commands/CreateApplicationCommand.js +5 -0
- package/dist-cjs/commands/CreateConfigurationProfileCommand.js +5 -0
- package/dist-cjs/commands/CreateDeploymentStrategyCommand.js +5 -0
- package/dist-cjs/commands/CreateEnvironmentCommand.js +5 -0
- package/dist-cjs/commands/CreateExtensionAssociationCommand.js +5 -0
- package/dist-cjs/commands/CreateExtensionCommand.js +5 -0
- package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js +5 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +5 -0
- package/dist-cjs/commands/DeleteConfigurationProfileCommand.js +5 -0
- package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js +5 -0
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +5 -0
- package/dist-cjs/commands/DeleteExtensionAssociationCommand.js +5 -0
- package/dist-cjs/commands/DeleteExtensionCommand.js +5 -0
- package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js +5 -0
- package/dist-cjs/commands/GetApplicationCommand.js +5 -0
- package/dist-cjs/commands/GetConfigurationCommand.js +5 -0
- package/dist-cjs/commands/GetConfigurationProfileCommand.js +5 -0
- package/dist-cjs/commands/GetDeploymentCommand.js +5 -0
- package/dist-cjs/commands/GetDeploymentStrategyCommand.js +5 -0
- package/dist-cjs/commands/GetEnvironmentCommand.js +5 -0
- package/dist-cjs/commands/GetExtensionAssociationCommand.js +5 -0
- package/dist-cjs/commands/GetExtensionCommand.js +5 -0
- package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js +5 -0
- package/dist-cjs/commands/ListApplicationsCommand.js +5 -0
- package/dist-cjs/commands/ListConfigurationProfilesCommand.js +5 -0
- package/dist-cjs/commands/ListDeploymentStrategiesCommand.js +5 -0
- package/dist-cjs/commands/ListDeploymentsCommand.js +5 -0
- package/dist-cjs/commands/ListEnvironmentsCommand.js +5 -0
- package/dist-cjs/commands/ListExtensionAssociationsCommand.js +5 -0
- package/dist-cjs/commands/ListExtensionsCommand.js +5 -0
- package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/StartDeploymentCommand.js +5 -0
- package/dist-cjs/commands/StopDeploymentCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +5 -0
- package/dist-cjs/commands/UpdateConfigurationProfileCommand.js +5 -0
- package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js +5 -0
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +5 -0
- package/dist-cjs/commands/UpdateExtensionAssociationCommand.js +5 -0
- package/dist-cjs/commands/UpdateExtensionCommand.js +5 -0
- package/dist-cjs/commands/ValidateConfigurationCommand.js +5 -0
- package/dist-cjs/models/models_0.js +15 -15
- package/dist-cjs/protocols/Aws_restJson1.js +16 -0
- package/dist-es/commands/CreateApplicationCommand.js +5 -0
- package/dist-es/commands/CreateConfigurationProfileCommand.js +5 -0
- package/dist-es/commands/CreateDeploymentStrategyCommand.js +5 -0
- package/dist-es/commands/CreateEnvironmentCommand.js +5 -0
- package/dist-es/commands/CreateExtensionAssociationCommand.js +5 -0
- package/dist-es/commands/CreateExtensionCommand.js +5 -0
- package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +5 -0
- package/dist-es/commands/DeleteApplicationCommand.js +5 -0
- package/dist-es/commands/DeleteConfigurationProfileCommand.js +5 -0
- package/dist-es/commands/DeleteDeploymentStrategyCommand.js +5 -0
- package/dist-es/commands/DeleteEnvironmentCommand.js +5 -0
- package/dist-es/commands/DeleteExtensionAssociationCommand.js +5 -0
- package/dist-es/commands/DeleteExtensionCommand.js +5 -0
- package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +5 -0
- package/dist-es/commands/GetApplicationCommand.js +5 -0
- package/dist-es/commands/GetConfigurationCommand.js +5 -0
- package/dist-es/commands/GetConfigurationProfileCommand.js +5 -0
- package/dist-es/commands/GetDeploymentCommand.js +5 -0
- package/dist-es/commands/GetDeploymentStrategyCommand.js +5 -0
- package/dist-es/commands/GetEnvironmentCommand.js +5 -0
- package/dist-es/commands/GetExtensionAssociationCommand.js +5 -0
- package/dist-es/commands/GetExtensionCommand.js +5 -0
- package/dist-es/commands/GetHostedConfigurationVersionCommand.js +5 -0
- package/dist-es/commands/ListApplicationsCommand.js +5 -0
- package/dist-es/commands/ListConfigurationProfilesCommand.js +5 -0
- package/dist-es/commands/ListDeploymentStrategiesCommand.js +5 -0
- package/dist-es/commands/ListDeploymentsCommand.js +5 -0
- package/dist-es/commands/ListEnvironmentsCommand.js +5 -0
- package/dist-es/commands/ListExtensionAssociationsCommand.js +5 -0
- package/dist-es/commands/ListExtensionsCommand.js +5 -0
- package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/StartDeploymentCommand.js +5 -0
- package/dist-es/commands/StopDeploymentCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateApplicationCommand.js +5 -0
- package/dist-es/commands/UpdateConfigurationProfileCommand.js +5 -0
- package/dist-es/commands/UpdateDeploymentStrategyCommand.js +5 -0
- package/dist-es/commands/UpdateEnvironmentCommand.js +5 -0
- package/dist-es/commands/UpdateExtensionAssociationCommand.js +5 -0
- package/dist-es/commands/UpdateExtensionCommand.js +5 -0
- package/dist-es/commands/ValidateConfigurationCommand.js +5 -0
- package/dist-es/models/models_0.js +13 -13
- package/dist-es/protocols/Aws_restJson1.js +16 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +11 -0
- package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +11 -0
- package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +11 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +9 -1
- package/dist-types/commands/CreateExtensionCommand.d.ts +28 -4
- package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +9 -1
- package/dist-types/commands/GetDeploymentCommand.d.ts +1 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +1 -0
- package/dist-types/commands/StartDeploymentCommand.d.ts +1 -0
- package/dist-types/commands/StopDeploymentCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +59 -20
- package/dist-types/ts3.4/models/models_0.d.ts +10 -8
- package/package.json +32 -32
|
@@ -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
|
|
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
|
|
31
|
-
*
|
|
32
|
-
*
|
|
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
|
|
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
|
|
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>
|
|
@@ -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",
|
|
@@ -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>
|
|
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
|
|
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
|
-
*
|
|
1326
|
-
*
|
|
1327
|
-
*
|
|
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
|
|
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
|
|
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.
|
|
4
|
+
"version": "3.418.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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.1.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.0.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.0.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.418.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.418.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",
|
|
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.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
57
|
-
"@smithy/util-stream": "^2.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",
|
|
58
58
|
"@smithy/util-utf8": "^2.0.0",
|
|
59
59
|
"tslib": "^2.5.0"
|
|
60
60
|
},
|