aws-sdk-core 2.11.173 → 2.11.174

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 398d5de6ac0304bb9796f9855f4d6417af66cf24
4
- data.tar.gz: 8f10a47431675f37437ccd981dbd66ad892bf256
3
+ metadata.gz: 66c7caa32974dece55217f48b74e97bb278aa9bf
4
+ data.tar.gz: 58cd7cd0c43cfbbcc9b86996f9d142fe5e68e764
5
5
  SHA512:
6
- metadata.gz: 8901d4162650904db5f9a28b7603e838f54cb60a784515d17195ba57967c3279da2c95dffdc3114ff384bfce5542a8251efcdca32c5f841bc49ce11296422d78
7
- data.tar.gz: 76588b03d278668912ce9fb3888864fd20400c373a95db2295e3057e35db23e2cec48edb03517e5608f4de3b30506afb67e60e799b34442a9f7a020ff030bf29
6
+ metadata.gz: bee9d72f35266e83f06b4d9a7c61377b53382b18a7c719a104159bfb21cb44364f33297bf3f3383cf7944f5da7a05fac36ef769dd7ae0cd209117c33cd9d56bc
7
+ data.tar.gz: 52aa2cf43665e650d74e72b3d9cd3a4829e77aa9c2d1cc6914c72fe588000e9510511adc34e623445dd843ea367bb7a086d11aa015060ab59bfa31e6b458ec34
@@ -262,7 +262,8 @@
262
262
  "taskArn":{"shape":"String"},
263
263
  "exitCode":{"shape":"Integer"},
264
264
  "reason":{"shape":"String"},
265
- "logStreamName":{"shape":"String"}
265
+ "logStreamName":{"shape":"String"},
266
+ "networkInterfaces":{"shape":"NetworkInterfaceList"}
266
267
  }
267
268
  },
268
269
  "AttemptDetail":{
@@ -395,6 +396,7 @@
395
396
  "ec2KeyPair":{"shape":"String"},
396
397
  "instanceRole":{"shape":"String"},
397
398
  "tags":{"shape":"TagsMap"},
399
+ "placementGroup":{"shape":"String"},
398
400
  "bidPercentage":{"shape":"Integer"},
399
401
  "spotIamFleetRole":{"shape":"String"},
400
402
  "launchTemplate":{"shape":"LaunchTemplateSpecification"}
@@ -427,7 +429,9 @@
427
429
  "reason":{"shape":"String"},
428
430
  "containerInstanceArn":{"shape":"String"},
429
431
  "taskArn":{"shape":"String"},
430
- "logStreamName":{"shape":"String"}
432
+ "logStreamName":{"shape":"String"},
433
+ "instanceType":{"shape":"String"},
434
+ "networkInterfaces":{"shape":"NetworkInterfaceList"}
431
435
  }
432
436
  },
433
437
  "ContainerOverrides":{
@@ -436,16 +440,12 @@
436
440
  "vcpus":{"shape":"Integer"},
437
441
  "memory":{"shape":"Integer"},
438
442
  "command":{"shape":"StringList"},
443
+ "instanceType":{"shape":"String"},
439
444
  "environment":{"shape":"EnvironmentVariables"}
440
445
  }
441
446
  },
442
447
  "ContainerProperties":{
443
448
  "type":"structure",
444
- "required":[
445
- "image",
446
- "vcpus",
447
- "memory"
448
- ],
449
449
  "members":{
450
450
  "image":{"shape":"String"},
451
451
  "vcpus":{"shape":"Integer"},
@@ -458,7 +458,8 @@
458
458
  "readonlyRootFilesystem":{"shape":"Boolean"},
459
459
  "privileged":{"shape":"Boolean"},
460
460
  "ulimits":{"shape":"Ulimits"},
461
- "user":{"shape":"String"}
461
+ "user":{"shape":"String"},
462
+ "instanceType":{"shape":"String"}
462
463
  }
463
464
  },
