@jjrawlins/cdk-ami-builder 0.0.117 → 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.
Files changed (71) hide show
  1. package/.jsii +11 -11
  2. package/cdkamibuilder/jsii/jsii.go +2 -2
  3. package/cdkamibuilder/version +1 -1
  4. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  5. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  6. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  7. package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +112 -112
  8. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForBundleTaskComplete.js +3 -3
  9. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForConversionTaskCancelled.js +2 -2
  10. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForConversionTaskCompleted.js +4 -4
  11. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForConversionTaskDeleted.js +2 -2
  12. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForCustomerGatewayAvailable.js +4 -4
  13. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForExportTaskCancelled.js +2 -2
  14. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForExportTaskCompleted.js +2 -2
  15. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForImageAvailable.js +3 -3
  16. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForImageExists.js +2 -2
  17. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForImageUsageReportAvailable.js +3 -3
  18. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInstanceExists.js +2 -2
  19. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInstanceRunning.js +5 -5
  20. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInstanceStatusOk.js +2 -2
  21. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInstanceStopped.js +4 -4
  22. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInstanceTerminated.js +4 -4
  23. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInternetGatewayExists.js +2 -2
  24. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForKeyPairExists.js +2 -2
  25. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForNatGatewayAvailable.js +5 -5
  26. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForNatGatewayDeleted.js +2 -2
  27. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForNetworkInterfaceAvailable.js +2 -2
  28. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForPasswordDataAvailable.js +2 -2
  29. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSecurityGroupExists.js +2 -2
  30. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSecurityGroupVpcAssociationAssociated.js +4 -4
  31. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSecurityGroupVpcAssociationDisassociated.js +5 -5
  32. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSnapshotCompleted.js +3 -3
  33. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSnapshotImported.js +3 -3
  34. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSpotInstanceRequestFulfilled.js +7 -7
  35. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForStoreImageTaskComplete.js +4 -4
  36. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSubnetAvailable.js +2 -2
  37. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSystemStatusOk.js +2 -2
  38. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVolumeAvailable.js +3 -3
  39. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVolumeDeleted.js +2 -2
  40. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVolumeInUse.js +3 -3
  41. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpcAvailable.js +2 -2
  42. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpcExists.js +1 -1
  43. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpcPeeringConnectionDeleted.js +2 -2
  44. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpcPeeringConnectionExists.js +1 -1
  45. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpnConnectionAvailable.js +4 -4
  46. package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpnConnectionDeleted.js +3 -3
  47. package/node_modules/@aws-sdk/client-ec2/package.json +2 -2
  48. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +14 -14
  49. package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesInactive.js +3 -3
  50. package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesStable.js +5 -5
  51. package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksRunning.js +4 -4
  52. package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksStopped.js +2 -2
  53. package/node_modules/@aws-sdk/client-ecs/package.json +2 -2
  54. package/node_modules/@aws-sdk/client-kms/package.json +2 -2
  55. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +4 -4
  56. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
  57. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
  58. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
  59. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
  60. package/node_modules/@aws-sdk/client-s3/package.json +2 -2
  61. package/node_modules/@aws-sdk/client-secrets-manager/package.json +2 -2
  62. package/node_modules/@aws-sdk/client-sfn/package.json +2 -2
  63. package/node_modules/@aws-sdk/client-sns/package.json +2 -2
  64. package/node_modules/@aws-sdk/client-sqs/package.json +2 -2
  65. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +9 -9
  66. package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +9 -9
  67. package/node_modules/@aws-sdk/client-ssm/package.json +2 -2
  68. package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
  69. package/node_modules/@aws-sdk/credential-provider-login/package.json +1 -1
  70. package/node_modules/@aws-sdk/credential-provider-node/package.json +2 -2
  71. package/package.json +10 -10
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sqs",
3
3
  "description": "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
