aws-sdk-core 2.11.28 → 2.11.29

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -53,6 +53,20 @@
53
53
  {"shape":"InvalidArnException"}
54
54
  ]
55
55
  },
56
+ "ExportCertificate":{
57
+ "name":"ExportCertificate",
58
+ "http":{
59
+ "method":"POST",
60
+ "requestUri":"/"
61
+ },
62
+ "input":{"shape":"ExportCertificateRequest"},
63
+ "output":{"shape":"ExportCertificateResponse"},
64
+ "errors":[
65
+ {"shape":"ResourceNotFoundException"},
66
+ {"shape":"RequestInProgressException"},
67
+ {"shape":"InvalidArnException"}
68
+ ]
69
+ },
56
70
  "GetCertificate":{
57
71
  "name":"GetCertificate",
58
72
  "http":{
@@ -125,7 +139,8 @@
125
139
  "output":{"shape":"RequestCertificateResponse"},
126
140
  "errors":[
127
141
  {"shape":"LimitExceededException"},
128
- {"shape":"InvalidDomainValidationOptionsException"}
142
+ {"shape":"InvalidDomainValidationOptionsException"},
143
+ {"shape":"InvalidArnException"}
129
144
  ]
130
145
  },
131
146
  "ResendValidationEmail":{
@@ -151,7 +166,6 @@
151
166
  "input":{"shape":"UpdateCertificateOptionsRequest"},
152
167
  "errors":[
153
168
  {"shape":"ResourceNotFoundException"},
154
- {"shape":"InvalidArnException"},
155
169
  {"shape":"LimitExceededException"},
156
170
  {"shape":"InvalidStateException"},
157
171
  {"shape":"InvalidArnException"}
@@ -224,6 +238,8 @@
224
238
  "RenewalSummary":{"shape":"RenewalSummary"},
225
239
  "KeyUsages":{"shape":"KeyUsageList"},
226
240
  "ExtendedKeyUsages":{"shape":"ExtendedKeyUsageList"},
241
+ "CertificateAuthorityArn":{"shape":"Arn"},
242
+ "RenewalEligibility":{"shape":"RenewalEligibility"},
227
243
  "Options":{"shape":"CertificateOptions"}
228
244
  }
229
245
  },
@@ -271,7 +287,8 @@
271
287
  "type":"string",
272
288
  "enum":[
273
289
  "IMPORTED",
274
- "AMAZON_ISSUED"
290
+ "AMAZON_ISSUED",
291
+ "PRIVATE"
275
292
  ]
276
293
  },
277
294
  "DeleteCertificateRequest":{
@@ -349,6 +366,25 @@
349
366
  "max":100,
350
367
  "min":1
351
368
  },
369
+ "ExportCertificateRequest":{
370
+ "type":"structure",
371
+ "required":[
372
+ "CertificateArn",
373
+ "Passphrase"
374
+ ],
375
+ "members":{
376
+ "CertificateArn":{"shape":"Arn"},
377
+ "Passphrase":{"shape":"PassphraseBlob"}
378
+ }
379
+ },
380
+ "ExportCertificateResponse":{
381
+ "type":"structure",
382
+ "members":{
383
+ "Certificate":{"shape":"CertificateBody"},
384
+ "CertificateChain":{"shape":"CertificateChain"},
385
+ "PrivateKey":{"shape":"PrivateKey"}
386
+ }
387
+ },
352
388
  "ExtendedKeyUsage":{
353
389
  "type":"structure",
354
390
  "members":{
@@ -389,6 +425,12 @@
389
425
  "DOMAIN_NOT_ALLOWED",
390
426
  "INVALID_PUBLIC_DOMAIN",
391
427
  "CAA_ERROR",
428
+ "PCA_LIMIT_EXCEEDED",
429
+ "PCA_INVALID_ARN",
430
+ "PCA_INVALID_STATE",
431
+ "PCA_REQUEST_FAILED",
432
+ "PCA_RESOURCE_NOT_FOUND",
433
+ "PCA_INVALID_ARGS",
392
434
  "OTHER"
393
435
  ]
394
436
  },
@@ -563,6 +605,19 @@
563
605
  "min":1,
564
606
  "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]*"
565
607
  },
608
+ "PassphraseBlob":{
609
+ "type":"blob",
610
+ "max":128,
611
+ "min":4,
612
+ "sensitive":true
613
+ },
614
+ "PrivateKey":{
615
+ "type":"string",
616
+ "max":524288,
617
+ "min":1,
618
+ "pattern":"-{5}BEGIN PRIVATE KEY-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END PRIVATE KEY-{5}(\\u000D?\\u000A)?",
619
+ "sensitive":true
620
+ },
566
621
  "PrivateKeyBlob":{
567
622
  "type":"blob",
568
623
  "max":524288,
@@ -584,6 +639,13 @@
584
639
  "Tags":{"shape":"TagList"}
585
640
  }
