aws-sdk 2.875.0 → 2.879.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -1
- package/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +74 -53
- package/apis/cloud9-2017-09-23.examples.json +1 -1
- package/apis/cloud9-2017-09-23.min.json +48 -14
- package/apis/cloudformation-2010-05-15.min.json +50 -48
- package/apis/cloudhsm-2014-05-30.min.json +18 -51
- package/apis/cognito-sync-2014-06-30.examples.json +5 -0
- package/apis/cognito-sync-2014-06-30.min.json +2 -3
- package/apis/cognito-sync-2014-06-30.paginators.json +4 -0
- package/apis/comprehend-2017-11-27.min.json +12 -6
- package/apis/config-2014-11-12.min.json +238 -128
- package/apis/databrew-2017-07-25.min.json +154 -60
- package/apis/datapipeline-2012-10-29.examples.json +5 -0
- package/apis/datapipeline-2012-10-29.min.json +1 -1
- package/apis/datapipeline-2012-10-29.paginators.json +10 -10
- package/apis/detective-2018-10-26.min.json +114 -18
- package/apis/directconnect-2012-10-25.min.json +151 -52
- package/apis/ec2-2016-11-15.min.json +831 -625
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/ec2-2016-11-15.waiters2.json +1 -1
- package/apis/ec2-instance-connect-2018-04-02.min.json +25 -0
- package/apis/fms-2018-01-01.min.json +41 -7
- package/apis/frauddetector-2019-11-15.min.json +158 -54
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/imagebuilder-2019-12-02.min.json +141 -111
- package/apis/iot-2015-05-28.min.json +20 -15
- package/apis/iotwireless-2020-11-22.min.json +43 -2
- package/apis/kendra-2019-02-03.min.json +38 -36
- package/apis/lightsail-2016-11-28.min.json +121 -114
- package/apis/machinelearning-2014-12-12.examples.json +5 -0
- package/apis/machinelearning-2014-12-12.min.json +3 -4
- package/apis/machinelearning-2014-12-12.paginators.json +5 -5
- package/apis/mediaconvert-2017-08-29.min.json +122 -83
- package/apis/mediapackage-2017-10-12.min.json +64 -48
- package/apis/monitoring-2010-08-01.min.json +208 -38
- package/apis/monitoring-2010-08-01.paginators.json +5 -0
- package/apis/pinpoint-2016-12-01.min.json +15 -2
- package/apis/pricing-2017-10-15.examples.json +1 -0
- package/apis/redshift-2012-12-01.min.json +398 -191
- package/apis/route53resolver-2018-04-01.min.json +791 -89
- package/apis/route53resolver-2018-04-01.paginators.json +36 -0
- package/apis/runtime.lex-2016-11-28.min.json +29 -3
- package/apis/sagemaker-2017-07-24.min.json +141 -112
- package/apis/wafv2-2019-07-29.min.json +196 -89
- package/apis/workmail-2017-10-01.min.json +247 -30
- package/clients/batch.d.ts +41 -3
- package/clients/cloud9.d.ts +22 -12
- package/clients/cloudformation.d.ts +4 -0
- package/clients/cloudwatch.d.ts +222 -3
- package/clients/cognitosync.d.ts +20 -20
- package/clients/cognitosync.js +1 -0
- package/clients/comprehend.d.ts +24 -0
- package/clients/configservice.d.ts +182 -10
- package/clients/databrew.d.ts +145 -25
- package/clients/detective.d.ts +74 -0
- package/clients/directconnect.d.ts +161 -2
- package/clients/ec2.d.ts +239 -14
- package/clients/ec2instanceconnect.d.ts +41 -8
- package/clients/fms.d.ts +63 -2
- package/clients/frauddetector.d.ts +174 -0
- package/clients/imagebuilder.d.ts +378 -340
- package/clients/iot.d.ts +5 -0
- package/clients/iotwireless.d.ts +75 -0
- package/clients/kendra.d.ts +27 -17
- package/clients/lexmodelbuildingservice.d.ts +1 -1
- package/clients/lexruntime.d.ts +17 -3
- package/clients/lightsail.d.ts +17 -2
- package/clients/machinelearning.d.ts +71 -71
- package/clients/mediaconvert.d.ts +70 -11
- package/clients/mediapackage.d.ts +13 -0
- package/clients/pinpoint.d.ts +23 -3
- package/clients/redshift.d.ts +275 -0
- package/clients/route53resolver.d.ts +1093 -57
- package/clients/sagemaker.d.ts +76 -44
- package/clients/transcribeservice.d.ts +1 -1
- package/clients/wafv2.d.ts +126 -3
- package/clients/workmail.d.ts +294 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +1868 -1835
- package/dist/aws-sdk.js +2415 -1583
- package/dist/aws-sdk.min.js +80 -80
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -1
- package/lib/http/node.js +1 -1
- package/lib/services/s3.js +31 -8
- package/lib/services/s3control.js +18 -15
- package/lib/services/s3util.js +10 -10
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +12 -12
|
@@ -335,6 +335,62 @@
|
|
|
335
335
|
}
|
|
336
336
|
}
|
|
337
337
|
},
|
|
338
|
+
"DescribeAggregateComplianceByConformancePacks": {
|
|
339
|
+
"input": {
|
|
340
|
+
"type": "structure",
|
|
341
|
+
"required": [
|
|
342
|
+
"ConfigurationAggregatorName"
|
|
343
|
+
],
|
|
344
|
+
"members": {
|
|
345
|
+
"ConfigurationAggregatorName": {},
|
|
346
|
+
"Filters": {
|
|
347
|
+
"type": "structure",
|
|
348
|
+
"members": {
|
|
349
|
+
"ConformancePackName": {},
|
|
350
|
+
"ComplianceType": {},
|
|
351
|
+
"AccountId": {},
|
|
352
|
+
"AwsRegion": {}
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
"Limit": {
|
|
356
|
+
"type": "integer"
|
|
357
|
+
},
|
|
358
|
+
"NextToken": {}
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
"output": {
|
|
362
|
+
"type": "structure",
|
|
363
|
+
"members": {
|
|
364
|
+
"AggregateComplianceByConformancePacks": {
|
|
365
|
+
"type": "list",
|
|
366
|
+
"member": {
|
|
367
|
+
"type": "structure",
|
|
368
|
+
"members": {
|
|
369
|
+
"ConformancePackName": {},
|
|
370
|
+
"Compliance": {
|
|
371
|
+
"type": "structure",
|
|
372
|
+
"members": {
|
|
373
|
+
"ComplianceType": {},
|
|
374
|
+
"CompliantRuleCount": {
|
|
375
|
+
"type": "integer"
|
|
376
|
+
},
|
|
377
|
+
"NonCompliantRuleCount": {
|
|
378
|
+
"type": "integer"
|
|
379
|
+
},
|
|
380
|
+
"TotalRuleCount": {
|
|
381
|
+
"type": "integer"
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
},
|
|
385
|
+
"AccountId": {},
|
|
386
|
+
"AwsRegion": {}
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
"NextToken": {}
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
},
|
|
338
394
|
"DescribeAggregationAuthorizations": {
|
|
339
395
|
"input": {
|
|
340
396
|
"type": "structure",
|
|
@@ -351,7 +407,7 @@
|
|
|
351
407
|
"AggregationAuthorizations": {
|
|
352
408
|
"type": "list",
|
|
353
409
|
"member": {
|
|
354
|
-
"shape": "
|
|
410
|
+
"shape": "S2i"
|
|
355
411
|
}
|
|
356
412
|
},
|
|
357
413
|
"NextToken": {}
|
|
@@ -363,10 +419,10 @@
|
|
|
363
419
|
"type": "structure",
|
|
364
420
|
"members": {
|
|
365
421
|
"ConfigRuleNames": {
|
|
366
|
-
"shape": "
|
|
422
|
+
"shape": "S2l"
|
|
367
423
|
},
|
|
368
424
|
"ComplianceTypes": {
|
|
369
|
-
"shape": "
|
|
425
|
+
"shape": "S2m"
|
|
370
426
|
},
|
|
371
427
|
"NextToken": {}
|
|
372
428
|
}
|
|
@@ -397,7 +453,7 @@
|
|
|
397
453
|
"ResourceType": {},
|
|
398
454
|
"ResourceId": {},
|
|
399
455
|
"ComplianceTypes": {
|
|
400
|
-
"shape": "
|
|
456
|
+
"shape": "S2m"
|
|
401
457
|
},
|
|
402
458
|
"Limit": {
|
|
403
459
|
"type": "integer"
|
|
@@ -430,7 +486,7 @@
|
|
|
430
486
|
"type": "structure",
|
|
431
487
|
"members": {
|
|
432
488
|
"ConfigRuleNames": {
|
|
433
|
-
"shape": "
|
|
489
|
+
"shape": "S2l"
|
|
434
490
|
},
|
|
435
491
|
"NextToken": {},
|
|
436
492
|
"Limit": {
|
|
@@ -484,7 +540,7 @@
|
|
|
484
540
|
"type": "structure",
|
|
485
541
|
"members": {
|
|
486
542
|
"ConfigRuleNames": {
|
|
487
|
-
"shape": "
|
|
543
|
+
"shape": "S2l"
|
|
488
544
|
},
|
|
489
545
|
"NextToken": {}
|
|
490
546
|
}
|
|
@@ -495,7 +551,7 @@
|
|
|
495
551
|
"ConfigRules": {
|
|
496
552
|
"type": "list",
|
|
497
553
|
"member": {
|
|
498
|
-
"shape": "
|
|
554
|
+
"shape": "S33"
|
|
499
555
|
}
|
|
500
556
|
},
|
|
501
557
|
"NextToken": {}
|
|
@@ -564,7 +620,7 @@
|
|
|
564
620
|
"ConfigurationAggregators": {
|
|
565
621
|
"type": "list",
|
|
566
622
|
"member": {
|
|
567
|
-
"shape": "
|
|
623
|
+
"shape": "S3r"
|
|
568
624
|
}
|
|
569
625
|
},
|
|
570
626
|
"NextToken": {}
|
|
@@ -576,7 +632,7 @@
|
|
|
576
632
|
"type": "structure",
|
|
577
633
|
"members": {
|
|
578
634
|
"ConfigurationRecorderNames": {
|
|
579
|
-
"shape": "
|
|
635
|
+
"shape": "S3z"
|
|
580
636
|
}
|
|
581
637
|
}
|
|
582
638
|
},
|
|
@@ -615,7 +671,7 @@
|
|
|
615
671
|
"type": "structure",
|
|
616
672
|
"members": {
|
|
617
673
|
"ConfigurationRecorderNames": {
|
|
618
|
-
"shape": "
|
|
674
|
+
"shape": "S3z"
|
|
619
675
|
}
|
|
620
676
|
}
|
|
621
677
|
},
|
|
@@ -625,7 +681,7 @@
|
|
|
625
681
|
"ConfigurationRecorders": {
|
|
626
682
|
"type": "list",
|
|
627
683
|
"member": {
|
|
628
|
-
"shape": "
|
|
684
|
+
"shape": "S47"
|
|
629
685
|
}
|
|
630
686
|
}
|
|
631
687
|
}
|
|
@@ -643,7 +699,7 @@
|
|
|
643
699
|
"type": "structure",
|
|
644
700
|
"members": {
|
|
645
701
|
"ConfigRuleNames": {
|
|
646
|
-
"shape": "
|
|
702
|
+
"shape": "S4e"
|
|
647
703
|
},
|
|
648
704
|
"ComplianceType": {}
|
|
649
705
|
}
|
|
@@ -668,7 +724,11 @@
|
|
|
668
724
|
"type": "structure",
|
|
669
725
|
"members": {
|
|
670
726
|
"ConfigRuleName": {},
|
|
671
|
-
"ComplianceType": {}
|
|
727
|
+
"ComplianceType": {},
|
|
728
|
+
"Controls": {
|
|
729
|
+
"type": "list",
|
|
730
|
+
"member": {}
|
|
731
|
+
}
|
|
672
732
|
}
|
|
673
733
|
}
|
|
674
734
|
},
|
|
@@ -681,7 +741,7 @@
|
|
|
681
741
|
"type": "structure",
|
|
682
742
|
"members": {
|
|
683
743
|
"ConformancePackNames": {
|
|
684
|
-
"shape": "
|
|
744
|
+
"shape": "S4l"
|
|
685
745
|
},
|
|
686
746
|
"Limit": {
|
|
687
747
|
"type": "integer"
|
|
@@ -729,7 +789,7 @@
|
|
|
729
789
|
"type": "structure",
|
|
730
790
|
"members": {
|
|
731
791
|
"ConformancePackNames": {
|
|
732
|
-
"shape": "
|
|
792
|
+
"shape": "S4l"
|
|
733
793
|
},
|
|
734
794
|
"Limit": {
|
|
735
795
|
"type": "integer"
|
|
@@ -756,7 +816,7 @@
|
|
|
756
816
|
"DeliveryS3Bucket": {},
|
|
757
817
|
"DeliveryS3KeyPrefix": {},
|
|
758
818
|
"ConformancePackInputParameters": {
|
|
759
|
-
"shape": "
|
|
819
|
+
"shape": "S51"
|
|
760
820
|
},
|
|
761
821
|
"LastUpdateRequestedTime": {
|
|
762
822
|
"type": "timestamp"
|
|
@@ -774,7 +834,7 @@
|
|
|
774
834
|
"type": "structure",
|
|
775
835
|
"members": {
|
|
776
836
|
"DeliveryChannelNames": {
|
|
777
|
-
"shape": "
|
|
837
|
+
"shape": "S56"
|
|
778
838
|
}
|
|
779
839
|
}
|
|
780
840
|
},
|
|
@@ -788,10 +848,10 @@
|
|
|
788
848
|
"members": {
|
|
789
849
|
"name": {},
|
|
790
850
|
"configSnapshotDeliveryInfo": {
|
|
791
|
-
"shape": "
|
|
851
|
+
"shape": "S5a"
|
|
792
852
|
},
|
|
793
853
|
"configHistoryDeliveryInfo": {
|
|
794
|
-
"shape": "
|
|
854
|
+
"shape": "S5a"
|
|
795
855
|
},
|
|
796
856
|
"configStreamDeliveryInfo": {
|
|
797
857
|
"type": "structure",
|
|
@@ -815,7 +875,7 @@
|
|
|
815
875
|
"type": "structure",
|
|
816
876
|
"members": {
|
|
817
877
|
"DeliveryChannelNames": {
|
|
818
|
-
"shape": "
|
|
878
|
+
"shape": "S56"
|
|
819
879
|
}
|
|
820
880
|
}
|
|
821
881
|
},
|
|
@@ -825,7 +885,7 @@
|
|
|
825
885
|
"DeliveryChannels": {
|
|
826
886
|
"type": "list",
|
|
827
887
|
"member": {
|
|
828
|
-
"shape": "
|
|
888
|
+
"shape": "S5g"
|
|
829
889
|
}
|
|
830
890
|
}
|
|
831
891
|
}
|
|
@@ -836,7 +896,7 @@
|
|
|
836
896
|
"type": "structure",
|
|
837
897
|
"members": {
|
|
838
898
|
"OrganizationConfigRuleNames": {
|
|
839
|
-
"shape": "
|
|
899
|
+
"shape": "S5j"
|
|
840
900
|
},
|
|
841
901
|
"Limit": {
|
|
842
902
|
"type": "integer"
|
|
@@ -875,7 +935,7 @@
|
|
|
875
935
|
"type": "structure",
|
|
876
936
|
"members": {
|
|
877
937
|
"OrganizationConfigRuleNames": {
|
|
878
|
-
"shape": "
|
|
938
|
+
"shape": "S5j"
|
|
879
939
|
},
|
|
880
940
|
"Limit": {
|
|
881
941
|
"type": "integer"
|
|
@@ -898,13 +958,13 @@
|
|
|
898
958
|
"OrganizationConfigRuleName": {},
|
|
899
959
|
"OrganizationConfigRuleArn": {},
|
|
900
960
|
"OrganizationManagedRuleMetadata": {
|
|
901
|
-
"shape": "
|
|
961
|
+
"shape": "S5t"
|
|
902
962
|
},
|
|
903
963
|
"OrganizationCustomRuleMetadata": {
|
|
904
|
-
"shape": "
|
|
964
|
+
"shape": "S5y"
|
|
905
965
|
},
|
|
906
966
|
"ExcludedAccounts": {
|
|
907
|
-
"shape": "
|
|
967
|
+
"shape": "S61"
|
|
908
968
|
},
|
|
909
969
|
"LastUpdateTime": {
|
|
910
970
|
"type": "timestamp"
|
|
@@ -921,7 +981,7 @@
|
|
|
921
981
|
"type": "structure",
|
|
922
982
|
"members": {
|
|
923
983
|
"OrganizationConformancePackNames": {
|
|
924
|
-
"shape": "
|
|
984
|
+
"shape": "S63"
|
|
925
985
|
},
|
|
926
986
|
"Limit": {
|
|
927
987
|
"type": "integer"
|
|
@@ -960,7 +1020,7 @@
|
|
|
960
1020
|
"type": "structure",
|
|
961
1021
|
"members": {
|
|
962
1022
|
"OrganizationConformancePackNames": {
|
|
963
|
-
"shape": "
|
|
1023
|
+
"shape": "S63"
|
|
964
1024
|
},
|
|
965
1025
|
"Limit": {
|
|
966
1026
|
"type": "integer"
|
|
@@ -986,10 +1046,10 @@
|
|
|
986
1046
|
"DeliveryS3Bucket": {},
|
|
987
1047
|
"DeliveryS3KeyPrefix": {},
|
|
988
1048
|
"ConformancePackInputParameters": {
|
|
989
|
-
"shape": "
|
|
1049
|
+
"shape": "S51"
|
|
990
1050
|
},
|
|
991
1051
|
"ExcludedAccounts": {
|
|
992
|
-
"shape": "
|
|
1052
|
+
"shape": "S61"
|
|
993
1053
|
},
|
|
994
1054
|
"LastUpdateTime": {
|
|
995
1055
|
"type": "timestamp"
|
|
@@ -1036,7 +1096,7 @@
|
|
|
1036
1096
|
],
|
|
1037
1097
|
"members": {
|
|
1038
1098
|
"ConfigRuleNames": {
|
|
1039
|
-
"shape": "
|
|
1099
|
+
"shape": "S2l"
|
|
1040
1100
|
}
|
|
1041
1101
|
}
|
|
1042
1102
|
},
|
|
@@ -1044,7 +1104,7 @@
|
|
|
1044
1104
|
"type": "structure",
|
|
1045
1105
|
"members": {
|
|
1046
1106
|
"RemediationConfigurations": {
|
|
1047
|
-
"shape": "
|
|
1107
|
+
"shape": "S6j"
|
|
1048
1108
|
}
|
|
1049
1109
|
}
|
|
1050
1110
|
}
|
|
@@ -1070,7 +1130,7 @@
|
|
|
1070
1130
|
"type": "structure",
|
|
1071
1131
|
"members": {
|
|
1072
1132
|
"RemediationExceptions": {
|
|
1073
|
-
"shape": "
|
|
1133
|
+
"shape": "S6z"
|
|
1074
1134
|
},
|
|
1075
1135
|
"NextToken": {}
|
|
1076
1136
|
}
|
|
@@ -1152,7 +1212,7 @@
|
|
|
1152
1212
|
"RetentionConfigurations": {
|
|
1153
1213
|
"type": "list",
|
|
1154
1214
|
"member": {
|
|
1155
|
-
"shape": "
|
|
1215
|
+
"shape": "S7d"
|
|
1156
1216
|
}
|
|
1157
1217
|
},
|
|
1158
1218
|
"NextToken": {}
|
|
@@ -1189,7 +1249,7 @@
|
|
|
1189
1249
|
"type": "structure",
|
|
1190
1250
|
"members": {
|
|
1191
1251
|
"EvaluationResultIdentifier": {
|
|
1192
|
-
"shape": "
|
|
1252
|
+
"shape": "S7j"
|
|
1193
1253
|
},
|
|
1194
1254
|
"ComplianceType": {},
|
|
1195
1255
|
"ResultRecordedTime": {
|
|
@@ -1241,7 +1301,7 @@
|
|
|
1241
1301
|
"members": {
|
|
1242
1302
|
"GroupName": {},
|
|
1243
1303
|
"ComplianceSummary": {
|
|
1244
|
-
"shape": "
|
|
1304
|
+
"shape": "S7r"
|
|
1245
1305
|
}
|
|
1246
1306
|
}
|
|
1247
1307
|
}
|
|
@@ -1250,6 +1310,56 @@
|
|
|
1250
1310
|
}
|
|
1251
1311
|
}
|
|
1252
1312
|
},
|
|
1313
|
+
"GetAggregateConformancePackComplianceSummary": {
|
|
1314
|
+
"input": {
|
|
1315
|
+
"type": "structure",
|
|
1316
|
+
"required": [
|
|
1317
|
+
"ConfigurationAggregatorName"
|
|
1318
|
+
],
|
|
1319
|
+
"members": {
|
|
1320
|
+
"ConfigurationAggregatorName": {},
|
|
1321
|
+
"Filters": {
|
|
1322
|
+
"type": "structure",
|
|
1323
|
+
"members": {
|
|
1324
|
+
"AccountId": {},
|
|
1325
|
+
"AwsRegion": {}
|
|
1326
|
+
}
|
|
1327
|
+
},
|
|
1328
|
+
"GroupByKey": {},
|
|
1329
|
+
"Limit": {
|
|
1330
|
+
"type": "integer"
|
|
1331
|
+
},
|
|
1332
|
+
"NextToken": {}
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1335
|
+
"output": {
|
|
1336
|
+
"type": "structure",
|
|
1337
|
+
"members": {
|
|
1338
|
+
"AggregateConformancePackComplianceSummaries": {
|
|
1339
|
+
"type": "list",
|
|
1340
|
+
"member": {
|
|
1341
|
+
"type": "structure",
|
|
1342
|
+
"members": {
|
|
1343
|
+
"ComplianceSummary": {
|
|
1344
|
+
"type": "structure",
|
|
1345
|
+
"members": {
|
|
1346
|
+
"CompliantConformancePackCount": {
|
|
1347
|
+
"type": "integer"
|
|
1348
|
+
},
|
|
1349
|
+
"NonCompliantConformancePackCount": {
|
|
1350
|
+
"type": "integer"
|
|
1351
|
+
}
|
|
1352
|
+
}
|
|
1353
|
+
},
|
|
1354
|
+
"GroupName": {}
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1357
|
+
},
|
|
1358
|
+
"GroupByKey": {},
|
|
1359
|
+
"NextToken": {}
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1253
1363
|
"GetAggregateDiscoveredResourceCounts": {
|
|
1254
1364
|
"input": {
|
|
1255
1365
|
"type": "structure",
|
|
@@ -1321,7 +1431,7 @@
|
|
|
1321
1431
|
"type": "structure",
|
|
1322
1432
|
"members": {
|
|
1323
1433
|
"ConfigurationItem": {
|
|
1324
|
-
"shape": "
|
|
1434
|
+
"shape": "S88"
|
|
1325
1435
|
}
|
|
1326
1436
|
}
|
|
1327
1437
|
}
|
|
@@ -1335,7 +1445,7 @@
|
|
|
1335
1445
|
"members": {
|
|
1336
1446
|
"ConfigRuleName": {},
|
|
1337
1447
|
"ComplianceTypes": {
|
|
1338
|
-
"shape": "
|
|
1448
|
+
"shape": "S2m"
|
|
1339
1449
|
},
|
|
1340
1450
|
"Limit": {
|
|
1341
1451
|
"type": "integer"
|
|
@@ -1347,7 +1457,7 @@
|
|
|
1347
1457
|
"type": "structure",
|
|
1348
1458
|
"members": {
|
|
1349
1459
|
"EvaluationResults": {
|
|
1350
|
-
"shape": "
|
|
1460
|
+
"shape": "S8k"
|
|
1351
1461
|
},
|
|
1352
1462
|
"NextToken": {}
|
|
1353
1463
|
}
|
|
@@ -1364,7 +1474,7 @@
|
|
|
1364
1474
|
"ResourceType": {},
|
|
1365
1475
|
"ResourceId": {},
|
|
1366
1476
|
"ComplianceTypes": {
|
|
1367
|
-
"shape": "
|
|
1477
|
+
"shape": "S2m"
|
|
1368
1478
|
},
|
|
1369
1479
|
"NextToken": {}
|
|
1370
1480
|
}
|
|
@@ -1373,7 +1483,7 @@
|
|
|
1373
1483
|
"type": "structure",
|
|
1374
1484
|
"members": {
|
|
1375
1485
|
"EvaluationResults": {
|
|
1376
|
-
"shape": "
|
|
1486
|
+
"shape": "S8k"
|
|
1377
1487
|
},
|
|
1378
1488
|
"NextToken": {}
|
|
1379
1489
|
}
|
|
@@ -1384,7 +1494,7 @@
|
|
|
1384
1494
|
"type": "structure",
|
|
1385
1495
|
"members": {
|
|
1386
1496
|
"ComplianceSummary": {
|
|
1387
|
-
"shape": "
|
|
1497
|
+
"shape": "S7r"
|
|
1388
1498
|
}
|
|
1389
1499
|
}
|
|
1390
1500
|
}
|
|
@@ -1394,7 +1504,7 @@
|
|
|
1394
1504
|
"type": "structure",
|
|
1395
1505
|
"members": {
|
|
1396
1506
|
"ResourceTypes": {
|
|
1397
|
-
"shape": "
|
|
1507
|
+
"shape": "S8q"
|
|
1398
1508
|
}
|
|
1399
1509
|
}
|
|
1400
1510
|
},
|
|
@@ -1408,7 +1518,7 @@
|
|
|
1408
1518
|
"members": {
|
|
1409
1519
|
"ResourceType": {},
|
|
1410
1520
|
"ComplianceSummary": {
|
|
1411
|
-
"shape": "
|
|
1521
|
+
"shape": "S7r"
|
|
1412
1522
|
}
|
|
1413
1523
|
}
|
|
1414
1524
|
}
|
|
@@ -1428,7 +1538,7 @@
|
|
|
1428
1538
|
"type": "structure",
|
|
1429
1539
|
"members": {
|
|
1430
1540
|
"ConfigRuleNames": {
|
|
1431
|
-
"shape": "
|
|
1541
|
+
"shape": "S4e"
|
|
1432
1542
|
},
|
|
1433
1543
|
"ComplianceType": {},
|
|
1434
1544
|
"ResourceType": {},
|
|
@@ -1464,7 +1574,7 @@
|
|
|
1464
1574
|
"members": {
|
|
1465
1575
|
"ComplianceType": {},
|
|
1466
1576
|
"EvaluationResultIdentifier": {
|
|
1467
|
-
"shape": "
|
|
1577
|
+
"shape": "S7j"
|
|
1468
1578
|
},
|
|
1469
1579
|
"ConfigRuleInvokedTime": {
|
|
1470
1580
|
"type": "timestamp"
|
|
@@ -1523,7 +1633,7 @@
|
|
|
1523
1633
|
"type": "structure",
|
|
1524
1634
|
"members": {
|
|
1525
1635
|
"resourceTypes": {
|
|
1526
|
-
"shape": "
|
|
1636
|
+
"shape": "S8q"
|
|
1527
1637
|
},
|
|
1528
1638
|
"limit": {
|
|
1529
1639
|
"type": "integer"
|
|
@@ -1680,7 +1790,7 @@
|
|
|
1680
1790
|
"configurationItems": {
|
|
1681
1791
|
"type": "list",
|
|
1682
1792
|
"member": {
|
|
1683
|
-
"shape": "
|
|
1793
|
+
"shape": "S88"
|
|
1684
1794
|
}
|
|
1685
1795
|
},
|
|
1686
1796
|
"nextToken": {}
|
|
@@ -1701,7 +1811,7 @@
|
|
|
1701
1811
|
"type": "structure",
|
|
1702
1812
|
"members": {
|
|
1703
1813
|
"StoredQuery": {
|
|
1704
|
-
"shape": "
|
|
1814
|
+
"shape": "S9v"
|
|
1705
1815
|
}
|
|
1706
1816
|
}
|
|
1707
1817
|
}
|
|
@@ -1839,7 +1949,7 @@
|
|
|
1839
1949
|
"type": "structure",
|
|
1840
1950
|
"members": {
|
|
1841
1951
|
"Tags": {
|
|
1842
|
-
"shape": "
|
|
1952
|
+
"shape": "Sah"
|
|
1843
1953
|
},
|
|
1844
1954
|
"NextToken": {}
|
|
1845
1955
|
}
|
|
@@ -1856,7 +1966,7 @@
|
|
|
1856
1966
|
"AuthorizedAccountId": {},
|
|
1857
1967
|
"AuthorizedAwsRegion": {},
|
|
1858
1968
|
"Tags": {
|
|
1859
|
-
"shape": "
|
|
1969
|
+
"shape": "Sam"
|
|
1860
1970
|
}
|
|
1861
1971
|
}
|
|
1862
1972
|
},
|
|
@@ -1864,7 +1974,7 @@
|
|
|
1864
1974
|
"type": "structure",
|
|
1865
1975
|
"members": {
|
|
1866
1976
|
"AggregationAuthorization": {
|
|
1867
|
-
"shape": "
|
|
1977
|
+
"shape": "S2i"
|
|
1868
1978
|
}
|
|
1869
1979
|
}
|
|
1870
1980
|
}
|
|
@@ -1877,10 +1987,10 @@
|
|
|
1877
1987
|
],
|
|
1878
1988
|
"members": {
|
|
1879
1989
|
"ConfigRule": {
|
|
1880
|
-
"shape": "
|
|
1990
|
+
"shape": "S33"
|
|
1881
1991
|
},
|
|
1882
1992
|
"Tags": {
|
|
1883
|
-
"shape": "
|
|
1993
|
+
"shape": "Sam"
|
|
1884
1994
|
}
|
|
1885
1995
|
}
|
|
1886
1996
|
}
|
|
@@ -1894,13 +2004,13 @@
|
|
|
1894
2004
|
"members": {
|
|
1895
2005
|
"ConfigurationAggregatorName": {},
|
|
1896
2006
|
"AccountAggregationSources": {
|
|
1897
|
-
"shape": "
|
|
2007
|
+
"shape": "S3t"
|
|
1898
2008
|
},
|
|
1899
2009
|
"OrganizationAggregationSource": {
|
|
1900
|
-
"shape": "
|
|
2010
|
+
"shape": "S3x"
|
|
1901
2011
|
},
|
|
1902
2012
|
"Tags": {
|
|
1903
|
-
"shape": "
|
|
2013
|
+
"shape": "Sam"
|
|
1904
2014
|
}
|
|
1905
2015
|
}
|
|
1906
2016
|
},
|
|
@@ -1908,7 +2018,7 @@
|
|
|
1908
2018
|
"type": "structure",
|
|
1909
2019
|
"members": {
|
|
1910
2020
|
"ConfigurationAggregator": {
|
|
1911
|
-
"shape": "
|
|
2021
|
+
"shape": "S3r"
|
|
1912
2022
|
}
|
|
1913
2023
|
}
|
|
1914
2024
|
}
|
|
@@ -1921,7 +2031,7 @@
|
|
|
1921
2031
|
],
|
|
1922
2032
|
"members": {
|
|
1923
2033
|
"ConfigurationRecorder": {
|
|
1924
|
-
"shape": "
|
|
2034
|
+
"shape": "S47"
|
|
1925
2035
|
}
|
|
1926
2036
|
}
|
|
1927
2037
|
}
|
|
@@ -1939,7 +2049,7 @@
|
|
|
1939
2049
|
"DeliveryS3Bucket": {},
|
|
1940
2050
|
"DeliveryS3KeyPrefix": {},
|
|
1941
2051
|
"ConformancePackInputParameters": {
|
|
1942
|
-
"shape": "
|
|
2052
|
+
"shape": "S51"
|
|
1943
2053
|
}
|
|
1944
2054
|
}
|
|
1945
2055
|
},
|
|
@@ -1958,7 +2068,7 @@
|
|
|
1958
2068
|
],
|
|
1959
2069
|
"members": {
|
|
1960
2070
|
"DeliveryChannel": {
|
|
1961
|
-
"shape": "
|
|
2071
|
+
"shape": "S5g"
|
|
1962
2072
|
}
|
|
1963
2073
|
}
|
|
1964
2074
|
}
|
|
@@ -1971,7 +2081,7 @@
|
|
|
1971
2081
|
],
|
|
1972
2082
|
"members": {
|
|
1973
2083
|
"Evaluations": {
|
|
1974
|
-
"shape": "
|
|
2084
|
+
"shape": "Say"
|
|
1975
2085
|
},
|
|
1976
2086
|
"ResultToken": {},
|
|
1977
2087
|
"TestMode": {
|
|
@@ -1983,7 +2093,7 @@
|
|
|
1983
2093
|
"type": "structure",
|
|
1984
2094
|
"members": {
|
|
1985
2095
|
"FailedEvaluations": {
|
|
1986
|
-
"shape": "
|
|
2096
|
+
"shape": "Say"
|
|
1987
2097
|
}
|
|
1988
2098
|
}
|
|
1989
2099
|
}
|
|
@@ -2031,13 +2141,13 @@
|
|
|
2031
2141
|
"members": {
|
|
2032
2142
|
"OrganizationConfigRuleName": {},
|
|
2033
2143
|
"OrganizationManagedRuleMetadata": {
|
|
2034
|
-
"shape": "
|
|
2144
|
+
"shape": "S5t"
|
|
2035
2145
|
},
|
|
2036
2146
|
"OrganizationCustomRuleMetadata": {
|
|
2037
|
-
"shape": "
|
|
2147
|
+
"shape": "S5y"
|
|
2038
2148
|
},
|
|
2039
2149
|
"ExcludedAccounts": {
|
|
2040
|
-
"shape": "
|
|
2150
|
+
"shape": "S61"
|
|
2041
2151
|
}
|
|
2042
2152
|
}
|
|
2043
2153
|
},
|
|
@@ -2061,10 +2171,10 @@
|
|
|
2061
2171
|
"DeliveryS3Bucket": {},
|
|
2062
2172
|
"DeliveryS3KeyPrefix": {},
|
|
2063
2173
|
"ConformancePackInputParameters": {
|
|
2064
|
-
"shape": "
|
|
2174
|
+
"shape": "S51"
|
|
2065
2175
|
},
|
|
2066
2176
|
"ExcludedAccounts": {
|
|
2067
|
-
"shape": "
|
|
2177
|
+
"shape": "S61"
|
|
2068
2178
|
}
|
|
2069
2179
|
}
|
|
2070
2180
|
},
|
|
@@ -2083,7 +2193,7 @@
|
|
|
2083
2193
|
],
|
|
2084
2194
|
"members": {
|
|
2085
2195
|
"RemediationConfigurations": {
|
|
2086
|
-
"shape": "
|
|
2196
|
+
"shape": "S6j"
|
|
2087
2197
|
}
|
|
2088
2198
|
}
|
|
2089
2199
|
},
|
|
@@ -2097,7 +2207,7 @@
|
|
|
2097
2207
|
"members": {
|
|
2098
2208
|
"FailureMessage": {},
|
|
2099
2209
|
"FailedItems": {
|
|
2100
|
-
"shape": "
|
|
2210
|
+
"shape": "S6j"
|
|
2101
2211
|
}
|
|
2102
2212
|
}
|
|
2103
2213
|
}
|
|
@@ -2133,7 +2243,7 @@
|
|
|
2133
2243
|
"members": {
|
|
2134
2244
|
"FailureMessage": {},
|
|
2135
2245
|
"FailedItems": {
|
|
2136
|
-
"shape": "
|
|
2246
|
+
"shape": "S6z"
|
|
2137
2247
|
}
|
|
2138
2248
|
}
|
|
2139
2249
|
}
|
|
@@ -2157,7 +2267,7 @@
|
|
|
2157
2267
|
"ResourceName": {},
|
|
2158
2268
|
"Configuration": {},
|
|
2159
2269
|
"Tags": {
|
|
2160
|
-
"shape": "
|
|
2270
|
+
"shape": "S8a"
|
|
2161
2271
|
}
|
|
2162
2272
|
}
|
|
2163
2273
|
}
|
|
@@ -2178,7 +2288,7 @@
|
|
|
2178
2288
|
"type": "structure",
|
|
2179
2289
|
"members": {
|
|
2180
2290
|
"RetentionConfiguration": {
|
|
2181
|
-
"shape": "
|
|
2291
|
+
"shape": "S7d"
|
|
2182
2292
|
}
|
|
2183
2293
|
}
|
|
2184
2294
|
}
|
|
@@ -2191,10 +2301,10 @@
|
|
|
2191
2301
|
],
|
|
2192
2302
|
"members": {
|
|
2193
2303
|
"StoredQuery": {
|
|
2194
|
-
"shape": "
|
|
2304
|
+
"shape": "S9v"
|
|
2195
2305
|
},
|
|
2196
2306
|
"Tags": {
|
|
2197
|
-
"shape": "
|
|
2307
|
+
"shape": "Sam"
|
|
2198
2308
|
}
|
|
2199
2309
|
}
|
|
2200
2310
|
},
|
|
@@ -2228,10 +2338,10 @@
|
|
|
2228
2338
|
"type": "structure",
|
|
2229
2339
|
"members": {
|
|
2230
2340
|
"Results": {
|
|
2231
|
-
"shape": "
|
|
2341
|
+
"shape": "Sbq"
|
|
2232
2342
|
},
|
|
2233
2343
|
"QueryInfo": {
|
|
2234
|
-
"shape": "
|
|
2344
|
+
"shape": "Sbr"
|
|
2235
2345
|
},
|
|
2236
2346
|
"NextToken": {}
|
|
2237
2347
|
}
|
|
@@ -2255,10 +2365,10 @@
|
|
|
2255
2365
|
"type": "structure",
|
|
2256
2366
|
"members": {
|
|
2257
2367
|
"Results": {
|
|
2258
|
-
"shape": "
|
|
2368
|
+
"shape": "Sbq"
|
|
2259
2369
|
},
|
|
2260
2370
|
"QueryInfo": {
|
|
2261
|
-
"shape": "
|
|
2371
|
+
"shape": "Sbr"
|
|
2262
2372
|
},
|
|
2263
2373
|
"NextToken": {}
|
|
2264
2374
|
}
|
|
@@ -2335,7 +2445,7 @@
|
|
|
2335
2445
|
"members": {
|
|
2336
2446
|
"ResourceArn": {},
|
|
2337
2447
|
"Tags": {
|
|
2338
|
-
"shape": "
|
|
2448
|
+
"shape": "Sah"
|
|
2339
2449
|
}
|
|
2340
2450
|
}
|
|
2341
2451
|
}
|
|
@@ -2454,7 +2564,7 @@
|
|
|
2454
2564
|
}
|
|
2455
2565
|
}
|
|
2456
2566
|
},
|
|
2457
|
-
"
|
|
2567
|
+
"S2i": {
|
|
2458
2568
|
"type": "structure",
|
|
2459
2569
|
"members": {
|
|
2460
2570
|
"AggregationAuthorizationArn": {},
|
|
@@ -2465,15 +2575,15 @@
|
|
|
2465
2575
|
}
|
|
2466
2576
|
}
|
|
2467
2577
|
},
|
|
2468
|
-
"
|
|
2578
|
+
"S2l": {
|
|
2469
2579
|
"type": "list",
|
|
2470
2580
|
"member": {}
|
|
2471
2581
|
},
|
|
2472
|
-
"
|
|
2582
|
+
"S2m": {
|
|
2473
2583
|
"type": "list",
|
|
2474
2584
|
"member": {}
|
|
2475
2585
|
},
|
|
2476
|
-
"
|
|
2586
|
+
"S33": {
|
|
2477
2587
|
"type": "structure",
|
|
2478
2588
|
"required": [
|
|
2479
2589
|
"Source"
|
|
@@ -2523,16 +2633,16 @@
|
|
|
2523
2633
|
"CreatedBy": {}
|
|
2524
2634
|
}
|
|
2525
2635
|
},
|
|
2526
|
-
"
|
|
2636
|
+
"S3r": {
|
|
2527
2637
|
"type": "structure",
|
|
2528
2638
|
"members": {
|
|
2529
2639
|
"ConfigurationAggregatorName": {},
|
|
2530
2640
|
"ConfigurationAggregatorArn": {},
|
|
2531
2641
|
"AccountAggregationSources": {
|
|
2532
|
-
"shape": "
|
|
2642
|
+
"shape": "S3t"
|
|
2533
2643
|
},
|
|
2534
2644
|
"OrganizationAggregationSource": {
|
|
2535
|
-
"shape": "
|
|
2645
|
+
"shape": "S3x"
|
|
2536
2646
|
},
|
|
2537
2647
|
"CreationTime": {
|
|
2538
2648
|
"type": "timestamp"
|
|
@@ -2543,7 +2653,7 @@
|
|
|
2543
2653
|
"CreatedBy": {}
|
|
2544
2654
|
}
|
|
2545
2655
|
},
|
|
2546
|
-
"
|
|
2656
|
+
"S3t": {
|
|
2547
2657
|
"type": "list",
|
|
2548
2658
|
"member": {
|
|
2549
2659
|
"type": "structure",
|
|
@@ -2559,16 +2669,16 @@
|
|
|
2559
2669
|
"type": "boolean"
|
|
2560
2670
|
},
|
|
2561
2671
|
"AwsRegions": {
|
|
2562
|
-
"shape": "
|
|
2672
|
+
"shape": "S3w"
|
|
2563
2673
|
}
|
|
2564
2674
|
}
|
|
2565
2675
|
}
|
|
2566
2676
|
},
|
|
2567
|
-
"
|
|
2677
|
+
"S3w": {
|
|
2568
2678
|
"type": "list",
|
|
2569
2679
|
"member": {}
|
|
2570
2680
|
},
|
|
2571
|
-
"
|
|
2681
|
+
"S3x": {
|
|
2572
2682
|
"type": "structure",
|
|
2573
2683
|
"required": [
|
|
2574
2684
|
"RoleArn"
|
|
@@ -2576,18 +2686,18 @@
|
|
|
2576
2686
|
"members": {
|
|
2577
2687
|
"RoleArn": {},
|
|
2578
2688
|
"AwsRegions": {
|
|
2579
|
-
"shape": "
|
|
2689
|
+
"shape": "S3w"
|
|
2580
2690
|
},
|
|
2581
2691
|
"AllAwsRegions": {
|
|
2582
2692
|
"type": "boolean"
|
|
2583
2693
|
}
|
|
2584
2694
|
}
|
|
2585
2695
|
},
|
|
2586
|
-
"
|
|
2696
|
+
"S3z": {
|
|
2587
2697
|
"type": "list",
|
|
2588
2698
|
"member": {}
|
|
2589
2699
|
},
|
|
2590
|
-
"
|
|
2700
|
+
"S47": {
|
|
2591
2701
|
"type": "structure",
|
|
2592
2702
|
"members": {
|
|
2593
2703
|
"name": {},
|
|
@@ -2609,15 +2719,15 @@
|
|
|
2609
2719
|
}
|
|
2610
2720
|
}
|
|
2611
2721
|
},
|
|
2612
|
-
"
|
|
2722
|
+
"S4e": {
|
|
2613
2723
|
"type": "list",
|
|
2614
2724
|
"member": {}
|
|
2615
2725
|
},
|
|
2616
|
-
"
|
|
2726
|
+
"S4l": {
|
|
2617
2727
|
"type": "list",
|
|
2618
2728
|
"member": {}
|
|
2619
2729
|
},
|
|
2620
|
-
"
|
|
2730
|
+
"S51": {
|
|
2621
2731
|
"type": "list",
|
|
2622
2732
|
"member": {
|
|
2623
2733
|
"type": "structure",
|
|
@@ -2631,11 +2741,11 @@
|
|
|
2631
2741
|
}
|
|
2632
2742
|
}
|
|
2633
2743
|
},
|
|
2634
|
-
"
|
|
2744
|
+
"S56": {
|
|
2635
2745
|
"type": "list",
|
|
2636
2746
|
"member": {}
|
|
2637
2747
|
},
|
|
2638
|
-
"
|
|
2748
|
+
"S5a": {
|
|
2639
2749
|
"type": "structure",
|
|
2640
2750
|
"members": {
|
|
2641
2751
|
"lastStatus": {},
|
|
@@ -2652,7 +2762,7 @@
|
|
|
2652
2762
|
}
|
|
2653
2763
|
}
|
|
2654
2764
|
},
|
|
2655
|
-
"
|
|
2765
|
+
"S5g": {
|
|
2656
2766
|
"type": "structure",
|
|
2657
2767
|
"members": {
|
|
2658
2768
|
"name": {},
|
|
@@ -2668,11 +2778,11 @@
|
|
|
2668
2778
|
}
|
|
2669
2779
|
}
|
|
2670
2780
|
},
|
|
2671
|
-
"
|
|
2781
|
+
"S5j": {
|
|
2672
2782
|
"type": "list",
|
|
2673
2783
|
"member": {}
|
|
2674
2784
|
},
|
|
2675
|
-
"
|
|
2785
|
+
"S5t": {
|
|
2676
2786
|
"type": "structure",
|
|
2677
2787
|
"required": [
|
|
2678
2788
|
"RuleIdentifier"
|
|
@@ -2683,18 +2793,18 @@
|
|
|
2683
2793
|
"InputParameters": {},
|
|
2684
2794
|
"MaximumExecutionFrequency": {},
|
|
2685
2795
|
"ResourceTypesScope": {
|
|
2686
|
-
"shape": "
|
|
2796
|
+
"shape": "S5w"
|
|
2687
2797
|
},
|
|
2688
2798
|
"ResourceIdScope": {},
|
|
2689
2799
|
"TagKeyScope": {},
|
|
2690
2800
|
"TagValueScope": {}
|
|
2691
2801
|
}
|
|
2692
2802
|
},
|
|
2693
|
-
"
|
|
2803
|
+
"S5w": {
|
|
2694
2804
|
"type": "list",
|
|
2695
2805
|
"member": {}
|
|
2696
2806
|
},
|
|
2697
|
-
"
|
|
2807
|
+
"S5y": {
|
|
2698
2808
|
"type": "structure",
|
|
2699
2809
|
"required": [
|
|
2700
2810
|
"LambdaFunctionArn",
|
|
@@ -2710,22 +2820,22 @@
|
|
|
2710
2820
|
"InputParameters": {},
|
|
2711
2821
|
"MaximumExecutionFrequency": {},
|
|
2712
2822
|
"ResourceTypesScope": {
|
|
2713
|
-
"shape": "
|
|
2823
|
+
"shape": "S5w"
|
|
2714
2824
|
},
|
|
2715
2825
|
"ResourceIdScope": {},
|
|
2716
2826
|
"TagKeyScope": {},
|
|
2717
2827
|
"TagValueScope": {}
|
|
2718
2828
|
}
|
|
2719
2829
|
},
|
|
2720
|
-
"
|
|
2830
|
+
"S61": {
|
|
2721
2831
|
"type": "list",
|
|
2722
2832
|
"member": {}
|
|
2723
2833
|
},
|
|
2724
|
-
"
|
|
2834
|
+
"S63": {
|
|
2725
2835
|
"type": "list",
|
|
2726
2836
|
"member": {}
|
|
2727
2837
|
},
|
|
2728
|
-
"
|
|
2838
|
+
"S6j": {
|
|
2729
2839
|
"type": "list",
|
|
2730
2840
|
"member": {
|
|
2731
2841
|
"type": "structure",
|
|
@@ -2800,7 +2910,7 @@
|
|
|
2800
2910
|
}
|
|
2801
2911
|
}
|
|
2802
2912
|
},
|
|
2803
|
-
"
|
|
2913
|
+
"S6z": {
|
|
2804
2914
|
"type": "list",
|
|
2805
2915
|
"member": {
|
|
2806
2916
|
"type": "structure",
|
|
@@ -2820,7 +2930,7 @@
|
|
|
2820
2930
|
}
|
|
2821
2931
|
}
|
|
2822
2932
|
},
|
|
2823
|
-
"
|
|
2933
|
+
"S7d": {
|
|
2824
2934
|
"type": "structure",
|
|
2825
2935
|
"required": [
|
|
2826
2936
|
"Name",
|
|
@@ -2833,7 +2943,7 @@
|
|
|
2833
2943
|
}
|
|
2834
2944
|
}
|
|
2835
2945
|
},
|
|
2836
|
-
"
|
|
2946
|
+
"S7j": {
|
|
2837
2947
|
"type": "structure",
|
|
2838
2948
|
"members": {
|
|
2839
2949
|
"EvaluationResultQualifier": {
|
|
@@ -2849,7 +2959,7 @@
|
|
|
2849
2959
|
}
|
|
2850
2960
|
}
|
|
2851
2961
|
},
|
|
2852
|
-
"
|
|
2962
|
+
"S7r": {
|
|
2853
2963
|
"type": "structure",
|
|
2854
2964
|
"members": {
|
|
2855
2965
|
"CompliantResourceCount": {
|
|
@@ -2863,7 +2973,7 @@
|
|
|
2863
2973
|
}
|
|
2864
2974
|
}
|
|
2865
2975
|
},
|
|
2866
|
-
"
|
|
2976
|
+
"S88": {
|
|
2867
2977
|
"type": "structure",
|
|
2868
2978
|
"members": {
|
|
2869
2979
|
"version": {},
|
|
@@ -2884,7 +2994,7 @@
|
|
|
2884
2994
|
"type": "timestamp"
|
|
2885
2995
|
},
|
|
2886
2996
|
"tags": {
|
|
2887
|
-
"shape": "
|
|
2997
|
+
"shape": "S8a"
|
|
2888
2998
|
},
|
|
2889
2999
|
"relatedEvents": {
|
|
2890
3000
|
"type": "list",
|
|
@@ -2908,18 +3018,18 @@
|
|
|
2908
3018
|
}
|
|
2909
3019
|
}
|
|
2910
3020
|
},
|
|
2911
|
-
"
|
|
3021
|
+
"S8a": {
|
|
2912
3022
|
"type": "map",
|
|
2913
3023
|
"key": {},
|
|
2914
3024
|
"value": {}
|
|
2915
3025
|
},
|
|
2916
|
-
"
|
|
3026
|
+
"S8k": {
|
|
2917
3027
|
"type": "list",
|
|
2918
3028
|
"member": {
|
|
2919
3029
|
"type": "structure",
|
|
2920
3030
|
"members": {
|
|
2921
3031
|
"EvaluationResultIdentifier": {
|
|
2922
|
-
"shape": "
|
|
3032
|
+
"shape": "S7j"
|
|
2923
3033
|
},
|
|
2924
3034
|
"ComplianceType": {},
|
|
2925
3035
|
"ResultRecordedTime": {
|
|
@@ -2933,11 +3043,11 @@
|
|
|
2933
3043
|
}
|
|
2934
3044
|
}
|
|
2935
3045
|
},
|
|
2936
|
-
"
|
|
3046
|
+
"S8q": {
|
|
2937
3047
|
"type": "list",
|
|
2938
3048
|
"member": {}
|
|
2939
3049
|
},
|
|
2940
|
-
"
|
|
3050
|
+
"S9v": {
|
|
2941
3051
|
"type": "structure",
|
|
2942
3052
|
"required": [
|
|
2943
3053
|
"QueryName"
|
|
@@ -2950,26 +3060,26 @@
|
|
|
2950
3060
|
"Expression": {}
|
|
2951
3061
|
}
|
|
2952
3062
|
},
|
|
2953
|
-
"
|
|
3063
|
+
"Sah": {
|
|
2954
3064
|
"type": "list",
|
|
2955
3065
|
"member": {
|
|
2956
|
-
"shape": "
|
|
3066
|
+
"shape": "Sai"
|
|
2957
3067
|
}
|
|
2958
3068
|
},
|
|
2959
|
-
"
|
|
3069
|
+
"Sai": {
|
|
2960
3070
|
"type": "structure",
|
|
2961
3071
|
"members": {
|
|
2962
3072
|
"Key": {},
|
|
2963
3073
|
"Value": {}
|
|
2964
3074
|
}
|
|
2965
3075
|
},
|
|
2966
|
-
"
|
|
3076
|
+
"Sam": {
|
|
2967
3077
|
"type": "list",
|
|
2968
3078
|
"member": {
|
|
2969
|
-
"shape": "
|
|
3079
|
+
"shape": "Sai"
|
|
2970
3080
|
}
|
|
2971
3081
|
},
|
|
2972
|
-
"
|
|
3082
|
+
"Say": {
|
|
2973
3083
|
"type": "list",
|
|
2974
3084
|
"member": {
|
|
2975
3085
|
"type": "structure",
|
|
@@ -2990,11 +3100,11 @@
|
|
|
2990
3100
|
}
|
|
2991
3101
|
}
|
|
2992
3102
|
},
|
|
2993
|
-
"
|
|
3103
|
+
"Sbq": {
|
|
2994
3104
|
"type": "list",
|
|
2995
3105
|
"member": {}
|
|
2996
3106
|
},
|
|
2997
|
-
"
|
|
3107
|
+
"Sbr": {
|
|
2998
3108
|
"type": "structure",
|
|
2999
3109
|
"members": {
|
|
3000
3110
|
"SelectFields": {
|