aws-sdk-core 2.11.552 → 2.11.557

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/apis/autoscaling/2011-01-01/api-2.json +31 -2
  3. data/apis/chime/2018-05-01/api-2.json +2 -1
  4. data/apis/codebuild/2016-10-06/api-2.json +504 -9
  5. data/apis/codebuild/2016-10-06/paginators-1.json +18 -0
  6. data/apis/datasync/2018-11-09/api-2.json +134 -18
  7. data/apis/dms/2016-01-01/api-2.json +362 -4
  8. data/apis/dms/2016-01-01/paginators-1.json +15 -0
  9. data/apis/ec2/2016-11-15/api-2.json +105 -3
  10. data/apis/ec2/2016-11-15/paginators-1.json +6 -0
  11. data/apis/ecr/2015-09-21/api-2.json +47 -9
  12. data/apis/firehose/2015-08-04/api-2.json +167 -2
  13. data/apis/frauddetector/2019-11-15/api-2.json +25 -16
  14. data/apis/glue/2017-03-31/api-2.json +42 -0
  15. data/apis/guardduty/2017-11-28/api-2.json +463 -0
  16. data/apis/guardduty/2017-11-28/paginators-1.json +5 -0
  17. data/apis/imagebuilder/2019-12-02/api-2.json +1 -1
  18. data/apis/ivs/2020-07-14/api-2.json +18 -5
  19. data/apis/kafka/2018-11-14/api-2.json +65 -0
  20. data/apis/medialive/2017-10-14/api-2.json +52 -2
  21. data/apis/personalize-runtime/2018-05-22/api-2.json +2 -1
  22. data/apis/resource-groups/2017-11-27/api-2.json +244 -60
  23. data/apis/resourcegroupstaggingapi/2017-01-26/api-2.json +2 -2
  24. data/apis/securityhub/2018-10-26/api-2.json +29 -1
  25. data/apis/servicecatalog/2015-12-10/api-2.json +34 -8
  26. data/apis/sesv2/2019-09-27/api-2.json +870 -16
  27. data/apis/sesv2/2019-09-27/paginators-1.json +10 -0
  28. data/apis/storagegateway/2013-06-30/api-2.json +13 -1
  29. data/apis/wafv2/2019-07-29/api-2.json +4 -3
  30. data/endpoints.json +40 -0
  31. data/lib/aws-sdk-core/version.rb +1 -1
  32. metadata +2 -2
@@ -797,7 +797,7 @@
797
797
  "eventTypeName"
798
798
  ],
799
799
  "members":{
800
- "modelId":{"shape":"identifier"},
800
+ "modelId":{"shape":"modelIdentifier"},
801
801
  "modelType":{"shape":"ModelTypeEnum"},
802
802
  "description":{"shape":"description"},
803
803
  "eventTypeName":{"shape":"string"},
@@ -818,7 +818,7 @@
818
818
  "trainingDataSchema"
819
819
  ],
