@aws-cdk/aws-imagebuilder-alpha 2.247.0-alpha.0 → 2.249.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 +61 -3
- package/.jsii.tabl.json.gz +0 -0
- package/.warnings.jsii.js +228 -637
- 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.3"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"aws-cdk-lib": "^2.
|
|
14
|
+
"aws-cdk-lib": "^2.249.0",
|
|
15
15
|
"constructs": "^10.5.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencyClosure": {
|
|
@@ -2823,6 +2823,19 @@
|
|
|
2823
2823
|
}
|
|
2824
2824
|
}
|
|
2825
2825
|
},
|
|
2826
|
+
"aws-cdk-lib.aws_novaact": {
|
|
2827
|
+
"targets": {
|
|
2828
|
+
"dotnet": {
|
|
2829
|
+
"namespace": "Amazon.CDK.AWS.NovaAct"
|
|
2830
|
+
},
|
|
2831
|
+
"java": {
|
|
2832
|
+
"package": "software.amazon.awscdk.services.novaact"
|
|
2833
|
+
},
|
|
2834
|
+
"python": {
|
|
2835
|
+
"module": "aws_cdk.aws_novaact"
|
|
2836
|
+
}
|
|
2837
|
+
}
|
|
2838
|
+
},
|
|
2826
2839
|
"aws-cdk-lib.aws_oam": {
|
|
2827
2840
|
"targets": {
|
|
2828
2841
|
"dotnet": {
|
|
@@ -3619,6 +3632,19 @@
|
|
|
3619
3632
|
}
|
|
3620
3633
|
}
|
|
3621
3634
|
},
|
|
3635
|
+
"aws-cdk-lib.aws_securityagent": {
|
|
3636
|
+
"targets": {
|
|
3637
|
+
"dotnet": {
|
|
3638
|
+
"namespace": "Amazon.CDK.AWS.SecurityAgent"
|
|
3639
|
+
},
|
|
3640
|
+
"java": {
|
|
3641
|
+
"package": "software.amazon.awscdk.services.securityagent"
|
|
3642
|
+
},
|
|
3643
|
+
"python": {
|
|
3644
|
+
"module": "aws_cdk.aws_securityagent"
|
|
3645
|
+
}
|
|
3646
|
+
}
|
|
3647
|
+
},
|
|
3622
3648
|
"aws-cdk-lib.aws_securityhub": {
|
|
3623
3649
|
"targets": {
|
|
3624
3650
|
"dotnet": {
|
|
@@ -7187,6 +7213,22 @@
|
|
|
7187
7213
|
}
|
|
7188
7214
|
}
|
|
7189
7215
|
},
|
|
7216
|
+
"aws-cdk-lib.interfaces.aws_novaact": {
|
|
7217
|
+
"targets": {
|
|
7218
|
+
"dotnet": {
|
|
7219
|
+
"namespace": "Amazon.CDK.Interfaces.NovaAct"
|
|
7220
|
+
},
|
|
7221
|
+
"go": {
|
|
7222
|
+
"packageName": "interfacesawsnovaact"
|
|
7223
|
+
},
|
|
7224
|
+
"java": {
|
|
7225
|
+
"package": "software.amazon.awscdk.interfaces.novaact"
|
|
7226
|
+
},
|
|
7227
|
+
"python": {
|
|
7228
|
+
"module": "aws_cdk.interfaces.aws_novaact"
|
|
7229
|
+
}
|
|
7230
|
+
}
|
|
7231
|
+
},
|
|
7190
7232
|
"aws-cdk-lib.interfaces.aws_oam": {
|
|
7191
7233
|
"targets": {
|
|
7192
7234
|
"dotnet": {
|
|
@@ -8051,6 +8093,22 @@
|
|
|
8051
8093
|
}
|
|
8052
8094
|
}
|
|
8053
8095
|
},
|
|
8096
|
+
"aws-cdk-lib.interfaces.aws_securityagent": {
|
|
8097
|
+
"targets": {
|
|
8098
|
+
"dotnet": {
|
|
8099
|
+
"namespace": "Amazon.CDK.Interfaces.SecurityAgent"
|
|
8100
|
+
},
|
|
8101
|
+
"go": {
|
|
8102
|
+
"packageName": "interfacesawssecurityagent"
|
|
8103
|
+
},
|
|
8104
|
+
"java": {
|
|
8105
|
+
"package": "software.amazon.awscdk.interfaces.securityagent"
|
|
8106
|
+
},
|
|
8107
|
+
"python": {
|
|
8108
|
+
"module": "aws_cdk.interfaces.aws_securityagent"
|
|
8109
|
+
}
|
|
8110
|
+
}
|
|
8111
|
+
},
|
|
8054
8112
|
"aws-cdk-lib.interfaces.aws_securityhub": {
|
|
8055
8113
|
"targets": {
|
|
8056
8114
|
"dotnet": {
|
|
@@ -8766,7 +8824,7 @@
|
|
|
8766
8824
|
"stability": "experimental"
|
|
8767
8825
|
},
|
|
8768
8826
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
8769
|
-
"jsiiVersion": "5.9.
|
|
8827
|
+
"jsiiVersion": "5.9.37 (build 5176c0d)",
|
|
8770
8828
|
"keywords": [
|
|
8771
8829
|
"aws",
|
|
8772
8830
|
"cdk",
|
|
@@ -24902,6 +24960,6 @@
|
|
|
24902
24960
|
"symbolId": "lib/workflow:WorkflowType"
|
|
24903
24961
|
}
|
|
24904
24962
|
},
|
|
24905
|
-
"version": "2.
|
|
24963
|
+
"version": "2.249.0-alpha.0",
|
|
24906
24964
|
"fingerprint": "**********"
|
|
24907
24965
|
}
|
package/.jsii.tabl.json.gz
CHANGED
|
Binary file
|