Skip to content

Commit 6ac9eb7

Browse files
author
AWS
committed
AWS Config Update: AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders.
1 parent 5b7b29c commit 6ac9eb7

File tree

3 files changed

+504
-70
lines changed

3 files changed

+504
-70
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": "AWS Config",
4+
"contributor": "",
5+
"description": "AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,12 @@
186186
"output_token": "NextToken",
187187
"result_key": "ResourceIdentifiers"
188188
},
189+
"ListConfigurationRecorders": {
190+
"input_token": "NextToken",
191+
"limit_key": "MaxResults",
192+
"output_token": "NextToken",
193+
"result_key": "ConfigurationRecorderSummaries"
194+
},
189195
"ListConformancePackComplianceScores": {
190196
"input_token": "NextToken",
191197
"limit_key": "Limit",

0 commit comments

Comments
 (0)