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

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

<!--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 ObservabilityAdmin construct libraries](https://constructs.dev/search?q=observabilityadmin)
- 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::ObservabilityAdmin resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_ObservabilityAdmin.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::ObservabilityAdmin](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_ObservabilityAdmin.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-observabilityadmin/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-observabilityadmin/lib/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// AWS::ObservabilityAdmin Cloudformation Resources
export * from './observabilityadmin.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 @@ -23,6 +23,7 @@ export * as aws_appstream from './aws-appstream';
export * as aws_appsync from './aws-appsync';
export * as aws_apptest from './aws-apptest';
export * as aws_aps from './aws-aps';
export * as aws_arcregionswitch from './aws-arcregionswitch';
export * as aws_arczonalshift from './aws-arczonalshift';
export * as aws_athena from './aws-athena';
export * as aws_auditmanager from './aws-auditmanager';
Expand Down Expand Up @@ -195,6 +196,7 @@ export * as aws_nimblestudio from './aws-nimblestudio';
export * as aws_notifications from './aws-notifications';
export * as aws_notificationscontacts from './aws-notificationscontacts';
export * as aws_oam from './aws-oam';
export * as aws_observabilityadmin from './aws-observabilityadmin';
export * as aws_odb from './aws-odb';
export * as aws_omics from './aws-omics';
export * as aws_opensearchserverless from './aws-opensearchserverless';
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 @@ -136,7 +136,7 @@
},
"devDependencies": {
"@aws-cdk/lambda-layer-kubectl-v31": "^2.1.0",
"@aws-cdk/aws-service-spec": "^0.1.89",
"@aws-cdk/aws-service-spec": "^0.1.91",
"@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 @@ -237,6 +237,7 @@
"./aws-appsync": "./aws-appsync/index.js",
"./aws-apptest": "./aws-apptest/index.js",
"./aws-aps": "./aws-aps/index.js",
"./aws-arcregionswitch": "./aws-arcregionswitch/index.js",
"./aws-arczonalshift": "./aws-arczonalshift/index.js",
"./aws-athena": "./aws-athena/index.js",
"./aws-auditmanager": "./aws-auditmanager/index.js",
Expand Down Expand Up @@ -412,6 +413,7 @@
"./aws-notifications": "./aws-notifications/index.js",
"./aws-notificationscontacts": "./aws-notificationscontacts/index.js",
"./aws-oam": "./aws-oam/index.js",
"./aws-observabilityadmin": "./aws-observabilityadmin/index.js",
"./aws-odb": "./aws-odb/index.js",
"./aws-omics": "./aws-omics/index.js",
"./aws-opensearchserverless": "./aws-opensearchserverless/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/aws-cdk-lib/scripts/scope-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
"aws-aps": [
"AWS::APS"
],
"aws-arcregionswitch": [
"AWS::ARCRegionSwitch"
],
"aws-arczonalshift": [
"AWS::ARCZonalShift"
],
Expand Down Expand Up @@ -534,6 +537,9 @@
"aws-oam": [
"AWS::Oam"
],
"aws-observabilityadmin": [
"AWS::ObservabilityAdmin"
],
"aws-odb": [
"AWS::ODB"
],
Expand Down
4 changes: 2 additions & 2 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.89",
"@aws-cdk/aws-service-spec": "^0.1.91",
"@aws-cdk/service-spec-importers": "^0.0.82",
"@aws-cdk/service-spec-types": "^0.0.155",
"@aws-cdk/service-spec-types": "^0.0.157",
"@cdklabs/tskb": "^0.0.3",
"@cdklabs/typewriter": "^0.0.5",
"camelcase": "^6",
Expand Down
Loading
Loading