586
641
  },
642
+ "RenewalEligibility":{
643
+ "type":"string",
644
+ "enum":[
645
+ "ELIGIBLE",
646
+ "INELIGIBLE"
647
+ ]
648
+ },
587
649
  "RenewalStatus":{
588
650
  "type":"string",
589
651
  "enum":[
@@ -613,7 +675,8 @@
613
675
  "SubjectAlternativeNames":{"shape":"DomainList"},
614
676
  "IdempotencyToken":{"shape":"IdempotencyToken"},
615
677
  "DomainValidationOptions":{"shape":"DomainValidationOptionList"},
616
- "Options":{"shape":"CertificateOptions"}
678
+ "Options":{"shape":"CertificateOptions"},
679
+ "CertificateAuthorityArn":{"shape":"Arn"}
617
680
  }
618
681
  },
619
682
  "RequestCertificateResponse":{
@@ -7,6 +7,7 @@
7
7
  "protocol":"json",
8
8
  "serviceAbbreviation":"Config Service",
9
9
  "serviceFullName":"AWS Config",
10
+ "serviceId":"Config Service",
10
11
  "signatureVersion":"v4",
11
12
  "targetPrefix":"StarlingDoveService",
12
13
  "uid":"config-2014-11-12"
@@ -25,6 +26,17 @@
25
26
  {"shape":"NoAvailableConfigurationRecorderException"}
26
27
  ]
27
28
  },
29
+ "DeleteAggregationAuthorization":{
30
+ "name":"DeleteAggregationAuthorization",
31
+ "http":{
32
+ "method":"POST",
33
+ "requestUri":"/"
34
+ },
35
+ "input":{"shape":"DeleteAggregationAuthorizationRequest"},
36
+ "errors":[
37
+ {"shape":"InvalidParameterValueException"}
38
+ ]
39
+ },
28
40
  "DeleteConfigRule":{
29
41
  "name":"DeleteConfigRule",
30
42
  "http":{
@@ -37,6 +49,17 @@
37
49
  {"shape":"ResourceInUseException"}
38
50
  ]
39
51
  },
52
+ "DeleteConfigurationAggregator":{
53
+ "name":"DeleteConfigurationAggregator",
54
+ "http":{
55
+ "method":"POST",
56
+ "requestUri":"/"
57
+ },
58
+ "input":{"shape":"DeleteConfigurationAggregatorRequest"},
59
+ "errors":[
60
+ {"shape":"NoSuchConfigurationAggregatorException"}
61
+ ]
62
+ },
40
63
  "DeleteConfigurationRecorder":{
41
64
  "name":"DeleteConfigurationRecorder",
42
65
  "http":{
@@ -73,6 +96,17 @@
73
96
  {"shape":"ResourceInUseException"}
74
97
  ]
75
98
  },
99
+ "DeletePendingAggregationRequest":{
100
+ "name":"DeletePendingAggregationRequest",
101
+ "http":{
102
+ "method":"POST",
103
+ "requestUri":"/"
104
+ },
105
+ "input":{"shape":"DeletePendingAggregationRequestRequest"},
106
+ "errors":[
107
+ {"shape":"InvalidParameterValueException"}
108
+ ]
109
+ },
76
110
  "DeliverConfigSnapshot":{
77
111
  "name":"DeliverConfigSnapshot",
78
112
  "http":{
@@ -87,6 +121,35 @@
87
121
  {"shape":"NoRunningConfigurationRecorderException"}
88
122
  ]
89
123
  },
124
+ "DescribeAggregateComplianceByConfigRules":{
125
+ "name":"DescribeAggregateComplianceByConfigRules",
126
+ "http":{
127
+ "method":"POST",
128
+ "requestUri":"/"
129
+ },
130
+ "input":{"shape":"DescribeAggregateComplianceByConfigRulesRequest"},
131
+ "output":{"shape":"DescribeAggregateComplianceByConfigRulesResponse"},
132
+ "errors":[
133
+ {"shape":"ValidationException"},
134
+ {"shape":"InvalidLimitException"},
135
+ {"shape":"InvalidNextTokenException"},
136
+ {"shape":"NoSuchConfigurationAggregatorException"}
137
+ ]
138
+ },
139
+ "DescribeAggregationAuthorizations":{
140
+ "name":"DescribeAggregationAuthorizations",
141
+ "http":{
142
+ "method":"POST",
143
+ "requestUri":"/"
144
+ },
145
+ "input":{"shape":"DescribeAggregationAuthorizationsRequest"},
146
+ "output":{"shape":"DescribeAggregationAuthorizationsResponse"},
147
+ "errors":[
148
+ {"shape":"InvalidParameterValueException"},
149
+ {"shape":"InvalidNextTokenException"},
150
+ {"shape":"InvalidLimitException"}
151
+ ]
152
+ },
90
153
  "DescribeComplianceByConfigRule":{
91
154
  "name":"DescribeComplianceByConfigRule",
92
155
  "http":{
@@ -141,6 +204,36 @@
141
204
  {"shape":"InvalidNextTokenException"}
142
205
  ]
143
206
  },
