@aws-cdk/aws-imagebuilder-alpha 2.224.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.
Files changed (72) hide show
  1. package/.jsii +9476 -0
  2. package/.jsii.tabl.json.gz +0 -0
  3. package/.warnings.jsii.js +71 -0
  4. package/LICENSE +201 -0
  5. package/NOTICE +19 -0
  6. package/README.md +94 -0
  7. package/awslint.json +5 -0
  8. package/lib/index.d.ts +1 -0
  9. package/lib/index.js +19 -0
  10. package/lib/infrastructure-configuration.d.ts +323 -0
  11. package/lib/infrastructure-configuration.js +341 -0
  12. package/node_modules/yaml/LICENSE +13 -0
  13. package/node_modules/yaml/README.md +127 -0
  14. package/node_modules/yaml/browser/dist/PlainValue-b8036b75.js +1275 -0
  15. package/node_modules/yaml/browser/dist/Schema-e94716c8.js +682 -0
  16. package/node_modules/yaml/browser/dist/index.js +1002 -0
  17. package/node_modules/yaml/browser/dist/legacy-exports.js +3 -0
  18. package/node_modules/yaml/browser/dist/package.json +1 -0
  19. package/node_modules/yaml/browser/dist/parse-cst.js +1904 -0
  20. package/node_modules/yaml/browser/dist/resolveSeq-492ab440.js +2419 -0
  21. package/node_modules/yaml/browser/dist/types.js +4 -0
  22. package/node_modules/yaml/browser/dist/util.js +2 -0
  23. package/node_modules/yaml/browser/dist/warnings-df54cb69.js +499 -0
  24. package/node_modules/yaml/browser/index.js +1 -0
  25. package/node_modules/yaml/browser/map.js +2 -0
  26. package/node_modules/yaml/browser/pair.js +2 -0
  27. package/node_modules/yaml/browser/parse-cst.js +1 -0
  28. package/node_modules/yaml/browser/scalar.js +2 -0
  29. package/node_modules/yaml/browser/schema.js +9 -0
  30. package/node_modules/yaml/browser/seq.js +2 -0
  31. package/node_modules/yaml/browser/types/binary.js +8 -0
  32. package/node_modules/yaml/browser/types/omap.js +3 -0
  33. package/node_modules/yaml/browser/types/pairs.js +3 -0
  34. package/node_modules/yaml/browser/types/set.js +3 -0
  35. package/node_modules/yaml/browser/types/timestamp.js +10 -0
  36. package/node_modules/yaml/browser/types.js +1 -0
  37. package/node_modules/yaml/browser/util.js +1 -0
  38. package/node_modules/yaml/dist/Document-9b4560a1.js +757 -0
  39. package/node_modules/yaml/dist/PlainValue-ec8e588e.js +876 -0
  40. package/node_modules/yaml/dist/Schema-88e323a7.js +525 -0
  41. package/node_modules/yaml/dist/index.js +79 -0
  42. package/node_modules/yaml/dist/legacy-exports.js +16 -0
  43. package/node_modules/yaml/dist/parse-cst.js +1753 -0
  44. package/node_modules/yaml/dist/resolveSeq-d03cb037.js +2161 -0
  45. package/node_modules/yaml/dist/test-events.js +162 -0
  46. package/node_modules/yaml/dist/types.js +23 -0
  47. package/node_modules/yaml/dist/util.js +19 -0
  48. package/node_modules/yaml/dist/warnings-1000a372.js +416 -0
  49. package/node_modules/yaml/index.d.ts +372 -0
  50. package/node_modules/yaml/index.js +1 -0
  51. package/node_modules/yaml/map.js +2 -0
  52. package/node_modules/yaml/package.json +106 -0
  53. package/node_modules/yaml/pair.js +2 -0
  54. package/node_modules/yaml/parse-cst.d.ts +191 -0
  55. package/node_modules/yaml/parse-cst.js +1 -0
  56. package/node_modules/yaml/scalar.js +2 -0
  57. package/node_modules/yaml/schema.js +9 -0
  58. package/node_modules/yaml/seq.js +2 -0
  59. package/node_modules/yaml/types/binary.js +8 -0
  60. package/node_modules/yaml/types/omap.js +3 -0
  61. package/node_modules/yaml/types/pairs.js +3 -0
  62. package/node_modules/yaml/types/set.js +3 -0
  63. package/node_modules/yaml/types/timestamp.js +10 -0
  64. package/node_modules/yaml/types.d.ts +407 -0
  65. package/node_modules/yaml/types.js +17 -0
  66. package/node_modules/yaml/types.mjs +17 -0
  67. package/node_modules/yaml/util.d.ts +86 -0
  68. package/node_modules/yaml/util.js +16 -0
  69. package/node_modules/yaml/util.mjs +18 -0
  70. package/package.json +122 -0
  71. package/rosetta/_generated.ts-fixture +6 -0
  72. package/rosetta/default.ts-fixture +25 -0
