aws-sdk 2.776.0 → 2.780.0

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.
@@ -144,7 +144,7 @@
144
144
  "Schedule": {},
145
145
  "RoleArn": {},
146
146
  "Tags": {
147
- "shape": "S2x"
147
+ "shape": "S3h"
148
148
  },
149
149
  "ClientToken": {
150
150
  "idempotencyToken": true
@@ -179,7 +179,7 @@
179
179
  },
180
180
  "RoleArn": {},
181
181
  "Tags": {
182
- "shape": "S2x"
182
+ "shape": "S3h"
183
183
  },
184
184
  "FileFormat": {},
185
185
  "ClientToken": {
@@ -206,14 +206,14 @@
206
206
  "Edition": {},
207
207
  "RoleArn": {},
208
208
  "ServerSideEncryptionConfiguration": {
209
- "shape": "S3b"
209
+ "shape": "S3v"
210
210
  },
211
211
  "Description": {},
212
212
  "ClientToken": {
213
213
  "idempotencyToken": true
214
214
  },
215
215
  "Tags": {
216
- "shape": "S2x"
216
+ "shape": "S3h"
217
217
  }
218
218
  }
219
219
  },
@@ -350,7 +350,7 @@
350
350
  "Edition": {},
351
351
  "RoleArn": {},
352
352
  "ServerSideEncryptionConfiguration": {
353
- "shape": "S3b"
353
+ "shape": "S3v"
354
354
  },
355
355
  "Status": {},
356
356
  "Description": {},
@@ -361,7 +361,7 @@
361
361
  "type": "timestamp"
362
362
  },
363
363
  "DocumentMetadataConfigurations": {
364
- "shape": "S3q"
364
+ "shape": "S4a"
365
365
  },
366
366
  "IndexStatistics": {
367
367
  "type": "structure",
@@ -400,7 +400,7 @@
400
400
  },
401
401
  "ErrorMessage": {},
402
402
  "CapacityUnits": {
403
- "shape": "S48"
403
+ "shape": "S4s"
404
404
  }
405
405
  }
406
406
  }
@@ -601,7 +601,7 @@
601
601
  "type": "structure",
602
602
  "members": {
603
603
  "Tags": {
604
- "shape": "S2x"
604
+ "shape": "S3h"
605
605
  }
606
606
  }
607
607
  }
@@ -617,7 +617,7 @@
617
617
  "IndexId": {},
618
618
  "QueryText": {},
619
619
  "AttributeFilter": {
620
- "shape": "S55"
620
+ "shape": "S5p"
621
621
  },
622
622
  "Facets": {
623
623
  "type": "list",
@@ -679,7 +679,7 @@
679
679
  "type": "structure",
680
680
  "members": {
681
681
  "TextWithHighlightsValue": {
682
- "shape": "S5n"
682
+ "shape": "S67"
683
683
  }
684
684
  }
685
685
  }
@@ -688,10 +688,10 @@
688
688
  },
689
689
  "DocumentId": {},
690
690
  "DocumentTitle": {
691
- "shape": "S5n"
691
+ "shape": "S67"
692
692
  },
693
693
  "DocumentExcerpt": {
694
- "shape": "S5n"
694
+ "shape": "S67"
695
695
  },
696
696
  "DocumentURI": {},
697
697
  "DocumentAttributes": {
@@ -821,7 +821,7 @@
821
821
  "members": {
822
822
  "ResourceARN": {},
823
823
  "Tags": {
824
- "shape": "S2x"
824
+ "shape": "S3h"
825
825
  }
826
826
  }
827
827
  },
@@ -882,10 +882,10 @@
882
882
  "RoleArn": {},
883
883
  "Description": {},
884
884
  "DocumentMetadataConfigurationUpdates": {
885
- "shape": "S3q"
885
+ "shape": "S4a"
886
886
  },
887
887
  "CapacityUnits": {
888
- "shape": "S48"
888
+ "shape": "S4s"
889
889
  }
890
890
  }
891
891
  }
@@ -1270,6 +1270,107 @@
1270
1270
  }
1271
1271
  }
1272
1272
  }
