aws-sdk-core 2.1.27 → 2.1.28

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e8bb3dc26e120d065fd2e178de08268c7a5ed676
4
- data.tar.gz: ade469f00b4d10f6ad050c9095769776927fe002
3
+ metadata.gz: 8d395aeaa27dae22f8ac7cd101b609f81bf42eae
4
+ data.tar.gz: cc43658e6b582367a41390f4db8191acef71d3bf
5
5
  SHA512:
6
- metadata.gz: ef1b314c9b0ab060cd03e214d48fa80ad30ab61b24f745d7f765903103ebac4698252105fa27b3f475bac87f8eda309d42410db0d3e2219316bc26b8410ef65b
7
- data.tar.gz: fcd4ce32da7c90023b0f3b029781713ca129a651701ff1b27cec6e16cd42000fca00b419013a1819ee0c91ac82aeb2d63f7e1e2a71c70e321145a4fe51c7c513
6
+ metadata.gz: f28220b15f752e7801cc6866f8eef32de159c9ee83dc9e55f07d265f20d384d33ae115f742bb3ef27b7959be770a4de4f25c94232aa882fe7c6663491652d883
7
+ data.tar.gz: d91b2ec5dec7403b24ab93032a36fa68a8cdbdc4af257c4efa5c573411b2a822fece796cddf54ef8c5223d9db79c1c2271e2f2558fc20d3bb3ab2f96a1f3de63
@@ -11,6 +11,20 @@
11
11
  "protocol":"json"
12
12
  },
13
13
  "operations":{
14
+ "DeleteConfigRule":{
15
+ "name":"DeleteConfigRule",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"DeleteConfigRuleRequest"},
21
+ "errors":[
22
+ {
23
+ "shape":"NoSuchConfigRuleException",
24
+ "exception":true
25
+ }
26
+ ]
27
+ },
14
28
  "DeleteDeliveryChannel":{
15
29
  "name":"DeleteDeliveryChannel",
16
30
  "http":{
@@ -52,6 +66,74 @@
52
66
  }
53
67
  ]
54
68
  },
69
+ "DescribeComplianceByConfigRule":{
70
+ "name":"DescribeComplianceByConfigRule",
71
+ "http":{
72
+ "method":"POST",
73
+ "requestUri":"/"
74
+ },
75
+ "input":{"shape":"DescribeComplianceByConfigRuleRequest"},
76
+ "output":{"shape":"DescribeComplianceByConfigRuleResponse"},
77
+ "errors":[
78
+ {
79
+ "shape":"InvalidParameterValueException",
80
+ "exception":true
81
+ },
82
+ {
83
+ "shape":"NoSuchConfigRuleException",
84
+ "exception":true
85
+ }
86
+ ]
87
+ },
88
+ "DescribeComplianceByResource":{
89
+ "name":"DescribeComplianceByResource",
90
+ "http":{
91
+ "method":"POST",
92
+ "requestUri":"/"
93
+ },
94
+ "input":{"shape":"DescribeComplianceByResourceRequest"},
95
+ "output":{"shape":"DescribeComplianceByResourceResponse"},
96
+ "errors":[
97
+ {
98
+ "shape":"InvalidParameterValueException",
99
+ "exception":true
100
+ },
101
+ {
102
+ "shape":"InvalidNextTokenException",
103
+ "exception":true
104
+ }
105
+ ]
106
+ },
107
+ "DescribeConfigRuleEvaluationStatus":{
108
+ "name":"DescribeConfigRuleEvaluationStatus",
109
+ "http":{
110
+ "method":"POST",
111
+ "requestUri":"/"
112
+ },
113
+ "input":{"shape":"DescribeConfigRuleEvaluationStatusRequest"},
114
+ "output":{"shape":"DescribeConfigRuleEvaluationStatusResponse"},
115
+ "errors":[
116
+ {
117
+ "shape":"NoSuchConfigRuleException",
118
+ "exception":true
119
+ }
120
+ ]
121
+ },
122
+ "DescribeConfigRules":{
123
+ "name":"DescribeConfigRules",
124
+ "http":{
125
+ "method":"POST",
126
+ "requestUri":"/"
127
+ },
128
+ "input":{"shape":"DescribeConfigRulesRequest"},
129
+ "output":{"shape":"DescribeConfigRulesResponse"},
130
+ "errors":[
131
+ {
132
+ "shape":"NoSuchConfigRuleException",
133
+ "exception":true
134
+ }
135
+ ]
136
+ },
55
137
  "DescribeConfigurationRecorderStatus":{
56
138
  "name":"DescribeConfigurationRecorderStatus",
57
139
  "http":{
@@ -112,6 +194,67 @@
112
194
  }
113
195
  ]
