Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/@aws-cdk/cfn-property-mixins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"./aws-elasticloadbalancing": "./lib/services/aws-elasticloadbalancing/index.js",
"./aws-elasticloadbalancingv2": "./lib/services/aws-elasticloadbalancingv2/index.js",
"./aws-elasticsearch": "./lib/services/aws-elasticsearch/index.js",
"./aws-elementalinference": "./lib/services/aws-elementalinference/index.js",
"./aws-emr": "./lib/services/aws-emr/index.js",
"./aws-emrcontainers": "./lib/services/aws-emrcontainers/index.js",
"./aws-emrserverless": "./lib/services/aws-emrserverless/index.js",
Expand Down Expand Up @@ -229,6 +230,7 @@
"./aws-robomaker": "./lib/services/aws-robomaker/index.js",
"./aws-rolesanywhere": "./lib/services/aws-rolesanywhere/index.js",
"./aws-route53": "./lib/services/aws-route53/index.js",
"./aws-route53globalresolver": "./lib/services/aws-route53globalresolver/index.js",
"./aws-route53profiles": "./lib/services/aws-route53profiles/index.js",
"./aws-route53recoverycontrol": "./lib/services/aws-route53recoverycontrol/index.js",
"./aws-route53recoveryreadiness": "./lib/services/aws-route53recoveryreadiness/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * as mixins from './mixins';
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './logs-delivery-mixins.generated';
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * as mixins from './mixins';
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './logs-delivery-mixins.generated';
2 changes: 2 additions & 0 deletions packages/@aws-cdk/mixins-preview/lib/services/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * as aws_apigateway from './aws-apigateway';
export * as aws_appmesh from './aws-appmesh';
export * as aws_aps from './aws-aps';
export * as aws_athena from './aws-athena';
Expand Down Expand Up @@ -62,6 +63,7 @@ export * as aws_pipes from './aws-pipes';
export * as aws_qbusiness from './aws-qbusiness';
export * as aws_qldb from './aws-qldb';
export * as aws_rds from './aws-rds';
export * as aws_route53globalresolver from './aws-route53globalresolver';
export * as aws_route53profiles from './aws-route53profiles';
export * as aws_route53recoveryreadiness from './aws-route53recoveryreadiness';
export * as aws_route53resolver from './aws-route53resolver';
Expand Down
6 changes: 5 additions & 1 deletion packages/@aws-cdk/mixins-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
".": "./lib/index.js",
"./.jsii": "./.jsii",
"./.warnings.jsii.js": "./.warnings.jsii.js",
"./aws-apigateway": "./lib/services/aws-apigateway/index.js",
"./aws-apigateway/mixins": "./lib/services/aws-apigateway/mixins.js",
"./aws-appmesh": "./lib/services/aws-appmesh/index.js",
"./aws-appmesh/events": "./lib/services/aws-appmesh/events.js",
"./aws-appmesh/mixins": "./lib/services/aws-appmesh/mixins.js",
Expand Down Expand Up @@ -187,6 +189,8 @@
"./aws-rds": "./lib/services/aws-rds/index.js",
"./aws-rds/events": "./lib/services/aws-rds/events.js",
"./aws-rds/mixins": "./lib/services/aws-rds/mixins.js",
"./aws-route53globalresolver": "./lib/services/aws-route53globalresolver/index.js",
"./aws-route53globalresolver/mixins": "./lib/services/aws-route53globalresolver/mixins.js",
"./aws-route53profiles": "./lib/services/aws-route53profiles/index.js",
"./aws-route53profiles/mixins": "./lib/services/aws-route53profiles/mixins.js",
"./aws-route53recoveryreadiness": "./lib/services/aws-route53recoveryreadiness/index.js",
Expand Down Expand Up @@ -321,7 +325,7 @@
"@aws-cdk/integ-runner": "^2.197.1",
"@aws-cdk/integ-tests-alpha": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-cdk/service-spec-types": "^0.0.229",
"@aws-cdk/service-spec-types": "^0.0.231",
"@aws-cdk/spec2cdk": "0.0.0",
"@cdklabs/tskb": "^0.0.4",
"@cdklabs/typewriter": "^0.0.16",
Expand Down
13 changes: 13 additions & 0 deletions packages/aws-cdk-lib/aws-elementalinference/.jsiirc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"targets": {
"java": {
"package": "software.amazon.awscdk.services.elementalinference"
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.ElementalInference"
},
"python": {
"module": "aws_cdk.aws_elementalinference"
}
}
}
39 changes: 39 additions & 0 deletions packages/aws-cdk-lib/aws-elementalinference/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# AWS::ElementalInference Construct Library
<!--BEGIN STABILITY BANNER-->