464
465
  "ContainerSummary":{
@@ -657,7 +658,8 @@
657
658
  "parameters":{"shape":"ParametersMap"},
658
659
  "retryStrategy":{"shape":"RetryStrategy"},
659
660
  "containerProperties":{"shape":"ContainerProperties"},
660
- "timeout":{"shape":"JobTimeout"}
661
+ "timeout":{"shape":"JobTimeout"},
662
+ "nodeProperties":{"shape":"NodeProperties"}
661
663
  }
662
664
  },
663
665
  "JobDefinitionList":{
@@ -666,7 +668,10 @@
666
668
  },
667
669
  "JobDefinitionType":{
668
670
  "type":"string",
669
- "enum":["container"]
671
+ "enum":[
672
+ "container",
673
+ "multinode"
674
+ ]
670
675
  },
671
676
  "JobDependency":{
672
677
  "type":"structure",
@@ -704,6 +709,8 @@
704
709
  "jobDefinition":{"shape":"String"},
705
710
  "parameters":{"shape":"ParametersMap"},
706
711
  "container":{"shape":"ContainerDetail"},
712
+ "nodeDetails":{"shape":"NodeDetails"},
713
+ "nodeProperties":{"shape":"NodeProperties"},
707
714
  "arrayProperties":{"shape":"ArrayPropertiesDetail"},
708
715
  "timeout":{"shape":"JobTimeout"}
709
716
  }
@@ -762,7 +769,8 @@
762
769
  "startedAt":{"shape":"Long"},
763
770
  "stoppedAt":{"shape":"Long"},
764
771
  "container":{"shape":"ContainerSummary"},
765
- "arrayProperties":{"shape":"ArrayPropertiesSummary"}
772
+ "arrayProperties":{"shape":"ArrayPropertiesSummary"},
773
+ "nodeProperties":{"shape":"NodePropertiesSummary"}
766
774
  }
767
775
  },
768
776
  "JobSummaryList":{
@@ -795,6 +803,7 @@
795
803
  "members":{
796
804
  "jobQueue":{"shape":"String"},
797
805
  "arrayJobId":{"shape":"String"},
806
+ "multiNodeJobId":{"shape":"String"},
798
807
  "jobStatus":{"shape":"JobStatus"},
799
808
  "maxResults":{"shape":"Integer"},
800
809
  "nextToken":{"shape":"String"}
@@ -821,6 +830,76 @@
821
830
  "type":"list",
822
831
  "member":{"shape":"MountPoint"}
823
832
  },
833
+ "NetworkInterface":{
834
+ "type":"structure",
835
+ "members":{
836
+ "attachmentId":{"shape":"String"},
837
+ "ipv6Address":{"shape":"String"},
838
+ "privateIpv4Address":{"shape":"String"}
839
+ }
840
+ },
841
+ "NetworkInterfaceList":{
842
+ "type":"list",
843
+ "member":{"shape":"NetworkInterface"}
844
+ },
845
+ "NodeDetails":{
846
+ "type":"structure",
847
+ "members":{
848
+ "nodeIndex":{"shape":"Integer"},
849
+ "isMainNode":{"shape":"Boolean"}
850
+ }
851
+ },
852
+ "NodeOverrides":{
853
+ "type":"structure",
854
+ "members":{
855
+ "nodePropertyOverrides":{"shape":"NodePropertyOverrides"}
856
+ }
857
+ },
858
+ "NodeProperties":{
859
+ "type":"structure",
860
+ "required":[
861
+ "numNodes",
862
+ "mainNode",
863
+ "nodeRangeProperties"
864
+ ],
865
+ "members":{
866
+ "numNodes":{"shape":"Integer"},
867
+ "mainNode":{"shape":"Integer"},
868
+ "nodeRangeProperties":{"shape":"NodeRangeProperties"}
869
+ }
870
+ },
871
+ "NodePropertiesSummary":{
872
+ "type":"structure",
873
+ "members":{
874
+ "isMainNode":{"shape":"Boolean"},
875
+ "numNodes":{"shape":"Integer"},
876
+ "nodeIndex":{"shape":"Integer"}
877
+ }
878
+ },
879
+ "NodePropertyOverride":{
880
+ "type":"structure",
881
+ "required":["targetNodes"],
882
+ "members":{
883
+ "targetNodes":{"shape":"String"},
884
+ "containerOverrides":{"shape":"ContainerOverrides"}
885
+ }
886
+ },
887
+ "NodePropertyOverrides":{
888
+ "type":"list",
889
+ "member":{"shape":"NodePropertyOverride"}
890
+ },
891
+ "NodeRangeProperties":{
892
+ "type":"list",
893
+ "member":{"shape":"NodeRangeProperty"}
894
+ },
895
+ "NodeRangeProperty":{
896
+ "type":"structure",
897
+ "required":["targetNodes"],
898
+ "members":{
899
+ "targetNodes":{"shape":"String"},
900
+ "container":{"shape":"ContainerProperties"}
901
+ }
902
+ },
824
903
  "ParametersMap":{
825
904
  "type":"map",
826
905
  "key":{"shape":"String"},
@@ -837,6 +916,7 @@
837
916
  "type":{"shape":"JobDefinitionType"},
838
917
  "parameters":{"shape":"ParametersMap"},
839
918
  "containerProperties":{"shape":"ContainerProperties"},
919
+ "nodeProperties":{"shape":"NodeProperties"},
840
920
  "retryStrategy":{"shape":"RetryStrategy"},
841
921
  "timeout":{"shape":"JobTimeout"}
842
922
  }
@@ -889,6 +969,7 @@
889
969
  "jobDefinition":{"shape":"String"},
890
970
  "parameters":{"shape":"ParametersMap"},
891
971
  "containerOverrides":{"shape":"ContainerOverrides"},
972
+ "nodeOverrides":{"shape":"NodeOverrides"},
892
973
  "retryStrategy":{"shape":"RetryStrategy"},
893
974
  "timeout":{"shape":"JobTimeout"}
894
975
  }
