aws-sdk-core 2.11.550 → 2.11.555

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/apis/autoscaling/2011-01-01/api-2.json +31 -2
  3. data/apis/config/2014-11-12/api-2.json +12 -5
  4. data/apis/datasync/2018-11-09/api-2.json +134 -18
  5. data/apis/dms/2016-01-01/api-2.json +362 -4
  6. data/apis/dms/2016-01-01/paginators-1.json +15 -0
  7. data/apis/ec2/2016-11-15/api-2.json +103 -2
  8. data/apis/ec2/2016-11-15/paginators-1.json +6 -0
  9. data/apis/ecr/2015-09-21/api-2.json +47 -9
  10. data/apis/firehose/2015-08-04/api-2.json +167 -2
  11. data/apis/frauddetector/2019-11-15/api-2.json +34 -94
  12. data/apis/fsx/2018-03-01/api-2.json +35 -2
  13. data/apis/glue/2017-03-31/api-2.json +46 -1
  14. data/apis/guardduty/2017-11-28/api-2.json +272 -0
  15. data/apis/imagebuilder/2019-12-02/api-2.json +1 -1
  16. data/apis/ivs/2020-07-14/api-2.json +18 -5
  17. data/apis/kendra/2019-02-03/api-2.json +38 -4
  18. data/apis/lightsail/2016-11-28/api-2.json +748 -2
  19. data/apis/macie2/2020-01-01/api-2.json +23 -2
  20. data/apis/mediaconnect/2018-11-14/api-2.json +19 -0
  21. data/apis/medialive/2017-10-14/api-2.json +52 -2
  22. data/apis/mediapackage/2017-10-12/api-2.json +5 -4
  23. data/apis/monitoring/2010-08-01/api-2.json +6 -1
  24. data/apis/mq/2017-11-27/api-2.json +202 -0
  25. data/apis/mq/2017-11-27/paginators-1.json +8 -1
  26. data/apis/resource-groups/2017-11-27/api-2.json +244 -60
  27. data/apis/sagemaker/2017-07-24/api-2.json +286 -34
  28. data/apis/sagemaker/2017-07-24/paginators-1.json +6 -0
  29. data/apis/securityhub/2018-10-26/api-2.json +29 -1
  30. data/apis/workspaces/2015-04-08/api-2.json +90 -1
  31. data/endpoints.json +36 -0
  32. data/lib/aws-sdk-core/version.rb +1 -1
  33. metadata +2 -2
@@ -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":{
@@ -740,6 +754,20 @@
740
754
  {"shape":"InternalServerErrorException"}
741
755
  ]
742
756
  },
