aws-sdk-core 2.11.587 → 2.11.592

Sign up to get free protection for your applications and to get access to all the features.
@@ -1805,7 +1805,8 @@
1805
1805
  "enum":[
1806
1806
  "INDEX_SLOW_LOGS",
1807
1807
  "SEARCH_SLOW_LOGS",
1808
- "ES_APPLICATION_LOGS"
1808
+ "ES_APPLICATION_LOGS",
1809
+ "AUDIT_LOGS"
1809
1810
  ]
1810
1811
  },
1811
1812
  "MasterUserOptions":{
@@ -563,6 +563,18 @@
563
563
  "EventSourceArn":{"shape":"String"}
564
564
  }
565
565
  },
566
+ "Database":{
567
+ "type":"string",
568
+ "max":64,
569
+ "min":1,
570
+ "pattern":"([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
571
+ },
572
+ "DbUser":{
573
+ "type":"string",
574
+ "max":128,
575
+ "min":1,
576
+ "pattern":"([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
577
+ },
566
578
  "DeactivateEventSourceRequest":{
567
579
  "type":"structure",
568
580
  "required":["Name"],
@@ -1218,6 +1230,27 @@
1218
1230
  "max":512,
1219
1231
  "pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+"
1220
1232
  },
1233
+ "RedshiftDataParameters":{
1234
+ "type":"structure",
1235
+ "required":[
1236
+ "Database",
1237
+ "Sql"
1238
+ ],
1239
+ "members":{
1240
+ "SecretManagerArn":{"shape":"RedshiftSecretManagerArn"},
1241
+ "Database":{"shape":"Database"},
1242
+ "DbUser":{"shape":"DbUser"},
1243
+ "Sql":{"shape":"Sql"},
1244
+ "StatementName":{"shape":"StatementName"},
1245
+ "WithEvent":{"shape":"Boolean"}
1246
+ }
1247
+ },
1248
+ "RedshiftSecretManagerArn":{
1249
+ "type":"string",
1250
+ "max":1600,
1251
+ "min":1,
1252
+ "pattern":"(^arn:aws([a-z]|\\-)*:secretsmanager:[a-z0-9-.]+:.*)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
1253
+ },
1221
1254
  "RemovePermissionRequest":{
1222
1255
  "type":"structure",
1223
1256
  "required":["StatementId"],
@@ -1364,6 +1397,11 @@
1364
1397
  "type":"string",
1365
1398
  "max":256
1366
1399
  },
1400
+ "Sql":{
1401
+ "type":"string",
1402
+ "max":100000,
1403
+ "min":1
1404
+ },
1367
1405
  "SqsParameters":{
1368
1406
  "type":"structure",
1369
1407
  "members":{
@@ -1376,6 +1414,11 @@
1376
1414
  "min":1,
1377
1415
  "pattern":"[a-zA-Z0-9-_]+"
1378
1416
  },
1417
+ "StatementName":{
1418
+ "type":"string",
1419
+ "max":500,
1420
+ "min":1
1421
+ },
1379
1422
  "String":{"type":"string"},
1380
1423
  "StringList":{
1381
1424
  "type":"list",
@@ -1444,7 +1487,8 @@
1444
1487
  "EcsParameters":{"shape":"EcsParameters"},
1445
1488
  "BatchParameters":{"shape":"BatchParameters"},
1446
1489
  "SqsParameters":{"shape":"SqsParameters"},
1447
- "HttpParameters":{"shape":"HttpParameters"}
1490
+ "HttpParameters":{"shape":"HttpParameters"},
1491
+ "RedshiftDataParameters":{"shape":"RedshiftDataParameters"}
1448
1492
  }
1449
1493
  },
1450
1494
  "TargetArn":{
@@ -563,6 +563,18 @@
563
563
  "EventSourceArn":{"shape":"String"}
564
564
  }
565
565
  },
566
+ "Database":{
567
+ "type":"string",
568
+ "max":64,
569
+ "min":1,
570
+ "pattern":"([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
571
+ },
572
+ "DbUser":{
573
+ "type":"string",
574
+ "max":128,
575
+ "min":1,
576
+ "pattern":"([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
577
+ },
566
578
  "DeactivateEventSourceRequest":{
567
579
  "type":"structure",
568
580
  "required":["Name"],
@@ -1218,6 +1230,27 @@
1218
1230
  "max":512,
1219
1231
  "pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+"
1220
1232
  },
