aws-sdk-core 2.11.620 → 2.11.621

Sign up to get free protection for your applications and to get access to all the features.
@@ -150,6 +150,21 @@
150
150
  {"shape":"AccessDeniedException"}
151
151
  ]
152
152
  },
153
+ "DeleteEntityType":{
154
+ "name":"DeleteEntityType",
155
+ "http":{
156
+ "method":"POST",
157
+ "requestUri":"/"
158
+ },
159
+ "input":{"shape":"DeleteEntityTypeRequest"},
160
+ "output":{"shape":"DeleteEntityTypeResult"},
161
+ "errors":[
162
+ {"shape":"ValidationException"},
163
+ {"shape":"ConflictException"},
164
+ {"shape":"InternalServerException"},
165
+ {"shape":"AccessDeniedException"}
166
+ ]
167
+ },
153
168
  "DeleteEvent":{
154
169
  "name":"DeleteEvent",
155
170
  "http":{
@@ -159,11 +174,103 @@
159
174
  "input":{"shape":"DeleteEventRequest"},
160
175
  "output":{"shape":"DeleteEventResult"},
161
176
  "errors":[
177
+ {"shape":"InternalServerException"},
178
+ {"shape":"ThrottlingException"},
179
+ {"shape":"AccessDeniedException"},
180
+ {"shape":"ValidationException"}
181
+ ]
182
+ },
183
+ "DeleteEventType":{
184
+ "name":"DeleteEventType",
185
+ "http":{
186
+ "method":"POST",
187
+ "requestUri":"/"
188
+ },
189
+ "input":{"shape":"DeleteEventTypeRequest"},
190
+ "output":{"shape":"DeleteEventTypeResult"},
191
+ "errors":[
192
+ {"shape":"ConflictException"},
193
+ {"shape":"ValidationException"},
194
+ {"shape":"InternalServerException"},
195
+ {"shape":"AccessDeniedException"}
196
+ ]
197
+ },
198
+ "DeleteExternalModel":{
199
+ "name":"DeleteExternalModel",
200
+ "http":{
201
+ "method":"POST",
202
+ "requestUri":"/"
203
+ },
204
+ "input":{"shape":"DeleteExternalModelRequest"},
205
+ "output":{"shape":"DeleteExternalModelResult"},
206
+ "errors":[
207
+ {"shape":"ValidationException"},
208
+ {"shape":"ConflictException"},
162
209
  {"shape":"InternalServerException"},
163
210
  {"shape":"ThrottlingException"},
164
211
  {"shape":"AccessDeniedException"}
165
212
  ]
166
213
  },
214
+ "DeleteLabel":{
215
+ "name":"DeleteLabel",
216
+ "http":{
217
+ "method":"POST",
218
+ "requestUri":"/"
219
+ },
220
+ "input":{"shape":"DeleteLabelRequest"},
221
+ "output":{"shape":"DeleteLabelResult"},
222
+ "errors":[
223
+ {"shape":"ValidationException"},
224
+ {"shape":"ConflictException"},
225
+ {"shape":"InternalServerException"}
226
+ ]
227
+ },
228
+ "DeleteModel":{
229
+ "name":"DeleteModel",
230
+ "http":{
231
+ "method":"POST",
232
+ "requestUri":"/"
233
+ },
234
+ "input":{"shape":"DeleteModelRequest"},
235
+ "output":{"shape":"DeleteModelResult"},
236
+ "errors":[
237
+ {"shape":"ConflictException"},
238
+ {"shape":"ValidationException"},
239
+ {"shape":"InternalServerException"},
240
+ {"shape":"AccessDeniedException"}
241
+ ]
242
+ },
243
+ "DeleteModelVersion":{
244
+ "name":"DeleteModelVersion",
245
+ "http":{
246
+ "method":"POST",
247
+ "requestUri":"/"
248
+ },
249
+ "input":{"shape":"DeleteModelVersionRequest"},
250
+ "output":{"shape":"DeleteModelVersionResult"},
251
+ "errors":[
252
+ {"shape":"ValidationException"},
253
+ {"shape":"InternalServerException"},
254
+ {"shape":"AccessDeniedException"},
255
+ {"shape":"ConflictException"}
256
+ ]
257
+ },
258
+ "DeleteOutcome":{
259
+ "name":"DeleteOutcome",
260
+ "http":{
261
+ "method":"POST",
262
+ "requestUri":"/"
263
+ },
264
+ "input":{"shape":"DeleteOutcomeRequest"},
265
+ "output":{"shape":"DeleteOutcomeResult"},
266
+ "errors":[
267
+ {"shape":"ValidationException"},
268
+ {"shape":"InternalServerException"},
269
+ {"shape":"ThrottlingException"},
270
+ {"shape":"ConflictException"},
271
+ {"shape":"AccessDeniedException"}
272
+ ]
273
+ },
167
274
  "DeleteRule":{
168
275
  "name":"DeleteRule",
169
276
  "http":{
@@ -180,6 +287,22 @@
180
287
  {"shape":"AccessDeniedException"}
181
288
  ]
182
289
  },
290
+ "DeleteVariable":{
291
+ "name":"DeleteVariable",
292
+ "http":{
293
+ "method":"POST",
294
+ "requestUri":"/"
295
+ },
296
+ "input":{"shape":"DeleteVariableRequest"},
297
+ "output":{"shape":"DeleteVariableResult"},
298
+ "errors":[
299
+ {"shape":"ValidationException"},
300
+ {"shape":"ConflictException"},
301
+ {"shape":"InternalServerException"},
302
+ {"shape":"ThrottlingException"},
303
+ {"shape":"AccessDeniedException"}
304
+ ]
305
+ },
183
306
  "DescribeDetector":{
184
307
  "name":"DescribeDetector",
185
308
  "http":{
@@ -271,7 +394,8 @@
271
394
  {"shape":"ResourceNotFoundException"},
272
395
  {"shape":"InternalServerException"},
273
396
  {"shape":"ThrottlingException"},
274
- {"shape":"AccessDeniedException"}
397
+ {"shape":"AccessDeniedException"},
398
+ {"shape":"ConflictException"}
275
399
  ]
276
400
  },
277
401
  "GetEventTypes":{
@@ -940,6 +1064,18 @@
940
1064
  "members":{
941
1065
  }
942
1066
  },
1067
+ "DeleteEntityTypeRequest":{
1068
+ "type":"structure",
1069
+ "required":["name"],
1070
+ "members":{
1071
+ "name":{"shape":"identifier"}
1072
+ }
1073
+ },
1074
+ "DeleteEntityTypeResult":{
1075
+ "type":"structure",
1076
+ "members":{
1077
+ }
1078
+ },
943
1079
  "DeleteEventRequest":{
944
1080
  "type":"structure",
945
1081
  "required":[
@@ -947,8 +1083,8 @@
947
1083
  "eventTypeName"
948
1084
  ],
949
1085
  "members":{
950
- "eventId":{"shape":"string"},
951
- "eventTypeName":{"shape":"string"}
1086
+ "eventId":{"shape":"identifier"},
1087
+ "eventTypeName":{"shape":"identifier"}
952
1088
  }
953
1089
  },
954
1090
  "DeleteEventResult":{
@@ -956,6 +1092,88 @@
956
1092
  "members":{
957
1093
  }
958
1094
  },
1095
+ "DeleteEventTypeRequest":{
1096
+ "type":"structure",
1097
+ "required":["name"],
1098
+ "members":{
1099
+ "name":{"shape":"identifier"}
1100
+ }
1101
+ },
1102
+ "DeleteEventTypeResult":{
1103
+ "type":"structure",
1104
+ "members":{
1105
+ }
1106
+ },
1107
+ "DeleteExternalModelRequest":{
1108
+ "type":"structure",
1109
+ "required":["modelEndpoint"],
1110
+ "members":{
1111
+ "modelEndpoint":{"shape":"sageMakerEndpointIdentifier"}
1112
+ }
1113
+ },
1114
+ "DeleteExternalModelResult":{
1115
+ "type":"structure",
1116
+ "members":{
1117
+ }
1118
+ },
1119
+ "DeleteLabelRequest":{
1120
+ "type":"structure",
1121
+ "required":["name"],
1122
+ "members":{
1123
+ "name":{"shape":"identifier"}
1124
+ }
1125
+ },
1126
+ "DeleteLabelResult":{
1127
+ "type":"structure",
1128
+ "members":{
1129
+ }
1130
+ },
1131
+ "DeleteModelRequest":{
1132
+ "type":"structure",
1133
+ "required":[
1134
+ "modelId",
1135
+ "modelType"
1136
+ ],
1137
+ "members":{
1138
+ "modelId":{"shape":"modelIdentifier"},
1139
+ "modelType":{"shape":"ModelTypeEnum"}
1140
+ }
1141
+ },
1142
+ "DeleteModelResult":{
1143
+ "type":"structure",
1144
+ "members":{
1145
+ }
1146
+ },
1147
+ "DeleteModelVersionRequest":{
1148
+ "type":"structure",
1149
+ "required":[
1150
+ "modelId",
1151
+ "modelType",
1152
+ "modelVersionNumber"
1153
+ ],
1154
+ "members":{
1155
+ "modelId":{"shape":"modelIdentifier"},
1156
+ "modelType":{"shape":"ModelTypeEnum"},
1157
+ "modelVersionNumber":{"shape":"floatVersionString"}
1158
+ }
1159
+ },
1160
+ "DeleteModelVersionResult":{
1161
+ "type":"structure",
1162
+ "members":{
1163
+ }
1164
+ },
1165
+ "DeleteOutcomeRequest":{
1166
+ "type":"structure",
1167
+ "required":["name"],
1168
+ "members":{
1169
+ "name":{"shape":"identifier"}
1170
+ }
1171
+ },
1172
+ "DeleteOutcomeResult":{
1173
+ "type":"structure",
1174
+ "members":{
1175
+ }
1176
+ },
959
1177
  "DeleteRuleRequest":{
960
1178
  "type":"structure",
961
1179
  "required":["rule"],
@@ -968,6 +1186,18 @@
968
1186
  "members":{
969
1187
  }
970
1188
  },
1189
+ "DeleteVariableRequest":{
1190
+ "type":"structure",
1191
+ "required":["name"],
1192
+ "members":{
1193
+ "name":{"shape":"string"}
1194
+ }
1195
+ },
1196
+ "DeleteVariableResult":{
1197
+ "type":"structure",
1198
+ "members":{
1199
+ }
1200
+ },
971
1201
  "DescribeDetectorRequest":{
972
1202
  "type":"structure",
973
1203
  "required":["detectorId"],
@@ -1400,7 +1630,7 @@
1400
1630
  "type":"string",
1401
1631
  "max":90,
1402
1632
  "min":7,
1403
- "pattern":"^\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}|DEFAULT|arn:[a-zA-Z0-9-]+:kms:[a-zA-Z0-9-]+:\\d{12}:key\\/\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}$"
1633
+ "pattern":"^DEFAULT|arn:[a-zA-Z0-9-]+:kms:[a-zA-Z0-9-]+:\\d{12}:key\\/\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}$"
1404
1634
  },
1405
1635
  "Label":{
1406
1636
  "type":"structure",
@@ -564,6 +564,12 @@
564
564
  "max":5,
565
565
  "min":1
566
566
  },
567
+ "ClaimRegex":{
568
+ "type":"string",
569
+ "max":100,
570
+ "min":1,
571
+ "pattern":"^\\P{C}*$"
572
+ },
567
573
  "ClickFeedback":{
568
574
  "type":"structure",
569
575
  "required":[
@@ -786,7 +792,10 @@
786
792
  },
787
793
  "ConfluenceVersion":{
788
794
  "type":"string",
789
- "enum":["SERVER"]
795
+ "enum":[
796
+ "CLOUD",
797
+ "SERVER"
798
+ ]
790
799
  },
791
800
  "ConnectionConfiguration":{
792
801
  "type":"structure",
@@ -888,7 +897,9 @@
888
897
  "shape":"ClientTokenName",
889
898
  "idempotencyToken":true
890
899
  },
891
- "Tags":{"shape":"TagList"}
900
+ "Tags":{"shape":"TagList"},
901
+ "UserTokenConfigurations":{"shape":"UserTokenConfigurationList"},
902
+ "UserContextPolicy":{"shape":"UserContextPolicy"}
892
903
  }
893
904
  },