@@ -724,7 +724,8 @@
724
724
  "type":"string",
725
725
  "enum":[
726
726
  "CAPABILITY_IAM",
727
- "CAPABILITY_NAMED_IAM"
727
+ "CAPABILITY_NAMED_IAM",
728
+ "CAPABILITY_AUTO_EXPAND"
728
729
  ]
729
730
  },
730
731
  "CausingEntity":{"type":"string"},
@@ -29,7 +29,8 @@
29
29
  {"shape":"InvalidTrailNameException"},
30
30
  {"shape":"InvalidTagParameterException"},
31
31
  {"shape":"UnsupportedOperationException"},
32
- {"shape":"OperationNotPermittedException"}
32
+ {"shape":"OperationNotPermittedException"},
33
+ {"shape":"NotOrganizationMasterAccountException"}
33
34
  ],
34
35
  "idempotent":true
35
36
  },
@@ -62,7 +63,12 @@
62
63
  {"shape":"InvalidCloudWatchLogsRoleArnException"},
63
64
  {"shape":"CloudWatchLogsDeliveryUnavailableException"},
64
65
  {"shape":"UnsupportedOperationException"},
65
- {"shape":"OperationNotPermittedException"}
66
+ {"shape":"OperationNotPermittedException"},
67
+ {"shape":"CloudTrailAccessNotEnabledException"},
68
+ {"shape":"InsufficientDependencyServiceAccessPermissionException"},
69
+ {"shape":"NotOrganizationMasterAccountException"},
70
+ {"shape":"OrganizationsNotInUseException"},
71
+ {"shape":"OrganizationNotInAllFeaturesModeException"}
66
72
  ],
67
73
  "idempotent":true
68
74
  },
@@ -77,7 +83,11 @@
77
83
  "errors":[
78
84
  {"shape":"TrailNotFoundException"},
79
85
  {"shape":"InvalidTrailNameException"},
80
- {"shape":"InvalidHomeRegionException"}
86
+ {"shape":"InvalidHomeRegionException"},
87
+ {"shape":"UnsupportedOperationException"},
88
+ {"shape":"OperationNotPermittedException"},
89
+ {"shape":"NotOrganizationMasterAccountException"},
90
+ {"shape":"InsufficientDependencyServiceAccessPermissionException"}
81
91
  ],
82
92
  "idempotent":true
83
93
  },
@@ -190,7 +200,9 @@
190
200
  {"shape":"InvalidHomeRegionException"},
