aws-sdk-core 2.11.551 → 2.11.556

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/apis/autoscaling/2011-01-01/api-2.json +31 -2
  3. data/apis/codebuild/2016-10-06/api-2.json +504 -9
  4. data/apis/codebuild/2016-10-06/paginators-1.json +18 -0
  5. data/apis/datasync/2018-11-09/api-2.json +134 -18
  6. data/apis/dms/2016-01-01/api-2.json +362 -4
  7. data/apis/dms/2016-01-01/paginators-1.json +15 -0
  8. data/apis/ec2/2016-11-15/api-2.json +105 -3
  9. data/apis/ec2/2016-11-15/paginators-1.json +6 -0
  10. data/apis/ecr/2015-09-21/api-2.json +47 -9
  11. data/apis/firehose/2015-08-04/api-2.json +167 -2
  12. data/apis/frauddetector/2019-11-15/api-2.json +34 -94
  13. data/apis/glue/2017-03-31/api-2.json +42 -0
  14. data/apis/guardduty/2017-11-28/api-2.json +463 -0
  15. data/apis/guardduty/2017-11-28/paginators-1.json +5 -0
  16. data/apis/imagebuilder/2019-12-02/api-2.json +1 -1
  17. data/apis/ivs/2020-07-14/api-2.json +18 -5
  18. data/apis/kafka/2018-11-14/api-2.json +65 -0
  19. data/apis/kendra/2019-02-03/api-2.json +38 -4
  20. data/apis/macie2/2020-01-01/api-2.json +23 -2
  21. data/apis/mediaconnect/2018-11-14/api-2.json +19 -0
  22. data/apis/medialive/2017-10-14/api-2.json +52 -2
  23. data/apis/mediapackage/2017-10-12/api-2.json +5 -4
  24. data/apis/monitoring/2010-08-01/api-2.json +6 -1
  25. data/apis/mq/2017-11-27/api-2.json +202 -0
  26. data/apis/mq/2017-11-27/paginators-1.json +8 -1
  27. data/apis/resource-groups/2017-11-27/api-2.json +244 -60
  28. data/apis/sagemaker/2017-07-24/api-2.json +286 -34
  29. data/apis/sagemaker/2017-07-24/paginators-1.json +6 -0
  30. data/apis/securityhub/2018-10-26/api-2.json +29 -1
  31. data/apis/servicecatalog/2015-12-10/api-2.json +34 -8
  32. data/apis/sesv2/2019-09-27/api-2.json +870 -16
  33. data/apis/sesv2/2019-09-27/paginators-1.json +10 -0
  34. data/endpoints.json +37 -0
  35. data/lib/aws-sdk-core/version.rb +1 -1
  36. metadata +2 -2
@@ -379,22 +379,6 @@
379
379
  {"shape":"AccessDeniedException"}
380
380
  ]
381
381
  },