894
905
  "CreateIndexResponse":{
@@ -1214,7 +1225,9 @@
1214
1225
  "DocumentMetadataConfigurations":{"shape":"DocumentMetadataConfigurationList"},
1215
1226
  "IndexStatistics":{"shape":"IndexStatistics"},
1216
1227
  "ErrorMessage":{"shape":"ErrorMessage"},
1217
- "CapacityUnits":{"shape":"CapacityUnitsConfiguration"}
1228
+ "CapacityUnits":{"shape":"CapacityUnitsConfiguration"},
1229
+ "UserTokenConfigurations":{"shape":"UserTokenConfigurationList"},
1230
+ "UserContextPolicy":{"shape":"UserContextPolicy"}
1218
1231
  }
1219
1232
  },
1220
1233
  "Description":{
@@ -1442,6 +1455,12 @@
1442
1455
  "type":"list",
1443
1456
  "member":{"shape":"FaqSummary"}
1444
1457
  },
1458
+ "GroupAttributeField":{
1459
+ "type":"string",
1460
+ "max":100,
1461
+ "min":1,
1462
+ "pattern":"^\\P{C}*$"
1463
+ },
1445
1464
  "Highlight":{
1446
1465
  "type":"structure",
1447
1466
  "required":[
@@ -1551,6 +1570,43 @@
1551
1570
  "exception":true,
1552
1571
  "fault":true
1553
1572
  },
1573
+ "Issuer":{
1574
+ "type":"string",
1575
+ "max":65,
1576
+ "min":1,
1577
+ "pattern":"^\\P{C}*$"
1578
+ },
1579
+ "JsonTokenTypeConfiguration":{
1580
+ "type":"structure",
1581
+ "required":[
1582
+ "UserNameAttributeField",
1583
+ "GroupAttributeField"
1584
+ ],
1585
+ "members":{
1586
+ "UserNameAttributeField":{"shape":"String"},
1587
+ "GroupAttributeField":{"shape":"String"}
1588
+ }
1589
+ },
1590
+ "JwtTokenTypeConfiguration":{
1591
+ "type":"structure",
1592
+ "required":["KeyLocation"],
1593
+ "members":{
1594
+ "KeyLocation":{"shape":"KeyLocation"},
1595
+ "URL":{"shape":"Url"},
1596
+ "SecretManagerArn":{"shape":"RoleArn"},
1597
+ "UserNameAttributeField":{"shape":"UserNameAttributeField"},
1598
+ "GroupAttributeField":{"shape":"GroupAttributeField"},
1599
+ "Issuer":{"shape":"Issuer"},
1600
+ "ClaimRegex":{"shape":"ClaimRegex"}
1601
+ }
1602
+ },
1603
+ "KeyLocation":{
1604
+ "type":"string",
1605
+ "enum":[
1606
+ "URL",
1607
+ "SECRET_MANAGER"
1608
+ ]
1609
+ },
1554
1610
  "KmsKeyId":{
1555
1611
  "type":"string",
1556
1612
  "max":2048,
@@ -1681,7 +1737,8 @@
1681
1737
  "OneDriveUsers":{"shape":"OneDriveUsers"},
1682
1738
  "InclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
1683
1739
  "ExclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
1684
- "FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"}
1740
+ "FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"},
1741
+ "DisableLocalGroups":{"shape":"Boolean"}
1685
1742
  }
