aws-sdk-core 2.11.400 → 2.11.401
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/autoscaling/2011-01-01/api-2.json +15 -6
- data/apis/cloudformation/2010-05-15/api-2.json +101 -6
- data/apis/codebuild/2016-10-06/api-2.json +5 -2
- data/apis/config/2014-11-12/api-2.json +780 -7
- data/apis/ec2/2016-11-15/api-2.json +94 -1
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +49 -5
- data/apis/iam/2010-05-08/api-2.json +11 -2
- data/apis/iam/2010-05-08/examples-1.json +5 -0
- data/apis/iot/2015-05-28/api-2.json +326 -7
- data/apis/lambda/2015-03-31/api-2.json +3 -0
- data/endpoints.json +8 -0
- data/lib/aws-sdk-core/instance_profile_credentials.rb +102 -8
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3186862c123ff75b90ac48378ac5fa19f6f38130
|
4
|
+
data.tar.gz: 6945023e01133892b9856cc54020a772b71e1b42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e44d57bc5c05588b0329580b109489b14a0bcbe5205740e2e95996eb5b01e01bbb6bd35b216948bd7d876a10744d51b05c91758182eea65caa4f3b1e2d8c1b8a
|
7
|
+
data.tar.gz: 7e46f751e3e038307a8103a45a26f66155eb9756a8da3c42192b5d74b278e3d9a7dced54fd96aad51ac2d121b228a1638ad3f92c069d3ddd855bb78efdf07f5f
|
@@ -939,7 +939,8 @@
|
|
939
939
|
"Tags":{"shape":"TagDescriptionList"},
|
940
940
|
"TerminationPolicies":{"shape":"TerminationPolicies"},
|
941
941
|
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
|
942
|
-
"ServiceLinkedRoleARN":{"shape":"ResourceName"}
|
942
|
+
"ServiceLinkedRoleARN":{"shape":"ResourceName"},
|
943
|
+
"MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"}
|
943
944
|
}
|
944
945
|
},
|
945
946
|
"AutoScalingGroupDesiredCapacity":{"type":"integer"},
|
@@ -981,13 +982,15 @@
|
|
981
982
|
],
|
982
983
|
"members":{
|
983
984
|
"InstanceId":{"shape":"XmlStringMaxLen19"},
|
985
|
+
"InstanceType":{"shape":"XmlStringMaxLen255"},
|
984
986
|
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
|
985
987
|
"AvailabilityZone":{"shape":"XmlStringMaxLen255"},
|
986
988
|
"LifecycleState":{"shape":"XmlStringMaxLen32"},
|
987
989
|
"HealthStatus":{"shape":"XmlStringMaxLen32"},
|
988
990
|
"LaunchConfigurationName":{"shape":"XmlStringMaxLen255"},
|
989
991
|
"LaunchTemplate":{"shape":"LaunchTemplateSpecification"},
|
990
|
-
"ProtectedFromScaleIn":{"shape":"InstanceProtected"}
|
992
|
+
"ProtectedFromScaleIn":{"shape":"InstanceProtected"},
|
993
|
+
"WeightedCapacity":{"shape":"XmlStringMaxLen32"}
|
991
994
|
}
|
992
995
|
},
|
993
996
|
"AutoScalingInstances":{
|
@@ -1128,7 +1131,8 @@
|
|
1128
1131
|
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
|
1129
1132
|
"LifecycleHookSpecificationList":{"shape":"LifecycleHookSpecifications"},
|
1130
1133
|
"Tags":{"shape":"Tags"},
|
1131
|
-
"ServiceLinkedRoleARN":{"shape":"ResourceName"}
|
1134
|
+
"ServiceLinkedRoleARN":{"shape":"ResourceName"},
|
1135
|
+
"MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"}
|
1132
1136
|
}
|
1133
1137
|
},
|
1134
1138
|
"CreateLaunchConfigurationType":{
|
@@ -1564,12 +1568,14 @@
|
|
1564
1568
|
],
|
1565
1569
|
"members":{
|
1566
1570
|
"InstanceId":{"shape":"XmlStringMaxLen19"},
|
1571
|
+
"InstanceType":{"shape":"XmlStringMaxLen255"},
|
1567
1572
|
"AvailabilityZone":{"shape":"XmlStringMaxLen255"},
|
1568
1573
|
"LifecycleState":{"shape":"LifecycleState"},
|
1569
1574
|
"HealthStatus":{"shape":"XmlStringMaxLen32"},
|
1570
1575
|
"LaunchConfigurationName":{"shape":"XmlStringMaxLen255"},
|
1571
1576
|
"LaunchTemplate":{"shape":"LaunchTemplateSpecification"},
|
1572
|
-
"ProtectedFromScaleIn":{"shape":"InstanceProtected"}
|
1577
|
+
"ProtectedFromScaleIn":{"shape":"InstanceProtected"},
|
1578
|
+
"WeightedCapacity":{"shape":"XmlStringMaxLen32"}
|
1573
1579
|
}
|
1574
1580
|
},
|
1575
1581
|
"InstanceIds":{
|
@@ -1687,7 +1693,8 @@
|
|
1687
1693
|
"LaunchTemplateOverrides":{
|
1688
1694
|
"type":"structure",
|
1689
1695
|
"members":{
|
1690
|
-
"InstanceType":{"shape":"XmlStringMaxLen255"}
|
1696
|
+
"InstanceType":{"shape":"XmlStringMaxLen255"},
|
1697
|
+
"WeightedCapacity":{"shape":"XmlStringMaxLen32"}
|
1691
1698
|
}
|
1692
1699
|
},
|
1693
1700
|
"LaunchTemplateSpecification":{
|
@@ -1804,6 +1811,7 @@
|
|
1804
1811
|
"type":"list",
|
1805
1812
|
"member":{"shape":"LoadBalancerTargetGroupState"}
|
1806
1813
|
},
|
1814
|
+
"MaxInstanceLifetime":{"type":"integer"},
|
1807
1815
|
"MaxNumberOfAutoScalingGroups":{"type":"integer"},
|
1808
1816
|
"MaxNumberOfLaunchConfigurations":{"type":"integer"},
|
1809
1817
|
"MaxRecords":{"type":"integer"},
|
@@ -2387,7 +2395,8 @@
|
|
2387
2395
|
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
|
2388
2396
|
"TerminationPolicies":{"shape":"TerminationPolicies"},
|
2389
2397
|
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
|
2390
|
-
"ServiceLinkedRoleARN":{"shape":"ResourceName"}
|
2398
|
+
"ServiceLinkedRoleARN":{"shape":"ResourceName"},
|
2399
|
+
"MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"}
|
2391
2400
|
}
|
2392
2401
|
},
|
2393
2402
|
"Values":{
|
@@ -390,6 +390,23 @@
|
|
390
390
|
"resultWrapper":"DetectStackResourceDriftResult"
|
391
391
|
}
|
392
392
|
},
|
393
|
+
"DetectStackSetDrift":{
|
394
|
+
"name":"DetectStackSetDrift",
|
395
|
+
"http":{
|
396
|
+
"method":"POST",
|
397
|
+
"requestUri":"/"
|
398
|
+
},
|
399
|
+
"input":{"shape":"DetectStackSetDriftInput"},
|
400
|
+
"output":{
|
401
|
+
"shape":"DetectStackSetDriftOutput",
|
402
|
+
"resultWrapper":"DetectStackSetDriftResult"
|
403
|
+
},
|
404
|
+
"errors":[
|
405
|
+
{"shape":"InvalidOperationException"},
|
406
|
+
{"shape":"OperationInProgressException"},
|
407
|
+
{"shape":"StackSetNotFoundException"}
|
408
|
+
]
|
409
|
+
},
|
393
410
|
"EstimateTemplateCost":{
|
394
411
|
"name":"EstimateTemplateCost",
|
395
412
|
"http":{
|
@@ -1497,6 +1514,24 @@
|
|
1497
1514
|
"StackResourceDrift":{"shape":"StackResourceDrift"}
|
1498
1515
|
}
|
1499
1516
|
},
|
1517
|
+
"DetectStackSetDriftInput":{
|
1518
|
+
"type":"structure",
|
1519
|
+
"required":["StackSetName"],
|
1520
|
+
"members":{
|
1521
|
+
"StackSetName":{"shape":"StackSetNameOrId"},
|
1522
|
+
"OperationPreferences":{"shape":"StackSetOperationPreferences"},
|
1523
|
+
"OperationId":{
|
1524
|
+
"shape":"ClientRequestToken",
|
1525
|
+
"idempotencyToken":true
|
1526
|
+
}
|
1527
|
+
}
|
1528
|
+
},
|
1529
|
+
"DetectStackSetDriftOutput":{
|
1530
|
+
"type":"structure",
|
1531
|
+
"members":{
|
1532
|
+
"OperationId":{"shape":"ClientRequestToken"}
|
1533
|
+
}
|
1534
|
+
},
|
1500
1535
|
"DifferenceType":{
|
1501
1536
|
"type":"string",
|
1502
1537
|
"enum":[
|
@@ -1506,6 +1541,10 @@
|
|
1506
1541
|
]
|
1507
1542
|
},
|
1508
1543
|
"DisableRollback":{"type":"boolean"},
|
1544
|
+
"DriftedStackInstancesCount":{
|
1545
|
+
"type":"integer",
|
1546
|
+
"min":0
|
1547
|
+
},
|
1509
1548
|
"EnableTerminationProtection":{"type":"boolean"},
|
1510
1549
|
"ErrorMessage":{
|
1511
1550
|
"type":"string",
|
@@ -1579,6 +1618,10 @@
|
|
1579
1618
|
"type":"list",
|
1580
1619
|
"member":{"shape":"Export"}
|
1581
1620
|
},
|
1621
|
+
"FailedStackInstancesCount":{
|
1622
|
+
"type":"integer",
|
1623
|
+
"min":0
|
1624
|
+
},
|
1582
1625
|
"FailureToleranceCount":{
|
1583
1626
|
"type":"integer",
|
1584
1627
|
"min":0
|
@@ -1662,6 +1705,14 @@
|
|
1662
1705
|
"type":"list",
|
1663
1706
|
"member":{"shape":"StackName"}
|
1664
1707
|
},
|
1708
|
+
"InProgressStackInstancesCount":{
|
1709
|
+
"type":"integer",
|
1710
|
+
"min":0
|
1711
|
+
},
|
1712
|
+
"InSyncStackInstancesCount":{
|
1713
|
+
"type":"integer",
|
1714
|
+
"min":0
|
1715
|
+
},
|
1665
1716
|
"InsufficientCapabilitiesException":{
|
1666
1717
|
"type":"structure",
|
1667
1718
|
"members":{
|
@@ -2590,7 +2641,9 @@
|
|
2590
2641
|
"StackId":{"shape":"StackId"},
|
2591
2642
|
"ParameterOverrides":{"shape":"Parameters"},
|
2592
2643
|
"Status":{"shape":"StackInstanceStatus"},
|
2593
|
-
"StatusReason":{"shape":"Reason"}
|
2644
|
+
"StatusReason":{"shape":"Reason"},
|
2645
|
+
"DriftStatus":{"shape":"StackDriftStatus"},
|
2646
|
+
"LastDriftCheckTimestamp":{"shape":"Timestamp"}
|
2594
2647
|
}
|
2595
2648
|
},
|
2596
2649
|
"StackInstanceNotFoundException":{
|
@@ -2624,7 +2677,9 @@
|
|
2624
2677
|
"Account":{"shape":"Account"},
|
2625
2678
|
"StackId":{"shape":"StackId"},
|
2626
2679
|
"Status":{"shape":"StackInstanceStatus"},
|
2627
|
-
"StatusReason":{"shape":"Reason"}
|
2680
|
+
"StatusReason":{"shape":"Reason"},
|
2681
|
+
"DriftStatus":{"shape":"StackDriftStatus"},
|
2682
|
+
"LastDriftCheckTimestamp":{"shape":"Timestamp"}
|
2628
2683
|
}
|
2629
2684
|
},
|
2630
2685
|
"StackName":{"type":"string"},
|
@@ -2792,10 +2847,42 @@
|
|
2792
2847
|
"Tags":{"shape":"Tags"},
|
2793
2848
|
"StackSetARN":{"shape":"StackSetARN"},
|
2794
2849
|
"AdministrationRoleARN":{"shape":"RoleARN"},
|
2795
|
-
"ExecutionRoleName":{"shape":"ExecutionRoleName"}
|
2850
|
+
"ExecutionRoleName":{"shape":"ExecutionRoleName"},
|
2851
|
+
"StackSetDriftDetectionDetails":{"shape":"StackSetDriftDetectionDetails"}
|
2796
2852
|
}
|
2797
2853
|
},
|
2798
2854
|
"StackSetARN":{"type":"string"},
|
2855
|
+
"StackSetDriftDetectionDetails":{
|
2856
|
+
"type":"structure",
|
2857
|
+
"members":{
|
2858
|
+
"DriftStatus":{"shape":"StackSetDriftStatus"},
|
2859
|
+
"DriftDetectionStatus":{"shape":"StackSetDriftDetectionStatus"},
|
2860
|
+
"LastDriftCheckTimestamp":{"shape":"Timestamp"},
|
2861
|
+
"TotalStackInstancesCount":{"shape":"TotalStackInstancesCount"},
|
2862
|
+
"DriftedStackInstancesCount":{"shape":"DriftedStackInstancesCount"},
|
2863
|
+
"InSyncStackInstancesCount":{"shape":"InSyncStackInstancesCount"},
|
2864
|
+
"InProgressStackInstancesCount":{"shape":"InProgressStackInstancesCount"},
|
2865
|
+
"FailedStackInstancesCount":{"shape":"FailedStackInstancesCount"}
|
2866
|
+
}
|
2867
|
+
},
|
2868
|
+
"StackSetDriftDetectionStatus":{
|
2869
|
+
"type":"string",
|
2870
|
+
"enum":[
|
2871
|
+
"COMPLETED",
|
2872
|
+
"FAILED",
|
2873
|
+
"PARTIAL_SUCCESS",
|
2874
|
+
"IN_PROGRESS",
|
2875
|
+
"STOPPED"
|
2876
|
+
]
|
2877
|
+
},
|
2878
|
+
"StackSetDriftStatus":{
|
2879
|
+
"type":"string",
|
2880
|
+
"enum":[
|
2881
|
+
"DRIFTED",
|
2882
|
+
"IN_SYNC",
|
2883
|
+
"NOT_CHECKED"
|
2884
|
+
]
|
2885
|
+
},
|
2799
2886
|
"StackSetId":{"type":"string"},
|
2800
2887
|
"StackSetName":{"type":"string"},
|
2801
2888
|
"StackSetNameOrId":{
|
@@ -2836,7 +2923,8 @@
|
|
2836
2923
|
"AdministrationRoleARN":{"shape":"RoleARN"},
|
2837
2924
|
"ExecutionRoleName":{"shape":"ExecutionRoleName"},
|
2838
2925
|
"CreationTimestamp":{"shape":"Timestamp"},
|
2839
|
-
"EndTimestamp":{"shape":"Timestamp"}
|
2926
|
+
"EndTimestamp":{"shape":"Timestamp"},
|
2927
|
+
"StackSetDriftDetectionDetails":{"shape":"StackSetDriftDetectionDetails"}
|
2840
2928
|
}
|
2841
2929
|
},
|
2842
2930
|
"StackSetOperationAction":{
|
@@ -2844,7 +2932,8 @@
|
|
2844
2932
|
"enum":[
|
2845
2933
|
"CREATE",
|
2846
2934
|
"UPDATE",
|
2847
|
-
"DELETE"
|
2935
|
+
"DELETE",
|
2936
|
+
"DETECT_DRIFT"
|
2848
2937
|
]
|
2849
2938
|
},
|
2850
2939
|
"StackSetOperationPreferences":{
|
@@ -2922,7 +3011,9 @@
|
|
2922
3011
|
"StackSetName":{"shape":"StackSetName"},
|
2923
3012
|
"StackSetId":{"shape":"StackSetId"},
|
2924
3013
|
"Description":{"shape":"Description"},
|
2925
|
-
"Status":{"shape":"StackSetStatus"}
|
3014
|
+
"Status":{"shape":"StackSetStatus"},
|
3015
|
+
"DriftStatus":{"shape":"StackDriftStatus"},
|
3016
|
+
"LastDriftCheckTimestamp":{"shape":"Timestamp"}
|
2926
3017
|
}
|
2927
3018
|
},
|
2928
3019
|
"StackStatus":{
|
@@ -3093,6 +3184,10 @@
|
|
3093
3184
|
},
|
3094
3185
|
"exception":true
|
3095
3186
|
},
|
3187
|
+
"TotalStackInstancesCount":{
|
3188
|
+
"type":"integer",
|
3189
|
+
"min":0
|
3190
|
+
},
|
3096
3191
|
"TransformName":{"type":"string"},
|
3097
3192
|
"TransformsList":{
|
3098
3193
|
"type":"list",
|
@@ -465,7 +465,8 @@
|
|
465
465
|
"enum":[
|
466
466
|
"BUILD_GENERAL1_SMALL",
|
467
467
|
"BUILD_GENERAL1_MEDIUM",
|
468
|
-
"BUILD_GENERAL1_LARGE"
|
468
|
+
"BUILD_GENERAL1_LARGE",
|
469
|
+
"BUILD_GENERAL1_2XLARGE"
|
469
470
|
]
|
470
471
|
},
|
471
472
|
"CreateProjectInput":{
|
@@ -598,7 +599,9 @@
|
|
598
599
|
"type":"string",
|
599
600
|
"enum":[
|
600
601
|
"WINDOWS_CONTAINER",
|
601
|
-
"LINUX_CONTAINER"
|
602
|
+
"LINUX_CONTAINER",
|
603
|
+
"LINUX_GPU_CONTAINER",
|
604
|
+
"ARM_CONTAINER"
|
602
605
|
]
|
603
606
|
},
|
604
607
|
"EnvironmentVariable":{
|
@@ -84,6 +84,18 @@
|
|
84
84
|
{"shape":"NoSuchConfigurationRecorderException"}
|
85
85
|
]
|
86
86
|
},
|
87
|
+
"DeleteConformancePack":{
|
88
|
+
"name":"DeleteConformancePack",
|
89
|
+
"http":{
|
90
|
+
"method":"POST",
|
91
|
+
"requestUri":"/"
|
92
|
+
},
|
93
|
+
"input":{"shape":"DeleteConformancePackRequest"},
|
94
|
+
"errors":[
|
95
|
+
{"shape":"NoSuchConformancePackException"},
|
96
|
+
{"shape":"ResourceInUseException"}
|
97
|
+
]
|
98
|
+
},
|
87
99
|
"DeleteDeliveryChannel":{
|
88
100
|
"name":"DeleteDeliveryChannel",
|
89
101
|
"http":{
|
@@ -122,6 +134,19 @@
|
|
122
134
|
{"shape":"OrganizationAccessDeniedException"}
|
123
135
|
]
|
124
136
|
},
|
137
|
+
"DeleteOrganizationConformancePack":{
|
138
|
+
"name":"DeleteOrganizationConformancePack",
|
139
|
+
"http":{
|
140
|
+
"method":"POST",
|
141
|
+
"requestUri":"/"
|
142
|
+
},
|
143
|
+
"input":{"shape":"DeleteOrganizationConformancePackRequest"},
|
144
|
+
"errors":[
|
145
|
+
{"shape":"NoSuchOrganizationConformancePackException"},
|
146
|
+
{"shape":"ResourceInUseException"},
|
147
|
+
{"shape":"OrganizationAccessDeniedException"}
|
148
|
+
]
|
149
|
+
},
|
125
150
|
"DeletePendingAggregationRequest":{
|
126
151
|
"name":"DeletePendingAggregationRequest",
|
127
152
|
"http":{
|
@@ -321,6 +346,49 @@
|
|
321
346
|
{"shape":"NoSuchConfigurationRecorderException"}
|
322
347
|
]
|
323
348
|
},
|
349
|
+
"DescribeConformancePackCompliance":{
|
350
|
+
"name":"DescribeConformancePackCompliance",
|
351
|
+
"http":{
|
352
|
+
"method":"POST",
|
353
|
+
"requestUri":"/"
|
354
|
+
},
|
355
|
+
"input":{"shape":"DescribeConformancePackComplianceRequest"},
|
356
|
+
"output":{"shape":"DescribeConformancePackComplianceResponse"},
|
357
|
+
"errors":[
|
358
|
+
{"shape":"InvalidLimitException"},
|
359
|
+
{"shape":"InvalidNextTokenException"},
|
360
|
+
{"shape":"InvalidParameterValueException"},
|
361
|
+
{"shape":"NoSuchConfigRuleInConformancePackException"},
|
362
|
+
{"shape":"NoSuchConformancePackException"}
|
363
|
+
]
|
364
|
+
},
|
365
|
+
"DescribeConformancePackStatus":{
|
366
|
+
"name":"DescribeConformancePackStatus",
|
367
|
+
"http":{
|
368
|
+
"method":"POST",
|
369
|
+
"requestUri":"/"
|
370
|
+
},
|
371
|
+
"input":{"shape":"DescribeConformancePackStatusRequest"},
|
372
|
+
"output":{"shape":"DescribeConformancePackStatusResponse"},
|
373
|
+
"errors":[
|
374
|
+
{"shape":"InvalidLimitException"},
|
375
|
+
{"shape":"InvalidNextTokenException"}
|
376
|
+
]
|
377
|
+
},
|
378
|
+
"DescribeConformancePacks":{
|
379
|
+
"name":"DescribeConformancePacks",
|
380
|
+
"http":{
|
381
|
+
"method":"POST",
|
382
|
+
"requestUri":"/"
|
383
|
+
},
|
384
|
+
"input":{"shape":"DescribeConformancePacksRequest"},
|
385
|
+
"output":{"shape":"DescribeConformancePacksResponse"},
|
386
|
+
"errors":[
|
387
|
+
{"shape":"NoSuchConformancePackException"},
|
388
|
+
{"shape":"InvalidLimitException"},
|
389
|
+
{"shape":"InvalidNextTokenException"}
|
390
|
+
]
|
391
|
+
},
|
324
392
|
"DescribeDeliveryChannelStatus":{
|
325
393
|
"name":"DescribeDeliveryChannelStatus",
|
326
394
|
"http":{
|
@@ -375,6 +443,36 @@
|
|
375
443
|
{"shape":"OrganizationAccessDeniedException"}
|
376
444
|
]
|
377
445
|
},
|
446
|
+
"DescribeOrganizationConformancePackStatuses":{
|
447
|
+
"name":"DescribeOrganizationConformancePackStatuses",
|
448
|
+
"http":{
|
449
|
+
"method":"POST",
|
450
|
+
"requestUri":"/"
|
451
|
+
},
|
452
|
+
"input":{"shape":"DescribeOrganizationConformancePackStatusesRequest"},
|
453
|
+
"output":{"shape":"DescribeOrganizationConformancePackStatusesResponse"},
|
454
|
+
"errors":[
|
455
|
+
{"shape":"NoSuchOrganizationConformancePackException"},
|
456
|
+
{"shape":"InvalidLimitException"},
|
457
|
+
{"shape":"InvalidNextTokenException"},
|
458
|
+
{"shape":"OrganizationAccessDeniedException"}
|
459
|
+
]
|
460
|
+
},
|
461
|
+
"DescribeOrganizationConformancePacks":{
|
462
|
+
"name":"DescribeOrganizationConformancePacks",
|
463
|
+
"http":{
|
464
|
+
"method":"POST",
|
465
|
+
"requestUri":"/"
|
466
|
+
},
|
467
|
+
"input":{"shape":"DescribeOrganizationConformancePacksRequest"},
|
468
|
+
"output":{"shape":"DescribeOrganizationConformancePacksResponse"},
|
469
|
+
"errors":[
|
470
|
+
{"shape":"NoSuchOrganizationConformancePackException"},
|
471
|
+
{"shape":"InvalidNextTokenException"},
|
472
|
+
{"shape":"InvalidLimitException"},
|
473
|
+
{"shape":"OrganizationAccessDeniedException"}
|
474
|
+
]
|
475
|
+
},
|
378
476
|
"DescribePendingAggregationRequests":{
|
379
477
|
"name":"DescribePendingAggregationRequests",
|
380
478
|
"http":{
|
@@ -544,6 +642,36 @@
|
|
544
642
|
{"shape":"InvalidParameterValueException"}
|
545
643
|
]
|
546
644
|
},
|
645
|
+
"GetConformancePackComplianceDetails":{
|
646
|
+
"name":"GetConformancePackComplianceDetails",
|
647
|
+
"http":{
|
648
|
+
"method":"POST",
|
649
|
+
"requestUri":"/"
|
650
|
+
},
|
651
|
+
"input":{"shape":"GetConformancePackComplianceDetailsRequest"},
|
652
|
+
"output":{"shape":"GetConformancePackComplianceDetailsResponse"},
|
653
|
+
"errors":[
|
654
|
+
{"shape":"InvalidLimitException"},
|
655
|
+
{"shape":"InvalidNextTokenException"},
|
656
|
+
{"shape":"NoSuchConformancePackException"},
|
657
|
+
{"shape":"NoSuchConfigRuleInConformancePackException"},
|
658
|
+
{"shape":"InvalidParameterValueException"}
|
659
|
+
]
|
660
|
+
},
|
661
|
+
"GetConformancePackComplianceSummary":{
|
662
|
+
"name":"GetConformancePackComplianceSummary",
|
663
|
+
"http":{
|
664
|
+
"method":"POST",
|
665
|
+
"requestUri":"/"
|
666
|
+
},
|
667
|
+
"input":{"shape":"GetConformancePackComplianceSummaryRequest"},
|
668
|
+
"output":{"shape":"GetConformancePackComplianceSummaryResponse"},
|
669
|
+
"errors":[
|
670
|
+
{"shape":"NoSuchConformancePackException"},
|
671
|
+
{"shape":"InvalidLimitException"},
|
672
|
+
{"shape":"InvalidNextTokenException"}
|
673
|
+
]
|
674
|
+
},
|
547
675
|
"GetDiscoveredResourceCounts":{
|
548
676
|
"name":"GetDiscoveredResourceCounts",
|
549
677
|
"http":{
|
@@ -573,6 +701,21 @@
|
|
573
701
|
{"shape":"OrganizationAccessDeniedException"}
|
574
702
|
]
|
575
703
|
},
|
704
|
+
"GetOrganizationConformancePackDetailedStatus":{
|
705
|
+
"name":"GetOrganizationConformancePackDetailedStatus",
|
706
|
+
"http":{
|
707
|
+
"method":"POST",
|
708
|
+
"requestUri":"/"
|
709
|
+
},
|
710
|
+
"input":{"shape":"GetOrganizationConformancePackDetailedStatusRequest"},
|
711
|
+
"output":{"shape":"GetOrganizationConformancePackDetailedStatusResponse"},
|
712
|
+
"errors":[
|
713
|
+
{"shape":"NoSuchOrganizationConformancePackException"},
|
714
|
+
{"shape":"InvalidLimitException"},
|
715
|
+
{"shape":"InvalidNextTokenException"},
|
716
|
+
{"shape":"OrganizationAccessDeniedException"}
|
717
|
+
]
|
718
|
+
},
|
576
719
|
"GetResourceConfigHistory":{
|
577
720
|
"name":"GetResourceConfigHistory",
|
578
721
|
"http":{
|
@@ -693,6 +836,22 @@
|
|
693
836
|
{"shape":"InvalidRecordingGroupException"}
|
694
837
|
]
|
695
838
|
},
|
839
|
+
"PutConformancePack":{
|
840
|
+
"name":"PutConformancePack",
|
841
|
+
"http":{
|
842
|
+
"method":"POST",
|
843
|
+
"requestUri":"/"
|
844
|
+
},
|
845
|
+
"input":{"shape":"PutConformancePackRequest"},
|
846
|
+
"output":{"shape":"PutConformancePackResponse"},
|
847
|
+
"errors":[
|
848
|
+
{"shape":"InsufficientPermissionsException"},
|
849
|
+
{"shape":"ConformancePackTemplateValidationException"},
|
850
|
+
{"shape":"ResourceInUseException"},
|
851
|
+
{"shape":"InvalidParameterValueException"},
|
852
|
+
{"shape":"MaxNumberOfConformancePacksExceededException"}
|
853
|
+
]
|
854
|
+
},
|
696
855
|
"PutDeliveryChannel":{
|
697
856
|
"name":"PutDeliveryChannel",
|
698
857
|
"http":{
|
@@ -743,6 +902,25 @@
|
|
743
902
|
{"shape":"InsufficientPermissionsException"}
|
744
903
|
]
|
745
904
|
},
|
905
|
+
"PutOrganizationConformancePack":{
|
906
|
+
"name":"PutOrganizationConformancePack",
|
907
|
+
"http":{
|
908
|
+
"method":"POST",
|
909
|
+
"requestUri":"/"
|
910
|
+
},
|
911
|
+
"input":{"shape":"PutOrganizationConformancePackRequest"},
|
912
|
+
"output":{"shape":"PutOrganizationConformancePackResponse"},
|
913
|
+
"errors":[
|
914
|
+
{"shape":"MaxNumberOfOrganizationConformancePacksExceededException"},
|
915
|
+
{"shape":"ResourceInUseException"},
|
916
|
+
{"shape":"ValidationException"},
|
917
|
+
{"shape":"OrganizationAccessDeniedException"},
|
918
|
+
{"shape":"InsufficientPermissionsException"},
|
919
|
+
{"shape":"OrganizationConformancePackTemplateValidationException"},
|
920
|
+
{"shape":"OrganizationAllFeaturesNotEnabledException"},
|
921
|
+
{"shape":"NoAvailableOrganizationException"}
|
922
|
+
]
|
923
|
+
},
|
746
924
|
"PutRemediationConfigurations":{
|
747
925
|
"name":"PutRemediationConfigurations",
|
748
926
|
"http":{
|
@@ -1015,6 +1193,11 @@
|
|
1015
1193
|
"max":256,
|
1016
1194
|
"min":1
|
1017
1195
|
},
|
1196
|
+
"Annotation":{
|
1197
|
+
"type":"string",
|
1198
|
+
"max":256,
|
1199
|
+
"min":0
|
1200
|
+
},
|
1018
1201
|
"AutoRemediationAttemptSeconds":{
|
1019
1202
|
"type":"long",
|
1020
1203
|
"box":true,
|
@@ -1398,6 +1581,211 @@
|
|
1398
1581
|
"member":{"shape":"ConfigurationRecorderStatus"}
|
1399
1582
|
},
|
1400
1583
|
"ConfigurationStateId":{"type":"string"},
|
1584
|
+
"ConformancePackArn":{
|
1585
|
+
"type":"string",
|
1586
|
+
"max":2048,
|
1587
|
+
"min":1
|
1588
|
+
},
|
1589
|
+
"ConformancePackComplianceFilters":{
|
1590
|
+
"type":"structure",
|
1591
|
+
"members":{
|
1592
|
+
"ConfigRuleNames":{"shape":"ConformancePackConfigRuleNames"},
|
1593
|
+
"ComplianceType":{"shape":"ConformancePackComplianceType"}
|
1594
|
+
}
|
1595
|
+
},
|
1596
|
+
"ConformancePackComplianceResourceIds":{
|
1597
|
+
"type":"list",
|
1598
|
+
"member":{"shape":"StringWithCharLimit256"},
|
1599
|
+
"max":5,
|
1600
|
+
"min":0
|
1601
|
+
},
|
1602
|
+
"ConformancePackComplianceSummary":{
|
1603
|
+
"type":"structure",
|
1604
|
+
"required":[
|
1605
|
+
"ConformancePackName",
|
1606
|
+
"ConformancePackComplianceStatus"
|
1607
|
+
],
|
1608
|
+
"members":{
|
1609
|
+
"ConformancePackName":{"shape":"ConformancePackName"},
|
1610
|
+
"ConformancePackComplianceStatus":{"shape":"ConformancePackComplianceType"}
|
1611
|
+
}
|
1612
|
+
},
|
1613
|
+
"ConformancePackComplianceSummaryList":{
|
1614
|
+
"type":"list",
|
1615
|
+
"member":{"shape":"ConformancePackComplianceSummary"},
|
1616
|
+
"max":5,
|
1617
|
+
"min":1
|
1618
|
+
},
|
1619
|
+
"ConformancePackComplianceType":{
|
1620
|
+
"type":"string",
|
1621
|
+
"enum":[
|
1622
|
+
"COMPLIANT",
|
1623
|
+
"NON_COMPLIANT"
|
1624
|
+
]
|
1625
|
+
},
|
1626
|
+
"ConformancePackConfigRuleNames":{
|
1627
|
+
"type":"list",
|
1628
|
+
"member":{"shape":"StringWithCharLimit64"},
|
1629
|
+
"max":10,
|
1630
|
+
"min":0
|
1631
|
+
},
|
1632
|
+
"ConformancePackDetail":{
|
1633
|
+
"type":"structure",
|
1634
|
+
"required":[
|
1635
|
+
"ConformancePackName",
|
1636
|
+
"ConformancePackArn",
|
1637
|
+
"ConformancePackId",
|
1638
|
+
"DeliveryS3Bucket"
|
1639
|
+
],
|
1640
|
+
"members":{
|
1641
|
+
"ConformancePackName":{"shape":"ConformancePackName"},
|
1642
|
+
"ConformancePackArn":{"shape":"ConformancePackArn"},
|
1643
|
+
"ConformancePackId":{"shape":"ConformancePackId"},
|
1644
|
+
"DeliveryS3Bucket":{"shape":"DeliveryS3Bucket"},
|
1645
|
+
"DeliveryS3KeyPrefix":{"shape":"DeliveryS3KeyPrefix"},
|
1646
|
+
"ConformancePackInputParameters":{"shape":"ConformancePackInputParameters"},
|
1647
|
+
"LastUpdateRequestedTime":{"shape":"Date"},
|
1648
|
+
"CreatedBy":{"shape":"StringWithCharLimit256"}
|
1649
|
+
}
|
1650
|
+
},
|
1651
|
+
"ConformancePackDetailList":{
|
1652
|
+
"type":"list",
|
1653
|
+
"member":{"shape":"ConformancePackDetail"},
|
1654
|
+
"max":25,
|
1655
|
+
"min":0
|
1656
|
+
},
|
1657
|
+
"ConformancePackEvaluationFilters":{
|
1658
|
+
"type":"structure",
|
1659
|
+
"members":{
|
1660
|
+
"ConfigRuleNames":{"shape":"ConformancePackConfigRuleNames"},
|
1661
|
+
"ComplianceType":{"shape":"ConformancePackComplianceType"},
|
1662
|
+
"ResourceType":{"shape":"StringWithCharLimit256"},
|
1663
|
+
"ResourceIds":{"shape":"ConformancePackComplianceResourceIds"}
|
1664
|
+
}
|
1665
|
+
},
|
1666
|
+
"ConformancePackEvaluationResult":{
|
1667
|
+
"type":"structure",
|
1668
|
+
"required":[
|
1669
|
+
"ComplianceType",
|
1670
|
+
"EvaluationResultIdentifier",
|
1671
|
+
"ConfigRuleInvokedTime",
|
1672
|
+
"ResultRecordedTime"
|
1673
|
+
],
|
1674
|
+
"members":{
|
1675
|
+
"ComplianceType":{"shape":"ConformancePackComplianceType"},
|
1676
|
+
"EvaluationResultIdentifier":{"shape":"EvaluationResultIdentifier"},
|
1677
|
+
"ConfigRuleInvokedTime":{"shape":"Date"},
|
1678
|
+
"ResultRecordedTime":{"shape":"Date"},
|
1679
|
+
"Annotation":{"shape":"Annotation"}
|
1680
|
+
}
|
1681
|
+
},
|
1682
|
+
"ConformancePackId":{
|
1683
|
+
"type":"string",
|
1684
|
+
"max":1024,
|
1685
|
+
"min":1
|
1686
|
+
},
|
1687
|
+
"ConformancePackInputParameter":{
|
1688
|
+
"type":"structure",
|
1689
|
+
"required":[
|
1690
|
+
"ParameterName",
|
1691
|
+
"ParameterValue"
|
1692
|
+
],
|
1693
|
+
"members":{
|
1694
|
+
"ParameterName":{"shape":"ParameterName"},
|
1695
|
+
"ParameterValue":{"shape":"ParameterValue"}
|
1696
|
+
}
|
1697
|
+
},
|
1698
|
+
"ConformancePackInputParameters":{
|
1699
|
+
"type":"list",
|
1700
|
+
"member":{"shape":"ConformancePackInputParameter"},
|
1701
|
+
"max":60,
|
1702
|
+
"min":0
|
1703
|
+
},
|
1704
|
+
"ConformancePackName":{
|
1705
|
+
"type":"string",
|
1706
|
+
"max":256,
|
1707
|
+
"min":1,
|
1708
|
+
"pattern":"[a-zA-Z][-a-zA-Z0-9]*"
|
1709
|
+
},
|
1710
|
+
"ConformancePackNamesList":{
|
1711
|
+
"type":"list",
|
1712
|
+
"member":{"shape":"ConformancePackName"},
|
1713
|
+
"max":25,
|
1714
|
+
"min":0
|
1715
|
+
},
|
1716
|
+
"ConformancePackNamesToSummarizeList":{
|
1717
|
+
"type":"list",
|
1718
|
+
"member":{"shape":"ConformancePackName"},
|
1719
|
+
"max":5,
|
1720
|
+
"min":1
|
1721
|
+
},
|
1722
|
+
"ConformancePackRuleCompliance":{
|
1723
|
+
"type":"structure",
|
1724
|
+
"members":{
|
1725
|
+
"ConfigRuleName":{"shape":"ConfigRuleName"},
|
1726
|
+
"ComplianceType":{"shape":"ConformancePackComplianceType"}
|
1727
|
+
}
|
1728
|
+
},
|
1729
|
+
"ConformancePackRuleComplianceList":{
|
1730
|
+
"type":"list",
|
1731
|
+
"member":{"shape":"ConformancePackRuleCompliance"},
|
1732
|
+
"max":1000,
|
1733
|
+
"min":0
|
1734
|
+
},
|
1735
|
+
"ConformancePackRuleEvaluationResultsList":{
|
1736
|
+
"type":"list",
|
1737
|
+
"member":{"shape":"ConformancePackEvaluationResult"},
|
1738
|
+
"max":100,
|
1739
|
+
"min":0
|
1740
|
+
},
|
1741
|
+
"ConformancePackState":{
|
1742
|
+
"type":"string",
|
1743
|
+
"enum":[
|
1744
|
+
"CREATE_IN_PROGRESS",
|
1745
|
+
"CREATE_COMPLETE",
|
1746
|
+
"CREATE_FAILED",
|
1747
|
+
"DELETE_IN_PROGRESS",
|
1748
|
+
"DELETE_FAILED"
|
1749
|
+
]
|
1750
|
+
},
|
1751
|
+
"ConformancePackStatusDetail":{
|
1752
|
+
"type":"structure",
|
1753
|
+
"required":[
|
1754
|
+
"ConformancePackName",
|
1755
|
+
"ConformancePackId",
|
1756
|
+
"ConformancePackArn",
|
1757
|
+
"ConformancePackState",
|
1758
|
+
"StackArn",
|
1759
|
+
"LastUpdateRequestedTime"
|
1760
|
+
],
|
1761
|
+
"members":{
|
1762
|
+
"ConformancePackName":{"shape":"ConformancePackName"},
|
1763
|
+
"ConformancePackId":{"shape":"ConformancePackId"},
|
1764
|
+
"ConformancePackArn":{"shape":"ConformancePackArn"},
|
1765
|
+
"ConformancePackState":{"shape":"ConformancePackState"},
|
1766
|
+
"StackArn":{"shape":"StackArn"},
|
1767
|
+
"ConformancePackStatusReason":{"shape":"ConformancePackStatusReason"},
|
1768
|
+
"LastUpdateRequestedTime":{"shape":"Date"},
|
1769
|
+
"LastUpdateCompletedTime":{"shape":"Date"}
|
1770
|
+
}
|
1771
|
+
},
|
1772
|
+
"ConformancePackStatusDetailsList":{
|
1773
|
+
"type":"list",
|
1774
|
+
"member":{"shape":"ConformancePackStatusDetail"},
|
1775
|
+
"max":25,
|
1776
|
+
"min":0
|
1777
|
+
},
|
1778
|
+
"ConformancePackStatusReason":{
|
1779
|
+
"type":"string",
|
1780
|
+
"max":2000,
|
1781
|
+
"min":0
|
1782
|
+
},
|
1783
|
+
"ConformancePackTemplateValidationException":{
|
1784
|
+
"type":"structure",
|
1785
|
+
"members":{
|
1786
|
+
},
|
1787
|
+
"exception":true
|
1788
|
+
},
|
1401
1789
|
"CosmosPageLimit":{
|
1402
1790
|
"type":"integer",
|
1403
1791
|
"max":100,
|
@@ -1436,6 +1824,13 @@
|
|
1436
1824
|
"ConfigurationRecorderName":{"shape":"RecorderName"}
|
1437
1825
|
}
|
1438
1826
|
},
|
1827
|
+
"DeleteConformancePackRequest":{
|
1828
|
+
"type":"structure",
|
1829
|
+
"required":["ConformancePackName"],
|
1830
|
+
"members":{
|
1831
|
+
"ConformancePackName":{"shape":"ConformancePackName"}
|
1832
|
+
}
|
1833
|
+
},
|
1439
1834
|
"DeleteDeliveryChannelRequest":{
|
1440
1835
|
"type":"structure",
|
1441
1836
|
"required":["DeliveryChannelName"],
|
@@ -1462,6 +1857,13 @@
|
|
1462
1857
|
"OrganizationConfigRuleName":{"shape":"OrganizationConfigRuleName"}
|
1463
1858
|
}
|
1464
1859
|
},
|
1860
|
+
"DeleteOrganizationConformancePackRequest":{
|
1861
|
+
"type":"structure",
|
1862
|
+
"required":["OrganizationConformancePackName"],
|
1863
|
+
"members":{
|
1864
|
+
"OrganizationConformancePackName":{"shape":"OrganizationConformancePackName"}
|
1865
|
+
}
|
1866
|
+
},
|
1465
1867
|
"DeletePendingAggregationRequestRequest":{
|
1466
1868
|
"type":"structure",
|
1467
1869
|
"required":[
|
@@ -1554,6 +1956,16 @@
|
|
1554
1956
|
"type":"list",
|
1555
1957
|
"member":{"shape":"DeliveryChannelStatus"}
|
1556
1958
|
},
|
1959
|
+
"DeliveryS3Bucket":{
|
1960
|
+
"type":"string",
|
1961
|
+
"max":63,
|
1962
|
+
"min":3
|
1963
|
+
},
|
1964
|
+
"DeliveryS3KeyPrefix":{
|
1965
|
+
"type":"string",
|
1966
|
+
"max":1024,
|
1967
|
+
"min":1
|
1968
|
+
},
|
1557
1969
|
"DeliveryStatus":{
|
1558
1970
|
"type":"string",
|
1559
1971
|
"enum":[
|
@@ -1710,6 +2122,63 @@
|
|
1710
2122
|
"ConfigurationRecorders":{"shape":"ConfigurationRecorderList"}
|
1711
2123
|
}
|
1712
2124
|
},
|
2125
|
+
"DescribeConformancePackComplianceLimit":{
|
2126
|
+
"type":"integer",
|
2127
|
+
"max":1000,
|
2128
|
+
"min":0
|
2129
|
+
},
|
2130
|
+
"DescribeConformancePackComplianceRequest":{
|
2131
|
+
"type":"structure",
|
2132
|
+
"required":["ConformancePackName"],
|
2133
|
+
"members":{
|
2134
|
+
"ConformancePackName":{"shape":"ConformancePackName"},
|
2135
|
+
"Filters":{"shape":"ConformancePackComplianceFilters"},
|
2136
|
+
"Limit":{"shape":"DescribeConformancePackComplianceLimit"},
|
2137
|
+
"NextToken":{"shape":"NextToken"}
|
2138
|
+
}
|
2139
|
+
},
|
2140
|
+
"DescribeConformancePackComplianceResponse":{
|
2141
|
+
"type":"structure",
|
2142
|
+
"required":[
|
2143
|
+
"ConformancePackName",
|
2144
|
+
"ConformancePackRuleComplianceList"
|
2145
|
+
],
|
2146
|
+
"members":{
|
2147
|
+
"ConformancePackName":{"shape":"ConformancePackName"},
|
2148
|
+
"ConformancePackRuleComplianceList":{"shape":"ConformancePackRuleComplianceList"},
|
2149
|
+
"NextToken":{"shape":"NextToken"}
|
2150
|
+
}
|
2151
|
+
},
|
2152
|
+
"DescribeConformancePackStatusRequest":{
|
2153
|
+
"type":"structure",
|
2154
|
+
"members":{
|
2155
|
+
"ConformancePackNames":{"shape":"ConformancePackNamesList"},
|
2156
|
+
"Limit":{"shape":"PageSizeLimit"},
|
2157
|
+
"NextToken":{"shape":"NextToken"}
|
2158
|
+
}
|
2159
|
+
},
|
2160
|
+
"DescribeConformancePackStatusResponse":{
|
2161
|
+
"type":"structure",
|
2162
|
+
"members":{
|
2163
|
+
"ConformancePackStatusDetails":{"shape":"ConformancePackStatusDetailsList"},
|
2164
|
+
"NextToken":{"shape":"NextToken"}
|
2165
|
+
}
|
2166
|
+
},
|
2167
|
+
"DescribeConformancePacksRequest":{
|
2168
|
+
"type":"structure",
|
2169
|
+
"members":{
|
2170
|
+
"ConformancePackNames":{"shape":"ConformancePackNamesList"},
|
2171
|
+
"Limit":{"shape":"PageSizeLimit"},
|
2172
|
+
"NextToken":{"shape":"NextToken"}
|
2173
|
+
}
|
2174
|
+
},
|
2175
|
+
"DescribeConformancePacksResponse":{
|
2176
|
+
"type":"structure",
|
2177
|
+
"members":{
|
2178
|
+
"ConformancePackDetails":{"shape":"ConformancePackDetailList"},
|
2179
|
+
"NextToken":{"shape":"NextToken"}
|
2180
|
+
}
|
2181
|
+
},
|
1713
2182
|
"DescribeDeliveryChannelStatusRequest":{
|
1714
2183
|
"type":"structure",
|
1715
2184
|
"members":{
|
@@ -1764,6 +2233,36 @@
|
|
1764
2233
|
"NextToken":{"shape":"String"}
|
1765
2234
|
}
|
1766
2235
|
},
|
2236
|
+
"DescribeOrganizationConformancePackStatusesRequest":{
|
2237
|
+
"type":"structure",
|
2238
|
+
"members":{
|
2239
|
+
"OrganizationConformancePackNames":{"shape":"OrganizationConformancePackNames"},
|
2240
|
+
"Limit":{"shape":"CosmosPageLimit"},
|
2241
|
+
"NextToken":{"shape":"String"}
|
2242
|
+
}
|
2243
|
+
},
|
2244
|
+
"DescribeOrganizationConformancePackStatusesResponse":{
|
2245
|
+
"type":"structure",
|
2246
|
+
"members":{
|
2247
|
+
"OrganizationConformancePackStatuses":{"shape":"OrganizationConformancePackStatuses"},
|
2248
|
+
"NextToken":{"shape":"String"}
|
2249
|
+
}
|
2250
|
+
},
|
2251
|
+
"DescribeOrganizationConformancePacksRequest":{
|
2252
|
+
"type":"structure",
|
2253
|
+
"members":{
|
2254
|
+
"OrganizationConformancePackNames":{"shape":"OrganizationConformancePackNames"},
|
2255
|
+
"Limit":{"shape":"CosmosPageLimit"},
|
2256
|
+
"NextToken":{"shape":"String"}
|
2257
|
+
}
|
2258
|
+
},
|
2259
|
+
"DescribeOrganizationConformancePacksResponse":{
|
2260
|
+
"type":"structure",
|
2261
|
+
"members":{
|
2262
|
+
"OrganizationConformancePacks":{"shape":"OrganizationConformancePacks"},
|
2263
|
+
"NextToken":{"shape":"String"}
|
2264
|
+
}
|
2265
|
+
},
|
1767
2266
|
"DescribePendingAggregationRequestsLimit":{
|
1768
2267
|
"type":"integer",
|
1769
2268
|
"max":20,
|
@@ -2108,6 +2607,46 @@
|
|
2108
2607
|
"ComplianceSummariesByResourceType":{"shape":"ComplianceSummariesByResourceType"}
|
2109
2608
|
}
|
2110
2609
|
},
|
2610
|
+
"GetConformancePackComplianceDetailsLimit":{
|
2611
|
+
"type":"integer",
|
2612
|
+
"max":100,
|
2613
|
+
"min":0
|
2614
|
+
},
|
2615
|
+
"GetConformancePackComplianceDetailsRequest":{
|
2616
|
+
"type":"structure",
|
2617
|
+
"required":["ConformancePackName"],
|
2618
|
+
"members":{
|
2619
|
+
"ConformancePackName":{"shape":"ConformancePackName"},
|
2620
|
+
"Filters":{"shape":"ConformancePackEvaluationFilters"},
|
2621
|
+
"Limit":{"shape":"GetConformancePackComplianceDetailsLimit"},
|
2622
|
+
"NextToken":{"shape":"NextToken"}
|
2623
|
+
}
|
2624
|
+
},
|
2625
|
+
"GetConformancePackComplianceDetailsResponse":{
|
2626
|
+
"type":"structure",
|
2627
|
+
"required":["ConformancePackName"],
|
2628
|
+
"members":{
|
2629
|
+
"ConformancePackName":{"shape":"ConformancePackName"},
|
2630
|
+
"ConformancePackRuleEvaluationResults":{"shape":"ConformancePackRuleEvaluationResultsList"},
|
2631
|
+
"NextToken":{"shape":"NextToken"}
|
2632
|
+
}
|
2633
|
+
},
|
2634
|
+
"GetConformancePackComplianceSummaryRequest":{
|
2635
|
+
"type":"structure",
|
2636
|
+
"required":["ConformancePackNames"],
|
2637
|
+
"members":{
|
2638
|
+
"ConformancePackNames":{"shape":"ConformancePackNamesToSummarizeList"},
|
2639
|
+
"Limit":{"shape":"PageSizeLimit"},
|
2640
|
+
"NextToken":{"shape":"NextToken"}
|
2641
|
+
}
|
2642
|
+
},
|
2643
|
+
"GetConformancePackComplianceSummaryResponse":{
|
2644
|
+
"type":"structure",
|
2645
|
+
"members":{
|
2646
|
+
"ConformancePackComplianceSummaryList":{"shape":"ConformancePackComplianceSummaryList"},
|
2647
|
+
"NextToken":{"shape":"NextToken"}
|
2648
|
+
}
|
2649
|
+
},
|
2111
2650
|
"GetDiscoveredResourceCountsRequest":{
|
2112
2651
|
"type":"structure",
|
2113
2652
|
"members":{
|
@@ -2141,6 +2680,23 @@
|
|
2141
2680
|
"NextToken":{"shape":"String"}
|
2142
2681
|
}
|
2143
2682
|
},
|
2683
|
+
"GetOrganizationConformancePackDetailedStatusRequest":{
|
2684
|
+
"type":"structure",
|
2685
|
+
"required":["OrganizationConformancePackName"],
|
2686
|
+
"members":{
|
2687
|
+
"OrganizationConformancePackName":{"shape":"OrganizationConformancePackName"},
|
2688
|
+
"Filters":{"shape":"OrganizationResourceDetailedStatusFilters"},
|
2689
|
+
"Limit":{"shape":"CosmosPageLimit"},
|
2690
|
+
"NextToken":{"shape":"String"}
|
2691
|
+
}
|
2692
|
+
},
|
2693
|
+
"GetOrganizationConformancePackDetailedStatusResponse":{
|
2694
|
+
"type":"structure",
|
2695
|
+
"members":{
|
2696
|
+
"OrganizationConformancePackDetailedStatuses":{"shape":"OrganizationConformancePackDetailedStatuses"},
|
2697
|
+
"NextToken":{"shape":"String"}
|
2698
|
+
}
|
2699
|
+
},
|
2144
2700
|
"GetResourceConfigHistoryRequest":{
|
2145
2701
|
"type":"structure",
|
2146
2702
|
"required":[
|
@@ -2357,6 +2913,12 @@
|
|
2357
2913
|
},
|
2358
2914
|
"exception":true
|
2359
2915
|
},
|
2916
|
+
"MaxNumberOfConformancePacksExceededException":{
|
2917
|
+
"type":"structure",
|
2918
|
+
"members":{
|
2919
|
+
},
|
2920
|
+
"exception":true
|
2921
|
+
},
|
2360
2922
|
"MaxNumberOfDeliveryChannelsExceededException":{
|
2361
2923
|
"type":"structure",
|
2362
2924
|
"members":{
|
@@ -2369,6 +2931,12 @@
|
|
2369
2931
|
},
|
2370
2932
|
"exception":true
|
2371
2933
|
},
|
2934
|
+
"MaxNumberOfOrganizationConformancePacksExceededException":{
|
2935
|
+
"type":"structure",
|
2936
|
+
"members":{
|
2937
|
+
},
|
2938
|
+
"exception":true
|
2939
|
+
},
|
2372
2940
|
"MaxNumberOfRetentionConfigurationsExceededException":{
|
2373
2941
|
"type":"structure",
|
2374
2942
|
"members":{
|
@@ -2391,12 +2959,12 @@
|
|
2391
2959
|
"CREATE_SUCCESSFUL",
|
2392
2960
|
"CREATE_IN_PROGRESS",
|
2393
2961
|
"CREATE_FAILED",
|
2394
|
-
"UPDATE_SUCCESSFUL",
|
2395
|
-
"UPDATE_FAILED",
|
2396
|
-
"UPDATE_IN_PROGRESS",
|
2397
2962
|
"DELETE_SUCCESSFUL",
|
2398
2963
|
"DELETE_FAILED",
|
2399
|
-
"DELETE_IN_PROGRESS"
|
2964
|
+
"DELETE_IN_PROGRESS",
|
2965
|
+
"UPDATE_SUCCESSFUL",
|
2966
|
+
"UPDATE_IN_PROGRESS",
|
2967
|
+
"UPDATE_FAILED"
|
2400
2968
|
]
|
2401
2969
|
},
|
2402
2970
|
"MemberAccountStatus":{
|
@@ -2462,6 +3030,12 @@
|
|
2462
3030
|
},
|
2463
3031
|
"exception":true
|
2464
3032
|
},
|
3033
|
+
"NoSuchConfigRuleInConformancePackException":{
|
3034
|
+
"type":"structure",
|
3035
|
+
"members":{
|
3036
|
+
},
|
3037
|
+
"exception":true
|
3038
|
+
},
|
2465
3039
|
"NoSuchConfigurationAggregatorException":{
|
2466
3040
|
"type":"structure",
|
2467
3041
|
"members":{
|
@@ -2474,6 +3048,12 @@
|
|
2474
3048
|
},
|
2475
3049
|
"exception":true
|
2476
3050
|
},
|
3051
|
+
"NoSuchConformancePackException":{
|
3052
|
+
"type":"structure",
|
3053
|
+
"members":{
|
3054
|
+
},
|
3055
|
+
"exception":true
|
3056
|
+
},
|
2477
3057
|
"NoSuchDeliveryChannelException":{
|
2478
3058
|
"type":"structure",
|
2479
3059
|
"members":{
|
@@ -2486,6 +3066,12 @@
|
|
2486
3066
|
},
|
2487
3067
|
"exception":true
|
2488
3068
|
},
|
3069
|
+
"NoSuchOrganizationConformancePackException":{
|
3070
|
+
"type":"structure",
|
3071
|
+
"members":{
|
3072
|
+
},
|
3073
|
+
"exception":true
|
3074
|
+
},
|
2489
3075
|
"NoSuchRemediationConfigurationException":{
|
2490
3076
|
"type":"structure",
|
2491
3077
|
"members":{
|
@@ -2591,6 +3177,84 @@
|
|
2591
3177
|
"type":"list",
|
2592
3178
|
"member":{"shape":"OrganizationConfigRule"}
|
2593
3179
|
},
|
3180
|
+
"OrganizationConformancePack":{
|
3181
|
+
"type":"structure",
|
3182
|
+
"required":[
|
3183
|
+
"OrganizationConformancePackName",
|
3184
|
+
"OrganizationConformancePackArn",
|
3185
|
+
"DeliveryS3Bucket",
|
3186
|
+
"LastUpdateTime"
|
3187
|
+
],
|
3188
|
+
"members":{
|
3189
|
+
"OrganizationConformancePackName":{"shape":"OrganizationConformancePackName"},
|
3190
|
+
"OrganizationConformancePackArn":{"shape":"StringWithCharLimit256"},
|
3191
|
+
"DeliveryS3Bucket":{"shape":"DeliveryS3Bucket"},
|
3192
|
+
"DeliveryS3KeyPrefix":{"shape":"DeliveryS3KeyPrefix"},
|
3193
|
+
"ConformancePackInputParameters":{"shape":"ConformancePackInputParameters"},
|
3194
|
+
"ExcludedAccounts":{"shape":"ExcludedAccounts"},
|
3195
|
+
"LastUpdateTime":{"shape":"Date"}
|
3196
|
+
}
|
3197
|
+
},
|
3198
|
+
"OrganizationConformancePackDetailedStatus":{
|
3199
|
+
"type":"structure",
|
3200
|
+
"required":[
|
3201
|
+
"AccountId",
|
3202
|
+
"ConformancePackName",
|
3203
|
+
"Status"
|
3204
|
+
],
|
3205
|
+
"members":{
|
3206
|
+
"AccountId":{"shape":"AccountId"},
|
3207
|
+
"ConformancePackName":{"shape":"StringWithCharLimit256"},
|
3208
|
+
"Status":{"shape":"OrganizationResourceDetailedStatus"},
|
3209
|
+
"ErrorCode":{"shape":"String"},
|
3210
|
+
"ErrorMessage":{"shape":"String"},
|
3211
|
+
"LastUpdateTime":{"shape":"Date"}
|
3212
|
+
}
|
3213
|
+
},
|
3214
|
+
"OrganizationConformancePackDetailedStatuses":{
|
3215
|
+
"type":"list",
|
3216
|
+
"member":{"shape":"OrganizationConformancePackDetailedStatus"}
|
3217
|
+
},
|
3218
|
+
"OrganizationConformancePackName":{
|
3219
|
+
"type":"string",
|
3220
|
+
"max":128,
|
3221
|
+
"min":1,
|
3222
|
+
"pattern":"[a-zA-Z][-a-zA-Z0-9]*"
|
3223
|
+
},
|
3224
|
+
"OrganizationConformancePackNames":{
|
3225
|
+
"type":"list",
|
3226
|
+
"member":{"shape":"OrganizationConformancePackName"},
|
3227
|
+
"max":25,
|
3228
|
+
"min":0
|
3229
|
+
},
|
3230
|
+
"OrganizationConformancePackStatus":{
|
3231
|
+
"type":"structure",
|
3232
|
+
"required":[
|
3233
|
+
"OrganizationConformancePackName",
|
3234
|
+
"Status"
|
3235
|
+
],
|
3236
|
+
"members":{
|
3237
|
+
"OrganizationConformancePackName":{"shape":"OrganizationConformancePackName"},
|
3238
|
+
"Status":{"shape":"OrganizationResourceStatus"},
|
3239
|
+
"ErrorCode":{"shape":"String"},
|
3240
|
+
"ErrorMessage":{"shape":"String"},
|
3241
|
+
"LastUpdateTime":{"shape":"Date"}
|
3242
|
+
}
|
3243
|
+
},
|
3244
|
+
"OrganizationConformancePackStatuses":{
|
3245
|
+
"type":"list",
|
3246
|
+
"member":{"shape":"OrganizationConformancePackStatus"}
|
3247
|
+
},
|
3248
|
+
"OrganizationConformancePackTemplateValidationException":{
|
3249
|
+
"type":"structure",
|
3250
|
+
"members":{
|
3251
|
+
},
|
3252
|
+
"exception":true
|
3253
|
+
},
|
3254
|
+
"OrganizationConformancePacks":{
|
3255
|
+
"type":"list",
|
3256
|
+
"member":{"shape":"OrganizationConformancePack"}
|
3257
|
+
},
|
2594
3258
|
"OrganizationCustomRuleMetadata":{
|
2595
3259
|
"type":"structure",
|
2596
3260
|
"required":[
|
@@ -2623,18 +3287,53 @@
|
|
2623
3287
|
"TagValueScope":{"shape":"StringWithCharLimit256"}
|
2624
3288
|
}
|
2625
3289
|
},
|
2626
|
-
"
|
3290
|
+
"OrganizationResourceDetailedStatus":{
|
2627
3291
|
"type":"string",
|
2628
3292
|
"enum":[
|
2629
3293
|
"CREATE_SUCCESSFUL",
|
2630
3294
|
"CREATE_IN_PROGRESS",
|
2631
3295
|
"CREATE_FAILED",
|
3296
|
+
"DELETE_SUCCESSFUL",
|
3297
|
+
"DELETE_FAILED",
|
3298
|
+
"DELETE_IN_PROGRESS",
|
2632
3299
|
"UPDATE_SUCCESSFUL",
|
2633
|
-
"UPDATE_FAILED",
|
2634
3300
|
"UPDATE_IN_PROGRESS",
|
3301
|
+
"UPDATE_FAILED"
|
3302
|
+
]
|
3303
|
+
},
|
3304
|
+
"OrganizationResourceDetailedStatusFilters":{
|
3305
|
+
"type":"structure",
|
3306
|
+
"members":{
|
3307
|
+
"AccountId":{"shape":"AccountId"},
|
3308
|
+
"Status":{"shape":"OrganizationResourceDetailedStatus"}
|
3309
|
+
}
|
3310
|
+
},
|
3311
|
+
"OrganizationResourceStatus":{
|
3312
|
+
"type":"string",
|
3313
|
+
"enum":[
|
3314
|
+
"CREATE_SUCCESSFUL",
|
3315
|
+
"CREATE_IN_PROGRESS",
|
3316
|
+
"CREATE_FAILED",
|
2635
3317
|
"DELETE_SUCCESSFUL",
|
2636
3318
|
"DELETE_FAILED",
|
2637
|
-
"DELETE_IN_PROGRESS"
|
3319
|
+
"DELETE_IN_PROGRESS",
|
3320
|
+
"UPDATE_SUCCESSFUL",
|
3321
|
+
"UPDATE_IN_PROGRESS",
|
3322
|
+
"UPDATE_FAILED"
|
3323
|
+
]
|
3324
|
+
},
|
3325
|
+
"OrganizationRuleStatus":{
|
3326
|
+
"type":"string",
|
3327
|
+
"enum":[
|
3328
|
+
"CREATE_SUCCESSFUL",
|
3329
|
+
"CREATE_IN_PROGRESS",
|
3330
|
+
"CREATE_FAILED",
|
3331
|
+
"DELETE_SUCCESSFUL",
|
3332
|
+
"DELETE_FAILED",
|
3333
|
+
"DELETE_IN_PROGRESS",
|
3334
|
+
"UPDATE_SUCCESSFUL",
|
3335
|
+
"UPDATE_IN_PROGRESS",
|
3336
|
+
"UPDATE_FAILED"
|
2638
3337
|
]
|
2639
3338
|
},
|
2640
3339
|
"OversizedConfigurationItemException":{
|
@@ -2650,6 +3349,21 @@
|
|
2650
3349
|
"AWS"
|
2651
3350
|
]
|
2652
3351
|
},
|
3352
|
+
"PageSizeLimit":{
|
3353
|
+
"type":"integer",
|
3354
|
+
"max":20,
|
3355
|
+
"min":0
|
3356
|
+
},
|
3357
|
+
"ParameterName":{
|
3358
|
+
"type":"string",
|
3359
|
+
"max":255,
|
3360
|
+
"min":0
|
3361
|
+
},
|
3362
|
+
"ParameterValue":{
|
3363
|
+
"type":"string",
|
3364
|
+
"max":4096,
|
3365
|
+
"min":0
|
3366
|
+
},
|
2653
3367
|
"PendingAggregationRequest":{
|
2654
3368
|
"type":"structure",
|
2655
3369
|
"members":{
|
@@ -2716,6 +3430,27 @@
|
|
2716
3430
|
"ConfigurationRecorder":{"shape":"ConfigurationRecorder"}
|
2717
3431
|
}
|
2718
3432
|
},
|
3433
|
+
"PutConformancePackRequest":{
|
3434
|
+
"type":"structure",
|
3435
|
+
"required":[
|
3436
|
+
"ConformancePackName",
|
3437
|
+
"DeliveryS3Bucket"
|
3438
|
+
],
|
3439
|
+
"members":{
|
3440
|
+
"ConformancePackName":{"shape":"ConformancePackName"},
|
3441
|
+
"TemplateS3Uri":{"shape":"TemplateS3Uri"},
|
3442
|
+
"TemplateBody":{"shape":"TemplateBody"},
|
3443
|
+
"DeliveryS3Bucket":{"shape":"DeliveryS3Bucket"},
|
3444
|
+
"DeliveryS3KeyPrefix":{"shape":"DeliveryS3KeyPrefix"},
|
3445
|
+
"ConformancePackInputParameters":{"shape":"ConformancePackInputParameters"}
|
3446
|
+
}
|
3447
|
+
},
|
3448
|
+
"PutConformancePackResponse":{
|
3449
|
+
"type":"structure",
|
3450
|
+
"members":{
|
3451
|
+
"ConformancePackArn":{"shape":"ConformancePackArn"}
|
3452
|
+
}
|
3453
|
+
},
|
2719
3454
|
"PutDeliveryChannelRequest":{
|
2720
3455
|
"type":"structure",
|
2721
3456
|
"required":["DeliveryChannel"],
|
@@ -2754,6 +3489,28 @@
|
|
2754
3489
|
"OrganizationConfigRuleArn":{"shape":"StringWithCharLimit256"}
|
2755
3490
|
}
|
2756
3491
|
},
|
3492
|
+
"PutOrganizationConformancePackRequest":{
|
3493
|
+
"type":"structure",
|
3494
|
+
"required":[
|
3495
|
+
"OrganizationConformancePackName",
|
3496
|
+
"DeliveryS3Bucket"
|
3497
|
+
],
|
3498
|
+
"members":{
|
3499
|
+
"OrganizationConformancePackName":{"shape":"OrganizationConformancePackName"},
|
3500
|
+
"TemplateS3Uri":{"shape":"TemplateS3Uri"},
|
3501
|
+
"TemplateBody":{"shape":"TemplateBody"},
|
3502
|
+
"DeliveryS3Bucket":{"shape":"DeliveryS3Bucket"},
|
3503
|
+
"DeliveryS3KeyPrefix":{"shape":"DeliveryS3KeyPrefix"},
|
3504
|
+
"ConformancePackInputParameters":{"shape":"ConformancePackInputParameters"},
|
3505
|
+
"ExcludedAccounts":{"shape":"ExcludedAccounts"}
|
3506
|
+
}
|
3507
|
+
},
|
3508
|
+
"PutOrganizationConformancePackResponse":{
|
3509
|
+
"type":"structure",
|
3510
|
+
"members":{
|
3511
|
+
"OrganizationConformancePackArn":{"shape":"StringWithCharLimit256"}
|
3512
|
+
}
|
3513
|
+
},
|
2757
3514
|
"PutRemediationConfigurationsRequest":{
|
2758
3515
|
"type":"structure",
|
2759
3516
|
"required":["RemediationConfigurations"],
|
@@ -3306,6 +4063,11 @@
|
|
3306
4063
|
"ErrorPercentage":{"shape":"Percentage"}
|
3307
4064
|
}
|
3308
4065
|
},
|
4066
|
+
"StackArn":{
|
4067
|
+
"type":"string",
|
4068
|
+
"max":2048,
|
4069
|
+
"min":1
|
4070
|
+
},
|
3309
4071
|
"StartConfigRulesEvaluationRequest":{
|
3310
4072
|
"type":"structure",
|
3311
4073
|
"members":{
|
@@ -3463,6 +4225,17 @@
|
|
3463
4225
|
"max":50,
|
3464
4226
|
"min":0
|
3465
4227
|
},
|
4228
|
+
"TemplateBody":{
|
4229
|
+
"type":"string",
|
4230
|
+
"max":51200,
|
4231
|
+
"min":1
|
4232
|
+
},
|
4233
|
+
"TemplateS3Uri":{
|
4234
|
+
"type":"string",
|
4235
|
+
"max":1024,
|
4236
|
+
"min":1,
|
4237
|
+
"pattern":"s3://.*"
|
4238
|
+
},
|
3466
4239
|
"TooManyTagsException":{
|
3467
4240
|
"type":"structure",
|
3468
4241
|
"members":{
|