forked from aws/aws-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-2014-11-12.normal.json
2122 lines (2122 loc) · 107 KB
/
config-2014-11-12.normal.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"version":"2.0",
"metadata":{
"apiVersion":"2014-11-12",
"endpointPrefix":"config",
"jsonVersion":"1.1",
"protocol":"json",
"serviceAbbreviation":"Config Service",
"serviceFullName":"AWS Config",
"signatureVersion":"v4",
"targetPrefix":"StarlingDoveService",
"uid":"config-2014-11-12"
},
"operations":{
"DeleteConfigRule":{
"name":"DeleteConfigRule",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteConfigRuleRequest"},
"errors":[
{"shape":"NoSuchConfigRuleException"},
{"shape":"ResourceInUseException"}
],
"documentation":"<p>Deletes the specified AWS Config rule and all of its evaluation results.</p> <p>AWS 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>"
},
"DeleteConfigurationRecorder":{
"name":"DeleteConfigurationRecorder",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteConfigurationRecorderRequest"},
"errors":[
{"shape":"NoSuchConfigurationRecorderException"}
],
"documentation":"<p>Deletes the configuration recorder.</p> <p>After the configuration recorder is deleted, AWS 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 AWS Config console until you create a new configuration recorder.</p>"
},
"DeleteDeliveryChannel":{
"name":"DeleteDeliveryChannel",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteDeliveryChannelRequest"},
"errors":[
{"shape":"NoSuchDeliveryChannelException"},
{"shape":"LastDeliveryChannelDeleteFailedException"}
],
"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>"
},
"DeleteEvaluationResults":{
"name":"DeleteEvaluationResults",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteEvaluationResultsRequest"},
"output":{"shape":"DeleteEvaluationResultsResponse"},
"errors":[
{"shape":"NoSuchConfigRuleException"},
{"shape":"ResourceInUseException"}
],
"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 AWS resources against the rule.</p>"
},
"DeliverConfigSnapshot":{
"name":"DeliverConfigSnapshot",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeliverConfigSnapshotRequest"},
"output":{"shape":"DeliverConfigSnapshotResponse"},
"errors":[
{"shape":"NoSuchDeliveryChannelException"},
{"shape":"NoAvailableConfigurationRecorderException"},
{"shape":"NoRunningConfigurationRecorderException"}
],
"documentation":"<p>Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, AWS Config sends following notifications using an Amazon SNS topic that you have specified.</p> <ul> <li> <p>Notification of starting the delivery.</p> </li> <li> <p>Notification of delivery completed, if the delivery was successfully completed.</p> </li> <li> <p>Notification of delivery failure, if the delivery failed to complete.</p> </li> </ul>"
},
"DescribeComplianceByConfigRule":{
"name":"DescribeComplianceByConfigRule",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeComplianceByConfigRuleRequest"},
"output":{"shape":"DescribeComplianceByConfigRuleResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"NoSuchConfigRuleException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Indicates whether the specified AWS Config rules are compliant. If a rule is noncompliant, this action returns the number of AWS resources that do not comply with the rule.</p> <p>A rule is compliant if all of the evaluated resources comply with it, and it is noncompliant if any of these resources do not comply.</p> <p>If AWS 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>AWS 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 AWS Lambda function is failing to send evaluation results to AWS 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 AWS Lambda execution role includes the <code>config:PutEvaluations</code> permission.</p> </li> <li> <p>The rule's AWS 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>"
},
"DescribeComplianceByResource":{
"name":"DescribeComplianceByResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeComplianceByResourceRequest"},
"output":{"shape":"DescribeComplianceByResourceResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Indicates whether the specified AWS resources are compliant. If a resource is noncompliant, this action returns the number of AWS Config rules that the resource does not comply with.</p> <p>A resource is compliant if it complies with all the AWS Config rules that evaluate it. It is noncompliant if it does not comply with one or more of these rules.</p> <p>If AWS 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>AWS 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 AWS Lambda function is failing to send evaluation results to AWS 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 AWS Lambda execution role includes the <code>config:PutEvaluations</code> permission.</p> </li> <li> <p>The rule's AWS 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>"
},
"DescribeConfigRuleEvaluationStatus":{
"name":"DescribeConfigRuleEvaluationStatus",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeConfigRuleEvaluationStatusRequest"},
"output":{"shape":"DescribeConfigRuleEvaluationStatusResponse"},
"errors":[
{"shape":"NoSuchConfigRuleException"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Returns status information for each of your AWS managed Config rules. The status includes information such as the last time AWS Config invoked the rule, the last time AWS Config failed to invoke the rule, and the related error for the last failure.</p>"
},
"DescribeConfigRules":{
"name":"DescribeConfigRules",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeConfigRulesRequest"},
"output":{"shape":"DescribeConfigRulesResponse"},
"errors":[
{"shape":"NoSuchConfigRuleException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Returns details about your AWS Config rules.</p>"
},
"DescribeConfigurationRecorderStatus":{
"name":"DescribeConfigurationRecorderStatus",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeConfigurationRecorderStatusRequest"},
"output":{"shape":"DescribeConfigurationRecorderStatusResponse"},
"errors":[
{"shape":"NoSuchConfigurationRecorderException"}
],
"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 recorder associated with the account.</p> <note> <p>Currently, you can specify only one configuration recorder per region in your account.</p> </note>"
},
"DescribeConfigurationRecorders":{
"name":"DescribeConfigurationRecorders",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeConfigurationRecordersRequest"},
"output":{"shape":"DescribeConfigurationRecordersResponse"},
"errors":[
{"shape":"NoSuchConfigurationRecorderException"}
],
"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>"
},
"DescribeDeliveryChannelStatus":{
"name":"DescribeDeliveryChannelStatus",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeDeliveryChannelStatusRequest"},
"output":{"shape":"DescribeDeliveryChannelStatusResponse"},
"errors":[
{"shape":"NoSuchDeliveryChannelException"}
],
"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>"
},
"DescribeDeliveryChannels":{
"name":"DescribeDeliveryChannels",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeDeliveryChannelsRequest"},
"output":{"shape":"DescribeDeliveryChannelsResponse"},
"errors":[
{"shape":"NoSuchDeliveryChannelException"}
],
"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>"
},
"GetComplianceDetailsByConfigRule":{
"name":"GetComplianceDetailsByConfigRule",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetComplianceDetailsByConfigRuleRequest"},
"output":{"shape":"GetComplianceDetailsByConfigRuleResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidNextTokenException"},
{"shape":"NoSuchConfigRuleException"}
],
"documentation":"<p>Returns the evaluation results for the specified AWS Config rule. The results indicate which AWS resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule.</p>"
},
"GetComplianceDetailsByResource":{
"name":"GetComplianceDetailsByResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetComplianceDetailsByResourceRequest"},
"output":{"shape":"GetComplianceDetailsByResourceResponse"},
"errors":[
{"shape":"InvalidParameterValueException"}
],
"documentation":"<p>Returns the evaluation results for the specified AWS resource. The results indicate which AWS Config rules were used to evaluate the resource, when each rule was last used, and whether the resource complies with each rule.</p>"
},
"GetComplianceSummaryByConfigRule":{
"name":"GetComplianceSummaryByConfigRule",
"http":{
"method":"POST",
"requestUri":"/"
},
"output":{"shape":"GetComplianceSummaryByConfigRuleResponse"},
"documentation":"<p>Returns the number of AWS Config rules that are compliant and noncompliant, up to a maximum of 25 for each.</p>"
},
"GetComplianceSummaryByResourceType":{
"name":"GetComplianceSummaryByResourceType",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetComplianceSummaryByResourceTypeRequest"},
"output":{"shape":"GetComplianceSummaryByResourceTypeResponse"},
"errors":[
{"shape":"InvalidParameterValueException"}
],
"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>"
},
"GetResourceConfigHistory":{
"name":"GetResourceConfigHistory",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetResourceConfigHistoryRequest"},
"output":{"shape":"GetResourceConfigHistoryResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidTimeRangeException"},
{"shape":"InvalidLimitException"},
{"shape":"InvalidNextTokenException"},
{"shape":"NoAvailableConfigurationRecorderException"},
{"shape":"ResourceNotDiscoveredException"}
],
"documentation":"<p>Returns a list of configuration items for the specified resource. The list contains details about each state of the resource during the specified time interval.</p> <p>The response is paginated, and by default, AWS 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, and to get the next page of results, run the request again and enter this 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>"
},
"ListDiscoveredResources":{
"name":"ListDiscoveredResources",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListDiscoveredResourcesRequest"},
"output":{"shape":"ListDiscoveredResourcesResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidLimitException"},
{"shape":"InvalidNextTokenException"},
{"shape":"NoAvailableConfigurationRecorderException"}
],
"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 AWS Config has discovered, including those that AWS 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, and by default AWS 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, and to get the next page of results, run the request again and enter this string for the <code>nextToken</code> parameter.</p>"
},
"PutConfigRule":{
"name":"PutConfigRule",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PutConfigRuleRequest"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"MaxNumberOfConfigRulesExceededException"},
{"shape":"ResourceInUseException"},
{"shape":"InsufficientPermissionsException"},
{"shape":"NoAvailableConfigurationRecorderException"}
],
"documentation":"<p>Adds or updates an AWS Config rule for evaluating whether your AWS resources comply with your desired configurations.</p> <p>You can use this action for custom Config rules and AWS managed Config rules. A custom Config rule is a rule that you develop and maintain. An AWS managed Config rule is a customizable, predefined rule that AWS Config provides.</p> <p>If you are adding a new custom Config rule, you must first create the AWS Lambda function that the rule invokes to evaluate your resources. When you use the <code>PutConfigRule</code> action to add the rule to AWS Config, you must specify the Amazon Resource Name (ARN) that AWS 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 a new AWS managed Config rule, specify the rule's identifier for the <code>SourceIdentifier</code> key. To reference AWS managed Config rule identifiers, see <a href=\"http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html\">Using AWS Managed Config 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 AWS 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 AWS Config supports is 50.</p> <p>For more information about requesting a rule limit increase, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config\">AWS Config Limits</a> in the <i>AWS General Reference Guide</i>.</p> <p>For more information about developing and using AWS Config rules, see <a href=\"http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html\">Evaluating AWS Resource Configurations with AWS Config</a> in the <i>AWS Config Developer Guide</i>.</p>"
},
"PutConfigurationRecorder":{
"name":"PutConfigurationRecorder",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PutConfigurationRecorderRequest"},
"errors":[
{"shape":"MaxNumberOfConfigurationRecordersExceededException"},
{"shape":"InvalidConfigurationRecorderNameException"},
{"shape":"InvalidRoleException"},
{"shape":"InvalidRecordingGroupException"}
],
"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> and/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>"
},
"PutDeliveryChannel":{
"name":"PutDeliveryChannel",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PutDeliveryChannelRequest"},
"errors":[
{"shape":"MaxNumberOfDeliveryChannelsExceededException"},
{"shape":"NoAvailableConfigurationRecorderException"},
{"shape":"InvalidDeliveryChannelNameException"},
{"shape":"NoSuchBucketException"},
{"shape":"InvalidS3KeyPrefixException"},
{"shape":"InvalidSNSTopicARNException"},
{"shape":"InsufficientDeliveryPolicyException"}
],
"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>"
},
"PutEvaluations":{
"name":"PutEvaluations",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PutEvaluationsRequest"},
"output":{"shape":"PutEvaluationsResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidResultTokenException"},
{"shape":"NoSuchConfigRuleException"}
],
"documentation":"<p>Used by an AWS Lambda function to deliver evaluation results to AWS Config. This action is required in every AWS Lambda function that is invoked by an AWS Config rule.</p>"
},
"StartConfigRulesEvaluation":{
"name":"StartConfigRulesEvaluation",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StartConfigRulesEvaluationRequest"},
"output":{"shape":"StartConfigRulesEvaluationResponse"},
"errors":[
{"shape":"NoSuchConfigRuleException"},
{"shape":"LimitExceededException"},
{"shape":"ResourceInUseException"},
{"shape":"InvalidParameterValueException"}
],
"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 a rule that 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 must complete for the specified rules before you can call the API again. If you chose to have AWS 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 new rule, AWS Config automatically evaluates your resources against the rule. </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>AWS 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>"
},
"StartConfigurationRecorder":{
"name":"StartConfigurationRecorder",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StartConfigurationRecorderRequest"},
"errors":[
{"shape":"NoSuchConfigurationRecorderException"},
{"shape":"NoAvailableDeliveryChannelException"}
],
"documentation":"<p>Starts recording configurations of the AWS resources you have selected to record in your AWS account.</p> <p>You must have created at least one delivery channel to successfully start the configuration recorder.</p>"
},
"StopConfigurationRecorder":{
"name":"StopConfigurationRecorder",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StopConfigurationRecorderRequest"},
"errors":[
{"shape":"NoSuchConfigurationRecorderException"}
],
"documentation":"<p>Stops recording configurations of the AWS resources you have selected to record in your AWS account.</p>"
}
},
"shapes":{
"ARN":{"type":"string"},
"AccountId":{"type":"string"},
"AllSupported":{"type":"boolean"},
"AvailabilityZone":{"type":"string"},
"AwsRegion":{"type":"string"},
"Boolean":{"type":"boolean"},
"ChannelName":{
"type":"string",
"max":256,
"min":1
},
"ChronologicalOrder":{
"type":"string",
"enum":[
"Reverse",
"Forward"
]
},
"Compliance":{
"type":"structure",
"members":{
"ComplianceType":{
"shape":"ComplianceType",
"documentation":"<p>Indicates whether an AWS resource or AWS Config rule is compliant.</p> <p>A resource is compliant if it complies with all of the AWS Config rules that evaluate it, and it 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, and it is noncompliant if any of these resources do not comply.</p> <p>AWS Config returns the <code>INSUFFICIENT_DATA</code> value when no evaluation results are available for the AWS resource or Config rule.</p> <p>For the <code>Compliance</code> data type, AWS Config supports only <code>COMPLIANT</code>, <code>NON_COMPLIANT</code>, and <code>INSUFFICIENT_DATA</code> values. AWS Config does not support the <code>NOT_APPLICABLE</code> value for the <code>Compliance</code> data type.</p>"
},
"ComplianceContributorCount":{
"shape":"ComplianceContributorCount",
"documentation":"<p>The number of AWS resources or AWS Config rules that cause a result of <code>NON_COMPLIANT</code>, up to a maximum number.</p>"
}
},
"documentation":"<p>Indicates whether an AWS resource or AWS Config rule is compliant and provides the number of contributors that affect the compliance.</p>"
},
"ComplianceByConfigRule":{
"type":"structure",
"members":{
"ConfigRuleName":{
"shape":"StringWithCharLimit64",
"documentation":"<p>The name of the AWS Config rule.</p>"
},
"Compliance":{
"shape":"Compliance",
"documentation":"<p>Indicates whether the AWS Config rule is compliant.</p>"
}
},
"documentation":"<p>Indicates whether an AWS Config rule is compliant. A rule is compliant if all of the resources that the rule evaluated comply with it, and it is noncompliant if any of these resources do not comply.</p>"
},
"ComplianceByConfigRules":{
"type":"list",
"member":{"shape":"ComplianceByConfigRule"}
},
"ComplianceByResource":{
"type":"structure",
"members":{
"ResourceType":{
"shape":"StringWithCharLimit256",
"documentation":"<p>The type of the AWS resource that was evaluated.</p>"
},
"ResourceId":{
"shape":"StringWithCharLimit256",
"documentation":"<p>The ID of the AWS resource that was evaluated.</p>"
},
"Compliance":{
"shape":"Compliance",
"documentation":"<p>Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.</p>"
}
},
"documentation":"<p>Indicates whether an AWS resource that is evaluated according to one or more AWS Config rules is compliant. A resource is compliant if it complies with all of the rules that evaluate it, and it is noncompliant if it does not comply with one or more of these rules.</p>"
},
"ComplianceByResources":{
"type":"list",
"member":{"shape":"ComplianceByResource"}
},
"ComplianceContributorCount":{
"type":"structure",
"members":{
"CappedCount":{
"shape":"Integer",
"documentation":"<p>The number of AWS resources or AWS Config rules responsible for the current compliance of the item.</p>"
},
"CapExceeded":{
"shape":"Boolean",
"documentation":"<p>Indicates whether the maximum count is reached.</p>"
}
},
"documentation":"<p>The number of AWS resources or AWS Config rules responsible for the current compliance of the item, up to a maximum number.</p>"
},
"ComplianceResourceTypes":{
"type":"list",
"member":{"shape":"StringWithCharLimit256"},
"max":100,
"min":0
},
"ComplianceSummariesByResourceType":{
"type":"list",
"member":{"shape":"ComplianceSummaryByResourceType"}
},
"ComplianceSummary":{
"type":"structure",
"members":{
"CompliantResourceCount":{
"shape":"ComplianceContributorCount",
"documentation":"<p>The number of AWS Config rules or AWS resources that are compliant, up to a maximum of 25 for rules and 100 for resources.</p>"
},
"NonCompliantResourceCount":{
"shape":"ComplianceContributorCount",
"documentation":"<p>The number of AWS Config rules or AWS resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.</p>"
},
"ComplianceSummaryTimestamp":{
"shape":"Date",
"documentation":"<p>The time that AWS Config created the compliance summary.</p>"
}
},
"documentation":"<p>The number of AWS Config rules or AWS resources that are compliant and noncompliant.</p>"
},
"ComplianceSummaryByResourceType":{
"type":"structure",
"members":{
"ResourceType":{
"shape":"StringWithCharLimit256",
"documentation":"<p>The type of AWS resource.</p>"
},
"ComplianceSummary":{
"shape":"ComplianceSummary",
"documentation":"<p>The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.</p>"
}
},
"documentation":"<p>The number of AWS resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each compliance.</p>"
},
"ComplianceType":{
"type":"string",
"enum":[
"COMPLIANT",
"NON_COMPLIANT",
"NOT_APPLICABLE",
"INSUFFICIENT_DATA"
]
},
"ComplianceTypes":{
"type":"list",
"member":{"shape":"ComplianceType"},
"max":3,
"min":0
},
"ConfigExportDeliveryInfo":{
"type":"structure",
"members":{
"lastStatus":{
"shape":"DeliveryStatus",
"documentation":"<p>Status of the last attempted delivery.</p>"
},
"lastErrorCode":{
"shape":"String",
"documentation":"<p>The error code from the last attempted delivery.</p>"
},
"lastErrorMessage":{
"shape":"String",
"documentation":"<p>The error message from the last attempted delivery.</p>"
},
"lastAttemptTime":{
"shape":"Date",
"documentation":"<p>The time of the last attempted delivery.</p>"
},
"lastSuccessfulTime":{
"shape":"Date",
"documentation":"<p>The time of the last successful delivery.</p>"
},
"nextDeliveryTime":{
"shape":"Date",
"documentation":"<p>The time that the next delivery occurs.</p>"
}
},
"documentation":"<p>A list that contains the status of the delivery of either the snapshot or the configuration history to the specified Amazon S3 bucket.</p>"
},
"ConfigRule":{
"type":"structure",
"required":["Source"],
"members":{
"ConfigRuleName":{
"shape":"StringWithCharLimit64",
"documentation":"<p>The name that you assign to the AWS Config rule. The name is required if you are adding a new rule.</p>"
},
"ConfigRuleArn":{
"shape":"String",
"documentation":"<p>The Amazon Resource Name (ARN) of the AWS Config rule.</p>"
},
"ConfigRuleId":{
"shape":"String",
"documentation":"<p>The ID of the AWS Config rule.</p>"
},
"Description":{
"shape":"EmptiableStringWithCharLimit256",
"documentation":"<p>The description that you provide for the AWS Config rule.</p>"
},
"Scope":{
"shape":"Scope",
"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>"
},
"Source":{
"shape":"Source",
"documentation":"<p>Provides the rule owner (AWS or customer), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.</p>"
},
"InputParameters":{
"shape":"StringWithCharLimit1024",
"documentation":"<p>A string in JSON format that is passed to the AWS Config rule Lambda function.</p>"
},
"MaximumExecutionFrequency":{
"shape":"MaximumExecutionFrequency",
"documentation":"<p>The maximum frequency with which AWS Config runs evaluations for a rule. You can specify a value for <code>MaximumExecutionFrequency</code> when:</p> <ul> <li> <p>You are using an AWS managed rule that is triggered at a periodic frequency.</p> </li> <li> <p>Your custom rule is triggered when AWS Config delivers the configuration snapshot.</p> </li> </ul> <p>For more information, see <a>ConfigSnapshotDeliveryProperties</a>.</p>"
},
"ConfigRuleState":{
"shape":"ConfigRuleState",
"documentation":"<p>Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the Config rule.</p> <p>AWS 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>AWS 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>AWS Config sets the state of a rule to <code>DELETING</code> temporarily after you use the <code>DeleteConfigRule</code> request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.</p>"
}
},
"documentation":"<p>An AWS Config rule represents an AWS Lambda function that you create for a custom rule or a predefined function for an AWS managed rule. The function evaluates configuration items to assess whether your AWS resources comply with your desired configurations. This function can run when AWS Config detects a configuration change to an AWS resource and at a periodic frequency that you choose (for example, every 24 hours).</p> <note> <p>You can use the AWS CLI and AWS SDKs if you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot. For more information, see <a>ConfigSnapshotDeliveryProperties</a>.</p> </note> <p>For more information about developing and using AWS Config rules, see <a href=\"http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html\">Evaluating AWS Resource Configurations with AWS Config</a> in the <i>AWS Config Developer Guide</i>.</p>"
},
"ConfigRuleEvaluationStatus":{
"type":"structure",
"members":{
"ConfigRuleName":{
"shape":"StringWithCharLimit64",
"documentation":"<p>The name of the AWS Config rule.</p>"
},
"ConfigRuleArn":{
"shape":"String",
"documentation":"<p>The Amazon Resource Name (ARN) of the AWS Config rule.</p>"
},
"ConfigRuleId":{
"shape":"String",
"documentation":"<p>The ID of the AWS Config rule.</p>"
},
"LastSuccessfulInvocationTime":{
"shape":"Date",
"documentation":"<p>The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.</p>"
},
"LastFailedInvocationTime":{
"shape":"Date",
"documentation":"<p>The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.</p>"
},
"LastSuccessfulEvaluationTime":{
"shape":"Date",
"documentation":"<p>The time that AWS Config last successfully evaluated your AWS resources against the rule.</p>"
},
"LastFailedEvaluationTime":{
"shape":"Date",
"documentation":"<p>The time that AWS Config last failed to evaluate your AWS resources against the rule.</p>"
},
"FirstActivatedTime":{
"shape":"Date",
"documentation":"<p>The time that you first activated the AWS Config rule.</p>"
},
"LastErrorCode":{
"shape":"String",
"documentation":"<p>The error code that AWS Config returned when the rule last failed.</p>"
},
"LastErrorMessage":{
"shape":"String",
"documentation":"<p>The error message that AWS Config returned when the rule last failed.</p>"
},
"FirstEvaluationStarted":{
"shape":"Boolean",
"documentation":"<p>Indicates whether AWS Config has evaluated your resources against the rule at least once.</p> <ul> <li> <p> <code>true</code> - AWS Config has evaluated your AWS resources against the rule at least once.</p> </li> <li> <p> <code>false</code> - AWS Config has not once finished evaluating your AWS resources against the rule.</p> </li> </ul>"
}
},
"documentation":"<p>Status information for your AWS managed Config 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>"
},
"ConfigRuleEvaluationStatusList":{
"type":"list",
"member":{"shape":"ConfigRuleEvaluationStatus"}
},
"ConfigRuleNames":{
"type":"list",
"member":{"shape":"StringWithCharLimit64"},
"max":25,
"min":0
},
"ConfigRuleState":{
"type":"string",
"enum":[
"ACTIVE",
"DELETING",
"DELETING_RESULTS",
"EVALUATING"
]
},
"ConfigRules":{
"type":"list",
"member":{"shape":"ConfigRule"}
},
"ConfigSnapshotDeliveryProperties":{
"type":"structure",
"members":{
"deliveryFrequency":{
"shape":"MaximumExecutionFrequency",
"documentation":"<p>The frequency with which AWS Config delivers configuration snapshots.</p>"
}
},
"documentation":"<p>Provides options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket in your delivery channel.</p> <note> <p>If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:</p> </note> <p>The frequency for a rule that triggers evaluations for your resources when AWS 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 AWS Config delivers configuration snapshots. This value also sets how often AWS 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 AWS 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, AWS 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 AWS 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>, AWS 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 AWS Config delivers your configuration snapshots, use the <code>PutDeliveryChannel</code> action.</p>"
},
"ConfigStreamDeliveryInfo":{
"type":"structure",
"members":{
"lastStatus":{
"shape":"DeliveryStatus",
"documentation":"<p>Status of the last attempted delivery.</p> <p> <b>Note</b> Providing an SNS topic on a <a href=\"http://docs.aws.amazon.com/config/latest/APIReference/API_DeliveryChannel.html\">DeliveryChannel</a> for AWS Config is optional. If the SNS delivery is turned off, the last status will be <b>Not_Applicable</b>.</p>"
},
"lastErrorCode":{
"shape":"String",
"documentation":"<p>The error code from the last attempted delivery.</p>"
},
"lastErrorMessage":{
"shape":"String",
"documentation":"<p>The error message from the last attempted delivery.</p>"
},
"lastStatusChangeTime":{
"shape":"Date",
"documentation":"<p>The time from the last status change.</p>"
}
},
"documentation":"<p>A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.</p>"
},
"Configuration":{"type":"string"},
"ConfigurationItem":{
"type":"structure",
"members":{
"version":{
"shape":"Version",
"documentation":"<p>The version number of the resource configuration.</p>"
},
"accountId":{
"shape":"AccountId",
"documentation":"<p>The 12 digit AWS account ID associated with the resource.</p>"
},
"configurationItemCaptureTime":{
"shape":"ConfigurationItemCaptureTime",
"documentation":"<p>The time when the configuration recording was initiated.</p>"
},
"configurationItemStatus":{
"shape":"ConfigurationItemStatus",
"documentation":"<p>The configuration item status.</p>"
},
"configurationStateId":{
"shape":"ConfigurationStateId",
"documentation":"<p>An identifier that indicates the ordering of the configuration items of a resource.</p>"
},
"configurationItemMD5Hash":{
"shape":"ConfigurationItemMD5Hash",
"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>"
},
"arn":{
"shape":"ARN",
"documentation":"<p>The Amazon Resource Name (ARN) of the resource.</p>"
},
"resourceType":{
"shape":"ResourceType",
"documentation":"<p>The type of AWS resource.</p>"
},
"resourceId":{
"shape":"ResourceId",
"documentation":"<p>The ID of the resource (for example., <code>sg-xxxxxx</code>).</p>"
},
"resourceName":{
"shape":"ResourceName",
"documentation":"<p>The custom name of the resource, if available.</p>"
},
"awsRegion":{
"shape":"AwsRegion",
"documentation":"<p>The region where the resource resides.</p>"
},
"availabilityZone":{
"shape":"AvailabilityZone",
"documentation":"<p>The Availability Zone associated with the resource.</p>"
},
"resourceCreationTime":{
"shape":"ResourceCreationTime",
"documentation":"<p>The time stamp when the resource was created.</p>"
},
"tags":{
"shape":"Tags",
"documentation":"<p>A mapping of key value tags associated with the resource.</p>"
},
"relatedEvents":{
"shape":"RelatedEventList",
"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=\"http://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html\">What is AWS CloudTrail?</a>.</p> <p>An empty field indicates that the current configuration was not initiated by any event.</p>"
},
"relationships":{
"shape":"RelationshipList",
"documentation":"<p>A list of related AWS resources.</p>"
},
"configuration":{
"shape":"Configuration",
"documentation":"<p>The description of the resource configuration.</p>"
},
"supplementaryConfiguration":{
"shape":"SupplementaryConfiguration",
"documentation":"<p>Configuration attributes that AWS Config returns for certain resource types to supplement the information returned for the <code>configuration</code> parameter.</p>"
}
},
"documentation":"<p>A list that contains detailed configurations of a specified resource.</p>"
},
"ConfigurationItemCaptureTime":{"type":"timestamp"},
"ConfigurationItemList":{
"type":"list",
"member":{"shape":"ConfigurationItem"}
},
"ConfigurationItemMD5Hash":{"type":"string"},
"ConfigurationItemStatus":{
"type":"string",
"enum":[
"Ok",
"Failed",
"Discovered",
"Deleted"
]
},
"ConfigurationRecorder":{
"type":"structure",
"members":{
"name":{
"shape":"RecorderName",
"documentation":"<p>The name of the recorder. By default, AWS Config automatically assigns the name \"default\" when creating the configuration recorder. You cannot change the assigned name.</p>"
},
"roleARN":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.</p>"
},
"recordingGroup":{
"shape":"RecordingGroup",
"documentation":"<p>Specifies the types of AWS resource for which AWS Config records configuration changes.</p>"
}
},
"documentation":"<p>An object that represents the recording of configuration changes of an AWS resource.</p>"
},
"ConfigurationRecorderList":{
"type":"list",
"member":{"shape":"ConfigurationRecorder"}
},
"ConfigurationRecorderNameList":{
"type":"list",
"member":{"shape":"RecorderName"}
},
"ConfigurationRecorderStatus":{
"type":"structure",
"members":{
"name":{
"shape":"String",
"documentation":"<p>The name of the configuration recorder.</p>"
},
"lastStartTime":{
"shape":"Date",
"documentation":"<p>The time the recorder was last started.</p>"
},
"lastStopTime":{
"shape":"Date",
"documentation":"<p>The time the recorder was last stopped.</p>"
},
"recording":{
"shape":"Boolean",
"documentation":"<p>Specifies whether the recorder is currently recording or not.</p>"
},
"lastStatus":{
"shape":"RecorderStatus",
"documentation":"<p>The last (previous) status of the recorder.</p>"
},
"lastErrorCode":{
"shape":"String",
"documentation":"<p>The error code indicating that the recording failed.</p>"
},
"lastErrorMessage":{
"shape":"String",
"documentation":"<p>The message indicating that the recording failed due to an error.</p>"
},
"lastStatusChangeTime":{
"shape":"Date",
"documentation":"<p>The time when the status was last changed.</p>"
}
},
"documentation":"<p>The current status of the configuration recorder.</p>"
},
"ConfigurationRecorderStatusList":{
"type":"list",
"member":{"shape":"ConfigurationRecorderStatus"}
},
"ConfigurationStateId":{"type":"string"},
"Date":{"type":"timestamp"},
"DeleteConfigRuleRequest":{
"type":"structure",
"required":["ConfigRuleName"],
"members":{
"ConfigRuleName":{
"shape":"StringWithCharLimit64",
"documentation":"<p>The name of the AWS Config rule that you want to delete.</p>"
}
},
"documentation":"<p/>"
},
"DeleteConfigurationRecorderRequest":{
"type":"structure",
"required":["ConfigurationRecorderName"],
"members":{
"ConfigurationRecorderName":{
"shape":"RecorderName",
"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>"
}
},
"documentation":"<p>The request object for the <code>DeleteConfigurationRecorder</code> action.</p>"
},
"DeleteDeliveryChannelRequest":{
"type":"structure",
"required":["DeliveryChannelName"],
"members":{
"DeliveryChannelName":{
"shape":"ChannelName",
"documentation":"<p>The name of the delivery channel to delete.</p>"
}
},
"documentation":"<p>The input for the <a>DeleteDeliveryChannel</a> action. The action accepts the following data in JSON format. </p>"
},
"DeleteEvaluationResultsRequest":{
"type":"structure",
"required":["ConfigRuleName"],
"members":{
"ConfigRuleName":{
"shape":"StringWithCharLimit64",
"documentation":"<p>The name of the Config rule for which you want to delete the evaluation results.</p>"
}
},
"documentation":"<p/>"
},
"DeleteEvaluationResultsResponse":{
"type":"structure",
"members":{
},
"documentation":"<p>The output when you delete the evaluation results for the specified Config rule.</p>"
},
"DeliverConfigSnapshotRequest":{
"type":"structure",
"required":["deliveryChannelName"],
"members":{
"deliveryChannelName":{
"shape":"ChannelName",
"documentation":"<p>The name of the delivery channel through which the snapshot is delivered.</p>"
}
},
"documentation":"<p>The input for the <a>DeliverConfigSnapshot</a> action.</p>"
},
"DeliverConfigSnapshotResponse":{
"type":"structure",
"members":{
"configSnapshotId":{
"shape":"String",
"documentation":"<p>The ID of the snapshot that is being created.</p>"
}
},
"documentation":"<p>The output for the <a>DeliverConfigSnapshot</a> action in JSON format.</p>"
},
"DeliveryChannel":{
"type":"structure",
"members":{
"name":{
"shape":"ChannelName",
"documentation":"<p>The name of the delivery channel. By default, AWS 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>"
},
"s3BucketName":{
"shape":"String",
"documentation":"<p>The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.</p> <p>If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see <a href=\"http://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-policy.html\">Permissions for the Amazon S3 Bucket</a> in the AWS Config Developer Guide.</p>"
},
"s3KeyPrefix":{
"shape":"String",
"documentation":"<p>The prefix for the specified Amazon S3 bucket.</p>"
},
"snsTopicARN":{
"shape":"String",
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS 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 AWS Config. For more information, see <a href=\"http://docs.aws.amazon.com/config/latest/developerguide/sns-topic-policy.html\">Permissions for the Amazon SNS Topic</a> in the AWS Config Developer Guide.</p>"
},
"configSnapshotDeliveryProperties":{"shape":"ConfigSnapshotDeliveryProperties"}
},
"documentation":"<p>The channel through which AWS Config delivers notifications and updated configuration states.</p>"
},
"DeliveryChannelList":{
"type":"list",
"member":{"shape":"DeliveryChannel"}
},
"DeliveryChannelNameList":{
"type":"list",
"member":{"shape":"ChannelName"}
},
"DeliveryChannelStatus":{
"type":"structure",
"members":{
"name":{
"shape":"String",
"documentation":"<p>The name of the delivery channel.</p>"
},
"configSnapshotDeliveryInfo":{
"shape":"ConfigExportDeliveryInfo",
"documentation":"<p>A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.</p>"
},
"configHistoryDeliveryInfo":{
"shape":"ConfigExportDeliveryInfo",
"documentation":"<p>A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.</p>"
},
"configStreamDeliveryInfo":{
"shape":"ConfigStreamDeliveryInfo",
"documentation":"<p>A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.</p>"
}
},
"documentation":"<p>The status of a specified delivery channel.</p> <p>Valid values: <code>Success</code> | <code>Failure</code> </p>"
},
"DeliveryChannelStatusList":{
"type":"list",
"member":{"shape":"DeliveryChannelStatus"}
},
"DeliveryStatus":{
"type":"string",
"enum":[
"Success",
"Failure",