757
+ "UpdateMemberDetectors":{
758
+ "name":"UpdateMemberDetectors",
759
+ "http":{
760
+ "method":"POST",
761
+ "requestUri":"/detector/{detectorId}/member/detector/update",
762
+ "responseCode":200
763
+ },
764
+ "input":{"shape":"UpdateMemberDetectorsRequest"},
765
+ "output":{"shape":"UpdateMemberDetectorsResponse"},
766
+ "errors":[
767
+ {"shape":"BadRequestException"},
768
+ {"shape":"InternalServerErrorException"}
769
+ ]
770
+ },
743
771
  "UpdateOrganizationConfiguration":{
744
772
  "name":"UpdateOrganizationConfiguration",
745
773
  "http":{
@@ -1071,6 +1099,16 @@
1071
1099
  "max":64,
1072
1100
  "min":0
1073
1101
  },
1102
+ "CloudTrailConfigurationResult":{
1103
+ "type":"structure",
1104
+ "required":["Status"],
1105
+ "members":{
1106
+ "Status":{
1107
+ "shape":"DataSourceStatus",
1108
+ "locationName":"status"
1109
+ }
1110
+ }
1111
+ },
1074
1112
  "Condition":{
1075
1113
  "type":"structure",
1076
1114
  "members":{
@@ -1165,6 +1203,10 @@
1165
1203
  "shape":"FindingPublishingFrequency",
1166
1204
  "locationName":"findingPublishingFrequency"
1167
1205
  },
1206
+ "DataSources":{
1207
+ "shape":"DataSourceConfigurations",
1208
+ "locationName":"dataSources"
1209
+ },
1168
1210
  "Tags":{
1169
1211
  "shape":"TagMap",
1170
1212
  "locationName":"tags"
@@ -1429,6 +1471,61 @@
1429
1471
  "key":{"shape":"String"},
1430
1472
  "value":{"shape":"Condition"}
1431
1473
  },
1474
+ "DNSLogsConfigurationResult":{
1475
+ "type":"structure",
1476
+ "required":["Status"],
1477
+ "members":{
1478
+ "Status":{
1479
+ "shape":"DataSourceStatus",
1480
+ "locationName":"status"
1481
+ }
1482
+ }
1483
+ },
1484
+ "DataSourceConfigurations":{
1485
+ "type":"structure",
1486
+ "members":{
1487
+ "S3Logs":{
1488
+ "shape":"S3LogsConfiguration",
1489
+ "locationName":"s3Logs"
1490
+ }
1491
+ }
1492
+ },
1493
+ "DataSourceConfigurationsResult":{
1494
+ "type":"structure",
1495
+ "required":[
1496
+ "CloudTrail",
1497
+ "DNSLogs",
1498
+ "FlowLogs",
1499
+ "S3Logs"
1500
+ ],
1501
+ "members":{
1502
+ "CloudTrail":{
1503
+ "shape":"CloudTrailConfigurationResult",
1504
+ "locationName":"cloudTrail"
1505
+ },
1506
+ "DNSLogs":{
1507
+ "shape":"DNSLogsConfigurationResult",
1508
+ "locationName":"dnsLogs"
1509
+ },
1510
+ "FlowLogs":{
1511
+ "shape":"FlowLogsConfigurationResult",
1512
+ "locationName":"flowLogs"
1513
+ },
1514
+ "S3Logs":{
1515
+ "shape":"S3LogsConfigurationResult",
1516
+ "locationName":"s3Logs"
1517
+ }
1518
+ }
1519
+ },
1520
+ "DataSourceStatus":{
1521
+ "type":"string",
1522
+ "enum":[
1523
+ "ENABLED",
1524
+ "DISABLED"
1525
+ ],
1526
+ "max":300,
1527
+ "min":1
1528
+ },
1432
1529
  "DeclineInvitationsRequest":{
1433
1530
  "type":"structure",
1434
1531
  "required":["AccountIds"],
@@ -1647,6 +1744,10 @@
1647
1744
  "MemberAccountLimitReached":{
1648
1745
  "shape":"Boolean",
1649
1746
  "locationName":"memberAccountLimitReached"
1747
+ },
1748
+ "DataSources":{
1749
+ "shape":"OrganizationDataSourceConfigurationsResult",
1750
+ "locationName":"dataSources"
1650
1751
  }
1651
1752
  }
1652
1753
  },
@@ -2059,6 +2160,16 @@
2059
2160
  "max":50,
2060
2161
  "min":0
2061
2162
  },
2163
+ "FlowLogsConfigurationResult":{
2164
+ "type":"structure",
2165
+ "required":["Status"],
2166
+ "members":{
2167
+ "Status":{
2168
+ "shape":"DataSourceStatus",
2169
+ "locationName":"status"
2170
+ }
2171
+ }
2172
+ },
2062
2173
  "GeoLocation":{
2063
2174
  "type":"structure",
2064
2175
  "members":{
@@ -2110,6 +2221,10 @@
2110
2221
  "shape":"String",
2111
2222
  "locationName":"updatedAt"
2112
2223
  },
2224
+ "DataSources":{
2225
+ "shape":"DataSourceConfigurationsResult",
2226
+ "locationName":"dataSources"
2227
+ },
2113
2228
  "Tags":{
2114
2229
  "shape":"TagMap",
2115
2230
  "locationName":"tags"
@@ -2318,6 +2433,41 @@
2318
2433
  }
2319
2434
  }
2320
2435
  },
