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.
- checksums.yaml +4 -4
- data/apis/autoscaling/2011-01-01/api-2.json +31 -2
- data/apis/config/2014-11-12/api-2.json +12 -5
- data/apis/datasync/2018-11-09/api-2.json +134 -18
- data/apis/dms/2016-01-01/api-2.json +362 -4
- data/apis/dms/2016-01-01/paginators-1.json +15 -0
- data/apis/ec2/2016-11-15/api-2.json +103 -2
- data/apis/ec2/2016-11-15/paginators-1.json +6 -0
- data/apis/ecr/2015-09-21/api-2.json +47 -9
- data/apis/firehose/2015-08-04/api-2.json +167 -2
- data/apis/frauddetector/2019-11-15/api-2.json +34 -94
- data/apis/fsx/2018-03-01/api-2.json +35 -2
- data/apis/glue/2017-03-31/api-2.json +46 -1
- data/apis/guardduty/2017-11-28/api-2.json +272 -0
- data/apis/imagebuilder/2019-12-02/api-2.json +1 -1
- data/apis/ivs/2020-07-14/api-2.json +18 -5
- data/apis/kendra/2019-02-03/api-2.json +38 -4
- data/apis/lightsail/2016-11-28/api-2.json +748 -2
- data/apis/macie2/2020-01-01/api-2.json +23 -2
- data/apis/mediaconnect/2018-11-14/api-2.json +19 -0
- data/apis/medialive/2017-10-14/api-2.json +52 -2
- data/apis/mediapackage/2017-10-12/api-2.json +5 -4
- data/apis/monitoring/2010-08-01/api-2.json +6 -1
- data/apis/mq/2017-11-27/api-2.json +202 -0
- data/apis/mq/2017-11-27/paginators-1.json +8 -1
- data/apis/resource-groups/2017-11-27/api-2.json +244 -60
- data/apis/sagemaker/2017-07-24/api-2.json +286 -34
- data/apis/sagemaker/2017-07-24/paginators-1.json +6 -0
- data/apis/securityhub/2018-10-26/api-2.json +29 -1
- data/apis/workspaces/2015-04-08/api-2.json +90 -1
- data/endpoints.json +36 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -5177,6 +5177,10 @@
|
|
5177
5177
|
"UsageStatisticsFilter": {
|
5178
5178
|
"type": "structure",
|
5179
5179
|
"members": {
|
5180
|
+
"comparator": {
|
5181
|
+
"shape": "UsageStatisticsFilterComparator",
|
5182
|
+
"locationName": "comparator"
|
5183
|
+
},
|
5180
5184
|
"key": {
|
5181
5185
|
"shape": "UsageStatisticsFilterKey",
|
5182
5186
|
"locationName": "key"
|
@@ -5187,10 +5191,25 @@
|
|
5187
5191
|
}
|
5188
5192
|
}
|
5189
5193
|
},
|
5194
|
+
"UsageStatisticsFilterComparator": {
|
5195
|
+
"type": "string",
|
5196
|
+
"enum": [
|
5197
|
+
"GT",
|
5198
|
+
"GTE",
|
5199
|
+
"LT",
|
5200
|
+
"LTE",
|
5201
|
+
"EQ",
|
5202
|
+
"NE",
|
5203
|
+
"CONTAINS"
|
5204
|
+
]
|
5205
|
+
},
|
5190
5206
|
"UsageStatisticsFilterKey": {
|
5191
5207
|
"type": "string",
|
5192
5208
|
"enum": [
|
5193
|
-
"accountId"
|
5209
|
+
"accountId",
|
5210
|
+
"serviceLimit",
|
5211
|
+
"freeTrialStartDate",
|
5212
|
+
"total"
|
5194
5213
|
]
|
5195
5214
|
},
|
5196
5215
|
"UsageStatisticsSortBy": {
|
@@ -5210,7 +5229,9 @@
|
|
5210
5229
|
"type": "string",
|
5211
5230
|
"enum": [
|
5212
5231
|
"accountId",
|
5213
|
-
"total"
|
5232
|
+
"total",
|
5233
|
+
"serviceLimitValue",
|
5234
|
+
"freeTrialStartDate"
|
5214
5235
|
]
|
5215
5236
|
},
|
5216
5237
|
"UsageTotal": {
|
@@ -1092,6 +1092,10 @@
|
|
1092
1092
|
"shape": "__string",
|
1093
1093
|
"locationName": "entitlementArn"
|
1094
1094
|
},
|
1095
|
+
"EntitlementStatus": {
|
1096
|
+
"shape": "EntitlementStatus",
|
1097
|
+
"locationName": "entitlementStatus"
|
1098
|
+
},
|
1095
1099
|
"Name": {
|
1096
1100
|
"shape": "__string",
|
1097
1101
|
"locationName": "name"
|
@@ -1107,6 +1111,13 @@
|
|
1107
1111
|
"Name"
|
1108
1112
|
]
|
1109
1113
|
},
|
1114
|
+
"EntitlementStatus": {
|
1115
|
+
"type": "string",
|
1116
|
+
"enum": [
|
1117
|
+
"ENABLED",
|
1118
|
+
"DISABLED"
|
1119
|
+
]
|
1120
|
+
},
|
1110
1121
|
"FailoverConfig": {
|
1111
1122
|
"type": "structure",
|
1112
1123
|
"members": {
|
@@ -1213,6 +1224,10 @@
|
|
1213
1224
|
"shape": "Encryption",
|
1214
1225
|
"locationName": "encryption"
|
1215
1226
|
},
|
1227
|
+
"EntitlementStatus": {
|
1228
|
+
"shape": "EntitlementStatus",
|
1229
|
+
"locationName": "entitlementStatus"
|
1230
|
+
},
|
1216
1231
|
"Name": {
|
1217
1232
|
"shape": "__string",
|
1218
1233
|
"locationName": "name"
|
@@ -2027,6 +2042,10 @@
|
|
2027
2042
|
"location": "uri",
|
2028
2043
|
"locationName": "entitlementArn"
|
2029
2044
|
},
|
2045
|
+
"EntitlementStatus": {
|
2046
|
+
"shape": "EntitlementStatus",
|
2047
|
+
"locationName": "entitlementStatus"
|
2048
|
+
},
|
2030
2049
|
"FlowArn": {
|
2031
2050
|
"shape": "__string",
|
2032
2051
|
"location": "uri",
|
@@ -2663,6 +2663,10 @@
|
|
2663
2663
|
"shape": "DvbSubDestinationSettings",
|
2664
2664
|
"locationName": "dvbSubDestinationSettings"
|
2665
2665
|
},
|
2666
|
+
"EbuTtDDestinationSettings": {
|
2667
|
+
"shape": "EbuTtDDestinationSettings",
|
2668
|
+
"locationName": "ebuTtDDestinationSettings"
|
2669
|
+
},
|
2666
2670
|
"EmbeddedDestinationSettings": {
|
2667
2671
|
"shape": "EmbeddedDestinationSettings",
|
2668
2672
|
"locationName": "embeddedDestinationSettings"
|
@@ -4722,6 +4726,37 @@
|
|
4722
4726
|
"NOT_INDICATED"
|
4723
4727
|
]
|
4724
4728
|
},
|
4729
|
+
"EbuTtDDestinationSettings": {
|
4730
|
+
"type": "structure",
|
4731
|
+
"members": {
|
4732
|
+
"FillLineGap": {
|
4733
|
+
"shape": "EbuTtDFillLineGapControl",
|
4734
|
+
"locationName": "fillLineGap"
|
4735
|
+
},
|
4736
|
+
"FontFamily": {
|
4737
|
+
"shape": "__string",
|
4738
|
+
"locationName": "fontFamily"
|
4739
|
+
},
|
4740
|
+
"StyleControl": {
|
4741
|
+
"shape": "EbuTtDDestinationStyleControl",
|
4742
|
+
"locationName": "styleControl"
|
4743
|
+
}
|
4744
|
+
}
|
4745
|
+
},
|
4746
|
+
"EbuTtDDestinationStyleControl": {
|
4747
|
+
"type": "string",
|
4748
|
+
"enum": [
|
4749
|
+
"EXCLUDE",
|
4750
|
+
"INCLUDE"
|
4751
|
+
]
|
4752
|
+
},
|
4753
|
+
"EbuTtDFillLineGapControl": {
|
4754
|
+
"type": "string",
|
4755
|
+
"enum": [
|
4756
|
+
"DISABLED",
|
4757
|
+
"ENABLED"
|
4758
|
+
]
|
4759
|
+
},
|
4725
4760
|
"EmbeddedConvert608To708": {
|
4726
4761
|
"type": "string",
|
4727
4762
|
"enum": [
|
@@ -5488,6 +5523,15 @@
|
|
5488
5523
|
}
|
5489
5524
|
}
|
5490
5525
|
},
|
5526
|
+
"H265FilterSettings": {
|
5527
|
+
"type": "structure",
|
5528
|
+
"members": {
|
5529
|
+
"TemporalFilterSettings": {
|
5530
|
+
"shape": "TemporalFilterSettings",
|
5531
|
+
"locationName": "temporalFilterSettings"
|
5532
|
+
}
|
5533
|
+
}
|
5534
|
+
},
|
5491
5535
|
"H265FlickerAq": {
|
5492
5536
|
"type": "string",
|
5493
5537
|
"enum": [
|
@@ -5547,6 +5591,7 @@
|
|
5547
5591
|
"H265ScanType": {
|
5548
5592
|
"type": "string",
|
5549
5593
|
"enum": [
|
5594
|
+
"INTERLACED",
|
5550
5595
|
"PROGRESSIVE"
|
5551
5596
|
]
|
5552
5597
|
},
|
@@ -5588,6 +5633,10 @@
|
|
5588
5633
|
"shape": "H265ColorSpaceSettings",
|
5589
5634
|
"locationName": "colorSpaceSettings"
|
5590
5635
|
},
|
5636
|
+
"FilterSettings": {
|
5637
|
+
"shape": "H265FilterSettings",
|
5638
|
+
"locationName": "filterSettings"
|
5639
|
+
},
|
5591
5640
|
"FixedAfd": {
|
5592
5641
|
"shape": "FixedAfd",
|
5593
5642
|
"locationName": "fixedAfd"
|
@@ -6116,7 +6165,8 @@
|
|
6116
6165
|
"type": "string",
|
6117
6166
|
"enum": [
|
6118
6167
|
"MANIFESTS_AND_SEGMENTS",
|
6119
|
-
"SEGMENTS_ONLY"
|
6168
|
+
"SEGMENTS_ONLY",
|
6169
|
+
"VARIANT_MANIFESTS_AND_SEGMENTS"
|
6120
6170
|
]
|
6121
6171
|
},
|
6122
6172
|
"HlsOutputSettings": {
|
@@ -11570,4 +11620,4 @@
|
|
11570
11620
|
"type": "timestamp"
|
11571
11621
|
}
|
11572
11622
|
}
|
11573
|
-
}
|
11623
|
+
}
|
@@ -569,7 +569,8 @@
|
|
569
569
|
"enum": [
|
570
570
|
"NONE",
|
571
571
|
"SCTE35_ENHANCED",
|
572
|
-
"PASSTHROUGH"
|
572
|
+
"PASSTHROUGH",
|
573
|
+
"DATERANGE"
|
573
574
|
],
|
574
575
|
"type": "string"
|
575
576
|
},
|
@@ -916,8 +917,8 @@
|
|
916
917
|
}
|
917
918
|
},
|
918
919
|
"required": [
|
919
|
-
"
|
920
|
-
"
|
920
|
+
"ChannelId",
|
921
|
+
"Id"
|
921
922
|
],
|
922
923
|
"type": "structure"
|
923
924
|
},
|
@@ -2513,4 +2514,4 @@
|
|
2513
2514
|
"type": "string"
|
2514
2515
|
}
|
2515
2516
|
}
|
2516
|
-
}
|
2517
|
+
}
|
@@ -1361,7 +1361,8 @@
|
|
1361
1361
|
"Namespace":{"shape":"Namespace"},
|
1362
1362
|
"MetricName":{"shape":"MetricName"},
|
1363
1363
|
"Dimensions":{"shape":"DimensionFilters"},
|
1364
|
-
"NextToken":{"shape":"NextToken"}
|
1364
|
+
"NextToken":{"shape":"NextToken"},
|
1365
|
+
"RecentlyActive":{"shape":"RecentlyActive"}
|
1365
1366
|
}
|
1366
1367
|
},
|
1367
1368
|
"ListMetricsOutput":{
|
@@ -1739,6 +1740,10 @@
|
|
1739
1740
|
"EndTime"
|
1740
1741
|
]
|
1741
1742
|
},
|
1743
|
+
"RecentlyActive":{
|
1744
|
+
"type":"string",
|
1745
|
+
"enum":["PT3H"]
|
1746
|
+
},
|
1742
1747
|
"ResourceId":{"type":"string"},
|
1743
1748
|
"ResourceList":{
|
1744
1749
|
"type":"list",
|
@@ -515,6 +515,10 @@
|
|
515
515
|
}
|
516
516
|
},
|
517
517
|
"shapes" : {
|
518
|
+
"AuthenticationStrategy" : {
|
519
|
+
"type" : "string",
|
520
|
+
"enum" : [ "SIMPLE", "LDAP" ]
|
521
|
+
},
|
518
522
|
"AvailabilityZone" : {
|
519
523
|
"type" : "structure",
|
520
524
|
"members" : {
|
@@ -686,6 +690,10 @@
|
|
686
690
|
"shape" : "__string",
|
687
691
|
"locationName" : "arn"
|
688
692
|
},
|
693
|
+
"AuthenticationStrategy" : {
|
694
|
+
"shape" : "AuthenticationStrategy",
|
695
|
+
"locationName" : "authenticationStrategy"
|
696
|
+
},
|
689
697
|
"Created" : {
|
690
698
|
"shape" : "__timestampIso8601",
|
691
699
|
"locationName" : "created"
|
@@ -787,6 +795,10 @@
|
|
787
795
|
"CreateBrokerInput" : {
|
788
796
|
"type" : "structure",
|
789
797
|
"members" : {
|
798
|
+
"AuthenticationStrategy" : {
|
799
|
+
"shape" : "AuthenticationStrategy",
|
800
|
+
"locationName" : "authenticationStrategy"
|
801
|
+
},
|
790
802
|
"AutoMinorVersionUpgrade" : {
|
791
803
|
"shape" : "__boolean",
|
792
804
|
"locationName" : "autoMinorVersionUpgrade"
|
@@ -824,6 +836,10 @@
|
|
824
836
|
"shape" : "__string",
|
825
837
|
"locationName" : "hostInstanceType"
|
826
838
|
},
|
839
|
+
"LdapServerMetadata" : {
|
840
|
+
"shape" : "LdapServerMetadataInput",
|
841
|
+
"locationName" : "ldapServerMetadata"
|
842
|
+
},
|
827
843
|
"Logs" : {
|
828
844
|
"shape" : "Logs",
|
829
845
|
"locationName" : "logs"
|
@@ -874,6 +890,10 @@
|
|
874
890
|
"CreateBrokerRequest" : {
|
875
891
|
"type" : "structure",
|
876
892
|
"members" : {
|
893
|
+
"AuthenticationStrategy" : {
|
894
|
+
"shape" : "AuthenticationStrategy",
|
895
|
+
"locationName" : "authenticationStrategy"
|
896
|
+
},
|
877
897
|
"AutoMinorVersionUpgrade" : {
|
878
898
|
"shape" : "__boolean",
|
879
899
|
"locationName" : "autoMinorVersionUpgrade"
|
@@ -911,6 +931,10 @@
|
|
911
931
|
"shape" : "__string",
|
912
932
|
"locationName" : "hostInstanceType"
|
913
933
|
},
|
934
|
+
"LdapServerMetadata" : {
|
935
|
+
"shape" : "LdapServerMetadataInput",
|
936
|
+
"locationName" : "ldapServerMetadata"
|
937
|
+
},
|
914
938
|
"Logs" : {
|
915
939
|
"shape" : "Logs",
|
916
940
|
"locationName" : "logs"
|
@@ -961,6 +985,10 @@
|
|
961
985
|
"CreateConfigurationInput" : {
|
962
986
|
"type" : "structure",
|
963
987
|
"members" : {
|
988
|
+
"AuthenticationStrategy" : {
|
989
|
+
"shape" : "AuthenticationStrategy",
|
990
|
+
"locationName" : "authenticationStrategy"
|
991
|
+
},
|
964
992
|
"EngineType" : {
|
965
993
|
"shape" : "EngineType",
|
966
994
|
"locationName" : "engineType"
|
@@ -986,6 +1014,10 @@
|
|
986
1014
|
"shape" : "__string",
|
987
1015
|
"locationName" : "arn"
|
988
1016
|
},
|
1017
|
+
"AuthenticationStrategy" : {
|
1018
|
+
"shape" : "AuthenticationStrategy",
|
1019
|
+
"locationName" : "authenticationStrategy"
|
1020
|
+
},
|
989
1021
|
"Created" : {
|
990
1022
|
"shape" : "__timestampIso8601",
|
991
1023
|
"locationName" : "created"
|
@@ -1007,6 +1039,10 @@
|
|
1007
1039
|
"CreateConfigurationRequest" : {
|
1008
1040
|
"type" : "structure",
|
1009
1041
|
"members" : {
|
1042
|
+
"AuthenticationStrategy" : {
|
1043
|
+
"shape" : "AuthenticationStrategy",
|
1044
|
+
"locationName" : "authenticationStrategy"
|
1045
|
+
},
|
1010
1046
|
"EngineType" : {
|
1011
1047
|
"shape" : "EngineType",
|
1012
1048
|
"locationName" : "engineType"
|
@@ -1032,6 +1068,10 @@
|
|
1032
1068
|
"shape" : "__string",
|
1033
1069
|
"locationName" : "arn"
|
1034
1070
|
},
|
1071
|
+
"AuthenticationStrategy" : {
|
1072
|
+
"shape" : "AuthenticationStrategy",
|
1073
|
+
"locationName" : "authenticationStrategy"
|
1074
|
+
},
|
1035
1075
|
"Created" : {
|
1036
1076
|
"shape" : "__timestampIso8601",
|
1037
1077
|
"locationName" : "created"
|
@@ -1274,6 +1314,10 @@
|
|
1274
1314
|
"DescribeBrokerOutput" : {
|
1275
1315
|
"type" : "structure",
|
1276
1316
|
"members" : {
|
1317
|
+
"AuthenticationStrategy" : {
|
1318
|
+
"shape" : "AuthenticationStrategy",
|
1319
|
+
"locationName" : "authenticationStrategy"
|
1320
|
+
},
|
1277
1321
|
"AutoMinorVersionUpgrade" : {
|
1278
1322
|
"shape" : "__boolean",
|
1279
1323
|
"locationName" : "autoMinorVersionUpgrade"
|
@@ -1326,6 +1370,10 @@
|
|
1326
1370
|
"shape" : "__string",
|
1327
1371
|
"locationName" : "hostInstanceType"
|
1328
1372
|
},
|
1373
|
+
"LdapServerMetadata" : {
|
1374
|
+
"shape" : "LdapServerMetadataOutput",
|
1375
|
+
"locationName" : "ldapServerMetadata"
|
1376
|
+
},
|
1329
1377
|
"Logs" : {
|
1330
1378
|
"shape" : "LogsSummary",
|
1331
1379
|
"locationName" : "logs"
|
@@ -1334,6 +1382,10 @@
|
|
1334
1382
|
"shape" : "WeeklyStartTime",
|
1335
1383
|
"locationName" : "maintenanceWindowStartTime"
|
1336
1384
|
},
|
1385
|
+
"PendingAuthenticationStrategy" : {
|
1386
|
+
"shape" : "AuthenticationStrategy",
|
1387
|
+
"locationName" : "pendingAuthenticationStrategy"
|
1388
|
+
},
|
1337
1389
|
"PendingEngineVersion" : {
|
1338
1390
|
"shape" : "__string",
|
1339
1391
|
"locationName" : "pendingEngineVersion"
|
@@ -1342,6 +1394,10 @@
|
|
1342
1394
|
"shape" : "__string",
|
1343
1395
|
"locationName" : "pendingHostInstanceType"
|
1344
1396
|
},
|
1397
|
+
"PendingLdapServerMetadata" : {
|
1398
|
+
"shape" : "LdapServerMetadataOutput",
|
1399
|
+
"locationName" : "pendingLdapServerMetadata"
|
1400
|
+
},
|
1345
1401
|
"PendingSecurityGroups" : {
|
1346
1402
|
"shape" : "__listOf__string",
|
1347
1403
|
"locationName" : "pendingSecurityGroups"
|
@@ -1386,6 +1442,10 @@
|
|
1386
1442
|
"DescribeBrokerResponse" : {
|
1387
1443
|
"type" : "structure",
|
1388
1444
|
"members" : {
|
1445
|
+
"AuthenticationStrategy" : {
|
1446
|
+
"shape" : "AuthenticationStrategy",
|
1447
|
+
"locationName" : "authenticationStrategy"
|
1448
|
+
},
|
1389
1449
|
"AutoMinorVersionUpgrade" : {
|
1390
1450
|
"shape" : "__boolean",
|
1391
1451
|
"locationName" : "autoMinorVersionUpgrade"
|
@@ -1438,6 +1498,10 @@
|
|
1438
1498
|
"shape" : "__string",
|
1439
1499
|
"locationName" : "hostInstanceType"
|
1440
1500
|
},
|
1501
|
+
"LdapServerMetadata" : {
|
1502
|
+
"shape" : "LdapServerMetadataOutput",
|
1503
|
+
"locationName" : "ldapServerMetadata"
|
1504
|
+
},
|
1441
1505
|
"Logs" : {
|
1442
1506
|
"shape" : "LogsSummary",
|
1443
1507
|
"locationName" : "logs"
|
@@ -1446,6 +1510,10 @@
|
|
1446
1510
|
"shape" : "WeeklyStartTime",
|
1447
1511
|
"locationName" : "maintenanceWindowStartTime"
|
1448
1512
|
},
|
1513
|
+
"PendingAuthenticationStrategy" : {
|
1514
|
+
"shape" : "AuthenticationStrategy",
|
1515
|
+
"locationName" : "pendingAuthenticationStrategy"
|
1516
|
+
},
|
1449
1517
|
"PendingEngineVersion" : {
|
1450
1518
|
"shape" : "__string",
|
1451
1519
|
"locationName" : "pendingEngineVersion"
|
@@ -1454,6 +1522,10 @@
|
|
1454
1522
|
"shape" : "__string",
|
1455
1523
|
"locationName" : "pendingHostInstanceType"
|
1456
1524
|
},
|
1525
|
+
"PendingLdapServerMetadata" : {
|
1526
|
+
"shape" : "LdapServerMetadataOutput",
|
1527
|
+
"locationName" : "pendingLdapServerMetadata"
|
1528
|
+
},
|
1457
1529
|
"PendingSecurityGroups" : {
|
1458
1530
|
"shape" : "__listOf__string",
|
1459
1531
|
"locationName" : "pendingSecurityGroups"
|
@@ -1502,6 +1574,10 @@
|
|
1502
1574
|
"shape" : "__string",
|
1503
1575
|
"locationName" : "arn"
|
1504
1576
|
},
|
1577
|
+
"AuthenticationStrategy" : {
|
1578
|
+
"shape" : "AuthenticationStrategy",
|
1579
|
+
"locationName" : "authenticationStrategy"
|
1580
|
+
},
|
1505
1581
|
"Created" : {
|
1506
1582
|
"shape" : "__timestampIso8601",
|
1507
1583
|
"locationName" : "created"
|
@@ -1734,6 +1810,100 @@
|
|
1734
1810
|
"httpStatusCode" : 500
|
1735
1811
|
}
|
1736
1812
|
},
|
1813
|
+
"LdapServerMetadataInput" : {
|
1814
|
+
"type" : "structure",
|
1815
|
+
"members" : {
|
1816
|
+
"Hosts" : {
|
1817
|
+
"shape" : "__listOf__string",
|
1818
|
+
"locationName" : "hosts"
|
1819
|
+
},
|
1820
|
+
"RoleBase" : {
|
1821
|
+
"shape" : "__string",
|
1822
|
+
"locationName" : "roleBase"
|
1823
|
+
},
|
1824
|
+
"RoleName" : {
|
1825
|
+
"shape" : "__string",
|
1826
|
+
"locationName" : "roleName"
|
1827
|
+
},
|
1828
|
+
"RoleSearchMatching" : {
|
1829
|
+
"shape" : "__string",
|
1830
|
+
"locationName" : "roleSearchMatching"
|
1831
|
+
},
|
1832
|
+
"RoleSearchSubtree" : {
|
1833
|
+
"shape" : "__boolean",
|
1834
|
+
"locationName" : "roleSearchSubtree"
|
1835
|
+
},
|
1836
|
+
"ServiceAccountPassword" : {
|
1837
|
+
"shape" : "__string",
|
1838
|
+
"locationName" : "serviceAccountPassword"
|
1839
|
+
},
|
1840
|
+
"ServiceAccountUsername" : {
|
1841
|
+
"shape" : "__string",
|
1842
|
+
"locationName" : "serviceAccountUsername"
|
1843
|
+
},
|
1844
|
+
"UserBase" : {
|
1845
|
+
"shape" : "__string",
|
1846
|
+
"locationName" : "userBase"
|
1847
|
+
},
|
1848
|
+
"UserRoleName" : {
|
1849
|
+
"shape" : "__string",
|
1850
|
+
"locationName" : "userRoleName"
|
1851
|
+
},
|
1852
|
+
"UserSearchMatching" : {
|
1853
|
+
"shape" : "__string",
|
1854
|
+
"locationName" : "userSearchMatching"
|
1855
|
+
},
|
1856
|
+
"UserSearchSubtree" : {
|
1857
|
+
"shape" : "__boolean",
|
1858
|
+
"locationName" : "userSearchSubtree"
|
1859
|
+
}
|
1860
|
+
}
|
1861
|
+
},
|
1862
|
+
"LdapServerMetadataOutput" : {
|
1863
|
+
"type" : "structure",
|
1864
|
+
"members" : {
|
1865
|
+
"Hosts" : {
|
1866
|
+
"shape" : "__listOf__string",
|
1867
|
+
"locationName" : "hosts"
|
1868
|
+
},
|
1869
|
+
"RoleBase" : {
|
1870
|
+
"shape" : "__string",
|
1871
|
+
"locationName" : "roleBase"
|
1872
|
+
},
|
1873
|
+
"RoleName" : {
|
1874
|
+
"shape" : "__string",
|
1875
|
+
"locationName" : "roleName"
|
1876
|
+
},
|
1877
|
+
"RoleSearchMatching" : {
|
1878
|
+
"shape" : "__string",
|
1879
|
+
"locationName" : "roleSearchMatching"
|
1880
|
+
},
|
1881
|
+
"RoleSearchSubtree" : {
|
1882
|
+
"shape" : "__boolean",
|
1883
|
+
"locationName" : "roleSearchSubtree"
|
1884
|
+
},
|
1885
|
+
"ServiceAccountUsername" : {
|
1886
|
+
"shape" : "__string",
|
1887
|
+
"locationName" : "serviceAccountUsername"
|
1888
|
+
},
|
1889
|
+
"UserBase" : {
|
1890
|
+
"shape" : "__string",
|
1891
|
+
"locationName" : "userBase"
|
1892
|
+
},
|
1893
|
+
"UserRoleName" : {
|
1894
|
+
"shape" : "__string",
|
1895
|
+
"locationName" : "userRoleName"
|
1896
|
+
},
|
1897
|
+
"UserSearchMatching" : {
|
1898
|
+
"shape" : "__string",
|
1899
|
+
"locationName" : "userSearchMatching"
|
1900
|
+
},
|
1901
|
+
"UserSearchSubtree" : {
|
1902
|
+
"shape" : "__boolean",
|
1903
|
+
"locationName" : "userSearchSubtree"
|
1904
|
+
}
|
1905
|
+
}
|
1906
|
+
},
|
1737
1907
|
"ListBrokersOutput" : {
|
1738
1908
|
"type" : "structure",
|
1739
1909
|
"members" : {
|
@@ -2108,6 +2278,10 @@
|
|
2108
2278
|
"UpdateBrokerInput" : {
|
2109
2279
|
"type" : "structure",
|
2110
2280
|
"members" : {
|
2281
|
+
"AuthenticationStrategy" : {
|
2282
|
+
"shape" : "AuthenticationStrategy",
|
2283
|
+
"locationName" : "authenticationStrategy"
|
2284
|
+
},
|
2111
2285
|
"AutoMinorVersionUpgrade" : {
|
2112
2286
|
"shape" : "__boolean",
|
2113
2287
|
"locationName" : "autoMinorVersionUpgrade"
|
@@ -2124,6 +2298,10 @@
|
|
2124
2298
|
"shape" : "__string",
|
2125
2299
|
"locationName" : "hostInstanceType"
|
2126
2300
|
},
|
2301
|
+
"LdapServerMetadata" : {
|
2302
|
+
"shape" : "LdapServerMetadataInput",
|
2303
|
+
"locationName" : "ldapServerMetadata"
|
2304
|
+
},
|
2127
2305
|
"Logs" : {
|
2128
2306
|
"shape" : "Logs",
|
2129
2307
|
"locationName" : "logs"
|
@@ -2137,6 +2315,10 @@
|
|
2137
2315
|
"UpdateBrokerOutput" : {
|
2138
2316
|
"type" : "structure",
|
2139
2317
|
"members" : {
|
2318
|
+
"AuthenticationStrategy" : {
|
2319
|
+
"shape" : "AuthenticationStrategy",
|
2320
|
+
"locationName" : "authenticationStrategy"
|
2321
|
+
},
|
2140
2322
|
"AutoMinorVersionUpgrade" : {
|
2141
2323
|
"shape" : "__boolean",
|
2142
2324
|
"locationName" : "autoMinorVersionUpgrade"
|
@@ -2157,6 +2339,10 @@
|
|
2157
2339
|
"shape" : "__string",
|
2158
2340
|
"locationName" : "hostInstanceType"
|
2159
2341
|
},
|
2342
|
+
"LdapServerMetadata" : {
|
2343
|
+
"shape" : "LdapServerMetadataOutput",
|
2344
|
+
"locationName" : "ldapServerMetadata"
|
2345
|
+
},
|
2160
2346
|
"Logs" : {
|
2161
2347
|
"shape" : "Logs",
|
2162
2348
|
"locationName" : "logs"
|
@@ -2170,6 +2356,10 @@
|
|
2170
2356
|
"UpdateBrokerRequest" : {
|
2171
2357
|
"type" : "structure",
|
2172
2358
|
"members" : {
|
2359
|
+
"AuthenticationStrategy" : {
|
2360
|
+
"shape" : "AuthenticationStrategy",
|
2361
|
+
"locationName" : "authenticationStrategy"
|
2362
|
+
},
|
2173
2363
|
"AutoMinorVersionUpgrade" : {
|
2174
2364
|
"shape" : "__boolean",
|
2175
2365
|
"locationName" : "autoMinorVersionUpgrade"
|
@@ -2191,6 +2381,10 @@
|
|
2191
2381
|
"shape" : "__string",
|
2192
2382
|
"locationName" : "hostInstanceType"
|
2193
2383
|
},
|
2384
|
+
"LdapServerMetadata" : {
|
2385
|
+
"shape" : "LdapServerMetadataInput",
|
2386
|
+
"locationName" : "ldapServerMetadata"
|
2387
|
+
},
|
2194
2388
|
"Logs" : {
|
2195
2389
|
"shape" : "Logs",
|
2196
2390
|
"locationName" : "logs"
|
@@ -2205,6 +2399,10 @@
|
|
2205
2399
|
"UpdateBrokerResponse" : {
|
2206
2400
|
"type" : "structure",
|
2207
2401
|
"members" : {
|
2402
|
+
"AuthenticationStrategy" : {
|
2403
|
+
"shape" : "AuthenticationStrategy",
|
2404
|
+
"locationName" : "authenticationStrategy"
|
2405
|
+
},
|
2208
2406
|
"AutoMinorVersionUpgrade" : {
|
2209
2407
|
"shape" : "__boolean",
|
2210
2408
|
"locationName" : "autoMinorVersionUpgrade"
|
@@ -2225,6 +2423,10 @@
|
|
2225
2423
|
"shape" : "__string",
|
2226
2424
|
"locationName" : "hostInstanceType"
|
2227
2425
|
},
|
2426
|
+
"LdapServerMetadata" : {
|
2427
|
+
"shape" : "LdapServerMetadataOutput",
|
2428
|
+
"locationName" : "ldapServerMetadata"
|
2429
|
+
},
|
2228
2430
|
"Logs" : {
|
2229
2431
|
"shape" : "Logs",
|
2230
2432
|
"locationName" : "logs"
|