207
+ "DescribeConfigurationAggregatorSourcesStatus":{
208
+ "name":"DescribeConfigurationAggregatorSourcesStatus",
209
+ "http":{
210
+ "method":"POST",
211
+ "requestUri":"/"
212
+ },
213
+ "input":{"shape":"DescribeConfigurationAggregatorSourcesStatusRequest"},
214
+ "output":{"shape":"DescribeConfigurationAggregatorSourcesStatusResponse"},
215
+ "errors":[
216
+ {"shape":"InvalidParameterValueException"},
217
+ {"shape":"NoSuchConfigurationAggregatorException"},
218
+ {"shape":"InvalidNextTokenException"},
219
+ {"shape":"InvalidLimitException"}
220
+ ]
221
+ },
222
+ "DescribeConfigurationAggregators":{
223
+ "name":"DescribeConfigurationAggregators",
224
+ "http":{
225
+ "method":"POST",
226
+ "requestUri":"/"
227
+ },
228
+ "input":{"shape":"DescribeConfigurationAggregatorsRequest"},
229
+ "output":{"shape":"DescribeConfigurationAggregatorsResponse"},
230
+ "errors":[
231
+ {"shape":"InvalidParameterValueException"},
232
+ {"shape":"NoSuchConfigurationAggregatorException"},
233
+ {"shape":"InvalidNextTokenException"},
234
+ {"shape":"InvalidLimitException"}
235
+ ]
236
+ },
144
237
  "DescribeConfigurationRecorderStatus":{
145
238
  "name":"DescribeConfigurationRecorderStatus",
146
239
  "http":{
@@ -189,6 +282,50 @@
189
282
  {"shape":"NoSuchDeliveryChannelException"}
190
283
  ]
191
284
  },
285
+ "DescribePendingAggregationRequests":{
286
+ "name":"DescribePendingAggregationRequests",
287
+ "http":{
288
+ "method":"POST",
289
+ "requestUri":"/"
290
+ },
291
+ "input":{"shape":"DescribePendingAggregationRequestsRequest"},
292
+ "output":{"shape":"DescribePendingAggregationRequestsResponse"},
293
+ "errors":[
294
+ {"shape":"InvalidParameterValueException"},
295
+ {"shape":"InvalidNextTokenException"},
296
+ {"shape":"InvalidLimitException"}
297
+ ]
298
+ },
299
+ "GetAggregateComplianceDetailsByConfigRule":{
300
+ "name":"GetAggregateComplianceDetailsByConfigRule",
301
+ "http":{
302
+ "method":"POST",
303
+ "requestUri":"/"
304
+ },
305
+ "input":{"shape":"GetAggregateComplianceDetailsByConfigRuleRequest"},
306
+ "output":{"shape":"GetAggregateComplianceDetailsByConfigRuleResponse"},
307
+ "errors":[
308
+ {"shape":"ValidationException"},
309
+ {"shape":"InvalidLimitException"},
310
+ {"shape":"InvalidNextTokenException"},
311
+ {"shape":"NoSuchConfigurationAggregatorException"}
312
+ ]
313
+ },
314
+ "GetAggregateConfigRuleComplianceSummary":{
315
+ "name":"GetAggregateConfigRuleComplianceSummary",
316
+ "http":{
317
+ "method":"POST",
318
+ "requestUri":"/"
319
+ },
320
+ "input":{"shape":"GetAggregateConfigRuleComplianceSummaryRequest"},
321
+ "output":{"shape":"GetAggregateConfigRuleComplianceSummaryResponse"},
322
+ "errors":[
323
+ {"shape":"ValidationException"},
324
+ {"shape":"InvalidLimitException"},
325
+ {"shape":"InvalidNextTokenException"},
326
+ {"shape":"NoSuchConfigurationAggregatorException"}
327
+ ]
328
+ },
192
329
  "GetComplianceDetailsByConfigRule":{
193
330
  "name":"GetComplianceDetailsByConfigRule",
194
331
  "http":{
@@ -281,6 +418,18 @@
281
418
  {"shape":"NoAvailableConfigurationRecorderException"}
282
419
  ]
283
420
  },
421
+ "PutAggregationAuthorization":{
422
+ "name":"PutAggregationAuthorization",
423
+ "http":{
424
+ "method":"POST",
425
+ "requestUri":"/"
426
+ },
427
+ "input":{"shape":"PutAggregationAuthorizationRequest"},
428
+ "output":{"shape":"PutAggregationAuthorizationResponse"},
429
+ "errors":[
430
+ {"shape":"InvalidParameterValueException"}
431
+ ]
432
+ },
284
433
  "PutConfigRule":{
285
434
  "name":"PutConfigRule",
286
435
  "http":{
@@ -296,6 +445,23 @@
296
445
  {"shape":"NoAvailableConfigurationRecorderException"}
297
446
  ]
298
447
  },