1273
+ },
1274
+ "ConfluenceConfiguration": {
1275
+ "type": "structure",
1276
+ "required": [
1277
+ "ServerUrl",
1278
+ "SecretArn",
1279
+ "Version"
1280
+ ],
1281
+ "members": {
1282
+ "ServerUrl": {},
1283
+ "SecretArn": {},
1284
+ "Version": {},
1285
+ "SpaceConfiguration": {
1286
+ "type": "structure",
1287
+ "members": {
1288
+ "CrawlPersonalSpaces": {
1289
+ "type": "boolean"
1290
+ },
1291
+ "CrawlArchivedSpaces": {
1292
+ "type": "boolean"
1293
+ },
1294
+ "IncludeSpaces": {
1295
+ "shape": "S2y"
1296
+ },
1297
+ "ExcludeSpaces": {
1298
+ "shape": "S2y"
1299
+ },
1300
+ "SpaceFieldMappings": {
1301
+ "type": "list",
1302
+ "member": {
1303
+ "type": "structure",
1304
+ "members": {
1305
+ "DataSourceFieldName": {},
1306
+ "DateFieldFormat": {},
1307
+ "IndexFieldName": {}
1308
+ }
1309
+ }
1310
+ }
1311
+ }
1312
+ },
1313
+ "PageConfiguration": {
1314
+ "type": "structure",
1315
+ "members": {
1316
+ "PageFieldMappings": {
1317
+ "type": "list",
1318
+ "member": {
1319
+ "type": "structure",
1320
+ "members": {
1321
+ "DataSourceFieldName": {},
1322
+ "DateFieldFormat": {},
1323
+ "IndexFieldName": {}
1324
+ }
1325
+ }
1326
+ }
1327
+ }
1328
+ },
1329
+ "BlogConfiguration": {
1330
+ "type": "structure",
1331
+ "members": {
1332
+ "BlogFieldMappings": {
1333
+ "type": "list",
1334
+ "member": {
1335
+ "type": "structure",
1336
+ "members": {
1337
+ "DataSourceFieldName": {},
1338
+ "DateFieldFormat": {},
1339
+ "IndexFieldName": {}
1340
+ }
1341
+ }
1342
+ }
1343
+ }
1344
+ },
1345
+ "AttachmentConfiguration": {
1346
+ "type": "structure",
1347
+ "members": {
1348
+ "CrawlAttachments": {
1349
+ "type": "boolean"
1350
+ },
1351
+ "AttachmentFieldMappings": {
1352
+ "type": "list",
1353
+ "member": {
1354
+ "type": "structure",
1355
+ "members": {
1356
+ "DataSourceFieldName": {},
1357
+ "DateFieldFormat": {},
1358
+ "IndexFieldName": {}
1359
+ }
1360
+ }
1361
+ }
1362
+ }
1363
+ },
1364
+ "VpcConfiguration": {
1365
+ "shape": "S1j"
1366
+ },
1367
+ "InclusionPatterns": {
1368
+ "shape": "S19"
1369
+ },
1370
+ "ExclusionPatterns": {
1371
+ "shape": "S19"
1372
+ }
1373
+ }
1273
1374
  }
1274
1375
  }
1275
1376
  },
@@ -1309,7 +1410,11 @@
1309
1410
  }
1310
1411
  }
1311
1412
  },
1312
- "S2x": {
1413
+ "S2y": {
1414
+ "type": "list",
1415
+ "member": {}
1416
+ },
1417
+ "S3h": {
1313
1418
  "type": "list",
1314
1419
  "member": {
1315
1420
  "type": "structure",
@@ -1323,7 +1428,7 @@
1323
1428
  }
1324
1429
  }
1325
1430
  },
