@aws-cdk/aws-imagebuilder-alpha 2.239.0-alpha.0 → 2.241.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +75 -4
- package/.jsii.tabl.json.gz +0 -0
- package/lib/amazon-managed-component.js +1 -1
- package/lib/amazon-managed-image.js +1 -1
- package/lib/amazon-managed-workflow.js +1 -1
- package/lib/base-image.js +3 -3
- package/lib/component.js +7 -7
- package/lib/container-recipe.js +4 -4
- package/lib/distribution-configuration.js +2 -2
- package/lib/image-pipeline.js +1 -1
- package/lib/image-recipe.js +1 -1
- package/lib/image.js +1 -1
- package/lib/infrastructure-configuration.js +1 -1
- package/lib/lifecycle-policy.js +1 -1
- package/lib/os-version.js +1 -1
- package/lib/recipe-base.js +1 -1
- package/lib/workflow.js +4 -4
- package/package.json +7 -7
package/.jsii
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"yaml": "1.10.2"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"aws-cdk-lib": "^2.
|
|
14
|
+
"aws-cdk-lib": "^2.241.0",
|
|
15
15
|
"constructs": "^10.5.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencyClosure": {
|
|
@@ -1023,6 +1023,19 @@
|
|
|
1023
1023
|
}
|
|
1024
1024
|
}
|
|
1025
1025
|
},
|
|
1026
|
+
"aws-cdk-lib.aws_computeoptimizer": {
|
|
1027
|
+
"targets": {
|
|
1028
|
+
"dotnet": {
|
|
1029
|
+
"namespace": "Amazon.CDK.AWS.ComputeOptimizer"
|
|
1030
|
+
},
|
|
1031
|
+
"java": {
|
|
1032
|
+
"package": "software.amazon.awscdk.services.computeoptimizer"
|
|
1033
|
+
},
|
|
1034
|
+
"python": {
|
|
1035
|
+
"module": "aws_cdk.aws_computeoptimizer"
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
1026
1039
|
"aws-cdk-lib.aws_config": {
|
|
1027
1040
|
"targets": {
|
|
1028
1041
|
"dotnet": {
|
|
@@ -1244,6 +1257,19 @@
|
|
|
1244
1257
|
}
|
|
1245
1258
|
}
|
|
1246
1259
|
},
|
|
1260
|
+
"aws-cdk-lib.aws_directconnect": {
|
|
1261
|
+
"targets": {
|
|
1262
|
+
"dotnet": {
|
|
1263
|
+
"namespace": "Amazon.CDK.AWS.DirectConnect"
|
|
1264
|
+
},
|
|
1265
|
+
"java": {
|
|
1266
|
+
"package": "software.amazon.awscdk.services.directconnect"
|
|
1267
|
+
},
|
|
1268
|
+
"python": {
|
|
1269
|
+
"module": "aws_cdk.aws_directconnect"
|
|
1270
|
+
}
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1247
1273
|
"aws-cdk-lib.aws_directoryservice": {
|
|
1248
1274
|
"targets": {
|
|
1249
1275
|
"dotnet": {
|
|
@@ -1426,6 +1452,19 @@
|
|
|
1426
1452
|
}
|
|
1427
1453
|
}
|
|
1428
1454
|
},
|
|
1455
|
+
"aws-cdk-lib.aws_eks_v2": {
|
|
1456
|
+
"targets": {
|
|
1457
|
+
"dotnet": {
|
|
1458
|
+
"namespace": "Amazon.CDK.AWS.EKSv2"
|
|
1459
|
+
},
|
|
1460
|
+
"java": {
|
|
1461
|
+
"package": "software.amazon.awscdk.services.eks_v2"
|
|
1462
|
+
},
|
|
1463
|
+
"python": {
|
|
1464
|
+
"module": "aws_cdk.aws_eks_v2"
|
|
1465
|
+
}
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1429
1468
|
"aws-cdk-lib.aws_elasticache": {
|
|
1430
1469
|
"targets": {
|
|
1431
1470
|
"dotnet": {
|
|
@@ -5035,6 +5074,22 @@
|
|
|
5035
5074
|
}
|
|
5036
5075
|
}
|
|
5037
5076
|
},
|
|
5077
|
+
"aws-cdk-lib.interfaces.aws_computeoptimizer": {
|
|
5078
|
+
"targets": {
|
|
5079
|
+
"dotnet": {
|
|
5080
|
+
"namespace": "Amazon.CDK.Interfaces.ComputeOptimizer"
|
|
5081
|
+
},
|
|
5082
|
+
"go": {
|
|
5083
|
+
"packageName": "interfacesawscomputeoptimizer"
|
|
5084
|
+
},
|
|
5085
|
+
"java": {
|
|
5086
|
+
"package": "software.amazon.awscdk.interfaces.computeoptimizer"
|
|
5087
|
+
},
|
|
5088
|
+
"python": {
|
|
5089
|
+
"module": "aws_cdk.interfaces.aws_computeoptimizer"
|
|
5090
|
+
}
|
|
5091
|
+
}
|
|
5092
|
+
},
|
|
5038
5093
|
"aws-cdk-lib.interfaces.aws_config": {
|
|
5039
5094
|
"targets": {
|
|
5040
5095
|
"dotnet": {
|
|
@@ -5307,6 +5362,22 @@
|
|
|
5307
5362
|
}
|
|
5308
5363
|
}
|
|
5309
5364
|
},
|
|
5365
|
+
"aws-cdk-lib.interfaces.aws_directconnect": {
|
|
5366
|
+
"targets": {
|
|
5367
|
+
"dotnet": {
|
|
5368
|
+
"namespace": "Amazon.CDK.Interfaces.DirectConnect"
|
|
5369
|
+
},
|
|
5370
|
+
"go": {
|
|
5371
|
+
"packageName": "interfacesawsdirectconnect"
|
|
5372
|
+
},
|
|
5373
|
+
"java": {
|
|
5374
|
+
"package": "software.amazon.awscdk.interfaces.directconnect"
|
|
5375
|
+
},
|
|
5376
|
+
"python": {
|
|
5377
|
+
"module": "aws_cdk.interfaces.aws_directconnect"
|
|
5378
|
+
}
|
|
5379
|
+
}
|
|
5380
|
+
},
|
|
5310
5381
|
"aws-cdk-lib.interfaces.aws_directoryservice": {
|
|
5311
5382
|
"targets": {
|
|
5312
5383
|
"dotnet": {
|
|
@@ -8502,7 +8573,7 @@
|
|
|
8502
8573
|
"stability": "experimental"
|
|
8503
8574
|
},
|
|
8504
8575
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
8505
|
-
"jsiiVersion": "5.9.
|
|
8576
|
+
"jsiiVersion": "5.9.29 (build f415c53)",
|
|
8506
8577
|
"keywords": [
|
|
8507
8578
|
"aws",
|
|
8508
8579
|
"cdk",
|
|
@@ -14377,7 +14448,7 @@
|
|
|
14377
14448
|
},
|
|
14378
14449
|
"locationInModule": {
|
|
14379
14450
|
"filename": "core/lib/resource.ts",
|
|
14380
|
-
"line":
|
|
14451
|
+
"line": 120
|
|
14381
14452
|
},
|
|
14382
14453
|
"parameters": [
|
|
14383
14454
|
{
|
|
@@ -24638,6 +24709,6 @@
|
|
|
24638
24709
|
"symbolId": "lib/workflow:WorkflowType"
|
|
24639
24710
|
}
|
|
24640
24711
|
},
|
|
24641
|
-
"version": "2.
|
|
24712
|
+
"version": "2.241.0-alpha.0",
|
|
24642
24713
|
"fingerprint": "**********"
|
|
24643
24714
|
}
|
package/.jsii.tabl.json.gz
CHANGED
|
Binary file
|
|
@@ -11,7 +11,7 @@ const constants_1 = require("./private/constants");
|
|
|
11
11
|
* Helper class for working with Amazon-managed components
|
|
12
12
|
*/
|
|
13
13
|
class AmazonManagedComponent {
|
|
14
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedComponent", version: "2.
|
|
14
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedComponent", version: "2.241.0-alpha.0" };
|
|
15
15
|
/**
|
|
16
16
|
* Imports the AWS CLI v2 Amazon-managed component
|
|
17
17
|
*
|
|
@@ -10,7 +10,7 @@ const constants_1 = require("./private/constants");
|
|
|
10
10
|
* Helper class for working with Amazon-managed images
|
|
11
11
|
*/
|
|
12
12
|
class AmazonManagedImage {
|
|
13
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedImage", version: "2.
|
|
13
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedImage", version: "2.241.0-alpha.0" };
|
|
14
14
|
/**
|
|
15
15
|
* Imports the Amazon Linux 2 Amazon-managed image
|
|
16
16
|
*
|
|
@@ -10,7 +10,7 @@ const workflow_1 = require("./workflow");
|
|
|
10
10
|
* Helper class for working with Amazon-managed workflows
|
|
11
11
|
*/
|
|
12
12
|
class AmazonManagedWorkflow {
|
|
13
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedWorkflow", version: "2.
|
|
13
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedWorkflow", version: "2.241.0-alpha.0" };
|
|
14
14
|
/**
|
|
15
15
|
* Imports the build-container Amazon-managed workflow
|
|
16
16
|
*
|
package/lib/base-image.js
CHANGED
|
@@ -7,7 +7,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
|
|
|
7
7
|
* Represents a base image that is used to start from in EC2 Image Builder image builds
|
|
8
8
|
*/
|
|
9
9
|
class BaseImage {
|
|
10
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.BaseImage", version: "2.
|
|
10
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.BaseImage", version: "2.241.0-alpha.0" };
|
|
11
11
|
/**
|
|
12
12
|
* The AMI ID to use as a base image in an image recipe
|
|
13
13
|
*
|
|
@@ -79,7 +79,7 @@ exports.BaseImage = BaseImage;
|
|
|
79
79
|
* Represents a base image that is used to start from in EC2 Image Builder image builds
|
|
80
80
|
*/
|
|
81
81
|
class BaseContainerImage {
|
|
82
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.BaseContainerImage", version: "2.
|
|
82
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.BaseContainerImage", version: "2.241.0-alpha.0" };
|
|
83
83
|
/**
|
|
84
84
|
* The DockerHub image to use as the base image in a container recipe
|
|
85
85
|
*
|
|
@@ -148,7 +148,7 @@ exports.BaseContainerImage = BaseContainerImage;
|
|
|
148
148
|
* EC2 Image Builder container build.
|
|
149
149
|
*/
|
|
150
150
|
class ContainerInstanceImage {
|
|
151
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerInstanceImage", version: "2.
|
|
151
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerInstanceImage", version: "2.241.0-alpha.0" };
|
|
152
152
|
/**
|
|
153
153
|
* The AMI ID to use to launch the instance for building the container image
|
|
154
154
|
*
|
package/lib/component.js
CHANGED
|
@@ -51,7 +51,7 @@ const LATEST_VERSION = 'x.x.x';
|
|
|
51
51
|
* The value of a constant in a component document
|
|
52
52
|
*/
|
|
53
53
|
class ComponentConstantValue {
|
|
54
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentConstantValue", version: "2.
|
|
54
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentConstantValue", version: "2.241.0-alpha.0" };
|
|
55
55
|
/**
|
|
56
56
|
* Creates a string type constant in a component document
|
|
57
57
|
*
|
|
@@ -268,7 +268,7 @@ var ComponentSchemaVersion;
|
|
|
268
268
|
* Represents the inputs for a step in the component document
|
|
269
269
|
*/
|
|
270
270
|
class ComponentStepInputs {
|
|
271
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepInputs", version: "2.
|
|
271
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepInputs", version: "2.241.0-alpha.0" };
|
|
272
272
|
/**
|
|
273
273
|
* Creates the input value from an object, for the component step
|
|
274
274
|
*
|
|
@@ -298,7 +298,7 @@ exports.ComponentStepInputs = ComponentStepInputs;
|
|
|
298
298
|
* Represents an `if` condition in the component document
|
|
299
299
|
*/
|
|
300
300
|
class ComponentStepIfCondition {
|
|
301
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepIfCondition", version: "2.
|
|
301
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepIfCondition", version: "2.241.0-alpha.0" };
|
|
302
302
|
/**
|
|
303
303
|
* Creates the `if` value from an object, for the component step
|
|
304
304
|
*
|
|
@@ -320,7 +320,7 @@ exports.ComponentStepIfCondition = ComponentStepIfCondition;
|
|
|
320
320
|
* Helper class for referencing and uploading component data
|
|
321
321
|
*/
|
|
322
322
|
class ComponentData {
|
|
323
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentData", version: "2.
|
|
323
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentData", version: "2.241.0-alpha.0" };
|
|
324
324
|
/**
|
|
325
325
|
* Uploads component data from a local file to S3 to use as the component data
|
|
326
326
|
*
|
|
@@ -407,7 +407,7 @@ exports.ComponentData = ComponentData;
|
|
|
407
407
|
* Helper class for S3-based component data references, containing additional permission grant methods on the S3 object
|
|
408
408
|
*/
|
|
409
409
|
class S3ComponentData extends ComponentData {
|
|
410
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3ComponentData", version: "2.
|
|
410
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3ComponentData", version: "2.241.0-alpha.0" };
|
|
411
411
|
bucket;
|
|
412
412
|
key;
|
|
413
413
|
constructor(bucket, key) {
|
|
@@ -468,7 +468,7 @@ class S3ComponentDataFromAsset extends S3ComponentData {
|
|
|
468
468
|
* Helper class for working with AWS Marketplace components
|
|
469
469
|
*/
|
|
470
470
|
class AwsMarketplaceComponent {
|
|
471
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AwsMarketplaceComponent", version: "2.
|
|
471
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AwsMarketplaceComponent", version: "2.241.0-alpha.0" };
|
|
472
472
|
/**
|
|
473
473
|
* Imports an AWS Marketplace component from its attributes
|
|
474
474
|
*
|
|
@@ -554,7 +554,7 @@ let Component = (() => {
|
|
|
554
554
|
Component = _classThis = _classDescriptor.value;
|
|
555
555
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
556
556
|
}
|
|
557
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Component", version: "2.
|
|
557
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Component", version: "2.241.0-alpha.0" };
|
|
558
558
|
/** Uniquely identifies this class. */
|
|
559
559
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.Component';
|
|
560
560
|
/**
|
package/lib/container-recipe.js
CHANGED
|
@@ -73,7 +73,7 @@ var ContainerType;
|
|
|
73
73
|
* Helper class for referencing and uploading dockerfile data for the container recipe
|
|
74
74
|
*/
|
|
75
75
|
class DockerfileData {
|
|
76
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DockerfileData", version: "2.
|
|
76
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DockerfileData", version: "2.241.0-alpha.0" };
|
|
77
77
|
/**
|
|
78
78
|
* Uploads dockerfile data from a local file to S3 to use as the dockerfile data
|
|
79
79
|
*
|
|
@@ -109,7 +109,7 @@ exports.DockerfileData = DockerfileData;
|
|
|
109
109
|
* Helper class for S3-based dockerfile data references, containing additional permission grant methods on the S3 object
|
|
110
110
|
*/
|
|
111
111
|
class S3DockerfileData extends DockerfileData {
|
|
112
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3DockerfileData", version: "2.
|
|
112
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3DockerfileData", version: "2.241.0-alpha.0" };
|
|
113
113
|
bucket;
|
|
114
114
|
key;
|
|
115
115
|
constructor(bucket, key) {
|
|
@@ -170,7 +170,7 @@ class S3DockerfileDataFromAsset extends S3DockerfileData {
|
|
|
170
170
|
* A new or imported Container Recipe
|
|
171
171
|
*/
|
|
172
172
|
class ContainerRecipeBase extends cdk.Resource {
|
|
173
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipeBase", version: "2.
|
|
173
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipeBase", version: "2.241.0-alpha.0" };
|
|
174
174
|
/**
|
|
175
175
|
* Grant custom actions to the given grantee for the container recipe
|
|
176
176
|
* [disable-awslint:no-grants]
|
|
@@ -245,7 +245,7 @@ let ContainerRecipe = (() => {
|
|
|
245
245
|
ContainerRecipe = _classThis = _classDescriptor.value;
|
|
246
246
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
247
247
|
}
|
|
248
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipe", version: "2.
|
|
248
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipe", version: "2.241.0-alpha.0" };
|
|
249
249
|
/** Uniquely identifies this class. */
|
|
250
250
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.ContainerRecipe';
|
|
251
251
|
/**
|
|
@@ -89,7 +89,7 @@ var RepositoryService;
|
|
|
89
89
|
* A container repository used to distribute container images in EC2 Image Builder
|
|
90
90
|
*/
|
|
91
91
|
class Repository {
|
|
92
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Repository", version: "2.
|
|
92
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Repository", version: "2.241.0-alpha.0" };
|
|
93
93
|
/**
|
|
94
94
|
* The ECR repository to use as the target container repository
|
|
95
95
|
*
|
|
@@ -136,7 +136,7 @@ let DistributionConfiguration = (() => {
|
|
|
136
136
|
DistributionConfiguration = _classThis = _classDescriptor.value;
|
|
137
137
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
138
138
|
}
|
|
139
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DistributionConfiguration", version: "2.
|
|
139
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DistributionConfiguration", version: "2.241.0-alpha.0" };
|
|
140
140
|
/** Uniquely identifies this class. */
|
|
141
141
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.DistributionConfiguration';
|
|
142
142
|
/**
|
package/lib/image-pipeline.js
CHANGED
|
@@ -293,7 +293,7 @@ let ImagePipeline = (() => {
|
|
|
293
293
|
ImagePipeline = _classThis = _classDescriptor.value;
|
|
294
294
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
295
295
|
}
|
|
296
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImagePipeline", version: "2.
|
|
296
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImagePipeline", version: "2.241.0-alpha.0" };
|
|
297
297
|
/** Uniquely identifies this class. */
|
|
298
298
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.ImagePipeline';
|
|
299
299
|
/**
|
package/lib/image-recipe.js
CHANGED
|
@@ -135,7 +135,7 @@ let ImageRecipe = (() => {
|
|
|
135
135
|
ImageRecipe = _classThis = _classDescriptor.value;
|
|
136
136
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
137
137
|
}
|
|
138
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImageRecipe", version: "2.
|
|
138
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImageRecipe", version: "2.241.0-alpha.0" };
|
|
139
139
|
/** Uniquely identifies this class. */
|
|
140
140
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.ImageRecipe';
|
|
141
141
|
/**
|
package/lib/image.js
CHANGED
|
@@ -171,7 +171,7 @@ let Image = (() => {
|
|
|
171
171
|
Image = _classThis = _classDescriptor.value;
|
|
172
172
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
173
173
|
}
|
|
174
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Image", version: "2.
|
|
174
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Image", version: "2.241.0-alpha.0" };
|
|
175
175
|
/** Uniquely identifies this class. */
|
|
176
176
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.Image';
|
|
177
177
|
/**
|
|
@@ -135,7 +135,7 @@ let InfrastructureConfiguration = (() => {
|
|
|
135
135
|
InfrastructureConfiguration = _classThis = _classDescriptor.value;
|
|
136
136
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
137
137
|
}
|
|
138
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.InfrastructureConfiguration", version: "2.
|
|
138
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.InfrastructureConfiguration", version: "2.241.0-alpha.0" };
|
|
139
139
|
/** Uniquely identifies this class. */
|
|
140
140
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.InfrastructureConfiguration';
|
|
141
141
|
/**
|
package/lib/lifecycle-policy.js
CHANGED
|
@@ -135,7 +135,7 @@ let LifecyclePolicy = (() => {
|
|
|
135
135
|
LifecyclePolicy = _classThis = _classDescriptor.value;
|
|
136
136
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
137
137
|
}
|
|
138
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.LifecyclePolicy", version: "2.
|
|
138
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.LifecyclePolicy", version: "2.241.0-alpha.0" };
|
|
139
139
|
/** Uniquely identifies this class. */
|
|
140
140
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.LifecyclePolicy';
|
|
141
141
|
/**
|
package/lib/os-version.js
CHANGED
|
@@ -25,7 +25,7 @@ var Platform;
|
|
|
25
25
|
* Represents an OS version for an EC2 Image Builder image
|
|
26
26
|
*/
|
|
27
27
|
class OSVersion {
|
|
28
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.OSVersion", version: "2.
|
|
28
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.OSVersion", version: "2.241.0-alpha.0" };
|
|
29
29
|
/**
|
|
30
30
|
* OS version for all Linux images
|
|
31
31
|
*/
|
package/lib/recipe-base.js
CHANGED
|
@@ -6,7 +6,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
|
|
|
6
6
|
* The parameter value for a component parameter
|
|
7
7
|
*/
|
|
8
8
|
class ComponentParameterValue {
|
|
9
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentParameterValue", version: "2.
|
|
9
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentParameterValue", version: "2.241.0-alpha.0" };
|
|
10
10
|
/**
|
|
11
11
|
* The value of the parameter as a string
|
|
12
12
|
*
|
package/lib/workflow.js
CHANGED
|
@@ -202,7 +202,7 @@ var WorkflowType;
|
|
|
202
202
|
* Helper class for referencing and uploading workflow data
|
|
203
203
|
*/
|
|
204
204
|
class WorkflowData {
|
|
205
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowData", version: "2.
|
|
205
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowData", version: "2.241.0-alpha.0" };
|
|
206
206
|
/**
|
|
207
207
|
* Uploads workflow data from a local file to S3 to use as the workflow data
|
|
208
208
|
*
|
|
@@ -247,7 +247,7 @@ exports.WorkflowData = WorkflowData;
|
|
|
247
247
|
* Helper class for S3-based workflow data references, containing additional permission grant methods on the S3 object
|
|
248
248
|
*/
|
|
249
249
|
class S3WorkflowData extends WorkflowData {
|
|
250
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3WorkflowData", version: "2.
|
|
250
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3WorkflowData", version: "2.241.0-alpha.0" };
|
|
251
251
|
bucket;
|
|
252
252
|
key;
|
|
253
253
|
constructor(bucket, key) {
|
|
@@ -308,7 +308,7 @@ class S3WorkflowDataFromAsset extends S3WorkflowData {
|
|
|
308
308
|
* The parameter value for a workflow parameter
|
|
309
309
|
*/
|
|
310
310
|
class WorkflowParameterValue {
|
|
311
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowParameterValue", version: "2.
|
|
311
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowParameterValue", version: "2.241.0-alpha.0" };
|
|
312
312
|
/**
|
|
313
313
|
* The value of the parameter as a boolean
|
|
314
314
|
*
|
|
@@ -404,7 +404,7 @@ let Workflow = (() => {
|
|
|
404
404
|
Workflow = _classThis = _classDescriptor.value;
|
|
405
405
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
406
406
|
}
|
|
407
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Workflow", version: "2.
|
|
407
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Workflow", version: "2.241.0-alpha.0" };
|
|
408
408
|
/** Uniquely identifies this class. */
|
|
409
409
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.Workflow';
|
|
410
410
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/aws-imagebuilder-alpha",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.241.0-alpha.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The CDK Construct Library for EC2 Image Builder",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -77,11 +77,11 @@
|
|
|
77
77
|
},
|
|
78
78
|
"license": "Apache-2.0",
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"aws-cdk-lib": "2.
|
|
81
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
82
|
-
"@aws-cdk/integ-runner": "^2.
|
|
83
|
-
"@aws-cdk/pkglint": "2.
|
|
84
|
-
"@aws-cdk/integ-tests-alpha": "2.
|
|
80
|
+
"aws-cdk-lib": "2.241.0",
|
|
81
|
+
"@aws-cdk/cdk-build-tools": "2.241.0-alpha.0",
|
|
82
|
+
"@aws-cdk/integ-runner": "^2.196.1",
|
|
83
|
+
"@aws-cdk/pkglint": "2.241.0-alpha.0",
|
|
84
|
+
"@aws-cdk/integ-tests-alpha": "2.241.0-alpha.0",
|
|
85
85
|
"@types/jest": "^29.5.14",
|
|
86
86
|
"constructs": "^10.5.0",
|
|
87
87
|
"jest": "^29.7.0"
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
],
|
|
95
95
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
96
96
|
"peerDependencies": {
|
|
97
|
-
"aws-cdk-lib": "^2.
|
|
97
|
+
"aws-cdk-lib": "^2.241.0",
|
|
98
98
|
"constructs": "^10.5.0"
|
|
99
99
|
},
|
|
100
100
|
"engines": {
|