1686
1743
  },
1687
1744
  "OneDriveUser":{
@@ -1771,7 +1828,8 @@
1771
1828
  "QueryResultTypeFilter":{"shape":"QueryResultType"},
1772
1829
  "PageNumber":{"shape":"Integer"},
1773
1830
  "PageSize":{"shape":"Integer"},
1774
- "SortingConfiguration":{"shape":"SortingConfiguration"}
1831
+ "SortingConfiguration":{"shape":"SortingConfiguration"},
1832
+ "UserContext":{"shape":"UserContext"}
1775
1833
  }
1776
1834
  },
1777
1835
  "QueryResult":{
@@ -2192,7 +2250,8 @@
2192
2250
  "ExclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
2193
2251
  "VpcConfiguration":{"shape":"DataSourceVpcConfiguration"},
2194
2252
  "FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"},
2195
- "DocumentTitleFieldName":{"shape":"DataSourceFieldName"}
2253
+ "DocumentTitleFieldName":{"shape":"DataSourceFieldName"},
2254
+ "DisableLocalGroups":{"shape":"Boolean"}
2196
2255
  }
2197
2256
  },
2198
2257
  "SharePointUrlList":{
@@ -2386,6 +2445,12 @@
2386
2445
  },
2387
2446
  "Timestamp":{"type":"timestamp"},
