Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update AWS Service Spec #27216

Closed
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
13 changes: 13 additions & 0 deletions packages/aws-cdk-lib/aws-entityresolution/.jsiirc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"targets": {
"java": {
"package": "services.entityresolution"
},
"dotnet": {
"package": "Amazon.CDK.AWS.EntityResolution"
},
"python": {
"module": "aws_cdk.aws_entityresolution"
}
}
}
39 changes: 39 additions & 0 deletions packages/aws-cdk-lib/aws-entityresolution/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# AWS::EntityResolution 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 entityresolution from 'aws-cdk-lib/aws-entityresolution';
```

<!--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 EntityResolution construct libraries](https://constructs.dev/search?q=entityresolution)
- 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::EntityResolution resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_EntityResolution.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::EntityResolution](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_EntityResolution.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-entityresolution/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-entityresolution/lib/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// AWS::EntityResolution Cloudformation Resources
export * from './entityresolution.generated';
13 changes: 13 additions & 0 deletions packages/aws-cdk-lib/aws-mediapackagev2/.jsiirc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"targets": {
"java": {
"package": "services.mediapackagev2"
},
"dotnet": {
"package": "Amazon.CDK.AWS.MediaPackageV2"
},
"python": {
"module": "aws_cdk.aws_mediapackagev2"
}
}
}
39 changes: 39 additions & 0 deletions packages/aws-cdk-lib/aws-mediapackagev2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# AWS::MediaPackageV2 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 mediapackage from 'aws-cdk-lib/aws-mediapackagev2';
```

<!--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 MediaPackageV2 construct libraries](https://constructs.dev/search?q=mediapackagev2)
- 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::MediaPackageV2 resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MediaPackageV2.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::MediaPackageV2](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MediaPackageV2.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-mediapackagev2/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-mediapackagev2/lib/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// AWS::MediaPackageV2 Cloudformation Resources
export * from './mediapackagev2.generated';
13 changes: 13 additions & 0 deletions packages/aws-cdk-lib/aws-pcaconnectorad/.jsiirc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"targets": {
"java": {
"package": "services.pcaconnectorad"
},
"dotnet": {
"package": "Amazon.CDK.AWS.PCAConnectorAD"
},
"python": {
"module": "aws_cdk.aws_pcaconnectorad"
}
}
}
39 changes: 39 additions & 0 deletions packages/aws-cdk-lib/aws-pcaconnectorad/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# AWS::PCAConnectorAD 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 pcaconnectorad from 'aws-cdk-lib/aws-pcaconnectorad';
```

<!--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 PCAConnectorAD construct libraries](https://constructs.dev/search?q=pcaconnectorad)
- 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::PCAConnectorAD resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_PCAConnectorAD.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::PCAConnectorAD](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_PCAConnectorAD.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-pcaconnectorad/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-pcaconnectorad/lib/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// AWS::PCAConnectorAD Cloudformation Resources
export * from './pcaconnectorad.generated';
13 changes: 13 additions & 0 deletions packages/aws-cdk-lib/aws-workspacesweb/.jsiirc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"targets": {
"java": {
"package": "services.workspacesweb"
},
"dotnet": {
"package": "Amazon.CDK.AWS.WorkSpacesWeb"
},
"python": {
"module": "aws_cdk.aws_workspacesweb"
}
}
}
39 changes: 39 additions & 0 deletions packages/aws-cdk-lib/aws-workspacesweb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# AWS::WorkSpacesWeb 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 workspacesweb from 'aws-cdk-lib/aws-workspacesweb';
```