2436
+ "GetMemberDetectorsRequest":{
2437
+ "type":"structure",
2438
+ "required":[
2439
+ "DetectorId",
2440
+ "AccountIds"
2441
+ ],
2442
+ "members":{
2443
+ "DetectorId":{
2444
+ "shape":"DetectorId",
2445
+ "location":"uri",
2446
+ "locationName":"detectorId"
2447
+ },
2448
+ "AccountIds":{
2449
+ "shape":"AccountIds",
2450
+ "locationName":"accountIds"
2451
+ }
2452
+ }
2453
+ },
2454
+ "GetMemberDetectorsResponse":{
2455
+ "type":"structure",
2456
+ "required":[
2457
+ "MemberDataSourceConfigurations",
2458
+ "UnprocessedAccounts"
2459
+ ],
2460
+ "members":{
2461
+ "MemberDataSourceConfigurations":{
2462
+ "shape":"MemberDataSourceConfigurations",
2463
+ "locationName":"members"
2464
+ },
2465
+ "UnprocessedAccounts":{
2466
+ "shape":"UnprocessedAccounts",
2467
+ "locationName":"unprocessedAccounts"
2468
+ }
2469
+ }
2470
+ },
2321
2471
  "GetMembersRequest":{
2322
2472
  "type":"structure",
2323
2473
  "required":[
@@ -3012,6 +3162,29 @@
3012
3162
  }
3013
3163
  }
3014
3164
  },
3165
+ "MemberDataSourceConfiguration":{
3166
+ "type":"structure",
3167
+ "required":[
3168
+ "AccountId",
3169
+ "DataSources"
3170
+ ],
3171
+ "members":{
3172
+ "AccountId":{
3173
+ "shape":"AccountId",
3174
+ "locationName":"accountId"
3175
+ },
3176
+ "DataSources":{
3177
+ "shape":"DataSourceConfigurationsResult",
3178
+ "locationName":"dataSources"
3179
+ }
3180
+ }
3181
+ },
3182
+ "MemberDataSourceConfigurations":{
3183
+ "type":"list",
3184
+ "member":{"shape":"MemberDataSourceConfiguration"},
3185
+ "max":50,
3186
+ "min":1
3187
+ },
3015
3188
  "Members":{
3016
3189
  "type":"list",
3017
3190
  "member":{"shape":"Member"},
@@ -3141,6 +3314,45 @@
3141
3314
  }
3142
3315
  }
3143
3316
  },
3317
+ "OrganizationDataSourceConfigurations":{
3318
+ "type":"structure",
3319
+ "members":{
3320
+ "S3Logs":{
3321
+ "shape":"OrganizationS3LogsConfiguration",
3322
+ "locationName":"s3Logs"
3323
+ }
3324
+ }
3325
+ },
3326
+ "OrganizationDataSourceConfigurationsResult":{
3327
+ "type":"structure",
3328
+ "required":["S3Logs"],
3329
+ "members":{
3330
+ "S3Logs":{
3331
+ "shape":"OrganizationS3LogsConfigurationResult",
3332
+ "locationName":"s3Logs"
3333
+ }
3334
+ }
3335
+ },
3336
+ "OrganizationS3LogsConfiguration":{
3337
+ "type":"structure",
3338
+ "required":["AutoEnable"],
3339
+ "members":{
3340
+ "AutoEnable":{
3341
+ "shape":"Boolean",
3342
+ "locationName":"autoEnable"
3343
+ }
3344
+ }
3345
+ },
3346
+ "OrganizationS3LogsConfigurationResult":{
3347
+ "type":"structure",
3348
+ "required":["AutoEnable"],
3349
+ "members":{
3350
+ "AutoEnable":{
3351
+ "shape":"Boolean",
3352
+ "locationName":"autoEnable"
3353
+ }
3354
+ }
3355
+ },
3144
3356
  "Owner":{
3145
3357
  "type":"structure",
3146
3358
  "members":{
@@ -3355,6 +3567,26 @@
3355
3567
  "type":"list",
3356
3568
  "member":{"shape":"S3BucketDetail"}
3357
3569
  },
3570
+ "S3LogsConfiguration":{
3571
+ "type":"structure",
3572
+ "required":["Enable"],
3573
+ "members":{
3574
+ "Enable":{
3575
+ "shape":"Boolean",
3576
+ "locationName":"enable"
3577
+ }
3578
+ }
3579
+ },
3580
+ "S3LogsConfigurationResult":{
3581
+ "type":"structure",
3582
+ "required":["Status"],
3583
+ "members":{
3584
+ "Status":{
3585
+ "shape":"DataSourceStatus",
3586
+ "locationName":"status"
3587
+ }
3588
+ }
3589
+ },
3358
3590
  "SecurityGroup":{
3359
3591
  "type":"structure",
3360
3592
  "members":{
@@ -3691,6 +3923,10 @@
3691
3923
  "FindingPublishingFrequency":{
3692
3924
  "shape":"FindingPublishingFrequency",
3693
3925
  "locationName":"findingPublishingFrequency"
3926
+ },
3927
+ "DataSources":{
3928
+ "shape":"DataSourceConfigurations",
3929
+ "locationName":"dataSources"
3694
3930
  }
3695
3931
  }
3696
3932
  },
@@ -3812,6 +4048,38 @@
3812
4048
  "members":{
3813
4049
  }
3814
4050
  },
