aws-sdk-core 2.11.554 → 2.11.559

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
  }