Skip to content

Commit 0282e98

Browse files
authored
Merge branch 'main' into cloudfront-invalidate-retry-mechanism
2 parents f70a0c3 + 3eb8ec0 commit 0282e98

File tree

13 files changed

+278
-18
lines changed

13 files changed

+278
-18
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"targets": {
3+
"java": {
4+
"package": "software.amazon.awscdk.services.arcregionswitch"
5+
},
6+
"dotnet": {
7+
"package": "Amazon.CDK.AWS.ARCRegionSwitch"
8+
},
9+
"python": {
10+
"module": "aws_cdk.aws_arcregionswitch"
11+
}
12+
}
13+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# AWS::ARCRegionSwitch Construct Library
2+
<!--BEGIN STABILITY BANNER-->
3+
4+
---
5+
6+
![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)
7+
8+
> All classes with the `Cfn` prefix in this module ([CFN Resources]) are always stable and safe to use.
9+
>
10+
> [CFN Resources]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib
11+
12+
---
13+
14+
<!--END STABILITY BANNER-->
15+
16+
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
17+
18+
```ts nofixture
19+
import * as arcregionswitch from 'aws-cdk-lib/aws-arcregionswitch';
20+
```
21+
22+
<!--BEGIN CFNONLY DISCLAIMER-->
23+
24+
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:
25+
26+
- Search [Construct Hub for ARCRegionSwitch construct libraries](https://constructs.dev/search?q=arcregionswitch)
27+
- 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.
28+
29+
30+
<!--BEGIN CFNONLY DISCLAIMER-->
31+
32+
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
33+
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.
34+
35+
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).
36+
37+
(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.)
38+
39+
<!--END CFNONLY DISCLAIMER-->
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './lib';
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// AWS::ARCRegionSwitch Cloudformation Resources
2+
export * from './arcregionswitch.generated';
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"targets": {
3+
"java": {
4+
"package": "software.amazon.awscdk.services.observabilityadmin"
5+
},
6+
"dotnet": {
7+
"package": "Amazon.CDK.AWS.ObservabilityAdmin"
8+
},
9+
"python": {
10+
"module": "aws_cdk.aws_observabilityadmin"
11+
}
12+
}
13+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# AWS::ObservabilityAdmin Construct Library
2+
<!--BEGIN STABILITY BANNER-->
3+
4+
---
5+
6+
![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)
7+
8+
> All classes with the `Cfn` prefix in this module ([CFN Resources]) are always stable and safe to use.
9+
>
10+
> [CFN Resources]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib
11+
12+
---
13+
14+
<!--END STABILITY BANNER-->
15+
16+
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
17+
18+
```ts nofixture
19+
import * as observabilityadmin from 'aws-cdk-lib/aws-observabilityadmin';
20+
```
21+
22+
<!--BEGIN CFNONLY DISCLAIMER-->
23+
24+
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:
25+
26+
- Search [Construct Hub for ObservabilityAdmin construct libraries](https://constructs.dev/search?q=observabilityadmin)
27+
- 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.
28+
29+
30+
<!--BEGIN CFNONLY DISCLAIMER-->
31+
32+
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
33+
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.
34+
35+
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).
36+
37+
(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.)
38+
39+
<!--END CFNONLY DISCLAIMER-->
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './lib';
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// AWS::ObservabilityAdmin Cloudformation Resources
2+
export * from './observabilityadmin.generated';

packages/aws-cdk-lib/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export * as aws_appstream from './aws-appstream';
2323
export * as aws_appsync from './aws-appsync';
2424
export * as aws_apptest from './aws-apptest';
2525
export * as aws_aps from './aws-aps';
26+
export * as aws_arcregionswitch from './aws-arcregionswitch';
2627
export * as aws_arczonalshift from './aws-arczonalshift';
2728
export * as aws_athena from './aws-athena';
2829
export * as aws_auditmanager from './aws-auditmanager';
@@ -195,6 +196,7 @@ export * as aws_nimblestudio from './aws-nimblestudio';
195196
export * as aws_notifications from './aws-notifications';
196197
export * as aws_notificationscontacts from './aws-notificationscontacts';
197198
export * as aws_oam from './aws-oam';
199+
export * as aws_observabilityadmin from './aws-observabilityadmin';
198200
export * as aws_odb from './aws-odb';
199201
export * as aws_omics from './aws-omics';
200202
export * as aws_opensearchserverless from './aws-opensearchserverless';

packages/aws-cdk-lib/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
},
137137
"devDependencies": {
138138
"@aws-cdk/lambda-layer-kubectl-v31": "^2.1.0",
139-
"@aws-cdk/aws-service-spec": "^0.1.89",
139+
"@aws-cdk/aws-service-spec": "^0.1.91",
140140
"@aws-cdk/cdk-build-tools": "0.0.0",
141141
"@aws-cdk/custom-resource-handlers": "0.0.0",
142142
"@aws-cdk/pkglint": "0.0.0",
@@ -237,6 +237,7 @@
237237
"./aws-appsync": "./aws-appsync/index.js",
238238
"./aws-apptest": "./aws-apptest/index.js",
239239
"./aws-aps": "./aws-aps/index.js",
240+
"./aws-arcregionswitch": "./aws-arcregionswitch/index.js",
240241
"./aws-arczonalshift": "./aws-arczonalshift/index.js",
241242
"./aws-athena": "./aws-athena/index.js",
242243
"./aws-auditmanager": "./aws-auditmanager/index.js",
@@ -412,6 +413,7 @@
412413
"./aws-notifications": "./aws-notifications/index.js",
413414
"./aws-notificationscontacts": "./aws-notificationscontacts/index.js",
414415
"./aws-oam": "./aws-oam/index.js",
416+
"./aws-observabilityadmin": "./aws-observabilityadmin/index.js",
415417
"./aws-odb": "./aws-odb/index.js",
416418
"./aws-omics": "./aws-omics/index.js",
417419
"./aws-opensearchserverless": "./aws-opensearchserverless/index.js",

0 commit comments

Comments
 (0)