4
- "version": "3.960.0",
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-sqs",
@@ -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.958.0",
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",
@@ -9546,10 +9546,10 @@ const paginateListResourceDataSync = core.createPaginator(SSMClient, ListResourc
9546
9546
  const checkState = async (client, input) => {
9547
9547
  let reason;
9548
9548
  try {
9549
- const result = await client.send(new GetCommandInvocationCommand(input));
9549
+ let result = await client.send(new GetCommandInvocationCommand(input));
9550
9550
  reason = result;
9551
9551
  try {
9552
- let returnComparator = () => {
9552
+ const returnComparator = () => {
9553
9553
  return result.Status;
9554
9554
  };
9555
9555
  if (returnComparator() === "Pending") {
@@ -9558,7 +9558,7 @@ const checkState = async (client, input) => {
9558
9558
  }
9559
9559
  catch (e) { }
9560
9560
  try {
9561
- let returnComparator = () => {
9561
+ const returnComparator = () => {
9562
9562
  return result.Status;
9563
9563
  };
9564
9564
  if (returnComparator() === "InProgress") {
@@ -9567,7 +9567,7 @@ const checkState = async (client, input) => {
9567
9567
  }
9568
9568
  catch (e) { }
9569
9569
  try {
9570
- let returnComparator = () => {
9570
+ const returnComparator = () => {
9571
9571
  return result.Status;
9572
9572
  };
9573
9573
  if (returnComparator() === "Delayed") {
@@ -9576,7 +9576,7 @@ const checkState = async (client, input) => {
9576
9576
  }
9577
9577
  catch (e) { }
9578
9578
  try {
9579
- let returnComparator = () => {
9579
+ const returnComparator = () => {
9580
9580
  return result.Status;
9581
9581
  };
9582
9582
  if (returnComparator() === "Success") {
@@ -9585,7 +9585,7 @@ const checkState = async (client, input) => {
9585
9585
  }
9586
9586
  catch (e) { }
9587
9587
  try {
9588
- let returnComparator = () => {
9588
+ const returnComparator = () => {
9589
9589
  return result.Status;
9590
9590
  };
9591
9591
  if (returnComparator() === "Cancelled") {
@@ -9594,7 +9594,7 @@ const checkState = async (client, input) => {
9594
9594
  }
9595
9595
  catch (e) { }
9596
9596
  try {
9597
- let returnComparator = () => {
9597
+ const returnComparator = () => {
9598
9598
  return result.Status;
9599
9599
  };
9600
9600
  if (returnComparator() === "TimedOut") {
@@ -9603,7 +9603,7 @@ const checkState = async (client, input) => {
9603
9603
  }
9604
9604
  catch (e) { }
9605
9605
  try {
9606
- let returnComparator = () => {
9606
+ const returnComparator = () => {
9607
9607
  return result.Status;
9608
9608
  };
9609
9609
  if (returnComparator() === "Failed") {
@@ -9612,7 +9612,7 @@ const checkState = async (client, input) => {
9612
9612
  }
9613
9613
  catch (e) { }
9614
9614
  try {
9615
- let returnComparator = () => {
9615
+ const returnComparator = () => {
9616
9616
  return result.Status;
9617
9617
  };
9618
9618
  if (returnComparator() === "Cancelling") {
@@ -3,10 +3,10 @@ import { GetCommandInvocationCommand } from "../commands/GetCommandInvocationCom
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new GetCommandInvocationCommand(input));
6
+ let result = await client.send(new GetCommandInvocationCommand(input));
7
7
  reason = result;
8
8
  try {
9
- let returnComparator = () => {
9
+ const returnComparator = () => {
10
10
  return result.Status;
11
11
  };
12
12
  if (returnComparator() === "Pending") {
@@ -15,7 +15,7 @@ const checkState = async (client, input) => {
15
15
  }
16
16
  catch (e) { }
17
17
  try {
18
- let returnComparator = () => {
18
+ const returnComparator = () => {
19
19
  return result.Status;
20
20
  };
21
21
  if (returnComparator() === "InProgress") {
@@ -24,7 +24,7 @@ const checkState = async (client, input) => {
24
24
  }
25
25
  catch (e) { }
26
26
  try {
27
- let returnComparator = () => {
27
+ const returnComparator = () => {
28
28
  return result.Status;
29
29
  };
30
30
  if (returnComparator() === "Delayed") {
@@ -33,7 +33,7 @@ const checkState = async (client, input) => {
33
33
  }
34
34
  catch (e) { }
35
35
  try {
36
- let returnComparator = () => {
36
+ const returnComparator = () => {
37
37
  return result.Status;
38
38
  };
39
39
  if (returnComparator() === "Success") {
@@ -42,7 +42,7 @@ const checkState = async (client, input) => {
42
42
  }
43
43
  catch (e) { }
44
44
  try {
45
- let returnComparator = () => {
45
+ const returnComparator = () => {
46
46
  return result.Status;
47
47
  };
48
48
  if (returnComparator() === "Cancelled") {
@@ -51,7 +51,7 @@ const checkState = async (client, input) => {
51
51
  }
52
52
  catch (e) { }
53
53
  try {
54
- let returnComparator = () => {
54
+ const returnComparator = () => {
55
55
  return result.Status;
56
56
  };
57
57
  if (returnComparator() === "TimedOut") {
@@ -60,7 +60,7 @@ const checkState = async (client, input) => {
60
60
  }
61
61
  catch (e) { }
62
62
  try {
63
- let returnComparator = () => {
63
+ const returnComparator = () => {
64
64
  return result.Status;
65
65
  };
66
66
  if (returnComparator() === "Failed") {
@@ -69,7 +69,7 @@ const checkState = async (client, input) => {
69
69
  }
70
70
  catch (e) { }
71
71
  try {
72
- let returnComparator = () => {
72
+ const returnComparator = () => {
73
73
  return result.Status;
74
74
  };
75
75
  if (returnComparator() === "Cancelling") {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm",
3
3
  "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4
- "version": "3.958.0",
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-ssm",
@@ -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.958.0",
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.958.0",
3
+ "version": "3.962.0",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -31,7 +31,7 @@
31
31
  "@aws-sdk/core": "3.957.0",
32
32
  "@aws-sdk/credential-provider-env": "3.957.0",
33
33
  "@aws-sdk/credential-provider-http": "3.957.0",
34
- "@aws-sdk/credential-provider-login": "3.958.0",
34
+ "@aws-sdk/credential-provider-login": "3.962.0",
35
35
  "@aws-sdk/credential-provider-process": "3.957.0",
36
36
  "@aws-sdk/credential-provider-sso": "3.958.0",
37
37
  "@aws-sdk/credential-provider-web-identity": "3.958.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-login",
3
- "version": "3.958.0",
3
+ "version": "3.962.0",
4
4
  "description": "AWS credential provider that sources credentials from aws login cached tokens",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.958.0",
3
+ "version": "3.962.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@aws-sdk/credential-provider-env": "3.957.0",
35
35
  "@aws-sdk/credential-provider-http": "3.957.0",
36
- "@aws-sdk/credential-provider-ini": "3.958.0",
36
+ "@aws-sdk/credential-provider-ini": "3.962.0",
37
37
  "@aws-sdk/credential-provider-process": "3.957.0",
38
38
  "@aws-sdk/credential-provider-sso": "3.958.0",
39
39
  "@aws-sdk/credential-provider-web-identity": "3.958.0",
package/package.json CHANGED
@@ -78,15 +78,15 @@
78
78
  "constructs": ">=10.0.5 <11.0.0"
79
79
  },
80
80
  "dependencies": {
81
- "@aws-sdk/client-ec2": "^3.958.0",
82
- "@aws-sdk/client-ecs": "^3.958.0",
83
- "@aws-sdk/client-kms": "^3.958.0",
84
- "@aws-sdk/client-s3": "^3.958.0",
85
- "@aws-sdk/client-secrets-manager": "^3.958.0",
86
- "@aws-sdk/client-sfn": "^3.958.0",
87
- "@aws-sdk/client-sns": "^3.958.0",
88
- "@aws-sdk/client-sqs": "^3.960.0",
89
- "@aws-sdk/client-ssm": "^3.958.0",
81
+ "@aws-sdk/client-ec2": "^3.962.0",
82
+ "@aws-sdk/client-ecs": "^3.962.0",
83
+ "@aws-sdk/client-kms": "^3.962.0",
84
+ "@aws-sdk/client-s3": "^3.962.0",
85
+ "@aws-sdk/client-secrets-manager": "^3.962.0",
86
+ "@aws-sdk/client-sfn": "^3.962.0",
87
+ "@aws-sdk/client-sns": "^3.962.0",
88
+ "@aws-sdk/client-sqs": "^3.962.0",
89
+ "@aws-sdk/client-ssm": "^3.962.0",
90
90
  "@types/aws-lambda": "^8.10.159",
91
91
  "@types/crypto-js": "^4.2.2",
92
92
  "@types/js-yaml": "^4.0.9",
@@ -136,7 +136,7 @@
136
136
  "publishConfig": {
137
137
  "access": "public"
138
138
  },
139
- "version": "0.0.117",
139
+ "version": "0.0.119",
140
140
  "jest": {
141
141
  "coverageProvider": "v8",
142
142
  "testMatch": [