191
201
  {"shape":"InvalidEventSelectorsException"},
192
202
  {"shape":"UnsupportedOperationException"},
193
- {"shape":"OperationNotPermittedException"}
203
+ {"shape":"OperationNotPermittedException"},
204
+ {"shape":"NotOrganizationMasterAccountException"},
205
+ {"shape":"InsufficientDependencyServiceAccessPermissionException"}
194
206
  ],
195
207
  "idempotent":true
196
208
  },
@@ -209,7 +221,8 @@
209
221
  {"shape":"InvalidTrailNameException"},
210
222
  {"shape":"InvalidTagParameterException"},
211
223
  {"shape":"UnsupportedOperationException"},
212
- {"shape":"OperationNotPermittedException"}
224
+ {"shape":"OperationNotPermittedException"},
225
+ {"shape":"NotOrganizationMasterAccountException"}
213
226
  ],
214
227
  "idempotent":true
215
228
  },
@@ -224,7 +237,11 @@
224
237
  "errors":[
225
238
  {"shape":"TrailNotFoundException"},
226
239
  {"shape":"InvalidTrailNameException"},
227
- {"shape":"InvalidHomeRegionException"}
240
+ {"shape":"InvalidHomeRegionException"},
241
+ {"shape":"UnsupportedOperationException"},
242
+ {"shape":"OperationNotPermittedException"},
243
+ {"shape":"NotOrganizationMasterAccountException"},
244
+ {"shape":"InsufficientDependencyServiceAccessPermissionException"}
228
245
  ],
229
246
  "idempotent":true
230
247
  },
@@ -239,7 +256,11 @@
239
256
  "errors":[
240
257
  {"shape":"TrailNotFoundException"},
241
258
  {"shape":"InvalidTrailNameException"},
242
- {"shape":"InvalidHomeRegionException"}
259
+ {"shape":"InvalidHomeRegionException"},
260
+ {"shape":"UnsupportedOperationException"},
261
+ {"shape":"OperationNotPermittedException"},
262
+ {"shape":"NotOrganizationMasterAccountException"},
263
+ {"shape":"InsufficientDependencyServiceAccessPermissionException"}
243
264
  ],
244
265
  "idempotent":true
245
266
  },
@@ -272,7 +293,12 @@
272
293
  {"shape":"InvalidCloudWatchLogsRoleArnException"},
273
294
  {"shape":"CloudWatchLogsDeliveryUnavailableException"},
274
295
  {"shape":"UnsupportedOperationException"},
275
- {"shape":"OperationNotPermittedException"}
296
+ {"shape":"OperationNotPermittedException"},
297
+ {"shape":"CloudTrailAccessNotEnabledException"},
298
+ {"shape":"InsufficientDependencyServiceAccessPermissionException"},
299
+ {"shape":"OrganizationsNotInUseException"},
300
+ {"shape":"NotOrganizationMasterAccountException"},
301
+ {"shape":"OrganizationNotInAllFeaturesModeException"}
276
302
  ],
277
303
  "idempotent":true
278
304
  }
@@ -299,6 +325,12 @@
299
325
  },
300
326
  "exception":true
301
327
  },
328
+ "CloudTrailAccessNotEnabledException":{
329
+ "type":"structure",
330
+ "members":{
331
+ },
332
+ "exception":true
333
+ },
302
334
  "CloudWatchLogsDeliveryUnavailableException":{
303
335
  "type":"structure",
304
336
  "members":{
@@ -321,7 +353,8 @@
321
353
  "EnableLogFileValidation":{"shape":"Boolean"},
322
354
  "CloudWatchLogsLogGroupArn":{"shape":"String"},
323
355
  "CloudWatchLogsRoleArn":{"shape":"String"},
324
- "KmsKeyId":{"shape":"String"}
356
+ "KmsKeyId":{"shape":"String"},
357
+ "IsOrganizationTrail":{"shape":"Boolean"}
325
358
  }
326
359
  },