1233
+ "RedshiftDataParameters":{
1234
+ "type":"structure",
1235
+ "required":[
1236
+ "Database",
1237
+ "Sql"
1238
+ ],
1239
+ "members":{
1240
+ "SecretManagerArn":{"shape":"RedshiftSecretManagerArn"},
1241
+ "Database":{"shape":"Database"},
1242
+ "DbUser":{"shape":"DbUser"},
1243
+ "Sql":{"shape":"Sql"},
1244
+ "StatementName":{"shape":"StatementName"},
1245
+ "WithEvent":{"shape":"Boolean"}
1246
+ }
1247
+ },
1248
+ "RedshiftSecretManagerArn":{
1249
+ "type":"string",
1250
+ "max":1600,
1251
+ "min":1,
1252
+ "pattern":"(^arn:aws([a-z]|\\-)*:secretsmanager:[a-z0-9-.]+:.*)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
1253
+ },
1221
1254
  "RemovePermissionRequest":{
1222
1255
  "type":"structure",
1223
1256
  "required":["StatementId"],
@@ -1364,6 +1397,11 @@
1364
1397
  "type":"string",
1365
1398
  "max":256
1366
1399
  },
1400
+ "Sql":{
1401
+ "type":"string",
1402
+ "max":100000,
1403
+ "min":1
1404
+ },
1367
1405
  "SqsParameters":{
1368
1406
  "type":"structure",
1369
1407
  "members":{
@@ -1376,6 +1414,11 @@
1376
1414
  "min":1,
1377
1415
  "pattern":"[a-zA-Z0-9-_]+"
1378
1416
  },
1417
+ "StatementName":{
1418
+ "type":"string",
1419
+ "max":500,
1420
+ "min":1
1421
+ },
1379
1422
  "String":{"type":"string"},
1380
1423
  "StringList":{
1381
1424
  "type":"list",
@@ -1444,7 +1487,8 @@
1444
1487
  "EcsParameters":{"shape":"EcsParameters"},
1445
1488
  "BatchParameters":{"shape":"BatchParameters"},
1446
1489
  "SqsParameters":{"shape":"SqsParameters"},
1447
- "HttpParameters":{"shape":"HttpParameters"}
1490
+ "HttpParameters":{"shape":"HttpParameters"},
1491
+ "RedshiftDataParameters":{"shape":"RedshiftDataParameters"}
1448
1492
  }
1449
1493
  },
1450
1494
  "TargetArn":{
@@ -188,6 +188,22 @@
188
188
  {"shape":"OperationTimeoutException"}
189
189
  ]
190
190
  },