448
+ "PutConfigurationAggregator":{
449
+ "name":"PutConfigurationAggregator",
450
+ "http":{
451
+ "method":"POST",
452
+ "requestUri":"/"
453
+ },
454
+ "input":{"shape":"PutConfigurationAggregatorRequest"},
455
+ "output":{"shape":"PutConfigurationAggregatorResponse"},
456
+ "errors":[
457
+ {"shape":"InvalidParameterValueException"},
458
+ {"shape":"LimitExceededException"},
459
+ {"shape":"InvalidRoleException"},
460
+ {"shape":"OrganizationAccessDeniedException"},
461
+ {"shape":"NoAvailableOrganizationException"},
462
+ {"shape":"OrganizationAllFeaturesNotEnabledException"}
463
+ ]
464
+ },
299
465
  "PutConfigurationRecorder":{
300
466
  "name":"PutConfigurationRecorder",
301
467
  "http":{
@@ -382,10 +548,131 @@
382
548
  },
383
549
  "shapes":{
384
550
  "ARN":{"type":"string"},
385
- "AccountId":{"type":"string"},
551
+ "AccountAggregationSource":{
552
+ "type":"structure",
553
+ "required":["AccountIds"],
554
+ "members":{
555
+ "AccountIds":{"shape":"AccountAggregationSourceAccountList"},
556
+ "AllAwsRegions":{"shape":"Boolean"},
557
+ "AwsRegions":{"shape":"AggregatorRegionList"}
558
+ }
559
+ },
560
+ "AccountAggregationSourceAccountList":{
561
+ "type":"list",
562
+ "member":{"shape":"AccountId"},
563
+ "min":1
564
+ },
565
+ "AccountAggregationSourceList":{
566
+ "type":"list",
567
+ "member":{"shape":"AccountAggregationSource"},
568
+ "max":1,
569
+ "min":0
570
+ },
571
+ "AccountId":{
572
+ "type":"string",
573
+ "pattern":"\\d{12}"
574
+ },
575
+ "AggregateComplianceByConfigRule":{
576
+ "type":"structure",
577
+ "members":{
578
+ "ConfigRuleName":{"shape":"ConfigRuleName"},
579
+ "Compliance":{"shape":"Compliance"},
580
+ "AccountId":{"shape":"AccountId"},
581
+ "AwsRegion":{"shape":"AwsRegion"}
582
+ }
583
+ },
584
+ "AggregateComplianceByConfigRuleList":{
585
+ "type":"list",
586
+ "member":{"shape":"AggregateComplianceByConfigRule"}
587
+ },
588
+ "AggregateComplianceCount":{
589
+ "type":"structure",
590
+ "members":{
591
+ "GroupName":{"shape":"StringWithCharLimit256"},
592
+ "ComplianceSummary":{"shape":"ComplianceSummary"}
593
+ }
594
+ },
595
+ "AggregateComplianceCountList":{
596
+ "type":"list",
597
+ "member":{"shape":"AggregateComplianceCount"}
598
+ },
599
+ "AggregateEvaluationResult":{
600
+ "type":"structure",
601
+ "members":{
602
+ "EvaluationResultIdentifier":{"shape":"EvaluationResultIdentifier"},
603
+ "ComplianceType":{"shape":"ComplianceType"},
604
+ "ResultRecordedTime":{"shape":"Date"},
605
+ "ConfigRuleInvokedTime":{"shape":"Date"},
606
+ "Annotation":{"shape":"StringWithCharLimit256"},
607
+ "AccountId":{"shape":"AccountId"},
608
+ "AwsRegion":{"shape":"AwsRegion"}
609
+ }
610
+ },
611
+ "AggregateEvaluationResultList":{
612
+ "type":"list",
613
+ "member":{"shape":"AggregateEvaluationResult"}
614
+ },
615
+ "AggregatedSourceStatus":{
616
+ "type":"structure",
617
+ "members":{
618
+ "SourceId":{"shape":"String"},
619
+ "SourceType":{"shape":"AggregatedSourceType"},
620
+ "AwsRegion":{"shape":"AwsRegion"},
621
+ "LastUpdateStatus":{"shape":"AggregatedSourceStatusType"},
622
+ "LastUpdateTime":{"shape":"Date"},
623
+ "LastErrorCode":{"shape":"String"},
624
+ "LastErrorMessage":{"shape":"String"}
625
+ }
626
+ },
627
+ "AggregatedSourceStatusList":{
628
+ "type":"list",
629
+ "member":{"shape":"AggregatedSourceStatus"}
630
+ },
631
+ "AggregatedSourceStatusType":{
632
+ "type":"string",
633
+ "enum":[
634
+ "FAILED",
635
+ "SUCCEEDED",
636
+ "OUTDATED"
637
+ ]
638
+ },
639
+ "AggregatedSourceStatusTypeList":{
640
+ "type":"list",
641
+ "member":{"shape":"AggregatedSourceStatusType"},
642
+ "min":1
643
+ },
644
+ "AggregatedSourceType":{
645
+ "type":"string",
646
+ "enum":[
647
+ "ACCOUNT",
648
+ "ORGANIZATION"
649
+ ]
650
+ },
651
+ "AggregationAuthorization":{
652
+ "type":"structure",
653
+ "members":{
654
+ "AggregationAuthorizationArn":{"shape":"String"},
655
+ "AuthorizedAccountId":{"shape":"AccountId"},
656
+ "AuthorizedAwsRegion":{"shape":"AwsRegion"},
657
+ "CreationTime":{"shape":"Date"}
658
+ }
659
+ },
660
+ "AggregationAuthorizationList":{
661
+ "type":"list",
662
+ "member":{"shape":"AggregationAuthorization"}
663
+ },
664
+ "AggregatorRegionList":{
665
+ "type":"list",
666
+ "member":{"shape":"String"},
667
+ "min":1
668
+ },
386
669
  "AllSupported":{"type":"boolean"},
387
670
  "AvailabilityZone":{"type":"string"},
388
- "AwsRegion":{"type":"string"},
671
+ "AwsRegion":{
672
+ "type":"string",
673
+ "max":64,
674
+ "min":1
675
+ },
389
676
  "BaseConfigurationItem":{
390
677
  "type":"structure",
391
678
  "members":{
@@ -544,6 +831,29 @@
544
831
  "ConfigRuleState":{"shape":"ConfigRuleState"}
545
832
  }
546
833
  },
834
+ "ConfigRuleComplianceFilters":{
835
+ "type":"structure",
836
+ "members":{
837
+ "ConfigRuleName":{"shape":"ConfigRuleName"},
838
+ "ComplianceType":{"shape":"ComplianceType"},
839
+ "AccountId":{"shape":"AccountId"},
840
+ "AwsRegion":{"shape":"AwsRegion"}
841
+ }
842
+ },
843
+ "ConfigRuleComplianceSummaryFilters":{
844
+ "type":"structure",
845
+ "members":{
846
+ "AccountId":{"shape":"AccountId"},
847
+ "AwsRegion":{"shape":"AwsRegion"}
848
+ }
849
+ },
850
+ "ConfigRuleComplianceSummaryGroupKey":{
851
+ "type":"string",
852
+ "enum":[
853
+ "ACCOUNT_ID",
854
+ "AWS_REGION"
855
+ ]
856
+ },
547
857
  "ConfigRuleEvaluationStatus":{
548
858
  "type":"structure",
549
859
  "members":{
@@ -564,6 +874,11 @@
564
874
  "type":"list",
565
875
  "member":{"shape":"ConfigRuleEvaluationStatus"}
566
876
  },
877
+ "ConfigRuleName":{
878
+ "type":"string",
879
+ "max":64,
880
+ "min":1
881
+ },
567
882
  "ConfigRuleNames":{
568
883
  "type":"list",
569
884
  "member":{"shape":"StringWithCharLimit64"},
@@ -599,6 +914,37 @@
599
914
  }
600
915
  },
601
916
  "Configuration":{"type":"string"},
917
+ "ConfigurationAggregator":{
918
+ "type":"structure",
919
+ "members":{
920
+ "ConfigurationAggregatorName":{"shape":"ConfigurationAggregatorName"},
921
+ "ConfigurationAggregatorArn":{"shape":"ConfigurationAggregatorArn"},
922
+ "AccountAggregationSources":{"shape":"AccountAggregationSourceList"},
923
+ "OrganizationAggregationSource":{"shape":"OrganizationAggregationSource"},
924
+ "CreationTime":{"shape":"Date"},
925
+ "LastUpdatedTime":{"shape":"Date"}
926
+ }
927
+ },
928
+ "ConfigurationAggregatorArn":{
929
+ "type":"string",
930
+ "pattern":"arn:aws[a-z\\-]*:config:[a-z\\-\\d]+:\\d+:config-aggregator/config-aggregator-[a-z\\d]+"
931
+ },
932
+ "ConfigurationAggregatorList":{
933
+ "type":"list",
934
+ "member":{"shape":"ConfigurationAggregator"}
935
+ },
936
+ "ConfigurationAggregatorName":{
937
+ "type":"string",
938
+ "max":256,
939
+ "min":1,
940
+ "pattern":"[\\w\\-]+"
941
+ },
942
+ "ConfigurationAggregatorNameList":{
943
+ "type":"list",
944
+ "member":{"shape":"ConfigurationAggregatorName"},
945
+ "max":10,
946
+ "min":0
947
+ },
602
948
  "ConfigurationItem":{
603
949
  "type":"structure",
604
950
  "members":{
@@ -673,6 +1019,17 @@
673
1019
  },
674
1020
  "ConfigurationStateId":{"type":"string"},
675
1021
  "Date":{"type":"timestamp"},
1022
+ "DeleteAggregationAuthorizationRequest":{
1023
+ "type":"structure",
1024
+ "required":[
1025
+ "AuthorizedAccountId",
1026
+ "AuthorizedAwsRegion"
1027
+ ],
1028
+ "members":{
1029
+ "AuthorizedAccountId":{"shape":"AccountId"},
1030
+ "AuthorizedAwsRegion":{"shape":"AwsRegion"}
1031
+ }
1032
+ },
676
1033
  "DeleteConfigRuleRequest":{
677
1034
  "type":"structure",
678
1035
  "required":["ConfigRuleName"],
@@ -680,6 +1037,13 @@
680
1037
  "ConfigRuleName":{"shape":"StringWithCharLimit64"}
681
1038
  }
682
1039
  },
1040
+ "DeleteConfigurationAggregatorRequest":{
1041
+ "type":"structure",
1042
+ "required":["ConfigurationAggregatorName"],
1043
+ "members":{
1044
+ "ConfigurationAggregatorName":{"shape":"ConfigurationAggregatorName"}
1045
+ }
1046
+ },
683
1047
  "DeleteConfigurationRecorderRequest":{
684
1048
  "type":"structure",
685
1049
  "required":["ConfigurationRecorderName"],
@@ -706,6 +1070,17 @@
706
1070
  "members":{
707
1071
  }
708
1072
  },
1073
+ "DeletePendingAggregationRequestRequest":{
1074
+ "type":"structure",
1075
+ "required":[
1076
+ "RequesterAccountId",
1077
+ "RequesterAwsRegion"
1078
+ ],
1079
+ "members":{
1080
+ "RequesterAccountId":{"shape":"AccountId"},
1081
+ "RequesterAwsRegion":{"shape":"AwsRegion"}
1082
+ }
1083
+ },
709
1084
  "DeliverConfigSnapshotRequest":{
710
1085
  "type":"structure",
711
1086
  "required":["deliveryChannelName"],
@@ -758,6 +1133,37 @@
758
1133
  "Not_Applicable"
759
1134
  ]
760
1135
  },
1136
+ "DescribeAggregateComplianceByConfigRulesRequest":{
1137
+ "type":"structure",
1138
+ "required":["ConfigurationAggregatorName"],
1139
+ "members":{
1140
+ "ConfigurationAggregatorName":{"shape":"ConfigurationAggregatorName"},
1141
+ "Filters":{"shape":"ConfigRuleComplianceFilters"},
1142
+ "Limit":{"shape":"GroupByAPILimit"},
1143
+ "NextToken":{"shape":"NextToken"}
1144
+ }
1145
+ },
1146
+ "DescribeAggregateComplianceByConfigRulesResponse":{
1147
+ "type":"structure",
1148
+ "members":{
1149
+ "AggregateComplianceByConfigRules":{"shape":"AggregateComplianceByConfigRuleList"},
1150
+ "NextToken":{"shape":"NextToken"}
1151
+ }
1152
+ },
1153
+ "DescribeAggregationAuthorizationsRequest":{
1154
+ "type":"structure",
1155
+ "members":{
1156
+ "Limit":{"shape":"Limit"},
1157
+ "NextToken":{"shape":"String"}
1158
+ }
1159
+ },
1160
+ "DescribeAggregationAuthorizationsResponse":{
1161
+ "type":"structure",
1162
+ "members":{
1163
+ "AggregationAuthorizations":{"shape":"AggregationAuthorizationList"},
1164
+ "NextToken":{"shape":"String"}
1165
+ }
1166
+ },
761
1167
  "DescribeComplianceByConfigRuleRequest":{
762
1168
  "type":"structure",
763
1169
  "members":{
@@ -819,6 +1225,38 @@
819
1225
  "NextToken":{"shape":"String"}
820
1226
  }
821
1227
  },
1228
+ "DescribeConfigurationAggregatorSourcesStatusRequest":{
1229
+ "type":"structure",
1230
+ "required":["ConfigurationAggregatorName"],
1231
+ "members":{
1232
+ "ConfigurationAggregatorName":{"shape":"ConfigurationAggregatorName"},
1233
+ "UpdateStatus":{"shape":"AggregatedSourceStatusTypeList"},
1234
+ "NextToken":{"shape":"String"},
1235
+ "Limit":{"shape":"Limit"}
1236
+ }
1237
+ },
1238
+ "DescribeConfigurationAggregatorSourcesStatusResponse":{
1239
+ "type":"structure",
1240
+ "members":{
1241
+ "AggregatedSourceStatusList":{"shape":"AggregatedSourceStatusList"},
1242
+ "NextToken":{"shape":"String"}
1243
+ }
1244
+ },
1245
+ "DescribeConfigurationAggregatorsRequest":{
1246
+ "type":"structure",
1247
+ "members":{
1248
+ "ConfigurationAggregatorNames":{"shape":"ConfigurationAggregatorNameList"},
1249
+ "NextToken":{"shape":"String"},
1250
+ "Limit":{"shape":"Limit"}
1251
+ }
1252
+ },
1253
+ "DescribeConfigurationAggregatorsResponse":{
1254
+ "type":"structure",
1255
+ "members":{
1256
+ "ConfigurationAggregators":{"shape":"ConfigurationAggregatorList"},
1257
+ "NextToken":{"shape":"String"}
1258
+ }
1259
+ },
822
1260
  "DescribeConfigurationRecorderStatusRequest":{
823
1261
  "type":"structure",
824
1262
  "members":{
@@ -867,6 +1305,25 @@
867
1305
  "DeliveryChannels":{"shape":"DeliveryChannelList"}
868
1306
  }
869
1307
  },
1308
+ "DescribePendingAggregationRequestsLimit":{
1309
+ "type":"integer",
1310
+ "max":20,
1311
+ "min":0
1312
+ },
1313
+ "DescribePendingAggregationRequestsRequest":{
1314
+ "type":"structure",
1315
+ "members":{
1316
+ "Limit":{"shape":"DescribePendingAggregationRequestsLimit"},
1317
+ "NextToken":{"shape":"String"}
1318
+ }
1319
+ },
1320
+ "DescribePendingAggregationRequestsResponse":{
1321
+ "type":"structure",
1322
+ "members":{
1323
+ "PendingAggregationRequests":{"shape":"PendingAggregationRequestList"},
1324
+ "NextToken":{"shape":"String"}
1325
+ }
1326
+ },
870
1327
  "EarlierTime":{"type":"timestamp"},
871
1328
  "EmptiableStringWithCharLimit256":{
872
1329
  "type":"string",
@@ -929,6 +1386,50 @@
929
1386
  "type":"string",
930
1387
  "enum":["aws.config"]
931
1388
  },
1389
+ "GetAggregateComplianceDetailsByConfigRuleRequest":{
1390
+ "type":"structure",
1391
+ "required":[
1392
+ "ConfigurationAggregatorName",
1393
+ "ConfigRuleName",
1394
+ "AccountId",
1395
+ "AwsRegion"
1396
+ ],
1397
+ "members":{
1398
+ "ConfigurationAggregatorName":{"shape":"ConfigurationAggregatorName"},
1399
+ "ConfigRuleName":{"shape":"ConfigRuleName"},
1400
+ "AccountId":{"shape":"AccountId"},
1401
+ "AwsRegion":{"shape":"AwsRegion"},
1402
+ "ComplianceType":{"shape":"ComplianceType"},
1403
+ "Limit":{"shape":"Limit"},
1404
+ "NextToken":{"shape":"NextToken"}
1405
+ }
1406
+ },
1407
+ "GetAggregateComplianceDetailsByConfigRuleResponse":{
1408
+ "type":"structure",
1409
+ "members":{
1410
+ "AggregateEvaluationResults":{"shape":"AggregateEvaluationResultList"},
1411
+ "NextToken":{"shape":"NextToken"}
1412
+ }
1413
+ },
1414
+ "GetAggregateConfigRuleComplianceSummaryRequest":{
1415
+ "type":"structure",
1416
+ "required":["ConfigurationAggregatorName"],
1417
+ "members":{
1418
+ "ConfigurationAggregatorName":{"shape":"ConfigurationAggregatorName"},
1419
+ "Filters":{"shape":"ConfigRuleComplianceSummaryFilters"},
1420
+ "GroupByKey":{"shape":"ConfigRuleComplianceSummaryGroupKey"},
1421
+ "Limit":{"shape":"GroupByAPILimit"},
1422
+ "NextToken":{"shape":"NextToken"}
1423
+ }
1424
+ },
1425
+ "GetAggregateConfigRuleComplianceSummaryResponse":{
1426
+ "type":"structure",
1427
+ "members":{
1428
+ "GroupByKey":{"shape":"StringWithCharLimit256"},
1429
+ "AggregateComplianceCounts":{"shape":"AggregateComplianceCountList"},
1430
+ "NextToken":{"shape":"NextToken"}
1431
+ }
1432
+ },
932
1433
  "GetComplianceDetailsByConfigRuleRequest":{
933
1434
  "type":"structure",
934
1435
  "required":["ConfigRuleName"],
@@ -1023,6 +1524,11 @@
1023
1524
  "nextToken":{"shape":"NextToken"}
1024
1525
  }
1025
1526
  },