114
196
  },
197
+ "GetComplianceDetailsByConfigRule":{
198
+ "name":"GetComplianceDetailsByConfigRule",
199
+ "http":{
200
+ "method":"POST",
201
+ "requestUri":"/"
202
+ },
203
+ "input":{"shape":"GetComplianceDetailsByConfigRuleRequest"},
204
+ "output":{"shape":"GetComplianceDetailsByConfigRuleResponse"},
205
+ "errors":[
206
+ {
207
+ "shape":"InvalidParameterValueException",
208
+ "exception":true
209
+ },
210
+ {
211
+ "shape":"InvalidNextTokenException",
212
+ "exception":true
213
+ },
214
+ {
215
+ "shape":"NoSuchConfigRuleException",
216
+ "exception":true
217
+ }
218
+ ]
219
+ },
220
+ "GetComplianceDetailsByResource":{
221
+ "name":"GetComplianceDetailsByResource",
222
+ "http":{
223
+ "method":"POST",
224
+ "requestUri":"/"
225
+ },
226
+ "input":{"shape":"GetComplianceDetailsByResourceRequest"},
227
+ "output":{"shape":"GetComplianceDetailsByResourceResponse"},
228
+ "errors":[
229
+ {
230
+ "shape":"InvalidParameterValueException",
231
+ "exception":true
232
+ }
233
+ ]
234
+ },
235
+ "GetComplianceSummaryByConfigRule":{
236
+ "name":"GetComplianceSummaryByConfigRule",
237
+ "http":{
238
+ "method":"POST",
239
+ "requestUri":"/"
240
+ },
241
+ "output":{"shape":"GetComplianceSummaryByConfigRuleResponse"}
242
+ },
243
+ "GetComplianceSummaryByResourceType":{
244
+ "name":"GetComplianceSummaryByResourceType",
245
+ "http":{
246
+ "method":"POST",
247
+ "requestUri":"/"
248
+ },
249
+ "input":{"shape":"GetComplianceSummaryByResourceTypeRequest"},
250
+ "output":{"shape":"GetComplianceSummaryByResourceTypeResponse"},
251
+ "errors":[
252
+ {
253
+ "shape":"InvalidParameterValueException",
254
+ "exception":true
255
+ }
256
+ ]
257
+ },
115
258
  "GetResourceConfigHistory":{
116
259
  "name":"GetResourceConfigHistory",
117
260
  "http":{
@@ -174,6 +317,28 @@
174
317
  }
175
318
  ]
176
319
  },
320
+ "PutConfigRule":{
321
+ "name":"PutConfigRule",
322
+ "http":{
323
+ "method":"POST",
324
+ "requestUri":"/"
325
+ },
326
+ "input":{"shape":"PutConfigRuleRequest"},
327
+ "errors":[
328
+ {
329
+ "shape":"InvalidParameterValueException",
330
+ "exception":true
331
+ },
332
+ {
333
+ "shape":"MaxNumberOfConfigRulesExceededException",
334
+ "exception":true
335
+ },
336
+ {
337
+ "shape":"ResourceInUseException",
338
+ "exception":true
339
+ }
340
+ ]
341
+ },
177
342
  "PutConfigurationRecorder":{
178
343
  "name":"PutConfigurationRecorder",
179
344
  "http":{
@@ -238,6 +403,29 @@
238
403
  }
239
404
  ]
