@aws-cdk/aws-imagebuilder-alpha 2.229.0-alpha.0 → 2.229.1-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 CHANGED
@@ -11,7 +11,7 @@
11
11
  "yaml": "1.10.2"
12
12
  },
13
13
  "dependencies": {
14
- "aws-cdk-lib": "^2.229.0",
14
+ "aws-cdk-lib": "^2.229.1",
15
15
  "constructs": "^10.0.0"
16
16
  },
17
17
  "dependencyClosure": {
@@ -19055,6 +19055,6 @@
19055
19055
  "symbolId": "lib/workflow:WorkflowType"
19056
19056
  }
19057
19057
  },
19058
- "version": "2.229.0-alpha.0",
19058
+ "version": "2.229.1-alpha.0",
19059
19059
  "fingerprint": "**********"
19060
19060
  }
package/lib/base-image.js CHANGED
@@ -6,7 +6,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
6
6
  * Represents a base image that is used to start from in EC2 Image Builder image builds
7
7
  */
8
8
  class BaseImage {
9
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.BaseImage", version: "2.229.0-alpha.0" };
9
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.BaseImage", version: "2.229.1-alpha.0" };
10
10
  /**
11
11
  * The AMI ID to use as a base image in an image recipe
12
12
  *
@@ -61,7 +61,7 @@ exports.BaseImage = BaseImage;
61
61
  * Represents a base image that is used to start from in EC2 Image Builder image builds
62
62
  */
63
63
  class BaseContainerImage {
64
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.BaseContainerImage", version: "2.229.0-alpha.0" };
64
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.BaseContainerImage", version: "2.229.1-alpha.0" };
65
65
  /**
66
66
  * The DockerHub image to use as the base image in a container recipe
67
67
  *
@@ -113,7 +113,7 @@ exports.BaseContainerImage = BaseContainerImage;
113
113
  * EC2 Image Builder container build.
114
114
  */
115
115
  class ContainerInstanceImage {
116
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerInstanceImage", version: "2.229.0-alpha.0" };
116
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerInstanceImage", version: "2.229.1-alpha.0" };
117
117
  /**
118
118
  * The AMI ID to use to launch the instance for building the container image
119
119
  *
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.229.0-alpha.0" };
54
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentConstantValue", version: "2.229.1-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.229.0-alpha.0" };
271
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepInputs", version: "2.229.1-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.229.0-alpha.0" };
301
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepIfCondition", version: "2.229.1-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.229.0-alpha.0" };
323
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentData", version: "2.229.1-alpha.0" };
324
324
  /**
325
325
  * Uploads component data from a local file to S3 to use as the component data
326
326
  *
@@ -414,7 +414,7 @@ exports.ComponentData = ComponentData;
414
414
  * Helper class for S3-based component data references, containing additional permission grant methods on the S3 object
415
415
  */
416
416
  class S3ComponentData extends ComponentData {
417
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3ComponentData", version: "2.229.0-alpha.0" };
417
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3ComponentData", version: "2.229.1-alpha.0" };
418
418
  isS3Reference = true;
419
419
  bucket;
420
420
  key;
@@ -461,7 +461,7 @@ class S3ComponentDataFromAsset extends S3ComponentData {
461
461
  * Helper class for working with AWS-managed components
462
462
  */
463
463
  class AwsManagedComponent {
464
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AwsManagedComponent", version: "2.229.0-alpha.0" };
464
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AwsManagedComponent", version: "2.229.1-alpha.0" };
465
465
  /**
466
466
  * Imports the AWS CLI v2 AWS-managed component
467
467
  *
@@ -728,7 +728,7 @@ exports.AwsManagedComponent = AwsManagedComponent;
728
728
  * Helper class for working with AWS Marketplace components
729
729
  */
730
730
  class AwsMarketplaceComponent {
731
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AwsMarketplaceComponent", version: "2.229.0-alpha.0" };
731
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AwsMarketplaceComponent", version: "2.229.1-alpha.0" };
732
732
  /**
733
733
  * Imports an AWS Marketplace component from its attributes
734
734
  *
@@ -801,7 +801,7 @@ let Component = (() => {
801
801
  Component = _classThis = _classDescriptor.value;
802
802
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
803
803
  }
804
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Component", version: "2.229.0-alpha.0" };
804
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Component", version: "2.229.1-alpha.0" };
805
805
  /** Uniquely identifies this class. */
806
806
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.Component';
807
807
  /**
@@ -72,7 +72,7 @@ var ContainerType;
72
72
  * Helper class for referencing and uploading dockerfile data for the container recipe
73
73
  */
74
74
  class DockerfileData {
75
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DockerfileData", version: "2.229.0-alpha.0" };
75
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DockerfileData", version: "2.229.1-alpha.0" };
76
76
  /**
77
77
  * Uploads dockerfile data from a local file to S3 to use as the dockerfile data
78
78
  *
@@ -108,7 +108,7 @@ exports.DockerfileData = DockerfileData;
108
108
  * Helper class for S3-based dockerfile data references, containing additional permission grant methods on the S3 object
109
109
  */
110
110
  class S3DockerfileData extends DockerfileData {
111
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3DockerfileData", version: "2.229.0-alpha.0" };
111
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3DockerfileData", version: "2.229.1-alpha.0" };
112
112
  bucket;
113
113
  key;
114
114
  constructor(bucket, key) {
@@ -167,7 +167,7 @@ class S3DockerfileDataFromAsset extends S3DockerfileData {
167
167
  * A new or imported Container Recipe
168
168
  */
169
169
  class ContainerRecipeBase extends cdk.Resource {
170
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipeBase", version: "2.229.0-alpha.0" };
170
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipeBase", version: "2.229.1-alpha.0" };
171
171
  /**
172
172
  * Grant custom actions to the given grantee for the container recipe
173
173
  *
@@ -231,7 +231,7 @@ let ContainerRecipe = (() => {
231
231
  ContainerRecipe = _classThis = _classDescriptor.value;
232
232
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
233
233
  }
234
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipe", version: "2.229.0-alpha.0" };
234
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipe", version: "2.229.1-alpha.0" };
235
235
  /** Uniquely identifies this class. */
236
236
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.ContainerRecipe';
237
237
  /**
@@ -86,7 +86,7 @@ var RepositoryService;
86
86
  * A container repository used to distribute container images in EC2 Image Builder
87
87
  */
88
88
  class Repository {
89
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Repository", version: "2.229.0-alpha.0" };
89
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Repository", version: "2.229.1-alpha.0" };
90
90
  /**
91
91
  * The ECR repository to use as the target container repository
92
92
  *
@@ -127,7 +127,7 @@ let DistributionConfiguration = (() => {
127
127
  DistributionConfiguration = _classThis = _classDescriptor.value;
128
128
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
129
129
  }
130
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DistributionConfiguration", version: "2.229.0-alpha.0" };
130
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DistributionConfiguration", version: "2.229.1-alpha.0" };
131
131
  /** Uniquely identifies this class. */
132
132
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.DistributionConfiguration';
133
133
  /**
@@ -123,7 +123,7 @@ let ImageRecipe = (() => {
123
123
  ImageRecipe = _classThis = _classDescriptor.value;
124
124
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
125
125
  }
126
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImageRecipe", version: "2.229.0-alpha.0" };
126
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImageRecipe", version: "2.229.1-alpha.0" };
127
127
  /** Uniquely identifies this class. */
128
128
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.ImageRecipe';
129
129
  /**
@@ -125,7 +125,7 @@ let InfrastructureConfiguration = (() => {
125
125
  InfrastructureConfiguration = _classThis = _classDescriptor.value;
126
126
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
127
127
  }
128
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.InfrastructureConfiguration", version: "2.229.0-alpha.0" };
128
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.InfrastructureConfiguration", version: "2.229.1-alpha.0" };
129
129
  /** Uniquely identifies this class. */
130
130
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.InfrastructureConfiguration';
131
131
  /**
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.229.0-alpha.0" };
28
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.OSVersion", version: "2.229.1-alpha.0" };
29
29
  /**
30
30
  * OS version for all Linux images
31
31
  */
@@ -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.229.0-alpha.0" };
9
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentParameterValue", version: "2.229.1-alpha.0" };
10
10
  /**
11
11
  * The value of the parameter as a string
12
12
  *
package/lib/workflow.js CHANGED
@@ -201,7 +201,7 @@ var WorkflowType;
201
201
  * Helper class for referencing and uploading workflow data
202
202
  */
203
203
  class WorkflowData {
204
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowData", version: "2.229.0-alpha.0" };
204
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowData", version: "2.229.1-alpha.0" };
205
205
  /**
206
206
  * Uploads workflow data from a local file to S3 to use as the workflow data
207
207
  *
@@ -246,7 +246,7 @@ exports.WorkflowData = WorkflowData;
246
246
  * Helper class for S3-based workflow data references, containing additional permission grant methods on the S3 object
247
247
  */
248
248
  class S3WorkflowData extends WorkflowData {
249
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3WorkflowData", version: "2.229.0-alpha.0" };
249
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3WorkflowData", version: "2.229.1-alpha.0" };
250
250
  bucket;
251
251
  key;
252
252
  constructor(bucket, key) {
@@ -305,7 +305,7 @@ class S3WorkflowDataFromAsset extends S3WorkflowData {
305
305
  * Helper class for working with AWS-managed workflows
306
306
  */
307
307
  class AwsManagedWorkflow {
308
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AwsManagedWorkflow", version: "2.229.0-alpha.0" };
308
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AwsManagedWorkflow", version: "2.229.1-alpha.0" };
309
309
  /**
310
310
  * Imports the build-container AWS-managed workflow
311
311
  *
@@ -441,7 +441,7 @@ let Workflow = (() => {
441
441
  Workflow = _classThis = _classDescriptor.value;
442
442
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
443
443
  }
444
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Workflow", version: "2.229.0-alpha.0" };
444
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Workflow", version: "2.229.1-alpha.0" };
445
445
  /** Uniquely identifies this class. */
446
446
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.Workflow';
447
447
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-imagebuilder-alpha",
3
- "version": "2.229.0-alpha.0",
3
+ "version": "2.229.1-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.229.0",
81
- "@aws-cdk/cdk-build-tools": "2.229.0-alpha.0",
80
+ "aws-cdk-lib": "2.229.1",
81
+ "@aws-cdk/cdk-build-tools": "2.229.1-alpha.0",
82
82
  "@aws-cdk/integ-runner": "^2.192.2",
83
- "@aws-cdk/pkglint": "2.229.0-alpha.0",
84
- "@aws-cdk/integ-tests-alpha": "2.229.0-alpha.0",
83
+ "@aws-cdk/pkglint": "2.229.1-alpha.0",
84
+ "@aws-cdk/integ-tests-alpha": "2.229.1-alpha.0",
85
85
  "@types/jest": "^29.5.14",
86
86
  "constructs": "^10.0.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.229.0",
97
+ "aws-cdk-lib": "^2.229.1",
98
98
  "constructs": "^10.0.0"
99
99
  },
100
100
  "engines": {