Skip to content

Commit c8300cf

Browse files
author
AWS
committed
CloudWatch Observability Admin Service Update: CloudWatch Observability Admin adds pipelines configuration for third party log ingestion and transformation of all logs ingested, integration of CloudWatch logs with S3 Tables, and AWS account or organization level enablement for 7 AWS services.
1 parent 9e62c78 commit c8300cf

File tree

3 files changed

+1227
-18
lines changed

3 files changed

+1227
-18
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 pipelines configuration for third party log ingestion and transformation of all logs ingested, integration of CloudWatch logs with S3 Tables, and AWS account or organization level enablement for 7 AWS services."
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
@@ -18,6 +18,18 @@
1818
"limit_key": "MaxResults",
1919
"result_key": "TelemetryConfigurations"
2020
},
21+
"ListS3TableIntegrations": {
22+
"input_token": "NextToken",
23+
"output_token": "NextToken",
24+
"limit_key": "MaxResults",
25+
"result_key": "IntegrationSummaries"
26+
},
27+
"ListTelemetryPipelines": {
28+
"input_token": "NextToken",
29+
"output_token": "NextToken",
30+
"limit_key": "MaxResults",
31+
"result_key": "PipelineSummaries"
32+
},
2133
"ListTelemetryRules": {
2234
"input_token": "NextToken",
2335
"output_token": "NextToken",

0 commit comments

Comments
 (0)