240
405
  },
406
+ "PutEvaluations":{
407
+ "name":"PutEvaluations",
408
+ "http":{
409
+ "method":"POST",
410
+ "requestUri":"/"
411
+ },
412
+ "input":{"shape":"PutEvaluationsRequest"},
413
+ "output":{"shape":"PutEvaluationsResponse"},
414
+ "errors":[
415
+ {
416
+ "shape":"InvalidParameterValueException",
417
+ "exception":true
418
+ },
419
+ {
420
+ "shape":"InvalidResultTokenException",
421
+ "exception":true
422
+ },
423
+ {
424
+ "shape":"NoSuchConfigRuleException",
425
+ "exception":true
426
+ }
427
+ ]
428
+ },
241
429
  "StartConfigurationRecorder":{
242
430
  "name":"StartConfigurationRecorder",
243
431
  "http":{
@@ -290,6 +478,83 @@
290
478
  "Forward"
291
479
  ]
292
480
  },
481
+ "Compliance":{
482
+ "type":"structure",
483
+ "members":{
484
+ "ComplianceType":{"shape":"ComplianceType"},
485
+ "ComplianceContributorCount":{"shape":"ComplianceContributorCount"}
486
+ }
487
+ },
488
+ "ComplianceByConfigRule":{
489
+ "type":"structure",
490
+ "members":{
491
+ "ConfigRuleName":{"shape":"StringWithCharLimit64"},
492
+ "Compliance":{"shape":"Compliance"}
493
+ }
494
+ },
495
+ "ComplianceByConfigRules":{
496
+ "type":"list",
497
+ "member":{"shape":"ComplianceByConfigRule"}
498
+ },
499
+ "ComplianceByResource":{
500
+ "type":"structure",
501
+ "members":{
502
+ "ResourceType":{"shape":"StringWithCharLimit256"},
503
+ "ResourceId":{"shape":"StringWithCharLimit256"},
504
+ "Compliance":{"shape":"Compliance"}
505
+ }
506
+ },
507
+ "ComplianceByResources":{
508
+ "type":"list",
509
+ "member":{"shape":"ComplianceByResource"}
510
+ },
511
+ "ComplianceContributorCount":{
512
+ "type":"structure",
513
+ "members":{
514
+ "CappedCount":{"shape":"Integer"},
515
+ "CapExceeded":{"shape":"Boolean"}
516
+ }
517
+ },
518
+ "ComplianceResourceTypes":{
519
+ "type":"list",
520
+ "member":{"shape":"StringWithCharLimit256"},
521
+ "min":0,
522
+ "max":100
523
+ },
524
+ "ComplianceSummariesByResourceType":{
525
+ "type":"list",
526
+ "member":{"shape":"ComplianceSummaryByResourceType"}
527
+ },
528
+ "ComplianceSummary":{
529
+ "type":"structure",
530
+ "members":{
531
+ "CompliantResourceCount":{"shape":"ComplianceContributorCount"},
532
+ "NonCompliantResourceCount":{"shape":"ComplianceContributorCount"},
533
+ "ComplianceSummaryTimestamp":{"shape":"Date"}
534
+ }
535
+ },
536
+ "ComplianceSummaryByResourceType":{
537
+ "type":"structure",
538
+ "members":{
539
+ "ResourceType":{"shape":"StringWithCharLimit256"},
540
+ "ComplianceSummary":{"shape":"ComplianceSummary"}
541
+ }
542
+ },
543
+ "ComplianceType":{
544
+ "type":"string",
545
+ "enum":[
546
+ "COMPLIANT",
547
+ "NON_COMPLIANT",
548
+ "NOT_APPLICABLE",
549
+ "INSUFFICIENT_DATA"
550
+ ]
551
+ },
552
+ "ComplianceTypes":{
553
+ "type":"list",
554
+ "member":{"shape":"ComplianceType"},
555
+ "min":0,
556
+ "max":3
557
+ },
293
558
  "ConfigExportDeliveryInfo":{
294
559
  "type":"structure",
295
560
  "members":{
@@ -297,7 +562,63 @@
297
562
  "lastErrorCode":{"shape":"String"},
298
563
  "lastErrorMessage":{"shape":"String"},
299
564
  "lastAttemptTime":{"shape":"Date"},
300
- "lastSuccessfulTime":{"shape":"Date"}
565
+ "lastSuccessfulTime":{"shape":"Date"},
566
+ "nextDeliveryTime":{"shape":"Date"}
567
+ }
568
+ },
569
+ "ConfigRule":{
570
+ "type":"structure",
571
+ "required":["Source"],
572
+ "members":{
573
+ "ConfigRuleName":{"shape":"StringWithCharLimit64"},
574
+ "ConfigRuleArn":{"shape":"String"},
575
+ "ConfigRuleId":{"shape":"String"},
576
+ "Description":{"shape":"EmptiableStringWithCharLimit256"},
577
+ "Scope":{"shape":"Scope"},
578
+ "Source":{"shape":"Source"},
579
+ "InputParameters":{"shape":"StringWithCharLimit256"},
580
+ "MaximumExecutionFrequency":{"shape":"MaximumExecutionFrequency"},
581
+ "ConfigRuleState":{"shape":"ConfigRuleState"}
582
+ }
583
+ },
584
+ "ConfigRuleEvaluationStatus":{
585
+ "type":"structure",
586
+ "members":{
587
+ "ConfigRuleName":{"shape":"StringWithCharLimit64"},
588
+ "ConfigRuleArn":{"shape":"String"},
589
+ "ConfigRuleId":{"shape":"String"},
590
+ "LastSuccessfulInvocationTime":{"shape":"Date"},
591
+ "LastFailedInvocationTime":{"shape":"Date"},
592
+ "FirstActivatedTime":{"shape":"Date"},
593
+ "LastErrorCode":{"shape":"String"},
594
+ "LastErrorMessage":{"shape":"String"}
595
+ }
596
+ },
597
+ "ConfigRuleEvaluationStatusList":{
598
+ "type":"list",
599
+ "member":{"shape":"ConfigRuleEvaluationStatus"}
600
+ },
601
+ "ConfigRuleNames":{
602
+ "type":"list",
603
+ "member":{"shape":"StringWithCharLimit64"},
604
+ "min":0,
605
+ "max":25
606
+ },
607
+ "ConfigRuleState":{
608
+ "type":"string",
609
+ "enum":[
610
+ "ACTIVE",
611
+ "DELETING"
612
+ ]
613
+ },
614
+ "ConfigRules":{
615
+ "type":"list",
616
+ "member":{"shape":"ConfigRule"}
617
+ },
618
+ "ConfigSnapshotDeliveryProperties":{
619
+ "type":"structure",
620
+ "members":{
621
+ "deliveryFrequency":{"shape":"MaximumExecutionFrequency"}
301
622
  }
302
623
  },