327
360
  "CreateTrailResponse":{
@@ -341,7 +374,8 @@
341
374
  "LogFileValidationEnabled":{"shape":"Boolean"},
342
375
  "CloudWatchLogsLogGroupArn":{"shape":"String"},
343
376
  "CloudWatchLogsRoleArn":{"shape":"String"},
344
- "KmsKeyId":{"shape":"String"}
377
+ "KmsKeyId":{"shape":"String"},
378
+ "IsOrganizationTrail":{"shape":"Boolean"}
345
379
  }
346
380
  },
347
381
  "DataResource":{
@@ -458,6 +492,12 @@
458
492
  "TimeLoggingStopped":{"shape":"String"}
459
493
  }
460
494
  },
495
+ "InsufficientDependencyServiceAccessPermissionException":{
496
+ "type":"structure",
497
+ "members":{
498
+ },
499
+ "exception":true
500
+ },
461
501
  "InsufficientEncryptionPolicyException":{
462
502
  "type":"structure",
463
503
  "members":{
@@ -678,12 +718,30 @@
678
718
  "exception":true
679
719
  },
680
720
  "NextToken":{"type":"string"},
721
+ "NotOrganizationMasterAccountException":{
722
+ "type":"structure",
723
+ "members":{
724
+ },
725
+ "exception":true
726
+ },
681
727
  "OperationNotPermittedException":{
682
728
  "type":"structure",
683
729
  "members":{
684
730
  },
685
731
  "exception":true
686
732
  },
733
+ "OrganizationNotInAllFeaturesModeException":{
734
+ "type":"structure",
735
+ "members":{
736
+ },
737
+ "exception":true
738
+ },
739
+ "OrganizationsNotInUseException":{
740
+ "type":"structure",
741
+ "members":{
742
+ },
743
+ "exception":true
744
+ },
687
745
  "PublicKey":{
688
746
  "type":"structure",
689
747
  "members":{
@@ -842,7 +900,8 @@
842
900
  "CloudWatchLogsLogGroupArn":{"shape":"String"},
843
901
  "CloudWatchLogsRoleArn":{"shape":"String"},
844
902
  "KmsKeyId":{"shape":"String"},
845
- "HasCustomEventSelectors":{"shape":"Boolean"}
903
+ "HasCustomEventSelectors":{"shape":"Boolean"},
904
+ "IsOrganizationTrail":{"shape":"Boolean"}
846
905
  }
847
906
  },
848
907
  "TrailAlreadyExistsException":{
@@ -890,7 +949,8 @@
890
949
  "EnableLogFileValidation":{"shape":"Boolean"},
891
950
  "CloudWatchLogsLogGroupArn":{"shape":"String"},
892
951
  "CloudWatchLogsRoleArn":{"shape":"String"},
893
- "KmsKeyId":{"shape":"String"}
952
+ "KmsKeyId":{"shape":"String"},
953
+ "IsOrganizationTrail":{"shape":"Boolean"}
894
954
  }
895
955
  },
896
956
  "UpdateTrailResponse":{
@@ -910,7 +970,8 @@
910
970
  "LogFileValidationEnabled":{"shape":"Boolean"},
911
971
  "CloudWatchLogsLogGroupArn":{"shape":"String"},
912
972
  "CloudWatchLogsRoleArn":{"shape":"String"},
913
- "KmsKeyId":{"shape":"String"}
973
+ "KmsKeyId":{"shape":"String"},
974
+ "IsOrganizationTrail":{"shape":"Boolean"}
914
975
  }
915
976
  }
916
977
  }
@@ -13,6 +13,19 @@
13
13
  "uid":"config-2014-11-12"
14
14
  },
15
15
  "operations":{
16
+ "BatchGetAggregateResourceConfig":{
17
+ "name":"BatchGetAggregateResourceConfig",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/"
21
+ },
22
+ "input":{"shape":"BatchGetAggregateResourceConfigRequest"},
23
+ "output":{"shape":"BatchGetAggregateResourceConfigResponse"},
24
+ "errors":[
25
+ {"shape":"ValidationException"},
26
+ {"shape":"NoSuchConfigurationAggregatorException"}
27
+ ]
28
+ },
16
29
  "BatchGetResourceConfig":{
17
30
  "name":"BatchGetResourceConfig",
18
31
  "http":{
@@ -352,6 +365,36 @@
352
365
  {"shape":"NoSuchConfigurationAggregatorException"}
353
366
  ]
354
367
  },
