@jjrawlins/cdk-ami-builder 0.0.106 → 0.0.107
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/.jsii +11 -11
- package/cdkamibuilder/jsii/jsii.go +2 -2
- package/cdkamibuilder/version +1 -1
- package/lib/ImagePipeline/ImagePipeline.js +1 -1
- package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
- package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +8 -4
- package/node_modules/@aws-sdk/client-ec2/dist-es/index.js +8 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/schemas/schemas_0.js +8 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/index.d.ts +8 -8
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +23 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +25 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/package.json +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +9 -1
- package/node_modules/@aws-sdk/client-ecs/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/enums.js +5 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +3 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +43 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ecs/package.json +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/package.json +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +2 -2
- package/node_modules/@aws-sdk/client-sfn/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/package.json +2 -2
- package/node_modules/@aws-sdk/client-sns/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/package.json +2 -2
- package/node_modules/@aws-sdk/client-sqs/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/package.json +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/package.json +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-login/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +19 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +8 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +19 -3
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +8 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/md5-js/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +10 -10
|
@@ -1679,6 +1679,7 @@ export interface SpotPlacement {
|
|
|
1679
1679
|
AvailabilityZone?: string | undefined;
|
|
1680
1680
|
GroupName?: string | undefined;
|
|
1681
1681
|
Tenancy?: Tenancy | undefined;
|
|
1682
|
+
AvailabilityZoneId?: string | undefined;
|
|
1682
1683
|
}
|
|
1683
1684
|
export interface SpotFleetTagSpecification {
|
|
1684
1685
|
ResourceType?: ResourceType | undefined;
|
|
@@ -1713,6 +1714,7 @@ export interface LaunchTemplateOverrides {
|
|
|
1713
1714
|
WeightedCapacity?: number | undefined;
|
|
1714
1715
|
Priority?: number | undefined;
|
|
1715
1716
|
InstanceRequirements?: InstanceRequirements | undefined;
|
|
1717
|
+
AvailabilityZoneId?: string | undefined;
|
|
1716
1718
|
}
|
|
1717
1719
|
export interface LaunchTemplateConfig {
|
|
1718
1720
|
LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.955.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.954.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.955.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
@@ -1010,6 +1010,7 @@ const _cM = "cpuManufacturers";
|
|
|
1010
1010
|
const _cN = "clusterName";
|
|
1011
1011
|
const _cNo = "containerName";
|
|
1012
1012
|
const _cO = "containerOverrides";
|
|
1013
|
+
const _cOT = "capacityOptionType";
|
|
1013
1014
|
const _cP = "canaryPercent";
|
|
1014
1015
|
const _cPA = "capacityProviderArn";
|
|
1015
1016
|
const _cPN = "capacityProviderName";
|
|
@@ -2262,12 +2263,13 @@ var InstanceLaunchTemplate$ = [
|
|
|
2262
2263
|
n0,
|
|
2263
2264
|
_ILT,
|
|
2264
2265
|
0,
|
|
2265
|
-
[_eIPA, _nC, _sCto, _mo, _iR],
|
|
2266
|
+
[_eIPA, _nC, _sCto, _mo, _cOT, _iR],
|
|
2266
2267
|
[
|
|
2267
2268
|
0,
|
|
2268
2269
|
() => ManagedInstancesNetworkConfiguration$,
|
|
2269
2270
|
() => ManagedInstancesStorageConfiguration$,
|
|
2270
2271
|
0,
|
|
2272
|
+
0,
|
|
2271
2273
|
[() => InstanceRequirementsRequest$, 0],
|
|
2272
2274
|
],
|
|
2273
2275
|
];
|
|
@@ -5162,6 +5164,10 @@ const ManagedTerminationProtection = {
|
|
|
5162
5164
|
DISABLED: "DISABLED",
|
|
5163
5165
|
ENABLED: "ENABLED",
|
|
5164
5166
|
};
|
|
5167
|
+
const CapacityOptionType = {
|
|
5168
|
+
ON_DEMAND: "ON_DEMAND",
|
|
5169
|
+
SPOT: "SPOT",
|
|
5170
|
+
};
|
|
5165
5171
|
const BareMetal = {
|
|
5166
5172
|
EXCLUDED: "excluded",
|
|
5167
5173
|
INCLUDED: "included",
|
|
@@ -5339,6 +5345,7 @@ const SettingName = {
|
|
|
5339
5345
|
CONTAINER_INSIGHTS: "containerInsights",
|
|
5340
5346
|
CONTAINER_INSTANCE_LONG_ARN_FORMAT: "containerInstanceLongArnFormat",
|
|
5341
5347
|
DEFAULT_LOG_DRIVER_MODE: "defaultLogDriverMode",
|
|
5348
|
+
FARGATE_EVENT_WINDOWS: "fargateEventWindows",
|
|
5342
5349
|
FARGATE_FIPS_MODE: "fargateFIPSMode",
|
|
5343
5350
|
FARGATE_TASK_RETIREMENT_WAIT_PERIOD: "fargateTaskRetirementWaitPeriod",
|
|
5344
5351
|
GUARD_DUTY_ACTIVATE: "guardDutyActivate",
|
|
@@ -5624,6 +5631,7 @@ exports.BlockedException$ = BlockedException$;
|
|
|
5624
5631
|
exports.BurstablePerformance = BurstablePerformance;
|
|
5625
5632
|
exports.CPUArchitecture = CPUArchitecture;
|
|
5626
5633
|
exports.CanaryConfiguration$ = CanaryConfiguration$;
|
|
5634
|
+
exports.CapacityOptionType = CapacityOptionType;
|
|
5627
5635
|
exports.CapacityProvider$ = CapacityProvider$;
|
|
5628
5636
|
exports.CapacityProviderField = CapacityProviderField;
|
|
5629
5637
|
exports.CapacityProviderStatus = CapacityProviderStatus;
|
|
@@ -48,6 +48,10 @@ export const ManagedTerminationProtection = {
|
|
|
48
48
|
DISABLED: "DISABLED",
|
|
49
49
|
ENABLED: "ENABLED",
|
|
50
50
|
};
|
|
51
|
+
export const CapacityOptionType = {
|
|
52
|
+
ON_DEMAND: "ON_DEMAND",
|
|
53
|
+
SPOT: "SPOT",
|
|
54
|
+
};
|
|
51
55
|
export const BareMetal = {
|
|
52
56
|
EXCLUDED: "excluded",
|
|
53
57
|
INCLUDED: "included",
|
|
@@ -225,6 +229,7 @@ export const SettingName = {
|
|
|
225
229
|
CONTAINER_INSIGHTS: "containerInsights",
|
|
226
230
|
CONTAINER_INSTANCE_LONG_ARN_FORMAT: "containerInstanceLongArnFormat",
|
|
227
231
|
DEFAULT_LOG_DRIVER_MODE: "defaultLogDriverMode",
|
|
232
|
+
FARGATE_EVENT_WINDOWS: "fargateEventWindows",
|
|
228
233
|
FARGATE_FIPS_MODE: "fargateFIPSMode",
|
|
229
234
|
FARGATE_TASK_RETIREMENT_WAIT_PERIOD: "fargateTaskRetirementWaitPeriod",
|
|
230
235
|
GUARD_DUTY_ACTIVATE: "guardDutyActivate",
|
|
@@ -551,6 +551,7 @@ const _cM = "cpuManufacturers";
|
|
|
551
551
|
const _cN = "clusterName";
|
|
552
552
|
const _cNo = "containerName";
|
|
553
553
|
const _cO = "containerOverrides";
|
|
554
|
+
const _cOT = "capacityOptionType";
|
|
554
555
|
const _cP = "canaryPercent";
|
|
555
556
|
const _cPA = "capacityProviderArn";
|
|
556
557
|
const _cPN = "capacityProviderName";
|
|
@@ -1806,12 +1807,13 @@ export var InstanceLaunchTemplate$ = [
|
|
|
1806
1807
|
n0,
|
|
1807
1808
|
_ILT,
|
|
1808
1809
|
0,
|
|
1809
|
-
[_eIPA, _nC, _sCto, _mo, _iR],
|
|
1810
|
+
[_eIPA, _nC, _sCto, _mo, _cOT, _iR],
|
|
1810
1811
|
[
|
|
1811
1812
|
0,
|
|
1812
1813
|
() => ManagedInstancesNetworkConfiguration$,
|
|
1813
1814
|
() => ManagedInstancesStorageConfiguration$,
|
|
1814
1815
|
0,
|
|
1816
|
+
0,
|
|
1815
1817
|
[() => InstanceRequirementsRequest$, 0],
|
|
1816
1818
|
],
|
|
1817
1819
|
];
|
package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts
CHANGED
|
@@ -70,6 +70,7 @@ declare const CreateCapacityProviderCommand_base: {
|
|
|
70
70
|
* storageSizeGiB: Number("int"),
|
|
71
71
|
* },
|
|
72
72
|
* monitoring: "BASIC" || "DETAILED",
|
|
73
|
+
* capacityOptionType: "ON_DEMAND" || "SPOT",
|
|
73
74
|
* instanceRequirements: { // InstanceRequirementsRequest
|
|
74
75
|
* vCpuCount: { // VCpuCountRangeRequest
|
|
75
76
|
* min: Number("int"), // required
|
|
@@ -188,6 +189,7 @@ declare const CreateCapacityProviderCommand_base: {
|
|
|
188
189
|
* // storageSizeGiB: Number("int"),
|
|
189
190
|
* // },
|
|
190
191
|
* // monitoring: "BASIC" || "DETAILED",
|
|
192
|
+
* // capacityOptionType: "ON_DEMAND" || "SPOT",
|
|
191
193
|
* // instanceRequirements: { // InstanceRequirementsRequest
|
|
192
194
|
* // vCpuCount: { // VCpuCountRangeRequest
|
|
193
195
|
* // min: Number("int"), // required
|
package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts
CHANGED
|
@@ -38,14 +38,14 @@ declare const DeleteAccountSettingCommand_base: {
|
|
|
38
38
|
* const config = {}; // type is ECSClientConfig
|
|
39
39
|
* const client = new ECSClient(config);
|
|
40
40
|
* const input = { // DeleteAccountSettingRequest
|
|
41
|
-
* name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode", // required
|
|
41
|
+
* name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode" || "fargateEventWindows", // required
|
|
42
42
|
* principalArn: "STRING_VALUE",
|
|
43
43
|
* };
|
|
44
44
|
* const command = new DeleteAccountSettingCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
46
|
* // { // DeleteAccountSettingResponse
|
|
47
47
|
* // setting: { // Setting
|
|
48
|
-
* // name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode",
|
|
48
|
+
* // name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode" || "fargateEventWindows",
|
|
49
49
|
* // value: "STRING_VALUE",
|
|
50
50
|
* // principalArn: "STRING_VALUE",
|
|
51
51
|
* // type: "user" || "aws_managed",
|
package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts
CHANGED
|
@@ -89,6 +89,7 @@ declare const DeleteCapacityProviderCommand_base: {
|
|
|
89
89
|
* // storageSizeGiB: Number("int"),
|
|
90
90
|
* // },
|
|
91
91
|
* // monitoring: "BASIC" || "DETAILED",
|
|
92
|
+
* // capacityOptionType: "ON_DEMAND" || "SPOT",
|
|
92
93
|
* // instanceRequirements: { // InstanceRequirementsRequest
|
|
93
94
|
* // vCpuCount: { // VCpuCountRangeRequest
|
|
94
95
|
* // min: Number("int"), // required
|
package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ declare const DescribeCapacityProvidersCommand_base: {
|
|
|
84
84
|
* // storageSizeGiB: Number("int"),
|
|
85
85
|
* // },
|
|
86
86
|
* // monitoring: "BASIC" || "DETAILED",
|
|
87
|
+
* // capacityOptionType: "ON_DEMAND" || "SPOT",
|
|
87
88
|
* // instanceRequirements: { // InstanceRequirementsRequest
|
|
88
89
|
* // vCpuCount: { // VCpuCountRangeRequest
|
|
89
90
|
* // min: Number("int"), // required
|
package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ declare const ListAccountSettingsCommand_base: {
|
|
|
37
37
|
* const config = {}; // type is ECSClientConfig
|
|
38
38
|
* const client = new ECSClient(config);
|
|
39
39
|
* const input = { // ListAccountSettingsRequest
|
|
40
|
-
* name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode",
|
|
40
|
+
* name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode" || "fargateEventWindows",
|
|
41
41
|
* value: "STRING_VALUE",
|
|
42
42
|
* principalArn: "STRING_VALUE",
|
|
43
43
|
* effectiveSettings: true || false,
|
|
@@ -49,7 +49,7 @@ declare const ListAccountSettingsCommand_base: {
|
|
|
49
49
|
* // { // ListAccountSettingsResponse
|
|
50
50
|
* // settings: [ // Settings
|
|
51
51
|
* // { // Setting
|
|
52
|
-
* // name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode",
|
|
52
|
+
* // name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode" || "fargateEventWindows",
|
|
53
53
|
* // value: "STRING_VALUE",
|
|
54
54
|
* // principalArn: "STRING_VALUE",
|
|
55
55
|
* // type: "user" || "aws_managed",
|
|
@@ -42,7 +42,7 @@ declare const PutAccountSettingCommand_base: {
|
|
|
42
42
|
* const config = {}; // type is ECSClientConfig
|
|
43
43
|
* const client = new ECSClient(config);
|
|
44
44
|
* const input = { // PutAccountSettingRequest
|
|
45
|
-
* name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode", // required
|
|
45
|
+
* name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode" || "fargateEventWindows", // required
|
|
46
46
|
* value: "STRING_VALUE", // required
|
|
47
47
|
* principalArn: "STRING_VALUE",
|
|
48
48
|
* };
|
|
@@ -50,7 +50,7 @@ declare const PutAccountSettingCommand_base: {
|
|
|
50
50
|
* const response = await client.send(command);
|
|
51
51
|
* // { // PutAccountSettingResponse
|
|
52
52
|
* // setting: { // Setting
|
|
53
|
-
* // name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode",
|
|
53
|
+
* // name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode" || "fargateEventWindows",
|
|
54
54
|
* // value: "STRING_VALUE",
|
|
55
55
|
* // principalArn: "STRING_VALUE",
|
|
56
56
|
* // type: "user" || "aws_managed",
|
package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts
CHANGED
|
@@ -38,14 +38,14 @@ declare const PutAccountSettingDefaultCommand_base: {
|
|
|
38
38
|
* const config = {}; // type is ECSClientConfig
|
|
39
39
|
* const client = new ECSClient(config);
|
|
40
40
|
* const input = { // PutAccountSettingDefaultRequest
|
|
41
|
-
* name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode", // required
|
|
41
|
+
* name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode" || "fargateEventWindows", // required
|
|
42
42
|
* value: "STRING_VALUE", // required
|
|
43
43
|
* };
|
|
44
44
|
* const command = new PutAccountSettingDefaultCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
46
|
* // { // PutAccountSettingDefaultResponse
|
|
47
47
|
* // setting: { // Setting
|
|
48
|
-
* // name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode",
|
|
48
|
+
* // name: "serviceLongArnFormat" || "taskLongArnFormat" || "containerInstanceLongArnFormat" || "awsvpcTrunking" || "containerInsights" || "fargateFIPSMode" || "tagResourceAuthorization" || "fargateTaskRetirementWaitPeriod" || "guardDutyActivate" || "defaultLogDriverMode" || "fargateEventWindows",
|
|
49
49
|
* // value: "STRING_VALUE",
|
|
50
50
|
* // principalArn: "STRING_VALUE",
|
|
51
51
|
* // type: "user" || "aws_managed",
|
package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts
CHANGED
|
@@ -180,6 +180,7 @@ declare const UpdateCapacityProviderCommand_base: {
|
|
|
180
180
|
* // storageSizeGiB: Number("int"),
|
|
181
181
|
* // },
|
|
182
182
|
* // monitoring: "BASIC" || "DETAILED",
|
|
183
|
+
* // capacityOptionType: "ON_DEMAND" || "SPOT",
|
|
183
184
|
* // instanceRequirements: { // InstanceRequirementsRequest
|
|
184
185
|
* // vCpuCount: { // VCpuCountRangeRequest
|
|
185
186
|
* // min: Number("int"), // required
|
|
@@ -28,5 +28,5 @@ export * from "./pagination";
|
|
|
28
28
|
export * from "./waiters";
|
|
29
29
|
export * from "./models/enums";
|
|
30
30
|
export * from "./models/errors";
|
|
31
|
-
export
|
|
31
|
+
export * from "./models/models_0";
|
|
32
32
|
export { ECSServiceException } from "./models/ECSServiceException";
|
|
@@ -112,6 +112,18 @@ export declare const ManagedTerminationProtection: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export type ManagedTerminationProtection = (typeof ManagedTerminationProtection)[keyof typeof ManagedTerminationProtection];
|
|
115
|
+
/**
|
|
116
|
+
* @public
|
|
117
|
+
* @enum
|
|
118
|
+
*/
|
|
119
|
+
export declare const CapacityOptionType: {
|
|
120
|
+
readonly ON_DEMAND: "ON_DEMAND";
|
|
121
|
+
readonly SPOT: "SPOT";
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
export type CapacityOptionType = (typeof CapacityOptionType)[keyof typeof CapacityOptionType];
|
|
115
127
|
/**
|
|
116
128
|
* @public
|
|
117
129
|
* @enum
|
|
@@ -565,6 +577,7 @@ export declare const SettingName: {
|
|
|
565
577
|
readonly CONTAINER_INSIGHTS: "containerInsights";
|
|
566
578
|
readonly CONTAINER_INSTANCE_LONG_ARN_FORMAT: "containerInstanceLongArnFormat";
|
|
567
579
|
readonly DEFAULT_LOG_DRIVER_MODE: "defaultLogDriverMode";
|
|
580
|
+
readonly FARGATE_EVENT_WINDOWS: "fargateEventWindows";
|
|
568
581
|
readonly FARGATE_FIPS_MODE: "fargateFIPSMode";
|
|
569
582
|
readonly FARGATE_TASK_RETIREMENT_WAIT_PERIOD: "fargateTaskRetirementWaitPeriod";
|
|
570
583
|
readonly GUARD_DUTY_ACTIVATE: "guardDutyActivate";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
-
import { AcceleratorManufacturer, AcceleratorName, AcceleratorType, AccessType, AgentUpdateStatus, ApplicationProtocol, AssignPublicIp, AvailabilityZoneRebalancing, BareMetal, BurstablePerformance, CapacityProviderField, CapacityProviderStatus, CapacityProviderType, CapacityProviderUpdateStatus, ClusterField, ClusterSettingName, Compatibility, Connectivity, ContainerCondition, ContainerInstanceField, ContainerInstanceStatus, CPUArchitecture, CpuManufacturer, DeploymentControllerType, DeploymentLifecycleHookStage, DeploymentRolloutState, DeploymentStrategy, DesiredStatus, DeviceCgroupPermission, EBSResourceType, EFSAuthorizationConfigIAM, EFSTransitEncryption, EnvironmentFileType, ExecuteCommandLogging, ExpressGatewayServiceInclude, ExpressGatewayServiceScalingMetric, ExpressGatewayServiceStatusCode, FirelensConfigurationType, HealthStatus, InstanceGeneration, InstanceHealthCheckState, InstanceHealthCheckType, IpcMode, LaunchType, LocalStorage, LocalStorageType, LogDriver, ManagedAgentName, ManagedDraining, ManagedInstancesMonitoringOptions, ManagedResourceStatus, ManagedScalingStatus, ManagedTerminationProtection, NetworkMode, OSFamily, PidMode, PlacementConstraintType, PlacementStrategyType, PlatformDeviceType, PropagateMITags, PropagateTags, ProxyConfigurationType, ResourceManagementType, ResourceType, ScaleUnit, SchedulingStrategy, Scope, ServiceConnectAccessLoggingFormat, ServiceConnectIncludeQueryParameters, ServiceDeploymentLifecycleStage, ServiceDeploymentRollbackMonitorsStatus, ServiceDeploymentStatus, ServiceField, SettingName, SettingType, SortOrder, StabilityStatus, StopServiceDeploymentStopType, TargetType, TaskDefinitionFamilyStatus, TaskDefinitionField, TaskDefinitionPlacementConstraintType, TaskDefinitionStatus, TaskField, TaskFilesystemType, TaskSetField, TaskStopCode, TransportProtocol, UlimitName, VersionConsistency } from "./enums";
|
|
2
|
+
import { AcceleratorManufacturer, AcceleratorName, AcceleratorType, AccessType, AgentUpdateStatus, ApplicationProtocol, AssignPublicIp, AvailabilityZoneRebalancing, BareMetal, BurstablePerformance, CapacityOptionType, CapacityProviderField, CapacityProviderStatus, CapacityProviderType, CapacityProviderUpdateStatus, ClusterField, ClusterSettingName, Compatibility, Connectivity, ContainerCondition, ContainerInstanceField, ContainerInstanceStatus, CPUArchitecture, CpuManufacturer, DeploymentControllerType, DeploymentLifecycleHookStage, DeploymentRolloutState, DeploymentStrategy, DesiredStatus, DeviceCgroupPermission, EBSResourceType, EFSAuthorizationConfigIAM, EFSTransitEncryption, EnvironmentFileType, ExecuteCommandLogging, ExpressGatewayServiceInclude, ExpressGatewayServiceScalingMetric, ExpressGatewayServiceStatusCode, FirelensConfigurationType, HealthStatus, InstanceGeneration, InstanceHealthCheckState, InstanceHealthCheckType, IpcMode, LaunchType, LocalStorage, LocalStorageType, LogDriver, ManagedAgentName, ManagedDraining, ManagedInstancesMonitoringOptions, ManagedResourceStatus, ManagedScalingStatus, ManagedTerminationProtection, NetworkMode, OSFamily, PidMode, PlacementConstraintType, PlacementStrategyType, PlatformDeviceType, PropagateMITags, PropagateTags, ProxyConfigurationType, ResourceManagementType, ResourceType, ScaleUnit, SchedulingStrategy, Scope, ServiceConnectAccessLoggingFormat, ServiceConnectIncludeQueryParameters, ServiceDeploymentLifecycleStage, ServiceDeploymentRollbackMonitorsStatus, ServiceDeploymentStatus, ServiceField, SettingName, SettingType, SortOrder, StabilityStatus, StopServiceDeploymentStopType, TargetType, TaskDefinitionFamilyStatus, TaskDefinitionField, TaskDefinitionPlacementConstraintType, TaskDefinitionStatus, TaskField, TaskFilesystemType, TaskSetField, TaskStopCode, TransportProtocol, UlimitName, VersionConsistency } from "./enums";
|
|
3
3
|
/**
|
|
4
4
|
* <p>The minimum and maximum number of accelerators (such as GPUs) for instance type
|
|
5
5
|
* selection. This is used for workloads that require specific numbers of
|
|
@@ -578,6 +578,30 @@ export interface InstanceLaunchTemplate {
|
|
|
578
578
|
* @public
|
|
579
579
|
*/
|
|
580
580
|
monitoring?: ManagedInstancesMonitoringOptions | undefined;
|
|
581
|
+
/**
|
|
582
|
+
* <p>The capacity option type. This determines whether
|
|
583
|
+
* Amazon ECS launches On-Demand or Spot Instances for your managed instance
|
|
584
|
+
* capacity provider.</p>
|
|
585
|
+
* <p>Valid values are:</p>
|
|
586
|
+
* <ul>
|
|
587
|
+
* <li>
|
|
588
|
+
* <p>
|
|
589
|
+
* <code>ON_DEMAND</code> - Launches standard On-Demand Instances.
|
|
590
|
+
* On-Demand Instances provide predictable pricing and availability.</p>
|
|
591
|
+
* </li>
|
|
592
|
+
* <li>
|
|
593
|
+
* <p>
|
|
594
|
+
* <code>SPOT</code> - Launches Spot Instances that use spare Amazon EC2 capacity
|
|
595
|
+
* at reduced cost. Spot Instances can be interrupted by Amazon EC2 with a two-minute
|
|
596
|
+
* notification when the capacity is needed back.</p>
|
|
597
|
+
* </li>
|
|
598
|
+
* </ul>
|
|
599
|
+
* <p>The default is On-Demand</p>
|
|
600
|
+
* <p>For more information about Amazon EC2 capacity options, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-purchasing-options.html">Instance purchasing
|
|
601
|
+
* options</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
602
|
+
* @public
|
|
603
|
+
*/
|
|
604
|
+
capacityOptionType?: CapacityOptionType | undefined;
|
|
581
605
|
/**
|
|
582
606
|
* <p>The instance requirements. You can specify:</p>
|
|
583
607
|
* <ul>
|
|
@@ -11564,6 +11588,15 @@ export interface PutAccountSettingRequest {
|
|
|
11564
11588
|
* </li>
|
|
11565
11589
|
* <li>
|
|
11566
11590
|
* <p>
|
|
11591
|
+
* <code>fargateEventWindows</code> - When
|
|
11592
|
+
* Amazon Web Services
|
|
11593
|
+
* determines that a security or infrastructure update is needed for an Amazon ECS
|
|
11594
|
+
* task hosted on Fargate, the tasks need to be stopped and new tasks launched to
|
|
11595
|
+
* replace them. Use <code>fargateEventWindows</code> to use EC2 Event Windows associated
|
|
11596
|
+
* with Fargate tasks to configure time windows for task retirement.</p>
|
|
11597
|
+
* </li>
|
|
11598
|
+
* <li>
|
|
11599
|
+
* <p>
|
|
11567
11600
|
* <code>tagResourceAuthorization</code> - Amazon ECS is introducing tagging
|
|
11568
11601
|
* authorization for resource creation. Users must have permissions for actions
|
|
11569
11602
|
* that create the resource, such as <code>ecsCreateCluster</code>. If tags are
|
|
@@ -11760,6 +11793,15 @@ export interface PutAccountSettingDefaultRequest {
|
|
|
11760
11793
|
* </li>
|
|
11761
11794
|
* <li>
|
|
11762
11795
|
* <p>
|
|
11796
|
+
* <code>fargateEventWindows</code> - When
|
|
11797
|
+
* Amazon Web Services
|
|
11798
|
+
* determines that a security or infrastructure update is needed for an Amazon ECS
|
|
11799
|
+
* task hosted on Fargate, the tasks need to be stopped and new tasks launched to
|
|
11800
|
+
* replace them. Use <code>fargateEventWindows</code> to use EC2 Event Windows associated
|
|
11801
|
+
* with Fargate tasks to configure time windows for task retirement.</p>
|
|
11802
|
+
* </li>
|
|
11803
|
+
* <li>
|
|
11804
|
+
* <p>
|
|
11763
11805
|
* <code>tagResourceAuthorization</code> - Amazon ECS is introducing tagging
|
|
11764
11806
|
* authorization for resource creation. Users must have permissions for actions
|
|
11765
11807
|
* that create the resource, such as <code>ecsCreateCluster</code>. If tags are
|
|
@@ -63,6 +63,12 @@ export declare const ManagedTerminationProtection: {
|
|
|
63
63
|
};
|
|
64
64
|
export type ManagedTerminationProtection =
|
|
65
65
|
(typeof ManagedTerminationProtection)[keyof typeof ManagedTerminationProtection];
|
|
66
|
+
export declare const CapacityOptionType: {
|
|
67
|
+
readonly ON_DEMAND: "ON_DEMAND";
|
|
68
|
+
readonly SPOT: "SPOT";
|
|
69
|
+
};
|
|
70
|
+
export type CapacityOptionType =
|
|
71
|
+
(typeof CapacityOptionType)[keyof typeof CapacityOptionType];
|
|
66
72
|
export declare const BareMetal: {
|
|
67
73
|
readonly EXCLUDED: "excluded";
|
|
68
74
|
readonly INCLUDED: "included";
|
|
@@ -302,6 +308,7 @@ export declare const SettingName: {
|
|
|
302
308
|
readonly CONTAINER_INSIGHTS: "containerInsights";
|
|
303
309
|
readonly CONTAINER_INSTANCE_LONG_ARN_FORMAT: "containerInstanceLongArnFormat";
|
|
304
310
|
readonly DEFAULT_LOG_DRIVER_MODE: "defaultLogDriverMode";
|
|
311
|
+
readonly FARGATE_EVENT_WINDOWS: "fargateEventWindows";
|
|
305
312
|
readonly FARGATE_FIPS_MODE: "fargateFIPSMode";
|
|
306
313
|
readonly FARGATE_TASK_RETIREMENT_WAIT_PERIOD: "fargateTaskRetirementWaitPeriod";
|
|
307
314
|
readonly GUARD_DUTY_ACTIVATE: "guardDutyActivate";
|
|
@@ -10,6 +10,7 @@ import {
|
|
|
10
10
|
AvailabilityZoneRebalancing,
|
|
11
11
|
BareMetal,
|
|
12
12
|
BurstablePerformance,
|
|
13
|
+
CapacityOptionType,
|
|
13
14
|
CapacityProviderField,
|
|
14
15
|
CapacityProviderStatus,
|
|
15
16
|
CapacityProviderType,
|
|
@@ -187,6 +188,7 @@ export interface InstanceLaunchTemplate {
|
|
|
187
188
|
networkConfiguration: ManagedInstancesNetworkConfiguration | undefined;
|
|
188
189
|
storageConfiguration?: ManagedInstancesStorageConfiguration | undefined;
|
|
189
190
|
monitoring?: ManagedInstancesMonitoringOptions | undefined;
|
|
191
|
+
capacityOptionType?: CapacityOptionType | undefined;
|
|
190
192
|
instanceRequirements?: InstanceRequirementsRequest | undefined;
|
|
191
193
|
}
|
|
192
194
|
export interface CreateManagedInstancesProviderConfiguration {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ecs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.955.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ecs",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.954.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.955.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
@@ -110,5 +110,5 @@ export * from "./schemas/schemas_0";
|
|
|
110
110
|
export * from "./pagination";
|
|
111
111
|
export * from "./models/enums";
|
|
112
112
|
export * from "./models/errors";
|
|
113
|
-
export
|
|
113
|
+
export * from "./models/models_0";
|
|
114
114
|
export { KMSServiceException } from "./models/KMSServiceException";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kms",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.955.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-kms",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.954.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.955.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
@@ -14,6 +14,6 @@ export * from "./pagination";
|
|
|
14
14
|
export * from "./waiters";
|
|
15
15
|
export * from "./models/enums";
|
|
16
16
|
export * from "./models/errors";
|
|
17
|
-
export
|
|
18
|
-
export
|
|
17
|
+
export * from "./models/models_0";
|
|
18
|
+
export * from "./models/models_1";
|
|
19
19
|
export { S3ServiceException } from "./models/S3ServiceException";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.955.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
32
32
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
33
33
|
"@aws-sdk/core": "3.954.0",
|
|
34
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
34
|
+
"@aws-sdk/credential-provider-node": "3.955.0",
|
|
35
35
|
"@aws-sdk/middleware-bucket-endpoint": "3.953.0",
|
|
36
36
|
"@aws-sdk/middleware-expect-continue": "3.953.0",
|
|
37
37
|
"@aws-sdk/middleware-flexible-checksums": "3.954.0",
|
|
@@ -38,5 +38,5 @@ export * from "./schemas/schemas_0";
|
|
|
38
38
|
export * from "./pagination";
|
|
39
39
|
export * from "./models/enums";
|
|
40
40
|
export * from "./models/errors";
|
|
41
|
-
export
|
|
41
|
+
export * from "./models/models_0";
|
|
42
42
|
export { SecretsManagerServiceException } from "./models/SecretsManagerServiceException";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-secrets-manager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.955.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.954.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.955.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
@@ -22,5 +22,5 @@ export * from "./schemas/schemas_0";
|
|
|
22
22
|
export * from "./pagination";
|
|
23
23
|
export * from "./models/enums";
|
|
24
24
|
export * from "./models/errors";
|
|
25
|
-
export
|
|
25
|
+
export * from "./models/models_0";
|
|
26
26
|
export { SFNServiceException } from "./models/SFNServiceException";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sfn",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sfn Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.955.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sfn",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.954.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.955.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
@@ -25,5 +25,5 @@ export * from "./schemas/schemas_0";
|
|
|
25
25
|
export * from "./pagination";
|
|
26
26
|
export * from "./models/enums";
|
|
27
27
|
export * from "./models/errors";
|
|
28
|
-
export
|
|
28
|
+
export * from "./models/models_0";
|
|
29
29
|
export { SNSServiceException } from "./models/SNSServiceException";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sns",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sns Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.955.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sns",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.954.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.955.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
@@ -83,5 +83,5 @@ export * from "./schemas/schemas_0";
|
|
|
83
83
|
export * from "./pagination";
|
|
84
84
|
export * from "./models/enums";
|
|
85
85
|
export * from "./models/errors";
|
|
86
|
-
export
|
|
86
|
+
export * from "./models/models_0";
|
|
87
87
|
export { SQSServiceException } from "./models/SQSServiceException";
|