303
624
  "ConfigStreamDeliveryInfo":{
@@ -382,6 +703,13 @@
382
703
  },
383
704
  "ConfigurationStateId":{"type":"string"},
384
705
  "Date":{"type":"timestamp"},
706
+ "DeleteConfigRuleRequest":{
707
+ "type":"structure",
708
+ "required":["ConfigRuleName"],
709
+ "members":{
710
+ "ConfigRuleName":{"shape":"StringWithCharLimit64"}
711
+ }
712
+ },
385
713
  "DeleteDeliveryChannelRequest":{
386
714
  "type":"structure",
387
715
  "required":["DeliveryChannelName"],
@@ -408,7 +736,8 @@
408
736
  "name":{"shape":"ChannelName"},
409
737
  "s3BucketName":{"shape":"String"},
410
738
  "s3KeyPrefix":{"shape":"String"},
411
- "snsTopicARN":{"shape":"String"}
739
+ "snsTopicARN":{"shape":"String"},
740
+ "configSnapshotDeliveryProperties":{"shape":"ConfigSnapshotDeliveryProperties"}
412
741
  }
413
742
  },
414
743
  "DeliveryChannelList":{
@@ -440,6 +769,64 @@
440
769
  "Not_Applicable"
441
770
  ]
442
771
  },