<!--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 WorkSpacesWeb construct libraries](https://constructs.dev/search?q=workspacesweb)
- 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::WorkSpacesWeb resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_WorkSpacesWeb.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::WorkSpacesWeb](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_WorkSpacesWeb.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-workspacesweb/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-workspacesweb/lib/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// AWS::WorkSpacesWeb Cloudformation Resources
export * from './workspacesweb.generated';
4 changes: 4 additions & 0 deletions packages/aws-cdk-lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export * as aws_elasticsearch from './aws-elasticsearch';
export * as aws_emr from './aws-emr';
export * as aws_emrcontainers from './aws-emrcontainers';
export * as aws_emrserverless from './aws-emrserverless';
export * as aws_entityresolution from './aws-entityresolution';
export * as aws_events from './aws-events';
export * as aws_events_targets from './aws-events-targets';
export * as aws_eventschemas from './aws-eventschemas';
Expand Down Expand Up @@ -159,6 +160,7 @@ export * as aws_mediaconnect from './aws-mediaconnect';
export * as aws_mediaconvert from './aws-mediaconvert';
export * as aws_medialive from './aws-medialive';
export * as aws_mediapackage from './aws-mediapackage';
export * as aws_mediapackagev2 from './aws-mediapackagev2';
export * as aws_mediastore from './aws-mediastore';
export * as aws_mediatailor from './aws-mediatailor';
export * as aws_memorydb from './aws-memorydb';
Expand All @@ -177,6 +179,7 @@ export * as aws_opsworkscm from './aws-opsworkscm';
export * as aws_organizations from './aws-organizations';
export * as aws_osis from './aws-osis';
export * as aws_panorama from './aws-panorama';
export * as aws_pcaconnectorad from './aws-pcaconnectorad';
export * as aws_personalize from './aws-personalize';
export * as aws_pinpoint from './aws-pinpoint';
export * as aws_pinpointemail from './aws-pinpointemail';
Expand Down Expand Up @@ -244,6 +247,7 @@ export * as aws_wafregional from './aws-wafregional';
export * as aws_wafv2 from './aws-wafv2';
export * as aws_wisdom from './aws-wisdom';
export * as aws_workspaces from './aws-workspaces';
export * as aws_workspacesweb from './aws-workspacesweb';
export * as aws_xray from './aws-xray';
export * as cloud_assembly_schema from './cloud-assembly-schema';
export * as cloudformation_include from './cloudformation-include';
Expand Down
4 changes: 4 additions & 0 deletions packages/aws-cdk-lib/lazy-index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Object.defineProperty(exports, 'aws_elasticsearch', { get: function () { return
Object.defineProperty(exports, 'aws_emr', { get: function () { return require('./aws-emr'); } });
Object.defineProperty(exports, 'aws_emrcontainers', { get: function () { return require('./aws-emrcontainers'); } });
Object.defineProperty(exports, 'aws_emrserverless', { get: function () { return require('./aws-emrserverless'); } });
Object.defineProperty(exports, 'aws_entityresolution', { get: function () { return require('./aws-entityresolution'); } });
Object.defineProperty(exports, 'aws_events_targets', { get: function () { return require('./aws-events-targets'); } });
Object.defineProperty(exports, 'aws_events', { get: function () { return require('./aws-events'); } });
Object.defineProperty(exports, 'aws_eventschemas', { get: function () { return require('./aws-eventschemas'); } });
Expand Down Expand Up @@ -161,6 +162,7 @@ Object.defineProperty(exports, 'aws_mediaconnect', { get: function () { return r
Object.defineProperty(exports, 'aws_mediaconvert', { get: function () { return require('./aws-mediaconvert'); } });
Object.defineProperty(exports, 'aws_medialive', { get: function () { return require('./aws-medialive'); } });
Object.defineProperty(exports, 'aws_mediapackage', { get: function () { return require('./aws-mediapackage'); } });
Object.defineProperty(exports, 'aws_mediapackagev2', { get: function () { return require('./aws-mediapackagev2'); } });
Object.defineProperty(exports, 'aws_mediastore', { get: function () { return require('./aws-mediastore'); } });
Object.defineProperty(exports, 'aws_mediatailor', { get: function () { return require('./aws-mediatailor'); } });
Object.defineProperty(exports, 'aws_memorydb', { get: function () { return require('./aws-memorydb'); } });
Expand All @@ -179,6 +181,7 @@ Object.defineProperty(exports, 'aws_opsworkscm', { get: function () { return req
Object.defineProperty(exports, 'aws_organizations', { get: function () { return require('./aws-organizations'); } });
Object.defineProperty(exports, 'aws_osis', { get: function () { return require('./aws-osis'); } });
Object.defineProperty(exports, 'aws_panorama', { get: function () { return require('./aws-panorama'); } });
Object.defineProperty(exports, 'aws_pcaconnectorad', { get: function () { return require('./aws-pcaconnectorad'); } });
Object.defineProperty(exports, 'aws_personalize', { get: function () { return require('./aws-personalize'); } });
Object.defineProperty(exports, 'aws_pinpoint', { get: function () { return require('./aws-pinpoint'); } });
Object.defineProperty(exports, 'aws_pinpointemail', { get: function () { return require('./aws-pinpointemail'); } });
Expand Down Expand Up @@ -246,6 +249,7 @@ Object.defineProperty(exports, 'aws_wafregional', { get: function () { return re
Object.defineProperty(exports, 'aws_wafv2', { get: function () { return require('./aws-wafv2'); } });
Object.defineProperty(exports, 'aws_wisdom', { get: function () { return require('./aws-wisdom'); } });
Object.defineProperty(exports, 'aws_workspaces', { get: function () { return require('./aws-workspaces'); } });
Object.defineProperty(exports, 'aws_workspacesweb', { get: function () { return require('./aws-workspacesweb'); } });
Object.defineProperty(exports, 'aws_xray', { get: function () { return require('./aws-xray'); } });
Object.defineProperty(exports, 'cloud_assembly_schema', { get: function () { return require('./cloud-assembly-schema'); } });
Object.defineProperty(exports, 'cloudformation_include', { get: function () { return require('./cloudformation-include'); } });
Expand Down
4 changes: 4 additions & 0 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@
"./aws-emr": "./aws-emr/index.js",
"./aws-emrcontainers": "./aws-emrcontainers/index.js",
"./aws-emrserverless": "./aws-emrserverless/index.js",
"./aws-entityresolution": "./aws-entityresolution/index.js",
"./aws-events": "./aws-events/index.js",
"./aws-events-targets": "./aws-events-targets/index.js",
"./aws-eventschemas": "./aws-eventschemas/index.js",
Expand Down Expand Up @@ -380,6 +381,7 @@
"./aws-mediaconvert": "./aws-mediaconvert/index.js",
"./aws-medialive": "./aws-medialive/index.js",
"./aws-mediapackage": "./aws-mediapackage/index.js",
"./aws-mediapackagev2": "./aws-mediapackagev2/index.js",
"./aws-mediastore": "./aws-mediastore/index.js",
"./aws-mediatailor": "./aws-mediatailor/index.js",
"./aws-memorydb": "./aws-memorydb/index.js",
Expand All @@ -398,6 +400,7 @@
"./aws-organizations": "./aws-organizations/index.js",
"./aws-osis": "./aws-osis/index.js",
"./aws-panorama": "./aws-panorama/index.js",
"./aws-pcaconnectorad": "./aws-pcaconnectorad/index.js",
"./aws-personalize": "./aws-personalize/index.js",
"./aws-pinpoint": "./aws-pinpoint/index.js",
"./aws-pinpointemail": "./aws-pinpointemail/index.js",
Expand Down Expand Up @@ -466,6 +469,7 @@
"./aws-wafv2": "./aws-wafv2/index.js",
"./aws-wisdom": "./aws-wisdom/index.js",
"./aws-workspaces": "./aws-workspaces/index.js",
"./aws-workspacesweb": "./aws-workspacesweb/index.js",
"./aws-xray": "./aws-xray/index.js",
"./cloud-assembly-schema": "./cloud-assembly-schema/index.js",
"./cloudformation-include": "./cloudformation-include/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/aws-cdk-lib/scripts/scope-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@
"aws-emrserverless": [
"AWS::EMRServerless"
],
"aws-entityresolution": [
"AWS::EntityResolution"
],
"aws-events": [
"AWS::Events"
],
Expand Down Expand Up @@ -432,6 +435,9 @@
"aws-mediapackage": [
"AWS::MediaPackage"
],
"aws-mediapackagev2": [
"AWS::MediaPackageV2"
],
"aws-mediastore": [
"AWS::MediaStore"
],
Expand Down Expand Up @@ -486,6 +492,9 @@
"aws-panorama": [
"AWS::Panorama"
],
"aws-pcaconnectorad": [
"AWS::PCAConnectorAD"
],
"aws-personalize": [
"AWS::Personalize"
],
Expand Down Expand Up @@ -663,6 +672,9 @@
"aws-workspaces": [
"AWS::WorkSpaces"
],
"aws-workspacesweb": [
"AWS::WorkSpacesWeb"
],
"aws-xray": [
"AWS::XRay"
],
Expand Down
Loading