1326
- "S3b": {
1431
+ "S3v": {
1327
1432
  "type": "structure",
1328
1433
  "members": {
1329
1434
  "KmsKeyId": {
@@ -1332,7 +1437,7 @@
1332
1437
  }
1333
1438
  }
1334
1439
  },
1335
- "S3q": {
1440
+ "S4a": {
1336
1441
  "type": "list",
1337
1442
  "member": {
1338
1443
  "type": "structure",
@@ -1383,7 +1488,7 @@
1383
1488
  }
1384
1489
  }
1385
1490
  },
1386
- "S48": {
1491
+ "S4s": {
1387
1492
  "type": "structure",
1388
1493
  "required": [
1389
1494
  "StorageCapacityUnits",
@@ -1398,17 +1503,17 @@
1398
1503
  }
1399
1504
  }
1400
1505
  },
1401
- "S55": {
1506
+ "S5p": {
1402
1507
  "type": "structure",
1403
1508
  "members": {
1404
1509
  "AndAllFilters": {
1405
- "shape": "S56"
1510
+ "shape": "S5q"
1406
1511
  },
1407
1512
  "OrAllFilters": {
1408
- "shape": "S56"
1513
+ "shape": "S5q"
1409
1514
  },
1410
1515
  "NotFilter": {
1411
- "shape": "S55"
1516
+ "shape": "S5p"
1412
1517
  },
1413
1518
  "EqualsTo": {
1414
1519
  "shape": "Sn"
@@ -1433,13 +1538,13 @@
1433
1538
  }
1434
1539
  }
1435
1540
  },
1436
- "S56": {
1541
+ "S5q": {
1437
1542
  "type": "list",
1438
1543
  "member": {
1439
- "shape": "S55"
1544
+ "shape": "S5p"
1440
1545
  }
1441
1546
  },
1442
- "S5n": {
1547
+ "S67": {
1443
1548
  "type": "structure",
1444
1549
  "members": {
1445
1550
  "Text": {},
@@ -74,6 +74,9 @@
74
74
  "LivePreRollConfiguration": {
75
75
  "shape": "Sd"
76
76
  },
77
+ "ManifestProcessingRules": {
78
+ "shape": "Sf"
79
+ },
77
80
  "Name": {},
78
81
  "PersonalizationThresholdSeconds": {
79
82
  "type": "integer"
@@ -84,7 +87,7 @@
84
87
  "SlateAdUrl": {},
85
88
  "Tags": {
86
89
  "locationName": "tags",
87
- "shape": "Sg"
90
+ "shape": "Sj"
88
91
  },
89
92
  "TranscodeProfileName": {},
90
93
  "VideoContentSourceUrl": {}
@@ -133,6 +136,9 @@
133
136
  "HlsConfiguration": {
134
137
  "shape": "Sc"
135
138
  },
139
+ "ManifestProcessingRules": {
140
+ "shape": "Sf"
141
+ },
136
142
  "Name": {},
137
143
  "PlaybackConfigurationArn": {},
138
144
  "PlaybackEndpointPrefix": {},
@@ -140,7 +146,7 @@
140
146
  "SlateAdUrl": {},
141
147
  "Tags": {
142
148
  "locationName": "tags",
143
- "shape": "Sg"
149
+ "shape": "Sj"
144
150
  },
145
151
  "TranscodeProfileName": {},
146
152
  "PersonalizationThresholdSeconds": {
@@ -179,7 +185,7 @@
179
185
  "members": {
180
186
  "Tags": {
181
187
  "locationName": "tags",
182
- "shape": "Sg"
188
+ "shape": "Sj"
183
189
  }
184
190
  },
185
191
  "type": "structure"
@@ -213,6 +219,9 @@
213
219
  "LivePreRollConfiguration": {
214
220
  "shape": "Sd"
215
221
  },
222
+ "ManifestProcessingRules": {
223
+ "shape": "Sf"
224
+ },
216
225
  "Name": {},
217
226
  "PersonalizationThresholdSeconds": {
218
227
  "type": "integer"
@@ -220,7 +229,7 @@
220
229
  "SlateAdUrl": {},
221
230
  "Tags": {
222
231
  "locationName": "tags",
223
- "shape": "Sg"
232
+ "shape": "Sj"
224
233
  },
225
234
  "TranscodeProfileName": {},
226
235
  "VideoContentSourceUrl": {}
@@ -248,6 +257,9 @@
248
257
  "LivePreRollConfiguration": {
249
258
  "shape": "Sd"
250
259
  },
260
+ "ManifestProcessingRules": {
261
+ "shape": "Sf"
262
+ },
251
263
  "Name": {},
252
264
  "PersonalizationThresholdSeconds": {
253
265
  "type": "integer"
@@ -258,7 +270,7 @@
258
270
  "SlateAdUrl": {},
259
271
  "Tags": {
260
272
  "locationName": "tags",
261
- "shape": "Sg"
273
+ "shape": "Sj"
262
274
  },
263
275
  "TranscodeProfileName": {},
264
276
  "VideoContentSourceUrl": {}
@@ -279,7 +291,7 @@
279
291
  },
280
292
  "Tags": {
281
293
  "locationName": "tags",
282
- "shape": "Sg"
294
+ "shape": "Sj"
283
295
  }
284
296
  },
285
297
  "required": [
@@ -361,7 +373,20 @@
361
373
  }
362
374
  }
363
375
  },
364
- "Sg": {
376
+ "Sf": {
377
+ "type": "structure",
378
+ "members": {
379
+ "AdMarkerPassthrough": {
380
+ "type": "structure",
381
+ "members": {
382
+ "Enabled": {
383
+ "type": "boolean"
384
+ }
385
+ }
386
+ }
387
+ }
388
+ },
389
+ "Sj": {
365
390
  "key": {},
366
391
  "type": "map",
367
392
  "value": {}