772
+ "DescribeComplianceByConfigRuleRequest":{
773
+ "type":"structure",
774
+ "members":{
775
+ "ConfigRuleNames":{"shape":"ConfigRuleNames"},
776
+ "ComplianceTypes":{"shape":"ComplianceTypes"},
777
+ "NextToken":{"shape":"String"}
778
+ }
779
+ },
780
+ "DescribeComplianceByConfigRuleResponse":{
781
+ "type":"structure",
782
+ "members":{
783
+ "ComplianceByConfigRules":{"shape":"ComplianceByConfigRules"},
784
+ "NextToken":{"shape":"String"}
785
+ }
786
+ },
787
+ "DescribeComplianceByResourceRequest":{
788
+ "type":"structure",
789
+ "members":{
790
+ "ResourceType":{"shape":"StringWithCharLimit256"},
791
+ "ResourceId":{"shape":"StringWithCharLimit256"},
792
+ "ComplianceTypes":{"shape":"ComplianceTypes"},
793
+ "Limit":{"shape":"Limit"},
794
+ "NextToken":{"shape":"NextToken"}
795
+ }
796
+ },
797
+ "DescribeComplianceByResourceResponse":{
798
+ "type":"structure",
799
+ "members":{
800
+ "ComplianceByResources":{"shape":"ComplianceByResources"},
801
+ "NextToken":{"shape":"NextToken"}
802
+ }
803
+ },
804
+ "DescribeConfigRuleEvaluationStatusRequest":{
805
+ "type":"structure",
806
+ "members":{
807
+ "ConfigRuleNames":{"shape":"ConfigRuleNames"}
808
+ }
809
+ },
810
+ "DescribeConfigRuleEvaluationStatusResponse":{
811
+ "type":"structure",
812
+ "members":{
813
+ "ConfigRulesEvaluationStatus":{"shape":"ConfigRuleEvaluationStatusList"}
814
+ }
815
+ },
816
+ "DescribeConfigRulesRequest":{
817
+ "type":"structure",
818
+ "members":{
819
+ "ConfigRuleNames":{"shape":"ConfigRuleNames"},
820
+ "NextToken":{"shape":"String"}
821
+ }
822
+ },
823
+ "DescribeConfigRulesResponse":{
824
+ "type":"structure",
825
+ "members":{
826
+ "ConfigRules":{"shape":"ConfigRules"},
827
+ "NextToken":{"shape":"String"}
828
+ }
829
+ },
443
830
  "DescribeConfigurationRecorderStatusRequest":{
444
831
  "type":"structure",
445
832
  "members":{
@@ -489,6 +876,122 @@
489
876
  }
490
877
  },
491
878
  "EarlierTime":{"type":"timestamp"},
