@aws-sdk/client-appconfig 3.413.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.
- package/dist-cjs/models/models_0.js +15 -15
- package/dist-cjs/protocols/Aws_restJson1.js +16 -0
- package/dist-cjs/runtimeExtensions.js +3 -0
- package/dist-es/models/models_0.js +13 -13
- package/dist-es/protocols/Aws_restJson1.js +16 -0
- package/dist-es/runtimeExtensions.js +3 -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/extensionConfiguration.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +59 -20
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +10 -8
- package/package.json +4 -3
|
@@ -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.
|
|
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) => ({
|
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.resolveRuntimeExtensions = void 0;
|
|
4
|
+
const region_config_resolver_1 = require("@aws-sdk/region-config-resolver");
|
|
4
5
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const asPartial = (t) => t;
|
|
7
8
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
8
9
|
const extensionConfiguration = {
|
|
10
|
+
...asPartial((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig)),
|
|
9
11
|
...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
10
12
|
...asPartial((0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
|
|
11
13
|
};
|
|
12
14
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
13
15
|
return {
|
|
14
16
|
...runtimeConfig,
|
|
17
|
+
...(0, region_config_resolver_1.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
15
18
|
...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
16
19
|
...(0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
17
20
|
};
|
|
@@ -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) => ({
|
|
@@ -1,14 +1,17 @@
|
|
|
1
|
+
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
1
2
|
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
|
|
2
3
|
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
3
4
|
const asPartial = (t) => t;
|
|
4
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
5
6
|
const extensionConfiguration = {
|
|
7
|
+
...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
|
|
6
8
|
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
7
9
|
...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
|
|
8
10
|
};
|
|
9
11
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
10
12
|
return {
|
|
11
13
|
...runtimeConfig,
|
|
14
|
+
...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
12
15
|
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
13
16
|
...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
|
|
14
17
|
};
|
|
@@ -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",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
2
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
3
4
|
/**
|
|
4
5
|
* @internal
|
|
5
6
|
*/
|
|
6
|
-
export interface AppConfigExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration {
|
|
7
|
+
export interface AppConfigExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration {
|
|
7
8
|
}
|
|
@@ -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
|
/**
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
2
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
3
4
|
export interface AppConfigExtensionConfiguration
|
|
4
5
|
extends HttpHandlerExtensionConfiguration,
|
|
5
|
-
DefaultExtensionConfiguration
|
|
6
|
+
DefaultExtensionConfiguration,
|
|
7
|
+
AwsRegionExtensionConfiguration {}
|
|
@@ -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.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",
|
|
@@ -21,13 +21,14 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.414.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.414.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.413.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.413.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.413.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.413.0",
|
|
30
30
|
"@aws-sdk/middleware-user-agent": "3.413.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.413.0",
|
|
31
32
|
"@aws-sdk/types": "3.413.0",
|
|
32
33
|
"@aws-sdk/util-endpoints": "3.413.0",
|
|
33
34
|
"@aws-sdk/util-user-agent-browser": "3.413.0",
|