191
+ "BatchUpdatePartition":{
192
+ "name":"BatchUpdatePartition",
193
+ "http":{
194
+ "method":"POST",
195
+ "requestUri":"/"
196
+ },
197
+ "input":{"shape":"BatchUpdatePartitionRequest"},
198
+ "output":{"shape":"BatchUpdatePartitionResponse"},
199
+ "errors":[
200
+ {"shape":"InvalidInputException"},
201
+ {"shape":"EntityNotFoundException"},
202
+ {"shape":"OperationTimeoutException"},
203
+ {"shape":"InternalServiceException"},
204
+ {"shape":"GlueEncryptionException"}
205
+ ]
206
+ },
191
207
  "CancelMLTaskRun":{
192
208
  "name":"CancelMLTaskRun",
193
209
  "http":{
@@ -2352,6 +2368,54 @@
2352
2368
  "type":"list",
2353
2369
  "member":{"shape":"BatchStopJobRunSuccessfulSubmission"}
2354
2370
  },
2371
+ "BatchUpdatePartitionFailureEntry":{
2372
+ "type":"structure",
2373
+ "members":{
2374
+ "PartitionValueList":{"shape":"BoundedPartitionValueList"},
2375
+ "ErrorDetail":{"shape":"ErrorDetail"}
2376
+ }
2377
+ },
2378
+ "BatchUpdatePartitionFailureList":{
2379
+ "type":"list",
2380
+ "member":{"shape":"BatchUpdatePartitionFailureEntry"}
2381
+ },
2382
+ "BatchUpdatePartitionRequest":{
2383
+ "type":"structure",
2384
+ "required":[
2385
+ "DatabaseName",
2386
+ "TableName",
2387
+ "Entries"
2388
+ ],
2389
+ "members":{
2390
+ "CatalogId":{"shape":"CatalogIdString"},
2391
+ "DatabaseName":{"shape":"NameString"},
2392
+ "TableName":{"shape":"NameString"},
2393
+ "Entries":{"shape":"BatchUpdatePartitionRequestEntryList"}
2394
+ }
2395
+ },
2396
+ "BatchUpdatePartitionRequestEntry":{
2397
+ "type":"structure",
2398
+ "required":[
2399
+ "PartitionValueList",
2400
+ "PartitionInput"
2401
+ ],
2402
+ "members":{
2403
+ "PartitionValueList":{"shape":"BoundedPartitionValueList"},
2404
+ "PartitionInput":{"shape":"PartitionInput"}
2405
+ }
2406
+ },
2407
+ "BatchUpdatePartitionRequestEntryList":{
2408
+ "type":"list",
2409
+ "member":{"shape":"BatchUpdatePartitionRequestEntry"},
2410
+ "max":100,
2411
+ "min":1
2412
+ },
2413
+ "BatchUpdatePartitionResponse":{
2414
+ "type":"structure",
2415
+ "members":{
2416
+ "Errors":{"shape":"BatchUpdatePartitionFailureList"}
2417
+ }
2418
+ },
2355
2419
  "BinaryColumnStatisticsData":{
2356
2420
  "type":"structure",
2357
2421
  "required":[
@@ -195,6 +195,22 @@
195
195
  ],
196
196
  "endpoint":{"hostPrefix":"monitor."}
197
197
  },
198
+ "CreatePresignedPortalUrl":{
199
+ "name":"CreatePresignedPortalUrl",
200
+ "http":{
201
+ "method":"GET",
202
+ "requestUri":"/portals/{portalId}/presigned-url",
203
+ "responseCode":200
204
+ },
205
+ "input":{"shape":"CreatePresignedPortalUrlRequest"},
206
+ "output":{"shape":"CreatePresignedPortalUrlResponse"},
207
+ "errors":[
208
+ {"shape":"InvalidRequestException"},
209
+ {"shape":"InternalFailureException"},
210
+ {"shape":"ThrottlingException"}
211
+ ],
212
+ "endpoint":{"hostPrefix":"monitor."}
213
+ },
198
214
  "CreateProject":{
199
215
  "name":"CreateProject",
200
216
  "http":{
@@ -1297,6 +1313,13 @@
1297
1313
  "defaultValue":{"shape":"DefaultValue"}
1298
1314
  }
1299
1315
  },
1316
+ "AuthMode":{
1317
+ "type":"string",
1318
+ "enum":[
1319
+ "IAM",
1320
+ "SSO"
1321
+ ]
1322
+ },
1300
1323
  "BatchAssociateProjectAssetsErrors":{
1301
1324
  "type":"list",
1302
1325
  "member":{"shape":"AssetErrorDetails"}
@@ -1611,7 +1634,8 @@
1611
1634
  },
1612
1635
  "portalLogoImageFile":{"shape":"ImageFile"},
1613
1636
  "roleArn":{"shape":"ARN"},
1614
- "tags":{"shape":"TagMap"}
1637
+ "tags":{"shape":"TagMap"},
1638
+ "portalAuthMode":{"shape":"AuthMode"}
1615
1639
  }
1616
1640
  },
1617
1641
  "CreatePortalResponse":{
@@ -1631,6 +1655,29 @@
1631
1655
  "ssoApplicationId":{"shape":"SSOApplicationId"}
1632
1656
  }
1633
1657
  },
1658
+ "CreatePresignedPortalUrlRequest":{
1659
+ "type":"structure",
1660
+ "required":["portalId"],
1661
+ "members":{
1662
+ "portalId":{
1663
+ "shape":"ID",
1664
+ "location":"uri",
1665
+ "locationName":"portalId"
1666
+ },
1667
+ "sessionDurationSeconds":{
1668
+ "shape":"SessionDurationSeconds",
1669
+ "location":"querystring",
1670
+ "locationName":"sessionDurationSeconds"
1671
+ }
1672
+ }
1673
+ },
1674
+ "CreatePresignedPortalUrlResponse":{
1675
+ "type":"structure",
1676
+ "required":["presignedPortalUrl"],
1677
+ "members":{
1678
+ "presignedPortalUrl":{"shape":"Url"}
1679
+ }
1680
+ },
1634
1681
  "CreateProjectRequest":{
1635
1682
  "type":"structure",
1636
1683
  "required":[
@@ -2122,7 +2169,8 @@
2122
2169
  "portalCreationDate":{"shape":"Timestamp"},
2123
2170
  "portalLastUpdateDate":{"shape":"Timestamp"},
2124
2171
  "portalLogoImageLocation":{"shape":"ImageLocation"},
2125
- "roleArn":{"shape":"ARN"}
2172
+ "roleArn":{"shape":"ARN"},
2173
+ "portalAuthMode":{"shape":"AuthMode"}
2126
2174
  }
2127
2175
  },