4051
+ "UpdateMemberDetectorsRequest":{
4052
+ "type":"structure",
4053
+ "required":[
4054
+ "DetectorId",
4055
+ "AccountIds"
4056
+ ],
4057
+ "members":{
4058
+ "DetectorId":{
4059
+ "shape":"DetectorId",
4060
+ "location":"uri",
4061
+ "locationName":"detectorId"
4062
+ },
4063
+ "AccountIds":{
4064
+ "shape":"AccountIds",
4065
+ "locationName":"accountIds"
4066
+ },
4067
+ "DataSources":{
4068
+ "shape":"DataSourceConfigurations",
4069
+ "locationName":"dataSources"
4070
+ }
4071
+ }
4072
+ },
4073
+ "UpdateMemberDetectorsResponse":{
4074
+ "type":"structure",
4075
+ "required":["UnprocessedAccounts"],
4076
+ "members":{
4077
+ "UnprocessedAccounts":{
4078
+ "shape":"UnprocessedAccounts",
4079
+ "locationName":"unprocessedAccounts"
4080
+ }
4081
+ }
4082
+ },
3815
4083
  "UpdateOrganizationConfigurationRequest":{
3816
4084
  "type":"structure",
3817
4085
  "required":[
@@ -3827,6 +4095,10 @@
3827
4095
  "AutoEnable":{
3828
4096
  "shape":"Boolean",
3829
4097
  "locationName":"autoEnable"
4098
+ },
4099
+ "DataSources":{
4100
+ "shape":"OrganizationDataSourceConfigurations",
4101
+ "locationName":"dataSources"
3830
4102
  }
3831
4103
  }
3832
4104
  },
@@ -816,7 +816,7 @@
816
816
  "type":"string",
817
817
  "max":127,
818
818
  "min":1,
819
- "pattern":"^[-_A-Za-z0-9{][-_A-Za-z0-9\\s:{}]+[-_A-Za-z0-9}]$"
819
+ "pattern":"^[-_A-Za-z0-9{][-_A-Za-z0-9\\s:{}\\.]+[-_A-Za-z0-9}]$"
820
820
  },
821
821
  "Arn":{"type":"string"},
822
822
  "ArnList":{
@@ -41,7 +41,8 @@
41
41
  "errors":[
42
42
  {"shape":"ValidationException"},
43
43
  {"shape":"AccessDeniedException"},
44
- {"shape":"ServiceQuotaExceededException"}
44
+ {"shape":"ServiceQuotaExceededException"},
45
+ {"shape":"PendingVerification"}
45
46
  ]
46
47
  },
47
48
  "CreateStreamKey":{
@@ -56,7 +57,8 @@
56
57
  {"shape":"ValidationException"},
57
58
  {"shape":"AccessDeniedException"},
58
59
  {"shape":"ResourceNotFoundException"},
59
- {"shape":"ServiceQuotaExceededException"}
60
+ {"shape":"ServiceQuotaExceededException"},
61
+ {"shape":"PendingVerification"}
60
62
  ]
61
63
  },
62
64
  "DeleteChannel":{
@@ -70,7 +72,8 @@
70
72
  {"shape":"ValidationException"},
71
73
  {"shape":"AccessDeniedException"},
72
74
  {"shape":"ResourceNotFoundException"},
73
- {"shape":"ConflictException"}
75
+ {"shape":"ConflictException"},
76
+ {"shape":"PendingVerification"}
74
77
  ]
75
78
  },
76
79
  "DeleteStreamKey":{
@@ -83,7 +86,8 @@
83
86
  "errors":[
84
87
  {"shape":"ValidationException"},
85
88
  {"shape":"AccessDeniedException"},
86
- {"shape":"ResourceNotFoundException"}
89
+ {"shape":"ResourceNotFoundException"},
90
+ {"shape":"PendingVerification"}
87
91
  ]
88
92
  },