1527
+ "GroupByAPILimit":{
1528
+ "type":"integer",
1529
+ "max":1000,
1530
+ "min":0
1531
+ },
1026
1532
  "IncludeGlobalResourceTypes":{"type":"boolean"},
1027
1533
  "InsufficientDeliveryPolicyException":{
1028
1534
  "type":"structure",
@@ -1192,6 +1698,12 @@
1192
1698
  },
1193
1699
  "exception":true
1194
1700
  },
1701
+ "NoAvailableOrganizationException":{
1702
+ "type":"structure",
1703
+ "members":{
1704
+ },
1705
+ "exception":true
1706
+ },
1195
1707
  "NoRunningConfigurationRecorderException":{
1196
1708
  "type":"structure",
1197
1709
  "members":{
@@ -1210,6 +1722,12 @@
1210
1722
  },
1211
1723
  "exception":true
1212
1724
  },
1725
+ "NoSuchConfigurationAggregatorException":{
1726
+ "type":"structure",
1727
+ "members":{
1728
+ },
1729
+ "exception":true
1730
+ },
1213
1731
  "NoSuchConfigurationRecorderException":{
1214
1732
  "type":"structure",
1215
1733
  "members":{
@@ -1223,6 +1741,27 @@
1223
1741
  "exception":true
1224
1742
  },
1225
1743
  "OrderingTimestamp":{"type":"timestamp"},
1744
+ "OrganizationAccessDeniedException":{
1745
+ "type":"structure",
1746
+ "members":{
1747
+ },
1748
+ "exception":true
1749
+ },
1750
+ "OrganizationAggregationSource":{
1751
+ "type":"structure",
1752
+ "required":["RoleArn"],
1753
+ "members":{
1754
+ "RoleArn":{"shape":"String"},
1755
+ "AwsRegions":{"shape":"AggregatorRegionList"},
1756
+ "AllAwsRegions":{"shape":"Boolean"}
1757
+ }
1758
+ },
1759
+ "OrganizationAllFeaturesNotEnabledException":{
1760
+ "type":"structure",
1761
+ "members":{
1762
+ },
1763
+ "exception":true
1764
+ },
1226
1765
  "Owner":{
1227
1766
  "type":"string",
1228
1767
  "enum":[
@@ -1230,6 +1769,34 @@
1230
1769
  "AWS"
1231
1770
  ]
1232
1771
  },
1772
+ "PendingAggregationRequest":{
1773
+ "type":"structure",
1774
+ "members":{
1775
+ "RequesterAccountId":{"shape":"AccountId"},
1776
+ "RequesterAwsRegion":{"shape":"AwsRegion"}
1777
+ }
1778
+ },
1779
+ "PendingAggregationRequestList":{
1780
+ "type":"list",
1781
+ "member":{"shape":"PendingAggregationRequest"}
1782
+ },
1783
+ "PutAggregationAuthorizationRequest":{
1784
+ "type":"structure",
1785
+ "required":[
1786
+ "AuthorizedAccountId",
1787
+ "AuthorizedAwsRegion"
1788
+ ],
1789
+ "members":{
1790
+ "AuthorizedAccountId":{"shape":"AccountId"},
1791
+ "AuthorizedAwsRegion":{"shape":"AwsRegion"}
1792
+ }
1793
+ },
1794
+ "PutAggregationAuthorizationResponse":{
1795
+ "type":"structure",
1796
+ "members":{
1797
+ "AggregationAuthorization":{"shape":"AggregationAuthorization"}
1798
+ }
1799
+ },
1233
1800
  "PutConfigRuleRequest":{
1234
1801
  "type":"structure",
1235
1802
  "required":["ConfigRule"],
@@ -1237,6 +1804,21 @@
1237
1804
  "ConfigRule":{"shape":"ConfigRule"}
1238
1805
  }
1239
1806
  },
1807
+ "PutConfigurationAggregatorRequest":{
1808
+ "type":"structure",
1809
+ "required":["ConfigurationAggregatorName"],
1810
+ "members":{
1811
+ "ConfigurationAggregatorName":{"shape":"ConfigurationAggregatorName"},
1812
+ "AccountAggregationSources":{"shape":"AccountAggregationSourceList"},
1813
+ "OrganizationAggregationSource":{"shape":"OrganizationAggregationSource"}
1814
+ }
1815
+ },
1816
+ "PutConfigurationAggregatorResponse":{
1817
+ "type":"structure",
1818
+ "members":{
1819
+ "ConfigurationAggregator":{"shape":"ConfigurationAggregator"}
1820
+ }
1821
+ },
1240
1822
  "PutConfigurationRecorderRequest":{
1241
1823
  "type":"structure",
1242
1824
  "required":["ConfigurationRecorder"],