Skip to content

Commit 938056f

Browse files
author
AWS
committed
CloudWatch Observability Admin Service Update: CloudWatch Observability Admin adds the ability to enable telemetry centralization in customers' Organizations. The release introduces new APIs to manage centralization rules, which define settings to replicate telemetry data to a central destination in the customers' Organization.
1 parent 765b20a commit 938056f

File tree

3 files changed

+498
-2
lines changed

3 files changed

+498
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "CloudWatch Observability Admin Service",
4+
"contributor": "",
5+
"description": "CloudWatch Observability Admin adds the ability to enable telemetry centralization in customers' Organizations. The release introduces new APIs to manage centralization rules, which define settings to replicate telemetry data to a central destination in the customers' Organization."
6+
}

services/observabilityadmin/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"pagination": {
3+
"ListCentralizationRulesForOrganization": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults",
7+
"result_key": "CentralizationRuleSummaries"
8+
},
39
"ListResourceTelemetry": {
410
"input_token": "NextToken",
511
"output_token": "NextToken",

0 commit comments

Comments
 (0)