368
+ "GetAggregateDiscoveredResourceCounts":{
369
+ "name":"GetAggregateDiscoveredResourceCounts",
370
+ "http":{
371
+ "method":"POST",
372
+ "requestUri":"/"
373
+ },
374
+ "input":{"shape":"GetAggregateDiscoveredResourceCountsRequest"},
375
+ "output":{"shape":"GetAggregateDiscoveredResourceCountsResponse"},
376
+ "errors":[
377
+ {"shape":"ValidationException"},
378
+ {"shape":"InvalidLimitException"},
379
+ {"shape":"InvalidNextTokenException"},
380
+ {"shape":"NoSuchConfigurationAggregatorException"}
381
+ ]
382
+ },
383
+ "GetAggregateResourceConfig":{
384
+ "name":"GetAggregateResourceConfig",
385
+ "http":{
386
+ "method":"POST",
387
+ "requestUri":"/"
388
+ },
389
+ "input":{"shape":"GetAggregateResourceConfigRequest"},
390
+ "output":{"shape":"GetAggregateResourceConfigResponse"},
391
+ "errors":[
392
+ {"shape":"ValidationException"},
393
+ {"shape":"NoSuchConfigurationAggregatorException"},
394
+ {"shape":"OversizedConfigurationItemException"},
395
+ {"shape":"ResourceNotDiscoveredException"}
396
+ ]
397
+ },
355
398
  "GetComplianceDetailsByConfigRule":{
356
399
  "name":"GetComplianceDetailsByConfigRule",
357
400
  "http":{
@@ -429,6 +472,21 @@
429
472
  {"shape":"ResourceNotDiscoveredException"}
430
473
  ]
431
474
  },
475
+ "ListAggregateDiscoveredResources":{
476
+ "name":"ListAggregateDiscoveredResources",
477
+ "http":{
478
+ "method":"POST",
479
+ "requestUri":"/"
480
+ },
481
+ "input":{"shape":"ListAggregateDiscoveredResourcesRequest"},
482
+ "output":{"shape":"ListAggregateDiscoveredResourcesResponse"},
483
+ "errors":[
484
+ {"shape":"ValidationException"},
485
+ {"shape":"InvalidLimitException"},
486
+ {"shape":"InvalidNextTokenException"},
487
+ {"shape":"NoSuchConfigurationAggregatorException"}
488
+ ]
489
+ },
432
490
  "ListDiscoveredResources":{
433
491
  "name":"ListDiscoveredResources",
434
492
  "http":{
@@ -651,6 +709,22 @@
651
709
  "type":"list",
652
710
  "member":{"shape":"AggregateEvaluationResult"}
653
711
  },
712
+ "AggregateResourceIdentifier":{
713
+ "type":"structure",
714
+ "required":[
715
+ "SourceAccountId",
716
+ "SourceRegion",
717
+ "ResourceId",
718
+ "ResourceType"
719
+ ],
720
+ "members":{
721
+ "SourceAccountId":{"shape":"AccountId"},
722
+ "SourceRegion":{"shape":"AwsRegion"},
723
+ "ResourceId":{"shape":"ResourceId"},
724
+ "ResourceType":{"shape":"ResourceType"},
725
+ "ResourceName":{"shape":"ResourceName"}
726
+ }
727
+ },
654
728
  "AggregatedSourceStatus":{
655
729
  "type":"structure",
656
730
  "members":{
@@ -740,6 +814,24 @@
740
814
  "max":768,
741
815
  "min":1
742
816
  },
817
+ "BatchGetAggregateResourceConfigRequest":{
818
+ "type":"structure",
819
+ "required":[
820
+ "ConfigurationAggregatorName",
821
+ "ResourceIdentifiers"
822
+ ],
823
+ "members":{
824
+ "ConfigurationAggregatorName":{"shape":"ConfigurationAggregatorName"},
825
+ "ResourceIdentifiers":{"shape":"ResourceIdentifiersList"}
826
+ }
827
+ },
828
+ "BatchGetAggregateResourceConfigResponse":{
829
+ "type":"structure",
830
+ "members":{
831
+ "BaseConfigurationItems":{"shape":"BaseConfigurationItems"},
832
+ "UnprocessedResourceIdentifiers":{"shape":"UnprocessedResourceIdentifierList"}
833
+ }
834
+ },
743
835
  "BatchGetResourceConfigRequest":{
744
836
  "type":"structure",
745
837
  "required":["resourceKeys"],
@@ -1385,6 +1477,10 @@
1385
1477
  "NextToken":{"shape":"NextToken"}
1386
1478
  }
1387
1479
  },
1480
+ "DiscoveredResourceIdentifierList":{
1481
+ "type":"list",
1482
+ "member":{"shape":"AggregateResourceIdentifier"}
1483
+ },
1388
1484
  "EarlierTime":{"type":"timestamp"},
1389
1485
  "EmptiableStringWithCharLimit256":{
1390
1486
  "type":"string",
@@ -1491,6 +1587,44 @@
1491
1587
  "NextToken":{"shape":"NextToken"}
1492
1588
  }
1493
1589
  },