2128
2176
  "DescribeProjectRequest":{
@@ -2450,6 +2498,13 @@
2450
2498
  "id":{"shape":"IdentityId"}
2451
2499
  }
2452
2500
  },
2501
+ "IAMUserIdentity":{
2502
+ "type":"structure",
2503
+ "required":["arn"],
2504
+ "members":{
2505
+ "arn":{"shape":"ARN"}
2506
+ }
2507
+ },
2453
2508
  "ID":{
2454
2509
  "type":"string",
2455
2510
  "max":36,
@@ -2466,7 +2521,8 @@
2466
2521
  "type":"structure",
2467
2522
  "members":{
2468
2523
  "user":{"shape":"UserIdentity"},
2469
- "group":{"shape":"GroupIdentity"}
2524
+ "group":{"shape":"GroupIdentity"},
2525
+ "iamUser":{"shape":"IAMUserIdentity"}
2470
2526
  }
2471
2527
  },
2472
2528
  "IdentityId":{
@@ -2479,7 +2535,8 @@
2479
2535
  "type":"string",
2480
2536
  "enum":[
2481
2537
  "USER",
2482
- "GROUP"
2538
+ "GROUP",
2539
+ "IAM"
2483
2540
  ]
2484
2541
  },
2485
2542
  "Image":{
@@ -2577,6 +2634,11 @@
2577
2634
  "location":"querystring",
2578
2635
  "locationName":"resourceId"
2579
2636
  },
2637
+ "iamArn":{
2638
+ "shape":"ARN",
2639
+ "location":"querystring",
2640
+ "locationName":"iamArn"
2641
+ },
2580
2642
  "nextToken":{
2581
2643
  "shape":"NextToken",
2582
2644
  "location":"querystring",
@@ -3197,6 +3259,11 @@
3197
3259
  "exception":true,
3198
3260
  "fault":true
3199
3261
  },
3262
+ "SessionDurationSeconds":{
3263
+ "type":"integer",
3264
+ "max":43200,
3265
+ "min":900
3266
+ },
3200
3267
  "TagKey":{
3201
3268
  "type":"string",
3202
3269
  "max":128,
@@ -680,7 +680,8 @@
680
680
  "Description":{"shape":"Description"},
681
681
  "S3Path":{"shape":"S3Path"},
682
682
  "RoleArn":{"shape":"RoleArn"},
683
- "Tags":{"shape":"TagList"}
683
+ "Tags":{"shape":"TagList"},
684
+ "FileFormat":{"shape":"FaqFileFormat"}
684
685
  }
685
686
  },
686
687
  "CreateFaqResponse":{
@@ -1002,7 +1003,8 @@
1002
1003
  "S3Path":{"shape":"S3Path"},
1003
1004
  "Status":{"shape":"FaqStatus"},
1004
1005
  "RoleArn":{"shape":"RoleArn"},
1005
- "ErrorMessage":{"shape":"ErrorMessage"}
1006
+ "ErrorMessage":{"shape":"ErrorMessage"},
1007
+ "FileFormat":{"shape":"FaqFileFormat"}
1006
1008
  }
1007
1009
  },
1008
1010
  "DescribeIndexRequest":{
@@ -1203,6 +1205,14 @@
1203
1205
  "type":"list",
1204
1206
  "member":{"shape":"FacetResult"}
1205
1207
  },