382
- "GetPrediction":{
383
- "name":"GetPrediction",
384
- "http":{
385
- "method":"POST",
386
- "requestUri":"/"
387
- },
388
- "input":{"shape":"GetPredictionRequest"},
389
- "output":{"shape":"GetPredictionResult"},
390
- "errors":[
391
- {"shape":"ValidationException"},
392
- {"shape":"ResourceNotFoundException"},
393
- {"shape":"InternalServerException"},
394
- {"shape":"ThrottlingException"},
395
- {"shape":"AccessDeniedException"}
396
- ]
397
- },
398
382
  "GetRules":{
399
383
  "name":"GetRules",
400
384
  "http":{
@@ -813,7 +797,7 @@
813
797
  "eventTypeName"
814
798
  ],
815
799
  "members":{
816
- "modelId":{"shape":"identifier"},
800
+ "modelId":{"shape":"modelIdentifier"},
817
801
  "modelType":{"shape":"ModelTypeEnum"},
818
802
  "description":{"shape":"description"},
819
803
  "eventTypeName":{"shape":"string"},
@@ -834,7 +818,7 @@
834
818
  "trainingDataSchema"
835
819
  ],
836
820
  "members":{
837
- "modelId":{"shape":"identifier"},
821
+ "modelId":{"shape":"modelIdentifier"},
838
822
  "modelType":{"shape":"ModelTypeEnum"},
839
823
  "trainingDataSource":{"shape":"TrainingDataSourceEnum"},
840
824
  "trainingDataSchema":{"shape":"TrainingDataSchema"},
@@ -845,7 +829,7 @@
845
829
  "CreateModelVersionResult":{
846
830
  "type":"structure",
847
831
  "members":{
848
- "modelId":{"shape":"identifier"},
832
+ "modelId":{"shape":"modelIdentifier"},
849
833
  "modelType":{"shape":"ModelTypeEnum"},
850
834
  "modelVersionNumber":{"shape":"nonEmptyString"},
851
835
  "status":{"shape":"string"}
@@ -1005,7 +989,7 @@
1005
989
  "DescribeModelVersionsRequest":{
1006
990
  "type":"structure",
1007
991
  "members":{
1008
- "modelId":{"shape":"identifier"},
992
+ "modelId":{"shape":"modelIdentifier"},
1009
993
  "modelVersionNumber":{"shape":"floatVersionString"},
1010
994
  "modelType":{"shape":"ModelTypeEnum"},
1011
995
  "nextToken":{"shape":"string"},
@@ -1069,6 +1053,10 @@
1069
1053
  },
1070
1054
  "Entity":{
1071
1055
  "type":"structure",
1056
+ "required":[
1057
+ "entityType",
1058
+ "entityId"
1059
+ ],
1072
1060
  "members":{
1073
1061
  "entityType":{"shape":"string"},
1074
1062
  "entityId":{"shape":"identifier"}
@@ -1084,11 +1072,6 @@
1084
1072
  "arn":{"shape":"fraudDetectorArn"}
1085
1073
  }
1086
1074
  },
1087
- "EventAttributeMap":{
1088
- "type":"map",
1089
- "key":{"shape":"attributeKey"},
1090
- "value":{"shape":"attributeValue"}
1091
- },
1092
1075
  "EventType":{
1093
1076
  "type":"structure",
1094
1077
  "members":{
@@ -1123,9 +1106,8 @@
1123
1106
  "type":"structure",
1124
1107
  "members":{
1125
1108
  "modelEndpoint":{"shape":"string"},
1126
- "eventTypeName":{"shape":"identifier"},
1127
1109
  "modelSource":{"shape":"ModelSource"},
1128
- "role":{"shape":"Role"},
1110
+ "invokeModelEndpointRoleArn":{"shape":"string"},
1129
1111
  "inputConfiguration":{"shape":"ModelInputConfiguration"},
1130
1112
  "outputConfiguration":{"shape":"ModelOutputConfiguration"},
1131
1113
  "modelEndpointStatus":{"shape":"ModelEndpointStatus"},
@@ -1237,7 +1219,7 @@
1237
1219
  ],
1238
1220
  "members":{
1239
1221
  "detectorId":{"shape":"string"},
1240
- "detectorVersionId":{"shape":"string"},
1222
+ "detectorVersionId":{"shape":"wholeNumberVersionString"},
1241
1223
  "eventId":{"shape":"string"},
1242
1224
  "eventTypeName":{"shape":"string"},
1243
1225
  "entities":{"shape":"listOfEntities"},
@@ -1312,7 +1294,7 @@
1312
1294
  "modelVersionNumber"
1313
1295
  ],
1314
1296
  "members":{
1315
- "modelId":{"shape":"identifier"},
1297
+ "modelId":{"shape":"modelIdentifier"},
1316
1298
  "modelType":{"shape":"ModelTypeEnum"},
1317
1299
  "modelVersionNumber":{"shape":"floatVersionString"}
1318
1300
  }
@@ -1320,7 +1302,7 @@
1320
1302
  "GetModelVersionResult":{
1321
1303
  "type":"structure",
1322
1304
  "members":{
1323
- "modelId":{"shape":"identifier"},
1305
+ "modelId":{"shape":"modelIdentifier"},
1324
1306
  "modelType":{"shape":"ModelTypeEnum"},
1325
1307
  "modelVersionNumber":{"shape":"floatVersionString"},
1326
1308
  "trainingDataSource":{"shape":"TrainingDataSourceEnum"},
@@ -1333,7 +1315,7 @@
1333
1315
  "GetModelsRequest":{
1334
1316
  "type":"structure",
1335
1317
  "members":{
1336
- "modelId":{"shape":"identifier"},
1318
+ "modelId":{"shape":"modelIdentifier"},
1337
1319
  "modelType":{"shape":"ModelTypeEnum"},
1338
1320
  "nextToken":{"shape":"string"},
1339
1321
  "maxResults":{"shape":"modelsMaxPageSize"}
@@ -1361,28 +1343,6 @@
1361
1343
  "nextToken":{"shape":"string"}
1362
1344
  }
1363
1345
  },
1364
- "GetPredictionRequest":{
1365
- "type":"structure",
1366
- "required":[
1367
- "detectorId",
1368
- "eventId"
1369
- ],
1370
- "members":{
1371
- "detectorId":{"shape":"string"},
1372
- "detectorVersionId":{"shape":"string"},
1373
- "eventId":{"shape":"string"},
1374
- "eventAttributes":{"shape":"EventAttributeMap"},
1375
- "externalModelEndpointDataBlobs":{"shape":"ExternalModelEndpointDataBlobMap"}
1376
- }
1377
- },
1378
- "GetPredictionResult":{
1379
- "type":"structure",
1380
- "members":{
1381
- "outcomes":{"shape":"ListOfStrings"},
1382
- "modelScores":{"shape":"ListOfModelScores"},
1383
- "ruleResults":{"shape":"ListOfRuleResults"}
1384
- }
1385
- },
1386
1346
  "GetRulesRequest":{
1387
1347
  "type":"structure",
1388
1348
  "required":["detectorId"],
@@ -1507,7 +1467,7 @@
1507
1467
  "Model":{
1508
1468
  "type":"structure",
1509
1469
  "members":{
1510
- "modelId":{"shape":"identifier"},
1470
+ "modelId":{"shape":"modelIdentifier"},
1511
1471
  "modelType":{"shape":"ModelTypeEnum"},
1512
1472
  "description":{"shape":"description"},
1513
1473
  "eventTypeName":{"shape":"string"},
@@ -1534,6 +1494,7 @@
1534
1494
  "type":"structure",
1535
1495
  "required":["useEventVariables"],
1536
1496
  "members":{
1497
+ "eventTypeName":{"shape":"identifier"},
1537
1498
  "format":{"shape":"ModelInputDataFormat"},
1538
1499
  "useEventVariables":{"shape":"UseEventVariables"},
1539
1500
  "jsonInputTemplate":{"shape":"string"},
@@ -1591,7 +1552,7 @@
1591
1552
  "modelVersionNumber"
1592
1553
  ],
1593
1554
  "members":{
1594
- "modelId":{"shape":"identifier"},
1555
+ "modelId":{"shape":"modelIdentifier"},
1595
1556
  "modelType":{"shape":"ModelTypeEnum"},
1596
1557
  "modelVersionNumber":{"shape":"nonEmptyString"},
1597
1558
  "arn":{"shape":"fraudDetectorArn"}
@@ -1600,7 +1561,7 @@
1600
1561
  "ModelVersionDetail":{
1601
1562
  "type":"structure",
1602
1563
  "members":{
1603
- "modelId":{"shape":"identifier"},
1564
+ "modelId":{"shape":"modelIdentifier"},
1604
1565
  "modelType":{"shape":"ModelTypeEnum"},
1605
1566
  "modelVersionNumber":{"shape":"floatVersionString"},
1606
1567
  "status":{"shape":"string"},
@@ -1616,16 +1577,8 @@
1616
1577
  "ModelVersionStatus":{
1617
1578
  "type":"string",
1618
1579
  "enum":[
1619
- "TRAINING_IN_PROGRESS",
1620
- "TRAINING_COMPLETE",
1621
- "ACTIVATE_REQUESTED",
1622
- "ACTIVATE_IN_PROGRESS",
1623
1580
  "ACTIVE",
1624
- "INACTIVATE_IN_PROGRESS",
1625
- "INACTIVE",
1626
- "DELETE_REQUESTED",
1627
- "DELETE_IN_PROGRESS",
1628
- "ERROR"
1581
+ "INACTIVE"
1629
1582
  ]
1630
1583
  },
1631
1584
  "NameList":{
@@ -1717,16 +1670,15 @@
1717
1670
  "required":[
1718
1671
  "modelEndpoint",
1719
1672
  "modelSource",
1720
- "role",
1673
+ "invokeModelEndpointRoleArn",
1721
1674
  "inputConfiguration",
1722
1675
  "outputConfiguration",
1723
1676
  "modelEndpointStatus"
1724
1677
  ],
1725
1678
  "members":{
1726
1679
  "modelEndpoint":{"shape":"sageMakerEndpointIdentifier"},
1727
- "eventTypeName":{"shape":"identifier"},
1728
1680
  "modelSource":{"shape":"ModelSource"},
1729
- "role":{"shape":"Role"},
1681
+ "invokeModelEndpointRoleArn":{"shape":"string"},
1730
1682
  "inputConfiguration":{"shape":"ModelInputConfiguration"},
1731
1683
  "outputConfiguration":{"shape":"ModelOutputConfiguration"},
1732
1684
  "modelEndpointStatus":{"shape":"ModelEndpointStatus"},
@@ -1786,17 +1738,6 @@
1786
1738
  },
1787
1739
  "exception":true
1788
1740
  },
1789
- "Role":{
1790
- "type":"structure",
1791
- "required":[
1792
- "arn",
1793
- "name"
1794
- ],
1795
- "members":{
1796
- "arn":{"shape":"string"},
1797
- "name":{"shape":"string"}
1798
- }
1799
- },
1800
1741
  "Rule":{
1801
1742
  "type":"structure",
1802
1743
  "required":[
@@ -2005,7 +1946,7 @@
2005
1946
  "modelType"
2006
1947
  ],
2007
1948
  "members":{
2008
- "modelId":{"shape":"identifier"},
1949
+ "modelId":{"shape":"modelIdentifier"},
2009
1950
  "modelType":{"shape":"ModelTypeEnum"},
2010
1951
  "description":{"shape":"description"}
2011
1952
  }
@@ -2023,7 +1964,7 @@
2023
1964
  "majorVersionNumber"
2024
1965
  ],
2025
1966
  "members":{
2026
- "modelId":{"shape":"identifier"},
1967
+ "modelId":{"shape":"modelIdentifier"},
2027
1968
  "modelType":{"shape":"ModelTypeEnum"},
2028
1969
  "majorVersionNumber":{"shape":"wholeNumberVersionString"},
2029
1970
  "externalEventsDetail":{"shape":"ExternalEventsDetail"},
@@ -2033,7 +1974,7 @@
2033
1974
  "UpdateModelVersionResult":{
2034
1975
  "type":"structure",
2035
1976
  "members":{
2036
- "modelId":{"shape":"identifier"},
1977
+ "modelId":{"shape":"modelIdentifier"},
2037
1978
  "modelType":{"shape":"ModelTypeEnum"},
2038
1979
  "modelVersionNumber":{"shape":"floatVersionString"},
2039
1980
  "status":{"shape":"string"}
@@ -2048,7 +1989,7 @@
2048
1989
  "status"
2049
1990
  ],
2050
1991
  "members":{
2051
- "modelId":{"shape":"identifier"},
1992
+ "modelId":{"shape":"modelIdentifier"},
2052
1993
  "modelType":{"shape":"ModelTypeEnum"},
2053
1994
  "modelVersionNumber":{"shape":"floatVersionString"},
2054
1995
  "status":{"shape":"ModelVersionStatus"}
@@ -2163,17 +2104,6 @@
2163
2104
  "max":100,
2164
2105
  "min":50
2165
2106
  },
2166
- "attributeKey":{
2167
- "type":"string",
2168
- "max":64,
2169
- "min":1
2170
- },
2171
- "attributeValue":{
2172
- "type":"string",
2173
- "max":256,
2174
- "min":1,
2175
- "sensitive":true
2176
- },
2177
2107
  "blob":{"type":"blob"},
2178
2108
  "contentType":{
2179
2109
  "type":"string",
@@ -2216,6 +2146,8 @@
2216
2146
  "float":{"type":"float"},
2217
2147
  "floatVersionString":{
2218
2148
  "type":"string",
2149
+ "max":7,
2150
+ "min":3,
2219
2151
  "pattern":"^[1-9][0-9]{0,3}\\.[0-9]{1,2}$"
2220
2152
  },
2221
2153
  "fraudDetectorArn":{
@@ -2260,6 +2192,12 @@
2260
2192
  "type":"list",
2261
2193
  "member":{"shape":"MetricDataPoint"}
2262
2194
  },
2195
+ "modelIdentifier":{
2196
+ "type":"string",
2197
+ "max":64,
2198
+ "min":1,
2199
+ "pattern":"^[0-9a-z_]+$"
2200
+ },
2263
2201
  "modelList":{
2264
2202
  "type":"list",
2265
2203
  "member":{"shape":"Model"}
@@ -2334,6 +2272,8 @@
2334
2272
  },
2335
2273
  "wholeNumberVersionString":{
2336
2274
  "type":"string",
2275
+ "max":5,
2276
+ "min":1,
2337
2277
  "pattern":"^([1-9][0-9]*)$"
2338
2278
  }
2339
2279
  }
@@ -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
  }