1590
+ "GetAggregateDiscoveredResourceCountsRequest":{
1591
+ "type":"structure",
1592
+ "required":["ConfigurationAggregatorName"],
1593
+ "members":{
1594
+ "ConfigurationAggregatorName":{"shape":"ConfigurationAggregatorName"},
1595
+ "Filters":{"shape":"ResourceCountFilters"},
1596
+ "GroupByKey":{"shape":"ResourceCountGroupKey"},
1597
+ "Limit":{"shape":"GroupByAPILimit"},
1598
+ "NextToken":{"shape":"NextToken"}
1599
+ }
1600
+ },
1601
+ "GetAggregateDiscoveredResourceCountsResponse":{
1602
+ "type":"structure",
1603
+ "required":["TotalDiscoveredResources"],
1604
+ "members":{
1605
+ "TotalDiscoveredResources":{"shape":"Long"},
1606
+ "GroupByKey":{"shape":"StringWithCharLimit256"},
1607
+ "GroupedResourceCounts":{"shape":"GroupedResourceCountList"},
1608
+ "NextToken":{"shape":"NextToken"}
1609
+ }
1610
+ },
1611
+ "GetAggregateResourceConfigRequest":{
1612
+ "type":"structure",
1613
+ "required":[
1614
+ "ConfigurationAggregatorName",
1615
+ "ResourceIdentifier"
1616
+ ],
1617
+ "members":{
1618
+ "ConfigurationAggregatorName":{"shape":"ConfigurationAggregatorName"},
1619
+ "ResourceIdentifier":{"shape":"AggregateResourceIdentifier"}
1620
+ }
1621
+ },
1622
+ "GetAggregateResourceConfigResponse":{
1623
+ "type":"structure",
1624
+ "members":{
1625
+ "ConfigurationItem":{"shape":"ConfigurationItem"}
1626
+ }
1627
+ },
1494
1628
  "GetComplianceDetailsByConfigRuleRequest":{
1495
1629
  "type":"structure",
1496
1630
  "required":["ConfigRuleName"],
@@ -1590,6 +1724,21 @@
1590
1724
  "max":1000,
1591
1725
  "min":0
1592
1726
  },
1727
+ "GroupedResourceCount":{
1728
+ "type":"structure",
1729
+ "required":[
1730
+ "GroupName",
1731
+ "ResourceCount"
1732
+ ],
1733
+ "members":{
1734
+ "GroupName":{"shape":"StringWithCharLimit256"},
1735
+ "ResourceCount":{"shape":"Long"}
1736
+ }
1737
+ },
1738
+ "GroupedResourceCountList":{
1739
+ "type":"list",
1740
+ "member":{"shape":"GroupedResourceCount"}
1741
+ },
1593
1742
  "IncludeGlobalResourceTypes":{"type":"boolean"},
1594
1743
  "InsufficientDeliveryPolicyException":{
1595
1744
  "type":"structure",
@@ -1688,6 +1837,27 @@
1688
1837
  },