2388
2447
  "Title":{"type":"string"},
2448
+ "Token":{
2449
+ "type":"string",
2450
+ "max":100000,
2451
+ "min":1,
2452
+ "pattern":"^\\P{C}*$"
2453
+ },
2389
2454
  "UntagResourceRequest":{
2390
2455
  "type":"structure",
2391
2456
  "required":[
@@ -2427,7 +2492,9 @@
2427
2492
  "RoleArn":{"shape":"RoleArn"},
2428
2493
  "Description":{"shape":"Description"},
2429
2494
  "DocumentMetadataConfigurationUpdates":{"shape":"DocumentMetadataConfigurationList"},
2430
- "CapacityUnits":{"shape":"CapacityUnitsConfiguration"}
2495
+ "CapacityUnits":{"shape":"CapacityUnitsConfiguration"},
2496
+ "UserTokenConfigurations":{"shape":"UserTokenConfigurationList"},
2497
+ "UserContextPolicy":{"shape":"UserContextPolicy"}
2431
2498
  }
2432
2499
  },
2433
2500
  "Url":{
@@ -2436,6 +2503,37 @@
2436
2503
  "min":1,
2437
2504
  "pattern":"^(https?|ftp|file):\\/\\/([^\\s]*)"
2438
2505
  },
2506
+ "UserContext":{
2507
+ "type":"structure",
2508
+ "members":{
2509
+ "Token":{"shape":"Token"}
2510
+ }
2511
+ },
2512
+ "UserContextPolicy":{
2513
+ "type":"string",
2514
+ "enum":[
2515
+ "ATTRIBUTE_FILTER",
2516
+ "USER_TOKEN"
2517
+ ]
2518
+ },
2519
+ "UserNameAttributeField":{
2520
+ "type":"string",
2521
+ "max":100,
2522
+ "min":1,
2523
+ "pattern":"^\\P{C}*$"
2524
+ },
2525
+ "UserTokenConfiguration":{
2526
+ "type":"structure",
2527
+ "members":{
2528
+ "JwtTokenTypeConfiguration":{"shape":"JwtTokenTypeConfiguration"},
2529
+ "JsonTokenTypeConfiguration":{"shape":"JsonTokenTypeConfiguration"}
2530
+ }
2531
+ },
2532
+ "UserTokenConfigurationList":{
2533
+ "type":"list",
2534
+ "member":{"shape":"UserTokenConfiguration"},
2535
+ "max":1
2536
+ },
2439
2537
  "ValidationException":{
2440
2538
  "type":"structure",
2441
2539
  "members":{