820
820
  "members":{
821
- "modelId":{"shape":"identifier"},
821
+ "modelId":{"shape":"modelIdentifier"},
822
822
  "modelType":{"shape":"ModelTypeEnum"},
823
823
  "trainingDataSource":{"shape":"TrainingDataSourceEnum"},
824
824
  "trainingDataSchema":{"shape":"TrainingDataSchema"},
@@ -829,7 +829,7 @@
829
829
  "CreateModelVersionResult":{
830
830
  "type":"structure",
831
831
  "members":{
832
- "modelId":{"shape":"identifier"},
832
+ "modelId":{"shape":"modelIdentifier"},
833
833
  "modelType":{"shape":"ModelTypeEnum"},
834
834
  "modelVersionNumber":{"shape":"nonEmptyString"},
835
835
  "status":{"shape":"string"}
@@ -989,7 +989,7 @@
989
989
  "DescribeModelVersionsRequest":{
990
990
  "type":"structure",
991
991
  "members":{
992
- "modelId":{"shape":"identifier"},
992
+ "modelId":{"shape":"modelIdentifier"},
993
993
  "modelVersionNumber":{"shape":"floatVersionString"},
994
994
  "modelType":{"shape":"ModelTypeEnum"},
995
995
  "nextToken":{"shape":"string"},
@@ -1053,6 +1053,10 @@
1053
1053
  },
1054
1054
  "Entity":{
1055
1055
  "type":"structure",
1056
+ "required":[
1057
+ "entityType",
1058
+ "entityId"
1059
+ ],
1056
1060
  "members":{
1057
1061
  "entityType":{"shape":"string"},
1058
1062
  "entityId":{"shape":"identifier"}
@@ -1102,7 +1106,6 @@
1102
1106
  "type":"structure",
1103
1107
  "members":{
1104
1108
  "modelEndpoint":{"shape":"string"},
1105
- "eventTypeName":{"shape":"identifier"},
1106
1109
  "modelSource":{"shape":"ModelSource"},
1107
1110
  "invokeModelEndpointRoleArn":{"shape":"string"},
1108
1111
  "inputConfiguration":{"shape":"ModelInputConfiguration"},
@@ -1291,7 +1294,7 @@
1291
1294
  "modelVersionNumber"
1292
1295
  ],
1293
1296
  "members":{
1294
- "modelId":{"shape":"identifier"},
1297
+ "modelId":{"shape":"modelIdentifier"},
1295
1298
  "modelType":{"shape":"ModelTypeEnum"},
1296
1299
  "modelVersionNumber":{"shape":"floatVersionString"}
1297
1300
  }
@@ -1299,7 +1302,7 @@
1299
1302
  "GetModelVersionResult":{
1300
1303
  "type":"structure",
1301
1304
  "members":{
1302
- "modelId":{"shape":"identifier"},
1305
+ "modelId":{"shape":"modelIdentifier"},
1303
1306
  "modelType":{"shape":"ModelTypeEnum"},
1304
1307
  "modelVersionNumber":{"shape":"floatVersionString"},
1305
1308
  "trainingDataSource":{"shape":"TrainingDataSourceEnum"},
@@ -1312,7 +1315,7 @@
1312
1315
  "GetModelsRequest":{
1313
1316
  "type":"structure",
1314
1317
  "members":{
1315
- "modelId":{"shape":"identifier"},
1318
+ "modelId":{"shape":"modelIdentifier"},
1316
1319
  "modelType":{"shape":"ModelTypeEnum"},
1317
1320
  "nextToken":{"shape":"string"},
1318
1321
  "maxResults":{"shape":"modelsMaxPageSize"}
@@ -1464,7 +1467,7 @@
1464
1467
  "Model":{
1465
1468
  "type":"structure",
1466
1469
  "members":{
1467
- "modelId":{"shape":"identifier"},
1470
+ "modelId":{"shape":"modelIdentifier"},
1468
1471
  "modelType":{"shape":"ModelTypeEnum"},
1469
1472
  "description":{"shape":"description"},
1470
1473
  "eventTypeName":{"shape":"string"},
@@ -1491,6 +1494,7 @@
1491
1494
  "type":"structure",
1492
1495
  "required":["useEventVariables"],
1493
1496
  "members":{
1497
+ "eventTypeName":{"shape":"identifier"},
1494
1498
  "format":{"shape":"ModelInputDataFormat"},
1495
1499
  "useEventVariables":{"shape":"UseEventVariables"},
1496
1500
  "jsonInputTemplate":{"shape":"string"},
@@ -1548,7 +1552,7 @@
1548
1552
  "modelVersionNumber"
1549
1553
  ],
1550
1554
  "members":{
1551
- "modelId":{"shape":"identifier"},
1555
+ "modelId":{"shape":"modelIdentifier"},
1552
1556
  "modelType":{"shape":"ModelTypeEnum"},
1553
1557
  "modelVersionNumber":{"shape":"nonEmptyString"},
1554
1558
  "arn":{"shape":"fraudDetectorArn"}
@@ -1557,7 +1561,7 @@
1557
1561
  "ModelVersionDetail":{
1558
1562
  "type":"structure",
1559
1563
  "members":{
1560
- "modelId":{"shape":"identifier"},
1564
+ "modelId":{"shape":"modelIdentifier"},
1561
1565
  "modelType":{"shape":"ModelTypeEnum"},
1562
1566
  "modelVersionNumber":{"shape":"floatVersionString"},
1563
1567
  "status":{"shape":"string"},
@@ -1673,7 +1677,6 @@
1673
1677
  ],
1674
1678
  "members":{
1675
1679
  "modelEndpoint":{"shape":"sageMakerEndpointIdentifier"},
1676
- "eventTypeName":{"shape":"identifier"},
1677
1680
  "modelSource":{"shape":"ModelSource"},
1678
1681
  "invokeModelEndpointRoleArn":{"shape":"string"},
1679
1682
  "inputConfiguration":{"shape":"ModelInputConfiguration"},
@@ -1943,7 +1946,7 @@
1943
1946
  "modelType"
1944
1947
  ],
1945
1948
  "members":{
1946
- "modelId":{"shape":"identifier"},
1949
+ "modelId":{"shape":"modelIdentifier"},
1947
1950
  "modelType":{"shape":"ModelTypeEnum"},
1948
1951
  "description":{"shape":"description"}
1949
1952
  }
@@ -1961,7 +1964,7 @@
1961
1964
  "majorVersionNumber"
1962
1965
  ],
1963
1966
  "members":{
1964
- "modelId":{"shape":"identifier"},
1967
+ "modelId":{"shape":"modelIdentifier"},
1965
1968
  "modelType":{"shape":"ModelTypeEnum"},
1966
1969
  "majorVersionNumber":{"shape":"wholeNumberVersionString"},
1967
1970
  "externalEventsDetail":{"shape":"ExternalEventsDetail"},
@@ -1971,7 +1974,7 @@
1971
1974
  "UpdateModelVersionResult":{
1972
1975
  "type":"structure",
1973
1976
  "members":{
1974
- "modelId":{"shape":"identifier"},
1977
+ "modelId":{"shape":"modelIdentifier"},
1975
1978
  "modelType":{"shape":"ModelTypeEnum"},
1976
1979
  "modelVersionNumber":{"shape":"floatVersionString"},
1977
1980
  "status":{"shape":"string"}
@@ -1986,7 +1989,7 @@
1986
1989
  "status"
1987
1990
  ],
1988
1991
  "members":{
1989
- "modelId":{"shape":"identifier"},
1992
+ "modelId":{"shape":"modelIdentifier"},
1990
1993
  "modelType":{"shape":"ModelTypeEnum"},
1991
1994
  "modelVersionNumber":{"shape":"floatVersionString"},
1992
1995
  "status":{"shape":"ModelVersionStatus"}
@@ -2189,6 +2192,12 @@
2189
2192
  "type":"list",
2190
2193
  "member":{"shape":"MetricDataPoint"}
2191
2194
  },
2195
+ "modelIdentifier":{
2196
+ "type":"string",
2197
+ "max":64,
2198
+ "min":1,
2199
+ "pattern":"^[0-9a-z_]+$"
2200
+ },
2192
2201
  "modelList":{
2193
2202
  "type":"list",
2194
2203
  "member":{"shape":"Model"}
@@ -1539,6 +1539,23 @@
1539
1539
  {"shape":"OperationTimeoutException"}
1540
1540
  ]
1541
1541
  },
1542
+ "ResumeWorkflowRun":{
1543
+ "name":"ResumeWorkflowRun",
1544
+ "http":{
1545
+ "method":"POST",
1546
+ "requestUri":"/"
1547
+ },
1548
+ "input":{"shape":"ResumeWorkflowRunRequest"},
1549
+ "output":{"shape":"ResumeWorkflowRunResponse"},
1550
+ "errors":[
1551
+ {"shape":"InvalidInputException"},
1552
+ {"shape":"EntityNotFoundException"},
1553
+ {"shape":"InternalServiceException"},
1554
+ {"shape":"OperationTimeoutException"},
1555
+ {"shape":"ConcurrentRunsExceededException"},
1556
+ {"shape":"IllegalWorkflowStateException"}
1557
+ ]
1558
+ },
1542
1559
  "SearchTables":{
1543
1560
  "name":"SearchTables",
1544
1561
  "http":{
@@ -5267,6 +5284,10 @@
5267
5284
  "CrawlerDetails":{"shape":"CrawlerNodeDetails"}
5268
5285
  }
5269
5286
  },
5287
+ "NodeIdList":{
5288
+ "type":"list",
5289
+ "member":{"shape":"NameString"}
5290
+ },
5270
5291
  "NodeList":{
5271
5292
  "type":"list",
5272
5293
  "member":{"shape":"Node"}
@@ -5607,6 +5628,26 @@
5607
5628
  "max":1000,
5608
5629
  "min":0
5609
5630
  },
5631
+ "ResumeWorkflowRunRequest":{
5632
+ "type":"structure",
5633
+ "required":[
5634
+ "Name",
5635
+ "RunId",
5636
+ "NodeIds"
5637
+ ],
5638
+ "members":{
5639
+ "Name":{"shape":"NameString"},
5640
+ "RunId":{"shape":"IdString"},
5641
+ "NodeIds":{"shape":"NodeIdList"}
5642
+ }
5643
+ },
5644
+ "ResumeWorkflowRunResponse":{
5645
+ "type":"structure",
5646
+ "members":{
5647
+ "RunId":{"shape":"IdString"},
5648
+ "NodeIds":{"shape":"NodeIdList"}
5649
+ }
5650
+ },
5610
5651
  "Role":{"type":"string"},
5611
5652
  "RoleArn":{
5612
5653
  "type":"string",
@@ -6831,6 +6872,7 @@
6831
6872
  "members":{
6832
6873
  "Name":{"shape":"NameString"},
6833
6874
  "WorkflowRunId":{"shape":"IdString"},
6875
+ "PreviousRunId":{"shape":"IdString"},
6834
6876
  "WorkflowRunProperties":{"shape":"WorkflowRunProperties"},
6835
6877
  "StartedOn":{"shape":"TimestampValue"},
6836
6878
  "CompletedOn":{"shape":"TimestampValue"},
@@ -432,6 +432,20 @@
432
432
  {"shape":"InternalServerErrorException"}
433
433
  ]
434
434
  },
435
+ "GetMemberDetectors":{
436
+ "name":"GetMemberDetectors",
437
+ "http":{
438
+ "method":"POST",
439
+ "requestUri":"/detector/{detectorId}/member/detector/get",
440
+ "responseCode":200
441
+ },
442
+ "input":{"shape":"GetMemberDetectorsRequest"},
443
+ "output":{"shape":"GetMemberDetectorsResponse"},
444
+ "errors":[
445
+ {"shape":"BadRequestException"},
446
+ {"shape":"InternalServerErrorException"}
447
+ ]
448
+ },
435
449
  "GetMembers":{
436
450
  "name":"GetMembers",
437
451
  "http":{
@@ -460,6 +474,20 @@
460
474
  {"shape":"InternalServerErrorException"}
461
475
  ]
462
476
  },
477
+ "GetUsageStatistics":{
478
+ "name":"GetUsageStatistics",
479
+ "http":{
480
+ "method":"POST",
481
+ "requestUri":"/detector/{detectorId}/usage/statistics",
482
+ "responseCode":200
483
+ },
484
+ "input":{"shape":"GetUsageStatisticsRequest"},
485
+ "output":{"shape":"GetUsageStatisticsResponse"},
486
+ "errors":[
487
+ {"shape":"BadRequestException"},
488
+ {"shape":"InternalServerErrorException"}
489
+ ]
490
+ },
463
491
  "InviteMembers":{
464
492
  "name":"InviteMembers",
465
493
  "http":{
@@ -740,6 +768,20 @@
740
768
  {"shape":"InternalServerErrorException"}
741
769
  ]
742
770
  },
771
+ "UpdateMemberDetectors":{
772
+ "name":"UpdateMemberDetectors",
773
+ "http":{
774
+ "method":"POST",
775
+ "requestUri":"/detector/{detectorId}/member/detector/update",
776
+ "responseCode":200
777
+ },
778
+ "input":{"shape":"UpdateMemberDetectorsRequest"},
779
+ "output":{"shape":"UpdateMemberDetectorsResponse"},
780
+ "errors":[
781
+ {"shape":"BadRequestException"},
782
+ {"shape":"InternalServerErrorException"}
783
+ ]
784
+ },
743
785
  "UpdateOrganizationConfiguration":{
744
786
  "name":"UpdateOrganizationConfiguration",
745
787
  "http":{
@@ -1071,6 +1113,16 @@
1071
1113
  "max":64,
1072
1114
  "min":0
1073
1115
  },
1116
+ "CloudTrailConfigurationResult":{
1117
+ "type":"structure",
1118
+ "required":["Status"],
1119
+ "members":{
1120
+ "Status":{
1121
+ "shape":"DataSourceStatus",
1122
+ "locationName":"status"
1123
+ }
1124
+ }
1125
+ },
1074
1126
  "Condition":{
1075
1127
  "type":"structure",
1076
1128
  "members":{
@@ -1165,6 +1217,10 @@
1165
1217
  "shape":"FindingPublishingFrequency",
1166
1218
  "locationName":"findingPublishingFrequency"
1167
1219
  },
1220
+ "DataSources":{
1221
+ "shape":"DataSourceConfigurations",
1222
+ "locationName":"dataSources"
1223
+ },
1168
1224
  "Tags":{
1169
1225
  "shape":"TagMap",
1170
1226
  "locationName":"tags"
@@ -1429,6 +1485,74 @@
1429
1485
  "key":{"shape":"String"},
1430
1486
  "value":{"shape":"Condition"}
1431
1487
  },
1488
+ "DNSLogsConfigurationResult":{
1489
+ "type":"structure",
1490
+ "required":["Status"],
1491
+ "members":{
1492
+ "Status":{
1493
+ "shape":"DataSourceStatus",
1494
+ "locationName":"status"
1495
+ }
1496
+ }
1497
+ },
1498
+ "DataSource":{
1499
+ "type":"string",
1500
+ "enum":[
1501
+ "FLOW_LOGS",
1502
+ "CLOUD_TRAIL",
1503
+ "DNS_LOGS",
1504
+ "S3_LOGS"
1505
+ ]
1506
+ },
1507
+ "DataSourceConfigurations":{
1508
+ "type":"structure",
1509
+ "members":{
1510
+ "S3Logs":{
1511
+ "shape":"S3LogsConfiguration",
1512
+ "locationName":"s3Logs"
1513
+ }
1514
+ }
1515
+ },
1516
+ "DataSourceConfigurationsResult":{
1517
+ "type":"structure",
1518
+ "required":[
1519
+ "CloudTrail",
1520
+ "DNSLogs",
1521
+ "FlowLogs",
1522
+ "S3Logs"
1523
+ ],
1524
+ "members":{
1525
+ "CloudTrail":{
1526
+ "shape":"CloudTrailConfigurationResult",
1527
+ "locationName":"cloudTrail"
1528
+ },
1529
+ "DNSLogs":{
1530
+ "shape":"DNSLogsConfigurationResult",
1531
+ "locationName":"dnsLogs"
1532
+ },
1533
+ "FlowLogs":{
1534
+ "shape":"FlowLogsConfigurationResult",
1535
+ "locationName":"flowLogs"
1536
+ },
1537
+ "S3Logs":{
1538
+ "shape":"S3LogsConfigurationResult",
1539
+ "locationName":"s3Logs"
1540
+ }
1541
+ }
1542
+ },
1543
+ "DataSourceList":{
1544
+ "type":"list",
1545
+ "member":{"shape":"DataSource"}
1546
+ },
1547
+ "DataSourceStatus":{
1548
+ "type":"string",
1549
+ "enum":[
1550
+ "ENABLED",
1551
+ "DISABLED"
1552
+ ],
1553
+ "max":300,
1554
+ "min":1
1555
+ },
1432
1556
  "DeclineInvitationsRequest":{
1433
1557
  "type":"structure",
1434
1558
  "required":["AccountIds"],
@@ -1647,6 +1771,10 @@
1647
1771
  "MemberAccountLimitReached":{
1648
1772
  "shape":"Boolean",
1649
1773
  "locationName":"memberAccountLimitReached"
1774
+ },
1775
+ "DataSources":{
1776
+ "shape":"OrganizationDataSourceConfigurationsResult",
1777
+ "locationName":"dataSources"
1650
1778
  }
1651
1779
  }
1652
1780
  },
@@ -2059,6 +2187,16 @@
2059
2187
  "max":50,
2060
2188
  "min":0
2061
2189
  },
2190
+ "FlowLogsConfigurationResult":{
2191
+ "type":"structure",
2192
+ "required":["Status"],
2193
+ "members":{
2194
+ "Status":{
2195
+ "shape":"DataSourceStatus",
2196
+ "locationName":"status"
2197
+ }
2198
+ }
2199
+ },
2062
2200
  "GeoLocation":{
2063
2201
  "type":"structure",
2064
2202
  "members":{
@@ -2110,6 +2248,10 @@
2110
2248
  "shape":"String",
2111
2249
  "locationName":"updatedAt"
2112
2250
  },
2251
+ "DataSources":{
2252
+ "shape":"DataSourceConfigurationsResult",
2253
+ "locationName":"dataSources"
2254
+ },
2113
2255
  "Tags":{
2114
2256
  "shape":"TagMap",
2115
2257
  "locationName":"tags"
@@ -2318,6 +2460,41 @@
2318
2460
  }
2319
2461
  }
2320
2462
  },
2463
+ "GetMemberDetectorsRequest":{
2464
+ "type":"structure",
2465
+ "required":[
2466
+ "DetectorId",
2467
+ "AccountIds"
2468
+ ],
2469
+ "members":{
2470
+ "DetectorId":{
2471
+ "shape":"DetectorId",
2472
+ "location":"uri",
2473
+ "locationName":"detectorId"
2474
+ },
2475
+ "AccountIds":{
2476
+ "shape":"AccountIds",
2477
+ "locationName":"accountIds"
2478
+ }
2479
+ }
2480
+ },
2481
+ "GetMemberDetectorsResponse":{
2482
+ "type":"structure",
2483
+ "required":[
2484
+ "MemberDataSourceConfigurations",
2485
+ "UnprocessedAccounts"
2486
+ ],
2487
+ "members":{
2488
+ "MemberDataSourceConfigurations":{
2489
+ "shape":"MemberDataSourceConfigurations",
2490
+ "locationName":"members"
2491
+ },
2492
+ "UnprocessedAccounts":{
2493
+ "shape":"UnprocessedAccounts",
2494
+ "locationName":"unprocessedAccounts"
2495
+ }
2496
+ }
2497
+ },
2321
2498
  "GetMembersRequest":{
2322
2499
  "type":"structure",
2323
2500
  "required":[
@@ -2403,6 +2580,54 @@
2403
2580
  }
2404
2581
  }
2405
2582
  },
2583
+ "GetUsageStatisticsRequest":{
2584
+ "type":"structure",
2585
+ "required":[
2586
+ "DetectorId",
2587
+ "UsageStatisticType",
2588
+ "UsageCriteria"
2589
+ ],
2590
+ "members":{
2591
+ "DetectorId":{
2592
+ "shape":"DetectorId",
2593
+ "location":"uri",
2594
+ "locationName":"detectorId"
2595
+ },
2596
+ "UsageStatisticType":{
2597
+ "shape":"UsageStatisticType",
2598
+ "locationName":"usageStatisticsType"
2599
+ },
2600
+ "UsageCriteria":{
2601
+ "shape":"UsageCriteria",
2602
+ "locationName":"usageCriteria"
2603
+ },
2604
+ "Unit":{
2605
+ "shape":"String",
2606
+ "locationName":"unit"
2607
+ },
2608
+ "MaxResults":{
2609
+ "shape":"MaxResults",
2610
+ "locationName":"maxResults"
2611
+ },
2612
+ "NextToken":{
2613
+ "shape":"String",
2614
+ "locationName":"nextToken"
2615
+ }
2616
+ }
2617
+ },
2618
+ "GetUsageStatisticsResponse":{
2619
+ "type":"structure",
2620
+ "members":{
2621
+ "UsageStatistics":{
2622
+ "shape":"UsageStatistics",
2623
+ "locationName":"usageStatistics"
2624
+ },
2625
+ "NextToken":{
2626
+ "shape":"String",
2627
+ "locationName":"nextToken"
2628
+ }
2629
+ }
2630
+ },
2406
2631
  "GuardDutyArn":{
2407
2632
  "type":"string",
2408
2633
  "pattern":"^arn:[A-Za-z_.-]{1,20}:guardduty:[A-Za-z0-9_/.-]{0,63}:\\d+:detector/[A-Za-z0-9_/.-]{32,264}$"
@@ -3012,6 +3237,29 @@
3012
3237
  }
3013
3238
  }
3014
3239
  },
3240
+ "MemberDataSourceConfiguration":{
3241
+ "type":"structure",
3242
+ "required":[
3243
+ "AccountId",
3244
+ "DataSources"
3245
+ ],
3246
+ "members":{
3247
+ "AccountId":{
3248
+ "shape":"AccountId",
3249
+ "locationName":"accountId"
3250
+ },
3251
+ "DataSources":{
3252
+ "shape":"DataSourceConfigurationsResult",
3253
+ "locationName":"dataSources"
3254
+ }
3255
+ }
3256
+ },
3257
+ "MemberDataSourceConfigurations":{
3258
+ "type":"list",
3259
+ "member":{"shape":"MemberDataSourceConfiguration"},
3260
+ "max":50,
3261
+ "min":1
3262
+ },
3015
3263
  "Members":{
3016
3264
  "type":"list",
3017
3265
  "member":{"shape":"Member"},
@@ -3141,6 +3389,45 @@
3141
3389
  }
3142
3390
  }
3143
3391
  },
3392
+ "OrganizationDataSourceConfigurations":{
3393
+ "type":"structure",
3394
+ "members":{
3395
+ "S3Logs":{
3396
+ "shape":"OrganizationS3LogsConfiguration",
3397
+ "locationName":"s3Logs"
3398
+ }
3399
+ }
3400
+ },
3401
+ "OrganizationDataSourceConfigurationsResult":{
3402
+ "type":"structure",
3403
+ "required":["S3Logs"],
3404
+ "members":{
3405
+ "S3Logs":{
3406
+ "shape":"OrganizationS3LogsConfigurationResult",
3407
+ "locationName":"s3Logs"
3408
+ }
3409
+ }
3410
+ },
3411
+ "OrganizationS3LogsConfiguration":{
3412
+ "type":"structure",
3413
+ "required":["AutoEnable"],
3414
+ "members":{
3415
+ "AutoEnable":{
3416
+ "shape":"Boolean",
3417
+ "locationName":"autoEnable"
3418
+ }
3419
+ }
3420
+ },
3421
+ "OrganizationS3LogsConfigurationResult":{
3422
+ "type":"structure",
3423
+ "required":["AutoEnable"],
3424
+ "members":{
3425
+ "AutoEnable":{
3426
+ "shape":"Boolean",
3427
+ "locationName":"autoEnable"
3428
+ }
3429
+ }
3430
+ },
3144
3431
  "Owner":{
3145
3432
  "type":"structure",
3146
3433
  "members":{
@@ -3314,6 +3601,10 @@
3314
3601
  }
3315
3602
  }
3316
3603
  },
3604
+ "ResourceList":{
3605
+ "type":"list",
3606
+ "member":{"shape":"String"}
3607
+ },
3317
3608
  "S3BucketDetail":{
3318
3609
  "type":"structure",
3319
3610
  "members":{
@@ -3355,6 +3646,26 @@
3355
3646
  "type":"list",
3356
3647
  "member":{"shape":"S3BucketDetail"}
3357
3648
  },
3649
+ "S3LogsConfiguration":{
3650
+ "type":"structure",
3651
+ "required":["Enable"],
3652
+ "members":{
3653
+ "Enable":{
3654
+ "shape":"Boolean",
3655
+ "locationName":"enable"
3656
+ }
3657
+ }
3658
+ },
3659
+ "S3LogsConfigurationResult":{
3660
+ "type":"structure",
3661
+ "required":["Status"],
3662
+ "members":{
3663
+ "Status":{
3664
+ "shape":"DataSourceStatus",
3665
+ "locationName":"status"
3666
+ }
3667
+ }
3668
+ },
3358
3669
  "SecurityGroup":{
3359
3670
  "type":"structure",
3360
3671
  "members":{
@@ -3605,6 +3916,19 @@
3605
3916
  "member":{"shape":"String"}
3606
3917
  },
3607
3918
  "Timestamp":{"type":"timestamp"},
3919
+ "Total":{
3920
+ "type":"structure",
3921
+ "members":{
3922
+ "Amount":{
3923
+ "shape":"String",
3924
+ "locationName":"amount"
3925
+ },
3926
+ "Unit":{
3927
+ "shape":"String",
3928
+ "locationName":"unit"
3929
+ }
3930
+ }
3931
+ },
3608
3932
  "UnarchiveFindingsRequest":{
3609
3933
  "type":"structure",
3610
3934
  "required":[
@@ -3691,6 +4015,10 @@
3691
4015
  "FindingPublishingFrequency":{
3692
4016
  "shape":"FindingPublishingFrequency",
3693
4017
  "locationName":"findingPublishingFrequency"
4018
+ },
4019
+ "DataSources":{
4020
+ "shape":"DataSourceConfigurations",
4021
+ "locationName":"dataSources"
3694
4022
  }
3695
4023
  }
3696
4024
  },
@@ -3812,6 +4140,38 @@
3812
4140
  "members":{
3813
4141
  }
3814
4142
  },
4143
+ "UpdateMemberDetectorsRequest":{
4144
+ "type":"structure",
4145
+ "required":[
4146
+ "DetectorId",
4147
+ "AccountIds"
4148
+ ],
4149
+ "members":{
4150
+ "DetectorId":{
4151
+ "shape":"DetectorId",
4152
+ "location":"uri",
4153
+ "locationName":"detectorId"
4154
+ },
4155
+ "AccountIds":{
4156
+ "shape":"AccountIds",
4157
+ "locationName":"accountIds"
4158
+ },
4159
+ "DataSources":{
4160
+ "shape":"DataSourceConfigurations",
4161
+ "locationName":"dataSources"
4162
+ }
4163
+ }
4164
+ },
4165
+ "UpdateMemberDetectorsResponse":{
4166
+ "type":"structure",
4167
+ "required":["UnprocessedAccounts"],
4168
+ "members":{
4169
+ "UnprocessedAccounts":{
4170
+ "shape":"UnprocessedAccounts",
4171
+ "locationName":"unprocessedAccounts"
4172
+ }
4173
+ }
4174
+ },
3815
4175
  "UpdateOrganizationConfigurationRequest":{
3816
4176
  "type":"structure",
3817
4177
  "required":[
@@ -3827,6 +4187,10 @@
3827
4187
  "AutoEnable":{
3828
4188
  "shape":"Boolean",
3829
4189
  "locationName":"autoEnable"
4190
+ },
4191
+ "DataSources":{
4192
+ "shape":"OrganizationDataSourceConfigurations",
4193
+ "locationName":"dataSources"
3830
4194
  }
3831
4195
  }
3832
4196
  },
@@ -3898,6 +4262,105 @@
3898
4262
  "type":"structure",
3899
4263
  "members":{
3900
4264
  }
4265
+ },
4266
+ "UsageAccountResult":{
4267
+ "type":"structure",
4268
+ "members":{
4269
+ "AccountId":{
4270
+ "shape":"AccountId",
4271
+ "locationName":"accountId"
4272
+ },
4273
+ "Total":{
4274
+ "shape":"Total",
4275
+ "locationName":"total"
4276
+ }
4277
+ }
4278
+ },
4279
+ "UsageAccountResultList":{
4280
+ "type":"list",
4281
+ "member":{"shape":"UsageAccountResult"}
4282
+ },
4283
+ "UsageCriteria":{
4284
+ "type":"structure",
4285
+ "required":["DataSources"],
4286
+ "members":{
4287
+ "AccountIds":{
4288
+ "shape":"AccountIds",
4289
+ "locationName":"accountIds"
4290
+ },
4291
+ "DataSources":{
4292
+ "shape":"DataSourceList",
4293
+ "locationName":"dataSources"
4294
+ },
4295
+ "Resources":{
4296
+ "shape":"ResourceList",
4297
+ "locationName":"resources"
4298
+ }
4299
+ }
4300
+ },
4301
+ "UsageDataSourceResult":{
4302
+ "type":"structure",
4303
+ "members":{
4304
+ "DataSource":{
4305
+ "shape":"DataSource",
4306
+ "locationName":"dataSource"
4307
+ },
4308
+ "Total":{
4309
+ "shape":"Total",
4310
+ "locationName":"total"
4311
+ }
4312
+ }
4313
+ },
4314
+ "UsageDataSourceResultList":{
4315
+ "type":"list",
4316
+ "member":{"shape":"UsageDataSourceResult"}
4317
+ },
4318
+ "UsageResourceResult":{
4319
+ "type":"structure",
4320
+ "members":{
4321
+ "Resource":{
4322
+ "shape":"String",
4323
+ "locationName":"resource"
4324
+ },
4325
+ "Total":{
4326
+ "shape":"Total",
4327
+ "locationName":"total"
4328
+ }
4329
+ }
4330
+ },
4331
+ "UsageResourceResultList":{
4332
+ "type":"list",
4333
+ "member":{"shape":"UsageResourceResult"}
4334
+ },
4335
+ "UsageStatisticType":{
4336
+ "type":"string",
4337
+ "enum":[
4338
+ "SUM_BY_ACCOUNT",
4339
+ "SUM_BY_DATA_SOURCE",
4340
+ "SUM_BY_RESOURCE",
4341
+ "TOP_RESOURCES"
4342
+ ]
4343
+ },
4344
+ "UsageStatistics":{
4345
+ "type":"structure",
4346
+ "members":{
4347
+ "SumByAccount":{
4348
+ "shape":"UsageAccountResultList",
4349
+ "locationName":"sumByAccount"
4350
+ },
4351
+ "SumByDataSource":{
4352
+ "shape":"UsageDataSourceResultList",
4353
+ "locationName":"sumByDataSource"
4354
+ },
4355
+ "SumByResource":{
4356
+ "shape":"UsageResourceResultList",
4357
+ "locationName":"sumByResource"
4358
+ },
4359
+ "TopResources":{
4360
+ "shape":"UsageResourceResultList",
4361
+ "locationName":"topResources"
4362
+ }
4363
+ }
3901
4364
  }
3902
4365
  }
3903
4366
  }