879
+ "EmptiableStringWithCharLimit256":{
880
+ "type":"string",
881
+ "min":0,
882
+ "max":256
883
+ },
884
+ "Evaluation":{
885
+ "type":"structure",
886
+ "required":[
887
+ "ComplianceResourceType",
888
+ "ComplianceResourceId",
889
+ "ComplianceType",
890
+ "OrderingTimestamp"
891
+ ],
892
+ "members":{
893
+ "ComplianceResourceType":{"shape":"StringWithCharLimit256"},
894
+ "ComplianceResourceId":{"shape":"StringWithCharLimit256"},
895
+ "ComplianceType":{"shape":"ComplianceType"},
896
+ "Annotation":{"shape":"StringWithCharLimit256"},
897
+ "OrderingTimestamp":{"shape":"OrderingTimestamp"}
898
+ }
899
+ },
900
+ "EvaluationResult":{
901
+ "type":"structure",
902
+ "members":{
903
+ "EvaluationResultIdentifier":{"shape":"EvaluationResultIdentifier"},
904
+ "ComplianceType":{"shape":"ComplianceType"},
905
+ "ResultRecordedTime":{"shape":"Date"},
906
+ "ConfigRuleInvokedTime":{"shape":"Date"},
907
+ "Annotation":{"shape":"StringWithCharLimit256"},
908
+ "ResultToken":{"shape":"String"}
909
+ }
910
+ },
911
+ "EvaluationResultIdentifier":{
912
+ "type":"structure",
913
+ "members":{
914
+ "EvaluationResultQualifier":{"shape":"EvaluationResultQualifier"},
915
+ "OrderingTimestamp":{"shape":"Date"}
916
+ }
917
+ },
918
+ "EvaluationResultQualifier":{
919
+ "type":"structure",
920
+ "members":{
921
+ "ConfigRuleName":{"shape":"StringWithCharLimit64"},
922
+ "ResourceType":{"shape":"StringWithCharLimit256"},
923
+ "ResourceId":{"shape":"StringWithCharLimit256"}
924
+ }
925
+ },
926
+ "EvaluationResults":{
927
+ "type":"list",
928
+ "member":{"shape":"EvaluationResult"}
929
+ },
930
+ "Evaluations":{
931
+ "type":"list",
932
+ "member":{"shape":"Evaluation"},
933
+ "min":0,
934
+ "max":100
935
+ },
936
+ "EventSource":{
937
+ "type":"string",
938
+ "enum":["aws.config"]
939
+ },
940
+ "GetComplianceDetailsByConfigRuleRequest":{
941
+ "type":"structure",
942
+ "required":["ConfigRuleName"],
943
+ "members":{
944
+ "ConfigRuleName":{"shape":"StringWithCharLimit64"},
945
+ "ComplianceTypes":{"shape":"ComplianceTypes"},
946
+ "Limit":{"shape":"Limit"},
947
+ "NextToken":{"shape":"NextToken"}
948
+ }
949
+ },
950
+ "GetComplianceDetailsByConfigRuleResponse":{
951
+ "type":"structure",
952
+ "members":{
953
+ "EvaluationResults":{"shape":"EvaluationResults"},
954
+ "NextToken":{"shape":"NextToken"}
955
+ }
956
+ },
957
+ "GetComplianceDetailsByResourceRequest":{
958
+ "type":"structure",
959
+ "required":[
960
+ "ResourceType",
961
+ "ResourceId"
962
+ ],
963
+ "members":{
964
+ "ResourceType":{"shape":"StringWithCharLimit256"},
965
+ "ResourceId":{"shape":"StringWithCharLimit256"},
966
+ "ComplianceTypes":{"shape":"ComplianceTypes"},
967
+ "NextToken":{"shape":"String"}
968
+ }
969
+ },
970
+ "GetComplianceDetailsByResourceResponse":{
971
+ "type":"structure",
972
+ "members":{
973
+ "EvaluationResults":{"shape":"EvaluationResults"},
974
+ "NextToken":{"shape":"String"}
975
+ }
976
+ },
977
+ "GetComplianceSummaryByConfigRuleResponse":{
978
+ "type":"structure",
979
+ "members":{
980
+ "ComplianceSummary":{"shape":"ComplianceSummary"}
981
+ }
982
+ },
983
+ "GetComplianceSummaryByResourceTypeRequest":{
984
+ "type":"structure",
985
+ "members":{
986
+ "ResourceTypes":{"shape":"ResourceTypes"}
987
+ }
988
+ },
989
+ "GetComplianceSummaryByResourceTypeResponse":{
990
+ "type":"structure",
991
+ "members":{
992
+ "ComplianceSummariesByResourceType":{"shape":"ComplianceSummariesByResourceType"}
993
+ }
994
+ },
492
995
  "GetResourceConfigHistoryRequest":{
493
996
  "type":"structure",
494
997
  "required":[
@@ -518,6 +1021,7 @@
518
1021
  },
519
1022
  "exception":true
520
1023
  },