1208
+ "FaqFileFormat":{
1209
+ "type":"string",
1210
+ "enum":[
1211
+ "CSV",
1212
+ "CSV_WITH_HEADER",
1213
+ "JSON"
1214
+ ]
1215
+ },
1206
1216
  "FaqId":{
1207
1217
  "type":"string",
1208
1218
  "max":100,
@@ -1239,7 +1249,8 @@
1239
1249
  "Name":{"shape":"FaqName"},
1240
1250
  "Status":{"shape":"FaqStatus"},
1241
1251
  "CreatedAt":{"shape":"Timestamp"},
1242
- "UpdatedAt":{"shape":"Timestamp"}
1252
+ "UpdatedAt":{"shape":"Timestamp"},
1253
+ "FileFormat":{"shape":"FaqFileFormat"}
1243
1254
  }
1244
1255
  },
1245
1256
  "FaqSummaryItems":{
@@ -1928,10 +1928,11 @@
1928
1928
  "Locale":{
1929
1929
  "type":"string",
1930
1930
  "enum":[
1931
- "en-US",
1932
- "en-GB",
1933
1931
  "de-DE",
1934
- "en-AU"
1932
+ "en-AU",
1933
+ "en-GB",
1934
+ "en-US",
1935
+ "es-US"
1935
1936
  ]
1936
1937
  },
1937
1938
  "LocaleList":{
@@ -12,6 +12,126 @@
12
12
  "jsonVersion": "1.1"
13
13
  },
14
14
  "operations": {
15
+ "BatchDelete": {
16
+ "name": "BatchDelete",
17
+ "http": {
18
+ "method": "POST",
19
+ "requestUri": "/prod/batch/delete",
20
+ "responseCode": 200
21
+ },
22
+ "input": {
23
+ "shape": "BatchDeleteRequest"
24
+ },
25
+ "output": {
26
+ "shape": "BatchDeleteResponse"
27
+ },
28
+ "errors": [
29
+ {
30
+ "shape": "BadRequestException"
31
+ },
32
+ {
33
+ "shape": "InternalServerErrorException"
34
+ },
35
+ {
36
+ "shape": "ForbiddenException"
37
+ },
38
+ {
39
+ "shape": "BadGatewayException"
40
+ },
41
+ {
42
+ "shape": "NotFoundException"
43
+ },
44
+ {
45
+ "shape": "GatewayTimeoutException"
46
+ },
47
+ {
48
+ "shape": "TooManyRequestsException"
49
+ },
50
+ {
51
+ "shape": "ConflictException"
52
+ }
53
+ ]
54
+ },
55
+ "BatchStart": {
56
+ "name": "BatchStart",
57
+ "http": {
58
+ "method": "POST",
59
+ "requestUri": "/prod/batch/start",
60
+ "responseCode": 200
61
+ },
62
+ "input": {
63
+ "shape": "BatchStartRequest"
64
+ },
65
+ "output": {
66
+ "shape": "BatchStartResponse"
67
+ },
68
+ "errors": [
69
+ {
70
+ "shape": "BadRequestException"
71
+ },
72
+ {
73
+ "shape": "InternalServerErrorException"
74
+ },
75
+ {
76
+ "shape": "ForbiddenException"
77
+ },
78
+ {
79
+ "shape": "BadGatewayException"
80
+ },
81
+ {
82
+ "shape": "NotFoundException"
83
+ },
84
+ {
85
+ "shape": "GatewayTimeoutException"
86
+ },
87
+ {
88
+ "shape": "TooManyRequestsException"
89
+ },
90
+ {
91
+ "shape": "ConflictException"
92
+ }
93
+ ]
94
+ },
95
+ "BatchStop": {
96
+ "name": "BatchStop",
97
+ "http": {
98
+ "method": "POST",
99
+ "requestUri": "/prod/batch/stop",
100
+ "responseCode": 200
101
+ },
102
+ "input": {
103
+ "shape": "BatchStopRequest"
104
+ },
105
+ "output": {
106
+ "shape": "BatchStopResponse"
107
+ },
108
+ "errors": [
109
+ {
110
+ "shape": "BadRequestException"
111
+ },
112
+ {
113
+ "shape": "InternalServerErrorException"
114
+ },
115
+ {
116
+ "shape": "ForbiddenException"
117
+ },
118
+ {
119
+ "shape": "BadGatewayException"
120
+ },
121
+ {
122
+ "shape": "NotFoundException"
123
+ },
124
+ {
125
+ "shape": "GatewayTimeoutException"
126
+ },
127
+ {
128
+ "shape": "TooManyRequestsException"
129
+ },
130
+ {
131
+ "shape": "ConflictException"
132
+ }
133
+ ]
134
+ },
15
135
  "BatchUpdateSchedule": {
16
136
  "name": "BatchUpdateSchedule",
17
137
  "http": {
@@ -2361,6 +2481,95 @@
2361
2481
  "httpStatusCode": 400
2362
2482
  }
2363
2483
  },
2484
+ "BatchDelete": {
2485
+ "type": "structure",
2486
+ "members": {
2487
+ "ChannelIds": {
2488
+ "shape": "__listOf__string",
2489
+ "locationName": "channelIds"
2490
+ },
2491
+ "InputIds": {
2492
+ "shape": "__listOf__string",
2493
+ "locationName": "inputIds"
2494
+ },
2495
+ "InputSecurityGroupIds": {
2496
+ "shape": "__listOf__string",
2497
+ "locationName": "inputSecurityGroupIds"
2498
+ },
2499
+ "MultiplexIds": {
2500
+ "shape": "__listOf__string",
2501
+ "locationName": "multiplexIds"
2502
+ }
2503
+ }
2504
+ },
2505
+ "BatchDeleteRequest": {
2506
+ "type": "structure",
2507
+ "members": {
2508
+ "ChannelIds": {
2509
+ "shape": "__listOf__string",
2510
+ "locationName": "channelIds"
2511
+ },
2512
+ "InputIds": {
2513
+ "shape": "__listOf__string",
2514
+ "locationName": "inputIds"
2515
+ },
2516
+ "InputSecurityGroupIds": {
2517
+ "shape": "__listOf__string",
2518
+ "locationName": "inputSecurityGroupIds"
2519
+ },
2520
+ "MultiplexIds": {
2521
+ "shape": "__listOf__string",
2522
+ "locationName": "multiplexIds"
2523
+ }
2524
+ }
2525
+ },
2526
+ "BatchDeleteResponse": {
2527
+ "type": "structure",
2528
+ "members": {
2529
+ "Failed": {
2530
+ "shape": "__listOfBatchFailedResultModel",
2531
+ "locationName": "failed"
2532
+ },
2533
+ "Successful": {
2534
+ "shape": "__listOfBatchSuccessfulResultModel",
2535
+ "locationName": "successful"
2536
+ }
2537
+ }
2538
+ },
2539
+ "BatchDeleteResultModel": {
2540
+ "type": "structure",
2541
+ "members": {
2542
+ "Failed": {
2543
+ "shape": "__listOfBatchFailedResultModel",
2544
+ "locationName": "failed"
2545
+ },
2546
+ "Successful": {
2547
+ "shape": "__listOfBatchSuccessfulResultModel",
2548
+ "locationName": "successful"
2549
+ }
2550
+ }
2551
+ },
2552
+ "BatchFailedResultModel": {
2553
+ "type": "structure",
2554
+ "members": {
2555
+ "Arn": {
2556
+ "shape": "__string",
2557
+ "locationName": "arn"
2558
+ },
2559
+ "Code": {
2560
+ "shape": "__string",
2561
+ "locationName": "code"
2562
+ },
2563
+ "Id": {
2564
+ "shape": "__string",
2565
+ "locationName": "id"
2566
+ },
2567
+ "Message": {
2568
+ "shape": "__string",
2569
+ "locationName": "message"
2570
+ }
2571
+ }
2572
+ },
2364
2573
  "BatchScheduleActionCreateRequest": {
2365
2574
  "type": "structure",
2366
2575
  "members": {
@@ -2409,6 +2618,127 @@
2409
2618
  "ScheduleActions"
2410
2619
  ]
2411
2620
  },
2621
+ "BatchStart": {
2622
+ "type": "structure",
2623
+ "members": {
2624
+ "ChannelIds": {
2625
+ "shape": "__listOf__string",
2626
+ "locationName": "channelIds"
2627
+ },
2628
+ "MultiplexIds": {
2629
+ "shape": "__listOf__string",
2630
+ "locationName": "multiplexIds"
2631
+ }
2632
+ }
2633
+ },
2634
+ "BatchStartRequest": {
2635
+ "type": "structure",
2636
+ "members": {
2637
+ "ChannelIds": {
2638
+ "shape": "__listOf__string",
2639
+ "locationName": "channelIds"
2640
+ },
2641
+ "MultiplexIds": {
2642
+ "shape": "__listOf__string",
2643
+ "locationName": "multiplexIds"
2644
+ }
2645
+ }
2646
+ },
2647
+ "BatchStartResponse": {
2648
+ "type": "structure",
2649
+ "members": {
2650
+ "Failed": {
2651
+ "shape": "__listOfBatchFailedResultModel",
2652
+ "locationName": "failed"
2653
+ },
2654
+ "Successful": {
2655
+ "shape": "__listOfBatchSuccessfulResultModel",
2656
+ "locationName": "successful"
2657
+ }
2658
+ }
2659
+ },
2660
+ "BatchStartResultModel": {
2661
+ "type": "structure",
2662
+ "members": {
2663
+ "Failed": {
2664
+ "shape": "__listOfBatchFailedResultModel",
2665
+ "locationName": "failed"
2666
+ },
2667
+ "Successful": {
2668
+ "shape": "__listOfBatchSuccessfulResultModel",
2669
+ "locationName": "successful"
2670
+ }
2671
+ }
2672
+ },
2673
+ "BatchStop": {
2674
+ "type": "structure",
2675
+ "members": {
2676
+ "ChannelIds": {
2677
+ "shape": "__listOf__string",
2678
+ "locationName": "channelIds"
2679
+ },
2680
+ "MultiplexIds": {
2681
+ "shape": "__listOf__string",
2682
+ "locationName": "multiplexIds"
2683
+ }
2684
+ }
2685
+ },
2686
+ "BatchStopRequest": {
2687
+ "type": "structure",
2688
+ "members": {
2689
+ "ChannelIds": {
2690
+ "shape": "__listOf__string",
2691
+ "locationName": "channelIds"
2692
+ },
2693
+ "MultiplexIds": {
2694
+ "shape": "__listOf__string",
2695
+ "locationName": "multiplexIds"
2696
+ }
2697
+ }
2698
+ },
2699
+ "BatchStopResponse": {
2700
+ "type": "structure",
2701
+ "members": {
2702
+ "Failed": {
2703
+ "shape": "__listOfBatchFailedResultModel",
2704
+ "locationName": "failed"
2705
+ },
2706
+ "Successful": {
2707
+ "shape": "__listOfBatchSuccessfulResultModel",
2708
+ "locationName": "successful"
2709
+ }
2710
+ }
2711
+ },
2712
+ "BatchStopResultModel": {
2713
+ "type": "structure",
2714
+ "members": {
2715
+ "Failed": {
2716
+ "shape": "__listOfBatchFailedResultModel",
2717
+ "locationName": "failed"
2718
+ },
2719
+ "Successful": {
2720
+ "shape": "__listOfBatchSuccessfulResultModel",
2721
+ "locationName": "successful"
2722
+ }
2723
+ }
2724
+ },
2725
+ "BatchSuccessfulResultModel": {
2726
+ "type": "structure",
2727
+ "members": {
2728
+ "Arn": {
2729
+ "shape": "__string",
2730
+ "locationName": "arn"
2731
+ },
2732
+ "Id": {
2733
+ "shape": "__string",
2734
+ "locationName": "id"
2735
+ },
2736
+ "State": {
2737
+ "shape": "__string",
2738
+ "locationName": "state"
2739
+ }
2740
+ }
2741
+ },
2412
2742
  "BatchUpdateScheduleRequest": {
2413
2743
  "type": "structure",
2414
2744
  "members": {
@@ -11280,6 +11610,11 @@
11280
11610
  "min": -1000,
11281
11611
  "max": 1000
11282
11612
  },
11613
+ "__integerMinNegative5Max5": {
11614
+ "type": "integer",
11615
+ "min": -5,
11616
+ "max": 5
11617
+ },
11283
11618
  "__integerMinNegative60Max6": {
11284
11619
  "type": "integer",
11285
11620
  "min": -60,
@@ -11314,6 +11649,18 @@
11314
11649
  "shape": "AudioTrack"
11315
11650
  }
11316
11651
  },
11652
+ "__listOfBatchFailedResultModel": {
11653
+ "type": "list",
11654
+ "member": {
11655
+ "shape": "BatchFailedResultModel"
11656
+ }
11657
+ },
11658
+ "__listOfBatchSuccessfulResultModel": {
11659
+ "type": "list",
11660
+ "member": {
11661
+ "shape": "BatchSuccessfulResultModel"
11662
+ }
11663
+ },
11317
11664
  "__listOfCaptionDescription": {
11318
11665
  "type": "list",
11319
11666
  "member": {