89
93
  "GetChannel":{
@@ -253,7 +257,8 @@
253
257
  {"shape":"ValidationException"},
254
258
  {"shape":"AccessDeniedException"},
255
259
  {"shape":"ResourceNotFoundException"},
256
- {"shape":"ConflictException"}
260
+ {"shape":"ConflictException"},
261
+ {"shape":"PendingVerification"}
257
262
  ]
258
263
  }
259
264
  },
@@ -569,6 +574,14 @@
569
574
  "max":500,
570
575
  "min":0
571
576
  },
577
+ "PendingVerification":{
578
+ "type":"structure",
579
+ "members":{
580
+ "exceptionMessage":{"shape":"errorMessage"}
581
+ },
582
+ "error":{"httpStatusCode":403},
583
+ "exception":true
584
+ },
572
585
  "PlaybackURL":{"type":"string"},
573
586
  "PutMetadataRequest":{
574
587
  "type":"structure",
@@ -751,7 +751,7 @@
751
751
  },
752
752
  "DataSourceInclusionsExclusionsStringsMember":{
753
753
  "type":"string",
754
- "max":50,
754
+ "max":150,
755
755
  "min":1
756
756
  },
757
757
  "DataSourceName":{
@@ -893,7 +893,8 @@
893
893
  "ConnectionConfiguration":{"shape":"ConnectionConfiguration"},
894
894
  "VpcConfiguration":{"shape":"DataSourceVpcConfiguration"},
895
895
  "ColumnConfiguration":{"shape":"ColumnConfiguration"},
896
- "AclConfiguration":{"shape":"AclConfiguration"}
896
+ "AclConfiguration":{"shape":"AclConfiguration"},
897
+ "SqlConfiguration":{"shape":"SqlConfiguration"}
897
898
  }
898
899
  },
899
900
  "DatabaseEngineType":{
@@ -1551,6 +1552,13 @@
1551
1552
  "max":36,
1552
1553
  "min":1
1553
1554
  },
1555
+ "QueryIdentifiersEnclosingOption":{
1556
+ "type":"string",
1557
+ "enum":[
1558
+ "DOUBLE_QUOTES",
1559
+ "NONE"
1560
+ ]
1561
+ },
1554
1562
  "QueryRequest":{
1555
1563
  "type":"structure",
1556
1564
  "required":[
@@ -1565,7 +1573,8 @@
1565
1573
  "RequestedDocumentAttributes":{"shape":"DocumentAttributeKeyList"},
1566
1574
  "QueryResultTypeFilter":{"shape":"QueryResultType"},
1567
1575
  "PageNumber":{"shape":"Integer"},
1568
- "PageSize":{"shape":"Integer"}
1576
+ "PageSize":{"shape":"Integer"},
1577
+ "SortingConfiguration":{"shape":"SortingConfiguration"}
1569
1578
  }
1570
1579
  },
1571
1580
  "QueryResult":{
@@ -1871,7 +1880,8 @@
1871
1880
  "members":{
1872
1881
  "Facetable":{"shape":"Boolean"},
1873
1882
  "Searchable":{"shape":"Boolean"},
1874
- "Displayable":{"shape":"Boolean"}
1883
+ "Displayable":{"shape":"Boolean"},
1884
+ "Sortable":{"shape":"Boolean"}
1875
1885
  }
1876
1886
  },
1877
1887
  "SecretArn":{
@@ -1981,6 +1991,30 @@
1981
1991
  "type":"string",
1982
1992
  "enum":["SHAREPOINT_ONLINE"]
1983
1993
  },
1994
+ "SortOrder":{
1995
+ "type":"string",
1996
+ "enum":[
1997
+ "DESC",
1998
+ "ASC"
1999
+ ]
2000
+ },
2001
+ "SortingConfiguration":{
2002
+ "type":"structure",
2003
+ "required":[
2004
+ "DocumentAttributeKey",
2005
+ "SortOrder"
2006
+ ],
2007
+ "members":{
2008
+ "DocumentAttributeKey":{"shape":"DocumentAttributeKey"},
2009
+ "SortOrder":{"shape":"SortOrder"}
2010
+ }
2011
+ },
2012
+ "SqlConfiguration":{
2013
+ "type":"structure",
2014
+ "members":{
2015
+ "QueryIdentifiersEnclosingOption":{"shape":"QueryIdentifiersEnclosingOption"}
2016
+ }
2017
+ },
1984
2018
  "StartDataSourceSyncJobRequest":{
1985
2019
  "type":"structure",
1986
2020
  "required":[