1024
+ "Integer":{"type":"integer"},
521
1025
  "InvalidConfigurationRecorderNameException":{
522
1026
  "type":"structure",
523
1027
  "members":{
@@ -542,12 +1046,24 @@
542
1046
  },
543
1047
  "exception":true
544
1048
  },
1049
+ "InvalidParameterValueException":{
1050
+ "type":"structure",
1051
+ "members":{
1052
+ },
1053
+ "exception":true
1054
+ },
545
1055
  "InvalidRecordingGroupException":{
546
1056
  "type":"structure",
547
1057
  "members":{
548
1058
  },
549
1059
  "exception":true
550
1060
  },
1061
+ "InvalidResultTokenException":{
1062
+ "type":"structure",
1063
+ "members":{
1064
+ },
1065
+ "exception":true
1066
+ },
551
1067
  "InvalidRoleException":{
552
1068
  "type":"structure",
553
1069
  "members":{
@@ -603,6 +1119,12 @@
603
1119
  "nextToken":{"shape":"NextToken"}
604
1120
  }
605
1121
  },
1122
+ "MaxNumberOfConfigRulesExceededException":{
1123
+ "type":"structure",
1124
+ "members":{
1125
+ },
1126
+ "exception":true
1127
+ },
606
1128
  "MaxNumberOfConfigurationRecordersExceededException":{
607
1129
  "type":"structure",
608
1130
  "members":{
@@ -615,6 +1137,23 @@
615
1137
  },
616
1138
  "exception":true
617
1139
  },
1140
+ "MaximumExecutionFrequency":{
1141
+ "type":"string",
1142
+ "enum":[
1143
+ "One_Hour",
1144
+ "Three_Hours",
1145
+ "Six_Hours",
1146
+ "Twelve_Hours",
1147
+ "TwentyFour_Hours"
1148
+ ]
1149
+ },
1150
+ "MessageType":{
1151
+ "type":"string",
1152
+ "enum":[
1153
+ "ConfigurationItemChangeNotification",
1154
+ "ConfigurationSnapshotDeliveryCompleted"
1155
+ ]
1156
+ },
618
1157
  "Name":{"type":"string"},
619
1158
  "NextToken":{"type":"string"},
620
1159
  "NoAvailableConfigurationRecorderException":{
@@ -641,6 +1180,12 @@
641
1180
  },
642
1181
  "exception":true
643
1182
  },
1183
+ "NoSuchConfigRuleException":{
1184
+ "type":"structure",
1185
+ "members":{
1186
+ },
1187
+ "exception":true
1188
+ },
644
1189
  "NoSuchConfigurationRecorderException":{
645
1190
  "type":"structure",
646
1191
  "members":{
@@ -653,6 +1198,21 @@
653
1198
  },
654
1199
  "exception":true
655
1200
  },
1201
+ "OrderingTimestamp":{"type":"timestamp"},
1202
+ "Owner":{
1203
+ "type":"string",
1204
+ "enum":[
1205
+ "CUSTOM_LAMBDA",
1206
+ "AWS"
1207
+ ]
1208
+ },
1209
+ "PutConfigRuleRequest":{
1210
+ "type":"structure",
1211
+ "required":["ConfigRule"],
1212
+ "members":{
1213
+ "ConfigRule":{"shape":"ConfigRule"}
1214
+ }
1215
+ },
656
1216
  "PutConfigurationRecorderRequest":{
657
1217
  "type":"structure",
658
1218
  "required":["ConfigurationRecorder"],
@@ -667,6 +1227,20 @@
667
1227
  "DeliveryChannel":{"shape":"DeliveryChannel"}
668
1228
  }
