Skip to content

Commit 0a6b71c

Browse files
author
AWS
committed
CloudWatch Observability Admin Service Update: CloudWatch Observability Admin adds the ability to enable telemetry on AWS resources such as Amazon VPCs (Flow Logs) in customers AWS Accounts and Organizations. The release introduces new APIs to manage telemetry rules, which define telemetry settings to be applied on AWS resources.
1 parent ad5bc19 commit 0a6b71c

File tree

3 files changed

+819
-23
lines changed

3 files changed

+819
-23
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 on AWS resources such as Amazon VPCs (Flow Logs) in customers AWS Accounts and Organizations. The release introduces new APIs to manage telemetry rules, which define telemetry settings to be applied on AWS resources."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111
"output_token": "NextToken",
1212
"limit_key": "MaxResults",
1313
"result_key": "TelemetryConfigurations"
14+
},
15+
"ListTelemetryRules": {
16+
"input_token": "NextToken",
17+
"output_token": "NextToken",
18+
"limit_key": "MaxResults",
19+
"result_key": "TelemetryRuleSummaries"
20+
},
21+
"ListTelemetryRulesForOrganization": {
22+
"input_token": "NextToken",
23+
"output_token": "NextToken",
24+
"limit_key": "MaxResults",
25+
"result_key": "TelemetryRuleSummaries"
1426
}
1527
}
1628
}

0 commit comments

Comments
 (0)