-
Notifications
You must be signed in to change notification settings - Fork 863
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CloudWatch Observability Admin Service Update: Amazon CloudWatch Obse…
…rvability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry.
- Loading branch information
AWS
committed
Nov 27, 2024
1 parent
287690f
commit 21dd6d9
Showing
7 changed files
with
1,190 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
.changes/next-release/feature-CloudWatchObservabilityAdminService-f538b70.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"type": "feature", | ||
"category": "CloudWatch Observability Admin Service", | ||
"contributor": "", | ||
"description": "Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<!-- | ||
~ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
~ | ||
~ Licensed under the Apache License, Version 2.0 (the "License"). | ||
~ You may not use this file except in compliance with the License. | ||
~ A copy of the License is located at | ||
~ | ||
~ http://aws.amazon.com/apache2.0 | ||
~ | ||
~ or in the "license" file accompanying this file. This file is distributed | ||
~ on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either | ||
~ express or implied. See the License for the specific language governing | ||
~ permissions and limitations under the License. | ||
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>software.amazon.awssdk</groupId> | ||
<artifactId>services</artifactId> | ||
<version>2.29.23-SNAPSHOT</version> | ||
</parent> | ||
<artifactId>observabilityadmin</artifactId> | ||
<name>AWS Java SDK :: Services :: Observability Admin</name> | ||
<description>The AWS Java SDK for Observability Admin module holds the client classes that are used for | ||
communicating with Observability Admin. | ||
</description> | ||
<url>https://aws.amazon.com/sdkforjava</url> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-jar-plugin</artifactId> | ||
<configuration> | ||
<archive> | ||
<manifestEntries> | ||
<Automatic-Module-Name>software.amazon.awssdk.services.observabilityadmin</Automatic-Module-Name> | ||
</manifestEntries> | ||
</archive> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
<dependencies> | ||
<dependency> | ||
<groupId>software.amazon.awssdk</groupId> | ||
<artifactId>protocol-core</artifactId> | ||
<version>${awsjavasdk.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>software.amazon.awssdk</groupId> | ||
<artifactId>aws-json-protocol</artifactId> | ||
<version>${awsjavasdk.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>software.amazon.awssdk</groupId> | ||
<artifactId>http-auth-aws</artifactId> | ||
<version>${awsjavasdk.version}</version> | ||
</dependency> | ||
</dependencies> | ||
</project> |
350 changes: 350 additions & 0 deletions
350
services/observabilityadmin/src/main/resources/codegen-resources/endpoint-rule-set.json
Large diffs are not rendered by default.
Oops, something went wrong.
314 changes: 314 additions & 0 deletions
314
services/observabilityadmin/src/main/resources/codegen-resources/endpoint-tests.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,314 @@ | ||
{ | ||
"testCases": [ | ||
{ | ||
"documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://observabilityadmin-fips.us-east-1.api.aws" | ||
} | ||
}, | ||
"params": { | ||
"Region": "us-east-1", | ||
"UseFIPS": true, | ||
"UseDualStack": true | ||
} | ||
}, | ||
{ | ||
"documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://observabilityadmin-fips.us-east-1.amazonaws.com" | ||
} | ||
}, | ||
"params": { | ||
"Region": "us-east-1", | ||
"UseFIPS": true, | ||
"UseDualStack": false | ||
} | ||
}, | ||
{ | ||
"documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://observabilityadmin.us-east-1.api.aws" | ||
} | ||
}, | ||
"params": { | ||
"Region": "us-east-1", | ||
"UseFIPS": false, | ||
"UseDualStack": true | ||
} | ||
}, | ||
{ | ||
"documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://observabilityadmin.us-east-1.amazonaws.com" | ||
} | ||
}, | ||
"params": { | ||
"Region": "us-east-1", | ||
"UseFIPS": false, | ||
"UseDualStack": false | ||
} | ||
}, | ||
{ | ||
"documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://observabilityadmin-fips.cn-north-1.api.amazonwebservices.com.cn" | ||
} | ||
}, | ||
"params": { | ||
"Region": "cn-north-1", | ||
"UseFIPS": true, | ||
"UseDualStack": true | ||
} | ||
}, | ||
{ | ||
"documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://observabilityadmin-fips.cn-north-1.amazonaws.com.cn" | ||
} | ||
}, | ||
"params": { | ||
"Region": "cn-north-1", | ||
"UseFIPS": true, | ||
"UseDualStack": false | ||
} | ||
}, | ||
{ | ||
"documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://observabilityadmin.cn-north-1.api.amazonwebservices.com.cn" | ||
} | ||
}, | ||
"params": { | ||
"Region": "cn-north-1", | ||
"UseFIPS": false, | ||
"UseDualStack": true | ||
} | ||
}, | ||
{ | ||
"documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://observabilityadmin.cn-north-1.amazonaws.com.cn" | ||
} | ||
}, | ||
"params": { | ||
"Region": "cn-north-1", | ||
"UseFIPS": false, | ||
"UseDualStack": false | ||
} | ||
}, | ||
{ | ||
"documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://observabilityadmin-fips.us-gov-east-1.api.aws" | ||
} | ||
}, | ||
"params": { | ||
"Region": "us-gov-east-1", | ||
"UseFIPS": true, | ||
"UseDualStack": true | ||
} | ||
}, | ||
{ | ||
"documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://observabilityadmin-fips.us-gov-east-1.amazonaws.com" | ||
} | ||
}, | ||
"params": { | ||
"Region": "us-gov-east-1", | ||
"UseFIPS": true, | ||
"UseDualStack": false | ||
} | ||
}, | ||
{ | ||
"documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://observabilityadmin.us-gov-east-1.api.aws" | ||
} | ||
}, | ||
"params": { | ||
"Region": "us-gov-east-1", | ||
"UseFIPS": false, | ||
"UseDualStack": true | ||
} | ||
}, | ||
{ | ||
"documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://observabilityadmin.us-gov-east-1.amazonaws.com" | ||
} | ||
}, | ||
"params": { | ||
"Region": "us-gov-east-1", | ||
"UseFIPS": false, | ||
"UseDualStack": false | ||
} | ||
}, | ||
{ | ||
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", | ||
"expect": { | ||
"error": "FIPS and DualStack are enabled, but this partition does not support one or both" | ||
}, | ||
"params": { | ||
"Region": "us-iso-east-1", | ||
"UseFIPS": true, | ||
"UseDualStack": true | ||
} | ||
}, | ||
{ | ||
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://observabilityadmin-fips.us-iso-east-1.c2s.ic.gov" | ||
} | ||
}, | ||
"params": { | ||
"Region": "us-iso-east-1", | ||
"UseFIPS": true, | ||
"UseDualStack": false | ||
} | ||
}, | ||
{ | ||
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", | ||
"expect": { | ||
"error": "DualStack is enabled but this partition does not support DualStack" | ||
}, | ||
"params": { | ||
"Region": "us-iso-east-1", | ||
"UseFIPS": false, | ||
"UseDualStack": true | ||
} | ||
}, | ||
{ | ||
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://observabilityadmin.us-iso-east-1.c2s.ic.gov" | ||
} | ||
}, | ||
"params": { | ||
"Region": "us-iso-east-1", | ||
"UseFIPS": false, | ||
"UseDualStack": false | ||
} | ||
}, | ||
{ | ||
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", | ||
"expect": { | ||
"error": "FIPS and DualStack are enabled, but this partition does not support one or both" | ||
}, | ||
"params": { | ||
"Region": "us-isob-east-1", | ||
"UseFIPS": true, | ||
"UseDualStack": true | ||
} | ||
}, | ||
{ | ||
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://observabilityadmin-fips.us-isob-east-1.sc2s.sgov.gov" | ||
} | ||
}, | ||
"params": { | ||
"Region": "us-isob-east-1", | ||
"UseFIPS": true, | ||
"UseDualStack": false | ||
} | ||
}, | ||
{ | ||
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", | ||
"expect": { | ||
"error": "DualStack is enabled but this partition does not support DualStack" | ||
}, | ||
"params": { | ||
"Region": "us-isob-east-1", | ||
"UseFIPS": false, | ||
"UseDualStack": true | ||
} | ||
}, | ||
{ | ||
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://observabilityadmin.us-isob-east-1.sc2s.sgov.gov" | ||
} | ||
}, | ||
"params": { | ||
"Region": "us-isob-east-1", | ||
"UseFIPS": false, | ||
"UseDualStack": false | ||
} | ||
}, | ||
{ | ||
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://example.com" | ||
} | ||
}, | ||
"params": { | ||
"Region": "us-east-1", | ||
"UseFIPS": false, | ||
"UseDualStack": false, | ||
"Endpoint": "https://example.com" | ||
} | ||
}, | ||
{ | ||
"documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled", | ||
"expect": { | ||
"endpoint": { | ||
"url": "https://example.com" | ||
} | ||
}, | ||
"params": { | ||
"UseFIPS": false, | ||
"UseDualStack": false, | ||
"Endpoint": "https://example.com" | ||
} | ||
}, | ||
{ | ||
"documentation": "For custom endpoint with fips enabled and dualstack disabled", | ||
"expect": { | ||
"error": "Invalid Configuration: FIPS and custom endpoint are not supported" | ||
}, | ||
"params": { | ||
"Region": "us-east-1", | ||
"UseFIPS": true, | ||
"UseDualStack": false, | ||
"Endpoint": "https://example.com" | ||
} | ||
}, | ||
{ | ||
"documentation": "For custom endpoint with fips disabled and dualstack enabled", | ||
"expect": { | ||
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported" | ||
}, | ||
"params": { | ||
"Region": "us-east-1", | ||
"UseFIPS": false, | ||
"UseDualStack": true, | ||
"Endpoint": "https://example.com" | ||
} | ||
}, | ||
{ | ||
"documentation": "Missing region", | ||
"expect": { | ||
"error": "Invalid Configuration: Missing Region" | ||
} | ||
} | ||
], | ||
"version": "1.0" | ||
} |
Oops, something went wrong.