aws-sdk-core 2.11.551 → 2.11.552

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3018f648ec02f3b92f9155abc24f97387b171e54e44242a1c9df1bf581624d25
4
- data.tar.gz: 5347b86d7c8b77bc1d1e5495e9aad4e7888084c6426e1fe1f71c6420d029d072
3
+ metadata.gz: 94c8649d07b0c5047f44a0395acdb7db4369e2a23875e82cacb81896c9cd7be8
4
+ data.tar.gz: a0f9f52d8e1ccaf97939c6378f05bec7d6feaca42ef93c61bcfea822eed74e45
5
5
  SHA512:
6
- metadata.gz: 330c0d9559acd9633e67c7436e42670b7a70aedb75ee48ff49cdac449d845b016f9f369e9d15ec9f41bfc9280c8113fcb40976565f6a0b7c2c6b96e82bf296c7
7
- data.tar.gz: 97ce48fdb19a141c3c95641b8f17cc3d1cd3cb21bd482422a26a4df7fa12248afed32736321f8ca13bc52f3279b17c824391a69ac0d07ab07e7461a83a0fe4a8
6
+ metadata.gz: ede59dbcad56b235975d3fc783f90038058d302ffd6b91529e2a56ffdfb05c526b2ee1f48f35d2bf4a103bfb7173c31a7315015b66cddb2cf7e424eab08b9bac
7
+ data.tar.gz: 16e37f33282f46c61028065f045c137fa57fc57012b5a4c43615926893e825248ebd60e429f621d322f6399f5308e8c71e2216caf34e1b022f77cc7334d30cef
@@ -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":{
@@ -1084,11 +1068,6 @@
1084
1068
  "arn":{"shape":"fraudDetectorArn"}
1085
1069
  }
1086
1070
  },
1087
- "EventAttributeMap":{
1088
- "type":"map",
1089
- "key":{"shape":"attributeKey"},
1090
- "value":{"shape":"attributeValue"}
1091
- },
1092
1071
  "EventType":{
1093
1072
  "type":"structure",
1094
1073
  "members":{
@@ -1125,7 +1104,7 @@
1125
1104
  "modelEndpoint":{"shape":"string"},
1126
1105
  "eventTypeName":{"shape":"identifier"},
1127
1106
  "modelSource":{"shape":"ModelSource"},
1128
- "role":{"shape":"Role"},
1107
+ "invokeModelEndpointRoleArn":{"shape":"string"},
1129
1108
  "inputConfiguration":{"shape":"ModelInputConfiguration"},
1130
1109
  "outputConfiguration":{"shape":"ModelOutputConfiguration"},
1131
1110
  "modelEndpointStatus":{"shape":"ModelEndpointStatus"},
@@ -1237,7 +1216,7 @@
1237
1216
  ],
1238
1217
  "members":{
1239
1218
  "detectorId":{"shape":"string"},
1240
- "detectorVersionId":{"shape":"string"},
1219
+ "detectorVersionId":{"shape":"wholeNumberVersionString"},
1241
1220
  "eventId":{"shape":"string"},
1242
1221
  "eventTypeName":{"shape":"string"},
1243
1222
  "entities":{"shape":"listOfEntities"},
@@ -1361,28 +1340,6 @@
1361
1340
  "nextToken":{"shape":"string"}
1362
1341
  }
1363
1342
  },
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
1343
  "GetRulesRequest":{
1387
1344
  "type":"structure",
1388
1345
  "required":["detectorId"],
@@ -1616,16 +1573,8 @@
1616
1573
  "ModelVersionStatus":{
1617
1574
  "type":"string",
1618
1575
  "enum":[
1619
- "TRAINING_IN_PROGRESS",
1620
- "TRAINING_COMPLETE",
1621
- "ACTIVATE_REQUESTED",
1622
- "ACTIVATE_IN_PROGRESS",
1623
1576
  "ACTIVE",
1624
- "INACTIVATE_IN_PROGRESS",
1625
- "INACTIVE",
1626
- "DELETE_REQUESTED",
1627
- "DELETE_IN_PROGRESS",
1628
- "ERROR"
1577
+ "INACTIVE"
1629
1578
  ]
1630
1579
  },
1631
1580
  "NameList":{
@@ -1717,7 +1666,7 @@
1717
1666
  "required":[
1718
1667
  "modelEndpoint",
1719
1668
  "modelSource",
1720
- "role",
1669
+ "invokeModelEndpointRoleArn",
1721
1670
  "inputConfiguration",
1722
1671
  "outputConfiguration",
1723
1672
  "modelEndpointStatus"
@@ -1726,7 +1675,7 @@
1726
1675
  "modelEndpoint":{"shape":"sageMakerEndpointIdentifier"},
1727
1676
  "eventTypeName":{"shape":"identifier"},
1728
1677
  "modelSource":{"shape":"ModelSource"},
1729
- "role":{"shape":"Role"},
1678
+ "invokeModelEndpointRoleArn":{"shape":"string"},
1730
1679
  "inputConfiguration":{"shape":"ModelInputConfiguration"},
1731
1680
  "outputConfiguration":{"shape":"ModelOutputConfiguration"},
1732
1681
  "modelEndpointStatus":{"shape":"ModelEndpointStatus"},
@@ -1786,17 +1735,6 @@
1786
1735
  },
1787
1736
  "exception":true
1788
1737
  },
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
1738
  "Rule":{
1801
1739
  "type":"structure",
1802
1740
  "required":[
@@ -2163,17 +2101,6 @@
2163
2101
  "max":100,
2164
2102
  "min":50
2165
2103
  },
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
2104
  "blob":{"type":"blob"},
2178
2105
  "contentType":{
2179
2106
  "type":"string",
@@ -2216,6 +2143,8 @@
2216
2143
  "float":{"type":"float"},
2217
2144
  "floatVersionString":{
2218
2145
  "type":"string",
2146
+ "max":7,
2147
+ "min":3,
2219
2148
  "pattern":"^[1-9][0-9]{0,3}\\.[0-9]{1,2}$"
2220
2149
  },
2221
2150
  "fraudDetectorArn":{
@@ -2334,6 +2263,8 @@
2334
2263
  },
2335
2264
  "wholeNumberVersionString":{
2336
2265
  "type":"string",
2266
+ "max":5,
2267
+ "min":1,
2337
2268
  "pattern":"^([1-9][0-9]*)$"
2338
2269
  }
2339
2270
  }
@@ -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":[
@@ -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",
@@ -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
- "Id",
920
- "ChannelId"
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"