@jjrawlins/cdk-ami-builder 0.0.118 → 0.0.119
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 +112 -112
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForBundleTaskComplete.js +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForConversionTaskCancelled.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForConversionTaskCompleted.js +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForConversionTaskDeleted.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForCustomerGatewayAvailable.js +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForExportTaskCancelled.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForExportTaskCompleted.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForImageAvailable.js +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForImageExists.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForImageUsageReportAvailable.js +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInstanceExists.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInstanceRunning.js +5 -5
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInstanceStatusOk.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInstanceStopped.js +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInstanceTerminated.js +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInternetGatewayExists.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForKeyPairExists.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForNatGatewayAvailable.js +5 -5
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForNatGatewayDeleted.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForNetworkInterfaceAvailable.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForPasswordDataAvailable.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSecurityGroupExists.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSecurityGroupVpcAssociationAssociated.js +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSecurityGroupVpcAssociationDisassociated.js +5 -5
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSnapshotCompleted.js +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSnapshotImported.js +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSpotInstanceRequestFulfilled.js +7 -7
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForStoreImageTaskComplete.js +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSubnetAvailable.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSystemStatusOk.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVolumeAvailable.js +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVolumeDeleted.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVolumeInUse.js +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpcAvailable.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpcExists.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpcPeeringConnectionDeleted.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpcPeeringConnectionExists.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpnConnectionAvailable.js +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpnConnectionDeleted.js +3 -3
- package/node_modules/@aws-sdk/client-ec2/package.json +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +14 -14
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesInactive.js +3 -3
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesStable.js +5 -5
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksRunning.js +4 -4
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksStopped.js +2 -2
- package/node_modules/@aws-sdk/client-ecs/package.json +2 -2
- package/node_modules/@aws-sdk/client-kms/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/package.json +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +2 -2
- package/node_modules/@aws-sdk/client-sfn/package.json +2 -2
- package/node_modules/@aws-sdk/client-sns/package.json +2 -2
- package/node_modules/@aws-sdk/client-sqs/package.json +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +9 -9
- package/node_modules/@aws-sdk/client-ssm/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-node/package.json +2 -2
- package/package.json +10 -10
|
@@ -3,10 +3,10 @@ import { DescribeStoreImageTasksCommand, } from "../commands/DescribeStoreImageT
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeStoreImageTasksCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.StoreImageTaskResults);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.StoreTaskState;
|
|
@@ -23,7 +23,7 @@ const checkState = async (client, input) => {
|
|
|
23
23
|
}
|
|
24
24
|
catch (e) { }
|
|
25
25
|
try {
|
|
26
|
-
|
|
26
|
+
const returnComparator = () => {
|
|
27
27
|
let flat_1 = [].concat(...result.StoreImageTaskResults);
|
|
28
28
|
let projection_3 = flat_1.map((element_2) => {
|
|
29
29
|
return element_2.StoreTaskState;
|
|
@@ -38,7 +38,7 @@ const checkState = async (client, input) => {
|
|
|
38
38
|
}
|
|
39
39
|
catch (e) { }
|
|
40
40
|
try {
|
|
41
|
-
|
|
41
|
+
const returnComparator = () => {
|
|
42
42
|
let flat_1 = [].concat(...result.StoreImageTaskResults);
|
|
43
43
|
let projection_3 = flat_1.map((element_2) => {
|
|
44
44
|
return element_2.StoreTaskState;
|
|
@@ -3,10 +3,10 @@ import { DescribeSubnetsCommand } from "../commands/DescribeSubnetsCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeSubnetsCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.Subnets);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.State;
|
|
@@ -3,10 +3,10 @@ import { DescribeInstanceStatusCommand, } from "../commands/DescribeInstanceStat
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeInstanceStatusCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.InstanceStatuses);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.SystemStatus.Status;
|
|
@@ -3,10 +3,10 @@ import { DescribeVolumesCommand } from "../commands/DescribeVolumesCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeVolumesCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.Volumes);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.State;
|
|
@@ -23,7 +23,7 @@ const checkState = async (client, input) => {
|
|
|
23
23
|
}
|
|
24
24
|
catch (e) { }
|
|
25
25
|
try {
|
|
26
|
-
|
|
26
|
+
const returnComparator = () => {
|
|
27
27
|
let flat_1 = [].concat(...result.Volumes);
|
|
28
28
|
let projection_3 = flat_1.map((element_2) => {
|
|
29
29
|
return element_2.State;
|
|
@@ -3,10 +3,10 @@ import { DescribeVolumesCommand } from "../commands/DescribeVolumesCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeVolumesCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.Volumes);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.State;
|
|
@@ -3,10 +3,10 @@ import { DescribeVolumesCommand } from "../commands/DescribeVolumesCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeVolumesCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.Volumes);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.State;
|
|
@@ -23,7 +23,7 @@ const checkState = async (client, input) => {
|
|
|
23
23
|
}
|
|
24
24
|
catch (e) { }
|
|
25
25
|
try {
|
|
26
|
-
|
|
26
|
+
const returnComparator = () => {
|
|
27
27
|
let flat_1 = [].concat(...result.Volumes);
|
|
28
28
|
let projection_3 = flat_1.map((element_2) => {
|
|
29
29
|
return element_2.State;
|
|
@@ -3,10 +3,10 @@ import { DescribeVpcsCommand } from "../commands/DescribeVpcsCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeVpcsCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.Vpcs);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.State;
|
|
@@ -3,7 +3,7 @@ import { DescribeVpcsCommand } from "../commands/DescribeVpcsCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeVpcsCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
return { state: WaiterState.SUCCESS, reason };
|
|
9
9
|
}
|
package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpcPeeringConnectionDeleted.js
CHANGED
|
@@ -3,10 +3,10 @@ import { DescribeVpcPeeringConnectionsCommand, } from "../commands/DescribeVpcPe
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeVpcPeeringConnectionsCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.VpcPeeringConnections);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.Status.Code;
|
package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpcPeeringConnectionExists.js
CHANGED
|
@@ -3,7 +3,7 @@ import { DescribeVpcPeeringConnectionsCommand, } from "../commands/DescribeVpcPe
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeVpcPeeringConnectionsCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
return { state: WaiterState.SUCCESS, reason };
|
|
9
9
|
}
|
|
@@ -3,10 +3,10 @@ import { DescribeVpnConnectionsCommand, } from "../commands/DescribeVpnConnectio
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeVpnConnectionsCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.VpnConnections);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.State;
|
|
@@ -23,7 +23,7 @@ const checkState = async (client, input) => {
|
|
|
23
23
|
}
|
|
24
24
|
catch (e) { }
|
|
25
25
|
try {
|
|
26
|
-
|
|
26
|
+
const returnComparator = () => {
|
|
27
27
|
let flat_1 = [].concat(...result.VpnConnections);
|
|
28
28
|
let projection_3 = flat_1.map((element_2) => {
|
|
29
29
|
return element_2.State;
|
|
@@ -38,7 +38,7 @@ const checkState = async (client, input) => {
|
|
|
38
38
|
}
|
|
39
39
|
catch (e) { }
|
|
40
40
|
try {
|
|
41
|
-
|
|
41
|
+
const returnComparator = () => {
|
|
42
42
|
let flat_1 = [].concat(...result.VpnConnections);
|
|
43
43
|
let projection_3 = flat_1.map((element_2) => {
|
|
44
44
|
return element_2.State;
|
|
@@ -3,10 +3,10 @@ import { DescribeVpnConnectionsCommand, } from "../commands/DescribeVpnConnectio
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeVpnConnectionsCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.VpnConnections);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.State;
|
|
@@ -23,7 +23,7 @@ const checkState = async (client, input) => {
|
|
|
23
23
|
}
|
|
24
24
|
catch (e) { }
|
|
25
25
|
try {
|
|
26
|
-
|
|
26
|
+
const returnComparator = () => {
|
|
27
27
|
let flat_1 = [].concat(...result.VpnConnections);
|
|
28
28
|
let projection_3 = flat_1.map((element_2) => {
|
|
29
29
|
return element_2.State;
|
|
@@ -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.962.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.957.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|
|
@@ -4389,10 +4389,10 @@ const paginateListTasks = core.createPaginator(ECSClient, ListTasksCommand, "nex
|
|
|
4389
4389
|
const checkState$3 = async (client, input) => {
|
|
4390
4390
|
let reason;
|
|
4391
4391
|
try {
|
|
4392
|
-
|
|
4392
|
+
let result = await client.send(new DescribeServicesCommand(input));
|
|
4393
4393
|
reason = result;
|
|
4394
4394
|
try {
|
|
4395
|
-
|
|
4395
|
+
const returnComparator = () => {
|
|
4396
4396
|
let flat_1 = [].concat(...result.failures);
|
|
4397
4397
|
let projection_3 = flat_1.map((element_2) => {
|
|
4398
4398
|
return element_2.reason;
|
|
@@ -4407,7 +4407,7 @@ const checkState$3 = async (client, input) => {
|
|
|
4407
4407
|
}
|
|
4408
4408
|
catch (e) { }
|
|
4409
4409
|
try {
|
|
4410
|
-
|
|
4410
|
+
const returnComparator = () => {
|
|
4411
4411
|
let flat_1 = [].concat(...result.services);
|
|
4412
4412
|
let projection_3 = flat_1.map((element_2) => {
|
|
4413
4413
|
return element_2.status;
|
|
@@ -4440,10 +4440,10 @@ const waitUntilServicesInactive = async (params, input) => {
|
|
|
4440
4440
|
const checkState$2 = async (client, input) => {
|
|
4441
4441
|
let reason;
|
|
4442
4442
|
try {
|
|
4443
|
-
|
|
4443
|
+
let result = await client.send(new DescribeServicesCommand(input));
|
|
4444
4444
|
reason = result;
|
|
4445
4445
|
try {
|
|
4446
|
-
|
|
4446
|
+
const returnComparator = () => {
|
|
4447
4447
|
let flat_1 = [].concat(...result.failures);
|
|
4448
4448
|
let projection_3 = flat_1.map((element_2) => {
|
|
4449
4449
|
return element_2.reason;
|
|
@@ -4458,7 +4458,7 @@ const checkState$2 = async (client, input) => {
|
|
|
4458
4458
|
}
|
|
4459
4459
|
catch (e) { }
|
|
4460
4460
|
try {
|
|
4461
|
-
|
|
4461
|
+
const returnComparator = () => {
|
|
4462
4462
|
let flat_1 = [].concat(...result.services);
|
|
4463
4463
|
let projection_3 = flat_1.map((element_2) => {
|
|
4464
4464
|
return element_2.status;
|
|
@@ -4473,7 +4473,7 @@ const checkState$2 = async (client, input) => {
|
|
|
4473
4473
|
}
|
|
4474
4474
|
catch (e) { }
|
|
4475
4475
|
try {
|
|
4476
|
-
|
|
4476
|
+
const returnComparator = () => {
|
|
4477
4477
|
let flat_1 = [].concat(...result.services);
|
|
4478
4478
|
let projection_3 = flat_1.map((element_2) => {
|
|
4479
4479
|
return element_2.status;
|
|
@@ -4488,7 +4488,7 @@ const checkState$2 = async (client, input) => {
|
|
|
4488
4488
|
}
|
|
4489
4489
|
catch (e) { }
|
|
4490
4490
|
try {
|
|
4491
|
-
|
|
4491
|
+
const returnComparator = () => {
|
|
4492
4492
|
let filterRes_2 = result.services.filter((element_1) => {
|
|
4493
4493
|
return (!((element_1.deployments.length == 1.0) && (element_1.runningCount == element_1.desiredCount)));
|
|
4494
4494
|
});
|
|
@@ -4518,10 +4518,10 @@ const waitUntilServicesStable = async (params, input) => {
|
|
|
4518
4518
|
const checkState$1 = async (client, input) => {
|
|
4519
4519
|
let reason;
|
|
4520
4520
|
try {
|
|
4521
|
-
|
|
4521
|
+
let result = await client.send(new DescribeTasksCommand(input));
|
|
4522
4522
|
reason = result;
|
|
4523
4523
|
try {
|
|
4524
|
-
|
|
4524
|
+
const returnComparator = () => {
|
|
4525
4525
|
let flat_1 = [].concat(...result.tasks);
|
|
4526
4526
|
let projection_3 = flat_1.map((element_2) => {
|
|
4527
4527
|
return element_2.lastStatus;
|
|
@@ -4536,7 +4536,7 @@ const checkState$1 = async (client, input) => {
|
|
|
4536
4536
|
}
|
|
4537
4537
|
catch (e) { }
|
|
4538
4538
|
try {
|
|
4539
|
-
|
|
4539
|
+
const returnComparator = () => {
|
|
4540
4540
|
let flat_1 = [].concat(...result.failures);
|
|
4541
4541
|
let projection_3 = flat_1.map((element_2) => {
|
|
4542
4542
|
return element_2.reason;
|
|
@@ -4551,7 +4551,7 @@ const checkState$1 = async (client, input) => {
|
|
|
4551
4551
|
}
|
|
4552
4552
|
catch (e) { }
|
|
4553
4553
|
try {
|
|
4554
|
-
|
|
4554
|
+
const returnComparator = () => {
|
|
4555
4555
|
let flat_1 = [].concat(...result.tasks);
|
|
4556
4556
|
let projection_3 = flat_1.map((element_2) => {
|
|
4557
4557
|
return element_2.lastStatus;
|
|
@@ -4586,10 +4586,10 @@ const waitUntilTasksRunning = async (params, input) => {
|
|
|
4586
4586
|
const checkState = async (client, input) => {
|
|
4587
4587
|
let reason;
|
|
4588
4588
|
try {
|
|
4589
|
-
|
|
4589
|
+
let result = await client.send(new DescribeTasksCommand(input));
|
|
4590
4590
|
reason = result;
|
|
4591
4591
|
try {
|
|
4592
|
-
|
|
4592
|
+
const returnComparator = () => {
|
|
4593
4593
|
let flat_1 = [].concat(...result.tasks);
|
|
4594
4594
|
let projection_3 = flat_1.map((element_2) => {
|
|
4595
4595
|
return element_2.lastStatus;
|
|
@@ -3,10 +3,10 @@ import { DescribeServicesCommand } from "../commands/DescribeServicesCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeServicesCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.failures);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.reason;
|
|
@@ -21,7 +21,7 @@ const checkState = async (client, input) => {
|
|
|
21
21
|
}
|
|
22
22
|
catch (e) { }
|
|
23
23
|
try {
|
|
24
|
-
|
|
24
|
+
const returnComparator = () => {
|
|
25
25
|
let flat_1 = [].concat(...result.services);
|
|
26
26
|
let projection_3 = flat_1.map((element_2) => {
|
|
27
27
|
return element_2.status;
|
|
@@ -3,10 +3,10 @@ import { DescribeServicesCommand } from "../commands/DescribeServicesCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeServicesCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.failures);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.reason;
|
|
@@ -21,7 +21,7 @@ const checkState = async (client, input) => {
|
|
|
21
21
|
}
|
|
22
22
|
catch (e) { }
|
|
23
23
|
try {
|
|
24
|
-
|
|
24
|
+
const returnComparator = () => {
|
|
25
25
|
let flat_1 = [].concat(...result.services);
|
|
26
26
|
let projection_3 = flat_1.map((element_2) => {
|
|
27
27
|
return element_2.status;
|
|
@@ -36,7 +36,7 @@ const checkState = async (client, input) => {
|
|
|
36
36
|
}
|
|
37
37
|
catch (e) { }
|
|
38
38
|
try {
|
|
39
|
-
|
|
39
|
+
const returnComparator = () => {
|
|
40
40
|
let flat_1 = [].concat(...result.services);
|
|
41
41
|
let projection_3 = flat_1.map((element_2) => {
|
|
42
42
|
return element_2.status;
|
|
@@ -51,7 +51,7 @@ const checkState = async (client, input) => {
|
|
|
51
51
|
}
|
|
52
52
|
catch (e) { }
|
|
53
53
|
try {
|
|
54
|
-
|
|
54
|
+
const returnComparator = () => {
|
|
55
55
|
let filterRes_2 = result.services.filter((element_1) => {
|
|
56
56
|
return (!((element_1.deployments.length == 1.0) && (element_1.runningCount == element_1.desiredCount)));
|
|
57
57
|
});
|
|
@@ -3,10 +3,10 @@ import { DescribeTasksCommand } from "../commands/DescribeTasksCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeTasksCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.tasks);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.lastStatus;
|
|
@@ -21,7 +21,7 @@ const checkState = async (client, input) => {
|
|
|
21
21
|
}
|
|
22
22
|
catch (e) { }
|
|
23
23
|
try {
|
|
24
|
-
|
|
24
|
+
const returnComparator = () => {
|
|
25
25
|
let flat_1 = [].concat(...result.failures);
|
|
26
26
|
let projection_3 = flat_1.map((element_2) => {
|
|
27
27
|
return element_2.reason;
|
|
@@ -36,7 +36,7 @@ const checkState = async (client, input) => {
|
|
|
36
36
|
}
|
|
37
37
|
catch (e) { }
|
|
38
38
|
try {
|
|
39
|
-
|
|
39
|
+
const returnComparator = () => {
|
|
40
40
|
let flat_1 = [].concat(...result.tasks);
|
|
41
41
|
let projection_3 = flat_1.map((element_2) => {
|
|
42
42
|
return element_2.lastStatus;
|
|
@@ -3,10 +3,10 @@ import { DescribeTasksCommand } from "../commands/DescribeTasksCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeTasksCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.tasks);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.lastStatus;
|
|
@@ -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.962.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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
26
|
"@aws-sdk/core": "3.957.0",
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|
|
@@ -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.962.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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
26
|
"@aws-sdk/core": "3.957.0",
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|
|
@@ -5670,7 +5670,7 @@ const paginateListParts = core.createPaginator(S3Client, ListPartsCommand, "Part
|
|
|
5670
5670
|
const checkState$3 = async (client, input) => {
|
|
5671
5671
|
let reason;
|
|
5672
5672
|
try {
|
|
5673
|
-
|
|
5673
|
+
let result = await client.send(new HeadBucketCommand(input));
|
|
5674
5674
|
reason = result;
|
|
5675
5675
|
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
5676
5676
|
}
|
|
@@ -5695,7 +5695,7 @@ const waitUntilBucketExists = async (params, input) => {
|
|
|
5695
5695
|
const checkState$2 = async (client, input) => {
|
|
5696
5696
|
let reason;
|
|
5697
5697
|
try {
|
|
5698
|
-
|
|
5698
|
+
let result = await client.send(new HeadBucketCommand(input));
|
|
5699
5699
|
reason = result;
|
|
5700
5700
|
}
|
|
5701
5701
|
catch (exception) {
|
|
@@ -5719,7 +5719,7 @@ const waitUntilBucketNotExists = async (params, input) => {
|
|
|
5719
5719
|
const checkState$1 = async (client, input) => {
|
|
5720
5720
|
let reason;
|
|
5721
5721
|
try {
|
|
5722
|
-
|
|
5722
|
+
let result = await client.send(new HeadObjectCommand(input));
|
|
5723
5723
|
reason = result;
|
|
5724
5724
|
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
5725
5725
|
}
|
|
@@ -5744,7 +5744,7 @@ const waitUntilObjectExists = async (params, input) => {
|
|
|
5744
5744
|
const checkState = async (client, input) => {
|
|
5745
5745
|
let reason;
|
|
5746
5746
|
try {
|
|
5747
|
-
|
|
5747
|
+
let result = await client.send(new HeadObjectCommand(input));
|
|
5748
5748
|
reason = result;
|
|
5749
5749
|
}
|
|
5750
5750
|
catch (exception) {
|
|
@@ -3,7 +3,7 @@ import { HeadBucketCommand } from "../commands/HeadBucketCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new HeadBucketCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
return { state: WaiterState.SUCCESS, reason };
|
|
9
9
|
}
|
|
@@ -3,7 +3,7 @@ import { HeadBucketCommand } from "../commands/HeadBucketCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new HeadBucketCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
}
|
|
9
9
|
catch (exception) {
|
|
@@ -3,7 +3,7 @@ import { HeadObjectCommand } from "../commands/HeadObjectCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new HeadObjectCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
return { state: WaiterState.SUCCESS, reason };
|
|
9
9
|
}
|
|
@@ -3,7 +3,7 @@ import { HeadObjectCommand } from "../commands/HeadObjectCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new HeadObjectCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
}
|
|
9
9
|
catch (exception) {
|
|
@@ -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.962.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.957.0",
|
|
34
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
34
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
35
35
|
"@aws-sdk/middleware-bucket-endpoint": "3.957.0",
|
|
36
36
|
"@aws-sdk/middleware-expect-continue": "3.957.0",
|
|
37
37
|
"@aws-sdk/middleware-flexible-checksums": "3.957.0",
|
|
@@ -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.962.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.957.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|
|
@@ -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.962.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.957.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|
|
@@ -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.962.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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
26
|
"@aws-sdk/core": "3.957.0",
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|