package/package.json ADDED
@@ -0,0 +1,122 @@
1
+ {
2
+ "name": "@aws-cdk/aws-imagebuilder-alpha",
3
+ "version": "2.224.0-alpha.0",
4
+ "private": false,
5
+ "description": "The CDK Construct Library for EC2 Image Builder",
6
+ "main": "lib/index.js",
7
+ "types": "lib/index.d.ts",
8
+ "jsii": {
9
+ "outdir": "dist",
10
+ "targets": {
11
+ "java": {
12
+ "package": "software.amazon.awscdk.services.imagebuilder.alpha",
13
+ "maven": {
14
+ "groupId": "software.amazon.awscdk",
15
+ "artifactId": "imagebuilder-alpha"
16
+ }
17
+ },
18
+ "dotnet": {
19
+ "namespace": "Amazon.CDK.AWS.ImageBuilder.Alpha",
20
+ "packageId": "Amazon.CDK.AWS.ImageBuilder.Alpha",
21
+ "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png"
22
+ },
23
+ "python": {
24
+ "distName": "aws-cdk.aws-imagebuilder-alpha",
25
+ "module": "aws_cdk.aws_imagebuilder_alpha",
26
+ "classifiers": [
27
+ "Framework :: AWS CDK",
28
+ "Framework :: AWS CDK :: 2"
29
+ ]
30
+ },
31
+ "go": {
32
+ "moduleName": "github.com/aws/aws-cdk-go",
33
+ "packageName": "awsimagebuilderalpha"
34
+ }
35
+ },
36
+ "metadata": {
37
+ "jsii": {
38
+ "rosetta": {
39
+ "strict": true
40
+ }
41
+ }
42
+ },
43
+ "tsconfig": "tsconfig.json",
44
+ "validateTsconfig": "minimal"
45
+ },
46
+ "repository": {
47
+ "type": "git",
48
+ "url": "https://github.com/aws/aws-cdk.git",
49
+ "directory": "packages/@aws-cdk/aws-imagebuilder-alpha"
50
+ },
51
+ "scripts": {
52
+ "build": "cdk-build",
53
+ "watch": "cdk-watch",
54
+ "lint": "cdk-lint",
55
+ "test": "cdk-test",
56
+ "integ": "integ-runner --unstable=toolkit-lib-engine --language javascript",
57
+ "pkglint": "pkglint -f",
58
+ "package": "cdk-package",
59
+ "awslint": "cdk-awslint",
60
+ "build+test": "yarn build && yarn test",
61
+ "build+test+package": "yarn build+test && yarn package",
62
+ "compat": "cdk-compat",
63
+ "rosetta:extract": "yarn --silent jsii-rosetta extract",
64
+ "build+extract": "yarn build && yarn rosetta:extract",
65
+ "build+test+extract": "yarn build+test && yarn rosetta:extract"
66
+ },
67
+ "keywords": [
68
+ "aws",
69
+ "cdk",
70
+ "constructs",
71
+ "imagebuilder"
72
+ ],
73
+ "author": {
74
+ "name": "Amazon Web Services",
75
+ "url": "https://aws.amazon.com",
76
+ "organization": true
77
+ },
78
+ "license": "Apache-2.0",
79
+ "devDependencies": {
80
+ "aws-cdk-lib": "2.224.0",
81
+ "@aws-cdk/cdk-build-tools": "2.224.0-alpha.0",
82
+ "@aws-cdk/integ-runner": "^2.190.2",
83
+ "@aws-cdk/pkglint": "2.224.0-alpha.0",
84
+ "@aws-cdk/integ-tests-alpha": "2.224.0-alpha.0",
85
+ "@types/jest": "^29.5.14",
86
+ "constructs": "^10.0.0",
87
+ "jest": "^29.7.0"
88
+ },
89
+ "dependencies": {
90
+ "yaml": "1.10.2"
91
+ },
92
+ "bundledDependencies": [
93
+ "yaml"
94
+ ],
95
+ "homepage": "https://github.com/aws/aws-cdk",
96
+ "peerDependencies": {
97
+ "aws-cdk-lib": "^2.224.0",
98
+ "constructs": "^10.0.0"
99
+ },
100
+ "engines": {
101
+ "node": ">= 18.0.0"
102
+ },
103
+ "stability": "experimental",
104
+ "maturity": "experimental",
105
+ "cdk-build": {
106
+ "env": {
107
+ "AWSLINT_BASE_CONSTRUCT": true
108
+ }
109
+ },
110
+ "publishConfig": {
111
+ "tag": "latest"
112
+ },
113
+ "awscdkio": {
114
+ "announce": false
115
+ },
116
+ "pkglint": {
117
+ "exclude": [
118
+ "naming/package-matches-directory",
119
+ "assert/assert-dependency"
120
+ ]
121
+ }
122
+ }
@@ -0,0 +1,6 @@
1
+ import { Construct } from "constructs";
2
+ class MyConstruct extends Construct {
3
+ constructor(scope: Construct, id: string) {
4
+ super(scope, id);
5
+ /// here
6
+ } }
@@ -0,0 +1,25 @@
1
+ // Fixture with packages imported, but nothing else
2
+ import * as imagebuilder from '@aws-cdk/aws-imagebuilder-alpha';
3
+ import { Aws, Duration, Stack } from 'aws-cdk-lib';
4
+ import * as ec2 from 'aws-cdk-lib/aws-ec2';
5
+ import * as iam from 'aws-cdk-lib/aws-iam';
6
+ import * as kms from 'aws-cdk-lib/aws-kms';
7
+ import * as s3 from 'aws-cdk-lib/aws-s3';
8
+ import * as sns from 'aws-cdk-lib/aws-sns';
9
+ import * as ssm from 'aws-cdk-lib/aws-ssm';
10
+ import { Construct } from 'constructs';
11
+
12
+ class Fixture extends Stack {
13
+ constructor(scope: Construct, id: string) {
14
+ super(scope, id);
15
+
16
+ const vpc = new ec2.Vpc(this, 'VPCForImageBuilds');
17
+ const dedicatedHost = new ec2.CfnHost(this, 'DedicatedHost', {
18
+ autoPlacement: 'on',
19
+ availabilityZone: Stack.of(this).availabilityZones[0],
20
+ instanceType: ec2.InstanceType.of(ec2.InstanceClass.STANDARD6_GRAVITON, ec2.InstanceSize.LARGE).toString(),
21
+ });
22
+
23
+ /// here
24
+ }
25
+ }