669
1229
  },
1230
+ "PutEvaluationsRequest":{
1231
+ "type":"structure",
1232
+ "required":["ResultToken"],
1233
+ "members":{
1234
+ "Evaluations":{"shape":"Evaluations"},
1235
+ "ResultToken":{"shape":"String"}
1236
+ }
1237
+ },
1238
+ "PutEvaluationsResponse":{
1239
+ "type":"structure",
1240
+ "members":{
1241
+ "FailedEvaluations":{"shape":"Evaluations"}
1242
+ }
1243
+ },
670
1244
  "RecorderName":{
671
1245
  "type":"string",
672
1246
  "min":1,
@@ -726,6 +1300,12 @@
726
1300
  "type":"list",
727
1301
  "member":{"shape":"ResourceIdentifier"}
728
1302
  },
1303
+ "ResourceInUseException":{
1304
+ "type":"structure",
1305
+ "members":{
1306
+ },
1307
+ "exception":true
1308
+ },
729
1309
  "ResourceName":{"type":"string"},
730
1310
  "ResourceNotDiscoveredException":{
731
1311
  "type":"structure",
@@ -756,6 +1336,42 @@
756
1336
  "type":"list",
757
1337
  "member":{"shape":"ResourceType"}
758
1338
  },
1339
+ "ResourceTypes":{
1340
+ "type":"list",
1341
+ "member":{"shape":"StringWithCharLimit256"},
1342
+ "min":0,
1343
+ "max":100
1344
+ },
1345
+ "Scope":{
1346
+ "type":"structure",
1347
+ "members":{
1348
+ "ComplianceResourceTypes":{"shape":"ComplianceResourceTypes"},
1349
+ "TagKey":{"shape":"StringWithCharLimit128"},
1350
+ "TagValue":{"shape":"StringWithCharLimit256"},
1351
+ "ComplianceResourceId":{"shape":"StringWithCharLimit256"}
1352
+ }
1353
+ },
1354
+ "Source":{
1355
+ "type":"structure",
1356
+ "members":{
1357
+ "Owner":{"shape":"Owner"},
1358
+ "SourceIdentifier":{"shape":"StringWithCharLimit256"},
1359
+ "SourceDetails":{"shape":"SourceDetails"}
1360
+ }
1361
+ },
1362
+ "SourceDetail":{
1363
+ "type":"structure",
1364
+ "members":{
1365
+ "EventSource":{"shape":"EventSource"},
1366
+ "MessageType":{"shape":"MessageType"}
1367
+ }
1368
+ },
1369
+ "SourceDetails":{
1370
+ "type":"list",
1371
+ "member":{"shape":"SourceDetail"},
1372
+ "min":0,
1373
+ "max":25
1374
+ },
759
1375
  "StartConfigurationRecorderRequest":{
760
1376
  "type":"structure",
761
1377
  "required":["ConfigurationRecorderName"],
@@ -771,6 +1387,21 @@
771
1387
  }
772
1388
  },
773
1389
  "String":{"type":"string"},
1390
+ "StringWithCharLimit128":{
1391
+ "type":"string",
1392
+ "min":1,
1393
+ "max":128
1394
+ },
1395
+ "StringWithCharLimit256":{
1396
+ "type":"string",
1397
+ "min":1,
1398
+ "max":256
1399
+ },
1400
+ "StringWithCharLimit64":{
1401
+ "type":"string",
1402
+ "min":1,
1403
+ "max":64
1404
+ },
774
1405
  "Tags":{
775
1406
  "type":"map",
776
1407
  "key":{"shape":"Name"},