---

![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)

> All classes with the `Cfn` prefix in this module ([CFN Resources]) are always stable and safe to use.
>
> [CFN Resources]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib

---

<!--END STABILITY BANNER-->

This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.

```ts nofixture
import * as elementalinference from 'aws-cdk-lib/aws-elementalinference';
```

<!--BEGIN CFNONLY DISCLAIMER-->

There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:

- Search [Construct Hub for ElementalInference construct libraries](https://constructs.dev/search?q=elementalinference)
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::ElementalInference resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_ElementalInference.html) directly.


<!--BEGIN CFNONLY DISCLAIMER-->

There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.

For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::ElementalInference](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_ElementalInference.html).

(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)

<!--END CFNONLY DISCLAIMER-->
1 change: 1 addition & 0 deletions packages/aws-cdk-lib/aws-elementalinference/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './lib';
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/aws-elementalinference/lib/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// AWS::ElementalInference Cloudformation Resources
export * from './elementalinference.generated';
13 changes: 13 additions & 0 deletions packages/aws-cdk-lib/aws-route53globalresolver/.jsiirc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"targets": {
"java": {
"package": "software.amazon.awscdk.services.route53globalresolver"
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.Route53GlobalResolver"
},
"python": {
"module": "aws_cdk.aws_route53globalresolver"
}
}
}
39 changes: 39 additions & 0 deletions packages/aws-cdk-lib/aws-route53globalresolver/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# AWS::Route53GlobalResolver Construct Library
<!--BEGIN STABILITY BANNER-->

---

![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)

> All classes with the `Cfn` prefix in this module ([CFN Resources]) are always stable and safe to use.
>
> [CFN Resources]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib

---

<!--END STABILITY BANNER-->

This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.

```ts nofixture
import * as route53globalresolver from 'aws-cdk-lib/aws-route53globalresolver';
```

<!--BEGIN CFNONLY DISCLAIMER-->

There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:

- Search [Construct Hub for Route53GlobalResolver construct libraries](https://constructs.dev/search?q=route53globalresolver)
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::Route53GlobalResolver resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Route53GlobalResolver.html) directly.


<!--BEGIN CFNONLY DISCLAIMER-->

There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.

For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::Route53GlobalResolver](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Route53GlobalResolver.html).

(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)