1689
1838
  "exception":true
1690
1839
  },
1840
+ "ListAggregateDiscoveredResourcesRequest":{
1841
+ "type":"structure",
1842
+ "required":[
1843
+ "ConfigurationAggregatorName",
1844
+ "ResourceType"
1845
+ ],
1846
+ "members":{
1847
+ "ConfigurationAggregatorName":{"shape":"ConfigurationAggregatorName"},
1848
+ "ResourceType":{"shape":"ResourceType"},
1849
+ "Filters":{"shape":"ResourceFilters"},
1850
+ "Limit":{"shape":"Limit"},
1851
+ "NextToken":{"shape":"NextToken"}
1852
+ }
1853
+ },
1854
+ "ListAggregateDiscoveredResourcesResponse":{
1855
+ "type":"structure",
1856
+ "members":{
1857
+ "ResourceIdentifiers":{"shape":"DiscoveredResourceIdentifierList"},
1858
+ "NextToken":{"shape":"NextToken"}
1859
+ }
1860
+ },
1691
1861
  "ListDiscoveredResourcesRequest":{
1692
1862
  "type":"structure",
1693
1863
  "required":["resourceType"],
@@ -1835,6 +2005,12 @@
1835
2005
  },
1836
2006
  "exception":true
1837
2007
  },
2008
+ "OversizedConfigurationItemException":{
2009
+ "type":"structure",
2010
+ "members":{
2011
+ },
2012
+ "exception":true
2013
+ },
1838
2014
  "Owner":{
1839
2015
  "type":"string",
1840
2016
  "enum":[
@@ -1987,12 +2163,37 @@
1987
2163
  "count":{"shape":"Long"}
1988
2164
  }
1989
2165
  },
2166
+ "ResourceCountFilters":{
2167
+ "type":"structure",
2168
+ "members":{
2169
+ "ResourceType":{"shape":"ResourceType"},
2170
+ "AccountId":{"shape":"AccountId"},
2171
+ "Region":{"shape":"AwsRegion"}
2172
+ }
2173
+ },
2174
+ "ResourceCountGroupKey":{
2175
+ "type":"string",
2176
+ "enum":[
2177
+ "RESOURCE_TYPE",
2178
+ "ACCOUNT_ID",
2179
+ "AWS_REGION"
2180
+ ]
2181
+ },
1990
2182
  "ResourceCounts":{
1991
2183
  "type":"list",
1992
2184
  "member":{"shape":"ResourceCount"}
1993
2185
  },
1994
2186
  "ResourceCreationTime":{"type":"timestamp"},
1995
2187
  "ResourceDeletionTime":{"type":"timestamp"},
2188
+ "ResourceFilters":{
2189
+ "type":"structure",
2190
+ "members":{
2191
+ "AccountId":{"shape":"AccountId"},
2192
+ "ResourceId":{"shape":"ResourceId"},
2193
+ "ResourceName":{"shape":"ResourceName"},
2194
+ "Region":{"shape":"AwsRegion"}
2195
+ }
2196
+ },
1996
2197
  "ResourceId":{
1997
2198
  "type":"string",
1998
2199
  "max":768,
@@ -2015,6 +2216,12 @@
2015
2216
  "type":"list",
2016
2217
  "member":{"shape":"ResourceIdentifier"}
2017
2218
  },
2219
+ "ResourceIdentifiersList":{
2220
+ "type":"list",
2221
+ "member":{"shape":"AggregateResourceIdentifier"},
2222
+ "max":100,
2223
+ "min":1
2224
+ },
2018
2225
  "ResourceInUseException":{
2019
2226
  "type":"structure",
2020
2227
  "members":{
@@ -2254,6 +2461,10 @@
2254
2461
  "key":{"shape":"Name"},
2255
2462
  "value":{"shape":"Value"}
2256
2463
  },
2464
+ "UnprocessedResourceIdentifierList":{
2465
+ "type":"list",
2466
+ "member":{"shape":"AggregateResourceIdentifier"}
2467
+ },
2257
2468
  "ValidationException":{
2258
2469
  "type":"structure",
2259
2470
  "members":{