@aws-cdk/aws-imagebuilder-alpha 2.235.0-alpha.0 → 2.235.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 +2 -2
- 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 +6 -6
package/.jsii
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"yaml": "1.10.2"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"aws-cdk-lib": "^2.235.
|
|
14
|
+
"aws-cdk-lib": "^2.235.1",
|
|
15
15
|
"constructs": "^10.0.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencyClosure": {
|
|
@@ -24609,6 +24609,6 @@
|
|
|
24609
24609
|
"symbolId": "lib/workflow:WorkflowType"
|
|
24610
24610
|
}
|
|
24611
24611
|
},
|
|
24612
|
-
"version": "2.235.
|
|
24612
|
+
"version": "2.235.1-alpha.0",
|
|
24613
24613
|
"fingerprint": "**********"
|
|
24614
24614
|
}
|
|
@@ -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.235.
|
|
14
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedComponent", version: "2.235.1-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.235.
|
|
13
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedImage", version: "2.235.1-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.235.
|
|
13
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedWorkflow", version: "2.235.1-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.235.
|
|
10
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.BaseImage", version: "2.235.1-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.235.
|
|
82
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.BaseContainerImage", version: "2.235.1-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.235.
|
|
151
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerInstanceImage", version: "2.235.1-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
|
@@ -50,7 +50,7 @@ const LATEST_VERSION = 'x.x.x';
|
|
|
50
50
|
* The value of a constant in a component document
|
|
51
51
|
*/
|
|
52
52
|
class ComponentConstantValue {
|
|
53
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentConstantValue", version: "2.235.
|
|
53
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentConstantValue", version: "2.235.1-alpha.0" };
|
|
54
54
|
/**
|
|
55
55
|
* Creates a string type constant in a component document
|
|
56
56
|
*
|
|
@@ -267,7 +267,7 @@ var ComponentSchemaVersion;
|
|
|
267
267
|
* Represents the inputs for a step in the component document
|
|
268
268
|
*/
|
|
269
269
|
class ComponentStepInputs {
|
|
270
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepInputs", version: "2.235.
|
|
270
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepInputs", version: "2.235.1-alpha.0" };
|
|
271
271
|
/**
|
|
272
272
|
* Creates the input value from an object, for the component step
|
|
273
273
|
*
|
|
@@ -297,7 +297,7 @@ exports.ComponentStepInputs = ComponentStepInputs;
|
|
|
297
297
|
* Represents an `if` condition in the component document
|
|
298
298
|
*/
|
|
299
299
|
class ComponentStepIfCondition {
|
|
300
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepIfCondition", version: "2.235.
|
|
300
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepIfCondition", version: "2.235.1-alpha.0" };
|
|
301
301
|
/**
|
|
302
302
|
* Creates the `if` value from an object, for the component step
|
|
303
303
|
*
|
|
@@ -319,7 +319,7 @@ exports.ComponentStepIfCondition = ComponentStepIfCondition;
|
|
|
319
319
|
* Helper class for referencing and uploading component data
|
|
320
320
|
*/
|
|
321
321
|
class ComponentData {
|
|
322
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentData", version: "2.235.
|
|
322
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentData", version: "2.235.1-alpha.0" };
|
|
323
323
|
/**
|
|
324
324
|
* Uploads component data from a local file to S3 to use as the component data
|
|
325
325
|
*
|
|
@@ -406,7 +406,7 @@ exports.ComponentData = ComponentData;
|
|
|
406
406
|
* Helper class for S3-based component data references, containing additional permission grant methods on the S3 object
|
|
407
407
|
*/
|
|
408
408
|
class S3ComponentData extends ComponentData {
|
|
409
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3ComponentData", version: "2.235.
|
|
409
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3ComponentData", version: "2.235.1-alpha.0" };
|
|
410
410
|
bucket;
|
|
411
411
|
key;
|
|
412
412
|
constructor(bucket, key) {
|
|
@@ -467,7 +467,7 @@ class S3ComponentDataFromAsset extends S3ComponentData {
|
|
|
467
467
|
* Helper class for working with AWS Marketplace components
|
|
468
468
|
*/
|
|
469
469
|
class AwsMarketplaceComponent {
|
|
470
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AwsMarketplaceComponent", version: "2.235.
|
|
470
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AwsMarketplaceComponent", version: "2.235.1-alpha.0" };
|
|
471
471
|
/**
|
|
472
472
|
* Imports an AWS Marketplace component from its attributes
|
|
473
473
|
*
|
|
@@ -543,7 +543,7 @@ let Component = (() => {
|
|
|
543
543
|
Component = _classThis = _classDescriptor.value;
|
|
544
544
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
545
545
|
}
|
|
546
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Component", version: "2.235.
|
|
546
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Component", version: "2.235.1-alpha.0" };
|
|
547
547
|
/** Uniquely identifies this class. */
|
|
548
548
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.Component';
|
|
549
549
|
/**
|
package/lib/container-recipe.js
CHANGED
|
@@ -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.235.
|
|
75
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DockerfileData", version: "2.235.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.235.
|
|
111
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3DockerfileData", version: "2.235.1-alpha.0" };
|
|
112
112
|
bucket;
|
|
113
113
|
key;
|
|
114
114
|
constructor(bucket, key) {
|
|
@@ -169,7 +169,7 @@ class S3DockerfileDataFromAsset extends S3DockerfileData {
|
|
|
169
169
|
* A new or imported Container Recipe
|
|
170
170
|
*/
|
|
171
171
|
class ContainerRecipeBase extends cdk.Resource {
|
|
172
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipeBase", version: "2.235.
|
|
172
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipeBase", version: "2.235.1-alpha.0" };
|
|
173
173
|
/**
|
|
174
174
|
* Grant custom actions to the given grantee for the container recipe
|
|
175
175
|
* [disable-awslint:no-grants]
|
|
@@ -235,7 +235,7 @@ let ContainerRecipe = (() => {
|
|
|
235
235
|
ContainerRecipe = _classThis = _classDescriptor.value;
|
|
236
236
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
237
237
|
}
|
|
238
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipe", version: "2.235.
|
|
238
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipe", version: "2.235.1-alpha.0" };
|
|
239
239
|
/** Uniquely identifies this class. */
|
|
240
240
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.ContainerRecipe';
|
|
241
241
|
/**
|
|
@@ -88,7 +88,7 @@ var RepositoryService;
|
|
|
88
88
|
* A container repository used to distribute container images in EC2 Image Builder
|
|
89
89
|
*/
|
|
90
90
|
class Repository {
|
|
91
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Repository", version: "2.235.
|
|
91
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Repository", version: "2.235.1-alpha.0" };
|
|
92
92
|
/**
|
|
93
93
|
* The ECR repository to use as the target container repository
|
|
94
94
|
*
|
|
@@ -129,7 +129,7 @@ let DistributionConfiguration = (() => {
|
|
|
129
129
|
DistributionConfiguration = _classThis = _classDescriptor.value;
|
|
130
130
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
131
131
|
}
|
|
132
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DistributionConfiguration", version: "2.235.
|
|
132
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DistributionConfiguration", version: "2.235.1-alpha.0" };
|
|
133
133
|
/** Uniquely identifies this class. */
|
|
134
134
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.DistributionConfiguration';
|
|
135
135
|
/**
|
package/lib/image-pipeline.js
CHANGED
|
@@ -286,7 +286,7 @@ let ImagePipeline = (() => {
|
|
|
286
286
|
ImagePipeline = _classThis = _classDescriptor.value;
|
|
287
287
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
288
288
|
}
|
|
289
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImagePipeline", version: "2.235.
|
|
289
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImagePipeline", version: "2.235.1-alpha.0" };
|
|
290
290
|
/** Uniquely identifies this class. */
|
|
291
291
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.ImagePipeline';
|
|
292
292
|
/**
|
package/lib/image-recipe.js
CHANGED
|
@@ -125,7 +125,7 @@ let ImageRecipe = (() => {
|
|
|
125
125
|
ImageRecipe = _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.ImageRecipe", version: "2.235.
|
|
128
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImageRecipe", version: "2.235.1-alpha.0" };
|
|
129
129
|
/** Uniquely identifies this class. */
|
|
130
130
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.ImageRecipe';
|
|
131
131
|
/**
|
package/lib/image.js
CHANGED
|
@@ -158,7 +158,7 @@ let Image = (() => {
|
|
|
158
158
|
Image = _classThis = _classDescriptor.value;
|
|
159
159
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
160
160
|
}
|
|
161
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Image", version: "2.235.
|
|
161
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Image", version: "2.235.1-alpha.0" };
|
|
162
162
|
/** Uniquely identifies this class. */
|
|
163
163
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.Image';
|
|
164
164
|
/**
|
|
@@ -127,7 +127,7 @@ let InfrastructureConfiguration = (() => {
|
|
|
127
127
|
InfrastructureConfiguration = _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.InfrastructureConfiguration", version: "2.235.
|
|
130
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.InfrastructureConfiguration", version: "2.235.1-alpha.0" };
|
|
131
131
|
/** Uniquely identifies this class. */
|
|
132
132
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.InfrastructureConfiguration';
|
|
133
133
|
/**
|
package/lib/lifecycle-policy.js
CHANGED
|
@@ -127,7 +127,7 @@ let LifecyclePolicy = (() => {
|
|
|
127
127
|
LifecyclePolicy = _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.LifecyclePolicy", version: "2.235.
|
|
130
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.LifecyclePolicy", version: "2.235.1-alpha.0" };
|
|
131
131
|
/** Uniquely identifies this class. */
|
|
132
132
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.LifecyclePolicy';
|
|
133
133
|
/**
|
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.235.
|
|
28
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.OSVersion", version: "2.235.1-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.235.
|
|
9
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentParameterValue", version: "2.235.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.235.
|
|
204
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowData", version: "2.235.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.235.
|
|
249
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3WorkflowData", version: "2.235.1-alpha.0" };
|
|
250
250
|
bucket;
|
|
251
251
|
key;
|
|
252
252
|
constructor(bucket, key) {
|
|
@@ -307,7 +307,7 @@ class S3WorkflowDataFromAsset extends S3WorkflowData {
|
|
|
307
307
|
* The parameter value for a workflow parameter
|
|
308
308
|
*/
|
|
309
309
|
class WorkflowParameterValue {
|
|
310
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowParameterValue", version: "2.235.
|
|
310
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowParameterValue", version: "2.235.1-alpha.0" };
|
|
311
311
|
/**
|
|
312
312
|
* The value of the parameter as a boolean
|
|
313
313
|
*
|
|
@@ -396,7 +396,7 @@ let Workflow = (() => {
|
|
|
396
396
|
Workflow = _classThis = _classDescriptor.value;
|
|
397
397
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
398
398
|
}
|
|
399
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Workflow", version: "2.235.
|
|
399
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Workflow", version: "2.235.1-alpha.0" };
|
|
400
400
|
/** Uniquely identifies this class. */
|
|
401
401
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.Workflow';
|
|
402
402
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/aws-imagebuilder-alpha",
|
|
3
|
-
"version": "2.235.
|
|
3
|
+
"version": "2.235.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.235.
|
|
81
|
-
"@aws-cdk/cdk-build-tools": "2.235.
|
|
80
|
+
"aws-cdk-lib": "2.235.1",
|
|
81
|
+
"@aws-cdk/cdk-build-tools": "2.235.1-alpha.0",
|
|
82
82
|
"@aws-cdk/integ-runner": "^2.193.4",
|
|
83
|
-
"@aws-cdk/pkglint": "2.235.
|
|
84
|
-
"@aws-cdk/integ-tests-alpha": "2.235.
|
|
83
|
+
"@aws-cdk/pkglint": "2.235.1-alpha.0",
|
|
84
|
+
"@aws-cdk/integ-tests-alpha": "2.235.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.235.
|
|
97
|
+
"aws-cdk-lib": "^2.235.1",
|
|
98
98
|
"constructs": "^10.0.0"
|
|
99
99
|
},
|
|
100
100
|
"engines": {
|