<!--END CFNONLY DISCLAIMER-->
1 change: 1 addition & 0 deletions packages/aws-cdk-lib/aws-route53globalresolver/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './lib';
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/aws-route53globalresolver/lib/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// AWS::Route53GlobalResolver Cloudformation Resources
export * from './route53globalresolver.generated';
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export * as aws_elasticloadbalancingv2 from './aws-elasticloadbalancingv2';
export * as aws_elasticloadbalancingv2_actions from './aws-elasticloadbalancingv2-actions';
export * as aws_elasticloadbalancingv2_targets from './aws-elasticloadbalancingv2-targets';
export * as aws_elasticsearch from './aws-elasticsearch';
export * as aws_elementalinference from './aws-elementalinference';
export * as aws_emr from './aws-emr';
export * as aws_emrcontainers from './aws-emrcontainers';
export * as aws_emrserverless from './aws-emrserverless';
Expand Down Expand Up @@ -241,6 +242,7 @@ export * as aws_rolesanywhere from './aws-rolesanywhere';
export * as aws_route53 from './aws-route53';
export * as aws_route53_patterns from './aws-route53-patterns';
export * as aws_route53_targets from './aws-route53-targets';
export * as aws_route53globalresolver from './aws-route53globalresolver';
export * as aws_route53profiles from './aws-route53profiles';
export * as aws_route53recoverycontrol from './aws-route53recoverycontrol';
export * as aws_route53recoveryreadiness from './aws-route53recoveryreadiness';
Expand Down
4 changes: 3 additions & 1 deletion packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"devDependencies": {
"@aws-cdk/lambda-layer-kubectl-v31": "^2.1.0",
"@aws-cdk/lambda-layer-kubectl-v33": "^2.0.1",
"@aws-cdk/aws-service-spec": "^0.1.163",
"@aws-cdk/aws-service-spec": "^0.1.165",
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/custom-resource-handlers": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
Expand Down Expand Up @@ -327,6 +327,7 @@
"./aws-elasticloadbalancingv2-actions": "./aws-elasticloadbalancingv2-actions/index.js",
"./aws-elasticloadbalancingv2-targets": "./aws-elasticloadbalancingv2-targets/index.js",
"./aws-elasticsearch": "./aws-elasticsearch/index.js",
"./aws-elementalinference": "./aws-elementalinference/index.js",
"./aws-emr": "./aws-emr/index.js",
"./aws-emrcontainers": "./aws-emrcontainers/index.js",
"./aws-emrserverless": "./aws-emrserverless/index.js",
Expand Down Expand Up @@ -459,6 +460,7 @@
"./aws-route53": "./aws-route53/index.js",
"./aws-route53-patterns": "./aws-route53-patterns/index.js",
"./aws-route53-targets": "./aws-route53-targets/index.js",
"./aws-route53globalresolver": "./aws-route53globalresolver/index.js",
"./aws-route53profiles": "./aws-route53profiles/index.js",
"./aws-route53recoverycontrol": "./aws-route53recoverycontrol/index.js",
"./aws-route53recoveryreadiness": "./aws-route53recoveryreadiness/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/aws-cdk-lib/scripts/scope-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,13 @@
}
]
},
"aws-elementalinference": {
"scopes": [
{
"namespace": "AWS::ElementalInference"
}
]
},
"aws-emr": {
"scopes": [
{
Expand Down Expand Up @@ -1579,6 +1586,13 @@
}
]
},
"aws-route53globalresolver": {
"scopes": [
{
"namespace": "AWS::Route53GlobalResolver"
}
]
},
"aws-route53profiles": {
"scopes": [
{
Expand Down
6 changes: 3 additions & 3 deletions tools/@aws-cdk/spec2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/aws-service-spec": "^0.1.163",
"@aws-cdk/service-spec-importers": "^0.0.115",
"@aws-cdk/service-spec-types": "^0.0.229",
"@aws-cdk/aws-service-spec": "^0.1.165",
"@aws-cdk/service-spec-importers": "^0.0.117",
"@aws-cdk/service-spec-types": "^0.0.231",
"@cdklabs/tskb": "^0.0.4",
"@cdklabs/typewriter": "^0.0.16",
"camelcase": "^6",
Expand Down
35 changes: 14 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"@aws-cdk/service-spec-types" "^0.0.221"
"@cdklabs/tskb" "^0.0.4"

"@aws-cdk/aws-service-spec@^0.1.163":
version "0.1.163"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.163.tgz#c6786c9a6b21c4f1a815ff952acb63c9046f0748"
integrity sha512-5hQi+cpg992vc1TDXp9IcAM7dD2JUrxIrSFo0x5ZydHeNTa8Jx6L1dnsEaOB2Sao7UPG9NOFjvJB2S6T2r0HWQ==
"@aws-cdk/aws-service-spec@^0.1.165":
version "0.1.165"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.165.tgz#e02c8489a6569d188fab27fa47465fb168341d1f"
integrity sha512-nATIfN28M9hQa262Jum1OWCSvLbkCQhNe8tuz89K4zmTWUUnJd2EvelL51t8NbShFvviJvydi87S/n60yjxRtg==
dependencies:
"@aws-cdk/service-spec-types" "^0.0.229"
"@aws-cdk/service-spec-types" "^0.0.231"
"@cdklabs/tskb" "^0.0.4"

"@aws-cdk/cloud-assembly-api@^2.2.0":
Expand Down Expand Up @@ -130,12 +130,12 @@
resolved "https://registry.npmjs.org/@aws-cdk/lambda-layer-kubectl-v35/-/lambda-layer-kubectl-v35-2.0.0.tgz#6f2b1dcfd668f9abc08d0d841af28cd6a3b6ebc7"
integrity sha512-yO2uQKE4xhRfURhT0YQ344i/ZbZ8TA915YmtFjgWaZHbt5kpyceKRQESf9kTWlVDVzQJAIB8d7Pwpoy5P5sEtw==

"@aws-cdk/service-spec-importers@^0.0.115":
version "0.0.115"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-importers/-/service-spec-importers-0.0.115.tgz#3a41574df694578c6b19bc02d8ddeb985546c3d7"
integrity sha512-pZHo0iqulybvLzHkak9dVFAHOyrzYcRGIOTO0ESiy7wPav0T2v1BIpyxM9fjVd7kpNUduq+SSQ3gQO5r6ueG4Q==
"@aws-cdk/service-spec-importers@^0.0.117":
version "0.0.117"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-importers/-/service-spec-importers-0.0.117.tgz#fa723ba881b08327b71f96a87ec35d02d7e9f881"
integrity sha512-QOY3MnJKCVBa2rBHdivxW8tAGhMDGr0sWVSgvjVtn0OFA5e5fvjqIOz0hV6b8N7cPQ8r5STi9HCcwt4TU6WYGg==
dependencies:
"@aws-cdk/service-spec-types" "^0.0.226"
"@aws-cdk/service-spec-types" "^0.0.231"
"@cdklabs/tskb" "^0.0.4"
ajv "^6"
canonicalize "^2.1.0"
Expand All @@ -153,17 +153,10 @@
dependencies:
"@cdklabs/tskb" "^0.0.4"

"@aws-cdk/service-spec-types@^0.0.226":
version "0.0.226"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.226.tgz#92f1cec73018f6337d4feae5a717e78ca479a347"
integrity sha512-1+kbXcr8IqWLOf6UXxPzRdzfTX+pwGPSsetzyVN1iVii8Nv5ky+RQHSCdROfmVcVQObbJz2ba6WTkVBU3SY6dA==
dependencies:
"@cdklabs/tskb" "^0.0.4"

"@aws-cdk/service-spec-types@^0.0.229":
version "0.0.229"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.229.tgz#6110bb161877d4307317e2eb68406304ed90db45"
integrity sha512-GnZVzddpKqFbPu/ws+hq3V6OkKG5wV2ViXkb3qeJZ1bE6Lnncf2n21prp5Du5dZxyKmg6RePpWdCmmSjVCWv9Q==
"@aws-cdk/service-spec-types@^0.0.231":
version "0.0.231"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.231.tgz#cd173c33a99a712503c2314ebef7946d60ac3ca4"
integrity sha512-vPnG3XDIAf0HwMEkNzepkUJcrbHaEEwekztCVwsu3FPhf8T7TMRTXC5DOYM0v6y/pOjnt8KHi5EeTrEpfAj9vw==
dependencies:
"@cdklabs/tskb" "^0.0.4"

Expand Down
Loading