1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2014-11-12",
5    "endpointPrefix":"config",
6    "jsonVersion":"1.1",
7    "protocol":"json",
8    "serviceAbbreviation":"Config Service",
9    "serviceFullName":"AWS Config",
10    "serviceId":"Config Service",
11    "signatureVersion":"v4",
12    "targetPrefix":"StarlingDoveService",
13    "uid":"config-2014-11-12"
14  },
15  "operations":{
16    "BatchGetAggregateResourceConfig":{
17      "name":"BatchGetAggregateResourceConfig",
18      "http":{
19        "method":"POST",
20        "requestUri":"/"
21      },
22      "input":{"shape":"BatchGetAggregateResourceConfigRequest"},
23      "output":{"shape":"BatchGetAggregateResourceConfigResponse"},
24      "errors":[
25        {"shape":"ValidationException"},
26        {"shape":"NoSuchConfigurationAggregatorException"}
27      ],
28      "documentation":"<p>Returns the current configuration items for resources that are present in your Config aggregator. The operation also returns a list of resources that are not processed in the current request. If there are no unprocessed resources, the operation returns an empty <code>unprocessedResourceIdentifiers</code> list. </p> <note> <ul> <li> <p>The API does not return results for deleted resources.</p> </li> <li> <p> The API does not return tags and relationships.</p> </li> </ul> </note>"
29    },
30    "BatchGetResourceConfig":{
31      "name":"BatchGetResourceConfig",
32      "http":{
33        "method":"POST",
34        "requestUri":"/"
35      },
36      "input":{"shape":"BatchGetResourceConfigRequest"},
37      "output":{"shape":"BatchGetResourceConfigResponse"},
38      "errors":[
39        {"shape":"ValidationException"},
40        {"shape":"NoAvailableConfigurationRecorderException"}
41      ],
42      "documentation":"<p>Returns the <code>BaseConfigurationItem</code> for one or more requested resources. The operation also returns a list of resources that are not processed in the current request. If there are no unprocessed resources, the operation returns an empty unprocessedResourceKeys list. </p> <note> <ul> <li> <p>The API does not return results for deleted resources.</p> </li> <li> <p> The API does not return any tags for the requested resources. This information is filtered out of the supplementaryConfiguration section of the API response.</p> </li> </ul> </note>"
43    },
44    "DeleteAggregationAuthorization":{
45      "name":"DeleteAggregationAuthorization",
46      "http":{
47        "method":"POST",
48        "requestUri":"/"
49      },
50      "input":{"shape":"DeleteAggregationAuthorizationRequest"},
51      "errors":[
52        {"shape":"InvalidParameterValueException"}
53      ],
54      "documentation":"<p>Deletes the authorization granted to the specified configuration aggregator account in a specified region.</p>"
55    },
56    "DeleteConfigRule":{
57      "name":"DeleteConfigRule",
58      "http":{
59        "method":"POST",
60        "requestUri":"/"
61      },
62      "input":{"shape":"DeleteConfigRuleRequest"},
63      "errors":[
64        {"shape":"NoSuchConfigRuleException"},
65        {"shape":"ResourceInUseException"}
66      ],
67      "documentation":"<p>Deletes the specified Config rule and all of its evaluation results.</p> <p>Config sets the state of a rule to <code>DELETING</code> until the deletion is complete. You cannot update a rule while it is in this state. If you make a <code>PutConfigRule</code> or <code>DeleteConfigRule</code> request for the rule, you will receive a <code>ResourceInUseException</code>.</p> <p>You can check the state of a rule by using the <code>DescribeConfigRules</code> request.</p>"
68    },
69    "DeleteConfigurationAggregator":{
70      "name":"DeleteConfigurationAggregator",
71      "http":{
72        "method":"POST",
73        "requestUri":"/"
74      },
75      "input":{"shape":"DeleteConfigurationAggregatorRequest"},
76      "errors":[
77        {"shape":"NoSuchConfigurationAggregatorException"}
78      ],
79      "documentation":"<p>Deletes the specified configuration aggregator and the aggregated data associated with the aggregator.</p>"
80    },
81    "DeleteConfigurationRecorder":{
82      "name":"DeleteConfigurationRecorder",
83      "http":{
84        "method":"POST",
85        "requestUri":"/"
86      },
87      "input":{"shape":"DeleteConfigurationRecorderRequest"},
88      "errors":[
89        {"shape":"NoSuchConfigurationRecorderException"}
90      ],
91      "documentation":"<p>Deletes the configuration recorder.</p> <p>After the configuration recorder is deleted, Config will not record resource configuration changes until you create a new configuration recorder.</p> <p>This action does not delete the configuration information that was previously recorded. You will be able to access the previously recorded information by using the <code>GetResourceConfigHistory</code> action, but you will not be able to access this information in the Config console until you create a new configuration recorder.</p>"
92    },
93    "DeleteConformancePack":{
94      "name":"DeleteConformancePack",
95      "http":{
96        "method":"POST",
97        "requestUri":"/"
98      },
99      "input":{"shape":"DeleteConformancePackRequest"},
100      "errors":[
101        {"shape":"NoSuchConformancePackException"},
102        {"shape":"ResourceInUseException"}
103      ],
104      "documentation":"<p>Deletes the specified conformance pack and all the Config rules, remediation actions, and all evaluation results within that conformance pack.</p> <p>Config sets the conformance pack to <code>DELETE_IN_PROGRESS</code> until the deletion is complete. You cannot update a conformance pack while it is in this state.</p>"
105    },
106    "DeleteDeliveryChannel":{
107      "name":"DeleteDeliveryChannel",
108      "http":{
109        "method":"POST",
110        "requestUri":"/"
111      },
112      "input":{"shape":"DeleteDeliveryChannelRequest"},
113      "errors":[
114        {"shape":"NoSuchDeliveryChannelException"},
115        {"shape":"LastDeliveryChannelDeleteFailedException"}
116      ],
117      "documentation":"<p>Deletes the delivery channel.</p> <p>Before you can delete the delivery channel, you must stop the configuration recorder by using the <a>StopConfigurationRecorder</a> action.</p>"
118    },
119    "DeleteEvaluationResults":{
120      "name":"DeleteEvaluationResults",
121      "http":{
122        "method":"POST",
123        "requestUri":"/"
124      },
125      "input":{"shape":"DeleteEvaluationResultsRequest"},
126      "output":{"shape":"DeleteEvaluationResultsResponse"},
127      "errors":[
128        {"shape":"NoSuchConfigRuleException"},
129        {"shape":"ResourceInUseException"}
130      ],
131      "documentation":"<p>Deletes the evaluation results for the specified Config rule. You can specify one Config rule per request. After you delete the evaluation results, you can call the <a>StartConfigRulesEvaluation</a> API to start evaluating your Amazon Web Services resources against the rule.</p>"
132    },
133    "DeleteOrganizationConfigRule":{
134      "name":"DeleteOrganizationConfigRule",
135      "http":{
136        "method":"POST",
137        "requestUri":"/"
138      },
139      "input":{"shape":"DeleteOrganizationConfigRuleRequest"},
140      "errors":[
141        {"shape":"NoSuchOrganizationConfigRuleException"},
142        {"shape":"ResourceInUseException"},
143        {"shape":"OrganizationAccessDeniedException"}
144      ],
145      "documentation":"<p>Deletes the specified organization config rule and all of its evaluation results from all member accounts in that organization. </p> <p>Only a master account and a delegated administrator account can delete an organization config rule. When calling this API with a delegated administrator, you must ensure Organizations <code>ListDelegatedAdministrator</code> permissions are added.</p> <p>Config sets the state of a rule to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a rule while it is in this state.</p>"
146    },
147    "DeleteOrganizationConformancePack":{
148      "name":"DeleteOrganizationConformancePack",
149      "http":{
150        "method":"POST",
151        "requestUri":"/"
152      },
153      "input":{"shape":"DeleteOrganizationConformancePackRequest"},
154      "errors":[
155        {"shape":"NoSuchOrganizationConformancePackException"},
156        {"shape":"ResourceInUseException"},
157        {"shape":"OrganizationAccessDeniedException"}
158      ],
159      "documentation":"<p>Deletes the specified organization conformance pack and all of the config rules and remediation actions from all member accounts in that organization. </p> <p> Only a master account or a delegated administrator account can delete an organization conformance pack. When calling this API with a delegated administrator, you must ensure Organizations <code>ListDelegatedAdministrator</code> permissions are added.</p> <p>Config sets the state of a conformance pack to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a conformance pack while it is in this state. </p>"
160    },
161    "DeletePendingAggregationRequest":{
162      "name":"DeletePendingAggregationRequest",
163      "http":{
164        "method":"POST",
165        "requestUri":"/"
166      },
167      "input":{"shape":"DeletePendingAggregationRequestRequest"},
168      "errors":[
169        {"shape":"InvalidParameterValueException"}
170      ],
171      "documentation":"<p>Deletes pending authorization requests for a specified aggregator account in a specified region.</p>"
172    },
173    "DeleteRemediationConfiguration":{
174      "name":"DeleteRemediationConfiguration",
175      "http":{
176        "method":"POST",
177        "requestUri":"/"
178      },
179      "input":{"shape":"DeleteRemediationConfigurationRequest"},
180      "output":{"shape":"DeleteRemediationConfigurationResponse"},
181      "errors":[
182        {"shape":"NoSuchRemediationConfigurationException"},
183        {"shape":"RemediationInProgressException"},
184        {"shape":"InsufficientPermissionsException"},
185        {"shape":"InvalidParameterValueException"}
186      ],
187      "documentation":"<p>Deletes the remediation configuration.</p>"
188    },
189    "DeleteRemediationExceptions":{
190      "name":"DeleteRemediationExceptions",
191      "http":{
192        "method":"POST",
193        "requestUri":"/"
194      },
195      "input":{"shape":"DeleteRemediationExceptionsRequest"},
196      "output":{"shape":"DeleteRemediationExceptionsResponse"},
197      "errors":[
198        {"shape":"NoSuchRemediationExceptionException"}
199      ],
200      "documentation":"<p>Deletes one or more remediation exceptions mentioned in the resource keys.</p> <note> <p>Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.</p> </note>"
201    },
202    "DeleteResourceConfig":{
203      "name":"DeleteResourceConfig",
204      "http":{
205        "method":"POST",
206        "requestUri":"/"
207      },
208      "input":{"shape":"DeleteResourceConfigRequest"},
209      "errors":[
210        {"shape":"ValidationException"},
211        {"shape":"NoRunningConfigurationRecorderException"}
212      ],
213      "documentation":"<p>Records the configuration state for a custom resource that has been deleted. This API records a new ConfigurationItem with a ResourceDeleted status. You can retrieve the ConfigurationItems recorded for this resource in your Config History. </p>"
214    },
215    "DeleteRetentionConfiguration":{
216      "name":"DeleteRetentionConfiguration",
217      "http":{
218        "method":"POST",
219        "requestUri":"/"
220      },
221      "input":{"shape":"DeleteRetentionConfigurationRequest"},
222      "errors":[
223        {"shape":"InvalidParameterValueException"},
224        {"shape":"NoSuchRetentionConfigurationException"}
225      ],
226      "documentation":"<p>Deletes the retention configuration.</p>"
227    },
228    "DeleteStoredQuery":{
229      "name":"DeleteStoredQuery",
230      "http":{
231        "method":"POST",
232        "requestUri":"/"
233      },
234      "input":{"shape":"DeleteStoredQueryRequest"},
235      "output":{"shape":"DeleteStoredQueryResponse"},
236      "errors":[
237        {"shape":"ValidationException"},
238        {"shape":"ResourceNotFoundException"}
239      ],
240      "documentation":"<p>Deletes the stored query for a single Amazon Web Services account and a single Amazon Web Services Region.</p>"
241    },
242    "DeliverConfigSnapshot":{
243      "name":"DeliverConfigSnapshot",
244      "http":{
245        "method":"POST",
246        "requestUri":"/"
247      },
248      "input":{"shape":"DeliverConfigSnapshotRequest"},
249      "output":{"shape":"DeliverConfigSnapshotResponse"},
250      "errors":[
251        {"shape":"NoSuchDeliveryChannelException"},
252        {"shape":"NoAvailableConfigurationRecorderException"},
253        {"shape":"NoRunningConfigurationRecorderException"}
254      ],
255      "documentation":"<p>Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, Config sends the following notifications using an Amazon SNS topic that you have specified.</p> <ul> <li> <p>Notification of the start of the delivery.</p> </li> <li> <p>Notification of the completion of the delivery, if the delivery was successfully completed.</p> </li> <li> <p>Notification of delivery failure, if the delivery failed.</p> </li> </ul>"
256    },
257    "DescribeAggregateComplianceByConfigRules":{
258      "name":"DescribeAggregateComplianceByConfigRules",
259      "http":{
260        "method":"POST",
261        "requestUri":"/"
262      },
263      "input":{"shape":"DescribeAggregateComplianceByConfigRulesRequest"},
264      "output":{"shape":"DescribeAggregateComplianceByConfigRulesResponse"},
265      "errors":[
266        {"shape":"ValidationException"},
267        {"shape":"InvalidLimitException"},
268        {"shape":"InvalidNextTokenException"},
269        {"shape":"NoSuchConfigurationAggregatorException"}
270      ],
271      "documentation":"<p>Returns a list of compliant and noncompliant rules with the number of resources for compliant and noncompliant rules. Does not display rules that do not have compliance results. </p> <note> <p>The results can return an empty result page, but if you have a <code>nextToken</code>, the results are displayed on the next page.</p> </note>"
272    },
273    "DescribeAggregateComplianceByConformancePacks":{
274      "name":"DescribeAggregateComplianceByConformancePacks",
275      "http":{
276        "method":"POST",
277        "requestUri":"/"
278      },
279      "input":{"shape":"DescribeAggregateComplianceByConformancePacksRequest"},
280      "output":{"shape":"DescribeAggregateComplianceByConformancePacksResponse"},
281      "errors":[
282        {"shape":"ValidationException"},
283        {"shape":"InvalidLimitException"},
284        {"shape":"InvalidNextTokenException"},
285        {"shape":"NoSuchConfigurationAggregatorException"}
286      ],
287      "documentation":"<p>Returns a list of the conformance packs and their associated compliance status with the count of compliant and noncompliant Config rules within each conformance pack. Also returns the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data.</p> <note> <p>The results can return an empty result page, but if you have a <code>nextToken</code>, the results are displayed on the next page.</p> </note>"
288    },
289    "DescribeAggregationAuthorizations":{
290      "name":"DescribeAggregationAuthorizations",
291      "http":{
292        "method":"POST",
293        "requestUri":"/"
294      },
295      "input":{"shape":"DescribeAggregationAuthorizationsRequest"},
296      "output":{"shape":"DescribeAggregationAuthorizationsResponse"},
297      "errors":[
298        {"shape":"InvalidParameterValueException"},
299        {"shape":"InvalidNextTokenException"},
300        {"shape":"InvalidLimitException"}
301      ],
302      "documentation":"<p>Returns a list of authorizations granted to various aggregator accounts and regions.</p>"
303    },
304    "DescribeComplianceByConfigRule":{
305      "name":"DescribeComplianceByConfigRule",
306      "http":{
307        "method":"POST",
308        "requestUri":"/"
309      },
310      "input":{"shape":"DescribeComplianceByConfigRuleRequest"},
311      "output":{"shape":"DescribeComplianceByConfigRuleResponse"},
312      "errors":[
313        {"shape":"InvalidParameterValueException"},
314        {"shape":"NoSuchConfigRuleException"},
315        {"shape":"InvalidNextTokenException"}
316      ],
317      "documentation":"<p>Indicates whether the specified Config rules are compliant. If a rule is noncompliant, this action returns the number of Amazon Web Services resources that do not comply with the rule.</p> <p>A rule is compliant if all of the evaluated resources comply with it. It is noncompliant if any of these resources do not comply.</p> <p>If Config has no current evaluation results for the rule, it returns <code>INSUFFICIENT_DATA</code>. This result might indicate one of the following conditions:</p> <ul> <li> <p>Config has never invoked an evaluation for the rule. To check whether it has, use the <code>DescribeConfigRuleEvaluationStatus</code> action to get the <code>LastSuccessfulInvocationTime</code> and <code>LastFailedInvocationTime</code>.</p> </li> <li> <p>The rule's Lambda function is failing to send evaluation results to Config. Verify that the role you assigned to your configuration recorder includes the <code>config:PutEvaluations</code> permission. If the rule is a custom rule, verify that the Lambda execution role includes the <code>config:PutEvaluations</code> permission.</p> </li> <li> <p>The rule's Lambda function has returned <code>NOT_APPLICABLE</code> for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.</p> </li> </ul>"
318    },
319    "DescribeComplianceByResource":{
320      "name":"DescribeComplianceByResource",
321      "http":{
322        "method":"POST",
323        "requestUri":"/"
324      },
325      "input":{"shape":"DescribeComplianceByResourceRequest"},
326      "output":{"shape":"DescribeComplianceByResourceResponse"},
327      "errors":[
328        {"shape":"InvalidParameterValueException"},
329        {"shape":"InvalidNextTokenException"}
330      ],
331      "documentation":"<p>Indicates whether the specified Amazon Web Services resources are compliant. If a resource is noncompliant, this action returns the number of Config rules that the resource does not comply with.</p> <p>A resource is compliant if it complies with all the Config rules that evaluate it. It is noncompliant if it does not comply with one or more of these rules.</p> <p>If Config has no current evaluation results for the resource, it returns <code>INSUFFICIENT_DATA</code>. This result might indicate one of the following conditions about the rules that evaluate the resource:</p> <ul> <li> <p>Config has never invoked an evaluation for the rule. To check whether it has, use the <code>DescribeConfigRuleEvaluationStatus</code> action to get the <code>LastSuccessfulInvocationTime</code> and <code>LastFailedInvocationTime</code>.</p> </li> <li> <p>The rule's Lambda function is failing to send evaluation results to Config. Verify that the role that you assigned to your configuration recorder includes the <code>config:PutEvaluations</code> permission. If the rule is a custom rule, verify that the Lambda execution role includes the <code>config:PutEvaluations</code> permission.</p> </li> <li> <p>The rule's Lambda function has returned <code>NOT_APPLICABLE</code> for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.</p> </li> </ul>"
332    },
333    "DescribeConfigRuleEvaluationStatus":{
334      "name":"DescribeConfigRuleEvaluationStatus",
335      "http":{
336        "method":"POST",
337        "requestUri":"/"
338      },
339      "input":{"shape":"DescribeConfigRuleEvaluationStatusRequest"},
340      "output":{"shape":"DescribeConfigRuleEvaluationStatusResponse"},
341      "errors":[
342        {"shape":"NoSuchConfigRuleException"},
343        {"shape":"InvalidParameterValueException"},
344        {"shape":"InvalidNextTokenException"}
345      ],
346      "documentation":"<p>Returns status information for each of your Config managed rules. The status includes information such as the last time Config invoked the rule, the last time Config failed to invoke the rule, and the related error for the last failure.</p>"
347    },
348    "DescribeConfigRules":{
349      "name":"DescribeConfigRules",
350      "http":{
351        "method":"POST",
352        "requestUri":"/"
353      },
354      "input":{"shape":"DescribeConfigRulesRequest"},
355      "output":{"shape":"DescribeConfigRulesResponse"},
356      "errors":[
357        {"shape":"NoSuchConfigRuleException"},
358        {"shape":"InvalidNextTokenException"}
359      ],
360      "documentation":"<p>Returns details about your Config rules.</p>"
361    },
362    "DescribeConfigurationAggregatorSourcesStatus":{
363      "name":"DescribeConfigurationAggregatorSourcesStatus",
364      "http":{
365        "method":"POST",
366        "requestUri":"/"
367      },
368      "input":{"shape":"DescribeConfigurationAggregatorSourcesStatusRequest"},
369      "output":{"shape":"DescribeConfigurationAggregatorSourcesStatusResponse"},
370      "errors":[
371        {"shape":"InvalidParameterValueException"},
372        {"shape":"NoSuchConfigurationAggregatorException"},
373        {"shape":"InvalidNextTokenException"},
374        {"shape":"InvalidLimitException"}
375      ],
376      "documentation":"<p>Returns status information for sources within an aggregator. The status includes information about the last time Config verified authorization between the source account and an aggregator account. In case of a failure, the status contains the related error code or message. </p>"
377    },
378    "DescribeConfigurationAggregators":{
379      "name":"DescribeConfigurationAggregators",
380      "http":{
381        "method":"POST",
382        "requestUri":"/"
383      },
384      "input":{"shape":"DescribeConfigurationAggregatorsRequest"},
385      "output":{"shape":"DescribeConfigurationAggregatorsResponse"},
386      "errors":[
387        {"shape":"InvalidParameterValueException"},
388        {"shape":"NoSuchConfigurationAggregatorException"},
389        {"shape":"InvalidNextTokenException"},
390        {"shape":"InvalidLimitException"}
391      ],
392      "documentation":"<p>Returns the details of one or more configuration aggregators. If the configuration aggregator is not specified, this action returns the details for all the configuration aggregators associated with the account. </p>"
393    },
394    "DescribeConfigurationRecorderStatus":{
395      "name":"DescribeConfigurationRecorderStatus",
396      "http":{
397        "method":"POST",
398        "requestUri":"/"
399      },
400      "input":{"shape":"DescribeConfigurationRecorderStatusRequest"},
401      "output":{"shape":"DescribeConfigurationRecorderStatusResponse"},
402      "errors":[
403        {"shape":"NoSuchConfigurationRecorderException"}
404      ],
405      "documentation":"<p>Returns the current status of the specified configuration recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorders associated with the account.</p> <note> <p>Currently, you can specify only one configuration recorder per region in your account.</p> </note>"
406    },
407    "DescribeConfigurationRecorders":{
408      "name":"DescribeConfigurationRecorders",
409      "http":{
410        "method":"POST",
411        "requestUri":"/"
412      },
413      "input":{"shape":"DescribeConfigurationRecordersRequest"},
414      "output":{"shape":"DescribeConfigurationRecordersResponse"},
415      "errors":[
416        {"shape":"NoSuchConfigurationRecorderException"}
417      ],
418      "documentation":"<p>Returns the details for the specified configuration recorders. If the configuration recorder is not specified, this action returns the details for all configuration recorders associated with the account.</p> <note> <p>Currently, you can specify only one configuration recorder per region in your account.</p> </note>"
419    },
420    "DescribeConformancePackCompliance":{
421      "name":"DescribeConformancePackCompliance",
422      "http":{
423        "method":"POST",
424        "requestUri":"/"
425      },
426      "input":{"shape":"DescribeConformancePackComplianceRequest"},
427      "output":{"shape":"DescribeConformancePackComplianceResponse"},
428      "errors":[
429        {"shape":"InvalidLimitException"},
430        {"shape":"InvalidNextTokenException"},
431        {"shape":"InvalidParameterValueException"},
432        {"shape":"NoSuchConfigRuleInConformancePackException"},
433        {"shape":"NoSuchConformancePackException"}
434      ],
435      "documentation":"<p>Returns compliance details for each rule in that conformance pack.</p> <note> <p>You must provide exact rule names.</p> </note>"
436    },
437    "DescribeConformancePackStatus":{
438      "name":"DescribeConformancePackStatus",
439      "http":{
440        "method":"POST",
441        "requestUri":"/"
442      },
443      "input":{"shape":"DescribeConformancePackStatusRequest"},
444      "output":{"shape":"DescribeConformancePackStatusResponse"},
445      "errors":[
446        {"shape":"InvalidLimitException"},
447        {"shape":"InvalidNextTokenException"},
448        {"shape":"InvalidParameterValueException"}
449      ],
450      "documentation":"<p>Provides one or more conformance packs deployment status.</p> <note> <p>If there are no conformance packs then you will see an empty result.</p> </note>"
451    },
452    "DescribeConformancePacks":{
453      "name":"DescribeConformancePacks",
454      "http":{
455        "method":"POST",
456        "requestUri":"/"
457      },
458      "input":{"shape":"DescribeConformancePacksRequest"},
459      "output":{"shape":"DescribeConformancePacksResponse"},
460      "errors":[
461        {"shape":"NoSuchConformancePackException"},
462        {"shape":"InvalidLimitException"},
463        {"shape":"InvalidNextTokenException"},
464        {"shape":"InvalidParameterValueException"}
465      ],
466      "documentation":"<p>Returns a list of one or more conformance packs.</p>"
467    },
468    "DescribeDeliveryChannelStatus":{
469      "name":"DescribeDeliveryChannelStatus",
470      "http":{
471        "method":"POST",
472        "requestUri":"/"
473      },
474      "input":{"shape":"DescribeDeliveryChannelStatusRequest"},
475      "output":{"shape":"DescribeDeliveryChannelStatusResponse"},
476      "errors":[
477        {"shape":"NoSuchDeliveryChannelException"}
478      ],
479      "documentation":"<p>Returns the current status of the specified delivery channel. If a delivery channel is not specified, this action returns the current status of all delivery channels associated with the account.</p> <note> <p>Currently, you can specify only one delivery channel per region in your account.</p> </note>"
480    },
481    "DescribeDeliveryChannels":{
482      "name":"DescribeDeliveryChannels",
483      "http":{
484        "method":"POST",
485        "requestUri":"/"
486      },
487      "input":{"shape":"DescribeDeliveryChannelsRequest"},
488      "output":{"shape":"DescribeDeliveryChannelsResponse"},
489      "errors":[
490        {"shape":"NoSuchDeliveryChannelException"}
491      ],
492      "documentation":"<p>Returns details about the specified delivery channel. If a delivery channel is not specified, this action returns the details of all delivery channels associated with the account.</p> <note> <p>Currently, you can specify only one delivery channel per region in your account.</p> </note>"
493    },
494    "DescribeOrganizationConfigRuleStatuses":{
495      "name":"DescribeOrganizationConfigRuleStatuses",
496      "http":{
497        "method":"POST",
498        "requestUri":"/"
499      },
500      "input":{"shape":"DescribeOrganizationConfigRuleStatusesRequest"},
501      "output":{"shape":"DescribeOrganizationConfigRuleStatusesResponse"},
502      "errors":[
503        {"shape":"NoSuchOrganizationConfigRuleException"},
504        {"shape":"InvalidLimitException"},
505        {"shape":"InvalidNextTokenException"},
506        {"shape":"OrganizationAccessDeniedException"}
507      ],
508      "documentation":"<p>Provides organization config rule deployment status for an organization.</p> <note> <p>The status is not considered successful until organization config rule is successfully deployed in all the member accounts with an exception of excluded accounts.</p> <p>When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules.</p> </note>"
509    },
510    "DescribeOrganizationConfigRules":{
511      "name":"DescribeOrganizationConfigRules",
512      "http":{
513        "method":"POST",
514        "requestUri":"/"
515      },
516      "input":{"shape":"DescribeOrganizationConfigRulesRequest"},
517      "output":{"shape":"DescribeOrganizationConfigRulesResponse"},
518      "errors":[
519        {"shape":"NoSuchOrganizationConfigRuleException"},
520        {"shape":"InvalidNextTokenException"},
521        {"shape":"InvalidLimitException"},
522        {"shape":"OrganizationAccessDeniedException"}
523      ],
524      "documentation":"<p>Returns a list of organization config rules. </p> <note> <p>When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules.</p> </note>"
525    },
526    "DescribeOrganizationConformancePackStatuses":{
527      "name":"DescribeOrganizationConformancePackStatuses",
528      "http":{
529        "method":"POST",
530        "requestUri":"/"
531      },
532      "input":{"shape":"DescribeOrganizationConformancePackStatusesRequest"},
533      "output":{"shape":"DescribeOrganizationConformancePackStatusesResponse"},
534      "errors":[
535        {"shape":"NoSuchOrganizationConformancePackException"},
536        {"shape":"InvalidLimitException"},
537        {"shape":"InvalidNextTokenException"},
538        {"shape":"OrganizationAccessDeniedException"}
539      ],
540      "documentation":"<p>Provides organization conformance pack deployment status for an organization. </p> <note> <p>The status is not considered successful until organization conformance pack is successfully deployed in all the member accounts with an exception of excluded accounts.</p> <p>When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance pack names. They are only applicable, when you request all the organization conformance packs.</p> </note>"
541    },
542    "DescribeOrganizationConformancePacks":{
543      "name":"DescribeOrganizationConformancePacks",
544      "http":{
545        "method":"POST",
546        "requestUri":"/"
547      },
548      "input":{"shape":"DescribeOrganizationConformancePacksRequest"},
549      "output":{"shape":"DescribeOrganizationConformancePacksResponse"},
550      "errors":[
551        {"shape":"NoSuchOrganizationConformancePackException"},
552        {"shape":"InvalidNextTokenException"},
553        {"shape":"InvalidLimitException"},
554        {"shape":"OrganizationAccessDeniedException"}
555      ],
556      "documentation":"<p>Returns a list of organization conformance packs. </p> <note> <p>When you specify the limit and the next token, you receive a paginated response. </p> <p>Limit and next token are not applicable if you specify organization conformance packs names. They are only applicable, when you request all the organization conformance packs. </p> </note>"
557    },
558    "DescribePendingAggregationRequests":{
559      "name":"DescribePendingAggregationRequests",
560      "http":{
561        "method":"POST",
562        "requestUri":"/"
563      },
564      "input":{"shape":"DescribePendingAggregationRequestsRequest"},
565      "output":{"shape":"DescribePendingAggregationRequestsResponse"},
566      "errors":[
567        {"shape":"InvalidParameterValueException"},
568        {"shape":"InvalidNextTokenException"},
569        {"shape":"InvalidLimitException"}
570      ],
571      "documentation":"<p>Returns a list of all pending aggregation requests.</p>"
572    },
573    "DescribeRemediationConfigurations":{
574      "name":"DescribeRemediationConfigurations",
575      "http":{
576        "method":"POST",
577        "requestUri":"/"
578      },
579      "input":{"shape":"DescribeRemediationConfigurationsRequest"},
580      "output":{"shape":"DescribeRemediationConfigurationsResponse"},
581      "documentation":"<p>Returns the details of one or more remediation configurations.</p>"
582    },
583    "DescribeRemediationExceptions":{
584      "name":"DescribeRemediationExceptions",
585      "http":{
586        "method":"POST",
587        "requestUri":"/"
588      },
589      "input":{"shape":"DescribeRemediationExceptionsRequest"},
590      "output":{"shape":"DescribeRemediationExceptionsResponse"},
591      "errors":[
592        {"shape":"InvalidNextTokenException"},
593        {"shape":"InvalidParameterValueException"}
594      ],
595      "documentation":"<p>Returns the details of one or more remediation exceptions. A detailed view of a remediation exception for a set of resources that includes an explanation of an exception and the time when the exception will be deleted. When you specify the limit and the next token, you receive a paginated response. </p> <note> <p>Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.</p> <p>When you specify the limit and the next token, you receive a paginated response. </p> <p>Limit and next token are not applicable if you request resources in batch. It is only applicable, when you request all resources.</p> </note>"
596    },
597    "DescribeRemediationExecutionStatus":{
598      "name":"DescribeRemediationExecutionStatus",
599      "http":{
600        "method":"POST",
601        "requestUri":"/"
602      },
603      "input":{"shape":"DescribeRemediationExecutionStatusRequest"},
604      "output":{"shape":"DescribeRemediationExecutionStatusResponse"},
605      "errors":[
606        {"shape":"NoSuchRemediationConfigurationException"},
607        {"shape":"InvalidNextTokenException"},
608        {"shape":"InvalidParameterValueException"}
609      ],
610      "documentation":"<p>Provides a detailed view of a Remediation Execution for a set of resources including state, timestamps for when steps for the remediation execution occur, and any error messages for steps that have failed. When you specify the limit and the next token, you receive a paginated response.</p>"
611    },
612    "DescribeRetentionConfigurations":{
613      "name":"DescribeRetentionConfigurations",
614      "http":{
615        "method":"POST",
616        "requestUri":"/"
617      },
618      "input":{"shape":"DescribeRetentionConfigurationsRequest"},
619      "output":{"shape":"DescribeRetentionConfigurationsResponse"},
620      "errors":[
621        {"shape":"InvalidParameterValueException"},
622        {"shape":"NoSuchRetentionConfigurationException"},
623        {"shape":"InvalidNextTokenException"}
624      ],
625      "documentation":"<p>Returns the details of one or more retention configurations. If the retention configuration name is not specified, this action returns the details for all the retention configurations for that account.</p> <note> <p>Currently, Config supports only one retention configuration per region in your account.</p> </note>"
626    },
627    "GetAggregateComplianceDetailsByConfigRule":{
628      "name":"GetAggregateComplianceDetailsByConfigRule",
629      "http":{
630        "method":"POST",
631        "requestUri":"/"
632      },
633      "input":{"shape":"GetAggregateComplianceDetailsByConfigRuleRequest"},
634      "output":{"shape":"GetAggregateComplianceDetailsByConfigRuleResponse"},
635      "errors":[
636        {"shape":"ValidationException"},
637        {"shape":"InvalidLimitException"},
638        {"shape":"InvalidNextTokenException"},
639        {"shape":"NoSuchConfigurationAggregatorException"}
640      ],
641      "documentation":"<p>Returns the evaluation results for the specified Config rule for a specific resource in a rule. The results indicate which Amazon Web Services resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule. </p> <note> <p>The results can return an empty result page. But if you have a <code>nextToken</code>, the results are displayed on the next page.</p> </note>"
642    },
643    "GetAggregateConfigRuleComplianceSummary":{
644      "name":"GetAggregateConfigRuleComplianceSummary",
645      "http":{
646        "method":"POST",
647        "requestUri":"/"
648      },
649      "input":{"shape":"GetAggregateConfigRuleComplianceSummaryRequest"},
650      "output":{"shape":"GetAggregateConfigRuleComplianceSummaryResponse"},
651      "errors":[
652        {"shape":"ValidationException"},
653        {"shape":"InvalidLimitException"},
654        {"shape":"InvalidNextTokenException"},
655        {"shape":"NoSuchConfigurationAggregatorException"}
656      ],
657      "documentation":"<p>Returns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator.</p> <note> <p>The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.</p> </note>"
658    },
659    "GetAggregateConformancePackComplianceSummary":{
660      "name":"GetAggregateConformancePackComplianceSummary",
661      "http":{
662        "method":"POST",
663        "requestUri":"/"
664      },
665      "input":{"shape":"GetAggregateConformancePackComplianceSummaryRequest"},
666      "output":{"shape":"GetAggregateConformancePackComplianceSummaryResponse"},
667      "errors":[
668        {"shape":"ValidationException"},
669        {"shape":"InvalidLimitException"},
670        {"shape":"InvalidNextTokenException"},
671        {"shape":"NoSuchConfigurationAggregatorException"}
672      ],
673      "documentation":"<p>Returns the count of compliant and noncompliant conformance packs across all Amazon Web Services accounts and Amazon Web Services Regions in an aggregator. You can filter based on Amazon Web Services account ID or Amazon Web Services Region.</p> <note> <p>The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.</p> </note>"
674    },
675    "GetAggregateDiscoveredResourceCounts":{
676      "name":"GetAggregateDiscoveredResourceCounts",
677      "http":{
678        "method":"POST",
679        "requestUri":"/"
680      },
681      "input":{"shape":"GetAggregateDiscoveredResourceCountsRequest"},
682      "output":{"shape":"GetAggregateDiscoveredResourceCountsResponse"},
683      "errors":[
684        {"shape":"ValidationException"},
685        {"shape":"InvalidLimitException"},
686        {"shape":"InvalidNextTokenException"},
687        {"shape":"NoSuchConfigurationAggregatorException"}
688      ],
689      "documentation":"<p>Returns the resource counts across accounts and regions that are present in your Config aggregator. You can request the resource counts by providing filters and GroupByKey.</p> <p>For example, if the input contains accountID 12345678910 and region us-east-1 in filters, the API returns the count of resources in account ID 12345678910 and region us-east-1. If the input contains ACCOUNT_ID as a GroupByKey, the API returns resource counts for all source accounts that are present in your aggregator.</p>"
690    },
691    "GetAggregateResourceConfig":{
692      "name":"GetAggregateResourceConfig",
693      "http":{
694        "method":"POST",
695        "requestUri":"/"
696      },
697      "input":{"shape":"GetAggregateResourceConfigRequest"},
698      "output":{"shape":"GetAggregateResourceConfigResponse"},
699      "errors":[
700        {"shape":"ValidationException"},
701        {"shape":"NoSuchConfigurationAggregatorException"},
702        {"shape":"OversizedConfigurationItemException"},
703        {"shape":"ResourceNotDiscoveredException"}
704      ],
705      "documentation":"<p>Returns configuration item that is aggregated for your specific resource in a specific source account and region.</p>"
706    },
707    "GetComplianceDetailsByConfigRule":{
708      "name":"GetComplianceDetailsByConfigRule",
709      "http":{
710        "method":"POST",
711        "requestUri":"/"
712      },
713      "input":{"shape":"GetComplianceDetailsByConfigRuleRequest"},
714      "output":{"shape":"GetComplianceDetailsByConfigRuleResponse"},
715      "errors":[
716        {"shape":"InvalidParameterValueException"},
717        {"shape":"InvalidNextTokenException"},
718        {"shape":"NoSuchConfigRuleException"}
719      ],
720      "documentation":"<p>Returns the evaluation results for the specified Config rule. The results indicate which Amazon Web Services resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule.</p>"
721    },
722    "GetComplianceDetailsByResource":{
723      "name":"GetComplianceDetailsByResource",
724      "http":{
725        "method":"POST",
726        "requestUri":"/"
727      },
728      "input":{"shape":"GetComplianceDetailsByResourceRequest"},
729      "output":{"shape":"GetComplianceDetailsByResourceResponse"},
730      "errors":[
731        {"shape":"InvalidParameterValueException"}
732      ],
733      "documentation":"<p>Returns the evaluation results for the specified Amazon Web Services resource. The results indicate which Config rules were used to evaluate the resource, when each rule was last used, and whether the resource complies with each rule.</p>"
734    },
735    "GetComplianceSummaryByConfigRule":{
736      "name":"GetComplianceSummaryByConfigRule",
737      "http":{
738        "method":"POST",
739        "requestUri":"/"
740      },
741      "output":{"shape":"GetComplianceSummaryByConfigRuleResponse"},
742      "documentation":"<p>Returns the number of Config rules that are compliant and noncompliant, up to a maximum of 25 for each.</p>"
743    },
744    "GetComplianceSummaryByResourceType":{
745      "name":"GetComplianceSummaryByResourceType",
746      "http":{
747        "method":"POST",
748        "requestUri":"/"
749      },
750      "input":{"shape":"GetComplianceSummaryByResourceTypeRequest"},
751      "output":{"shape":"GetComplianceSummaryByResourceTypeResponse"},
752      "errors":[
753        {"shape":"InvalidParameterValueException"}
754      ],
755      "documentation":"<p>Returns the number of resources that are compliant and the number that are noncompliant. You can specify one or more resource types to get these numbers for each resource type. The maximum number returned is 100.</p>"
756    },
757    "GetConformancePackComplianceDetails":{
758      "name":"GetConformancePackComplianceDetails",
759      "http":{
760        "method":"POST",
761        "requestUri":"/"
762      },
763      "input":{"shape":"GetConformancePackComplianceDetailsRequest"},
764      "output":{"shape":"GetConformancePackComplianceDetailsResponse"},
765      "errors":[
766        {"shape":"InvalidLimitException"},
767        {"shape":"InvalidNextTokenException"},
768        {"shape":"NoSuchConformancePackException"},
769        {"shape":"NoSuchConfigRuleInConformancePackException"},
770        {"shape":"InvalidParameterValueException"}
771      ],
772      "documentation":"<p>Returns compliance details of a conformance pack for all Amazon Web Services resources that are monitered by conformance pack.</p>"
773    },
774    "GetConformancePackComplianceSummary":{
775      "name":"GetConformancePackComplianceSummary",
776      "http":{
777        "method":"POST",
778        "requestUri":"/"
779      },
780      "input":{"shape":"GetConformancePackComplianceSummaryRequest"},
781      "output":{"shape":"GetConformancePackComplianceSummaryResponse"},
782      "errors":[
783        {"shape":"NoSuchConformancePackException"},
784        {"shape":"InvalidLimitException"},
785        {"shape":"InvalidNextTokenException"}
786      ],
787      "documentation":"<p>Returns compliance details for the conformance pack based on the cumulative compliance results of all the rules in that conformance pack.</p>"
788    },
789    "GetDiscoveredResourceCounts":{
790      "name":"GetDiscoveredResourceCounts",
791      "http":{
792        "method":"POST",
793        "requestUri":"/"
794      },
795      "input":{"shape":"GetDiscoveredResourceCountsRequest"},
796      "output":{"shape":"GetDiscoveredResourceCountsResponse"},
797      "errors":[
798        {"shape":"ValidationException"},
799        {"shape":"InvalidLimitException"},
800        {"shape":"InvalidNextTokenException"}
801      ],
802      "documentation":"<p>Returns the resource types, the number of each resource type, and the total number of resources that Config is recording in this region for your Amazon Web Services account. </p> <p class=\"title\"> <b>Example</b> </p> <ol> <li> <p>Config is recording three resource types in the US East (Ohio) Region for your account: 25 EC2 instances, 20 IAM users, and 15 S3 buckets.</p> </li> <li> <p>You make a call to the <code>GetDiscoveredResourceCounts</code> action and specify that you want all resource types. </p> </li> <li> <p>Config returns the following:</p> <ul> <li> <p>The resource types (EC2 instances, IAM users, and S3 buckets).</p> </li> <li> <p>The number of each resource type (25, 20, and 15).</p> </li> <li> <p>The total number of all resources (60).</p> </li> </ul> </li> </ol> <p>The response is paginated. By default, Config lists 100 <a>ResourceCount</a> objects on each page. You can customize this number with the <code>limit</code> parameter. The response includes a <code>nextToken</code> string. To get the next page of results, run the request again and specify the string for the <code>nextToken</code> parameter.</p> <note> <p>If you make a call to the <a>GetDiscoveredResourceCounts</a> action, you might not immediately receive resource counts in the following situations:</p> <ul> <li> <p>You are a new Config customer.</p> </li> <li> <p>You just enabled resource recording.</p> </li> </ul> <p>It might take a few minutes for Config to record and count your resources. Wait a few minutes and then retry the <a>GetDiscoveredResourceCounts</a> action. </p> </note>"
803    },
804    "GetOrganizationConfigRuleDetailedStatus":{
805      "name":"GetOrganizationConfigRuleDetailedStatus",
806      "http":{
807        "method":"POST",
808        "requestUri":"/"
809      },
810      "input":{"shape":"GetOrganizationConfigRuleDetailedStatusRequest"},
811      "output":{"shape":"GetOrganizationConfigRuleDetailedStatusResponse"},
812      "errors":[
813        {"shape":"NoSuchOrganizationConfigRuleException"},
814        {"shape":"InvalidLimitException"},
815        {"shape":"InvalidNextTokenException"},
816        {"shape":"OrganizationAccessDeniedException"}
817      ],
818      "documentation":"<p>Returns detailed status for each member account within an organization for a given organization config rule.</p>"
819    },
820    "GetOrganizationConformancePackDetailedStatus":{
821      "name":"GetOrganizationConformancePackDetailedStatus",
822      "http":{
823        "method":"POST",
824        "requestUri":"/"
825      },
826      "input":{"shape":"GetOrganizationConformancePackDetailedStatusRequest"},
827      "output":{"shape":"GetOrganizationConformancePackDetailedStatusResponse"},
828      "errors":[
829        {"shape":"NoSuchOrganizationConformancePackException"},
830        {"shape":"InvalidLimitException"},
831        {"shape":"InvalidNextTokenException"},
832        {"shape":"OrganizationAccessDeniedException"}
833      ],
834      "documentation":"<p>Returns detailed status for each member account within an organization for a given organization conformance pack.</p>"
835    },
836    "GetResourceConfigHistory":{
837      "name":"GetResourceConfigHistory",
838      "http":{
839        "method":"POST",
840        "requestUri":"/"
841      },
842      "input":{"shape":"GetResourceConfigHistoryRequest"},
843      "output":{"shape":"GetResourceConfigHistoryResponse"},
844      "errors":[
845        {"shape":"ValidationException"},
846        {"shape":"InvalidTimeRangeException"},
847        {"shape":"InvalidLimitException"},
848        {"shape":"InvalidNextTokenException"},
849        {"shape":"NoAvailableConfigurationRecorderException"},
850        {"shape":"ResourceNotDiscoveredException"}
851      ],
852      "documentation":"<p>Returns a list of <code>ConfigurationItems</code> for the specified resource. The list contains details about each state of the resource during the specified time interval. If you specified a retention period to retain your <code>ConfigurationItems</code> between a minimum of 30 days and a maximum of 7 years (2557 days), Config returns the <code>ConfigurationItems</code> for the specified retention period. </p> <p>The response is paginated. By default, Config returns a limit of 10 configuration items per page. You can customize this number with the <code>limit</code> parameter. The response includes a <code>nextToken</code> string. To get the next page of results, run the request again and specify the string for the <code>nextToken</code> parameter.</p> <note> <p>Each call to the API is limited to span a duration of seven days. It is likely that the number of records returned is smaller than the specified <code>limit</code>. In such cases, you can make another call, using the <code>nextToken</code>.</p> </note>"
853    },
854    "GetStoredQuery":{
855      "name":"GetStoredQuery",
856      "http":{
857        "method":"POST",
858        "requestUri":"/"
859      },
860      "input":{"shape":"GetStoredQueryRequest"},
861      "output":{"shape":"GetStoredQueryResponse"},
862      "errors":[
863        {"shape":"ValidationException"},
864        {"shape":"ResourceNotFoundException"}
865      ],
866      "documentation":"<p>Returns the details of a specific stored query.</p>"
867    },
868    "ListAggregateDiscoveredResources":{
869      "name":"ListAggregateDiscoveredResources",
870      "http":{
871        "method":"POST",
872        "requestUri":"/"
873      },
874      "input":{"shape":"ListAggregateDiscoveredResourcesRequest"},
875      "output":{"shape":"ListAggregateDiscoveredResourcesResponse"},
876      "errors":[
877        {"shape":"ValidationException"},
878        {"shape":"InvalidLimitException"},
879        {"shape":"InvalidNextTokenException"},
880        {"shape":"NoSuchConfigurationAggregatorException"}
881      ],
882      "documentation":"<p>Accepts a resource type and returns a list of resource identifiers that are aggregated for a specific resource type across accounts and regions. A resource identifier includes the resource type, ID, (if available) the custom resource name, source account, and source region. You can narrow the results to include only resources that have specific resource IDs, or a resource name, or source account ID, or source region.</p> <p>For example, if the input consists of accountID 12345678910 and the region is us-east-1 for resource type <code>AWS::EC2::Instance</code> then the API returns all the EC2 instance identifiers of accountID 12345678910 and region us-east-1.</p>"
883    },
884    "ListDiscoveredResources":{
885      "name":"ListDiscoveredResources",
886      "http":{
887        "method":"POST",
888        "requestUri":"/"
889      },
890      "input":{"shape":"ListDiscoveredResourcesRequest"},
891      "output":{"shape":"ListDiscoveredResourcesResponse"},
892      "errors":[
893        {"shape":"ValidationException"},
894        {"shape":"InvalidLimitException"},
895        {"shape":"InvalidNextTokenException"},
896        {"shape":"NoAvailableConfigurationRecorderException"}
897      ],
898      "documentation":"<p>Accepts a resource type and returns a list of resource identifiers for the resources of that type. A resource identifier includes the resource type, ID, and (if available) the custom resource name. The results consist of resources that Config has discovered, including those that Config is not currently recording. You can narrow the results to include only resources that have specific resource IDs or a resource name.</p> <note> <p>You can specify either resource IDs or a resource name, but not both, in the same request.</p> </note> <p>The response is paginated. By default, Config lists 100 resource identifiers on each page. You can customize this number with the <code>limit</code> parameter. The response includes a <code>nextToken</code> string. To get the next page of results, run the request again and specify the string for the <code>nextToken</code> parameter.</p>"
899    },
900    "ListStoredQueries":{
901      "name":"ListStoredQueries",
902      "http":{
903        "method":"POST",
904        "requestUri":"/"
905      },
906      "input":{"shape":"ListStoredQueriesRequest"},
907      "output":{"shape":"ListStoredQueriesResponse"},
908      "errors":[
909        {"shape":"ValidationException"},
910        {"shape":"InvalidNextTokenException"}
911      ],
912      "documentation":"<p>Lists the stored queries for a single Amazon Web Services account and a single Amazon Web Services Region. The default is 100. </p>"
913    },
914    "ListTagsForResource":{
915      "name":"ListTagsForResource",
916      "http":{
917        "method":"POST",
918        "requestUri":"/"
919      },
920      "input":{"shape":"ListTagsForResourceRequest"},
921      "output":{"shape":"ListTagsForResourceResponse"},
922      "errors":[
923        {"shape":"ResourceNotFoundException"},
924        {"shape":"ValidationException"},
925        {"shape":"InvalidLimitException"},
926        {"shape":"InvalidNextTokenException"}
927      ],
928      "documentation":"<p>List the tags for Config resource.</p>"
929    },
930    "PutAggregationAuthorization":{
931      "name":"PutAggregationAuthorization",
932      "http":{
933        "method":"POST",
934        "requestUri":"/"
935      },
936      "input":{"shape":"PutAggregationAuthorizationRequest"},
937      "output":{"shape":"PutAggregationAuthorizationResponse"},
938      "errors":[
939        {"shape":"InvalidParameterValueException"}
940      ],
941      "documentation":"<p>Authorizes the aggregator account and region to collect data from the source account and region. </p>"
942    },
943    "PutConfigRule":{
944      "name":"PutConfigRule",
945      "http":{
946        "method":"POST",
947        "requestUri":"/"
948      },
949      "input":{"shape":"PutConfigRuleRequest"},
950      "errors":[
951        {"shape":"InvalidParameterValueException"},
952        {"shape":"MaxNumberOfConfigRulesExceededException"},
953        {"shape":"ResourceInUseException"},
954        {"shape":"InsufficientPermissionsException"},
955        {"shape":"NoAvailableConfigurationRecorderException"}
956      ],
957      "documentation":"<p>Adds or updates an Config rule for evaluating whether your Amazon Web Services resources comply with your desired configurations.</p> <p>You can use this action for custom Config rules and Config managed rules. A custom Config rule is a rule that you develop and maintain. An Config managed rule is a customizable, predefined rule that Config provides.</p> <p>If you are adding a new custom Config rule, you must first create the Lambda function that the rule invokes to evaluate your resources. When you use the <code>PutConfigRule</code> action to add the rule to Config, you must specify the Amazon Resource Name (ARN) that Lambda assigns to the function. Specify the ARN for the <code>SourceIdentifier</code> key. This key is part of the <code>Source</code> object, which is part of the <code>ConfigRule</code> object. </p> <p>If you are adding an Config managed rule, specify the rule's identifier for the <code>SourceIdentifier</code> key. To reference Config managed rule identifiers, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html\">About Config managed rules</a>.</p> <p>For any new rule that you add, specify the <code>ConfigRuleName</code> in the <code>ConfigRule</code> object. Do not specify the <code>ConfigRuleArn</code> or the <code>ConfigRuleId</code>. These values are generated by Config for new rules.</p> <p>If you are updating a rule that you added previously, you can specify the rule by <code>ConfigRuleName</code>, <code>ConfigRuleId</code>, or <code>ConfigRuleArn</code> in the <code>ConfigRule</code> data type that you use in this request.</p> <p>The maximum number of rules that Config supports is 150.</p> <p>For information about requesting a rule limit increase, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config\">Config Limits</a> in the <i>Amazon Web Services General Reference Guide</i>.</p> <p>For more information about developing and using Config rules, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html\">Evaluating Amazon Web Services resource Configurations with Config</a> in the <i>Config Developer Guide</i>.</p>"
958    },
959    "PutConfigurationAggregator":{
960      "name":"PutConfigurationAggregator",
961      "http":{
962        "method":"POST",
963        "requestUri":"/"
964      },
965      "input":{"shape":"PutConfigurationAggregatorRequest"},
966      "output":{"shape":"PutConfigurationAggregatorResponse"},
967      "errors":[
968        {"shape":"InvalidParameterValueException"},
969        {"shape":"LimitExceededException"},
970        {"shape":"InvalidRoleException"},
971        {"shape":"OrganizationAccessDeniedException"},
972        {"shape":"NoAvailableOrganizationException"},
973        {"shape":"OrganizationAllFeaturesNotEnabledException"}
974      ],
975      "documentation":"<p>Creates and updates the configuration aggregator with the selected source accounts and regions. The source account can be individual account(s) or an organization.</p> <p> <code>accountIds</code> that are passed will be replaced with existing accounts. If you want to add additional accounts into the aggregator, call <code>DescribeAggregator</code> to get the previous accounts and then append new ones.</p> <note> <p>Config should be enabled in source accounts and regions you want to aggregate.</p> <p>If your source type is an organization, you must be signed in to the management account or a registered delegated administrator and all the features must be enabled in your organization. If the caller is a management account, Config calls <code>EnableAwsServiceAccess</code> API to enable integration between Config and Organizations. If the caller is a registered delegated administrator, Config calls <code>ListDelegatedAdministrators</code> API to verify whether the caller is a valid delegated administrator.</p> <p>To register a delegated administrator, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/set-up-aggregator-cli.html#register-a-delegated-administrator-cli\">Register a Delegated Administrator</a> in the Config developer guide. </p> </note>"
976    },
977    "PutConfigurationRecorder":{
978      "name":"PutConfigurationRecorder",
979      "http":{
980        "method":"POST",
981        "requestUri":"/"
982      },
983      "input":{"shape":"PutConfigurationRecorderRequest"},
984      "errors":[
985        {"shape":"MaxNumberOfConfigurationRecordersExceededException"},
986        {"shape":"InvalidConfigurationRecorderNameException"},
987        {"shape":"InvalidRoleException"},
988        {"shape":"InvalidRecordingGroupException"}
989      ],
990      "documentation":"<p>Creates a new configuration recorder to record the selected resource configurations.</p> <p>You can use this action to change the role <code>roleARN</code> or the <code>recordingGroup</code> of an existing recorder. To change the role, call the action on the existing configuration recorder and specify a role.</p> <note> <p>Currently, you can specify only one configuration recorder per region in your account.</p> <p>If <code>ConfigurationRecorder</code> does not have the <b>recordingGroup</b> parameter specified, the default is to record all supported resource types.</p> </note>"
991    },
992    "PutConformancePack":{
993      "name":"PutConformancePack",
994      "http":{
995        "method":"POST",
996        "requestUri":"/"
997      },
998      "input":{"shape":"PutConformancePackRequest"},
999      "output":{"shape":"PutConformancePackResponse"},
1000      "errors":[
1001        {"shape":"InsufficientPermissionsException"},
1002        {"shape":"ConformancePackTemplateValidationException"},
1003        {"shape":"ResourceInUseException"},
1004        {"shape":"InvalidParameterValueException"},
1005        {"shape":"MaxNumberOfConformancePacksExceededException"}
1006      ],
1007      "documentation":"<p>Creates or updates a conformance pack. A conformance pack is a collection of Config rules that can be easily deployed in an account and a region and across Amazon Web Services Organization.</p> <p>This API creates a service linked role <code>AWSServiceRoleForConfigConforms</code> in your account. The service linked role is created only when the role does not exist in your account. </p> <note> <p>You must specify either the <code>TemplateS3Uri</code> or the <code>TemplateBody</code> parameter, but not both. If you provide both Config uses the <code>TemplateS3Uri</code> parameter and ignores the <code>TemplateBody</code> parameter.</p> </note>"
1008    },
1009    "PutDeliveryChannel":{
1010      "name":"PutDeliveryChannel",
1011      "http":{
1012        "method":"POST",
1013        "requestUri":"/"
1014      },
1015      "input":{"shape":"PutDeliveryChannelRequest"},
1016      "errors":[
1017        {"shape":"MaxNumberOfDeliveryChannelsExceededException"},
1018        {"shape":"NoAvailableConfigurationRecorderException"},
1019        {"shape":"InvalidDeliveryChannelNameException"},
1020        {"shape":"NoSuchBucketException"},
1021        {"shape":"InvalidS3KeyPrefixException"},
1022        {"shape":"InvalidS3KmsKeyArnException"},
1023        {"shape":"InvalidSNSTopicARNException"},
1024        {"shape":"InsufficientDeliveryPolicyException"}
1025      ],
1026      "documentation":"<p>Creates a delivery channel object to deliver configuration information to an Amazon S3 bucket and Amazon SNS topic.</p> <p>Before you can create a delivery channel, you must create a configuration recorder.</p> <p>You can use this action to change the Amazon S3 bucket or an Amazon SNS topic of the existing delivery channel. To change the Amazon S3 bucket or an Amazon SNS topic, call this action and specify the changed values for the S3 bucket and the SNS topic. If you specify a different value for either the S3 bucket or the SNS topic, this action will keep the existing value for the parameter that is not changed.</p> <note> <p>You can have only one delivery channel per region in your account.</p> </note>"
1027    },
1028    "PutEvaluations":{
1029      "name":"PutEvaluations",
1030      "http":{
1031        "method":"POST",
1032        "requestUri":"/"
1033      },
1034      "input":{"shape":"PutEvaluationsRequest"},
1035      "output":{"shape":"PutEvaluationsResponse"},
1036      "errors":[
1037        {"shape":"InvalidParameterValueException"},
1038        {"shape":"InvalidResultTokenException"},
1039        {"shape":"NoSuchConfigRuleException"}
1040      ],
1041      "documentation":"<p>Used by an Lambda function to deliver evaluation results to Config. This action is required in every Lambda function that is invoked by an Config rule.</p>"
1042    },
1043    "PutExternalEvaluation":{
1044      "name":"PutExternalEvaluation",
1045      "http":{
1046        "method":"POST",
1047        "requestUri":"/"
1048      },
1049      "input":{"shape":"PutExternalEvaluationRequest"},
1050      "output":{"shape":"PutExternalEvaluationResponse"},
1051      "errors":[
1052        {"shape":"NoSuchConfigRuleException"},
1053        {"shape":"InvalidParameterValueException"}
1054      ],
1055      "documentation":"<p>Add or updates the evaluations for process checks. This API checks if the rule is a process check when the name of the Config rule is provided.</p>"
1056    },
1057    "PutOrganizationConfigRule":{
1058      "name":"PutOrganizationConfigRule",
1059      "http":{
1060        "method":"POST",
1061        "requestUri":"/"
1062      },
1063      "input":{"shape":"PutOrganizationConfigRuleRequest"},
1064      "output":{"shape":"PutOrganizationConfigRuleResponse"},
1065      "errors":[
1066        {"shape":"MaxNumberOfOrganizationConfigRulesExceededException"},
1067        {"shape":"ResourceInUseException"},
1068        {"shape":"InvalidParameterValueException"},
1069        {"shape":"ValidationException"},
1070        {"shape":"OrganizationAccessDeniedException"},
1071        {"shape":"NoAvailableOrganizationException"},
1072        {"shape":"OrganizationAllFeaturesNotEnabledException"},
1073        {"shape":"InsufficientPermissionsException"}
1074      ],
1075      "documentation":"<p>Adds or updates organization config rule for your entire organization evaluating whether your Amazon Web Services resources comply with your desired configurations.</p> <p> Only a master account and a delegated administrator can create or update an organization config rule. When calling this API with a delegated administrator, you must ensure Organizations <code>ListDelegatedAdministrator</code> permissions are added. </p> <p>This API enables organization service access through the <code>EnableAWSServiceAccess</code> action and creates a service linked role <code>AWSServiceRoleForConfigMultiAccountSetup</code> in the master or delegated administrator account of your organization. The service linked role is created only when the role does not exist in the caller account. Config verifies the existence of role with <code>GetRole</code> action.</p> <p>To use this API with delegated administrator, register a delegated administrator by calling Amazon Web Services Organization <code>register-delegated-administrator</code> for <code>config-multiaccountsetup.amazonaws.com</code>. </p> <p>You can use this action to create both custom Config rules and Config managed rules. If you are adding a new custom Config rule, you must first create Lambda function in the master account or a delegated administrator that the rule invokes to evaluate your resources. You also need to create an IAM role in the managed-account that can be assumed by the Lambda function. When you use the <code>PutOrganizationConfigRule</code> action to add the rule to Config, you must specify the Amazon Resource Name (ARN) that Lambda assigns to the function. If you are adding an Config managed rule, specify the rule's identifier for the <code>RuleIdentifier</code> key.</p> <p>The maximum number of organization config rules that Config supports is 150 and 3 delegated administrator per organization. </p> <note> <p>Prerequisite: Ensure you call <code>EnableAllFeatures</code> API to enable all features in an organization.</p> <p>Specify either <code>OrganizationCustomRuleMetadata</code> or <code>OrganizationManagedRuleMetadata</code>.</p> </note>"
1076    },
1077    "PutOrganizationConformancePack":{
1078      "name":"PutOrganizationConformancePack",
1079      "http":{
1080        "method":"POST",
1081        "requestUri":"/"
1082      },
1083      "input":{"shape":"PutOrganizationConformancePackRequest"},
1084      "output":{"shape":"PutOrganizationConformancePackResponse"},
1085      "errors":[
1086        {"shape":"MaxNumberOfOrganizationConformancePacksExceededException"},
1087        {"shape":"ResourceInUseException"},
1088        {"shape":"ValidationException"},
1089        {"shape":"OrganizationAccessDeniedException"},
1090        {"shape":"InsufficientPermissionsException"},
1091        {"shape":"OrganizationConformancePackTemplateValidationException"},
1092        {"shape":"OrganizationAllFeaturesNotEnabledException"},
1093        {"shape":"NoAvailableOrganizationException"}
1094      ],
1095      "documentation":"<p>Deploys conformance packs across member accounts in an Amazon Web Services Organization.</p> <p>Only a master account and a delegated administrator can call this API. When calling this API with a delegated administrator, you must ensure Organizations <code>ListDelegatedAdministrator</code> permissions are added.</p> <p>This API enables organization service access for <code>config-multiaccountsetup.amazonaws.com</code> through the <code>EnableAWSServiceAccess</code> action and creates a service linked role <code>AWSServiceRoleForConfigMultiAccountSetup</code> in the master or delegated administrator account of your organization. The service linked role is created only when the role does not exist in the caller account. To use this API with delegated administrator, register a delegated administrator by calling Amazon Web Services Organization <code>register-delegate-admin</code> for <code>config-multiaccountsetup.amazonaws.com</code>.</p> <note> <p>Prerequisite: Ensure you call <code>EnableAllFeatures</code> API to enable all features in an organization.</p> <p>You must specify either the <code>TemplateS3Uri</code> or the <code>TemplateBody</code> parameter, but not both. If you provide both Config uses the <code>TemplateS3Uri</code> parameter and ignores the <code>TemplateBody</code> parameter.</p> <p>Config sets the state of a conformance pack to CREATE_IN_PROGRESS and UPDATE_IN_PROGRESS until the conformance pack is created or updated. You cannot update a conformance pack while it is in this state.</p> <p>You can create 50 conformance packs with 25 Config rules in each pack and 3 delegated administrator per organization. </p> </note>"
1096    },
1097    "PutRemediationConfigurations":{
1098      "name":"PutRemediationConfigurations",
1099      "http":{
1100        "method":"POST",
1101        "requestUri":"/"
1102      },
1103      "input":{"shape":"PutRemediationConfigurationsRequest"},
1104      "output":{"shape":"PutRemediationConfigurationsResponse"},
1105      "errors":[
1106        {"shape":"InsufficientPermissionsException"},
1107        {"shape":"InvalidParameterValueException"}
1108      ],
1109      "documentation":"<p>Adds or updates the remediation configuration with a specific Config rule with the selected target or action. The API creates the <code>RemediationConfiguration</code> object for the Config rule. The Config rule must already exist for you to add a remediation configuration. The target (SSM document) must exist and have permissions to use the target. </p> <note> <p>If you make backward incompatible changes to the SSM document, you must call this again to ensure the remediations can run.</p> <p>This API does not support adding remediation configurations for service-linked Config Rules such as Organization Config rules, the rules deployed by conformance packs, and rules deployed by Amazon Web Services Security Hub.</p> </note>"
1110    },
1111    "PutRemediationExceptions":{
1112      "name":"PutRemediationExceptions",
1113      "http":{
1114        "method":"POST",
1115        "requestUri":"/"
1116      },
1117      "input":{"shape":"PutRemediationExceptionsRequest"},
1118      "output":{"shape":"PutRemediationExceptionsResponse"},
1119      "errors":[
1120        {"shape":"InvalidParameterValueException"},
1121        {"shape":"InsufficientPermissionsException"}
1122      ],
1123      "documentation":"<p>A remediation exception is when a specific resource is no longer considered for auto-remediation. This API adds a new exception or updates an existing exception for a specific resource with a specific Config rule. </p> <note> <p>Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.</p> </note>"
1124    },
1125    "PutResourceConfig":{
1126      "name":"PutResourceConfig",
1127      "http":{
1128        "method":"POST",
1129        "requestUri":"/"
1130      },
1131      "input":{"shape":"PutResourceConfigRequest"},
1132      "errors":[
1133        {"shape":"ValidationException"},
1134        {"shape":"InsufficientPermissionsException"},
1135        {"shape":"NoRunningConfigurationRecorderException"},
1136        {"shape":"MaxActiveResourcesExceededException"}
1137      ],
1138      "documentation":"<p>Records the configuration state for the resource provided in the request. The configuration state of a resource is represented in Config as Configuration Items. Once this API records the configuration item, you can retrieve the list of configuration items for the custom resource type using existing Config APIs. </p> <note> <p>The custom resource type must be registered with CloudFormation. This API accepts the configuration item registered with CloudFormation.</p> <p>When you call this API, Config only stores configuration state of the resource provided in the request. This API does not change or remediate the configuration of the resource. </p> <p>Write-only schema properites are not recorded as part of the published configuration item.</p> </note>"
1139    },
1140    "PutRetentionConfiguration":{
1141      "name":"PutRetentionConfiguration",
1142      "http":{
1143        "method":"POST",
1144        "requestUri":"/"
1145      },
1146      "input":{"shape":"PutRetentionConfigurationRequest"},
1147      "output":{"shape":"PutRetentionConfigurationResponse"},
1148      "errors":[
1149        {"shape":"InvalidParameterValueException"},
1150        {"shape":"MaxNumberOfRetentionConfigurationsExceededException"}
1151      ],
1152      "documentation":"<p>Creates and updates the retention configuration with details about retention period (number of days) that Config stores your historical information. The API creates the <code>RetentionConfiguration</code> object and names the object as <b>default</b>. When you have a <code>RetentionConfiguration</code> object named <b>default</b>, calling the API modifies the default object. </p> <note> <p>Currently, Config supports only one retention configuration per region in your account.</p> </note>"
1153    },
1154    "PutStoredQuery":{
1155      "name":"PutStoredQuery",
1156      "http":{
1157        "method":"POST",
1158        "requestUri":"/"
1159      },
1160      "input":{"shape":"PutStoredQueryRequest"},
1161      "output":{"shape":"PutStoredQueryResponse"},
1162      "errors":[
1163        {"shape":"ValidationException"},
1164        {"shape":"TooManyTagsException"},
1165        {"shape":"ResourceConcurrentModificationException"}
1166      ],
1167      "documentation":"<p>Saves a new query or updates an existing saved query. The <code>QueryName</code> must be unique for a single Amazon Web Services account and a single Amazon Web Services Region. You can create upto 300 queries in a single Amazon Web Services account and a single Amazon Web Services Region.</p>"
1168    },
1169    "SelectAggregateResourceConfig":{
1170      "name":"SelectAggregateResourceConfig",
1171      "http":{
1172        "method":"POST",
1173        "requestUri":"/"
1174      },
1175      "input":{"shape":"SelectAggregateResourceConfigRequest"},
1176      "output":{"shape":"SelectAggregateResourceConfigResponse"},
1177      "errors":[
1178        {"shape":"InvalidExpressionException"},
1179        {"shape":"NoSuchConfigurationAggregatorException"},
1180        {"shape":"InvalidLimitException"},
1181        {"shape":"InvalidNextTokenException"}
1182      ],
1183      "documentation":"<p>Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of Amazon Web Services resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties.</p> <p>For more information about query components, see the <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/query-components.html\"> <b>Query Components</b> </a> section in the Config Developer Guide.</p> <note> <p>If you run an aggregation query (i.e., using <code>GROUP BY</code> or using aggregate functions such as <code>COUNT</code>; e.g., <code>SELECT resourceId, COUNT(*) WHERE resourceType = 'AWS::IAM::Role' GROUP BY resourceId</code>) and do not specify the <code>MaxResults</code> or the <code>Limit</code> query parameters, the default page size is set to 500.</p> <p>If you run a non-aggregation query (i.e., not using <code>GROUP BY</code> or aggregate function; e.g., <code>SELECT * WHERE resourceType = 'AWS::IAM::Role'</code>) and do not specify the <code>MaxResults</code> or the <code>Limit</code> query parameters, the default page size is set to 25.</p> </note>"
1184    },
1185    "SelectResourceConfig":{
1186      "name":"SelectResourceConfig",
1187      "http":{
1188        "method":"POST",
1189        "requestUri":"/"
1190      },
1191      "input":{"shape":"SelectResourceConfigRequest"},
1192      "output":{"shape":"SelectResourceConfigResponse"},
1193      "errors":[
1194        {"shape":"InvalidExpressionException"},
1195        {"shape":"InvalidLimitException"},
1196        {"shape":"InvalidNextTokenException"}
1197      ],
1198      "documentation":"<p>Accepts a structured query language (SQL) <code>SELECT</code> command, performs the corresponding search, and returns resource configurations matching the properties.</p> <p>For more information about query components, see the <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/query-components.html\"> <b>Query Components</b> </a> section in the Config Developer Guide.</p>"
1199    },
1200    "StartConfigRulesEvaluation":{
1201      "name":"StartConfigRulesEvaluation",
1202      "http":{
1203        "method":"POST",
1204        "requestUri":"/"
1205      },
1206      "input":{"shape":"StartConfigRulesEvaluationRequest"},
1207      "output":{"shape":"StartConfigRulesEvaluationResponse"},
1208      "errors":[
1209        {"shape":"NoSuchConfigRuleException"},
1210        {"shape":"LimitExceededException"},
1211        {"shape":"ResourceInUseException"},
1212        {"shape":"InvalidParameterValueException"}
1213      ],
1214      "documentation":"<p>Runs an on-demand evaluation for the specified Config rules against the last known configuration state of the resources. Use <code>StartConfigRulesEvaluation</code> when you want to test that a rule you updated is working as expected. <code>StartConfigRulesEvaluation</code> does not re-record the latest configuration state for your resources. It re-runs an evaluation against the last known state of your resources. </p> <p>You can specify up to 25 Config rules per request. </p> <p>An existing <code>StartConfigRulesEvaluation</code> call for the specified rules must complete before you can call the API again. If you chose to have Config stream to an Amazon SNS topic, you will receive a <code>ConfigRuleEvaluationStarted</code> notification when the evaluation starts.</p> <note> <p>You don't need to call the <code>StartConfigRulesEvaluation</code> API to run an evaluation for a new rule. When you create a rule, Config evaluates your resources against the rule automatically. </p> </note> <p>The <code>StartConfigRulesEvaluation</code> API is useful if you want to run on-demand evaluations, such as the following example:</p> <ol> <li> <p>You have a custom rule that evaluates your IAM resources every 24 hours.</p> </li> <li> <p>You update your Lambda function to add additional conditions to your rule.</p> </li> <li> <p>Instead of waiting for the next periodic evaluation, you call the <code>StartConfigRulesEvaluation</code> API.</p> </li> <li> <p>Config invokes your Lambda function and evaluates your IAM resources.</p> </li> <li> <p>Your custom rule will still run periodic evaluations every 24 hours.</p> </li> </ol>"
1215    },
1216    "StartConfigurationRecorder":{
1217      "name":"StartConfigurationRecorder",
1218      "http":{
1219        "method":"POST",
1220        "requestUri":"/"
1221      },
1222      "input":{"shape":"StartConfigurationRecorderRequest"},
1223      "errors":[
1224        {"shape":"NoSuchConfigurationRecorderException"},
1225        {"shape":"NoAvailableDeliveryChannelException"}
1226      ],
1227      "documentation":"<p>Starts recording configurations of the Amazon Web Services resources you have selected to record in your Amazon Web Services account.</p> <p>You must have created at least one delivery channel to successfully start the configuration recorder.</p>"
1228    },
1229    "StartRemediationExecution":{
1230      "name":"StartRemediationExecution",
1231      "http":{
1232        "method":"POST",
1233        "requestUri":"/"
1234      },
1235      "input":{"shape":"StartRemediationExecutionRequest"},
1236      "output":{"shape":"StartRemediationExecutionResponse"},
1237      "errors":[
1238        {"shape":"InvalidParameterValueException"},
1239        {"shape":"InsufficientPermissionsException"},
1240        {"shape":"NoSuchRemediationConfigurationException"}
1241      ],
1242      "documentation":"<p>Runs an on-demand remediation for the specified Config rules against the last known remediation configuration. It runs an execution against the current state of your resources. Remediation execution is asynchronous.</p> <p>You can specify up to 100 resource keys per request. An existing StartRemediationExecution call for the specified resource keys must complete before you can call the API again.</p>"
1243    },
1244    "StopConfigurationRecorder":{
1245      "name":"StopConfigurationRecorder",
1246      "http":{
1247        "method":"POST",
1248        "requestUri":"/"
1249      },
1250      "input":{"shape":"StopConfigurationRecorderRequest"},
1251      "errors":[
1252        {"shape":"NoSuchConfigurationRecorderException"}
1253      ],
1254      "documentation":"<p>Stops recording configurations of the Amazon Web Services resources you have selected to record in your Amazon Web Services account.</p>"
1255    },
1256    "TagResource":{
1257      "name":"TagResource",
1258      "http":{
1259        "method":"POST",
1260        "requestUri":"/"
1261      },
1262      "input":{"shape":"TagResourceRequest"},
1263      "errors":[
1264        {"shape":"ValidationException"},
1265        {"shape":"ResourceNotFoundException"},
1266        {"shape":"TooManyTagsException"}
1267      ],
1268      "documentation":"<p>Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are deleted as well.</p>"
1269    },
1270    "UntagResource":{
1271      "name":"UntagResource",
1272      "http":{
1273        "method":"POST",
1274        "requestUri":"/"
1275      },
1276      "input":{"shape":"UntagResourceRequest"},
1277      "errors":[
1278        {"shape":"ValidationException"},
1279        {"shape":"ResourceNotFoundException"}
1280      ],
1281      "documentation":"<p>Deletes specified tags from a resource.</p>"
1282    }
1283  },
1284  "shapes":{
1285    "ARN":{"type":"string"},
1286    "AccountAggregationSource":{
1287      "type":"structure",
1288      "required":["AccountIds"],
1289      "members":{
1290        "AccountIds":{
1291          "shape":"AccountAggregationSourceAccountList",
1292          "documentation":"<p>The 12-digit account ID of the account being aggregated. </p>"
1293        },
1294        "AllAwsRegions":{
1295          "shape":"Boolean",
1296          "documentation":"<p>If true, aggregate existing Config regions and future regions.</p>"
1297        },
1298        "AwsRegions":{
1299          "shape":"AggregatorRegionList",
1300          "documentation":"<p>The source regions being aggregated.</p>"
1301        }
1302      },
1303      "documentation":"<p>A collection of accounts and regions.</p>"
1304    },
1305    "AccountAggregationSourceAccountList":{
1306      "type":"list",
1307      "member":{"shape":"AccountId"},
1308      "min":1
1309    },
1310    "AccountAggregationSourceList":{
1311      "type":"list",
1312      "member":{"shape":"AccountAggregationSource"},
1313      "max":1,
1314      "min":0
1315    },
1316    "AccountId":{
1317      "type":"string",
1318      "pattern":"\\d{12}"
1319    },
1320    "AggregateComplianceByConfigRule":{
1321      "type":"structure",
1322      "members":{
1323        "ConfigRuleName":{
1324          "shape":"ConfigRuleName",
1325          "documentation":"<p>The name of the Config rule.</p>"
1326        },
1327        "Compliance":{
1328          "shape":"Compliance",
1329          "documentation":"<p>Indicates whether an Amazon Web Services resource or Config rule is compliant and provides the number of contributors that affect the compliance.</p>"
1330        },
1331        "AccountId":{
1332          "shape":"AccountId",
1333          "documentation":"<p>The 12-digit account ID of the source account.</p>"
1334        },
1335        "AwsRegion":{
1336          "shape":"AwsRegion",
1337          "documentation":"<p>The source region from where the data is aggregated.</p>"
1338        }
1339      },
1340      "documentation":"<p>Indicates whether an Config rule is compliant based on account ID, region, compliance, and rule name.</p> <p>A rule is compliant if all of the resources that the rule evaluated comply with it. It is noncompliant if any of these resources do not comply.</p>"
1341    },
1342    "AggregateComplianceByConfigRuleList":{
1343      "type":"list",
1344      "member":{"shape":"AggregateComplianceByConfigRule"}
1345    },
1346    "AggregateComplianceByConformancePack":{
1347      "type":"structure",
1348      "members":{
1349        "ConformancePackName":{
1350          "shape":"ConformancePackName",
1351          "documentation":"<p>The name of the conformance pack.</p>"
1352        },
1353        "Compliance":{
1354          "shape":"AggregateConformancePackCompliance",
1355          "documentation":"<p>The compliance status of the conformance pack.</p>"
1356        },
1357        "AccountId":{
1358          "shape":"AccountId",
1359          "documentation":"<p>The 12-digit Amazon Web Services account ID of the source account.</p>"
1360        },
1361        "AwsRegion":{
1362          "shape":"AwsRegion",
1363          "documentation":"<p>The source Amazon Web Services Region from where the data is aggregated.</p>"
1364        }
1365      },
1366      "documentation":"<p>Provides aggregate compliance of the conformance pack. Indicates whether a conformance pack is compliant based on the name of the conformance pack, account ID, and region.</p> <p>A conformance pack is compliant if all of the rules in a conformance packs are compliant. It is noncompliant if any of the rules are not compliant. The compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data. If some of the rules in a conformance pack are compliant but the compliance status of other rules in that same conformance pack is INSUFFICIENT_DATA, the conformance pack shows compliant.</p>"
1367    },
1368    "AggregateComplianceByConformancePackList":{
1369      "type":"list",
1370      "member":{"shape":"AggregateComplianceByConformancePack"}
1371    },
1372    "AggregateComplianceCount":{
1373      "type":"structure",
1374      "members":{
1375        "GroupName":{
1376          "shape":"StringWithCharLimit256",
1377          "documentation":"<p>The 12-digit account ID or region based on the GroupByKey value.</p>"
1378        },
1379        "ComplianceSummary":{
1380          "shape":"ComplianceSummary",
1381          "documentation":"<p>The number of compliant and noncompliant Config rules.</p>"
1382        }
1383      },
1384      "documentation":"<p>Returns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator.</p>"
1385    },
1386    "AggregateComplianceCountList":{
1387      "type":"list",
1388      "member":{"shape":"AggregateComplianceCount"}
1389    },
1390    "AggregateConformancePackCompliance":{
1391      "type":"structure",
1392      "members":{
1393        "ComplianceType":{
1394          "shape":"ConformancePackComplianceType",
1395          "documentation":"<p>The compliance status of the conformance pack.</p>"
1396        },
1397        "CompliantRuleCount":{
1398          "shape":"Integer",
1399          "documentation":"<p>The number of compliant Config Rules.</p>"
1400        },
1401        "NonCompliantRuleCount":{
1402          "shape":"Integer",
1403          "documentation":"<p>The number of noncompliant Config Rules.</p>"
1404        },
1405        "TotalRuleCount":{
1406          "shape":"Integer",
1407          "documentation":"<p>Total number of compliant rules, noncompliant rules, and the rules that do not have any applicable resources to evaluate upon resulting in insufficient data.</p>"
1408        }
1409      },
1410      "documentation":"<p>Provides the number of compliant and noncompliant rules within a conformance pack. Also provides the compliance status of the conformance pack and the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data.</p> <p>A conformance pack is compliant if all of the rules in a conformance packs are compliant. It is noncompliant if any of the rules are not compliant. The compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data. If some of the rules in a conformance pack are compliant but the compliance status of other rules in that same conformance pack is INSUFFICIENT_DATA, the conformance pack shows compliant.</p>"
1411    },
1412    "AggregateConformancePackComplianceCount":{
1413      "type":"structure",
1414      "members":{
1415        "CompliantConformancePackCount":{
1416          "shape":"Integer",
1417          "documentation":"<p>Number of compliant conformance packs.</p>"
1418        },
1419        "NonCompliantConformancePackCount":{
1420          "shape":"Integer",
1421          "documentation":"<p>Number of noncompliant conformance packs.</p>"
1422        }
1423      },
1424      "documentation":"<p>The number of conformance packs that are compliant and noncompliant.</p>"
1425    },
1426    "AggregateConformancePackComplianceFilters":{
1427      "type":"structure",
1428      "members":{
1429        "ConformancePackName":{
1430          "shape":"ConformancePackName",
1431          "documentation":"<p>The name of the conformance pack.</p>"
1432        },
1433        "ComplianceType":{
1434          "shape":"ConformancePackComplianceType",
1435          "documentation":"<p>The compliance status of the conformance pack.</p>"
1436        },
1437        "AccountId":{
1438          "shape":"AccountId",
1439          "documentation":"<p>The 12-digit Amazon Web Services account ID of the source account.</p>"
1440        },
1441        "AwsRegion":{
1442          "shape":"AwsRegion",
1443          "documentation":"<p>The source Amazon Web Services Region from where the data is aggregated.</p>"
1444        }
1445      },
1446      "documentation":"<p>Filters the conformance packs based on an account ID, region, compliance type, and the name of the conformance pack.</p>"
1447    },
1448    "AggregateConformancePackComplianceSummary":{
1449      "type":"structure",
1450      "members":{
1451        "ComplianceSummary":{
1452          "shape":"AggregateConformancePackComplianceCount",
1453          "documentation":"<p>Returns an <code>AggregateConformancePackComplianceCount</code> object. </p>"
1454        },
1455        "GroupName":{
1456          "shape":"StringWithCharLimit256",
1457          "documentation":"<p>Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.</p>"
1458        }
1459      },
1460      "documentation":"<p>Provides a summary of compliance based on either account ID or region. </p>"
1461    },
1462    "AggregateConformancePackComplianceSummaryFilters":{
1463      "type":"structure",
1464      "members":{
1465        "AccountId":{
1466          "shape":"AccountId",
1467          "documentation":"<p>The 12-digit Amazon Web Services account ID of the source account.</p>"
1468        },
1469        "AwsRegion":{
1470          "shape":"AwsRegion",
1471          "documentation":"<p>The source Amazon Web Services Region from where the data is aggregated.</p>"
1472        }
1473      },
1474      "documentation":"<p>Filters the results based on account ID and region. </p>"
1475    },
1476    "AggregateConformancePackComplianceSummaryGroupKey":{
1477      "type":"string",
1478      "enum":[
1479        "ACCOUNT_ID",
1480        "AWS_REGION"
1481      ]
1482    },
1483    "AggregateConformancePackComplianceSummaryList":{
1484      "type":"list",
1485      "member":{"shape":"AggregateConformancePackComplianceSummary"}
1486    },
1487    "AggregateEvaluationResult":{
1488      "type":"structure",
1489      "members":{
1490        "EvaluationResultIdentifier":{
1491          "shape":"EvaluationResultIdentifier",
1492          "documentation":"<p>Uniquely identifies the evaluation result.</p>"
1493        },
1494        "ComplianceType":{
1495          "shape":"ComplianceType",
1496          "documentation":"<p>The resource compliance status.</p> <p>For the <code>AggregationEvaluationResult</code> data type, Config supports only the <code>COMPLIANT</code> and <code>NON_COMPLIANT</code>. Config does not support the <code>NOT_APPLICABLE</code> and <code>INSUFFICIENT_DATA</code> value.</p>"
1497        },
1498        "ResultRecordedTime":{
1499          "shape":"Date",
1500          "documentation":"<p>The time when Config recorded the aggregate evaluation result.</p>"
1501        },
1502        "ConfigRuleInvokedTime":{
1503          "shape":"Date",
1504          "documentation":"<p>The time when the Config rule evaluated the Amazon Web Services resource.</p>"
1505        },
1506        "Annotation":{
1507          "shape":"StringWithCharLimit256",
1508          "documentation":"<p>Supplementary information about how the agrregate evaluation determined the compliance.</p>"
1509        },
1510        "AccountId":{
1511          "shape":"AccountId",
1512          "documentation":"<p>The 12-digit account ID of the source account.</p>"
1513        },
1514        "AwsRegion":{
1515          "shape":"AwsRegion",
1516          "documentation":"<p>The source region from where the data is aggregated.</p>"
1517        }
1518      },
1519      "documentation":"<p>The details of an Config evaluation for an account ID and region in an aggregator. Provides the Amazon Web Services resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information. </p>"
1520    },
1521    "AggregateEvaluationResultList":{
1522      "type":"list",
1523      "member":{"shape":"AggregateEvaluationResult"}
1524    },
1525    "AggregateResourceIdentifier":{
1526      "type":"structure",
1527      "required":[
1528        "SourceAccountId",
1529        "SourceRegion",
1530        "ResourceId",
1531        "ResourceType"
1532      ],
1533      "members":{
1534        "SourceAccountId":{
1535          "shape":"AccountId",
1536          "documentation":"<p>The 12-digit account ID of the source account.</p>"
1537        },
1538        "SourceRegion":{
1539          "shape":"AwsRegion",
1540          "documentation":"<p>The source region where data is aggregated.</p>"
1541        },
1542        "ResourceId":{
1543          "shape":"ResourceId",
1544          "documentation":"<p>The ID of the Amazon Web Services resource.</p>"
1545        },
1546        "ResourceType":{
1547          "shape":"ResourceType",
1548          "documentation":"<p>The type of the Amazon Web Services resource.</p>"
1549        },
1550        "ResourceName":{
1551          "shape":"ResourceName",
1552          "documentation":"<p>The name of the Amazon Web Services resource.</p>"
1553        }
1554      },
1555      "documentation":"<p>The details that identify a resource that is collected by Config aggregator, including the resource type, ID, (if available) the custom resource name, the source account, and source region.</p>"
1556    },
1557    "AggregatedSourceStatus":{
1558      "type":"structure",
1559      "members":{
1560        "SourceId":{
1561          "shape":"String",
1562          "documentation":"<p>The source account ID or an organization.</p>"
1563        },
1564        "SourceType":{
1565          "shape":"AggregatedSourceType",
1566          "documentation":"<p>The source account or an organization.</p>"
1567        },
1568        "AwsRegion":{
1569          "shape":"AwsRegion",
1570          "documentation":"<p>The region authorized to collect aggregated data.</p>"
1571        },
1572        "LastUpdateStatus":{
1573          "shape":"AggregatedSourceStatusType",
1574          "documentation":"<p>Filters the last updated status type.</p> <ul> <li> <p>Valid value FAILED indicates errors while moving data.</p> </li> <li> <p>Valid value SUCCEEDED indicates the data was successfully moved.</p> </li> <li> <p>Valid value OUTDATED indicates the data is not the most recent.</p> </li> </ul>"
1575        },
1576        "LastUpdateTime":{
1577          "shape":"Date",
1578          "documentation":"<p>The time of the last update.</p>"
1579        },
1580        "LastErrorCode":{
1581          "shape":"String",
1582          "documentation":"<p>The error code that Config returned when the source account aggregation last failed.</p>"
1583        },
1584        "LastErrorMessage":{
1585          "shape":"String",
1586          "documentation":"<p>The message indicating that the source account aggregation failed due to an error.</p>"
1587        }
1588      },
1589      "documentation":"<p>The current sync status between the source and the aggregator account.</p>"
1590    },
1591    "AggregatedSourceStatusList":{
1592      "type":"list",
1593      "member":{"shape":"AggregatedSourceStatus"}
1594    },
1595    "AggregatedSourceStatusType":{
1596      "type":"string",
1597      "enum":[
1598        "FAILED",
1599        "SUCCEEDED",
1600        "OUTDATED"
1601      ]
1602    },
1603    "AggregatedSourceStatusTypeList":{
1604      "type":"list",
1605      "member":{"shape":"AggregatedSourceStatusType"},
1606      "min":1
1607    },
1608    "AggregatedSourceType":{
1609      "type":"string",
1610      "enum":[
1611        "ACCOUNT",
1612        "ORGANIZATION"
1613      ]
1614    },
1615    "AggregationAuthorization":{
1616      "type":"structure",
1617      "members":{
1618        "AggregationAuthorizationArn":{
1619          "shape":"String",
1620          "documentation":"<p>The Amazon Resource Name (ARN) of the aggregation object.</p>"
1621        },
1622        "AuthorizedAccountId":{
1623          "shape":"AccountId",
1624          "documentation":"<p>The 12-digit account ID of the account authorized to aggregate data.</p>"
1625        },
1626        "AuthorizedAwsRegion":{
1627          "shape":"AwsRegion",
1628          "documentation":"<p>The region authorized to collect aggregated data.</p>"
1629        },
1630        "CreationTime":{
1631          "shape":"Date",
1632          "documentation":"<p>The time stamp when the aggregation authorization was created.</p>"
1633        }
1634      },
1635      "documentation":"<p>An object that represents the authorizations granted to aggregator accounts and regions.</p>"
1636    },
1637    "AggregationAuthorizationList":{
1638      "type":"list",
1639      "member":{"shape":"AggregationAuthorization"}
1640    },
1641    "AggregatorRegionList":{
1642      "type":"list",
1643      "member":{"shape":"String"},
1644      "min":1
1645    },
1646    "AllSupported":{"type":"boolean"},
1647    "AmazonResourceName":{
1648      "type":"string",
1649      "max":1000,
1650      "min":1
1651    },
1652    "Annotation":{
1653      "type":"string",
1654      "max":256,
1655      "min":0
1656    },
1657    "AutoRemediationAttemptSeconds":{
1658      "type":"long",
1659      "box":true,
1660      "max":2678000,
1661      "min":1
1662    },
1663    "AutoRemediationAttempts":{
1664      "type":"integer",
1665      "box":true,
1666      "max":25,
1667      "min":1
1668    },
1669    "AvailabilityZone":{"type":"string"},
1670    "AwsRegion":{
1671      "type":"string",
1672      "max":64,
1673      "min":1
1674    },
1675    "BaseConfigurationItem":{
1676      "type":"structure",
1677      "members":{
1678        "version":{
1679          "shape":"Version",
1680          "documentation":"<p>The version number of the resource configuration.</p>"
1681        },
1682        "accountId":{
1683          "shape":"AccountId",
1684          "documentation":"<p>The 12-digit Amazon Web Services account ID associated with the resource.</p>"
1685        },
1686        "configurationItemCaptureTime":{
1687          "shape":"ConfigurationItemCaptureTime",
1688          "documentation":"<p>The time when the configuration recording was initiated.</p>"
1689        },
1690        "configurationItemStatus":{
1691          "shape":"ConfigurationItemStatus",
1692          "documentation":"<p>The configuration item status. The valid values are:</p> <ul> <li> <p>OK – The resource configuration has been updated</p> </li> <li> <p>ResourceDiscovered – The resource was newly discovered</p> </li> <li> <p>ResourceNotRecorded – The resource was discovered but its configuration was not recorded since the recorder excludes the recording of resources of this type</p> </li> <li> <p>ResourceDeleted – The resource was deleted</p> </li> <li> <p>ResourceDeletedNotRecorded – The resource was deleted but its configuration was not recorded since the recorder excludes the recording of resources of this type</p> </li> </ul> <note> <p>The CIs do not incur any cost.</p> </note>"
1693        },
1694        "configurationStateId":{
1695          "shape":"ConfigurationStateId",
1696          "documentation":"<p>An identifier that indicates the ordering of the configuration items of a resource.</p>"
1697        },
1698        "arn":{
1699          "shape":"ARN",
1700          "documentation":"<p>The Amazon Resource Name (ARN) of the resource.</p>"
1701        },
1702        "resourceType":{
1703          "shape":"ResourceType",
1704          "documentation":"<p>The type of Amazon Web Services resource.</p>"
1705        },
1706        "resourceId":{
1707          "shape":"ResourceId",
1708          "documentation":"<p>The ID of the resource (for example., sg-xxxxxx).</p>"
1709        },
1710        "resourceName":{
1711          "shape":"ResourceName",
1712          "documentation":"<p>The custom name of the resource, if available.</p>"
1713        },
1714        "awsRegion":{
1715          "shape":"AwsRegion",
1716          "documentation":"<p>The region where the resource resides.</p>"
1717        },
1718        "availabilityZone":{
1719          "shape":"AvailabilityZone",
1720          "documentation":"<p>The Availability Zone associated with the resource.</p>"
1721        },
1722        "resourceCreationTime":{
1723          "shape":"ResourceCreationTime",
1724          "documentation":"<p>The time stamp when the resource was created.</p>"
1725        },
1726        "configuration":{
1727          "shape":"Configuration",
1728          "documentation":"<p>The description of the resource configuration.</p>"
1729        },
1730        "supplementaryConfiguration":{
1731          "shape":"SupplementaryConfiguration",
1732          "documentation":"<p>Configuration attributes that Config returns for certain resource types to supplement the information returned for the configuration parameter.</p>"
1733        }
1734      },
1735      "documentation":"<p>The detailed configuration of a specified resource.</p>"
1736    },
1737    "BaseConfigurationItems":{
1738      "type":"list",
1739      "member":{"shape":"BaseConfigurationItem"}
1740    },
1741    "BaseResourceId":{
1742      "type":"string",
1743      "max":768,
1744      "min":1
1745    },
1746    "BatchGetAggregateResourceConfigRequest":{
1747      "type":"structure",
1748      "required":[
1749        "ConfigurationAggregatorName",
1750        "ResourceIdentifiers"
1751      ],
1752      "members":{
1753        "ConfigurationAggregatorName":{
1754          "shape":"ConfigurationAggregatorName",
1755          "documentation":"<p>The name of the configuration aggregator.</p>"
1756        },
1757        "ResourceIdentifiers":{
1758          "shape":"ResourceIdentifiersList",
1759          "documentation":"<p>A list of aggregate ResourceIdentifiers objects. </p>"
1760        }
1761      }
1762    },
1763    "BatchGetAggregateResourceConfigResponse":{
1764      "type":"structure",
1765      "members":{
1766        "BaseConfigurationItems":{
1767          "shape":"BaseConfigurationItems",
1768          "documentation":"<p>A list that contains the current configuration of one or more resources.</p>"
1769        },
1770        "UnprocessedResourceIdentifiers":{
1771          "shape":"UnprocessedResourceIdentifierList",
1772          "documentation":"<p>A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.</p>"
1773        }
1774      }
1775    },
1776    "BatchGetResourceConfigRequest":{
1777      "type":"structure",
1778      "required":["resourceKeys"],
1779      "members":{
1780        "resourceKeys":{
1781          "shape":"ResourceKeys",
1782          "documentation":"<p>A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.</p>"
1783        }
1784      }
1785    },
1786    "BatchGetResourceConfigResponse":{
1787      "type":"structure",
1788      "members":{
1789        "baseConfigurationItems":{
1790          "shape":"BaseConfigurationItems",
1791          "documentation":"<p>A list that contains the current configuration of one or more resources.</p>"
1792        },
1793        "unprocessedResourceKeys":{
1794          "shape":"ResourceKeys",
1795          "documentation":"<p>A list of resource keys that were not processed with the current response. The unprocessesResourceKeys value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an empty unprocessedResourceKeys list. </p>"
1796        }
1797      }
1798    },
1799    "Boolean":{"type":"boolean"},
1800    "ChannelName":{
1801      "type":"string",
1802      "max":256,
1803      "min":1
1804    },
1805    "ChronologicalOrder":{
1806      "type":"string",
1807      "enum":[
1808        "Reverse",
1809        "Forward"
1810      ]
1811    },
1812    "Compliance":{
1813      "type":"structure",
1814      "members":{
1815        "ComplianceType":{
1816          "shape":"ComplianceType",
1817          "documentation":"<p>Indicates whether an Amazon Web Services resource or Config rule is compliant.</p> <p>A resource is compliant if it complies with all of the Config rules that evaluate it. A resource is noncompliant if it does not comply with one or more of these rules.</p> <p>A rule is compliant if all of the resources that the rule evaluates comply with it. A rule is noncompliant if any of these resources do not comply.</p> <p>Config returns the <code>INSUFFICIENT_DATA</code> value when no evaluation results are available for the Amazon Web Services resource or Config rule.</p> <p>For the <code>Compliance</code> data type, Config supports only <code>COMPLIANT</code>, <code>NON_COMPLIANT</code>, and <code>INSUFFICIENT_DATA</code> values. Config does not support the <code>NOT_APPLICABLE</code> value for the <code>Compliance</code> data type.</p>"
1818        },
1819        "ComplianceContributorCount":{
1820          "shape":"ComplianceContributorCount",
1821          "documentation":"<p>The number of Amazon Web Services resources or Config rules that cause a result of <code>NON_COMPLIANT</code>, up to a maximum number.</p>"
1822        }
1823      },
1824      "documentation":"<p>Indicates whether an Amazon Web Services resource or Config rule is compliant and provides the number of contributors that affect the compliance.</p>"
1825    },
1826    "ComplianceByConfigRule":{
1827      "type":"structure",
1828      "members":{
1829        "ConfigRuleName":{
1830          "shape":"StringWithCharLimit64",
1831          "documentation":"<p>The name of the Config rule.</p>"
1832        },
1833        "Compliance":{
1834          "shape":"Compliance",
1835          "documentation":"<p>Indicates whether the Config rule is compliant.</p>"
1836        }
1837      },
1838      "documentation":"<p>Indicates whether an Config rule is compliant. A rule is compliant if all of the resources that the rule evaluated comply with it. A rule is noncompliant if any of these resources do not comply.</p>"
1839    },
1840    "ComplianceByConfigRules":{
1841      "type":"list",
1842      "member":{"shape":"ComplianceByConfigRule"}
1843    },
1844    "ComplianceByResource":{
1845      "type":"structure",
1846      "members":{
1847        "ResourceType":{
1848          "shape":"StringWithCharLimit256",
1849          "documentation":"<p>The type of the Amazon Web Services resource that was evaluated.</p>"
1850        },
1851        "ResourceId":{
1852          "shape":"BaseResourceId",
1853          "documentation":"<p>The ID of the Amazon Web Services resource that was evaluated.</p>"
1854        },
1855        "Compliance":{
1856          "shape":"Compliance",
1857          "documentation":"<p>Indicates whether the Amazon Web Services resource complies with all of the Config rules that evaluated it.</p>"
1858        }
1859      },
1860      "documentation":"<p>Indicates whether an Amazon Web Services resource that is evaluated according to one or more Config rules is compliant. A resource is compliant if it complies with all of the rules that evaluate it. A resource is noncompliant if it does not comply with one or more of these rules.</p>"
1861    },
1862    "ComplianceByResources":{
1863      "type":"list",
1864      "member":{"shape":"ComplianceByResource"}
1865    },
1866    "ComplianceContributorCount":{
1867      "type":"structure",
1868      "members":{
1869        "CappedCount":{
1870          "shape":"Integer",
1871          "documentation":"<p>The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item.</p>"
1872        },
1873        "CapExceeded":{
1874          "shape":"Boolean",
1875          "documentation":"<p>Indicates whether the maximum count is reached.</p>"
1876        }
1877      },
1878      "documentation":"<p>The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item, up to a maximum number.</p>"
1879    },
1880    "ComplianceResourceTypes":{
1881      "type":"list",
1882      "member":{"shape":"StringWithCharLimit256"},
1883      "max":100,
1884      "min":0
1885    },
1886    "ComplianceSummariesByResourceType":{
1887      "type":"list",
1888      "member":{"shape":"ComplianceSummaryByResourceType"}
1889    },
1890    "ComplianceSummary":{
1891      "type":"structure",
1892      "members":{
1893        "CompliantResourceCount":{
1894          "shape":"ComplianceContributorCount",
1895          "documentation":"<p>The number of Config rules or Amazon Web Services resources that are compliant, up to a maximum of 25 for rules and 100 for resources.</p>"
1896        },
1897        "NonCompliantResourceCount":{
1898          "shape":"ComplianceContributorCount",
1899          "documentation":"<p>The number of Config rules or Amazon Web Services resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.</p>"
1900        },
1901        "ComplianceSummaryTimestamp":{
1902          "shape":"Date",
1903          "documentation":"<p>The time that Config created the compliance summary.</p>"
1904        }
1905      },
1906      "documentation":"<p>The number of Config rules or Amazon Web Services resources that are compliant and noncompliant.</p>"
1907    },
1908    "ComplianceSummaryByResourceType":{
1909      "type":"structure",
1910      "members":{
1911        "ResourceType":{
1912          "shape":"StringWithCharLimit256",
1913          "documentation":"<p>The type of Amazon Web Services resource.</p>"
1914        },
1915        "ComplianceSummary":{
1916          "shape":"ComplianceSummary",
1917          "documentation":"<p>The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for each.</p>"
1918        }
1919      },
1920      "documentation":"<p>The number of Amazon Web Services resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each.</p>"
1921    },
1922    "ComplianceType":{
1923      "type":"string",
1924      "enum":[
1925        "COMPLIANT",
1926        "NON_COMPLIANT",
1927        "NOT_APPLICABLE",
1928        "INSUFFICIENT_DATA"
1929      ]
1930    },
1931    "ComplianceTypes":{
1932      "type":"list",
1933      "member":{"shape":"ComplianceType"},
1934      "max":3,
1935      "min":0
1936    },
1937    "ConfigExportDeliveryInfo":{
1938      "type":"structure",
1939      "members":{
1940        "lastStatus":{
1941          "shape":"DeliveryStatus",
1942          "documentation":"<p>Status of the last attempted delivery.</p>"
1943        },
1944        "lastErrorCode":{
1945          "shape":"String",
1946          "documentation":"<p>The error code from the last attempted delivery.</p>"
1947        },
1948        "lastErrorMessage":{
1949          "shape":"String",
1950          "documentation":"<p>The error message from the last attempted delivery.</p>"
1951        },
1952        "lastAttemptTime":{
1953          "shape":"Date",
1954          "documentation":"<p>The time of the last attempted delivery.</p>"
1955        },
1956        "lastSuccessfulTime":{
1957          "shape":"Date",
1958          "documentation":"<p>The time of the last successful delivery.</p>"
1959        },
1960        "nextDeliveryTime":{
1961          "shape":"Date",
1962          "documentation":"<p>The time that the next delivery occurs.</p>"
1963        }
1964      },
1965      "documentation":"<p>Provides status of the delivery of the snapshot or the configuration history to the specified Amazon S3 bucket. Also provides the status of notifications about the Amazon S3 delivery to the specified Amazon SNS topic.</p>"
1966    },
1967    "ConfigRule":{
1968      "type":"structure",
1969      "required":["Source"],
1970      "members":{
1971        "ConfigRuleName":{
1972          "shape":"ConfigRuleName",
1973          "documentation":"<p>The name that you assign to the Config rule. The name is required if you are adding a new rule.</p>"
1974        },
1975        "ConfigRuleArn":{
1976          "shape":"StringWithCharLimit256",
1977          "documentation":"<p>The Amazon Resource Name (ARN) of the Config rule.</p>"
1978        },
1979        "ConfigRuleId":{
1980          "shape":"StringWithCharLimit64",
1981          "documentation":"<p>The ID of the Config rule.</p>"
1982        },
1983        "Description":{
1984          "shape":"EmptiableStringWithCharLimit256",
1985          "documentation":"<p>The description that you provide for the Config rule.</p>"
1986        },
1987        "Scope":{
1988          "shape":"Scope",
1989          "documentation":"<p>Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.</p> <note> <p>The scope can be empty. </p> </note>"
1990        },
1991        "Source":{
1992          "shape":"Source",
1993          "documentation":"<p>Provides the rule owner (Amazon Web Services or customer), the rule identifier, and the notifications that cause the function to evaluate your Amazon Web Services resources.</p>"
1994        },
1995        "InputParameters":{
1996          "shape":"StringWithCharLimit1024",
1997          "documentation":"<p>A string, in JSON format, that is passed to the Config rule Lambda function.</p>"
1998        },
1999        "MaximumExecutionFrequency":{
2000          "shape":"MaximumExecutionFrequency",
2001          "documentation":"<p>The maximum frequency with which Config runs evaluations for a rule. You can specify a value for <code>MaximumExecutionFrequency</code> when:</p> <ul> <li> <p>You are using an Config managed rule that is triggered at a periodic frequency.</p> </li> <li> <p>Your custom rule is triggered when Config delivers the configuration snapshot. For more information, see <a>ConfigSnapshotDeliveryProperties</a>.</p> </li> </ul> <note> <p>By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the <code>MaximumExecutionFrequency</code> parameter.</p> </note>"
2002        },
2003        "ConfigRuleState":{
2004          "shape":"ConfigRuleState",
2005          "documentation":"<p>Indicates whether the Config rule is active or is currently being deleted by Config. It can also indicate the evaluation status for the Config rule.</p> <p>Config sets the state of the rule to <code>EVALUATING</code> temporarily after you use the <code>StartConfigRulesEvaluation</code> request to evaluate your resources against the Config rule.</p> <p>Config sets the state of the rule to <code>DELETING_RESULTS</code> temporarily after you use the <code>DeleteEvaluationResults</code> request to delete the current evaluation results for the Config rule.</p> <p>Config temporarily sets the state of a rule to <code>DELETING</code> after you use the <code>DeleteConfigRule</code> request to delete the rule. After Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.</p>"
2006        },
2007        "CreatedBy":{
2008          "shape":"StringWithCharLimit256",
2009          "documentation":"<p>Service principal name of the service that created the rule.</p> <note> <p>The field is populated only if the service linked rule is created by a service. The field is empty if you create your own rule.</p> </note>"
2010        }
2011      },
2012      "documentation":"<p>An Config rule represents an Lambda function that you create for a custom rule or a predefined function for an Config managed rule. The function evaluates configuration items to assess whether your Amazon Web Services resources comply with your desired configurations. This function can run when Config detects a configuration change to an Amazon Web Services resource and at a periodic frequency that you choose (for example, every 24 hours).</p> <note> <p>You can use the Amazon Web Services CLI and Amazon Web Services SDKs if you want to create a rule that triggers evaluations for your resources when Config delivers the configuration snapshot. For more information, see <a>ConfigSnapshotDeliveryProperties</a>.</p> </note> <p>For more information about developing and using Config rules, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html\">Evaluating Amazon Web Services resource Configurations with Config</a> in the <i>Config Developer Guide</i>.</p>"
2013    },
2014    "ConfigRuleComplianceFilters":{
2015      "type":"structure",
2016      "members":{
2017        "ConfigRuleName":{
2018          "shape":"ConfigRuleName",
2019          "documentation":"<p>The name of the Config rule.</p>"
2020        },
2021        "ComplianceType":{
2022          "shape":"ComplianceType",
2023          "documentation":"<p>The rule compliance status.</p> <p>For the <code>ConfigRuleComplianceFilters</code> data type, Config supports only <code>COMPLIANT</code> and <code>NON_COMPLIANT</code>. Config does not support the <code>NOT_APPLICABLE</code> and the <code>INSUFFICIENT_DATA</code> values.</p>"
2024        },
2025        "AccountId":{
2026          "shape":"AccountId",
2027          "documentation":"<p>The 12-digit account ID of the source account. </p>"
2028        },
2029        "AwsRegion":{
2030          "shape":"AwsRegion",
2031          "documentation":"<p>The source region where the data is aggregated. </p>"
2032        }
2033      },
2034      "documentation":"<p>Filters the compliance results based on account ID, region, compliance type, and rule name.</p>"
2035    },
2036    "ConfigRuleComplianceSummaryFilters":{
2037      "type":"structure",
2038      "members":{
2039        "AccountId":{
2040          "shape":"AccountId",
2041          "documentation":"<p>The 12-digit account ID of the source account.</p>"
2042        },
2043        "AwsRegion":{
2044          "shape":"AwsRegion",
2045          "documentation":"<p>The source region where the data is aggregated.</p>"
2046        }
2047      },
2048      "documentation":"<p>Filters the results based on the account IDs and regions.</p>"
2049    },
2050    "ConfigRuleComplianceSummaryGroupKey":{
2051      "type":"string",
2052      "enum":[
2053        "ACCOUNT_ID",
2054        "AWS_REGION"
2055      ]
2056    },
2057    "ConfigRuleEvaluationStatus":{
2058      "type":"structure",
2059      "members":{
2060        "ConfigRuleName":{
2061          "shape":"ConfigRuleName",
2062          "documentation":"<p>The name of the Config rule.</p>"
2063        },
2064        "ConfigRuleArn":{
2065          "shape":"String",
2066          "documentation":"<p>The Amazon Resource Name (ARN) of the Config rule.</p>"
2067        },
2068        "ConfigRuleId":{
2069          "shape":"String",
2070          "documentation":"<p>The ID of the Config rule.</p>"
2071        },
2072        "LastSuccessfulInvocationTime":{
2073          "shape":"Date",
2074          "documentation":"<p>The time that Config last successfully invoked the Config rule to evaluate your Amazon Web Services resources.</p>"
2075        },
2076        "LastFailedInvocationTime":{
2077          "shape":"Date",
2078          "documentation":"<p>The time that Config last failed to invoke the Config rule to evaluate your Amazon Web Services resources.</p>"
2079        },
2080        "LastSuccessfulEvaluationTime":{
2081          "shape":"Date",
2082          "documentation":"<p>The time that Config last successfully evaluated your Amazon Web Services resources against the rule.</p>"
2083        },
2084        "LastFailedEvaluationTime":{
2085          "shape":"Date",
2086          "documentation":"<p>The time that Config last failed to evaluate your Amazon Web Services resources against the rule.</p>"
2087        },
2088        "FirstActivatedTime":{
2089          "shape":"Date",
2090          "documentation":"<p>The time that you first activated the Config rule.</p>"
2091        },
2092        "LastDeactivatedTime":{
2093          "shape":"Date",
2094          "documentation":"<p>The time that you last turned off the Config rule.</p>"
2095        },
2096        "LastErrorCode":{
2097          "shape":"String",
2098          "documentation":"<p>The error code that Config returned when the rule last failed.</p>"
2099        },
2100        "LastErrorMessage":{
2101          "shape":"String",
2102          "documentation":"<p>The error message that Config returned when the rule last failed.</p>"
2103        },
2104        "FirstEvaluationStarted":{
2105          "shape":"Boolean",
2106          "documentation":"<p>Indicates whether Config has evaluated your resources against the rule at least once.</p> <ul> <li> <p> <code>true</code> - Config has evaluated your Amazon Web Services resources against the rule at least once.</p> </li> <li> <p> <code>false</code> - Config has not once finished evaluating your Amazon Web Services resources against the rule.</p> </li> </ul>"
2107        }
2108      },
2109      "documentation":"<p>Status information for your Config managed rules. The status includes information such as the last time the rule ran, the last time it failed, and the related error for the last failure.</p> <p>This action does not return status information about custom Config rules.</p>"
2110    },
2111    "ConfigRuleEvaluationStatusList":{
2112      "type":"list",
2113      "member":{"shape":"ConfigRuleEvaluationStatus"}
2114    },
2115    "ConfigRuleName":{
2116      "type":"string",
2117      "max":128,
2118      "min":1,
2119      "pattern":".*\\S.*"
2120    },
2121    "ConfigRuleNames":{
2122      "type":"list",
2123      "member":{"shape":"ConfigRuleName"},
2124      "max":25,
2125      "min":0
2126    },
2127    "ConfigRuleState":{
2128      "type":"string",
2129      "enum":[
2130        "ACTIVE",
2131        "DELETING",
2132        "DELETING_RESULTS",
2133        "EVALUATING"
2134      ]
2135    },
2136    "ConfigRules":{
2137      "type":"list",
2138      "member":{"shape":"ConfigRule"}
2139    },
2140    "ConfigSnapshotDeliveryProperties":{
2141      "type":"structure",
2142      "members":{
2143        "deliveryFrequency":{
2144          "shape":"MaximumExecutionFrequency",
2145          "documentation":"<p>The frequency with which Config delivers configuration snapshots.</p>"
2146        }
2147      },
2148      "documentation":"<p>Provides options for how often Config delivers configuration snapshots to the Amazon S3 bucket in your delivery channel.</p> <p>The frequency for a rule that triggers evaluations for your resources when Config delivers the configuration snapshot is set by one of two values, depending on which is less frequent:</p> <ul> <li> <p>The value for the <code>deliveryFrequency</code> parameter within the delivery channel configuration, which sets how often Config delivers configuration snapshots. This value also sets how often Config invokes evaluations for Config rules.</p> </li> <li> <p>The value for the <code>MaximumExecutionFrequency</code> parameter, which sets the maximum frequency with which Config invokes evaluations for the rule. For more information, see <a>ConfigRule</a>.</p> </li> </ul> <p>If the <code>deliveryFrequency</code> value is less frequent than the <code>MaximumExecutionFrequency</code> value for a rule, Config invokes the rule only as often as the <code>deliveryFrequency</code> value.</p> <ol> <li> <p>For example, you want your rule to run evaluations when Config delivers the configuration snapshot.</p> </li> <li> <p>You specify the <code>MaximumExecutionFrequency</code> value for <code>Six_Hours</code>. </p> </li> <li> <p>You then specify the delivery channel <code>deliveryFrequency</code> value for <code>TwentyFour_Hours</code>.</p> </li> <li> <p>Because the value for <code>deliveryFrequency</code> is less frequent than <code>MaximumExecutionFrequency</code>, Config invokes evaluations for the rule every 24 hours. </p> </li> </ol> <p>You should set the <code>MaximumExecutionFrequency</code> value to be at least as frequent as the <code>deliveryFrequency</code> value. You can view the <code>deliveryFrequency</code> value by using the <code>DescribeDeliveryChannnels</code> action.</p> <p>To update the <code>deliveryFrequency</code> with which Config delivers your configuration snapshots, use the <code>PutDeliveryChannel</code> action.</p>"
2149    },
2150    "ConfigStreamDeliveryInfo":{
2151      "type":"structure",
2152      "members":{
2153        "lastStatus":{
2154          "shape":"DeliveryStatus",
2155          "documentation":"<p>Status of the last attempted delivery.</p> <p> <b>Note</b> Providing an SNS topic on a <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_DeliveryChannel.html\">DeliveryChannel</a> for Config is optional. If the SNS delivery is turned off, the last status will be <b>Not_Applicable</b>.</p>"
2156        },
2157        "lastErrorCode":{
2158          "shape":"String",
2159          "documentation":"<p>The error code from the last attempted delivery.</p>"
2160        },
2161        "lastErrorMessage":{
2162          "shape":"String",
2163          "documentation":"<p>The error message from the last attempted delivery.</p>"
2164        },
2165        "lastStatusChangeTime":{
2166          "shape":"Date",
2167          "documentation":"<p>The time from the last status change.</p>"
2168        }
2169      },
2170      "documentation":"<p>A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.</p>"
2171    },
2172    "Configuration":{"type":"string"},
2173    "ConfigurationAggregator":{
2174      "type":"structure",
2175      "members":{
2176        "ConfigurationAggregatorName":{
2177          "shape":"ConfigurationAggregatorName",
2178          "documentation":"<p>The name of the aggregator.</p>"
2179        },
2180        "ConfigurationAggregatorArn":{
2181          "shape":"ConfigurationAggregatorArn",
2182          "documentation":"<p>The Amazon Resource Name (ARN) of the aggregator.</p>"
2183        },
2184        "AccountAggregationSources":{
2185          "shape":"AccountAggregationSourceList",
2186          "documentation":"<p>Provides a list of source accounts and regions to be aggregated.</p>"
2187        },
2188        "OrganizationAggregationSource":{
2189          "shape":"OrganizationAggregationSource",
2190          "documentation":"<p>Provides an organization and list of regions to be aggregated.</p>"
2191        },
2192        "CreationTime":{
2193          "shape":"Date",
2194          "documentation":"<p>The time stamp when the configuration aggregator was created.</p>"
2195        },
2196        "LastUpdatedTime":{
2197          "shape":"Date",
2198          "documentation":"<p>The time of the last update.</p>"
2199        },
2200        "CreatedBy":{
2201          "shape":"StringWithCharLimit256",
2202          "documentation":"<p>Amazon Web Services service that created the configuration aggregator.</p>"
2203        }
2204      },
2205      "documentation":"<p>The details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator. </p>"
2206    },
2207    "ConfigurationAggregatorArn":{
2208      "type":"string",
2209      "pattern":"arn:aws[a-z\\-]*:config:[a-z\\-\\d]+:\\d+:config-aggregator/config-aggregator-[a-z\\d]+"
2210    },
2211    "ConfigurationAggregatorList":{
2212      "type":"list",
2213      "member":{"shape":"ConfigurationAggregator"}
2214    },
2215    "ConfigurationAggregatorName":{
2216      "type":"string",
2217      "max":256,
2218      "min":1,
2219      "pattern":"[\\w\\-]+"
2220    },
2221    "ConfigurationAggregatorNameList":{
2222      "type":"list",
2223      "member":{"shape":"ConfigurationAggregatorName"},
2224      "max":10,
2225      "min":0
2226    },
2227    "ConfigurationItem":{
2228      "type":"structure",
2229      "members":{
2230        "version":{
2231          "shape":"Version",
2232          "documentation":"<p>The version number of the resource configuration.</p>"
2233        },
2234        "accountId":{
2235          "shape":"AccountId",
2236          "documentation":"<p>The 12-digit Amazon Web Services account ID associated with the resource.</p>"
2237        },
2238        "configurationItemCaptureTime":{
2239          "shape":"ConfigurationItemCaptureTime",
2240          "documentation":"<p>The time when the configuration recording was initiated.</p>"
2241        },
2242        "configurationItemStatus":{
2243          "shape":"ConfigurationItemStatus",
2244          "documentation":"<p>The configuration item status. The valid values are:</p> <ul> <li> <p>OK – The resource configuration has been updated</p> </li> <li> <p>ResourceDiscovered – The resource was newly discovered</p> </li> <li> <p>ResourceNotRecorded – The resource was discovered but its configuration was not recorded since the recorder excludes the recording of resources of this type</p> </li> <li> <p>ResourceDeleted – The resource was deleted</p> </li> <li> <p>ResourceDeletedNotRecorded – The resource was deleted but its configuration was not recorded since the recorder excludes the recording of resources of this type</p> </li> </ul> <note> <p>The CIs do not incur any cost.</p> </note>"
2245        },
2246        "configurationStateId":{
2247          "shape":"ConfigurationStateId",
2248          "documentation":"<p>An identifier that indicates the ordering of the configuration items of a resource.</p>"
2249        },
2250        "configurationItemMD5Hash":{
2251          "shape":"ConfigurationItemMD5Hash",
2252          "documentation":"<p>Unique MD5 hash that represents the configuration item's state.</p> <p>You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.</p>"
2253        },
2254        "arn":{
2255          "shape":"ARN",
2256          "documentation":"<p>Amazon Resource Name (ARN) associated with the resource.</p>"
2257        },
2258        "resourceType":{
2259          "shape":"ResourceType",
2260          "documentation":"<p>The type of Amazon Web Services resource.</p>"
2261        },
2262        "resourceId":{
2263          "shape":"ResourceId",
2264          "documentation":"<p>The ID of the resource (for example, <code>sg-xxxxxx</code>).</p>"
2265        },
2266        "resourceName":{
2267          "shape":"ResourceName",
2268          "documentation":"<p>The custom name of the resource, if available.</p>"
2269        },
2270        "awsRegion":{
2271          "shape":"AwsRegion",
2272          "documentation":"<p>The region where the resource resides.</p>"
2273        },
2274        "availabilityZone":{
2275          "shape":"AvailabilityZone",
2276          "documentation":"<p>The Availability Zone associated with the resource.</p>"
2277        },
2278        "resourceCreationTime":{
2279          "shape":"ResourceCreationTime",
2280          "documentation":"<p>The time stamp when the resource was created.</p>"
2281        },
2282        "tags":{
2283          "shape":"Tags",
2284          "documentation":"<p>A mapping of key value tags associated with the resource.</p>"
2285        },
2286        "relatedEvents":{
2287          "shape":"RelatedEventList",
2288          "documentation":"<p>A list of CloudTrail event IDs.</p> <p>A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html\">What Is CloudTrail</a>.</p> <p>An empty field indicates that the current configuration was not initiated by any event. As of Version 1.3, the relatedEvents field is empty. You can access the <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_LookupEvents.html\">LookupEvents API</a> in the <i>CloudTrail API Reference</i> to retrieve the events for the resource.</p>"
2289        },
2290        "relationships":{
2291          "shape":"RelationshipList",
2292          "documentation":"<p>A list of related Amazon Web Services resources.</p>"
2293        },
2294        "configuration":{
2295          "shape":"Configuration",
2296          "documentation":"<p>The description of the resource configuration.</p>"
2297        },
2298        "supplementaryConfiguration":{
2299          "shape":"SupplementaryConfiguration",
2300          "documentation":"<p>Configuration attributes that Config returns for certain resource types to supplement the information returned for the <code>configuration</code> parameter.</p>"
2301        }
2302      },
2303      "documentation":"<p>A list that contains detailed configurations of a specified resource.</p>"
2304    },
2305    "ConfigurationItemCaptureTime":{"type":"timestamp"},
2306    "ConfigurationItemList":{
2307      "type":"list",
2308      "member":{"shape":"ConfigurationItem"}
2309    },
2310    "ConfigurationItemMD5Hash":{"type":"string"},
2311    "ConfigurationItemStatus":{
2312      "type":"string",
2313      "enum":[
2314        "OK",
2315        "ResourceDiscovered",
2316        "ResourceNotRecorded",
2317        "ResourceDeleted",
2318        "ResourceDeletedNotRecorded"
2319      ]
2320    },
2321    "ConfigurationRecorder":{
2322      "type":"structure",
2323      "members":{
2324        "name":{
2325          "shape":"RecorderName",
2326          "documentation":"<p>The name of the recorder. By default, Config automatically assigns the name \"default\" when creating the configuration recorder. You cannot change the assigned name.</p>"
2327        },
2328        "roleARN":{
2329          "shape":"String",
2330          "documentation":"<p>Amazon Resource Name (ARN) of the IAM role used to describe the Amazon Web Services resources associated with the account.</p>"
2331        },
2332        "recordingGroup":{
2333          "shape":"RecordingGroup",
2334          "documentation":"<p>Specifies the types of Amazon Web Services resources for which Config records configuration changes.</p>"
2335        }
2336      },
2337      "documentation":"<p>An object that represents the recording of configuration changes of an Amazon Web Services resource.</p>"
2338    },
2339    "ConfigurationRecorderList":{
2340      "type":"list",
2341      "member":{"shape":"ConfigurationRecorder"}
2342    },
2343    "ConfigurationRecorderNameList":{
2344      "type":"list",
2345      "member":{"shape":"RecorderName"}
2346    },
2347    "ConfigurationRecorderStatus":{
2348      "type":"structure",
2349      "members":{
2350        "name":{
2351          "shape":"String",
2352          "documentation":"<p>The name of the configuration recorder.</p>"
2353        },
2354        "lastStartTime":{
2355          "shape":"Date",
2356          "documentation":"<p>The time the recorder was last started.</p>"
2357        },
2358        "lastStopTime":{
2359          "shape":"Date",
2360          "documentation":"<p>The time the recorder was last stopped.</p>"
2361        },
2362        "recording":{
2363          "shape":"Boolean",
2364          "documentation":"<p>Specifies whether or not the recorder is currently recording.</p>"
2365        },
2366        "lastStatus":{
2367          "shape":"RecorderStatus",
2368          "documentation":"<p>The last (previous) status of the recorder.</p>"
2369        },
2370        "lastErrorCode":{
2371          "shape":"String",
2372          "documentation":"<p>The error code indicating that the recording failed.</p>"
2373        },
2374        "lastErrorMessage":{
2375          "shape":"String",
2376          "documentation":"<p>The message indicating that the recording failed due to an error.</p>"
2377        },
2378        "lastStatusChangeTime":{
2379          "shape":"Date",
2380          "documentation":"<p>The time when the status was last changed.</p>"
2381        }
2382      },
2383      "documentation":"<p>The current status of the configuration recorder.</p>"
2384    },
2385    "ConfigurationRecorderStatusList":{
2386      "type":"list",
2387      "member":{"shape":"ConfigurationRecorderStatus"}
2388    },
2389    "ConfigurationStateId":{"type":"string"},
2390    "ConformancePackArn":{
2391      "type":"string",
2392      "max":2048,
2393      "min":1
2394    },
2395    "ConformancePackComplianceFilters":{
2396      "type":"structure",
2397      "members":{
2398        "ConfigRuleNames":{
2399          "shape":"ConformancePackConfigRuleNames",
2400          "documentation":"<p>Filters the results by Config rule names.</p>"
2401        },
2402        "ComplianceType":{
2403          "shape":"ConformancePackComplianceType",
2404          "documentation":"<p>Filters the results by compliance.</p> <p>The allowed values are <code>COMPLIANT</code> and <code>NON_COMPLIANT</code>. <code>INSUFFICIENT_DATA</code> is not supported.</p>"
2405        }
2406      },
2407      "documentation":"<p>Filters the conformance pack by compliance types and Config rule names.</p>"
2408    },
2409    "ConformancePackComplianceResourceIds":{
2410      "type":"list",
2411      "member":{"shape":"StringWithCharLimit256"},
2412      "max":5,
2413      "min":0
2414    },
2415    "ConformancePackComplianceSummary":{
2416      "type":"structure",
2417      "required":[
2418        "ConformancePackName",
2419        "ConformancePackComplianceStatus"
2420      ],
2421      "members":{
2422        "ConformancePackName":{
2423          "shape":"ConformancePackName",
2424          "documentation":"<p>The name of the conformance pack name.</p>"
2425        },
2426        "ConformancePackComplianceStatus":{
2427          "shape":"ConformancePackComplianceType",
2428          "documentation":"<p>The status of the conformance pack. The allowed values are <code>COMPLIANT</code>, <code>NON_COMPLIANT</code> and <code>INSUFFICIENT_DATA</code>.</p>"
2429        }
2430      },
2431      "documentation":"<p>Summary includes the name and status of the conformance pack.</p>"
2432    },
2433    "ConformancePackComplianceSummaryList":{
2434      "type":"list",
2435      "member":{"shape":"ConformancePackComplianceSummary"},
2436      "max":5,
2437      "min":1
2438    },
2439    "ConformancePackComplianceType":{
2440      "type":"string",
2441      "enum":[
2442        "COMPLIANT",
2443        "NON_COMPLIANT",
2444        "INSUFFICIENT_DATA"
2445      ]
2446    },
2447    "ConformancePackConfigRuleNames":{
2448      "type":"list",
2449      "member":{"shape":"StringWithCharLimit64"},
2450      "max":10,
2451      "min":0
2452    },
2453    "ConformancePackDetail":{
2454      "type":"structure",
2455      "required":[
2456        "ConformancePackName",
2457        "ConformancePackArn",
2458        "ConformancePackId"
2459      ],
2460      "members":{
2461        "ConformancePackName":{
2462          "shape":"ConformancePackName",
2463          "documentation":"<p>Name of the conformance pack.</p>"
2464        },
2465        "ConformancePackArn":{
2466          "shape":"ConformancePackArn",
2467          "documentation":"<p>Amazon Resource Name (ARN) of the conformance pack.</p>"
2468        },
2469        "ConformancePackId":{
2470          "shape":"ConformancePackId",
2471          "documentation":"<p>ID of the conformance pack.</p>"
2472        },
2473        "DeliveryS3Bucket":{
2474          "shape":"DeliveryS3Bucket",
2475          "documentation":"<p>The name of the Amazon S3 bucket where Config stores conformance pack templates. </p> <note> <p>This field is optional.</p> </note>"
2476        },
2477        "DeliveryS3KeyPrefix":{
2478          "shape":"DeliveryS3KeyPrefix",
2479          "documentation":"<p>The prefix for the Amazon S3 bucket.</p> <note> <p>This field is optional.</p> </note>"
2480        },
2481        "ConformancePackInputParameters":{
2482          "shape":"ConformancePackInputParameters",
2483          "documentation":"<p>A list of <code>ConformancePackInputParameter</code> objects.</p>"
2484        },
2485        "LastUpdateRequestedTime":{
2486          "shape":"Date",
2487          "documentation":"<p>Last time when conformation pack update was requested. </p>"
2488        },
2489        "CreatedBy":{
2490          "shape":"StringWithCharLimit256",
2491          "documentation":"<p>Amazon Web Services service that created the conformance pack.</p>"
2492        }
2493      },
2494      "documentation":"<p>Returns details of a conformance pack. A conformance pack is a collection of Config rules and remediation actions that can be easily deployed in an account and a region.</p>"
2495    },
2496    "ConformancePackDetailList":{
2497      "type":"list",
2498      "member":{"shape":"ConformancePackDetail"},
2499      "max":25,
2500      "min":0
2501    },
2502    "ConformancePackEvaluationFilters":{
2503      "type":"structure",
2504      "members":{
2505        "ConfigRuleNames":{
2506          "shape":"ConformancePackConfigRuleNames",
2507          "documentation":"<p>Filters the results by Config rule names.</p>"
2508        },
2509        "ComplianceType":{
2510          "shape":"ConformancePackComplianceType",
2511          "documentation":"<p>Filters the results by compliance.</p> <p>The allowed values are <code>COMPLIANT</code> and <code>NON_COMPLIANT</code>. <code>INSUFFICIENT_DATA</code> is not supported.</p>"
2512        },
2513        "ResourceType":{
2514          "shape":"StringWithCharLimit256",
2515          "documentation":"<p>Filters the results by the resource type (for example, <code>\"AWS::EC2::Instance\"</code>). </p>"
2516        },
2517        "ResourceIds":{
2518          "shape":"ConformancePackComplianceResourceIds",
2519          "documentation":"<p>Filters the results by resource IDs.</p> <note> <p>This is valid only when you provide resource type. If there is no resource type, you will see an error.</p> </note>"
2520        }
2521      },
2522      "documentation":"<p>Filters a conformance pack by Config rule names, compliance types, Amazon Web Services resource types, and resource IDs.</p>"
2523    },
2524    "ConformancePackEvaluationResult":{
2525      "type":"structure",
2526      "required":[
2527        "ComplianceType",
2528        "EvaluationResultIdentifier",
2529        "ConfigRuleInvokedTime",
2530        "ResultRecordedTime"
2531      ],
2532      "members":{
2533        "ComplianceType":{
2534          "shape":"ConformancePackComplianceType",
2535          "documentation":"<p>The compliance type. The allowed values are <code>COMPLIANT</code> and <code>NON_COMPLIANT</code>. <code>INSUFFICIENT_DATA</code> is not supported.</p>"
2536        },
2537        "EvaluationResultIdentifier":{"shape":"EvaluationResultIdentifier"},
2538        "ConfigRuleInvokedTime":{
2539          "shape":"Date",
2540          "documentation":"<p>The time when Config rule evaluated Amazon Web Services resource.</p>"
2541        },
2542        "ResultRecordedTime":{
2543          "shape":"Date",
2544          "documentation":"<p>The time when Config recorded the evaluation result. </p>"
2545        },
2546        "Annotation":{
2547          "shape":"Annotation",
2548          "documentation":"<p>Supplementary information about how the evaluation determined the compliance. </p>"
2549        }
2550      },
2551      "documentation":"<p>The details of a conformance pack evaluation. Provides Config rule and Amazon Web Services resource type that was evaluated, the compliance of the conformance pack, related time stamps, and supplementary information. </p>"
2552    },
2553    "ConformancePackId":{
2554      "type":"string",
2555      "max":1024,
2556      "min":1
2557    },
2558    "ConformancePackInputParameter":{
2559      "type":"structure",
2560      "required":[
2561        "ParameterName",
2562        "ParameterValue"
2563      ],
2564      "members":{
2565        "ParameterName":{
2566          "shape":"ParameterName",
2567          "documentation":"<p>One part of a key-value pair.</p>"
2568        },
2569        "ParameterValue":{
2570          "shape":"ParameterValue",
2571          "documentation":"<p>Another part of the key-value pair. </p>"
2572        }
2573      },
2574      "documentation":"<p>Input parameters in the form of key-value pairs for the conformance pack, both of which you define. Keys can have a maximum character length of 255 characters, and values can have a maximum length of 4096 characters.</p>"
2575    },
2576    "ConformancePackInputParameters":{
2577      "type":"list",
2578      "member":{"shape":"ConformancePackInputParameter"},
2579      "max":60,
2580      "min":0
2581    },
2582    "ConformancePackName":{
2583      "type":"string",
2584      "max":256,
2585      "min":1,
2586      "pattern":"[a-zA-Z][-a-zA-Z0-9]*"
2587    },
2588    "ConformancePackNamesList":{
2589      "type":"list",
2590      "member":{"shape":"ConformancePackName"},
2591      "max":25,
2592      "min":0
2593    },
2594    "ConformancePackNamesToSummarizeList":{
2595      "type":"list",
2596      "member":{"shape":"ConformancePackName"},
2597      "max":5,
2598      "min":1
2599    },
2600    "ConformancePackRuleCompliance":{
2601      "type":"structure",
2602      "members":{
2603        "ConfigRuleName":{
2604          "shape":"ConfigRuleName",
2605          "documentation":"<p>Name of the config rule.</p>"
2606        },
2607        "ComplianceType":{
2608          "shape":"ConformancePackComplianceType",
2609          "documentation":"<p>Compliance of the Config rule.</p> <p>The allowed values are <code>COMPLIANT</code>, <code>NON_COMPLIANT</code>, and <code>INSUFFICIENT_DATA</code>.</p>"
2610        },
2611        "Controls":{
2612          "shape":"ControlsList",
2613          "documentation":"<p>Controls for the conformance pack. A control is a process to prevent or detect problems while meeting objectives. A control can align with a specific compliance regime or map to internal controls defined by an organization.</p>"
2614        }
2615      },
2616      "documentation":"<p>Compliance information of one or more Config rules within a conformance pack. You can filter using Config rule names and compliance types.</p>"
2617    },
2618    "ConformancePackRuleComplianceList":{
2619      "type":"list",
2620      "member":{"shape":"ConformancePackRuleCompliance"},
2621      "max":1000,
2622      "min":0
2623    },
2624    "ConformancePackRuleEvaluationResultsList":{
2625      "type":"list",
2626      "member":{"shape":"ConformancePackEvaluationResult"},
2627      "max":100,
2628      "min":0
2629    },
2630    "ConformancePackState":{
2631      "type":"string",
2632      "enum":[
2633        "CREATE_IN_PROGRESS",
2634        "CREATE_COMPLETE",
2635        "CREATE_FAILED",
2636        "DELETE_IN_PROGRESS",
2637        "DELETE_FAILED"
2638      ]
2639    },
2640    "ConformancePackStatusDetail":{
2641      "type":"structure",
2642      "required":[
2643        "ConformancePackName",
2644        "ConformancePackId",
2645        "ConformancePackArn",
2646        "ConformancePackState",
2647        "StackArn",
2648        "LastUpdateRequestedTime"
2649      ],
2650      "members":{
2651        "ConformancePackName":{
2652          "shape":"ConformancePackName",
2653          "documentation":"<p>Name of the conformance pack.</p>"
2654        },
2655        "ConformancePackId":{
2656          "shape":"ConformancePackId",
2657          "documentation":"<p>ID of the conformance pack.</p>"
2658        },
2659        "ConformancePackArn":{
2660          "shape":"ConformancePackArn",
2661          "documentation":"<p>Amazon Resource Name (ARN) of comformance pack.</p>"
2662        },
2663        "ConformancePackState":{
2664          "shape":"ConformancePackState",
2665          "documentation":"<p>Indicates deployment status of conformance pack.</p> <p>Config sets the state of the conformance pack to:</p> <ul> <li> <p>CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.</p> </li> <li> <p>CREATE_COMPLETE when a conformance pack has been successfully created in your account.</p> </li> <li> <p>CREATE_FAILED when a conformance pack creation failed in your account.</p> </li> <li> <p>DELETE_IN_PROGRESS when a conformance pack deletion is in progress. </p> </li> <li> <p>DELETE_FAILED when a conformance pack deletion failed in your account.</p> </li> </ul>"
2666        },
2667        "StackArn":{
2668          "shape":"StackArn",
2669          "documentation":"<p>Amazon Resource Name (ARN) of CloudFormation stack. </p>"
2670        },
2671        "ConformancePackStatusReason":{
2672          "shape":"ConformancePackStatusReason",
2673          "documentation":"<p>The reason of conformance pack creation failure.</p>"
2674        },
2675        "LastUpdateRequestedTime":{
2676          "shape":"Date",
2677          "documentation":"<p>Last time when conformation pack creation and update was requested.</p>"
2678        },
2679        "LastUpdateCompletedTime":{
2680          "shape":"Date",
2681          "documentation":"<p>Last time when conformation pack creation and update was successful.</p>"
2682        }
2683      },
2684      "documentation":"<p>Status details of a conformance pack.</p>"
2685    },
2686    "ConformancePackStatusDetailsList":{
2687      "type":"list",
2688      "member":{"shape":"ConformancePackStatusDetail"},
2689      "max":25,
2690      "min":0
2691    },
2692    "ConformancePackStatusReason":{
2693      "type":"string",
2694      "max":2000,
2695      "min":0
2696    },
2697    "ConformancePackTemplateValidationException":{
2698      "type":"structure",
2699      "members":{
2700      },
2701      "documentation":"<p>You have specified a template that is not valid or supported.</p>",
2702      "exception":true
2703    },
2704    "ControlsList":{
2705      "type":"list",
2706      "member":{"shape":"StringWithCharLimit128"},
2707      "max":20,
2708      "min":0
2709    },
2710    "CosmosPageLimit":{
2711      "type":"integer",
2712      "max":100,
2713      "min":0
2714    },
2715    "Date":{"type":"timestamp"},
2716    "DeleteAggregationAuthorizationRequest":{
2717      "type":"structure",
2718      "required":[
2719        "AuthorizedAccountId",
2720        "AuthorizedAwsRegion"
2721      ],
2722      "members":{
2723        "AuthorizedAccountId":{
2724          "shape":"AccountId",
2725          "documentation":"<p>The 12-digit account ID of the account authorized to aggregate data.</p>"
2726        },
2727        "AuthorizedAwsRegion":{
2728          "shape":"AwsRegion",
2729          "documentation":"<p>The region authorized to collect aggregated data.</p>"
2730        }
2731      }
2732    },
2733    "DeleteConfigRuleRequest":{
2734      "type":"structure",
2735      "required":["ConfigRuleName"],
2736      "members":{
2737        "ConfigRuleName":{
2738          "shape":"ConfigRuleName",
2739          "documentation":"<p>The name of the Config rule that you want to delete.</p>"
2740        }
2741      },
2742      "documentation":"<p/>"
2743    },
2744    "DeleteConfigurationAggregatorRequest":{
2745      "type":"structure",
2746      "required":["ConfigurationAggregatorName"],
2747      "members":{
2748        "ConfigurationAggregatorName":{
2749          "shape":"ConfigurationAggregatorName",
2750          "documentation":"<p>The name of the configuration aggregator.</p>"
2751        }
2752      }
2753    },
2754    "DeleteConfigurationRecorderRequest":{
2755      "type":"structure",
2756      "required":["ConfigurationRecorderName"],
2757      "members":{
2758        "ConfigurationRecorderName":{
2759          "shape":"RecorderName",
2760          "documentation":"<p>The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the <code>DescribeConfigurationRecorders</code> action.</p>"
2761        }
2762      },
2763      "documentation":"<p>The request object for the <code>DeleteConfigurationRecorder</code> action.</p>"
2764    },
2765    "DeleteConformancePackRequest":{
2766      "type":"structure",
2767      "required":["ConformancePackName"],
2768      "members":{
2769        "ConformancePackName":{
2770          "shape":"ConformancePackName",
2771          "documentation":"<p>Name of the conformance pack you want to delete.</p>"
2772        }
2773      }
2774    },
2775    "DeleteDeliveryChannelRequest":{
2776      "type":"structure",
2777      "required":["DeliveryChannelName"],
2778      "members":{
2779        "DeliveryChannelName":{
2780          "shape":"ChannelName",
2781          "documentation":"<p>The name of the delivery channel to delete.</p>"
2782        }
2783      },
2784      "documentation":"<p>The input for the <a>DeleteDeliveryChannel</a> action. The action accepts the following data, in JSON format. </p>"
2785    },
2786    "DeleteEvaluationResultsRequest":{
2787      "type":"structure",
2788      "required":["ConfigRuleName"],
2789      "members":{
2790        "ConfigRuleName":{
2791          "shape":"StringWithCharLimit64",
2792          "documentation":"<p>The name of the Config rule for which you want to delete the evaluation results.</p>"
2793        }
2794      },
2795      "documentation":"<p/>"
2796    },
2797    "DeleteEvaluationResultsResponse":{
2798      "type":"structure",
2799      "members":{
2800      },
2801      "documentation":"<p>The output when you delete the evaluation results for the specified Config rule.</p>"
2802    },
2803    "DeleteOrganizationConfigRuleRequest":{
2804      "type":"structure",
2805      "required":["OrganizationConfigRuleName"],
2806      "members":{
2807        "OrganizationConfigRuleName":{
2808          "shape":"OrganizationConfigRuleName",
2809          "documentation":"<p>The name of organization config rule that you want to delete.</p>"
2810        }
2811      }
2812    },
2813    "DeleteOrganizationConformancePackRequest":{
2814      "type":"structure",
2815      "required":["OrganizationConformancePackName"],
2816      "members":{
2817        "OrganizationConformancePackName":{
2818          "shape":"OrganizationConformancePackName",
2819          "documentation":"<p>The name of organization conformance pack that you want to delete.</p>"
2820        }
2821      }
2822    },
2823    "DeletePendingAggregationRequestRequest":{
2824      "type":"structure",
2825      "required":[
2826        "RequesterAccountId",
2827        "RequesterAwsRegion"
2828      ],
2829      "members":{
2830        "RequesterAccountId":{
2831          "shape":"AccountId",
2832          "documentation":"<p>The 12-digit account ID of the account requesting to aggregate data.</p>"
2833        },
2834        "RequesterAwsRegion":{
2835          "shape":"AwsRegion",
2836          "documentation":"<p>The region requesting to aggregate data.</p>"
2837        }
2838      }
2839    },
2840    "DeleteRemediationConfigurationRequest":{
2841      "type":"structure",
2842      "required":["ConfigRuleName"],
2843      "members":{
2844        "ConfigRuleName":{
2845          "shape":"ConfigRuleName",
2846          "documentation":"<p>The name of the Config rule for which you want to delete remediation configuration.</p>"
2847        },
2848        "ResourceType":{
2849          "shape":"String",
2850          "documentation":"<p>The type of a resource.</p>"
2851        }
2852      }
2853    },
2854    "DeleteRemediationConfigurationResponse":{
2855      "type":"structure",
2856      "members":{
2857      }
2858    },
2859    "DeleteRemediationExceptionsRequest":{
2860      "type":"structure",
2861      "required":[
2862        "ConfigRuleName",
2863        "ResourceKeys"
2864      ],
2865      "members":{
2866        "ConfigRuleName":{
2867          "shape":"ConfigRuleName",
2868          "documentation":"<p>The name of the Config rule for which you want to delete remediation exception configuration.</p>"
2869        },
2870        "ResourceKeys":{
2871          "shape":"RemediationExceptionResourceKeys",
2872          "documentation":"<p>An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys. </p>"
2873        }
2874      }
2875    },
2876    "DeleteRemediationExceptionsResponse":{
2877      "type":"structure",
2878      "members":{
2879        "FailedBatches":{
2880          "shape":"FailedDeleteRemediationExceptionsBatches",
2881          "documentation":"<p>Returns a list of failed delete remediation exceptions batch objects. Each object in the batch consists of a list of failed items and failure messages.</p>"
2882        }
2883      }
2884    },
2885    "DeleteResourceConfigRequest":{
2886      "type":"structure",
2887      "required":[
2888        "ResourceType",
2889        "ResourceId"
2890      ],
2891      "members":{
2892        "ResourceType":{
2893          "shape":"ResourceTypeString",
2894          "documentation":"<p>The type of the resource.</p>"
2895        },
2896        "ResourceId":{
2897          "shape":"ResourceId",
2898          "documentation":"<p>Unique identifier of the resource.</p>"
2899        }
2900      }
2901    },
2902    "DeleteRetentionConfigurationRequest":{
2903      "type":"structure",
2904      "required":["RetentionConfigurationName"],
2905      "members":{
2906        "RetentionConfigurationName":{
2907          "shape":"RetentionConfigurationName",
2908          "documentation":"<p>The name of the retention configuration to delete.</p>"
2909        }
2910      }
2911    },
2912    "DeleteStoredQueryRequest":{
2913      "type":"structure",
2914      "required":["QueryName"],
2915      "members":{
2916        "QueryName":{
2917          "shape":"QueryName",
2918          "documentation":"<p>The name of the query that you want to delete.</p>"
2919        }
2920      }
2921    },
2922    "DeleteStoredQueryResponse":{
2923      "type":"structure",
2924      "members":{
2925      }
2926    },
2927    "DeliverConfigSnapshotRequest":{
2928      "type":"structure",
2929      "required":["deliveryChannelName"],
2930      "members":{
2931        "deliveryChannelName":{
2932          "shape":"ChannelName",
2933          "documentation":"<p>The name of the delivery channel through which the snapshot is delivered.</p>"
2934        }
2935      },
2936      "documentation":"<p>The input for the <a>DeliverConfigSnapshot</a> action.</p>"
2937    },
2938    "DeliverConfigSnapshotResponse":{
2939      "type":"structure",
2940      "members":{
2941        "configSnapshotId":{
2942          "shape":"String",
2943          "documentation":"<p>The ID of the snapshot that is being created.</p>"
2944        }
2945      },
2946      "documentation":"<p>The output for the <a>DeliverConfigSnapshot</a> action, in JSON format.</p>"
2947    },
2948    "DeliveryChannel":{
2949      "type":"structure",
2950      "members":{
2951        "name":{
2952          "shape":"ChannelName",
2953          "documentation":"<p>The name of the delivery channel. By default, Config assigns the name \"default\" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.</p>"
2954        },
2955        "s3BucketName":{
2956          "shape":"String",
2957          "documentation":"<p>The name of the Amazon S3 bucket to which Config delivers configuration snapshots and configuration history files.</p> <p>If you specify a bucket that belongs to another Amazon Web Services account, that bucket must have policies that grant access permissions to Config. For more information, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-policy.html\">Permissions for the Amazon S3 Bucket</a> in the Config Developer Guide.</p>"
2958        },
2959        "s3KeyPrefix":{
2960          "shape":"String",
2961          "documentation":"<p>The prefix for the specified Amazon S3 bucket.</p>"
2962        },
2963        "s3KmsKeyArn":{
2964          "shape":"String",
2965          "documentation":"<p>The Amazon Resource Name (ARN) of the Key Management Service (KMS ) KMS key (KMS key) used to encrypt objects delivered by Config. Must belong to the same Region as the destination S3 bucket.</p>"
2966        },
2967        "snsTopicARN":{
2968          "shape":"String",
2969          "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Config sends notifications about configuration changes.</p> <p>If you choose a topic from another account, the topic must have policies that grant access permissions to Config. For more information, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/sns-topic-policy.html\">Permissions for the Amazon SNS Topic</a> in the Config Developer Guide.</p>"
2970        },
2971        "configSnapshotDeliveryProperties":{
2972          "shape":"ConfigSnapshotDeliveryProperties",
2973          "documentation":"<p>The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.</p>"
2974        }
2975      },
2976      "documentation":"<p>The channel through which Config delivers notifications and updated configuration states.</p>"
2977    },
2978    "DeliveryChannelList":{
2979      "type":"list",
2980      "member":{"shape":"DeliveryChannel"}
2981    },
2982    "DeliveryChannelNameList":{
2983      "type":"list",
2984      "member":{"shape":"ChannelName"}
2985    },
2986    "DeliveryChannelStatus":{
2987      "type":"structure",
2988      "members":{
2989        "name":{
2990          "shape":"String",
2991          "documentation":"<p>The name of the delivery channel.</p>"
2992        },
2993        "configSnapshotDeliveryInfo":{
2994          "shape":"ConfigExportDeliveryInfo",
2995          "documentation":"<p>A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.</p>"
2996        },
2997        "configHistoryDeliveryInfo":{
2998          "shape":"ConfigExportDeliveryInfo",
2999          "documentation":"<p>A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.</p>"
3000        },
3001        "configStreamDeliveryInfo":{
3002          "shape":"ConfigStreamDeliveryInfo",
3003          "documentation":"<p>A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.</p>"
3004        }
3005      },
3006      "documentation":"<p>The status of a specified delivery channel.</p> <p>Valid values: <code>Success</code> | <code>Failure</code> </p>"
3007    },
3008    "DeliveryChannelStatusList":{
3009      "type":"list",
3010      "member":{"shape":"DeliveryChannelStatus"}
3011    },
3012    "DeliveryS3Bucket":{
3013      "type":"string",
3014      "max":63,
3015      "min":0
3016    },
3017    "DeliveryS3KeyPrefix":{
3018      "type":"string",
3019      "max":1024,
3020      "min":0
3021    },
3022    "DeliveryStatus":{
3023      "type":"string",
3024      "enum":[
3025        "Success",
3026        "Failure",
3027        "Not_Applicable"
3028      ]
3029    },
3030    "DescribeAggregateComplianceByConfigRulesRequest":{
3031      "type":"structure",
3032      "required":["ConfigurationAggregatorName"],
3033      "members":{
3034        "ConfigurationAggregatorName":{
3035          "shape":"ConfigurationAggregatorName",
3036          "documentation":"<p>The name of the configuration aggregator.</p>"
3037        },
3038        "Filters":{
3039          "shape":"ConfigRuleComplianceFilters",
3040          "documentation":"<p>Filters the results by ConfigRuleComplianceFilters object. </p>"
3041        },
3042        "Limit":{
3043          "shape":"GroupByAPILimit",
3044          "documentation":"<p>The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, Config uses the default.</p>"
3045        },
3046        "NextToken":{
3047          "shape":"NextToken",
3048          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3049        }
3050      }
3051    },
3052    "DescribeAggregateComplianceByConfigRulesResponse":{
3053      "type":"structure",
3054      "members":{
3055        "AggregateComplianceByConfigRules":{
3056          "shape":"AggregateComplianceByConfigRuleList",
3057          "documentation":"<p>Returns a list of AggregateComplianceByConfigRule object.</p>"
3058        },
3059        "NextToken":{
3060          "shape":"NextToken",
3061          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3062        }
3063      }
3064    },
3065    "DescribeAggregateComplianceByConformancePacksRequest":{
3066      "type":"structure",
3067      "required":["ConfigurationAggregatorName"],
3068      "members":{
3069        "ConfigurationAggregatorName":{
3070          "shape":"ConfigurationAggregatorName",
3071          "documentation":"<p>The name of the configuration aggregator.</p>"
3072        },
3073        "Filters":{
3074          "shape":"AggregateConformancePackComplianceFilters",
3075          "documentation":"<p>Filters the result by <code>AggregateConformancePackComplianceFilters</code> object.</p>"
3076        },
3077        "Limit":{
3078          "shape":"Limit",
3079          "documentation":"<p>The maximum number of conformance packs compliance details returned on each page. The default is maximum. If you specify 0, Config uses the default. </p>"
3080        },
3081        "NextToken":{
3082          "shape":"NextToken",
3083          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3084        }
3085      }
3086    },
3087    "DescribeAggregateComplianceByConformancePacksResponse":{
3088      "type":"structure",
3089      "members":{
3090        "AggregateComplianceByConformancePacks":{
3091          "shape":"AggregateComplianceByConformancePackList",
3092          "documentation":"<p>Returns the <code>AggregateComplianceByConformancePack</code> object.</p>"
3093        },
3094        "NextToken":{
3095          "shape":"NextToken",
3096          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3097        }
3098      }
3099    },
3100    "DescribeAggregationAuthorizationsRequest":{
3101      "type":"structure",
3102      "members":{
3103        "Limit":{
3104          "shape":"Limit",
3105          "documentation":"<p>The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you specify 0, Config uses the default.</p>"
3106        },
3107        "NextToken":{
3108          "shape":"String",
3109          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3110        }
3111      }
3112    },
3113    "DescribeAggregationAuthorizationsResponse":{
3114      "type":"structure",
3115      "members":{
3116        "AggregationAuthorizations":{
3117          "shape":"AggregationAuthorizationList",
3118          "documentation":"<p>Returns a list of authorizations granted to various aggregator accounts and regions.</p>"
3119        },
3120        "NextToken":{
3121          "shape":"String",
3122          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3123        }
3124      }
3125    },
3126    "DescribeComplianceByConfigRuleRequest":{
3127      "type":"structure",
3128      "members":{
3129        "ConfigRuleNames":{
3130          "shape":"ConfigRuleNames",
3131          "documentation":"<p>Specify one or more Config rule names to filter the results by rule.</p>"
3132        },
3133        "ComplianceTypes":{
3134          "shape":"ComplianceTypes",
3135          "documentation":"<p>Filters the results by compliance.</p> <p>The allowed values are <code>COMPLIANT</code> and <code>NON_COMPLIANT</code>.</p>"
3136        },
3137        "NextToken":{
3138          "shape":"String",
3139          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3140        }
3141      },
3142      "documentation":"<p/>"
3143    },
3144    "DescribeComplianceByConfigRuleResponse":{
3145      "type":"structure",
3146      "members":{
3147        "ComplianceByConfigRules":{
3148          "shape":"ComplianceByConfigRules",
3149          "documentation":"<p>Indicates whether each of the specified Config rules is compliant.</p>"
3150        },
3151        "NextToken":{
3152          "shape":"String",
3153          "documentation":"<p>The string that you use in a subsequent request to get the next page of results in a paginated response.</p>"
3154        }
3155      },
3156      "documentation":"<p/>"
3157    },
3158    "DescribeComplianceByResourceRequest":{
3159      "type":"structure",
3160      "members":{
3161        "ResourceType":{
3162          "shape":"StringWithCharLimit256",
3163          "documentation":"<p>The types of Amazon Web Services resources for which you want compliance information (for example, <code>AWS::EC2::Instance</code>). For this action, you can specify that the resource type is an Amazon Web Services account by specifying <code>AWS::::Account</code>.</p>"
3164        },
3165        "ResourceId":{
3166          "shape":"BaseResourceId",
3167          "documentation":"<p>The ID of the Amazon Web Services resource for which you want compliance information. You can specify only one resource ID. If you specify a resource ID, you must also specify a type for <code>ResourceType</code>.</p>"
3168        },
3169        "ComplianceTypes":{
3170          "shape":"ComplianceTypes",
3171          "documentation":"<p>Filters the results by compliance.</p> <p>The allowed values are <code>COMPLIANT</code>, <code>NON_COMPLIANT</code>, and <code>INSUFFICIENT_DATA</code>.</p>"
3172        },
3173        "Limit":{
3174          "shape":"Limit",
3175          "documentation":"<p>The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.</p>"
3176        },
3177        "NextToken":{
3178          "shape":"NextToken",
3179          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3180        }
3181      },
3182      "documentation":"<p/>"
3183    },
3184    "DescribeComplianceByResourceResponse":{
3185      "type":"structure",
3186      "members":{
3187        "ComplianceByResources":{
3188          "shape":"ComplianceByResources",
3189          "documentation":"<p>Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.</p>"
3190        },
3191        "NextToken":{
3192          "shape":"NextToken",
3193          "documentation":"<p>The string that you use in a subsequent request to get the next page of results in a paginated response.</p>"
3194        }
3195      },
3196      "documentation":"<p/>"
3197    },
3198    "DescribeConfigRuleEvaluationStatusRequest":{
3199      "type":"structure",
3200      "members":{
3201        "ConfigRuleNames":{
3202          "shape":"ConfigRuleNames",
3203          "documentation":"<p>The name of the Config managed rules for which you want status information. If you do not specify any names, Config returns status information for all Config managed rules that you use.</p>"
3204        },
3205        "NextToken":{
3206          "shape":"String",
3207          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3208        },
3209        "Limit":{
3210          "shape":"RuleLimit",
3211          "documentation":"<p>The number of rule evaluation results that you want returned.</p> <p>This parameter is required if the rule limit for your account is more than the default of 150 rules.</p> <p>For information about requesting a rule limit increase, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config\">Config Limits</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>"
3212        }
3213      },
3214      "documentation":"<p/>"
3215    },
3216    "DescribeConfigRuleEvaluationStatusResponse":{
3217      "type":"structure",
3218      "members":{
3219        "ConfigRulesEvaluationStatus":{
3220          "shape":"ConfigRuleEvaluationStatusList",
3221          "documentation":"<p>Status information about your Config managed rules.</p>"
3222        },
3223        "NextToken":{
3224          "shape":"String",
3225          "documentation":"<p>The string that you use in a subsequent request to get the next page of results in a paginated response.</p>"
3226        }
3227      },
3228      "documentation":"<p/>"
3229    },
3230    "DescribeConfigRulesRequest":{
3231      "type":"structure",
3232      "members":{
3233        "ConfigRuleNames":{
3234          "shape":"ConfigRuleNames",
3235          "documentation":"<p>The names of the Config rules for which you want details. If you do not specify any names, Config returns details for all your rules.</p>"
3236        },
3237        "NextToken":{
3238          "shape":"String",
3239          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3240        }
3241      },
3242      "documentation":"<p/>"
3243    },
3244    "DescribeConfigRulesResponse":{
3245      "type":"structure",
3246      "members":{
3247        "ConfigRules":{
3248          "shape":"ConfigRules",
3249          "documentation":"<p>The details about your Config rules.</p>"
3250        },
3251        "NextToken":{
3252          "shape":"String",
3253          "documentation":"<p>The string that you use in a subsequent request to get the next page of results in a paginated response.</p>"
3254        }
3255      },
3256      "documentation":"<p/>"
3257    },
3258    "DescribeConfigurationAggregatorSourcesStatusRequest":{
3259      "type":"structure",
3260      "required":["ConfigurationAggregatorName"],
3261      "members":{
3262        "ConfigurationAggregatorName":{
3263          "shape":"ConfigurationAggregatorName",
3264          "documentation":"<p>The name of the configuration aggregator.</p>"
3265        },
3266        "UpdateStatus":{
3267          "shape":"AggregatedSourceStatusTypeList",
3268          "documentation":"<p>Filters the status type.</p> <ul> <li> <p>Valid value FAILED indicates errors while moving data.</p> </li> <li> <p>Valid value SUCCEEDED indicates the data was successfully moved.</p> </li> <li> <p>Valid value OUTDATED indicates the data is not the most recent.</p> </li> </ul>"
3269        },
3270        "NextToken":{
3271          "shape":"String",
3272          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3273        },
3274        "Limit":{
3275          "shape":"Limit",
3276          "documentation":"<p>The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, Config uses the default.</p>"
3277        }
3278      }
3279    },
3280    "DescribeConfigurationAggregatorSourcesStatusResponse":{
3281      "type":"structure",
3282      "members":{
3283        "AggregatedSourceStatusList":{
3284          "shape":"AggregatedSourceStatusList",
3285          "documentation":"<p>Returns an AggregatedSourceStatus object. </p>"
3286        },
3287        "NextToken":{
3288          "shape":"String",
3289          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3290        }
3291      }
3292    },
3293    "DescribeConfigurationAggregatorsRequest":{
3294      "type":"structure",
3295      "members":{
3296        "ConfigurationAggregatorNames":{
3297          "shape":"ConfigurationAggregatorNameList",
3298          "documentation":"<p>The name of the configuration aggregators.</p>"
3299        },
3300        "NextToken":{
3301          "shape":"String",
3302          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3303        },
3304        "Limit":{
3305          "shape":"Limit",
3306          "documentation":"<p>The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, Config uses the default.</p>"
3307        }
3308      }
3309    },
3310    "DescribeConfigurationAggregatorsResponse":{
3311      "type":"structure",
3312      "members":{
3313        "ConfigurationAggregators":{
3314          "shape":"ConfigurationAggregatorList",
3315          "documentation":"<p>Returns a ConfigurationAggregators object.</p>"
3316        },
3317        "NextToken":{
3318          "shape":"String",
3319          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3320        }
3321      }
3322    },
3323    "DescribeConfigurationRecorderStatusRequest":{
3324      "type":"structure",
3325      "members":{
3326        "ConfigurationRecorderNames":{
3327          "shape":"ConfigurationRecorderNameList",
3328          "documentation":"<p>The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.</p>"
3329        }
3330      },
3331      "documentation":"<p>The input for the <a>DescribeConfigurationRecorderStatus</a> action.</p>"
3332    },
3333    "DescribeConfigurationRecorderStatusResponse":{
3334      "type":"structure",
3335      "members":{
3336        "ConfigurationRecordersStatus":{
3337          "shape":"ConfigurationRecorderStatusList",
3338          "documentation":"<p>A list that contains status of the specified recorders.</p>"
3339        }
3340      },
3341      "documentation":"<p>The output for the <a>DescribeConfigurationRecorderStatus</a> action, in JSON format.</p>"
3342    },
3343    "DescribeConfigurationRecordersRequest":{
3344      "type":"structure",
3345      "members":{
3346        "ConfigurationRecorderNames":{
3347          "shape":"ConfigurationRecorderNameList",
3348          "documentation":"<p>A list of configuration recorder names.</p>"
3349        }
3350      },
3351      "documentation":"<p>The input for the <a>DescribeConfigurationRecorders</a> action.</p>"
3352    },
3353    "DescribeConfigurationRecordersResponse":{
3354      "type":"structure",
3355      "members":{
3356        "ConfigurationRecorders":{
3357          "shape":"ConfigurationRecorderList",
3358          "documentation":"<p>A list that contains the descriptions of the specified configuration recorders.</p>"
3359        }
3360      },
3361      "documentation":"<p>The output for the <a>DescribeConfigurationRecorders</a> action.</p>"
3362    },
3363    "DescribeConformancePackComplianceLimit":{
3364      "type":"integer",
3365      "max":1000,
3366      "min":0
3367    },
3368    "DescribeConformancePackComplianceRequest":{
3369      "type":"structure",
3370      "required":["ConformancePackName"],
3371      "members":{
3372        "ConformancePackName":{
3373          "shape":"ConformancePackName",
3374          "documentation":"<p>Name of the conformance pack.</p>"
3375        },
3376        "Filters":{
3377          "shape":"ConformancePackComplianceFilters",
3378          "documentation":"<p>A <code>ConformancePackComplianceFilters</code> object.</p>"
3379        },
3380        "Limit":{
3381          "shape":"DescribeConformancePackComplianceLimit",
3382          "documentation":"<p>The maximum number of Config rules within a conformance pack are returned on each page.</p>"
3383        },
3384        "NextToken":{
3385          "shape":"NextToken",
3386          "documentation":"<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
3387        }
3388      }
3389    },
3390    "DescribeConformancePackComplianceResponse":{
3391      "type":"structure",
3392      "required":[
3393        "ConformancePackName",
3394        "ConformancePackRuleComplianceList"
3395      ],
3396      "members":{
3397        "ConformancePackName":{
3398          "shape":"ConformancePackName",
3399          "documentation":"<p>Name of the conformance pack.</p>"
3400        },
3401        "ConformancePackRuleComplianceList":{
3402          "shape":"ConformancePackRuleComplianceList",
3403          "documentation":"<p>Returns a list of <code>ConformancePackRuleCompliance</code> objects.</p>"
3404        },
3405        "NextToken":{
3406          "shape":"NextToken",
3407          "documentation":"<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
3408        }
3409      }
3410    },
3411    "DescribeConformancePackStatusRequest":{
3412      "type":"structure",
3413      "members":{
3414        "ConformancePackNames":{
3415          "shape":"ConformancePackNamesList",
3416          "documentation":"<p>Comma-separated list of conformance pack names.</p>"
3417        },
3418        "Limit":{
3419          "shape":"PageSizeLimit",
3420          "documentation":"<p>The maximum number of conformance packs status returned on each page.</p>"
3421        },
3422        "NextToken":{
3423          "shape":"NextToken",
3424          "documentation":"<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
3425        }
3426      }
3427    },
3428    "DescribeConformancePackStatusResponse":{
3429      "type":"structure",
3430      "members":{
3431        "ConformancePackStatusDetails":{
3432          "shape":"ConformancePackStatusDetailsList",
3433          "documentation":"<p>A list of <code>ConformancePackStatusDetail</code> objects.</p>"
3434        },
3435        "NextToken":{
3436          "shape":"NextToken",
3437          "documentation":"<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
3438        }
3439      }
3440    },
3441    "DescribeConformancePacksRequest":{
3442      "type":"structure",
3443      "members":{
3444        "ConformancePackNames":{
3445          "shape":"ConformancePackNamesList",
3446          "documentation":"<p>Comma-separated list of conformance pack names for which you want details. If you do not specify any names, Config returns details for all your conformance packs. </p>"
3447        },
3448        "Limit":{
3449          "shape":"PageSizeLimit",
3450          "documentation":"<p>The maximum number of conformance packs returned on each page.</p>"
3451        },
3452        "NextToken":{
3453          "shape":"NextToken",
3454          "documentation":"<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
3455        }
3456      }
3457    },
3458    "DescribeConformancePacksResponse":{
3459      "type":"structure",
3460      "members":{
3461        "ConformancePackDetails":{
3462          "shape":"ConformancePackDetailList",
3463          "documentation":"<p>Returns a list of <code>ConformancePackDetail</code> objects.</p>"
3464        },
3465        "NextToken":{
3466          "shape":"NextToken",
3467          "documentation":"<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
3468        }
3469      }
3470    },
3471    "DescribeDeliveryChannelStatusRequest":{
3472      "type":"structure",
3473      "members":{
3474        "DeliveryChannelNames":{
3475          "shape":"DeliveryChannelNameList",
3476          "documentation":"<p>A list of delivery channel names.</p>"
3477        }
3478      },
3479      "documentation":"<p>The input for the <a>DeliveryChannelStatus</a> action.</p>"
3480    },
3481    "DescribeDeliveryChannelStatusResponse":{
3482      "type":"structure",
3483      "members":{
3484        "DeliveryChannelsStatus":{
3485          "shape":"DeliveryChannelStatusList",
3486          "documentation":"<p>A list that contains the status of a specified delivery channel.</p>"
3487        }
3488      },
3489      "documentation":"<p>The output for the <a>DescribeDeliveryChannelStatus</a> action.</p>"
3490    },
3491    "DescribeDeliveryChannelsRequest":{
3492      "type":"structure",
3493      "members":{
3494        "DeliveryChannelNames":{
3495          "shape":"DeliveryChannelNameList",
3496          "documentation":"<p>A list of delivery channel names.</p>"
3497        }
3498      },
3499      "documentation":"<p>The input for the <a>DescribeDeliveryChannels</a> action.</p>"
3500    },
3501    "DescribeDeliveryChannelsResponse":{
3502      "type":"structure",
3503      "members":{
3504        "DeliveryChannels":{
3505          "shape":"DeliveryChannelList",
3506          "documentation":"<p>A list that contains the descriptions of the specified delivery channel.</p>"
3507        }
3508      },
3509      "documentation":"<p>The output for the <a>DescribeDeliveryChannels</a> action.</p>"
3510    },
3511    "DescribeOrganizationConfigRuleStatusesRequest":{
3512      "type":"structure",
3513      "members":{
3514        "OrganizationConfigRuleNames":{
3515          "shape":"OrganizationConfigRuleNames",
3516          "documentation":"<p>The names of organization config rules for which you want status details. If you do not specify any names, Config returns details for all your organization Config rules.</p>"
3517        },
3518        "Limit":{
3519          "shape":"CosmosPageLimit",
3520          "documentation":"<p>The maximum number of <code>OrganizationConfigRuleStatuses</code> returned on each page. If you do no specify a number, Config uses the default. The default is 100.</p>"
3521        },
3522        "NextToken":{
3523          "shape":"String",
3524          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
3525        }
3526      }
3527    },
3528    "DescribeOrganizationConfigRuleStatusesResponse":{
3529      "type":"structure",
3530      "members":{
3531        "OrganizationConfigRuleStatuses":{
3532          "shape":"OrganizationConfigRuleStatuses",
3533          "documentation":"<p>A list of <code>OrganizationConfigRuleStatus</code> objects.</p>"
3534        },
3535        "NextToken":{
3536          "shape":"String",
3537          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
3538        }
3539      }
3540    },
3541    "DescribeOrganizationConfigRulesRequest":{
3542      "type":"structure",
3543      "members":{
3544        "OrganizationConfigRuleNames":{
3545          "shape":"OrganizationConfigRuleNames",
3546          "documentation":"<p>The names of organization config rules for which you want details. If you do not specify any names, Config returns details for all your organization config rules.</p>"
3547        },
3548        "Limit":{
3549          "shape":"CosmosPageLimit",
3550          "documentation":"<p>The maximum number of organization config rules returned on each page. If you do no specify a number, Config uses the default. The default is 100.</p>"
3551        },
3552        "NextToken":{
3553          "shape":"String",
3554          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
3555        }
3556      }
3557    },
3558    "DescribeOrganizationConfigRulesResponse":{
3559      "type":"structure",
3560      "members":{
3561        "OrganizationConfigRules":{
3562          "shape":"OrganizationConfigRules",
3563          "documentation":"<p>Returns a list of <code>OrganizationConfigRule</code> objects.</p>"
3564        },
3565        "NextToken":{
3566          "shape":"String",
3567          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
3568        }
3569      }
3570    },
3571    "DescribeOrganizationConformancePackStatusesRequest":{
3572      "type":"structure",
3573      "members":{
3574        "OrganizationConformancePackNames":{
3575          "shape":"OrganizationConformancePackNames",
3576          "documentation":"<p>The names of organization conformance packs for which you want status details. If you do not specify any names, Config returns details for all your organization conformance packs. </p>"
3577        },
3578        "Limit":{
3579          "shape":"CosmosPageLimit",
3580          "documentation":"<p>The maximum number of OrganizationConformancePackStatuses returned on each page. If you do no specify a number, Config uses the default. The default is 100. </p>"
3581        },
3582        "NextToken":{
3583          "shape":"String",
3584          "documentation":"<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
3585        }
3586      }
3587    },
3588    "DescribeOrganizationConformancePackStatusesResponse":{
3589      "type":"structure",
3590      "members":{
3591        "OrganizationConformancePackStatuses":{
3592          "shape":"OrganizationConformancePackStatuses",
3593          "documentation":"<p>A list of <code>OrganizationConformancePackStatus</code> objects. </p>"
3594        },
3595        "NextToken":{
3596          "shape":"String",
3597          "documentation":"<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
3598        }
3599      }
3600    },
3601    "DescribeOrganizationConformancePacksRequest":{
3602      "type":"structure",
3603      "members":{
3604        "OrganizationConformancePackNames":{
3605          "shape":"OrganizationConformancePackNames",
3606          "documentation":"<p>The name that you assign to an organization conformance pack.</p>"
3607        },
3608        "Limit":{
3609          "shape":"CosmosPageLimit",
3610          "documentation":"<p>The maximum number of organization config packs returned on each page. If you do no specify a number, Config uses the default. The default is 100.</p>"
3611        },
3612        "NextToken":{
3613          "shape":"String",
3614          "documentation":"<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3615        }
3616      }
3617    },
3618    "DescribeOrganizationConformancePacksResponse":{
3619      "type":"structure",
3620      "members":{
3621        "OrganizationConformancePacks":{
3622          "shape":"OrganizationConformancePacks",
3623          "documentation":"<p>Returns a list of OrganizationConformancePacks objects.</p>"
3624        },
3625        "NextToken":{
3626          "shape":"String",
3627          "documentation":"<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3628        }
3629      }
3630    },
3631    "DescribePendingAggregationRequestsLimit":{
3632      "type":"integer",
3633      "max":20,
3634      "min":0
3635    },
3636    "DescribePendingAggregationRequestsRequest":{
3637      "type":"structure",
3638      "members":{
3639        "Limit":{
3640          "shape":"DescribePendingAggregationRequestsLimit",
3641          "documentation":"<p>The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, Config uses the default.</p>"
3642        },
3643        "NextToken":{
3644          "shape":"String",
3645          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3646        }
3647      }
3648    },
3649    "DescribePendingAggregationRequestsResponse":{
3650      "type":"structure",
3651      "members":{
3652        "PendingAggregationRequests":{
3653          "shape":"PendingAggregationRequestList",
3654          "documentation":"<p>Returns a PendingAggregationRequests object.</p>"
3655        },
3656        "NextToken":{
3657          "shape":"String",
3658          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3659        }
3660      }
3661    },
3662    "DescribeRemediationConfigurationsRequest":{
3663      "type":"structure",
3664      "required":["ConfigRuleNames"],
3665      "members":{
3666        "ConfigRuleNames":{
3667          "shape":"ConfigRuleNames",
3668          "documentation":"<p>A list of Config rule names of remediation configurations for which you want details. </p>"
3669        }
3670      }
3671    },
3672    "DescribeRemediationConfigurationsResponse":{
3673      "type":"structure",
3674      "members":{
3675        "RemediationConfigurations":{
3676          "shape":"RemediationConfigurations",
3677          "documentation":"<p>Returns a remediation configuration object.</p>"
3678        }
3679      }
3680    },
3681    "DescribeRemediationExceptionsRequest":{
3682      "type":"structure",
3683      "required":["ConfigRuleName"],
3684      "members":{
3685        "ConfigRuleName":{
3686          "shape":"ConfigRuleName",
3687          "documentation":"<p>The name of the Config rule.</p>"
3688        },
3689        "ResourceKeys":{
3690          "shape":"RemediationExceptionResourceKeys",
3691          "documentation":"<p>An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys. </p>"
3692        },
3693        "Limit":{
3694          "shape":"Limit",
3695          "documentation":"<p>The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, Config uses the default.</p>"
3696        },
3697        "NextToken":{
3698          "shape":"String",
3699          "documentation":"<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
3700        }
3701      }
3702    },
3703    "DescribeRemediationExceptionsResponse":{
3704      "type":"structure",
3705      "members":{
3706        "RemediationExceptions":{
3707          "shape":"RemediationExceptions",
3708          "documentation":"<p>Returns a list of remediation exception objects.</p>"
3709        },
3710        "NextToken":{
3711          "shape":"String",
3712          "documentation":"<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
3713        }
3714      }
3715    },
3716    "DescribeRemediationExecutionStatusRequest":{
3717      "type":"structure",
3718      "required":["ConfigRuleName"],
3719      "members":{
3720        "ConfigRuleName":{
3721          "shape":"ConfigRuleName",
3722          "documentation":"<p>A list of Config rule names.</p>"
3723        },
3724        "ResourceKeys":{
3725          "shape":"ResourceKeys",
3726          "documentation":"<p>A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID. </p>"
3727        },
3728        "Limit":{
3729          "shape":"Limit",
3730          "documentation":"<p>The maximum number of RemediationExecutionStatuses returned on each page. The default is maximum. If you specify 0, Config uses the default. </p>"
3731        },
3732        "NextToken":{
3733          "shape":"String",
3734          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3735        }
3736      }
3737    },
3738    "DescribeRemediationExecutionStatusResponse":{
3739      "type":"structure",
3740      "members":{
3741        "RemediationExecutionStatuses":{
3742          "shape":"RemediationExecutionStatuses",
3743          "documentation":"<p>Returns a list of remediation execution statuses objects.</p>"
3744        },
3745        "NextToken":{
3746          "shape":"String",
3747          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
3748        }
3749      }
3750    },
3751    "DescribeRetentionConfigurationsRequest":{
3752      "type":"structure",
3753      "members":{
3754        "RetentionConfigurationNames":{
3755          "shape":"RetentionConfigurationNameList",
3756          "documentation":"<p>A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.</p> <note> <p>Currently, Config supports only one retention configuration per region in your account.</p> </note>"
3757        },
3758        "NextToken":{
3759          "shape":"NextToken",
3760          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
3761        }
3762      }
3763    },
3764    "DescribeRetentionConfigurationsResponse":{
3765      "type":"structure",
3766      "members":{
3767        "RetentionConfigurations":{
3768          "shape":"RetentionConfigurationList",
3769          "documentation":"<p>Returns a retention configuration object.</p>"
3770        },
3771        "NextToken":{
3772          "shape":"NextToken",
3773          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
3774        }
3775      }
3776    },
3777    "DiscoveredResourceIdentifierList":{
3778      "type":"list",
3779      "member":{"shape":"AggregateResourceIdentifier"}
3780    },
3781    "EarlierTime":{"type":"timestamp"},
3782    "EmptiableStringWithCharLimit256":{
3783      "type":"string",
3784      "max":256,
3785      "min":0
3786    },
3787    "ErrorMessage":{"type":"string"},
3788    "Evaluation":{
3789      "type":"structure",
3790      "required":[
3791        "ComplianceResourceType",
3792        "ComplianceResourceId",
3793        "ComplianceType",
3794        "OrderingTimestamp"
3795      ],
3796      "members":{
3797        "ComplianceResourceType":{
3798          "shape":"StringWithCharLimit256",
3799          "documentation":"<p>The type of Amazon Web Services resource that was evaluated.</p>"
3800        },
3801        "ComplianceResourceId":{
3802          "shape":"BaseResourceId",
3803          "documentation":"<p>The ID of the Amazon Web Services resource that was evaluated.</p>"
3804        },
3805        "ComplianceType":{
3806          "shape":"ComplianceType",
3807          "documentation":"<p>Indicates whether the Amazon Web Services resource complies with the Config rule that it was evaluated against.</p> <p>For the <code>Evaluation</code> data type, Config supports only the <code>COMPLIANT</code>, <code>NON_COMPLIANT</code>, and <code>NOT_APPLICABLE</code> values. Config does not support the <code>INSUFFICIENT_DATA</code> value for this data type.</p> <p>Similarly, Config does not accept <code>INSUFFICIENT_DATA</code> as the value for <code>ComplianceType</code> from a <code>PutEvaluations</code> request. For example, an Lambda function for a custom Config rule cannot pass an <code>INSUFFICIENT_DATA</code> value to Config.</p>"
3808        },
3809        "Annotation":{
3810          "shape":"StringWithCharLimit256",
3811          "documentation":"<p>Supplementary information about how the evaluation determined the compliance.</p>"
3812        },
3813        "OrderingTimestamp":{
3814          "shape":"OrderingTimestamp",
3815          "documentation":"<p>The time of the event in Config that triggered the evaluation. For event-based evaluations, the time indicates when Config created the configuration item that triggered the evaluation. For periodic evaluations, the time indicates when Config triggered the evaluation at the frequency that you specified (for example, every 24 hours).</p>"
3816        }
3817      },
3818      "documentation":"<p>Identifies an Amazon Web Services resource and indicates whether it complies with the Config rule that it was evaluated against.</p>"
3819    },
3820    "EvaluationResult":{
3821      "type":"structure",
3822      "members":{
3823        "EvaluationResultIdentifier":{
3824          "shape":"EvaluationResultIdentifier",
3825          "documentation":"<p>Uniquely identifies the evaluation result.</p>"
3826        },
3827        "ComplianceType":{
3828          "shape":"ComplianceType",
3829          "documentation":"<p>Indicates whether the Amazon Web Services resource complies with the Config rule that evaluated it.</p> <p>For the <code>EvaluationResult</code> data type, Config supports only the <code>COMPLIANT</code>, <code>NON_COMPLIANT</code>, and <code>NOT_APPLICABLE</code> values. Config does not support the <code>INSUFFICIENT_DATA</code> value for the <code>EvaluationResult</code> data type.</p>"
3830        },
3831        "ResultRecordedTime":{
3832          "shape":"Date",
3833          "documentation":"<p>The time when Config recorded the evaluation result.</p>"
3834        },
3835        "ConfigRuleInvokedTime":{
3836          "shape":"Date",
3837          "documentation":"<p>The time when the Config rule evaluated the Amazon Web Services resource.</p>"
3838        },
3839        "Annotation":{
3840          "shape":"StringWithCharLimit256",
3841          "documentation":"<p>Supplementary information about how the evaluation determined the compliance.</p>"
3842        },
3843        "ResultToken":{
3844          "shape":"String",
3845          "documentation":"<p>An encrypted token that associates an evaluation with an Config rule. The token identifies the rule, the Amazon Web Services resource being evaluated, and the event that triggered the evaluation.</p>"
3846        }
3847      },
3848      "documentation":"<p>The details of an Config evaluation. Provides the Amazon Web Services resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.</p>"
3849    },
3850    "EvaluationResultIdentifier":{
3851      "type":"structure",
3852      "members":{
3853        "EvaluationResultQualifier":{
3854          "shape":"EvaluationResultQualifier",
3855          "documentation":"<p>Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.</p>"
3856        },
3857        "OrderingTimestamp":{
3858          "shape":"Date",
3859          "documentation":"<p>The time of the event that triggered the evaluation of your Amazon Web Services resources. The time can indicate when Config delivered a configuration item change notification, or it can indicate when Config delivered the configuration snapshot, depending on which event triggered the evaluation.</p>"
3860        }
3861      },
3862      "documentation":"<p>Uniquely identifies an evaluation result.</p>"
3863    },
3864    "EvaluationResultQualifier":{
3865      "type":"structure",
3866      "members":{
3867        "ConfigRuleName":{
3868          "shape":"ConfigRuleName",
3869          "documentation":"<p>The name of the Config rule that was used in the evaluation.</p>"
3870        },
3871        "ResourceType":{
3872          "shape":"StringWithCharLimit256",
3873          "documentation":"<p>The type of Amazon Web Services resource that was evaluated.</p>"
3874        },
3875        "ResourceId":{
3876          "shape":"BaseResourceId",
3877          "documentation":"<p>The ID of the evaluated Amazon Web Services resource.</p>"
3878        }
3879      },
3880      "documentation":"<p>Identifies an Config rule that evaluated an Amazon Web Services resource, and provides the type and ID of the resource that the rule evaluated.</p>"
3881    },
3882    "EvaluationResults":{
3883      "type":"list",
3884      "member":{"shape":"EvaluationResult"}
3885    },
3886    "Evaluations":{
3887      "type":"list",
3888      "member":{"shape":"Evaluation"},
3889      "max":100,
3890      "min":0
3891    },
3892    "EventSource":{
3893      "type":"string",
3894      "enum":["aws.config"]
3895    },
3896    "ExcludedAccounts":{
3897      "type":"list",
3898      "member":{"shape":"AccountId"},
3899      "max":1000,
3900      "min":0
3901    },
3902    "ExecutionControls":{
3903      "type":"structure",
3904      "members":{
3905        "SsmControls":{
3906          "shape":"SsmControls",
3907          "documentation":"<p>A SsmControls object.</p>"
3908        }
3909      },
3910      "documentation":"<p>The controls that Config uses for executing remediations.</p>"
3911    },
3912    "Expression":{
3913      "type":"string",
3914      "max":4096,
3915      "min":1
3916    },
3917    "ExternalEvaluation":{
3918      "type":"structure",
3919      "required":[
3920        "ComplianceResourceType",
3921        "ComplianceResourceId",
3922        "ComplianceType",
3923        "OrderingTimestamp"
3924      ],
3925      "members":{
3926        "ComplianceResourceType":{
3927          "shape":"StringWithCharLimit256",
3928          "documentation":"<p>The evaluated compliance resource type. Config accepts <code>AWS::::Account</code> resource type.</p>"
3929        },
3930        "ComplianceResourceId":{
3931          "shape":"BaseResourceId",
3932          "documentation":"<p>The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID.</p>"
3933        },
3934        "ComplianceType":{
3935          "shape":"ComplianceType",
3936          "documentation":"<p>The compliance of the Amazon Web Services resource. The valid values are <code>COMPLIANT, NON_COMPLIANT, </code> and <code>NOT_APPLICABLE</code>.</p>"
3937        },
3938        "Annotation":{
3939          "shape":"StringWithCharLimit256",
3940          "documentation":"<p>Supplementary information about the reason of compliance. For example, this task was completed on a specific date.</p>"
3941        },
3942        "OrderingTimestamp":{
3943          "shape":"OrderingTimestamp",
3944          "documentation":"<p>The time when the compliance was recorded. </p>"
3945        }
3946      },
3947      "documentation":"<p>Identifies an Amazon Web Services resource and indicates whether it complies with the Config rule that it was evaluated against.</p>"
3948    },
3949    "FailedDeleteRemediationExceptionsBatch":{
3950      "type":"structure",
3951      "members":{
3952        "FailureMessage":{
3953          "shape":"String",
3954          "documentation":"<p>Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.</p>"
3955        },
3956        "FailedItems":{
3957          "shape":"RemediationExceptionResourceKeys",
3958          "documentation":"<p>Returns remediation exception resource key object of the failed items.</p>"
3959        }
3960      },
3961      "documentation":"<p>List of each of the failed delete remediation exceptions with specific reasons.</p>"
3962    },
3963    "FailedDeleteRemediationExceptionsBatches":{
3964      "type":"list",
3965      "member":{"shape":"FailedDeleteRemediationExceptionsBatch"}
3966    },
3967    "FailedRemediationBatch":{
3968      "type":"structure",
3969      "members":{
3970        "FailureMessage":{
3971          "shape":"String",
3972          "documentation":"<p>Returns a failure message. For example, the resource is already compliant.</p>"
3973        },
3974        "FailedItems":{
3975          "shape":"RemediationConfigurations",
3976          "documentation":"<p>Returns remediation configurations of the failed items.</p>"
3977        }
3978      },
3979      "documentation":"<p>List of each of the failed remediations with specific reasons.</p>"
3980    },
3981    "FailedRemediationBatches":{
3982      "type":"list",
3983      "member":{"shape":"FailedRemediationBatch"}
3984    },
3985    "FailedRemediationExceptionBatch":{
3986      "type":"structure",
3987      "members":{
3988        "FailureMessage":{
3989          "shape":"String",
3990          "documentation":"<p>Returns a failure message. For example, the auto-remediation has failed.</p>"
3991        },
3992        "FailedItems":{
3993          "shape":"RemediationExceptions",
3994          "documentation":"<p>Returns remediation exception resource key object of the failed items.</p>"
3995        }
3996      },
3997      "documentation":"<p>List of each of the failed remediation exceptions with specific reasons.</p>"
3998    },
3999    "FailedRemediationExceptionBatches":{
4000      "type":"list",
4001      "member":{"shape":"FailedRemediationExceptionBatch"}
4002    },
4003    "FieldInfo":{
4004      "type":"structure",
4005      "members":{
4006        "Name":{
4007          "shape":"FieldName",
4008          "documentation":"<p>Name of the field.</p>"
4009        }
4010      },
4011      "documentation":"<p>Details about the fields such as name of the field.</p>"
4012    },
4013    "FieldInfoList":{
4014      "type":"list",
4015      "member":{"shape":"FieldInfo"}
4016    },
4017    "FieldName":{"type":"string"},
4018    "GetAggregateComplianceDetailsByConfigRuleRequest":{
4019      "type":"structure",
4020      "required":[
4021        "ConfigurationAggregatorName",
4022        "ConfigRuleName",
4023        "AccountId",
4024        "AwsRegion"
4025      ],
4026      "members":{
4027        "ConfigurationAggregatorName":{
4028          "shape":"ConfigurationAggregatorName",
4029          "documentation":"<p>The name of the configuration aggregator.</p>"
4030        },
4031        "ConfigRuleName":{
4032          "shape":"ConfigRuleName",
4033          "documentation":"<p>The name of the Config rule for which you want compliance information.</p>"
4034        },
4035        "AccountId":{
4036          "shape":"AccountId",
4037          "documentation":"<p>The 12-digit account ID of the source account.</p>"
4038        },
4039        "AwsRegion":{
4040          "shape":"AwsRegion",
4041          "documentation":"<p>The source region from where the data is aggregated.</p>"
4042        },
4043        "ComplianceType":{
4044          "shape":"ComplianceType",
4045          "documentation":"<p>The resource compliance status.</p> <note> <p>For the <code>GetAggregateComplianceDetailsByConfigRuleRequest</code> data type, Config supports only the <code>COMPLIANT</code> and <code>NON_COMPLIANT</code>. Config does not support the <code>NOT_APPLICABLE</code> and <code>INSUFFICIENT_DATA</code> values.</p> </note>"
4046        },
4047        "Limit":{
4048          "shape":"Limit",
4049          "documentation":"<p>The maximum number of evaluation results returned on each page. The default is 50. You cannot specify a number greater than 100. If you specify 0, Config uses the default.</p>"
4050        },
4051        "NextToken":{
4052          "shape":"NextToken",
4053          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
4054        }
4055      }
4056    },
4057    "GetAggregateComplianceDetailsByConfigRuleResponse":{
4058      "type":"structure",
4059      "members":{
4060        "AggregateEvaluationResults":{
4061          "shape":"AggregateEvaluationResultList",
4062          "documentation":"<p>Returns an AggregateEvaluationResults object.</p>"
4063        },
4064        "NextToken":{
4065          "shape":"NextToken",
4066          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
4067        }
4068      }
4069    },
4070    "GetAggregateConfigRuleComplianceSummaryRequest":{
4071      "type":"structure",
4072      "required":["ConfigurationAggregatorName"],
4073      "members":{
4074        "ConfigurationAggregatorName":{
4075          "shape":"ConfigurationAggregatorName",
4076          "documentation":"<p>The name of the configuration aggregator.</p>"
4077        },
4078        "Filters":{
4079          "shape":"ConfigRuleComplianceSummaryFilters",
4080          "documentation":"<p>Filters the results based on the ConfigRuleComplianceSummaryFilters object.</p>"
4081        },
4082        "GroupByKey":{
4083          "shape":"ConfigRuleComplianceSummaryGroupKey",
4084          "documentation":"<p>Groups the result based on ACCOUNT_ID or AWS_REGION.</p>"
4085        },
4086        "Limit":{
4087          "shape":"GroupByAPILimit",
4088          "documentation":"<p>The maximum number of evaluation results returned on each page. The default is 1000. You cannot specify a number greater than 1000. If you specify 0, Config uses the default.</p>"
4089        },
4090        "NextToken":{
4091          "shape":"NextToken",
4092          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
4093        }
4094      }
4095    },
4096    "GetAggregateConfigRuleComplianceSummaryResponse":{
4097      "type":"structure",
4098      "members":{
4099        "GroupByKey":{
4100          "shape":"StringWithCharLimit256",
4101          "documentation":"<p>Groups the result based on ACCOUNT_ID or AWS_REGION.</p>"
4102        },
4103        "AggregateComplianceCounts":{
4104          "shape":"AggregateComplianceCountList",
4105          "documentation":"<p>Returns a list of AggregateComplianceCounts object.</p>"
4106        },
4107        "NextToken":{
4108          "shape":"NextToken",
4109          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
4110        }
4111      }
4112    },
4113    "GetAggregateConformancePackComplianceSummaryRequest":{
4114      "type":"structure",
4115      "required":["ConfigurationAggregatorName"],
4116      "members":{
4117        "ConfigurationAggregatorName":{
4118          "shape":"ConfigurationAggregatorName",
4119          "documentation":"<p>The name of the configuration aggregator.</p>"
4120        },
4121        "Filters":{
4122          "shape":"AggregateConformancePackComplianceSummaryFilters",
4123          "documentation":"<p>Filters the results based on the <code>AggregateConformancePackComplianceSummaryFilters</code> object.</p>"
4124        },
4125        "GroupByKey":{
4126          "shape":"AggregateConformancePackComplianceSummaryGroupKey",
4127          "documentation":"<p>Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.</p>"
4128        },
4129        "Limit":{
4130          "shape":"Limit",
4131          "documentation":"<p>The maximum number of results returned on each page. The default is maximum. If you specify 0, Config uses the default.</p>"
4132        },
4133        "NextToken":{
4134          "shape":"NextToken",
4135          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
4136        }
4137      }
4138    },
4139    "GetAggregateConformancePackComplianceSummaryResponse":{
4140      "type":"structure",
4141      "members":{
4142        "AggregateConformancePackComplianceSummaries":{
4143          "shape":"AggregateConformancePackComplianceSummaryList",
4144          "documentation":"<p>Returns a list of <code>AggregateConformancePackComplianceSummary</code> object.</p>"
4145        },
4146        "GroupByKey":{
4147          "shape":"StringWithCharLimit256",
4148          "documentation":"<p>Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.</p>"
4149        },
4150        "NextToken":{
4151          "shape":"NextToken",
4152          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
4153        }
4154      }
4155    },
4156    "GetAggregateDiscoveredResourceCountsRequest":{
4157      "type":"structure",
4158      "required":["ConfigurationAggregatorName"],
4159      "members":{
4160        "ConfigurationAggregatorName":{
4161          "shape":"ConfigurationAggregatorName",
4162          "documentation":"<p>The name of the configuration aggregator.</p>"
4163        },
4164        "Filters":{
4165          "shape":"ResourceCountFilters",
4166          "documentation":"<p>Filters the results based on the <code>ResourceCountFilters</code> object.</p>"
4167        },
4168        "GroupByKey":{
4169          "shape":"ResourceCountGroupKey",
4170          "documentation":"<p>The key to group the resource counts.</p>"
4171        },
4172        "Limit":{
4173          "shape":"GroupByAPILimit",
4174          "documentation":"<p>The maximum number of <a>GroupedResourceCount</a> objects returned on each page. The default is 1000. You cannot specify a number greater than 1000. If you specify 0, Config uses the default.</p>"
4175        },
4176        "NextToken":{
4177          "shape":"NextToken",
4178          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
4179        }
4180      }
4181    },
4182    "GetAggregateDiscoveredResourceCountsResponse":{
4183      "type":"structure",
4184      "required":["TotalDiscoveredResources"],
4185      "members":{
4186        "TotalDiscoveredResources":{
4187          "shape":"Long",
4188          "documentation":"<p>The total number of resources that are present in an aggregator with the filters that you provide.</p>"
4189        },
4190        "GroupByKey":{
4191          "shape":"StringWithCharLimit256",
4192          "documentation":"<p>The key passed into the request object. If <code>GroupByKey</code> is not provided, the result will be empty.</p>"
4193        },
4194        "GroupedResourceCounts":{
4195          "shape":"GroupedResourceCountList",
4196          "documentation":"<p>Returns a list of GroupedResourceCount objects.</p>"
4197        },
4198        "NextToken":{
4199          "shape":"NextToken",
4200          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
4201        }
4202      }
4203    },
4204    "GetAggregateResourceConfigRequest":{
4205      "type":"structure",
4206      "required":[
4207        "ConfigurationAggregatorName",
4208        "ResourceIdentifier"
4209      ],
4210      "members":{
4211        "ConfigurationAggregatorName":{
4212          "shape":"ConfigurationAggregatorName",
4213          "documentation":"<p>The name of the configuration aggregator.</p>"
4214        },
4215        "ResourceIdentifier":{
4216          "shape":"AggregateResourceIdentifier",
4217          "documentation":"<p>An object that identifies aggregate resource.</p>"
4218        }
4219      }
4220    },
4221    "GetAggregateResourceConfigResponse":{
4222      "type":"structure",
4223      "members":{
4224        "ConfigurationItem":{
4225          "shape":"ConfigurationItem",
4226          "documentation":"<p>Returns a <code>ConfigurationItem</code> object.</p>"
4227        }
4228      }
4229    },
4230    "GetComplianceDetailsByConfigRuleRequest":{
4231      "type":"structure",
4232      "required":["ConfigRuleName"],
4233      "members":{
4234        "ConfigRuleName":{
4235          "shape":"StringWithCharLimit64",
4236          "documentation":"<p>The name of the Config rule for which you want compliance information.</p>"
4237        },
4238        "ComplianceTypes":{
4239          "shape":"ComplianceTypes",
4240          "documentation":"<p>Filters the results by compliance.</p> <p>The allowed values are <code>COMPLIANT</code>, <code>NON_COMPLIANT</code>, and <code>NOT_APPLICABLE</code>.</p>"
4241        },
4242        "Limit":{
4243          "shape":"Limit",
4244          "documentation":"<p>The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.</p>"
4245        },
4246        "NextToken":{
4247          "shape":"NextToken",
4248          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
4249        }
4250      },
4251      "documentation":"<p/>"
4252    },
4253    "GetComplianceDetailsByConfigRuleResponse":{
4254      "type":"structure",
4255      "members":{
4256        "EvaluationResults":{
4257          "shape":"EvaluationResults",
4258          "documentation":"<p>Indicates whether the Amazon Web Services resource complies with the specified Config rule.</p>"
4259        },
4260        "NextToken":{
4261          "shape":"NextToken",
4262          "documentation":"<p>The string that you use in a subsequent request to get the next page of results in a paginated response.</p>"
4263        }
4264      },
4265      "documentation":"<p/>"
4266    },
4267    "GetComplianceDetailsByResourceRequest":{
4268      "type":"structure",
4269      "required":[
4270        "ResourceType",
4271        "ResourceId"
4272      ],
4273      "members":{
4274        "ResourceType":{
4275          "shape":"StringWithCharLimit256",
4276          "documentation":"<p>The type of the Amazon Web Services resource for which you want compliance information.</p>"
4277        },
4278        "ResourceId":{
4279          "shape":"BaseResourceId",
4280          "documentation":"<p>The ID of the Amazon Web Services resource for which you want compliance information.</p>"
4281        },
4282        "ComplianceTypes":{
4283          "shape":"ComplianceTypes",
4284          "documentation":"<p>Filters the results by compliance.</p> <p>The allowed values are <code>COMPLIANT</code>, <code>NON_COMPLIANT</code>, and <code>NOT_APPLICABLE</code>.</p>"
4285        },
4286        "NextToken":{
4287          "shape":"String",
4288          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
4289        }
4290      },
4291      "documentation":"<p/>"
4292    },
4293    "GetComplianceDetailsByResourceResponse":{
4294      "type":"structure",
4295      "members":{
4296        "EvaluationResults":{
4297          "shape":"EvaluationResults",
4298          "documentation":"<p>Indicates whether the specified Amazon Web Services resource complies each Config rule.</p>"
4299        },
4300        "NextToken":{
4301          "shape":"String",
4302          "documentation":"<p>The string that you use in a subsequent request to get the next page of results in a paginated response.</p>"
4303        }
4304      },
4305      "documentation":"<p/>"
4306    },
4307    "GetComplianceSummaryByConfigRuleResponse":{
4308      "type":"structure",
4309      "members":{
4310        "ComplianceSummary":{
4311          "shape":"ComplianceSummary",
4312          "documentation":"<p>The number of Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.</p>"
4313        }
4314      },
4315      "documentation":"<p/>"
4316    },
4317    "GetComplianceSummaryByResourceTypeRequest":{
4318      "type":"structure",
4319      "members":{
4320        "ResourceTypes":{
4321          "shape":"ResourceTypes",
4322          "documentation":"<p>Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.</p> <p>For this request, you can specify an Amazon Web Services resource type such as <code>AWS::EC2::Instance</code>. You can specify that the resource type is an Amazon Web Services account by specifying <code>AWS::::Account</code>.</p>"
4323        }
4324      },
4325      "documentation":"<p/>"
4326    },
4327    "GetComplianceSummaryByResourceTypeResponse":{
4328      "type":"structure",
4329      "members":{
4330        "ComplianceSummariesByResourceType":{
4331          "shape":"ComplianceSummariesByResourceType",
4332          "documentation":"<p>The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.</p>"
4333        }
4334      },
4335      "documentation":"<p/>"
4336    },
4337    "GetConformancePackComplianceDetailsLimit":{
4338      "type":"integer",
4339      "max":100,
4340      "min":0
4341    },
4342    "GetConformancePackComplianceDetailsRequest":{
4343      "type":"structure",
4344      "required":["ConformancePackName"],
4345      "members":{
4346        "ConformancePackName":{
4347          "shape":"ConformancePackName",
4348          "documentation":"<p>Name of the conformance pack.</p>"
4349        },
4350        "Filters":{
4351          "shape":"ConformancePackEvaluationFilters",
4352          "documentation":"<p>A <code>ConformancePackEvaluationFilters</code> object.</p>"
4353        },
4354        "Limit":{
4355          "shape":"GetConformancePackComplianceDetailsLimit",
4356          "documentation":"<p>The maximum number of evaluation results returned on each page. If you do no specify a number, Config uses the default. The default is 100.</p>"
4357        },
4358        "NextToken":{
4359          "shape":"NextToken",
4360          "documentation":"<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
4361        }
4362      }
4363    },
4364    "GetConformancePackComplianceDetailsResponse":{
4365      "type":"structure",
4366      "required":["ConformancePackName"],
4367      "members":{
4368        "ConformancePackName":{
4369          "shape":"ConformancePackName",
4370          "documentation":"<p>Name of the conformance pack.</p>"
4371        },
4372        "ConformancePackRuleEvaluationResults":{
4373          "shape":"ConformancePackRuleEvaluationResultsList",
4374          "documentation":"<p>Returns a list of <code>ConformancePackEvaluationResult</code> objects.</p>"
4375        },
4376        "NextToken":{
4377          "shape":"NextToken",
4378          "documentation":"<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
4379        }
4380      }
4381    },
4382    "GetConformancePackComplianceSummaryRequest":{
4383      "type":"structure",
4384      "required":["ConformancePackNames"],
4385      "members":{
4386        "ConformancePackNames":{
4387          "shape":"ConformancePackNamesToSummarizeList",
4388          "documentation":"<p>Names of conformance packs.</p>"
4389        },
4390        "Limit":{
4391          "shape":"PageSizeLimit",
4392          "documentation":"<p>The maximum number of conformance packs returned on each page.</p>"
4393        },
4394        "NextToken":{
4395          "shape":"NextToken",
4396          "documentation":"<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
4397        }
4398      }
4399    },
4400    "GetConformancePackComplianceSummaryResponse":{
4401      "type":"structure",
4402      "members":{
4403        "ConformancePackComplianceSummaryList":{
4404          "shape":"ConformancePackComplianceSummaryList",
4405          "documentation":"<p>A list of <code>ConformancePackComplianceSummary</code> objects. </p>"
4406        },
4407        "NextToken":{
4408          "shape":"NextToken",
4409          "documentation":"<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
4410        }
4411      }
4412    },
4413    "GetDiscoveredResourceCountsRequest":{
4414      "type":"structure",
4415      "members":{
4416        "resourceTypes":{
4417          "shape":"ResourceTypes",
4418          "documentation":"<p>The comma-separated list that specifies the resource types that you want Config to return (for example, <code>\"AWS::EC2::Instance\"</code>, <code>\"AWS::IAM::User\"</code>).</p> <p>If a value for <code>resourceTypes</code> is not specified, Config returns all resource types that Config is recording in the region for your account.</p> <note> <p>If the configuration recorder is turned off, Config returns an empty list of <a>ResourceCount</a> objects. If the configuration recorder is not recording a specific resource type (for example, S3 buckets), that resource type is not returned in the list of <a>ResourceCount</a> objects.</p> </note>"
4419        },
4420        "limit":{
4421          "shape":"Limit",
4422          "documentation":"<p>The maximum number of <a>ResourceCount</a> objects returned on each page. The default is 100. You cannot specify a number greater than 100. If you specify 0, Config uses the default.</p>"
4423        },
4424        "nextToken":{
4425          "shape":"NextToken",
4426          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
4427        }
4428      }
4429    },
4430    "GetDiscoveredResourceCountsResponse":{
4431      "type":"structure",
4432      "members":{
4433        "totalDiscoveredResources":{
4434          "shape":"Long",
4435          "documentation":"<p>The total number of resources that Config is recording in the region for your account. If you specify resource types in the request, Config returns only the total number of resources for those resource types.</p> <p class=\"title\"> <b>Example</b> </p> <ol> <li> <p>Config is recording three resource types in the US East (Ohio) Region for your account: 25 EC2 instances, 20 IAM users, and 15 S3 buckets, for a total of 60 resources.</p> </li> <li> <p>You make a call to the <code>GetDiscoveredResourceCounts</code> action and specify the resource type, <code>\"AWS::EC2::Instances\"</code>, in the request.</p> </li> <li> <p>Config returns 25 for <code>totalDiscoveredResources</code>.</p> </li> </ol>"
4436        },
4437        "resourceCounts":{
4438          "shape":"ResourceCounts",
4439          "documentation":"<p>The list of <code>ResourceCount</code> objects. Each object is listed in descending order by the number of resources.</p>"
4440        },
4441        "nextToken":{
4442          "shape":"NextToken",
4443          "documentation":"<p>The string that you use in a subsequent request to get the next page of results in a paginated response.</p>"
4444        }
4445      }
4446    },
4447    "GetOrganizationConfigRuleDetailedStatusRequest":{
4448      "type":"structure",
4449      "required":["OrganizationConfigRuleName"],
4450      "members":{
4451        "OrganizationConfigRuleName":{
4452          "shape":"OrganizationConfigRuleName",
4453          "documentation":"<p>The name of organization config rule for which you want status details for member accounts.</p>"
4454        },
4455        "Filters":{
4456          "shape":"StatusDetailFilters",
4457          "documentation":"<p>A <code>StatusDetailFilters</code> object.</p>"
4458        },
4459        "Limit":{
4460          "shape":"CosmosPageLimit",
4461          "documentation":"<p>The maximum number of <code>OrganizationConfigRuleDetailedStatus</code> returned on each page. If you do not specify a number, Config uses the default. The default is 100.</p>"
4462        },
4463        "NextToken":{
4464          "shape":"String",
4465          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
4466        }
4467      }
4468    },
4469    "GetOrganizationConfigRuleDetailedStatusResponse":{
4470      "type":"structure",
4471      "members":{
4472        "OrganizationConfigRuleDetailedStatus":{
4473          "shape":"OrganizationConfigRuleDetailedStatus",
4474          "documentation":"<p>A list of <code>MemberAccountStatus</code> objects.</p>"
4475        },
4476        "NextToken":{
4477          "shape":"String",
4478          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
4479        }
4480      }
4481    },
4482    "GetOrganizationConformancePackDetailedStatusRequest":{
4483      "type":"structure",
4484      "required":["OrganizationConformancePackName"],
4485      "members":{
4486        "OrganizationConformancePackName":{
4487          "shape":"OrganizationConformancePackName",
4488          "documentation":"<p>The name of organization conformance pack for which you want status details for member accounts.</p>"
4489        },
4490        "Filters":{
4491          "shape":"OrganizationResourceDetailedStatusFilters",
4492          "documentation":"<p>An <code>OrganizationResourceDetailedStatusFilters</code> object.</p>"
4493        },
4494        "Limit":{
4495          "shape":"CosmosPageLimit",
4496          "documentation":"<p>The maximum number of <code>OrganizationConformancePackDetailedStatuses</code> returned on each page. If you do not specify a number, Config uses the default. The default is 100. </p>"
4497        },
4498        "NextToken":{
4499          "shape":"String",
4500          "documentation":"<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
4501        }
4502      }
4503    },
4504    "GetOrganizationConformancePackDetailedStatusResponse":{
4505      "type":"structure",
4506      "members":{
4507        "OrganizationConformancePackDetailedStatuses":{
4508          "shape":"OrganizationConformancePackDetailedStatuses",
4509          "documentation":"<p>A list of <code>OrganizationConformancePackDetailedStatus</code> objects. </p>"
4510        },
4511        "NextToken":{
4512          "shape":"String",
4513          "documentation":"<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
4514        }
4515      }
4516    },
4517    "GetResourceConfigHistoryRequest":{
4518      "type":"structure",
4519      "required":[
4520        "resourceType",
4521        "resourceId"
4522      ],
4523      "members":{
4524        "resourceType":{
4525          "shape":"ResourceType",
4526          "documentation":"<p>The resource type.</p>"
4527        },
4528        "resourceId":{
4529          "shape":"ResourceId",
4530          "documentation":"<p>The ID of the resource (for example., <code>sg-xxxxxx</code>).</p>"
4531        },
4532        "laterTime":{
4533          "shape":"LaterTime",
4534          "documentation":"<p>The time stamp that indicates a later time. If not specified, current time is taken.</p>"
4535        },
4536        "earlierTime":{
4537          "shape":"EarlierTime",
4538          "documentation":"<p>The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start when the first configuration item was recorded.</p>"
4539        },
4540        "chronologicalOrder":{
4541          "shape":"ChronologicalOrder",
4542          "documentation":"<p>The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.</p>"
4543        },
4544        "limit":{
4545          "shape":"Limit",
4546          "documentation":"<p>The maximum number of configuration items returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.</p>"
4547        },
4548        "nextToken":{
4549          "shape":"NextToken",
4550          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
4551        }
4552      },
4553      "documentation":"<p>The input for the <a>GetResourceConfigHistory</a> action.</p>"
4554    },
4555    "GetResourceConfigHistoryResponse":{
4556      "type":"structure",
4557      "members":{
4558        "configurationItems":{
4559          "shape":"ConfigurationItemList",
4560          "documentation":"<p>A list that contains the configuration history of one or more resources.</p>"
4561        },
4562        "nextToken":{
4563          "shape":"NextToken",
4564          "documentation":"<p>The string that you use in a subsequent request to get the next page of results in a paginated response.</p>"
4565        }
4566      },
4567      "documentation":"<p>The output for the <a>GetResourceConfigHistory</a> action.</p>"
4568    },
4569    "GetStoredQueryRequest":{
4570      "type":"structure",
4571      "required":["QueryName"],
4572      "members":{
4573        "QueryName":{
4574          "shape":"QueryName",
4575          "documentation":"<p>The name of the query.</p>"
4576        }
4577      }
4578    },
4579    "GetStoredQueryResponse":{
4580      "type":"structure",
4581      "members":{
4582        "StoredQuery":{
4583          "shape":"StoredQuery",
4584          "documentation":"<p>Returns a <code>StoredQuery</code> object.</p>"
4585        }
4586      }
4587    },
4588    "GroupByAPILimit":{
4589      "type":"integer",
4590      "max":1000,
4591      "min":0
4592    },
4593    "GroupedResourceCount":{
4594      "type":"structure",
4595      "required":[
4596        "GroupName",
4597        "ResourceCount"
4598      ],
4599      "members":{
4600        "GroupName":{
4601          "shape":"StringWithCharLimit256",
4602          "documentation":"<p>The name of the group that can be region, account ID, or resource type. For example, region1, region2 if the region was chosen as <code>GroupByKey</code>.</p>"
4603        },
4604        "ResourceCount":{
4605          "shape":"Long",
4606          "documentation":"<p>The number of resources in the group.</p>"
4607        }
4608      },
4609      "documentation":"<p>The count of resources that are grouped by the group name.</p>"
4610    },
4611    "GroupedResourceCountList":{
4612      "type":"list",
4613      "member":{"shape":"GroupedResourceCount"}
4614    },
4615    "IncludeGlobalResourceTypes":{"type":"boolean"},
4616    "InsufficientDeliveryPolicyException":{
4617      "type":"structure",
4618      "members":{
4619      },
4620      "documentation":"<p>Your Amazon S3 bucket policy does not permit Config to write to it.</p>",
4621      "exception":true
4622    },
4623    "InsufficientPermissionsException":{
4624      "type":"structure",
4625      "members":{
4626      },
4627      "documentation":"<p>Indicates one of the following errors:</p> <ul> <li> <p>For PutConfigRule, the rule cannot be created because the IAM role assigned to Config lacks permissions to perform the config:Put* action.</p> </li> <li> <p>For PutConfigRule, the Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.</p> </li> <li> <p>For PutOrganizationConfigRule, organization config rule cannot be created because you do not have permissions to call IAM <code>GetRole</code> action or create a service linked role.</p> </li> <li> <p>For PutConformancePack and PutOrganizationConformancePack, a conformance pack cannot be created because you do not have permissions: </p> <ul> <li> <p>To call IAM <code>GetRole</code> action or create a service linked role.</p> </li> <li> <p>To read Amazon S3 bucket.</p> </li> </ul> </li> </ul>",
4628      "exception":true
4629    },
4630    "Integer":{"type":"integer"},
4631    "InvalidConfigurationRecorderNameException":{
4632      "type":"structure",
4633      "members":{
4634      },
4635      "documentation":"<p>You have provided a configuration recorder name that is not valid.</p>",
4636      "exception":true
4637    },
4638    "InvalidDeliveryChannelNameException":{
4639      "type":"structure",
4640      "members":{
4641      },
4642      "documentation":"<p>The specified delivery channel name is not valid.</p>",
4643      "exception":true
4644    },
4645    "InvalidExpressionException":{
4646      "type":"structure",
4647      "members":{
4648      },
4649      "documentation":"<p>The syntax of the query is incorrect.</p>",
4650      "exception":true
4651    },
4652    "InvalidLimitException":{
4653      "type":"structure",
4654      "members":{
4655      },
4656      "documentation":"<p>The specified limit is outside the allowable range.</p>",
4657      "exception":true
4658    },
4659    "InvalidNextTokenException":{
4660      "type":"structure",
4661      "members":{
4662      },
4663      "documentation":"<p>The specified next token is invalid. Specify the <code>nextToken</code> string that was returned in the previous response to get the next page of results.</p>",
4664      "exception":true
4665    },
4666    "InvalidParameterValueException":{
4667      "type":"structure",
4668      "members":{
4669      },
4670      "documentation":"<p>One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.</p>",
4671      "exception":true
4672    },
4673    "InvalidRecordingGroupException":{
4674      "type":"structure",
4675      "members":{
4676      },
4677      "documentation":"<p>Config throws an exception if the recording group does not contain a valid list of resource types. Invalid values might also be incorrectly formatted.</p>",
4678      "exception":true
4679    },
4680    "InvalidResultTokenException":{
4681      "type":"structure",
4682      "members":{
4683      },
4684      "documentation":"<p>The specified <code>ResultToken</code> is invalid.</p>",
4685      "exception":true
4686    },
4687    "InvalidRoleException":{
4688      "type":"structure",
4689      "members":{
4690      },
4691      "documentation":"<p>You have provided a null or empty role ARN.</p>",
4692      "exception":true
4693    },
4694    "InvalidS3KeyPrefixException":{
4695      "type":"structure",
4696      "members":{
4697      },
4698      "documentation":"<p>The specified Amazon S3 key prefix is not valid.</p>",
4699      "exception":true
4700    },
4701    "InvalidS3KmsKeyArnException":{
4702      "type":"structure",
4703      "members":{
4704      },
4705      "documentation":"<p>The specified Amazon KMS Key ARN is not valid.</p>",
4706      "exception":true
4707    },
4708    "InvalidSNSTopicARNException":{
4709      "type":"structure",
4710      "members":{
4711      },
4712      "documentation":"<p>The specified Amazon SNS topic does not exist.</p>",
4713      "exception":true
4714    },
4715    "InvalidTimeRangeException":{
4716      "type":"structure",
4717      "members":{
4718      },
4719      "documentation":"<p>The specified time range is not valid. The earlier time is not chronologically before the later time.</p>",
4720      "exception":true
4721    },
4722    "LastDeliveryChannelDeleteFailedException":{
4723      "type":"structure",
4724      "members":{
4725      },
4726      "documentation":"<p>You cannot delete the delivery channel you specified because the configuration recorder is running.</p>",
4727      "exception":true
4728    },
4729    "LaterTime":{"type":"timestamp"},
4730    "Limit":{
4731      "type":"integer",
4732      "max":100,
4733      "min":0
4734    },
4735    "LimitExceededException":{
4736      "type":"structure",
4737      "members":{
4738      },
4739      "documentation":"<p>For <code>StartConfigRulesEvaluation</code> API, this exception is thrown if an evaluation is in progress or if you call the <a>StartConfigRulesEvaluation</a> API more than once per minute.</p> <p>For <code>PutConfigurationAggregator</code> API, this exception is thrown if the number of accounts and aggregators exceeds the limit.</p>",
4740      "exception":true
4741    },
4742    "ListAggregateDiscoveredResourcesRequest":{
4743      "type":"structure",
4744      "required":[
4745        "ConfigurationAggregatorName",
4746        "ResourceType"
4747      ],
4748      "members":{
4749        "ConfigurationAggregatorName":{
4750          "shape":"ConfigurationAggregatorName",
4751          "documentation":"<p>The name of the configuration aggregator. </p>"
4752        },
4753        "ResourceType":{
4754          "shape":"ResourceType",
4755          "documentation":"<p>The type of resources that you want Config to list in the response.</p>"
4756        },
4757        "Filters":{
4758          "shape":"ResourceFilters",
4759          "documentation":"<p>Filters the results based on the <code>ResourceFilters</code> object.</p>"
4760        },
4761        "Limit":{
4762          "shape":"Limit",
4763          "documentation":"<p>The maximum number of resource identifiers returned on each page. You cannot specify a number greater than 100. If you specify 0, Config uses the default.</p>"
4764        },
4765        "NextToken":{
4766          "shape":"NextToken",
4767          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
4768        }
4769      }
4770    },
4771    "ListAggregateDiscoveredResourcesResponse":{
4772      "type":"structure",
4773      "members":{
4774        "ResourceIdentifiers":{
4775          "shape":"DiscoveredResourceIdentifierList",
4776          "documentation":"<p>Returns a list of <code>ResourceIdentifiers</code> objects.</p>"
4777        },
4778        "NextToken":{
4779          "shape":"NextToken",
4780          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
4781        }
4782      }
4783    },
4784    "ListDiscoveredResourcesRequest":{
4785      "type":"structure",
4786      "required":["resourceType"],
4787      "members":{
4788        "resourceType":{
4789          "shape":"ResourceType",
4790          "documentation":"<p>The type of resources that you want Config to list in the response.</p>"
4791        },
4792        "resourceIds":{
4793          "shape":"ResourceIdList",
4794          "documentation":"<p>The IDs of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered.</p>"
4795        },
4796        "resourceName":{
4797          "shape":"ResourceName",
4798          "documentation":"<p>The custom name of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered.</p>"
4799        },
4800        "limit":{
4801          "shape":"Limit",
4802          "documentation":"<p>The maximum number of resource identifiers returned on each page. The default is 100. You cannot specify a number greater than 100. If you specify 0, Config uses the default.</p>"
4803        },
4804        "includeDeletedResources":{
4805          "shape":"Boolean",
4806          "documentation":"<p>Specifies whether Config includes deleted resources in the results. By default, deleted resources are not included.</p>"
4807        },
4808        "nextToken":{
4809          "shape":"NextToken",
4810          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
4811        }
4812      },
4813      "documentation":"<p/>"
4814    },
4815    "ListDiscoveredResourcesResponse":{
4816      "type":"structure",
4817      "members":{
4818        "resourceIdentifiers":{
4819          "shape":"ResourceIdentifierList",
4820          "documentation":"<p>The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.</p>"
4821        },
4822        "nextToken":{
4823          "shape":"NextToken",
4824          "documentation":"<p>The string that you use in a subsequent request to get the next page of results in a paginated response.</p>"
4825        }
4826      },
4827      "documentation":"<p/>"
4828    },
4829    "ListStoredQueriesRequest":{
4830      "type":"structure",
4831      "members":{
4832        "NextToken":{
4833          "shape":"String",
4834          "documentation":"<p>The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.</p>",
4835          "box":true
4836        },
4837        "MaxResults":{
4838          "shape":"Limit",
4839          "documentation":"<p>The maximum number of results to be returned with a single call.</p>",
4840          "box":true
4841        }
4842      }
4843    },
4844    "ListStoredQueriesResponse":{
4845      "type":"structure",
4846      "members":{
4847        "StoredQueryMetadata":{
4848          "shape":"StoredQueryMetadataList",
4849          "documentation":"<p>A list of <code>StoredQueryMetadata</code> objects.</p>"
4850        },
4851        "NextToken":{
4852          "shape":"String",
4853          "documentation":"<p>If the previous paginated request didn't return all of the remaining results, the response object's <code>NextToken</code> parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's <code>NextToken</code> parameter. If there are no remaining results, the previous response object's <code>NextToken</code> parameter is set to <code>null</code>. </p>"
4854        }
4855      }
4856    },
4857    "ListTagsForResourceRequest":{
4858      "type":"structure",
4859      "required":["ResourceArn"],
4860      "members":{
4861        "ResourceArn":{
4862          "shape":"AmazonResourceName",
4863          "documentation":"<p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are <code>ConfigRule</code>, <code>ConfigurationAggregator</code> and <code>AggregatorAuthorization</code>.</p>"
4864        },
4865        "Limit":{
4866          "shape":"Limit",
4867          "documentation":"<p>The maximum number of tags returned on each page. The limit maximum is 50. You cannot specify a number greater than 50. If you specify 0, Config uses the default. </p>"
4868        },
4869        "NextToken":{
4870          "shape":"NextToken",
4871          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
4872        }
4873      }
4874    },
4875    "ListTagsForResourceResponse":{
4876      "type":"structure",
4877      "members":{
4878        "Tags":{
4879          "shape":"TagList",
4880          "documentation":"<p>The tags for the resource.</p>"
4881        },
4882        "NextToken":{
4883          "shape":"NextToken",
4884          "documentation":"<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
4885        }
4886      }
4887    },
4888    "Long":{"type":"long"},
4889    "MaxActiveResourcesExceededException":{
4890      "type":"structure",
4891      "members":{
4892      },
4893      "documentation":"<p>You have reached the limit (100,000) of active custom resource types in your account. Delete unused resources using <code>DeleteResourceConfig</code>.</p>",
4894      "exception":true
4895    },
4896    "MaxNumberOfConfigRulesExceededException":{
4897      "type":"structure",
4898      "members":{
4899      },
4900      "documentation":"<p>Failed to add the Config rule because the account already contains the maximum number of 150 rules. Consider deleting any deactivated rules before you add new rules.</p>",
4901      "exception":true
4902    },
4903    "MaxNumberOfConfigurationRecordersExceededException":{
4904      "type":"structure",
4905      "members":{
4906      },
4907      "documentation":"<p>You have reached the limit of the number of recorders you can create.</p>",
4908      "exception":true
4909    },
4910    "MaxNumberOfConformancePacksExceededException":{
4911      "type":"structure",
4912      "members":{
4913      },
4914      "documentation":"<p>You have reached the limit (6) of the number of conformance packs in an account (6 conformance pack with 25 Config rules per pack).</p>",
4915      "exception":true
4916    },
4917    "MaxNumberOfDeliveryChannelsExceededException":{
4918      "type":"structure",
4919      "members":{
4920      },
4921      "documentation":"<p>You have reached the limit of the number of delivery channels you can create.</p>",
4922      "exception":true
4923    },
4924    "MaxNumberOfOrganizationConfigRulesExceededException":{
4925      "type":"structure",
4926      "members":{
4927      },
4928      "documentation":"<p>You have reached the limit of the number of organization config rules you can create.</p>",
4929      "exception":true
4930    },
4931    "MaxNumberOfOrganizationConformancePacksExceededException":{
4932      "type":"structure",
4933      "members":{
4934      },
4935      "documentation":"<p>You have reached the limit (6) of the number of organization conformance packs in an account (6 conformance pack with 25 Config rules per pack per account).</p>",
4936      "exception":true
4937    },
4938    "MaxNumberOfRetentionConfigurationsExceededException":{
4939      "type":"structure",
4940      "members":{
4941      },
4942      "documentation":"<p>Failed to add the retention configuration because a retention configuration with that name already exists.</p>",
4943      "exception":true
4944    },
4945    "MaximumExecutionFrequency":{
4946      "type":"string",
4947      "enum":[
4948        "One_Hour",
4949        "Three_Hours",
4950        "Six_Hours",
4951        "Twelve_Hours",
4952        "TwentyFour_Hours"
4953      ]
4954    },
4955    "MemberAccountRuleStatus":{
4956      "type":"string",
4957      "enum":[
4958        "CREATE_SUCCESSFUL",
4959        "CREATE_IN_PROGRESS",
4960        "CREATE_FAILED",
4961        "DELETE_SUCCESSFUL",
4962        "DELETE_FAILED",
4963        "DELETE_IN_PROGRESS",
4964        "UPDATE_SUCCESSFUL",
4965        "UPDATE_IN_PROGRESS",
4966        "UPDATE_FAILED"
4967      ]
4968    },
4969    "MemberAccountStatus":{
4970      "type":"structure",
4971      "required":[
4972        "AccountId",
4973        "ConfigRuleName",
4974        "MemberAccountRuleStatus"
4975      ],
4976      "members":{
4977        "AccountId":{
4978          "shape":"AccountId",
4979          "documentation":"<p>The 12-digit account ID of a member account.</p>"
4980        },
4981        "ConfigRuleName":{
4982          "shape":"StringWithCharLimit64",
4983          "documentation":"<p>The name of config rule deployed in the member account.</p>"
4984        },
4985        "MemberAccountRuleStatus":{
4986          "shape":"MemberAccountRuleStatus",
4987          "documentation":"<p>Indicates deployment status for config rule in the member account. When master account calls <code>PutOrganizationConfigRule</code> action for the first time, config rule status is created in the member account. When master account calls <code>PutOrganizationConfigRule</code> action for the second time, config rule status is updated in the member account. Config rule status is deleted when the master account deletes <code>OrganizationConfigRule</code> and disables service access for <code>config-multiaccountsetup.amazonaws.com</code>. </p> <p> Config sets the state of the rule to:</p> <ul> <li> <p> <code>CREATE_SUCCESSFUL</code> when config rule has been created in the member account. </p> </li> <li> <p> <code>CREATE_IN_PROGRESS</code> when config rule is being created in the member account.</p> </li> <li> <p> <code>CREATE_FAILED</code> when config rule creation has failed in the member account.</p> </li> <li> <p> <code>DELETE_FAILED</code> when config rule deletion has failed in the member account.</p> </li> <li> <p> <code>DELETE_IN_PROGRESS</code> when config rule is being deleted in the member account.</p> </li> <li> <p> <code>DELETE_SUCCESSFUL</code> when config rule has been deleted in the member account. </p> </li> <li> <p> <code>UPDATE_SUCCESSFUL</code> when config rule has been updated in the member account.</p> </li> <li> <p> <code>UPDATE_IN_PROGRESS</code> when config rule is being updated in the member account.</p> </li> <li> <p> <code>UPDATE_FAILED</code> when config rule deletion has failed in the member account.</p> </li> </ul>"
4988        },
4989        "ErrorCode":{
4990          "shape":"String",
4991          "documentation":"<p>An error code that is returned when config rule creation or deletion failed in the member account.</p>"
4992        },
4993        "ErrorMessage":{
4994          "shape":"String",
4995          "documentation":"<p>An error message indicating that config rule account creation or deletion has failed due to an error in the member account.</p>"
4996        },
4997        "LastUpdateTime":{
4998          "shape":"Date",
4999          "documentation":"<p>The timestamp of the last status update.</p>"
5000        }
5001      },
5002      "documentation":"<p>Organization config rule creation or deletion status in each member account. This includes the name of the rule, the status, error code and error message when the rule creation or deletion failed.</p>"
5003    },
5004    "MessageType":{
5005      "type":"string",
5006      "enum":[
5007        "ConfigurationItemChangeNotification",
5008        "ConfigurationSnapshotDeliveryCompleted",
5009        "ScheduledNotification",
5010        "OversizedConfigurationItemChangeNotification"
5011      ]
5012    },
5013    "Name":{"type":"string"},
5014    "NextToken":{"type":"string"},
5015    "NoAvailableConfigurationRecorderException":{
5016      "type":"structure",
5017      "members":{
5018      },
5019      "documentation":"<p>There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.</p>",
5020      "exception":true
5021    },
5022    "NoAvailableDeliveryChannelException":{
5023      "type":"structure",
5024      "members":{
5025      },
5026      "documentation":"<p>There is no delivery channel available to record configurations.</p>",
5027      "exception":true
5028    },
5029    "NoAvailableOrganizationException":{
5030      "type":"structure",
5031      "members":{
5032      },
5033      "documentation":"<p>Organization is no longer available.</p>",
5034      "exception":true
5035    },
5036    "NoRunningConfigurationRecorderException":{
5037      "type":"structure",
5038      "members":{
5039      },
5040      "documentation":"<p>There is no configuration recorder running.</p>",
5041      "exception":true
5042    },
5043    "NoSuchBucketException":{
5044      "type":"structure",
5045      "members":{
5046      },
5047      "documentation":"<p>The specified Amazon S3 bucket does not exist.</p>",
5048      "exception":true
5049    },
5050    "NoSuchConfigRuleException":{
5051      "type":"structure",
5052      "members":{
5053      },
5054      "documentation":"<p>One or more Config rules in the request are invalid. Verify that the rule names are correct and try again.</p>",
5055      "exception":true
5056    },
5057    "NoSuchConfigRuleInConformancePackException":{
5058      "type":"structure",
5059      "members":{
5060      },
5061      "documentation":"<p>Config rule that you passed in the filter does not exist.</p>",
5062      "exception":true
5063    },
5064    "NoSuchConfigurationAggregatorException":{
5065      "type":"structure",
5066      "members":{
5067      },
5068      "documentation":"<p>You have specified a configuration aggregator that does not exist.</p>",
5069      "exception":true
5070    },
5071    "NoSuchConfigurationRecorderException":{
5072      "type":"structure",
5073      "members":{
5074      },
5075      "documentation":"<p>You have specified a configuration recorder that does not exist.</p>",
5076      "exception":true
5077    },
5078    "NoSuchConformancePackException":{
5079      "type":"structure",
5080      "members":{
5081      },
5082      "documentation":"<p>You specified one or more conformance packs that do not exist.</p>",
5083      "exception":true
5084    },
5085    "NoSuchDeliveryChannelException":{
5086      "type":"structure",
5087      "members":{
5088      },
5089      "documentation":"<p>You have specified a delivery channel that does not exist.</p>",
5090      "exception":true
5091    },
5092    "NoSuchOrganizationConfigRuleException":{
5093      "type":"structure",
5094      "members":{
5095      },
5096      "documentation":"<p>You specified one or more organization config rules that do not exist.</p>",
5097      "exception":true
5098    },
5099    "NoSuchOrganizationConformancePackException":{
5100      "type":"structure",
5101      "members":{
5102      },
5103      "documentation":"<p>Config organization conformance pack that you passed in the filter does not exist.</p> <p>For DeleteOrganizationConformancePack, you tried to delete an organization conformance pack that does not exist.</p>",
5104      "exception":true
5105    },
5106    "NoSuchRemediationConfigurationException":{
5107      "type":"structure",
5108      "members":{
5109      },
5110      "documentation":"<p>You specified an Config rule without a remediation configuration.</p>",
5111      "exception":true
5112    },
5113    "NoSuchRemediationExceptionException":{
5114      "type":"structure",
5115      "members":{
5116      },
5117      "documentation":"<p>You tried to delete a remediation exception that does not exist.</p>",
5118      "exception":true
5119    },
5120    "NoSuchRetentionConfigurationException":{
5121      "type":"structure",
5122      "members":{
5123      },
5124      "documentation":"<p>You have specified a retention configuration that does not exist.</p>",
5125      "exception":true
5126    },
5127    "OrderingTimestamp":{"type":"timestamp"},
5128    "OrganizationAccessDeniedException":{
5129      "type":"structure",
5130      "members":{
5131      },
5132      "documentation":"<p>For <code>PutConfigurationAggregator</code> API, you can see this exception for the following reasons:</p> <ul> <li> <p>No permission to call <code>EnableAWSServiceAccess</code> API</p> </li> <li> <p>The configuration aggregator cannot be updated because your Amazon Web Services Organization management account or the delegated administrator role changed. Delete this aggregator and create a new one with the current Amazon Web Services Organization.</p> </li> <li> <p>The configuration aggregator is associated with a previous Amazon Web Services Organization and Config cannot aggregate data with current Amazon Web Services Organization. Delete this aggregator and create a new one with the current Amazon Web Services Organization.</p> </li> <li> <p>You are not a registered delegated administrator for Config with permissions to call <code>ListDelegatedAdministrators</code> API. Ensure that the management account registers delagated administrator for Config service principle name before the delegated administrator creates an aggregator.</p> </li> </ul> <p>For all <code>OrganizationConfigRule</code> and <code>OrganizationConformancePack</code> APIs, Config throws an exception if APIs are called from member accounts. All APIs must be called from organization master account.</p>",
5133      "exception":true
5134    },
5135    "OrganizationAggregationSource":{
5136      "type":"structure",
5137      "required":["RoleArn"],
5138      "members":{
5139        "RoleArn":{
5140          "shape":"String",
5141          "documentation":"<p>ARN of the IAM role used to retrieve Amazon Web Services Organization details associated with the aggregator account.</p>"
5142        },
5143        "AwsRegions":{
5144          "shape":"AggregatorRegionList",
5145          "documentation":"<p>The source regions being aggregated.</p>"
5146        },
5147        "AllAwsRegions":{
5148          "shape":"Boolean",
5149          "documentation":"<p>If true, aggregate existing Config regions and future regions.</p>"
5150        }
5151      },
5152      "documentation":"<p>This object contains regions to set up the aggregator and an IAM role to retrieve organization details.</p>"
5153    },
5154    "OrganizationAllFeaturesNotEnabledException":{
5155      "type":"structure",
5156      "members":{
5157      },
5158      "documentation":"<p>Config resource cannot be created because your organization does not have all features enabled.</p>",
5159      "exception":true
5160    },
5161    "OrganizationConfigRule":{
5162      "type":"structure",
5163      "required":[
5164        "OrganizationConfigRuleName",
5165        "OrganizationConfigRuleArn"
5166      ],
5167      "members":{
5168        "OrganizationConfigRuleName":{
5169          "shape":"OrganizationConfigRuleName",
5170          "documentation":"<p>The name that you assign to organization config rule.</p>"
5171        },
5172        "OrganizationConfigRuleArn":{
5173          "shape":"StringWithCharLimit256",
5174          "documentation":"<p>Amazon Resource Name (ARN) of organization config rule.</p>"
5175        },
5176        "OrganizationManagedRuleMetadata":{
5177          "shape":"OrganizationManagedRuleMetadata",
5178          "documentation":"<p>An <code>OrganizationManagedRuleMetadata</code> object.</p>"
5179        },
5180        "OrganizationCustomRuleMetadata":{
5181          "shape":"OrganizationCustomRuleMetadata",
5182          "documentation":"<p>An <code>OrganizationCustomRuleMetadata</code> object.</p>"
5183        },
5184        "ExcludedAccounts":{
5185          "shape":"ExcludedAccounts",
5186          "documentation":"<p>A comma-separated list of accounts excluded from organization config rule.</p>"
5187        },
5188        "LastUpdateTime":{
5189          "shape":"Date",
5190          "documentation":"<p>The timestamp of the last update.</p>"
5191        }
5192      },
5193      "documentation":"<p>An organization config rule that has information about config rules that Config creates in member accounts.</p>"
5194    },
5195    "OrganizationConfigRuleDetailedStatus":{
5196      "type":"list",
5197      "member":{"shape":"MemberAccountStatus"}
5198    },
5199    "OrganizationConfigRuleName":{
5200      "type":"string",
5201      "max":64,
5202      "min":1,
5203      "pattern":".*\\S.*"
5204    },
5205    "OrganizationConfigRuleNames":{
5206      "type":"list",
5207      "member":{"shape":"StringWithCharLimit64"},
5208      "max":25,
5209      "min":0
5210    },
5211    "OrganizationConfigRuleStatus":{
5212      "type":"structure",
5213      "required":[
5214        "OrganizationConfigRuleName",
5215        "OrganizationRuleStatus"
5216      ],
5217      "members":{
5218        "OrganizationConfigRuleName":{
5219          "shape":"OrganizationConfigRuleName",
5220          "documentation":"<p>The name that you assign to organization config rule.</p>"
5221        },
5222        "OrganizationRuleStatus":{
5223          "shape":"OrganizationRuleStatus",
5224          "documentation":"<p>Indicates deployment status of an organization config rule. When master account calls PutOrganizationConfigRule action for the first time, config rule status is created in all the member accounts. When master account calls PutOrganizationConfigRule action for the second time, config rule status is updated in all the member accounts. Additionally, config rule status is updated when one or more member accounts join or leave an organization. Config rule status is deleted when the master account deletes OrganizationConfigRule in all the member accounts and disables service access for <code>config-multiaccountsetup.amazonaws.com</code>.</p> <p>Config sets the state of the rule to:</p> <ul> <li> <p> <code>CREATE_SUCCESSFUL</code> when an organization config rule has been successfully created in all the member accounts. </p> </li> <li> <p> <code>CREATE_IN_PROGRESS</code> when an organization config rule creation is in progress.</p> </li> <li> <p> <code>CREATE_FAILED</code> when an organization config rule creation failed in one or more member accounts within that organization.</p> </li> <li> <p> <code>DELETE_FAILED</code> when an organization config rule deletion failed in one or more member accounts within that organization.</p> </li> <li> <p> <code>DELETE_IN_PROGRESS</code> when an organization config rule deletion is in progress.</p> </li> <li> <p> <code>DELETE_SUCCESSFUL</code> when an organization config rule has been successfully deleted from all the member accounts.</p> </li> <li> <p> <code>UPDATE_SUCCESSFUL</code> when an organization config rule has been successfully updated in all the member accounts.</p> </li> <li> <p> <code>UPDATE_IN_PROGRESS</code> when an organization config rule update is in progress.</p> </li> <li> <p> <code>UPDATE_FAILED</code> when an organization config rule update failed in one or more member accounts within that organization.</p> </li> </ul>"
5225        },
5226        "ErrorCode":{
5227          "shape":"String",
5228          "documentation":"<p>An error code that is returned when organization config rule creation or deletion has failed.</p>"
5229        },
5230        "ErrorMessage":{
5231          "shape":"String",
5232          "documentation":"<p>An error message indicating that organization config rule creation or deletion failed due to an error.</p>"
5233        },
5234        "LastUpdateTime":{
5235          "shape":"Date",
5236          "documentation":"<p>The timestamp of the last update.</p>"
5237        }
5238      },
5239      "documentation":"<p>Returns the status for an organization config rule in an organization.</p>"
5240    },
5241    "OrganizationConfigRuleStatuses":{
5242      "type":"list",
5243      "member":{"shape":"OrganizationConfigRuleStatus"}
5244    },
5245    "OrganizationConfigRuleTriggerType":{
5246      "type":"string",
5247      "enum":[
5248        "ConfigurationItemChangeNotification",
5249        "OversizedConfigurationItemChangeNotification",
5250        "ScheduledNotification"
5251      ]
5252    },
5253    "OrganizationConfigRuleTriggerTypes":{
5254      "type":"list",
5255      "member":{"shape":"OrganizationConfigRuleTriggerType"}
5256    },
5257    "OrganizationConfigRules":{
5258      "type":"list",
5259      "member":{"shape":"OrganizationConfigRule"}
5260    },
5261    "OrganizationConformancePack":{
5262      "type":"structure",
5263      "required":[
5264        "OrganizationConformancePackName",
5265        "OrganizationConformancePackArn",
5266        "LastUpdateTime"
5267      ],
5268      "members":{
5269        "OrganizationConformancePackName":{
5270          "shape":"OrganizationConformancePackName",
5271          "documentation":"<p>The name you assign to an organization conformance pack.</p>"
5272        },
5273        "OrganizationConformancePackArn":{
5274          "shape":"StringWithCharLimit256",
5275          "documentation":"<p>Amazon Resource Name (ARN) of organization conformance pack.</p>"
5276        },
5277        "DeliveryS3Bucket":{
5278          "shape":"DeliveryS3Bucket",
5279          "documentation":"<p>The name of the Amazon S3 bucket where Config stores conformance pack templates. </p> <note> <p>This field is optional.</p> </note>"
5280        },
5281        "DeliveryS3KeyPrefix":{
5282          "shape":"DeliveryS3KeyPrefix",
5283          "documentation":"<p>Any folder structure you want to add to an Amazon S3 bucket.</p> <note> <p>This field is optional.</p> </note>"
5284        },
5285        "ConformancePackInputParameters":{
5286          "shape":"ConformancePackInputParameters",
5287          "documentation":"<p>A list of <code>ConformancePackInputParameter</code> objects.</p>"
5288        },
5289        "ExcludedAccounts":{
5290          "shape":"ExcludedAccounts",
5291          "documentation":"<p>A comma-separated list of accounts excluded from organization conformance pack.</p>"
5292        },
5293        "LastUpdateTime":{
5294          "shape":"Date",
5295          "documentation":"<p>Last time when organization conformation pack was updated.</p>"
5296        }
5297      },
5298      "documentation":"<p>An organization conformance pack that has information about conformance packs that Config creates in member accounts. </p>"
5299    },
5300    "OrganizationConformancePackDetailedStatus":{
5301      "type":"structure",
5302      "required":[
5303        "AccountId",
5304        "ConformancePackName",
5305        "Status"
5306      ],
5307      "members":{
5308        "AccountId":{
5309          "shape":"AccountId",
5310          "documentation":"<p>The 12-digit account ID of a member account.</p>"
5311        },
5312        "ConformancePackName":{
5313          "shape":"StringWithCharLimit256",
5314          "documentation":"<p>The name of conformance pack deployed in the member account.</p>"
5315        },
5316        "Status":{
5317          "shape":"OrganizationResourceDetailedStatus",
5318          "documentation":"<p>Indicates deployment status for conformance pack in a member account. When master account calls <code>PutOrganizationConformancePack</code> action for the first time, conformance pack status is created in the member account. When master account calls <code>PutOrganizationConformancePack</code> action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the master account deletes <code>OrganizationConformancePack</code> and disables service access for <code>config-multiaccountsetup.amazonaws.com</code>. </p> <p> Config sets the state of the conformance pack to:</p> <ul> <li> <p> <code>CREATE_SUCCESSFUL</code> when conformance pack has been created in the member account. </p> </li> <li> <p> <code>CREATE_IN_PROGRESS</code> when conformance pack is being created in the member account.</p> </li> <li> <p> <code>CREATE_FAILED</code> when conformance pack creation has failed in the member account.</p> </li> <li> <p> <code>DELETE_FAILED</code> when conformance pack deletion has failed in the member account.</p> </li> <li> <p> <code>DELETE_IN_PROGRESS</code> when conformance pack is being deleted in the member account.</p> </li> <li> <p> <code>DELETE_SUCCESSFUL</code> when conformance pack has been deleted in the member account. </p> </li> <li> <p> <code>UPDATE_SUCCESSFUL</code> when conformance pack has been updated in the member account.</p> </li> <li> <p> <code>UPDATE_IN_PROGRESS</code> when conformance pack is being updated in the member account.</p> </li> <li> <p> <code>UPDATE_FAILED</code> when conformance pack deletion has failed in the member account.</p> </li> </ul>"
5319        },
5320        "ErrorCode":{
5321          "shape":"String",
5322          "documentation":"<p>An error code that is returned when conformance pack creation or deletion failed in the member account. </p>"
5323        },
5324        "ErrorMessage":{
5325          "shape":"String",
5326          "documentation":"<p>An error message indicating that conformance pack account creation or deletion has failed due to an error in the member account. </p>"
5327        },
5328        "LastUpdateTime":{
5329          "shape":"Date",
5330          "documentation":"<p>The timestamp of the last status update.</p>"
5331        }
5332      },
5333      "documentation":"<p>Organization conformance pack creation or deletion status in each member account. This includes the name of the conformance pack, the status, error code and error message when the conformance pack creation or deletion failed. </p>"
5334    },
5335    "OrganizationConformancePackDetailedStatuses":{
5336      "type":"list",
5337      "member":{"shape":"OrganizationConformancePackDetailedStatus"}
5338    },
5339    "OrganizationConformancePackName":{
5340      "type":"string",
5341      "max":128,
5342      "min":1,
5343      "pattern":"[a-zA-Z][-a-zA-Z0-9]*"
5344    },
5345    "OrganizationConformancePackNames":{
5346      "type":"list",
5347      "member":{"shape":"OrganizationConformancePackName"},
5348      "max":25,
5349      "min":0
5350    },
5351    "OrganizationConformancePackStatus":{
5352      "type":"structure",
5353      "required":[
5354        "OrganizationConformancePackName",
5355        "Status"
5356      ],
5357      "members":{
5358        "OrganizationConformancePackName":{
5359          "shape":"OrganizationConformancePackName",
5360          "documentation":"<p>The name that you assign to organization conformance pack.</p>"
5361        },
5362        "Status":{
5363          "shape":"OrganizationResourceStatus",
5364          "documentation":"<p>Indicates deployment status of an organization conformance pack. When master account calls PutOrganizationConformancePack for the first time, conformance pack status is created in all the member accounts. When master account calls PutOrganizationConformancePack for the second time, conformance pack status is updated in all the member accounts. Additionally, conformance pack status is updated when one or more member accounts join or leave an organization. Conformance pack status is deleted when the master account deletes OrganizationConformancePack in all the member accounts and disables service access for <code>config-multiaccountsetup.amazonaws.com</code>.</p> <p>Config sets the state of the conformance pack to:</p> <ul> <li> <p> <code>CREATE_SUCCESSFUL</code> when an organization conformance pack has been successfully created in all the member accounts. </p> </li> <li> <p> <code>CREATE_IN_PROGRESS</code> when an organization conformance pack creation is in progress.</p> </li> <li> <p> <code>CREATE_FAILED</code> when an organization conformance pack creation failed in one or more member accounts within that organization.</p> </li> <li> <p> <code>DELETE_FAILED</code> when an organization conformance pack deletion failed in one or more member accounts within that organization.</p> </li> <li> <p> <code>DELETE_IN_PROGRESS</code> when an organization conformance pack deletion is in progress.</p> </li> <li> <p> <code>DELETE_SUCCESSFUL</code> when an organization conformance pack has been successfully deleted from all the member accounts.</p> </li> <li> <p> <code>UPDATE_SUCCESSFUL</code> when an organization conformance pack has been successfully updated in all the member accounts.</p> </li> <li> <p> <code>UPDATE_IN_PROGRESS</code> when an organization conformance pack update is in progress.</p> </li> <li> <p> <code>UPDATE_FAILED</code> when an organization conformance pack update failed in one or more member accounts within that organization.</p> </li> </ul>"
5365        },
5366        "ErrorCode":{
5367          "shape":"String",
5368          "documentation":"<p>An error code that is returned when organization conformance pack creation or deletion has failed in a member account. </p>"
5369        },
5370        "ErrorMessage":{
5371          "shape":"String",
5372          "documentation":"<p>An error message indicating that organization conformance pack creation or deletion failed due to an error. </p>"
5373        },
5374        "LastUpdateTime":{
5375          "shape":"Date",
5376          "documentation":"<p>The timestamp of the last update.</p>"
5377        }
5378      },
5379      "documentation":"<p>Returns the status for an organization conformance pack in an organization.</p>"
5380    },
5381    "OrganizationConformancePackStatuses":{
5382      "type":"list",
5383      "member":{"shape":"OrganizationConformancePackStatus"}
5384    },
5385    "OrganizationConformancePackTemplateValidationException":{
5386      "type":"structure",
5387      "members":{
5388      },
5389      "documentation":"<p>You have specified a template that is not valid or supported.</p>",
5390      "exception":true
5391    },
5392    "OrganizationConformancePacks":{
5393      "type":"list",
5394      "member":{"shape":"OrganizationConformancePack"}
5395    },
5396    "OrganizationCustomRuleMetadata":{
5397      "type":"structure",
5398      "required":[
5399        "LambdaFunctionArn",
5400        "OrganizationConfigRuleTriggerTypes"
5401      ],
5402      "members":{
5403        "Description":{
5404          "shape":"StringWithCharLimit256Min0",
5405          "documentation":"<p>The description that you provide for organization config rule.</p>"
5406        },
5407        "LambdaFunctionArn":{
5408          "shape":"StringWithCharLimit256",
5409          "documentation":"<p>The lambda function ARN.</p>"
5410        },
5411        "OrganizationConfigRuleTriggerTypes":{
5412          "shape":"OrganizationConfigRuleTriggerTypes",
5413          "documentation":"<p>The type of notification that triggers Config to run an evaluation for a rule. You can specify the following notification types:</p> <ul> <li> <p> <code>ConfigurationItemChangeNotification</code> - Triggers an evaluation when Config delivers a configuration item as a result of a resource change.</p> </li> <li> <p> <code>OversizedConfigurationItemChangeNotification</code> - Triggers an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.</p> </li> <li> <p> <code>ScheduledNotification</code> - Triggers a periodic evaluation at the frequency specified for <code>MaximumExecutionFrequency</code>.</p> </li> </ul>"
5414        },
5415        "InputParameters":{
5416          "shape":"StringWithCharLimit2048",
5417          "documentation":"<p>A string, in JSON format, that is passed to organization config rule Lambda function.</p>"
5418        },
5419        "MaximumExecutionFrequency":{
5420          "shape":"MaximumExecutionFrequency",
5421          "documentation":"<p>The maximum frequency with which Config runs evaluations for a rule. Your custom rule is triggered when Config delivers the configuration snapshot. For more information, see <a>ConfigSnapshotDeliveryProperties</a>.</p> <note> <p>By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the <code>MaximumExecutionFrequency</code> parameter.</p> </note>"
5422        },
5423        "ResourceTypesScope":{
5424          "shape":"ResourceTypesScope",
5425          "documentation":"<p>The type of the Amazon Web Services resource that was evaluated.</p>"
5426        },
5427        "ResourceIdScope":{
5428          "shape":"StringWithCharLimit768",
5429          "documentation":"<p>The ID of the Amazon Web Services resource that was evaluated.</p>"
5430        },
5431        "TagKeyScope":{
5432          "shape":"StringWithCharLimit128",
5433          "documentation":"<p>One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values. </p>"
5434        },
5435        "TagValueScope":{
5436          "shape":"StringWithCharLimit256",
5437          "documentation":"<p>The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key). </p>"
5438        }
5439      },
5440      "documentation":"<p>An object that specifies organization custom rule metadata such as resource type, resource ID of Amazon Web Services resource, Lambda function ARN, and organization trigger types that trigger Config to evaluate your Amazon Web Services resources against a rule. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.</p>"
5441    },
5442    "OrganizationManagedRuleMetadata":{
5443      "type":"structure",
5444      "required":["RuleIdentifier"],
5445      "members":{
5446        "Description":{
5447          "shape":"StringWithCharLimit256Min0",
5448          "documentation":"<p>The description that you provide for organization config rule.</p>"
5449        },
5450        "RuleIdentifier":{
5451          "shape":"StringWithCharLimit256",
5452          "documentation":"<p>For organization config managed rules, a predefined identifier from a list. For example, <code>IAM_PASSWORD_POLICY</code> is a managed rule. To reference a managed rule, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html\">Using Config managed rules</a>.</p>"
5453        },
5454        "InputParameters":{
5455          "shape":"StringWithCharLimit2048",
5456          "documentation":"<p>A string, in JSON format, that is passed to organization config rule Lambda function.</p>"
5457        },
5458        "MaximumExecutionFrequency":{
5459          "shape":"MaximumExecutionFrequency",
5460          "documentation":"<p>The maximum frequency with which Config runs evaluations for a rule. You are using an Config managed rule that is triggered at a periodic frequency.</p> <note> <p>By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the <code>MaximumExecutionFrequency</code> parameter.</p> </note>"
5461        },
5462        "ResourceTypesScope":{
5463          "shape":"ResourceTypesScope",
5464          "documentation":"<p>The type of the Amazon Web Services resource that was evaluated.</p>"
5465        },
5466        "ResourceIdScope":{
5467          "shape":"StringWithCharLimit768",
5468          "documentation":"<p>The ID of the Amazon Web Services resource that was evaluated.</p>"
5469        },
5470        "TagKeyScope":{
5471          "shape":"StringWithCharLimit128",
5472          "documentation":"<p>One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values. </p>"
5473        },
5474        "TagValueScope":{
5475          "shape":"StringWithCharLimit256",
5476          "documentation":"<p>The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).</p>"
5477        }
5478      },
5479      "documentation":"<p>An object that specifies organization managed rule metadata such as resource type and ID of Amazon Web Services resource along with the rule identifier. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.</p>"
5480    },
5481    "OrganizationResourceDetailedStatus":{
5482      "type":"string",
5483      "enum":[
5484        "CREATE_SUCCESSFUL",
5485        "CREATE_IN_PROGRESS",
5486        "CREATE_FAILED",
5487        "DELETE_SUCCESSFUL",
5488        "DELETE_FAILED",
5489        "DELETE_IN_PROGRESS",
5490        "UPDATE_SUCCESSFUL",
5491        "UPDATE_IN_PROGRESS",
5492        "UPDATE_FAILED"
5493      ]
5494    },
5495    "OrganizationResourceDetailedStatusFilters":{
5496      "type":"structure",
5497      "members":{
5498        "AccountId":{
5499          "shape":"AccountId",
5500          "documentation":"<p>The 12-digit account ID of the member account within an organization.</p>"
5501        },
5502        "Status":{
5503          "shape":"OrganizationResourceDetailedStatus",
5504          "documentation":"<p>Indicates deployment status for conformance pack in a member account. When master account calls <code>PutOrganizationConformancePack</code> action for the first time, conformance pack status is created in the member account. When master account calls <code>PutOrganizationConformancePack</code> action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the master account deletes <code>OrganizationConformancePack</code> and disables service access for <code>config-multiaccountsetup.amazonaws.com</code>. </p> <p> Config sets the state of the conformance pack to:</p> <ul> <li> <p> <code>CREATE_SUCCESSFUL</code> when conformance pack has been created in the member account. </p> </li> <li> <p> <code>CREATE_IN_PROGRESS</code> when conformance pack is being created in the member account.</p> </li> <li> <p> <code>CREATE_FAILED</code> when conformance pack creation has failed in the member account.</p> </li> <li> <p> <code>DELETE_FAILED</code> when conformance pack deletion has failed in the member account.</p> </li> <li> <p> <code>DELETE_IN_PROGRESS</code> when conformance pack is being deleted in the member account.</p> </li> <li> <p> <code>DELETE_SUCCESSFUL</code> when conformance pack has been deleted in the member account. </p> </li> <li> <p> <code>UPDATE_SUCCESSFUL</code> when conformance pack has been updated in the member account.</p> </li> <li> <p> <code>UPDATE_IN_PROGRESS</code> when conformance pack is being updated in the member account.</p> </li> <li> <p> <code>UPDATE_FAILED</code> when conformance pack deletion has failed in the member account.</p> </li> </ul>"
5505        }
5506      },
5507      "documentation":"<p>Status filter object to filter results based on specific member account ID or status type for an organization conformance pack.</p>"
5508    },
5509    "OrganizationResourceStatus":{
5510      "type":"string",
5511      "enum":[
5512        "CREATE_SUCCESSFUL",
5513        "CREATE_IN_PROGRESS",
5514        "CREATE_FAILED",
5515        "DELETE_SUCCESSFUL",
5516        "DELETE_FAILED",
5517        "DELETE_IN_PROGRESS",
5518        "UPDATE_SUCCESSFUL",
5519        "UPDATE_IN_PROGRESS",
5520        "UPDATE_FAILED"
5521      ]
5522    },
5523    "OrganizationRuleStatus":{
5524      "type":"string",
5525      "enum":[
5526        "CREATE_SUCCESSFUL",
5527        "CREATE_IN_PROGRESS",
5528        "CREATE_FAILED",
5529        "DELETE_SUCCESSFUL",
5530        "DELETE_FAILED",
5531        "DELETE_IN_PROGRESS",
5532        "UPDATE_SUCCESSFUL",
5533        "UPDATE_IN_PROGRESS",
5534        "UPDATE_FAILED"
5535      ]
5536    },
5537    "OversizedConfigurationItemException":{
5538      "type":"structure",
5539      "members":{
5540      },
5541      "documentation":"<p>The configuration item size is outside the allowable range.</p>",
5542      "exception":true
5543    },
5544    "Owner":{
5545      "type":"string",
5546      "enum":[
5547        "CUSTOM_LAMBDA",
5548        "AWS"
5549      ]
5550    },
5551    "PageSizeLimit":{
5552      "type":"integer",
5553      "max":20,
5554      "min":0
5555    },
5556    "ParameterName":{
5557      "type":"string",
5558      "max":255,
5559      "min":0
5560    },
5561    "ParameterValue":{
5562      "type":"string",
5563      "max":4096,
5564      "min":0
5565    },
5566    "PendingAggregationRequest":{
5567      "type":"structure",
5568      "members":{
5569        "RequesterAccountId":{
5570          "shape":"AccountId",
5571          "documentation":"<p>The 12-digit account ID of the account requesting to aggregate data.</p>"
5572        },
5573        "RequesterAwsRegion":{
5574          "shape":"AwsRegion",
5575          "documentation":"<p>The region requesting to aggregate data. </p>"
5576        }
5577      },
5578      "documentation":"<p>An object that represents the account ID and region of an aggregator account that is requesting authorization but is not yet authorized.</p>"
5579    },
5580    "PendingAggregationRequestList":{
5581      "type":"list",
5582      "member":{"shape":"PendingAggregationRequest"}
5583    },
5584    "Percentage":{
5585      "type":"integer",
5586      "box":true,
5587      "max":100,
5588      "min":1
5589    },
5590    "PutAggregationAuthorizationRequest":{
5591      "type":"structure",
5592      "required":[
5593        "AuthorizedAccountId",
5594        "AuthorizedAwsRegion"
5595      ],
5596      "members":{
5597        "AuthorizedAccountId":{
5598          "shape":"AccountId",
5599          "documentation":"<p>The 12-digit account ID of the account authorized to aggregate data.</p>"
5600        },
5601        "AuthorizedAwsRegion":{
5602          "shape":"AwsRegion",
5603          "documentation":"<p>The region authorized to collect aggregated data.</p>"
5604        },
5605        "Tags":{
5606          "shape":"TagsList",
5607          "documentation":"<p>An array of tag object.</p>"
5608        }
5609      }
5610    },
5611    "PutAggregationAuthorizationResponse":{
5612      "type":"structure",
5613      "members":{
5614        "AggregationAuthorization":{
5615          "shape":"AggregationAuthorization",
5616          "documentation":"<p>Returns an AggregationAuthorization object. </p>"
5617        }
5618      }
5619    },
5620    "PutConfigRuleRequest":{
5621      "type":"structure",
5622      "required":["ConfigRule"],
5623      "members":{
5624        "ConfigRule":{
5625          "shape":"ConfigRule",
5626          "documentation":"<p>The rule that you want to add to your account.</p>"
5627        },
5628        "Tags":{
5629          "shape":"TagsList",
5630          "documentation":"<p>An array of tag object.</p>"
5631        }
5632      }
5633    },
5634    "PutConfigurationAggregatorRequest":{
5635      "type":"structure",
5636      "required":["ConfigurationAggregatorName"],
5637      "members":{
5638        "ConfigurationAggregatorName":{
5639          "shape":"ConfigurationAggregatorName",
5640          "documentation":"<p>The name of the configuration aggregator.</p>"
5641        },
5642        "AccountAggregationSources":{
5643          "shape":"AccountAggregationSourceList",
5644          "documentation":"<p>A list of AccountAggregationSource object. </p>"
5645        },
5646        "OrganizationAggregationSource":{
5647          "shape":"OrganizationAggregationSource",
5648          "documentation":"<p>An OrganizationAggregationSource object.</p>"
5649        },
5650        "Tags":{
5651          "shape":"TagsList",
5652          "documentation":"<p>An array of tag object.</p>"
5653        }
5654      }
5655    },
5656    "PutConfigurationAggregatorResponse":{
5657      "type":"structure",
5658      "members":{
5659        "ConfigurationAggregator":{
5660          "shape":"ConfigurationAggregator",
5661          "documentation":"<p>Returns a ConfigurationAggregator object.</p>"
5662        }
5663      }
5664    },
5665    "PutConfigurationRecorderRequest":{
5666      "type":"structure",
5667      "required":["ConfigurationRecorder"],
5668      "members":{
5669        "ConfigurationRecorder":{
5670          "shape":"ConfigurationRecorder",
5671          "documentation":"<p>The configuration recorder object that records each configuration change made to the resources.</p>"
5672        }
5673      },
5674      "documentation":"<p>The input for the <a>PutConfigurationRecorder</a> action.</p>"
5675    },
5676    "PutConformancePackRequest":{
5677      "type":"structure",
5678      "required":["ConformancePackName"],
5679      "members":{
5680        "ConformancePackName":{
5681          "shape":"ConformancePackName",
5682          "documentation":"<p>Name of the conformance pack you want to create.</p>"
5683        },
5684        "TemplateS3Uri":{
5685          "shape":"TemplateS3Uri",
5686          "documentation":"<p>Location of file containing the template body (<code>s3://bucketname/prefix</code>). The uri must point to the conformance pack template (max size: 300 KB) that is located in an Amazon S3 bucket in the same region as the conformance pack. </p> <note> <p>You must have access to read Amazon S3 bucket.</p> </note>"
5687        },
5688        "TemplateBody":{
5689          "shape":"TemplateBody",
5690          "documentation":"<p>A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.</p> <note> <p>You can only use a YAML template with one resource type, that is, config rule and a remediation action. </p> </note>"
5691        },
5692        "DeliveryS3Bucket":{
5693          "shape":"DeliveryS3Bucket",
5694          "documentation":"<p>The name of the Amazon S3 bucket where Config stores conformance pack templates.</p> <note> <p>This field is optional.</p> </note>"
5695        },
5696        "DeliveryS3KeyPrefix":{
5697          "shape":"DeliveryS3KeyPrefix",
5698          "documentation":"<p>The prefix for the Amazon S3 bucket. </p> <note> <p>This field is optional.</p> </note>"
5699        },
5700        "ConformancePackInputParameters":{
5701          "shape":"ConformancePackInputParameters",
5702          "documentation":"<p>A list of <code>ConformancePackInputParameter</code> objects.</p>"
5703        }
5704      }
5705    },
5706    "PutConformancePackResponse":{
5707      "type":"structure",
5708      "members":{
5709        "ConformancePackArn":{
5710          "shape":"ConformancePackArn",
5711          "documentation":"<p>ARN of the conformance pack.</p>"
5712        }
5713      }
5714    },
5715    "PutDeliveryChannelRequest":{
5716      "type":"structure",
5717      "required":["DeliveryChannel"],
5718      "members":{
5719        "DeliveryChannel":{
5720          "shape":"DeliveryChannel",
5721          "documentation":"<p>The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.</p>"
5722        }
5723      },
5724      "documentation":"<p>The input for the <a>PutDeliveryChannel</a> action.</p>"
5725    },
5726    "PutEvaluationsRequest":{
5727      "type":"structure",
5728      "required":["ResultToken"],
5729      "members":{
5730        "Evaluations":{
5731          "shape":"Evaluations",
5732          "documentation":"<p>The assessments that the Lambda function performs. Each evaluation identifies an Amazon Web Services resource and indicates whether it complies with the Config rule that invokes the Lambda function.</p>"
5733        },
5734        "ResultToken":{
5735          "shape":"String",
5736          "documentation":"<p>An encrypted token that associates an evaluation with an Config rule. Identifies the rule and the event that triggered the evaluation.</p>"
5737        },
5738        "TestMode":{
5739          "shape":"Boolean",
5740          "documentation":"<p>Use this parameter to specify a test run for <code>PutEvaluations</code>. You can verify whether your Lambda function will deliver evaluation results to Config. No updates occur to your existing evaluations, and evaluation results are not sent to Config.</p> <note> <p>When <code>TestMode</code> is <code>true</code>, <code>PutEvaluations</code> doesn't require a valid value for the <code>ResultToken</code> parameter, but the value cannot be null.</p> </note>"
5741        }
5742      },
5743      "documentation":"<p/>"
5744    },
5745    "PutEvaluationsResponse":{
5746      "type":"structure",
5747      "members":{
5748        "FailedEvaluations":{
5749          "shape":"Evaluations",
5750          "documentation":"<p>Requests that failed because of a client or server error.</p>"
5751        }
5752      },
5753      "documentation":"<p/>"
5754    },
5755    "PutExternalEvaluationRequest":{
5756      "type":"structure",
5757      "required":[
5758        "ConfigRuleName",
5759        "ExternalEvaluation"
5760      ],
5761      "members":{
5762        "ConfigRuleName":{
5763          "shape":"ConfigRuleName",
5764          "documentation":"<p>The name of the Config rule.</p>"
5765        },
5766        "ExternalEvaluation":{
5767          "shape":"ExternalEvaluation",
5768          "documentation":"<p>An <code>ExternalEvaluation</code> object that provides details about compliance.</p>"
5769        }
5770      }
5771    },
5772    "PutExternalEvaluationResponse":{
5773      "type":"structure",
5774      "members":{
5775      }
5776    },
5777    "PutOrganizationConfigRuleRequest":{
5778      "type":"structure",
5779      "required":["OrganizationConfigRuleName"],
5780      "members":{
5781        "OrganizationConfigRuleName":{
5782          "shape":"OrganizationConfigRuleName",
5783          "documentation":"<p>The name that you assign to an organization config rule.</p>"
5784        },
5785        "OrganizationManagedRuleMetadata":{
5786          "shape":"OrganizationManagedRuleMetadata",
5787          "documentation":"<p>An <code>OrganizationManagedRuleMetadata</code> object. </p>"
5788        },
5789        "OrganizationCustomRuleMetadata":{
5790          "shape":"OrganizationCustomRuleMetadata",
5791          "documentation":"<p>An <code>OrganizationCustomRuleMetadata</code> object.</p>"
5792        },
5793        "ExcludedAccounts":{
5794          "shape":"ExcludedAccounts",
5795          "documentation":"<p>A comma-separated list of accounts that you want to exclude from an organization config rule.</p>"
5796        }
5797      }
5798    },
5799    "PutOrganizationConfigRuleResponse":{
5800      "type":"structure",
5801      "members":{
5802        "OrganizationConfigRuleArn":{
5803          "shape":"StringWithCharLimit256",
5804          "documentation":"<p>The Amazon Resource Name (ARN) of an organization config rule.</p>"
5805        }
5806      }
5807    },
5808    "PutOrganizationConformancePackRequest":{
5809      "type":"structure",
5810      "required":["OrganizationConformancePackName"],
5811      "members":{
5812        "OrganizationConformancePackName":{
5813          "shape":"OrganizationConformancePackName",
5814          "documentation":"<p>Name of the organization conformance pack you want to create.</p>"
5815        },
5816        "TemplateS3Uri":{
5817          "shape":"TemplateS3Uri",
5818          "documentation":"<p>Location of file containing the template body. The uri must point to the conformance pack template (max size: 300 KB).</p> <note> <p>You must have access to read Amazon S3 bucket.</p> </note>"
5819        },
5820        "TemplateBody":{
5821          "shape":"TemplateBody",
5822          "documentation":"<p>A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.</p>"
5823        },
5824        "DeliveryS3Bucket":{
5825          "shape":"DeliveryS3Bucket",
5826          "documentation":"<p>The name of the Amazon S3 bucket where Config stores conformance pack templates.</p> <note> <p>This field is optional. If used, it must be prefixed with <code>awsconfigconforms</code>.</p> </note>"
5827        },
5828        "DeliveryS3KeyPrefix":{
5829          "shape":"DeliveryS3KeyPrefix",
5830          "documentation":"<p>The prefix for the Amazon S3 bucket.</p> <note> <p>This field is optional.</p> </note>"
5831        },
5832        "ConformancePackInputParameters":{
5833          "shape":"ConformancePackInputParameters",
5834          "documentation":"<p>A list of <code>ConformancePackInputParameter</code> objects.</p>"
5835        },
5836        "ExcludedAccounts":{
5837          "shape":"ExcludedAccounts",
5838          "documentation":"<p>A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a conformance pack.</p>"
5839        }
5840      }
5841    },
5842    "PutOrganizationConformancePackResponse":{
5843      "type":"structure",
5844      "members":{
5845        "OrganizationConformancePackArn":{
5846          "shape":"StringWithCharLimit256",
5847          "documentation":"<p>ARN of the organization conformance pack.</p>"
5848        }
5849      }
5850    },
5851    "PutRemediationConfigurationsRequest":{
5852      "type":"structure",
5853      "required":["RemediationConfigurations"],
5854      "members":{
5855        "RemediationConfigurations":{
5856          "shape":"RemediationConfigurations",
5857          "documentation":"<p>A list of remediation configuration objects.</p>"
5858        }
5859      }
5860    },
5861    "PutRemediationConfigurationsResponse":{
5862      "type":"structure",
5863      "members":{
5864        "FailedBatches":{
5865          "shape":"FailedRemediationBatches",
5866          "documentation":"<p>Returns a list of failed remediation batch objects.</p>"
5867        }
5868      }
5869    },
5870    "PutRemediationExceptionsRequest":{
5871      "type":"structure",
5872      "required":[
5873        "ConfigRuleName",
5874        "ResourceKeys"
5875      ],
5876      "members":{
5877        "ConfigRuleName":{
5878          "shape":"ConfigRuleName",
5879          "documentation":"<p>The name of the Config rule for which you want to create remediation exception.</p>"
5880        },
5881        "ResourceKeys":{
5882          "shape":"RemediationExceptionResourceKeys",
5883          "documentation":"<p>An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys. </p>"
5884        },
5885        "Message":{
5886          "shape":"StringWithCharLimit1024",
5887          "documentation":"<p>The message contains an explanation of the exception.</p>"
5888        },
5889        "ExpirationTime":{
5890          "shape":"Date",
5891          "documentation":"<p>The exception is automatically deleted after the expiration date.</p>"
5892        }
5893      }
5894    },
5895    "PutRemediationExceptionsResponse":{
5896      "type":"structure",
5897      "members":{
5898        "FailedBatches":{
5899          "shape":"FailedRemediationExceptionBatches",
5900          "documentation":"<p>Returns a list of failed remediation exceptions batch objects. Each object in the batch consists of a list of failed items and failure messages.</p>"
5901        }
5902      }
5903    },
5904    "PutResourceConfigRequest":{
5905      "type":"structure",
5906      "required":[
5907        "ResourceType",
5908        "SchemaVersionId",
5909        "ResourceId",
5910        "Configuration"
5911      ],
5912      "members":{
5913        "ResourceType":{
5914          "shape":"ResourceTypeString",
5915          "documentation":"<p>The type of the resource. The custom resource type must be registered with CloudFormation. </p> <note> <p>You cannot use the organization names “amzn”, “amazon”, “alexa”, “custom” with custom resource types. It is the first part of the ResourceType up to the first ::.</p> </note>"
5916        },
5917        "SchemaVersionId":{
5918          "shape":"SchemaVersionId",
5919          "documentation":"<p>Version of the schema registered for the ResourceType in CloudFormation.</p>"
5920        },
5921        "ResourceId":{
5922          "shape":"ResourceId",
5923          "documentation":"<p>Unique identifier of the resource.</p>"
5924        },
5925        "ResourceName":{
5926          "shape":"ResourceName",
5927          "documentation":"<p>Name of the resource.</p>"
5928        },
5929        "Configuration":{
5930          "shape":"Configuration",
5931          "documentation":"<p>The configuration object of the resource in valid JSON format. It must match the schema registered with CloudFormation.</p> <note> <p>The configuration JSON must not exceed 64 KB.</p> </note>"
5932        },
5933        "Tags":{
5934          "shape":"Tags",
5935          "documentation":"<p>Tags associated with the resource.</p>"
5936        }
5937      }
5938    },
5939    "PutRetentionConfigurationRequest":{
5940      "type":"structure",
5941      "required":["RetentionPeriodInDays"],
5942      "members":{
5943        "RetentionPeriodInDays":{
5944          "shape":"RetentionPeriodInDays",
5945          "documentation":"<p>Number of days Config stores your historical information.</p> <note> <p>Currently, only applicable to the configuration item history.</p> </note>"
5946        }
5947      }
5948    },
5949    "PutRetentionConfigurationResponse":{
5950      "type":"structure",
5951      "members":{
5952        "RetentionConfiguration":{
5953          "shape":"RetentionConfiguration",
5954          "documentation":"<p>Returns a retention configuration object.</p>"
5955        }
5956      }
5957    },
5958    "PutStoredQueryRequest":{
5959      "type":"structure",
5960      "required":["StoredQuery"],
5961      "members":{
5962        "StoredQuery":{
5963          "shape":"StoredQuery",
5964          "documentation":"<p>A list of <code>StoredQuery</code> objects. The mandatory fields are <code>QueryName</code> and <code>Expression</code>.</p> <note> <p>When you are creating a query, you must provide a query name and an expression. When you are updating a query, you must provide a query name but updating the description is optional.</p> </note>"
5965        },
5966        "Tags":{
5967          "shape":"TagsList",
5968          "documentation":"<p>A list of <code>Tags</code> object.</p>"
5969        }
5970      }
5971    },
5972    "PutStoredQueryResponse":{
5973      "type":"structure",
5974      "members":{
5975        "QueryArn":{
5976          "shape":"QueryArn",
5977          "documentation":"<p>Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.</p>"
5978        }
5979      }
5980    },
5981    "QueryArn":{
5982      "type":"string",
5983      "max":500,
5984      "min":1,
5985      "pattern":"^arn:aws[a-z\\-]*:config:[a-z\\-\\d]+:\\d+:stored-query/[a-zA-Z0-9-_]+/query-[a-zA-Z\\d-_/]+$"
5986    },
5987    "QueryDescription":{
5988      "type":"string",
5989      "max":256,
5990      "min":0,
5991      "pattern":"[\\s\\S]*"
5992    },
5993    "QueryExpression":{
5994      "type":"string",
5995      "max":4096,
5996      "min":1,
5997      "pattern":"[\\s\\S]*"
5998    },
5999    "QueryId":{
6000      "type":"string",
6001      "max":36,
6002      "min":1,
6003      "pattern":"^\\S+$"
6004    },
6005    "QueryInfo":{
6006      "type":"structure",
6007      "members":{
6008        "SelectFields":{
6009          "shape":"FieldInfoList",
6010          "documentation":"<p>Returns a <code>FieldInfo</code> object.</p>"
6011        }
6012      },
6013      "documentation":"<p>Details about the query.</p>"
6014    },
6015    "QueryName":{
6016      "type":"string",
6017      "max":64,
6018      "min":1,
6019      "pattern":"^[a-zA-Z0-9-_]+$"
6020    },
6021    "RecorderName":{
6022      "type":"string",
6023      "max":256,
6024      "min":1
6025    },
6026    "RecorderStatus":{
6027      "type":"string",
6028      "enum":[
6029        "Pending",
6030        "Success",
6031        "Failure"
6032      ]
6033    },
6034    "RecordingGroup":{
6035      "type":"structure",
6036      "members":{
6037        "allSupported":{
6038          "shape":"AllSupported",
6039          "documentation":"<p>Specifies whether Config records configuration changes for every supported type of regional resource.</p> <p>If you set this option to <code>true</code>, when Config adds support for a new type of regional resource, it starts recording resources of that type automatically.</p> <p>If you set this option to <code>true</code>, you cannot enumerate a list of <code>resourceTypes</code>.</p>"
6040        },
6041        "includeGlobalResourceTypes":{
6042          "shape":"IncludeGlobalResourceTypes",
6043          "documentation":"<p>Specifies whether Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.</p> <p>Before you can set this option to <code>true</code>, you must set the <code>allSupported</code> option to <code>true</code>.</p> <p>If you set this option to <code>true</code>, when Config adds support for a new type of global resource, it starts recording resources of that type automatically.</p> <p>The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing Config in only one region to record global resources.</p>"
6044        },
6045        "resourceTypes":{
6046          "shape":"ResourceTypeList",
6047          "documentation":"<p>A comma-separated list that specifies the types of Amazon Web Services resources for which Config records configuration changes (for example, <code>AWS::EC2::Instance</code> or <code>AWS::CloudTrail::Trail</code>).</p> <p>To record all configuration changes, you must set the <code>allSupported</code> option to <code>true</code>.</p> <p>If you set this option to <code>false</code>, when Config adds support for a new type of resource, it will not record resources of that type unless you manually add that type to your recording group.</p> <p>For a list of valid <code>resourceTypes</code> values, see the <b>resourceType Value</b> column in <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources\">Supported Amazon Web Services resource Types</a>.</p>"
6048        }
6049      },
6050      "documentation":"<p>Specifies the types of Amazon Web Services resource for which Config records configuration changes.</p> <p>In the recording group, you specify whether all supported types or specific types of resources are recorded.</p> <p>By default, Config records configuration changes for all supported types of regional resources that Config discovers in the region in which it is running. Regional resources are tied to a region and can be used only in that region. Examples of regional resources are EC2 instances and EBS volumes.</p> <p>You can also have Config record configuration changes for supported types of global resources (for example, IAM resources). Global resources are not tied to an individual region and can be used in all regions.</p> <important> <p>The configuration details for any global resource are the same in all regions. If you customize Config in multiple regions to record global resources, it will create multiple configuration items each time a global resource changes: one configuration item for each region. These configuration items will contain identical data. To prevent duplicate configuration items, you should consider customizing Config in only one region to record global resources, unless you want the configuration items to be available in multiple regions.</p> </important> <p>If you don't want Config to record all resources, you can specify which types of resources it will record with the <code>resourceTypes</code> parameter.</p> <p>For a list of supported resource types, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources\">Supported Resource Types</a>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html\">Selecting Which Resources Config Records</a>.</p>"
6051    },
6052    "ReevaluateConfigRuleNames":{
6053      "type":"list",
6054      "member":{"shape":"ConfigRuleName"},
6055      "max":25,
6056      "min":1
6057    },
6058    "RelatedEvent":{"type":"string"},
6059    "RelatedEventList":{
6060      "type":"list",
6061      "member":{"shape":"RelatedEvent"}
6062    },
6063    "Relationship":{
6064      "type":"structure",
6065      "members":{
6066        "resourceType":{
6067          "shape":"ResourceType",
6068          "documentation":"<p>The resource type of the related resource.</p>"
6069        },
6070        "resourceId":{
6071          "shape":"ResourceId",
6072          "documentation":"<p>The ID of the related resource (for example, <code>sg-xxxxxx</code>).</p>"
6073        },
6074        "resourceName":{
6075          "shape":"ResourceName",
6076          "documentation":"<p>The custom name of the related resource, if available.</p>"
6077        },
6078        "relationshipName":{
6079          "shape":"RelationshipName",
6080          "documentation":"<p>The type of relationship with the related resource.</p>"
6081        }
6082      },
6083      "documentation":"<p>The relationship of the related resource to the main resource.</p>"
6084    },
6085    "RelationshipList":{
6086      "type":"list",
6087      "member":{"shape":"Relationship"}
6088    },
6089    "RelationshipName":{"type":"string"},
6090    "RemediationConfiguration":{
6091      "type":"structure",
6092      "required":[
6093        "ConfigRuleName",
6094        "TargetType",
6095        "TargetId"
6096      ],
6097      "members":{
6098        "ConfigRuleName":{
6099          "shape":"ConfigRuleName",
6100          "documentation":"<p>The name of the Config rule.</p>"
6101        },
6102        "TargetType":{
6103          "shape":"RemediationTargetType",
6104          "documentation":"<p>The type of the target. Target executes remediation. For example, SSM document.</p>"
6105        },
6106        "TargetId":{
6107          "shape":"StringWithCharLimit256",
6108          "documentation":"<p>Target ID is the name of the public document.</p>"
6109        },
6110        "TargetVersion":{
6111          "shape":"String",
6112          "documentation":"<p>Version of the target. For example, version of the SSM document.</p> <note> <p>If you make backward incompatible changes to the SSM document, you must call PutRemediationConfiguration API again to ensure the remediations can run.</p> </note>"
6113        },
6114        "Parameters":{
6115          "shape":"RemediationParameters",
6116          "documentation":"<p>An object of the RemediationParameterValue.</p>"
6117        },
6118        "ResourceType":{
6119          "shape":"String",
6120          "documentation":"<p>The type of a resource. </p>"
6121        },
6122        "Automatic":{
6123          "shape":"Boolean",
6124          "documentation":"<p>The remediation is triggered automatically.</p>"
6125        },
6126        "ExecutionControls":{
6127          "shape":"ExecutionControls",
6128          "documentation":"<p>An ExecutionControls object.</p>"
6129        },
6130        "MaximumAutomaticAttempts":{
6131          "shape":"AutoRemediationAttempts",
6132          "documentation":"<p>The maximum number of failed attempts for auto-remediation. If you do not select a number, the default is 5.</p> <p>For example, if you specify MaximumAutomaticAttempts as 5 with RetryAttemptSeconds as 50 seconds, Config will put a RemediationException on your behalf for the failing resource after the 5th failed attempt within 50 seconds.</p>"
6133        },
6134        "RetryAttemptSeconds":{
6135          "shape":"AutoRemediationAttemptSeconds",
6136          "documentation":"<p>Maximum time in seconds that Config runs auto-remediation. If you do not select a number, the default is 60 seconds. </p> <p>For example, if you specify RetryAttemptSeconds as 50 seconds and MaximumAutomaticAttempts as 5, Config will run auto-remediations 5 times within 50 seconds before throwing an exception.</p>"
6137        },
6138        "Arn":{
6139          "shape":"StringWithCharLimit1024",
6140          "documentation":"<p>Amazon Resource Name (ARN) of remediation configuration.</p>"
6141        },
6142        "CreatedByService":{
6143          "shape":"StringWithCharLimit1024",
6144          "documentation":"<p>Name of the service that owns the service linked rule, if applicable.</p>"
6145        }
6146      },
6147      "documentation":"<p>An object that represents the details about the remediation configuration that includes the remediation action, parameters, and data to execute the action.</p>"
6148    },
6149    "RemediationConfigurations":{
6150      "type":"list",
6151      "member":{"shape":"RemediationConfiguration"},
6152      "max":25,
6153      "min":0
6154    },
6155    "RemediationException":{
6156      "type":"structure",
6157      "required":[
6158        "ConfigRuleName",
6159        "ResourceType",
6160        "ResourceId"
6161      ],
6162      "members":{
6163        "ConfigRuleName":{
6164          "shape":"ConfigRuleName",
6165          "documentation":"<p>The name of the Config rule.</p>"
6166        },
6167        "ResourceType":{
6168          "shape":"StringWithCharLimit256",
6169          "documentation":"<p>The type of a resource.</p>"
6170        },
6171        "ResourceId":{
6172          "shape":"StringWithCharLimit1024",
6173          "documentation":"<p>The ID of the resource (for example., sg-xxxxxx).</p>"
6174        },
6175        "Message":{
6176          "shape":"StringWithCharLimit1024",
6177          "documentation":"<p>An explanation of an remediation exception.</p>"
6178        },
6179        "ExpirationTime":{
6180          "shape":"Date",
6181          "documentation":"<p>The time when the remediation exception will be deleted.</p>"
6182        }
6183      },
6184      "documentation":"<p>An object that represents the details about the remediation exception. The details include the rule name, an explanation of an exception, the time when the exception will be deleted, the resource ID, and resource type. </p>"
6185    },
6186    "RemediationExceptionResourceKey":{
6187      "type":"structure",
6188      "members":{
6189        "ResourceType":{
6190          "shape":"StringWithCharLimit256",
6191          "documentation":"<p>The type of a resource.</p>"
6192        },
6193        "ResourceId":{
6194          "shape":"StringWithCharLimit1024",
6195          "documentation":"<p>The ID of the resource (for example., sg-xxxxxx).</p>"
6196        }
6197      },
6198      "documentation":"<p>The details that identify a resource within Config, including the resource type and resource ID. </p>"
6199    },
6200    "RemediationExceptionResourceKeys":{
6201      "type":"list",
6202      "member":{"shape":"RemediationExceptionResourceKey"},
6203      "max":100,
6204      "min":1
6205    },
6206    "RemediationExceptions":{
6207      "type":"list",
6208      "member":{"shape":"RemediationException"},
6209      "max":25,
6210      "min":0
6211    },
6212    "RemediationExecutionState":{
6213      "type":"string",
6214      "enum":[
6215        "QUEUED",
6216        "IN_PROGRESS",
6217        "SUCCEEDED",
6218        "FAILED"
6219      ]
6220    },
6221    "RemediationExecutionStatus":{
6222      "type":"structure",
6223      "members":{
6224        "ResourceKey":{"shape":"ResourceKey"},
6225        "State":{
6226          "shape":"RemediationExecutionState",
6227          "documentation":"<p>ENUM of the values.</p>"
6228        },
6229        "StepDetails":{
6230          "shape":"RemediationExecutionSteps",
6231          "documentation":"<p>Details of every step.</p>"
6232        },
6233        "InvocationTime":{
6234          "shape":"Date",
6235          "documentation":"<p>Start time when the remediation was executed.</p>"
6236        },
6237        "LastUpdatedTime":{
6238          "shape":"Date",
6239          "documentation":"<p>The time when the remediation execution was last updated.</p>"
6240        }
6241      },
6242      "documentation":"<p>Provides details of the current status of the invoked remediation action for that resource.</p>"
6243    },
6244    "RemediationExecutionStatuses":{
6245      "type":"list",
6246      "member":{"shape":"RemediationExecutionStatus"}
6247    },
6248    "RemediationExecutionStep":{
6249      "type":"structure",
6250      "members":{
6251        "Name":{
6252          "shape":"String",
6253          "documentation":"<p>The details of the step.</p>"
6254        },
6255        "State":{
6256          "shape":"RemediationExecutionStepState",
6257          "documentation":"<p>The valid status of the step.</p>"
6258        },
6259        "ErrorMessage":{
6260          "shape":"String",
6261          "documentation":"<p>An error message if the step was interrupted during execution.</p>"
6262        },
6263        "StartTime":{
6264          "shape":"Date",
6265          "documentation":"<p>The time when the step started.</p>"
6266        },
6267        "StopTime":{
6268          "shape":"Date",
6269          "documentation":"<p>The time when the step stopped.</p>"
6270        }
6271      },
6272      "documentation":"<p>Name of the step from the SSM document.</p>"
6273    },
6274    "RemediationExecutionStepState":{
6275      "type":"string",
6276      "enum":[
6277        "SUCCEEDED",
6278        "PENDING",
6279        "FAILED"
6280      ]
6281    },
6282    "RemediationExecutionSteps":{
6283      "type":"list",
6284      "member":{"shape":"RemediationExecutionStep"}
6285    },
6286    "RemediationInProgressException":{
6287      "type":"structure",
6288      "members":{
6289      },
6290      "documentation":"<p>Remediation action is in progress. You can either cancel execution in Amazon Web Services Systems Manager or wait and try again later. </p>",
6291      "exception":true
6292    },
6293    "RemediationParameterValue":{
6294      "type":"structure",
6295      "members":{
6296        "ResourceValue":{
6297          "shape":"ResourceValue",
6298          "documentation":"<p>The value is dynamic and changes at run-time.</p>"
6299        },
6300        "StaticValue":{
6301          "shape":"StaticValue",
6302          "documentation":"<p>The value is static and does not change at run-time.</p>"
6303        }
6304      },
6305      "documentation":"<p>The value is either a dynamic (resource) value or a static value. You must select either a dynamic value or a static value.</p>"
6306    },
6307    "RemediationParameters":{
6308      "type":"map",
6309      "key":{"shape":"StringWithCharLimit256"},
6310      "value":{"shape":"RemediationParameterValue"},
6311      "max":25,
6312      "min":0
6313    },
6314    "RemediationTargetType":{
6315      "type":"string",
6316      "enum":["SSM_DOCUMENT"]
6317    },
6318    "ResourceConcurrentModificationException":{
6319      "type":"structure",
6320      "members":{
6321        "message":{"shape":"ErrorMessage"}
6322      },
6323      "documentation":"<p>Two users are trying to modify the same query at the same time. Wait for a moment and try again.</p>",
6324      "exception":true
6325    },
6326    "ResourceCount":{
6327      "type":"structure",
6328      "members":{
6329        "resourceType":{
6330          "shape":"ResourceType",
6331          "documentation":"<p>The resource type (for example, <code>\"AWS::EC2::Instance\"</code>).</p>"
6332        },
6333        "count":{
6334          "shape":"Long",
6335          "documentation":"<p>The number of resources.</p>"
6336        }
6337      },
6338      "documentation":"<p>An object that contains the resource type and the number of resources.</p>"
6339    },
6340    "ResourceCountFilters":{
6341      "type":"structure",
6342      "members":{
6343        "ResourceType":{
6344          "shape":"ResourceType",
6345          "documentation":"<p>The type of the Amazon Web Services resource.</p>"
6346        },
6347        "AccountId":{
6348          "shape":"AccountId",
6349          "documentation":"<p>The 12-digit ID of the account.</p>"
6350        },
6351        "Region":{
6352          "shape":"AwsRegion",
6353          "documentation":"<p>The region where the account is located.</p>"
6354        }
6355      },
6356      "documentation":"<p>Filters the resource count based on account ID, region, and resource type.</p>"
6357    },
6358    "ResourceCountGroupKey":{
6359      "type":"string",
6360      "enum":[
6361        "RESOURCE_TYPE",
6362        "ACCOUNT_ID",
6363        "AWS_REGION"
6364      ]
6365    },
6366    "ResourceCounts":{
6367      "type":"list",
6368      "member":{"shape":"ResourceCount"}
6369    },
6370    "ResourceCreationTime":{"type":"timestamp"},
6371    "ResourceDeletionTime":{"type":"timestamp"},
6372    "ResourceFilters":{
6373      "type":"structure",
6374      "members":{
6375        "AccountId":{
6376          "shape":"AccountId",
6377          "documentation":"<p>The 12-digit source account ID.</p>"
6378        },
6379        "ResourceId":{
6380          "shape":"ResourceId",
6381          "documentation":"<p>The ID of the resource.</p>"
6382        },
6383        "ResourceName":{
6384          "shape":"ResourceName",
6385          "documentation":"<p>The name of the resource.</p>"
6386        },
6387        "Region":{
6388          "shape":"AwsRegion",
6389          "documentation":"<p>The source region.</p>"
6390        }
6391      },
6392      "documentation":"<p>Filters the results by resource account ID, region, resource ID, and resource name.</p>"
6393    },
6394    "ResourceId":{
6395      "type":"string",
6396      "max":768,
6397      "min":1
6398    },
6399    "ResourceIdList":{
6400      "type":"list",
6401      "member":{"shape":"ResourceId"}
6402    },
6403    "ResourceIdentifier":{
6404      "type":"structure",
6405      "members":{
6406        "resourceType":{
6407          "shape":"ResourceType",
6408          "documentation":"<p>The type of resource.</p>"
6409        },
6410        "resourceId":{
6411          "shape":"ResourceId",
6412          "documentation":"<p>The ID of the resource (for example, <code>sg-xxxxxx</code>).</p>"
6413        },
6414        "resourceName":{
6415          "shape":"ResourceName",
6416          "documentation":"<p>The custom name of the resource (if available).</p>"
6417        },
6418        "resourceDeletionTime":{
6419          "shape":"ResourceDeletionTime",
6420          "documentation":"<p>The time that the resource was deleted.</p>"
6421        }
6422      },
6423      "documentation":"<p>The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.</p>"
6424    },
6425    "ResourceIdentifierList":{
6426      "type":"list",
6427      "member":{"shape":"ResourceIdentifier"}
6428    },
6429    "ResourceIdentifiersList":{
6430      "type":"list",
6431      "member":{"shape":"AggregateResourceIdentifier"},
6432      "max":100,
6433      "min":1
6434    },
6435    "ResourceInUseException":{
6436      "type":"structure",
6437      "members":{
6438      },
6439      "documentation":"<p>You see this exception in the following cases: </p> <ul> <li> <p>For DeleteConfigRule, Config is deleting this rule. Try your request again later.</p> </li> <li> <p>For DeleteConfigRule, the rule is deleting your evaluation results. Try your request again later.</p> </li> <li> <p>For DeleteConfigRule, a remediation action is associated with the rule and Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.</p> </li> <li> <p>For PutConfigOrganizationRule, organization config rule deletion is in progress. Try your request again later.</p> </li> <li> <p>For DeleteOrganizationConfigRule, organization config rule creation is in progress. Try your request again later.</p> </li> <li> <p>For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.</p> </li> <li> <p>For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.</p> </li> </ul>",
6440      "exception":true
6441    },
6442    "ResourceKey":{
6443      "type":"structure",
6444      "required":[
6445        "resourceType",
6446        "resourceId"
6447      ],
6448      "members":{
6449        "resourceType":{
6450          "shape":"ResourceType",
6451          "documentation":"<p>The resource type.</p>"
6452        },
6453        "resourceId":{
6454          "shape":"ResourceId",
6455          "documentation":"<p>The ID of the resource (for example., sg-xxxxxx). </p>"
6456        }
6457      },
6458      "documentation":"<p>The details that identify a resource within Config, including the resource type and resource ID.</p>"
6459    },
6460    "ResourceKeys":{
6461      "type":"list",
6462      "member":{"shape":"ResourceKey"},
6463      "max":100,
6464      "min":1
6465    },
6466    "ResourceName":{"type":"string"},
6467    "ResourceNotDiscoveredException":{
6468      "type":"structure",
6469      "members":{
6470      },
6471      "documentation":"<p>You have specified a resource that is either unknown or has not been discovered.</p>",
6472      "exception":true
6473    },
6474    "ResourceNotFoundException":{
6475      "type":"structure",
6476      "members":{
6477      },
6478      "documentation":"<p>You have specified a resource that does not exist.</p>",
6479      "exception":true
6480    },
6481    "ResourceType":{
6482      "type":"string",
6483      "enum":[
6484        "AWS::EC2::CustomerGateway",
6485        "AWS::EC2::EIP",
6486        "AWS::EC2::Host",
6487        "AWS::EC2::Instance",
6488        "AWS::EC2::InternetGateway",
6489        "AWS::EC2::NetworkAcl",
6490        "AWS::EC2::NetworkInterface",
6491        "AWS::EC2::RouteTable",
6492        "AWS::EC2::SecurityGroup",
6493        "AWS::EC2::Subnet",
6494        "AWS::CloudTrail::Trail",
6495        "AWS::EC2::Volume",
6496        "AWS::EC2::VPC",
6497        "AWS::EC2::VPNConnection",
6498        "AWS::EC2::VPNGateway",
6499        "AWS::EC2::RegisteredHAInstance",
6500        "AWS::EC2::NatGateway",
6501        "AWS::EC2::EgressOnlyInternetGateway",
6502        "AWS::EC2::VPCEndpoint",
6503        "AWS::EC2::VPCEndpointService",
6504        "AWS::EC2::FlowLog",
6505        "AWS::EC2::VPCPeeringConnection",
6506        "AWS::Elasticsearch::Domain",
6507        "AWS::IAM::Group",
6508        "AWS::IAM::Policy",
6509        "AWS::IAM::Role",
6510        "AWS::IAM::User",
6511        "AWS::ElasticLoadBalancingV2::LoadBalancer",
6512        "AWS::ACM::Certificate",
6513        "AWS::RDS::DBInstance",
6514        "AWS::RDS::DBSubnetGroup",
6515        "AWS::RDS::DBSecurityGroup",
6516        "AWS::RDS::DBSnapshot",
6517        "AWS::RDS::DBCluster",
6518        "AWS::RDS::DBClusterSnapshot",
6519        "AWS::RDS::EventSubscription",
6520        "AWS::S3::Bucket",
6521        "AWS::S3::AccountPublicAccessBlock",
6522        "AWS::Redshift::Cluster",
6523        "AWS::Redshift::ClusterSnapshot",
6524        "AWS::Redshift::ClusterParameterGroup",
6525        "AWS::Redshift::ClusterSecurityGroup",
6526        "AWS::Redshift::ClusterSubnetGroup",
6527        "AWS::Redshift::EventSubscription",
6528        "AWS::SSM::ManagedInstanceInventory",
6529        "AWS::CloudWatch::Alarm",
6530        "AWS::CloudFormation::Stack",
6531        "AWS::ElasticLoadBalancing::LoadBalancer",
6532        "AWS::AutoScaling::AutoScalingGroup",
6533        "AWS::AutoScaling::LaunchConfiguration",
6534        "AWS::AutoScaling::ScalingPolicy",
6535        "AWS::AutoScaling::ScheduledAction",
6536        "AWS::DynamoDB::Table",
6537        "AWS::CodeBuild::Project",
6538        "AWS::WAF::RateBasedRule",
6539        "AWS::WAF::Rule",
6540        "AWS::WAF::RuleGroup",
6541        "AWS::WAF::WebACL",
6542        "AWS::WAFRegional::RateBasedRule",
6543        "AWS::WAFRegional::Rule",
6544        "AWS::WAFRegional::RuleGroup",
6545        "AWS::WAFRegional::WebACL",
6546        "AWS::CloudFront::Distribution",
6547        "AWS::CloudFront::StreamingDistribution",
6548        "AWS::Lambda::Function",
6549        "AWS::NetworkFirewall::Firewall",
6550        "AWS::NetworkFirewall::FirewallPolicy",
6551        "AWS::NetworkFirewall::RuleGroup",
6552        "AWS::ElasticBeanstalk::Application",
6553        "AWS::ElasticBeanstalk::ApplicationVersion",
6554        "AWS::ElasticBeanstalk::Environment",
6555        "AWS::WAFv2::WebACL",
6556        "AWS::WAFv2::RuleGroup",
6557        "AWS::WAFv2::IPSet",
6558        "AWS::WAFv2::RegexPatternSet",
6559        "AWS::WAFv2::ManagedRuleSet",
6560        "AWS::XRay::EncryptionConfig",
6561        "AWS::SSM::AssociationCompliance",
6562        "AWS::SSM::PatchCompliance",
6563        "AWS::Shield::Protection",
6564        "AWS::ShieldRegional::Protection",
6565        "AWS::Config::ConformancePackCompliance",
6566        "AWS::Config::ResourceCompliance",
6567        "AWS::ApiGateway::Stage",
6568        "AWS::ApiGateway::RestApi",
6569        "AWS::ApiGatewayV2::Stage",
6570        "AWS::ApiGatewayV2::Api",
6571        "AWS::CodePipeline::Pipeline",
6572        "AWS::ServiceCatalog::CloudFormationProvisionedProduct",
6573        "AWS::ServiceCatalog::CloudFormationProduct",
6574        "AWS::ServiceCatalog::Portfolio",
6575        "AWS::SQS::Queue",
6576        "AWS::KMS::Key",
6577        "AWS::QLDB::Ledger",
6578        "AWS::SecretsManager::Secret",
6579        "AWS::SNS::Topic",
6580        "AWS::SSM::FileData",
6581        "AWS::Backup::BackupPlan",
6582        "AWS::Backup::BackupSelection",
6583        "AWS::Backup::BackupVault",
6584        "AWS::Backup::RecoveryPoint",
6585        "AWS::ECR::Repository",
6586        "AWS::ECS::Cluster",
6587        "AWS::ECS::Service",
6588        "AWS::ECS::TaskDefinition",
6589        "AWS::EFS::AccessPoint",
6590        "AWS::EFS::FileSystem",
6591        "AWS::EKS::Cluster",
6592        "AWS::OpenSearch::Domain"
6593      ]
6594    },
6595    "ResourceTypeList":{
6596      "type":"list",
6597      "member":{"shape":"ResourceType"}
6598    },
6599    "ResourceTypeString":{
6600      "type":"string",
6601      "max":196,
6602      "min":1
6603    },
6604    "ResourceTypes":{
6605      "type":"list",
6606      "member":{"shape":"StringWithCharLimit256"},
6607      "max":20,
6608      "min":0
6609    },
6610    "ResourceTypesScope":{
6611      "type":"list",
6612      "member":{"shape":"StringWithCharLimit256"},
6613      "max":100,
6614      "min":0
6615    },
6616    "ResourceValue":{
6617      "type":"structure",
6618      "required":["Value"],
6619      "members":{
6620        "Value":{
6621          "shape":"ResourceValueType",
6622          "documentation":"<p>The value is a resource ID.</p>"
6623        }
6624      },
6625      "documentation":"<p>The dynamic value of the resource.</p>"
6626    },
6627    "ResourceValueType":{
6628      "type":"string",
6629      "enum":["RESOURCE_ID"]
6630    },
6631    "Results":{
6632      "type":"list",
6633      "member":{"shape":"String"}
6634    },
6635    "RetentionConfiguration":{
6636      "type":"structure",
6637      "required":[
6638        "Name",
6639        "RetentionPeriodInDays"
6640      ],
6641      "members":{
6642        "Name":{
6643          "shape":"RetentionConfigurationName",
6644          "documentation":"<p>The name of the retention configuration object.</p>"
6645        },
6646        "RetentionPeriodInDays":{
6647          "shape":"RetentionPeriodInDays",
6648          "documentation":"<p>Number of days Config stores your historical information.</p> <note> <p>Currently, only applicable to the configuration item history.</p> </note>"
6649        }
6650      },
6651      "documentation":"<p>An object with the name of the retention configuration and the retention period in days. The object stores the configuration for data retention in Config.</p>"
6652    },
6653    "RetentionConfigurationList":{
6654      "type":"list",
6655      "member":{"shape":"RetentionConfiguration"}
6656    },
6657    "RetentionConfigurationName":{
6658      "type":"string",
6659      "max":256,
6660      "min":1,
6661      "pattern":"[\\w\\-]+"
6662    },
6663    "RetentionConfigurationNameList":{
6664      "type":"list",
6665      "member":{"shape":"RetentionConfigurationName"},
6666      "max":1,
6667      "min":0
6668    },
6669    "RetentionPeriodInDays":{
6670      "type":"integer",
6671      "max":2557,
6672      "min":30
6673    },
6674    "RuleLimit":{
6675      "type":"integer",
6676      "max":50,
6677      "min":0
6678    },
6679    "SchemaVersionId":{
6680      "type":"string",
6681      "max":128,
6682      "min":1,
6683      "pattern":"[A-Za-z0-9-]+"
6684    },
6685    "Scope":{
6686      "type":"structure",
6687      "members":{
6688        "ComplianceResourceTypes":{
6689          "shape":"ComplianceResourceTypes",
6690          "documentation":"<p>The resource types of only those Amazon Web Services resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for <code>ComplianceResourceId</code>.</p>"
6691        },
6692        "TagKey":{
6693          "shape":"StringWithCharLimit128",
6694          "documentation":"<p>The tag key that is applied to only those Amazon Web Services resources that you want to trigger an evaluation for the rule.</p>"
6695        },
6696        "TagValue":{
6697          "shape":"StringWithCharLimit256",
6698          "documentation":"<p>The tag value applied to only those Amazon Web Services resources that you want to trigger an evaluation for the rule. If you specify a value for <code>TagValue</code>, you must also specify a value for <code>TagKey</code>.</p>"
6699        },
6700        "ComplianceResourceId":{
6701          "shape":"BaseResourceId",
6702          "documentation":"<p>The ID of the only Amazon Web Services resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for <code>ComplianceResourceTypes</code>.</p>"
6703        }
6704      },
6705      "documentation":"<p>Defines which resources trigger an evaluation for an Config rule. The scope can include one or more resource types, a combination of a tag key and value, or a combination of one resource type and one resource ID. Specify a scope to constrain which resources trigger an evaluation for a rule. Otherwise, evaluations for the rule are triggered when any resource in your recording group changes in configuration.</p>"
6706    },
6707    "SelectAggregateResourceConfigRequest":{
6708      "type":"structure",
6709      "required":[
6710        "Expression",
6711        "ConfigurationAggregatorName"
6712      ],
6713      "members":{
6714        "Expression":{
6715          "shape":"Expression",
6716          "documentation":"<p>The SQL query SELECT command. </p>"
6717        },
6718        "ConfigurationAggregatorName":{
6719          "shape":"ConfigurationAggregatorName",
6720          "documentation":"<p>The name of the configuration aggregator.</p>"
6721        },
6722        "Limit":{
6723          "shape":"Limit",
6724          "documentation":"<p>The maximum number of query results returned on each page. </p>"
6725        },
6726        "MaxResults":{
6727          "shape":"Limit",
6728          "documentation":"<p>The maximum number of query results returned on each page. Config also allows the Limit request parameter.</p>"
6729        },
6730        "NextToken":{
6731          "shape":"NextToken",
6732          "documentation":"<p>The nextToken string returned in a previous request that you use to request the next page of results in a paginated response. </p>"
6733        }
6734      }
6735    },
6736    "SelectAggregateResourceConfigResponse":{
6737      "type":"structure",
6738      "members":{
6739        "Results":{
6740          "shape":"Results",
6741          "documentation":"<p>Returns the results for the SQL query.</p>"
6742        },
6743        "QueryInfo":{"shape":"QueryInfo"},
6744        "NextToken":{
6745          "shape":"NextToken",
6746          "documentation":"<p>The nextToken string returned in a previous request that you use to request the next page of results in a paginated response. </p>"
6747        }
6748      }
6749    },
6750    "SelectResourceConfigRequest":{
6751      "type":"structure",
6752      "required":["Expression"],
6753      "members":{
6754        "Expression":{
6755          "shape":"Expression",
6756          "documentation":"<p>The SQL query <code>SELECT</code> command.</p>"
6757        },
6758        "Limit":{
6759          "shape":"Limit",
6760          "documentation":"<p>The maximum number of query results returned on each page. </p>"
6761        },
6762        "NextToken":{
6763          "shape":"NextToken",
6764          "documentation":"<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response. </p>"
6765        }
6766      }
6767    },
6768    "SelectResourceConfigResponse":{
6769      "type":"structure",
6770      "members":{
6771        "Results":{
6772          "shape":"Results",
6773          "documentation":"<p>Returns the results for the SQL query.</p>"
6774        },
6775        "QueryInfo":{
6776          "shape":"QueryInfo",
6777          "documentation":"<p>Returns the <code>QueryInfo</code> object.</p>"
6778        },
6779        "NextToken":{
6780          "shape":"NextToken",
6781          "documentation":"<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response. </p>"
6782        }
6783      }
6784    },
6785    "Source":{
6786      "type":"structure",
6787      "required":[
6788        "Owner",
6789        "SourceIdentifier"
6790      ],
6791      "members":{
6792        "Owner":{
6793          "shape":"Owner",
6794          "documentation":"<p>Indicates whether Amazon Web Services or the customer owns and manages the Config rule.</p>"
6795        },
6796        "SourceIdentifier":{
6797          "shape":"StringWithCharLimit256",
6798          "documentation":"<p>For Config managed rules, a predefined identifier from a list. For example, <code>IAM_PASSWORD_POLICY</code> is a managed rule. To reference a managed rule, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html\">Using Config managed rules</a>.</p> <p>For custom rules, the identifier is the Amazon Resource Name (ARN) of the rule's Lambda function, such as <code>arn:aws:lambda:us-east-2:123456789012:function:custom_rule_name</code>.</p>"
6799        },
6800        "SourceDetails":{
6801          "shape":"SourceDetails",
6802          "documentation":"<p>Provides the source and type of the event that causes Config to evaluate your Amazon Web Services resources.</p>"
6803        }
6804      },
6805      "documentation":"<p>Provides the Config rule owner (Amazon Web Services or customer), the rule identifier, and the events that trigger the evaluation of your Amazon Web Services resources.</p>"
6806    },
6807    "SourceDetail":{
6808      "type":"structure",
6809      "members":{
6810        "EventSource":{
6811          "shape":"EventSource",
6812          "documentation":"<p>The source of the event, such as an Amazon Web Services service, that triggers Config to evaluate your Amazon Web Services resources.</p>"
6813        },
6814        "MessageType":{
6815          "shape":"MessageType",
6816          "documentation":"<p>The type of notification that triggers Config to run an evaluation for a rule. You can specify the following notification types:</p> <ul> <li> <p> <code>ConfigurationItemChangeNotification</code> - Triggers an evaluation when Config delivers a configuration item as a result of a resource change.</p> </li> <li> <p> <code>OversizedConfigurationItemChangeNotification</code> - Triggers an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.</p> </li> <li> <p> <code>ScheduledNotification</code> - Triggers a periodic evaluation at the frequency specified for <code>MaximumExecutionFrequency</code>.</p> </li> <li> <p> <code>ConfigurationSnapshotDeliveryCompleted</code> - Triggers a periodic evaluation when Config delivers a configuration snapshot.</p> </li> </ul> <p>If you want your custom rule to be triggered by configuration changes, specify two SourceDetail objects, one for <code>ConfigurationItemChangeNotification</code> and one for <code>OversizedConfigurationItemChangeNotification</code>.</p>"
6817        },
6818        "MaximumExecutionFrequency":{
6819          "shape":"MaximumExecutionFrequency",
6820          "documentation":"<p>The frequency at which you want Config to run evaluations for a custom rule with a periodic trigger. If you specify a value for <code>MaximumExecutionFrequency</code>, then <code>MessageType</code> must use the <code>ScheduledNotification</code> value.</p> <note> <p>By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the <code>MaximumExecutionFrequency</code> parameter.</p> <p>Based on the valid value you choose, Config runs evaluations once for each valid value. For example, if you choose <code>Three_Hours</code>, Config runs evaluations once every three hours. In this case, <code>Three_Hours</code> is the frequency of this rule. </p> </note>"
6821        }
6822      },
6823      "documentation":"<p>Provides the source and the message types that trigger Config to evaluate your Amazon Web Services resources against a rule. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic. You can specify the parameter values for <code>SourceDetail</code> only for custom rules. </p>"
6824    },
6825    "SourceDetails":{
6826      "type":"list",
6827      "member":{"shape":"SourceDetail"},
6828      "max":25,
6829      "min":0
6830    },
6831    "SsmControls":{
6832      "type":"structure",
6833      "members":{
6834        "ConcurrentExecutionRatePercentage":{
6835          "shape":"Percentage",
6836          "documentation":"<p>The maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that specific rule. You can specify a percentage, such as 10%. The default value is 10. </p>"
6837        },
6838        "ErrorPercentage":{
6839          "shape":"Percentage",
6840          "documentation":"<p>The percentage of errors that are allowed before SSM stops running automations on non-compliant resources for that specific rule. You can specify a percentage of errors, for example 10%. If you do not specifiy a percentage, the default is 50%. For example, if you set the ErrorPercentage to 40% for 10 non-compliant resources, then SSM stops running the automations when the fifth error is received. </p>"
6841        }
6842      },
6843      "documentation":"<p>Amazon Web Services Systems Manager (SSM) specific remediation controls.</p>"
6844    },
6845    "StackArn":{
6846      "type":"string",
6847      "max":2048,
6848      "min":1
6849    },
6850    "StartConfigRulesEvaluationRequest":{
6851      "type":"structure",
6852      "members":{
6853        "ConfigRuleNames":{
6854          "shape":"ReevaluateConfigRuleNames",
6855          "documentation":"<p>The list of names of Config rules that you want to run evaluations for.</p>"
6856        }
6857      },
6858      "documentation":"<p/>"
6859    },
6860    "StartConfigRulesEvaluationResponse":{
6861      "type":"structure",
6862      "members":{
6863      },
6864      "documentation":"<p>The output when you start the evaluation for the specified Config rule.</p>"
6865    },
6866    "StartConfigurationRecorderRequest":{
6867      "type":"structure",
6868      "required":["ConfigurationRecorderName"],
6869      "members":{
6870        "ConfigurationRecorderName":{
6871          "shape":"RecorderName",
6872          "documentation":"<p>The name of the recorder object that records each configuration change made to the resources.</p>"
6873        }
6874      },
6875      "documentation":"<p>The input for the <a>StartConfigurationRecorder</a> action.</p>"
6876    },
6877    "StartRemediationExecutionRequest":{
6878      "type":"structure",
6879      "required":[
6880        "ConfigRuleName",
6881        "ResourceKeys"
6882      ],
6883      "members":{
6884        "ConfigRuleName":{
6885          "shape":"ConfigRuleName",
6886          "documentation":"<p>The list of names of Config rules that you want to run remediation execution for.</p>"
6887        },
6888        "ResourceKeys":{
6889          "shape":"ResourceKeys",
6890          "documentation":"<p>A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID. </p>"
6891        }
6892      }
6893    },
6894    "StartRemediationExecutionResponse":{
6895      "type":"structure",
6896      "members":{
6897        "FailureMessage":{
6898          "shape":"String",
6899          "documentation":"<p>Returns a failure message. For example, the resource is already compliant.</p>"
6900        },
6901        "FailedItems":{
6902          "shape":"ResourceKeys",
6903          "documentation":"<p>For resources that have failed to start execution, the API returns a resource key object.</p>"
6904        }
6905      }
6906    },
6907    "StaticParameterValues":{
6908      "type":"list",
6909      "member":{"shape":"StringWithCharLimit256"},
6910      "max":25,
6911      "min":0
6912    },
6913    "StaticValue":{
6914      "type":"structure",
6915      "required":["Values"],
6916      "members":{
6917        "Values":{
6918          "shape":"StaticParameterValues",
6919          "documentation":"<p>A list of values. For example, the ARN of the assumed role. </p>"
6920        }
6921      },
6922      "documentation":"<p>The static value of the resource.</p>"
6923    },
6924    "StatusDetailFilters":{
6925      "type":"structure",
6926      "members":{
6927        "AccountId":{
6928          "shape":"AccountId",
6929          "documentation":"<p>The 12-digit account ID of the member account within an organization.</p>"
6930        },
6931        "MemberAccountRuleStatus":{
6932          "shape":"MemberAccountRuleStatus",
6933          "documentation":"<p>Indicates deployment status for config rule in the member account. When master account calls <code>PutOrganizationConfigRule</code> action for the first time, config rule status is created in the member account. When master account calls <code>PutOrganizationConfigRule</code> action for the second time, config rule status is updated in the member account. Config rule status is deleted when the master account deletes <code>OrganizationConfigRule</code> and disables service access for <code>config-multiaccountsetup.amazonaws.com</code>. </p> <p>Config sets the state of the rule to:</p> <ul> <li> <p> <code>CREATE_SUCCESSFUL</code> when config rule has been created in the member account.</p> </li> <li> <p> <code>CREATE_IN_PROGRESS</code> when config rule is being created in the member account.</p> </li> <li> <p> <code>CREATE_FAILED</code> when config rule creation has failed in the member account.</p> </li> <li> <p> <code>DELETE_FAILED</code> when config rule deletion has failed in the member account.</p> </li> <li> <p> <code>DELETE_IN_PROGRESS</code> when config rule is being deleted in the member account.</p> </li> <li> <p> <code>DELETE_SUCCESSFUL</code> when config rule has been deleted in the member account.</p> </li> <li> <p> <code>UPDATE_SUCCESSFUL</code> when config rule has been updated in the member account.</p> </li> <li> <p> <code>UPDATE_IN_PROGRESS</code> when config rule is being updated in the member account.</p> </li> <li> <p> <code>UPDATE_FAILED</code> when config rule deletion has failed in the member account.</p> </li> </ul>"
6934        }
6935      },
6936      "documentation":"<p>Status filter object to filter results based on specific member account ID or status type for an organization config rule. </p>"
6937    },
6938    "StopConfigurationRecorderRequest":{
6939      "type":"structure",
6940      "required":["ConfigurationRecorderName"],
6941      "members":{
6942        "ConfigurationRecorderName":{
6943          "shape":"RecorderName",
6944          "documentation":"<p>The name of the recorder object that records each configuration change made to the resources.</p>"
6945        }
6946      },
6947      "documentation":"<p>The input for the <a>StopConfigurationRecorder</a> action.</p>"
6948    },
6949    "StoredQuery":{
6950      "type":"structure",
6951      "required":["QueryName"],
6952      "members":{
6953        "QueryId":{
6954          "shape":"QueryId",
6955          "documentation":"<p>The ID of the query.</p>",
6956          "box":true
6957        },
6958        "QueryArn":{
6959          "shape":"QueryArn",
6960          "documentation":"<p>Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.</p>",
6961          "box":true
6962        },
6963        "QueryName":{
6964          "shape":"QueryName",
6965          "documentation":"<p>The name of the query.</p>"
6966        },
6967        "Description":{
6968          "shape":"QueryDescription",
6969          "documentation":"<p>A unique description for the query.</p>",
6970          "box":true
6971        },
6972        "Expression":{
6973          "shape":"QueryExpression",
6974          "documentation":"<p>The expression of the query. For example, <code>SELECT resourceId, resourceType, supplementaryConfiguration.BucketVersioningConfiguration.status WHERE resourceType = 'AWS::S3::Bucket' AND supplementaryConfiguration.BucketVersioningConfiguration.status = 'Off'.</code> </p>",
6975          "box":true
6976        }
6977      },
6978      "documentation":"<p>Provides the details of a stored query.</p>"
6979    },
6980    "StoredQueryMetadata":{
6981      "type":"structure",
6982      "required":[
6983        "QueryId",
6984        "QueryArn",
6985        "QueryName"
6986      ],
6987      "members":{
6988        "QueryId":{
6989          "shape":"QueryId",
6990          "documentation":"<p>The ID of the query. </p>"
6991        },
6992        "QueryArn":{
6993          "shape":"QueryArn",
6994          "documentation":"<p>Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.</p>"
6995        },
6996        "QueryName":{
6997          "shape":"QueryName",
6998          "documentation":"<p>The name of the query.</p>"
6999        },
7000        "Description":{
7001          "shape":"QueryDescription",
7002          "documentation":"<p>A unique description for the query.</p>"
7003        }
7004      },
7005      "documentation":"<p>Returns details of a specific query. </p>"
7006    },
7007    "StoredQueryMetadataList":{
7008      "type":"list",
7009      "member":{"shape":"StoredQueryMetadata"}
7010    },
7011    "String":{"type":"string"},
7012    "StringWithCharLimit1024":{
7013      "type":"string",
7014      "max":1024,
7015      "min":1
7016    },
7017    "StringWithCharLimit128":{
7018      "type":"string",
7019      "max":128,
7020      "min":1
7021    },
7022    "StringWithCharLimit2048":{
7023      "type":"string",
7024      "max":2048,
7025      "min":1
7026    },
7027    "StringWithCharLimit256":{
7028      "type":"string",
7029      "max":256,
7030      "min":1
7031    },
7032    "StringWithCharLimit256Min0":{
7033      "type":"string",
7034      "max":256,
7035      "min":0
7036    },
7037    "StringWithCharLimit64":{
7038      "type":"string",
7039      "max":64,
7040      "min":1
7041    },
7042    "StringWithCharLimit768":{
7043      "type":"string",
7044      "max":768,
7045      "min":1
7046    },
7047    "SupplementaryConfiguration":{
7048      "type":"map",
7049      "key":{"shape":"SupplementaryConfigurationName"},
7050      "value":{"shape":"SupplementaryConfigurationValue"}
7051    },
7052    "SupplementaryConfigurationName":{"type":"string"},
7053    "SupplementaryConfigurationValue":{"type":"string"},
7054    "Tag":{
7055      "type":"structure",
7056      "members":{
7057        "Key":{
7058          "shape":"TagKey",
7059          "documentation":"<p>One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.</p>"
7060        },
7061        "Value":{
7062          "shape":"TagValue",
7063          "documentation":"<p>The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).</p>"
7064        }
7065      },
7066      "documentation":"<p>The tags for the resource. The metadata that you apply to a resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.</p>"
7067    },
7068    "TagKey":{
7069      "type":"string",
7070      "max":128,
7071      "min":1
7072    },
7073    "TagKeyList":{
7074      "type":"list",
7075      "member":{"shape":"TagKey"},
7076      "max":50,
7077      "min":1
7078    },
7079    "TagList":{
7080      "type":"list",
7081      "member":{"shape":"Tag"},
7082      "max":50,
7083      "min":1
7084    },
7085    "TagResourceRequest":{
7086      "type":"structure",
7087      "required":[
7088        "ResourceArn",
7089        "Tags"
7090      ],
7091      "members":{
7092        "ResourceArn":{
7093          "shape":"AmazonResourceName",
7094          "documentation":"<p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are <code>ConfigRule</code>, <code>ConfigurationAggregator</code> and <code>AggregatorAuthorization</code>.</p>"
7095        },
7096        "Tags":{
7097          "shape":"TagList",
7098          "documentation":"<p>An array of tag object.</p>"
7099        }
7100      }
7101    },
7102    "TagValue":{
7103      "type":"string",
7104      "max":256,
7105      "min":0
7106    },
7107    "Tags":{
7108      "type":"map",
7109      "key":{"shape":"Name"},
7110      "value":{"shape":"Value"}
7111    },
7112    "TagsList":{
7113      "type":"list",
7114      "member":{"shape":"Tag"},
7115      "max":50,
7116      "min":0
7117    },
7118    "TemplateBody":{
7119      "type":"string",
7120      "max":51200,
7121      "min":1
7122    },
7123    "TemplateS3Uri":{
7124      "type":"string",
7125      "max":1024,
7126      "min":1,
7127      "pattern":"s3://.*"
7128    },
7129    "TooManyTagsException":{
7130      "type":"structure",
7131      "members":{
7132      },
7133      "documentation":"<p>You have reached the limit of the number of tags you can use. You have more than 50 tags.</p>",
7134      "exception":true
7135    },
7136    "UnprocessedResourceIdentifierList":{
7137      "type":"list",
7138      "member":{"shape":"AggregateResourceIdentifier"}
7139    },
7140    "UntagResourceRequest":{
7141      "type":"structure",
7142      "required":[
7143        "ResourceArn",
7144        "TagKeys"
7145      ],
7146      "members":{
7147        "ResourceArn":{
7148          "shape":"AmazonResourceName",
7149          "documentation":"<p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are <code>ConfigRule</code>, <code>ConfigurationAggregator</code> and <code>AggregatorAuthorization</code>.</p>"
7150        },
7151        "TagKeys":{
7152          "shape":"TagKeyList",
7153          "documentation":"<p>The keys of the tags to be removed.</p>"
7154        }
7155      }
7156    },
7157    "ValidationException":{
7158      "type":"structure",
7159      "members":{
7160      },
7161      "documentation":"<p>The requested action is not valid.</p> <p>For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.</p> <p>For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.</p>",
7162      "exception":true
7163    },
7164    "Value":{"type":"string"},
7165    "Version":{"type":"string"}
7166  },
7167  "documentation":"<fullname>Config</fullname> <p>Config provides a way to keep track of the configurations of all the Amazon Web Services resources associated with your Amazon Web Services account. You can use Config to get the current and historical configurations of each Amazon Web Services resource and also to get information about the relationship between the resources. An Amazon Web Services resource can be an Amazon Compute Cloud (Amazon EC2) instance, an Elastic Block Store (EBS) volume, an elastic network Interface (ENI), or a security group. For a complete list of resources currently supported by Config, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources\">Supported Amazon Web Services resources</a>.</p> <p>You can access and manage Config through the Amazon Web Services Management Console, the Amazon Web Services Command Line Interface (Amazon Web Services CLI), the Config API, or the Amazon Web Services SDKs for Config. This reference guide contains documentation for the Config API and the Amazon Web Services CLI commands that you can use to manage Config. The Config API uses the Signature Version 4 protocol for signing requests. For more information about how to sign a request with this protocol, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4 Signing Process</a>. For detailed information about Config features and their associated actions or commands, as well as how to work with Amazon Web Services Management Console, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/WhatIsConfig.html\">What Is Config</a> in the <i>Config Developer Guide</i>.</p>"
7168}
7169