aws-sdk-core 2.11.605 → 2.11.609
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/accessanalyzer/2019-11-01/api-2.json +42 -8
- data/apis/batch/2016-08-10/api-2.json +23 -1
- data/apis/budgets/2016-10-20/api-2.json +614 -0
- data/apis/budgets/2016-10-20/paginators-1.json +18 -0
- data/apis/ce/2017-10-25/api-2.json +1 -1
- data/apis/cloudfront/2020-05-31/api-2.json +16 -1
- data/apis/dms/2016-01-01/api-2.json +9 -3
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +3 -0
- data/apis/groundstation/2019-05-23/api-2.json +2 -0
- data/apis/iot/2015-05-28/api-2.json +18 -5
- data/apis/macie2/2020-01-01/api-2.json +160 -1
- data/apis/medialive/2017-10-14/api-2.json +394 -0
- data/apis/medialive/2017-10-14/paginators-1.json +6 -0
- data/apis/rds/2014-10-31/api-2.json +7 -3
- data/apis/rekognition/2016-06-27/api-2.json +132 -1
- data/apis/servicecatalog/2015-12-10/api-2.json +14 -3
- data/apis/ssm/2014-11-06/api-2.json +46 -3
- data/apis/transfer/2018-11-05/api-2.json +12 -1
- data/apis/workmail/2017-10-01/api-2.json +124 -5
- data/apis/xray/2016-04-12/api-2.json +3 -1
- data/apis/xray/2016-04-12/paginators-1.json +0 -15
- data/endpoints.json +71 -45
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -12,6 +12,49 @@
|
|
12
12
|
"jsonVersion": "1.1"
|
13
13
|
},
|
14
14
|
"operations": {
|
15
|
+
"AcceptInputDeviceTransfer": {
|
16
|
+
"name": "AcceptInputDeviceTransfer",
|
17
|
+
"http": {
|
18
|
+
"method": "POST",
|
19
|
+
"requestUri": "/prod/inputDevices/{inputDeviceId}/accept",
|
20
|
+
"responseCode": 200
|
21
|
+
},
|
22
|
+
"input": {
|
23
|
+
"shape": "AcceptInputDeviceTransferRequest"
|
24
|
+
},
|
25
|
+
"output": {
|
26
|
+
"shape": "AcceptInputDeviceTransferResponse"
|
27
|
+
},
|
28
|
+
"errors": [
|
29
|
+
{
|
30
|
+
"shape": "BadRequestException"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"shape": "UnprocessableEntityException"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"shape": "InternalServerErrorException"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"shape": "ForbiddenException"
|
40
|
+
},
|
41
|
+
{
|
42
|
+
"shape": "BadGatewayException"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"shape": "NotFoundException"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"shape": "GatewayTimeoutException"
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"shape": "TooManyRequestsException"
|
52
|
+
},
|
53
|
+
{
|
54
|
+
"shape": "ConflictException"
|
55
|
+
}
|
56
|
+
]
|
57
|
+
},
|
15
58
|
"BatchDelete": {
|
16
59
|
"name": "BatchDelete",
|
17
60
|
"http": {
|
@@ -172,6 +215,49 @@
|
|
172
215
|
}
|
173
216
|
]
|
174
217
|
},
|
218
|
+
"CancelInputDeviceTransfer": {
|
219
|
+
"name": "CancelInputDeviceTransfer",
|
220
|
+
"http": {
|
221
|
+
"method": "POST",
|
222
|
+
"requestUri": "/prod/inputDevices/{inputDeviceId}/cancel",
|
223
|
+
"responseCode": 200
|
224
|
+
},
|
225
|
+
"input": {
|
226
|
+
"shape": "CancelInputDeviceTransferRequest"
|
227
|
+
},
|
228
|
+
"output": {
|
229
|
+
"shape": "CancelInputDeviceTransferResponse"
|
230
|
+
},
|
231
|
+
"errors": [
|
232
|
+
{
|
233
|
+
"shape": "BadRequestException"
|
234
|
+
},
|
235
|
+
{
|
236
|
+
"shape": "UnprocessableEntityException"
|
237
|
+
},
|
238
|
+
{
|
239
|
+
"shape": "InternalServerErrorException"
|
240
|
+
},
|
241
|
+
{
|
242
|
+
"shape": "ForbiddenException"
|
243
|
+
},
|
244
|
+
{
|
245
|
+
"shape": "BadGatewayException"
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"shape": "NotFoundException"
|
249
|
+
},
|
250
|
+
{
|
251
|
+
"shape": "GatewayTimeoutException"
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"shape": "TooManyRequestsException"
|
255
|
+
},
|
256
|
+
{
|
257
|
+
"shape": "ConflictException"
|
258
|
+
}
|
259
|
+
]
|
260
|
+
},
|
175
261
|
"CreateChannel": {
|
176
262
|
"name": "CreateChannel",
|
177
263
|
"http": {
|
@@ -1088,6 +1174,43 @@
|
|
1088
1174
|
}
|
1089
1175
|
]
|
1090
1176
|
},
|
1177
|
+
"ListInputDeviceTransfers": {
|
1178
|
+
"name": "ListInputDeviceTransfers",
|
1179
|
+
"http": {
|
1180
|
+
"method": "GET",
|
1181
|
+
"requestUri": "/prod/inputDeviceTransfers",
|
1182
|
+
"responseCode": 200
|
1183
|
+
},
|
1184
|
+
"input": {
|
1185
|
+
"shape": "ListInputDeviceTransfersRequest"
|
1186
|
+
},
|
1187
|
+
"output": {
|
1188
|
+
"shape": "ListInputDeviceTransfersResponse"
|
1189
|
+
},
|
1190
|
+
"errors": [
|
1191
|
+
{
|
1192
|
+
"shape": "BadRequestException"
|
1193
|
+
},
|
1194
|
+
{
|
1195
|
+
"shape": "UnprocessableEntityException"
|
1196
|
+
},
|
1197
|
+
{
|
1198
|
+
"shape": "InternalServerErrorException"
|
1199
|
+
},
|
1200
|
+
{
|
1201
|
+
"shape": "ForbiddenException"
|
1202
|
+
},
|
1203
|
+
{
|
1204
|
+
"shape": "BadGatewayException"
|
1205
|
+
},
|
1206
|
+
{
|
1207
|
+
"shape": "GatewayTimeoutException"
|
1208
|
+
},
|
1209
|
+
{
|
1210
|
+
"shape": "TooManyRequestsException"
|
1211
|
+
}
|
1212
|
+
]
|
1213
|
+
},
|
1091
1214
|
"ListInputDevices": {
|
1092
1215
|
"name": "ListInputDevices",
|
1093
1216
|
"http": {
|
@@ -1397,6 +1520,49 @@
|
|
1397
1520
|
}
|
1398
1521
|
]
|
1399
1522
|
},
|
1523
|
+
"RejectInputDeviceTransfer": {
|
1524
|
+
"name": "RejectInputDeviceTransfer",
|
1525
|
+
"http": {
|
1526
|
+
"method": "POST",
|
1527
|
+
"requestUri": "/prod/inputDevices/{inputDeviceId}/reject",
|
1528
|
+
"responseCode": 200
|
1529
|
+
},
|
1530
|
+
"input": {
|
1531
|
+
"shape": "RejectInputDeviceTransferRequest"
|
1532
|
+
},
|
1533
|
+
"output": {
|
1534
|
+
"shape": "RejectInputDeviceTransferResponse"
|
1535
|
+
},
|
1536
|
+
"errors": [
|
1537
|
+
{
|
1538
|
+
"shape": "BadRequestException"
|
1539
|
+
},
|
1540
|
+
{
|
1541
|
+
"shape": "UnprocessableEntityException"
|
1542
|
+
},
|
1543
|
+
{
|
1544
|
+
"shape": "InternalServerErrorException"
|
1545
|
+
},
|
1546
|
+
{
|
1547
|
+
"shape": "ForbiddenException"
|
1548
|
+
},
|
1549
|
+
{
|
1550
|
+
"shape": "BadGatewayException"
|
1551
|
+
},
|
1552
|
+
{
|
1553
|
+
"shape": "NotFoundException"
|
1554
|
+
},
|
1555
|
+
{
|
1556
|
+
"shape": "GatewayTimeoutException"
|
1557
|
+
},
|
1558
|
+
{
|
1559
|
+
"shape": "TooManyRequestsException"
|
1560
|
+
},
|
1561
|
+
{
|
1562
|
+
"shape": "ConflictException"
|
1563
|
+
}
|
1564
|
+
]
|
1565
|
+
},
|
1400
1566
|
"StartChannel": {
|
1401
1567
|
"name": "StartChannel",
|
1402
1568
|
"http": {
|
@@ -1557,6 +1723,49 @@
|
|
1557
1723
|
}
|
1558
1724
|
]
|
1559
1725
|
},
|
1726
|
+
"TransferInputDevice": {
|
1727
|
+
"name": "TransferInputDevice",
|
1728
|
+
"http": {
|
1729
|
+
"method": "POST",
|
1730
|
+
"requestUri": "/prod/inputDevices/{inputDeviceId}/transfer",
|
1731
|
+
"responseCode": 200
|
1732
|
+
},
|
1733
|
+
"input": {
|
1734
|
+
"shape": "TransferInputDeviceRequest"
|
1735
|
+
},
|
1736
|
+
"output": {
|
1737
|
+
"shape": "TransferInputDeviceResponse"
|
1738
|
+
},
|
1739
|
+
"errors": [
|
1740
|
+
{
|
1741
|
+
"shape": "BadRequestException"
|
1742
|
+
},
|
1743
|
+
{
|
1744
|
+
"shape": "UnprocessableEntityException"
|
1745
|
+
},
|
1746
|
+
{
|
1747
|
+
"shape": "InternalServerErrorException"
|
1748
|
+
},
|
1749
|
+
{
|
1750
|
+
"shape": "ForbiddenException"
|
1751
|
+
},
|
1752
|
+
{
|
1753
|
+
"shape": "BadGatewayException"
|
1754
|
+
},
|
1755
|
+
{
|
1756
|
+
"shape": "NotFoundException"
|
1757
|
+
},
|
1758
|
+
{
|
1759
|
+
"shape": "GatewayTimeoutException"
|
1760
|
+
},
|
1761
|
+
{
|
1762
|
+
"shape": "TooManyRequestsException"
|
1763
|
+
},
|
1764
|
+
{
|
1765
|
+
"shape": "ConflictException"
|
1766
|
+
}
|
1767
|
+
]
|
1768
|
+
},
|
1560
1769
|
"UpdateChannel": {
|
1561
1770
|
"name": "UpdateChannel",
|
1562
1771
|
"http": {
|
@@ -2045,6 +2254,24 @@
|
|
2045
2254
|
}
|
2046
2255
|
}
|
2047
2256
|
},
|
2257
|
+
"AcceptInputDeviceTransferRequest": {
|
2258
|
+
"type": "structure",
|
2259
|
+
"members": {
|
2260
|
+
"InputDeviceId": {
|
2261
|
+
"shape": "__string",
|
2262
|
+
"location": "uri",
|
2263
|
+
"locationName": "inputDeviceId"
|
2264
|
+
}
|
2265
|
+
},
|
2266
|
+
"required": [
|
2267
|
+
"InputDeviceId"
|
2268
|
+
]
|
2269
|
+
},
|
2270
|
+
"AcceptInputDeviceTransferResponse": {
|
2271
|
+
"type": "structure",
|
2272
|
+
"members": {
|
2273
|
+
}
|
2274
|
+
},
|
2048
2275
|
"AccessDenied": {
|
2049
2276
|
"type": "structure",
|
2050
2277
|
"members": {
|
@@ -2968,6 +3195,24 @@
|
|
2968
3195
|
"SCALED"
|
2969
3196
|
]
|
2970
3197
|
},
|
3198
|
+
"CancelInputDeviceTransferRequest": {
|
3199
|
+
"type": "structure",
|
3200
|
+
"members": {
|
3201
|
+
"InputDeviceId": {
|
3202
|
+
"shape": "__string",
|
3203
|
+
"location": "uri",
|
3204
|
+
"locationName": "inputDeviceId"
|
3205
|
+
}
|
3206
|
+
},
|
3207
|
+
"required": [
|
3208
|
+
"InputDeviceId"
|
3209
|
+
]
|
3210
|
+
},
|
3211
|
+
"CancelInputDeviceTransferResponse": {
|
3212
|
+
"type": "structure",
|
3213
|
+
"members": {
|
3214
|
+
}
|
3215
|
+
},
|
2971
3216
|
"CaptionDescription": {
|
2972
3217
|
"type": "structure",
|
2973
3218
|
"members": {
|
@@ -7153,6 +7398,13 @@
|
|
7153
7398
|
}
|
7154
7399
|
}
|
7155
7400
|
},
|
7401
|
+
"InputDeviceTransferType": {
|
7402
|
+
"type": "string",
|
7403
|
+
"enum": [
|
7404
|
+
"OUTGOING",
|
7405
|
+
"INCOMING"
|
7406
|
+
]
|
7407
|
+
},
|
7156
7408
|
"InputDeviceType": {
|
7157
7409
|
"type": "string",
|
7158
7410
|
"enum": [
|
@@ -7631,6 +7883,55 @@
|
|
7631
7883
|
}
|
7632
7884
|
}
|
7633
7885
|
},
|
7886
|
+
"ListInputDeviceTransfersRequest": {
|
7887
|
+
"type": "structure",
|
7888
|
+
"members": {
|
7889
|
+
"MaxResults": {
|
7890
|
+
"shape": "MaxResults",
|
7891
|
+
"location": "querystring",
|
7892
|
+
"locationName": "maxResults"
|
7893
|
+
},
|
7894
|
+
"NextToken": {
|
7895
|
+
"shape": "__string",
|
7896
|
+
"location": "querystring",
|
7897
|
+
"locationName": "nextToken"
|
7898
|
+
},
|
7899
|
+
"TransferType": {
|
7900
|
+
"shape": "__string",
|
7901
|
+
"location": "querystring",
|
7902
|
+
"locationName": "transferType"
|
7903
|
+
}
|
7904
|
+
},
|
7905
|
+
"required": [
|
7906
|
+
"TransferType"
|
7907
|
+
]
|
7908
|
+
},
|
7909
|
+
"ListInputDeviceTransfersResponse": {
|
7910
|
+
"type": "structure",
|
7911
|
+
"members": {
|
7912
|
+
"InputDeviceTransfers": {
|
7913
|
+
"shape": "__listOfTransferringInputDeviceSummary",
|
7914
|
+
"locationName": "inputDeviceTransfers"
|
7915
|
+
},
|
7916
|
+
"NextToken": {
|
7917
|
+
"shape": "__string",
|
7918
|
+
"locationName": "nextToken"
|
7919
|
+
}
|
7920
|
+
}
|
7921
|
+
},
|
7922
|
+
"ListInputDeviceTransfersResultModel": {
|
7923
|
+
"type": "structure",
|
7924
|
+
"members": {
|
7925
|
+
"InputDeviceTransfers": {
|
7926
|
+
"shape": "__listOfTransferringInputDeviceSummary",
|
7927
|
+
"locationName": "inputDeviceTransfers"
|
7928
|
+
},
|
7929
|
+
"NextToken": {
|
7930
|
+
"shape": "__string",
|
7931
|
+
"locationName": "nextToken"
|
7932
|
+
}
|
7933
|
+
}
|
7934
|
+
},
|
7634
7935
|
"ListInputDevicesRequest": {
|
7635
7936
|
"type": "structure",
|
7636
7937
|
"members": {
|
@@ -9614,6 +9915,24 @@
|
|
9614
9915
|
"members": {
|
9615
9916
|
}
|
9616
9917
|
},
|
9918
|
+
"RejectInputDeviceTransferRequest": {
|
9919
|
+
"type": "structure",
|
9920
|
+
"members": {
|
9921
|
+
"InputDeviceId": {
|
9922
|
+
"shape": "__string",
|
9923
|
+
"location": "uri",
|
9924
|
+
"locationName": "inputDeviceId"
|
9925
|
+
}
|
9926
|
+
},
|
9927
|
+
"required": [
|
9928
|
+
"InputDeviceId"
|
9929
|
+
]
|
9930
|
+
},
|
9931
|
+
"RejectInputDeviceTransferResponse": {
|
9932
|
+
"type": "structure",
|
9933
|
+
"members": {
|
9934
|
+
}
|
9935
|
+
},
|
9617
9936
|
"RemixSettings": {
|
9618
9937
|
"type": "structure",
|
9619
9938
|
"members": {
|
@@ -10840,6 +11159,15 @@
|
|
10840
11159
|
"STRENGTH_16"
|
10841
11160
|
]
|
10842
11161
|
},
|
11162
|
+
"ThumbnailData": {
|
11163
|
+
"type": "structure",
|
11164
|
+
"members": {
|
11165
|
+
"Body": {
|
11166
|
+
"shape": "__string",
|
11167
|
+
"locationName": "body"
|
11168
|
+
}
|
11169
|
+
}
|
11170
|
+
},
|
10843
11171
|
"TimecodeConfig": {
|
10844
11172
|
"type": "structure",
|
10845
11173
|
"members": {
|
@@ -10877,6 +11205,66 @@
|
|
10877
11205
|
"httpStatusCode": 429
|
10878
11206
|
}
|
10879
11207
|
},
|
11208
|
+
"TransferInputDevice": {
|
11209
|
+
"type": "structure",
|
11210
|
+
"members": {
|
11211
|
+
"TargetCustomerId": {
|
11212
|
+
"shape": "__string",
|
11213
|
+
"locationName": "targetCustomerId"
|
11214
|
+
},
|
11215
|
+
"TransferMessage": {
|
11216
|
+
"shape": "__string",
|
11217
|
+
"locationName": "transferMessage"
|
11218
|
+
}
|
11219
|
+
}
|
11220
|
+
},
|
11221
|
+
"TransferInputDeviceRequest": {
|
11222
|
+
"type": "structure",
|
11223
|
+
"members": {
|
11224
|
+
"InputDeviceId": {
|
11225
|
+
"shape": "__string",
|
11226
|
+
"location": "uri",
|
11227
|
+
"locationName": "inputDeviceId"
|
11228
|
+
},
|
11229
|
+
"TargetCustomerId": {
|
11230
|
+
"shape": "__string",
|
11231
|
+
"locationName": "targetCustomerId"
|
11232
|
+
},
|
11233
|
+
"TransferMessage": {
|
11234
|
+
"shape": "__string",
|
11235
|
+
"locationName": "transferMessage"
|
11236
|
+
}
|
11237
|
+
},
|
11238
|
+
"required": [
|
11239
|
+
"InputDeviceId"
|
11240
|
+
]
|
11241
|
+
},
|
11242
|
+
"TransferInputDeviceResponse": {
|
11243
|
+
"type": "structure",
|
11244
|
+
"members": {
|
11245
|
+
}
|
11246
|
+
},
|
11247
|
+
"TransferringInputDeviceSummary": {
|
11248
|
+
"type": "structure",
|
11249
|
+
"members": {
|
11250
|
+
"Id": {
|
11251
|
+
"shape": "__string",
|
11252
|
+
"locationName": "id"
|
11253
|
+
},
|
11254
|
+
"Message": {
|
11255
|
+
"shape": "__string",
|
11256
|
+
"locationName": "message"
|
11257
|
+
},
|
11258
|
+
"TargetCustomerId": {
|
11259
|
+
"shape": "__string",
|
11260
|
+
"locationName": "targetCustomerId"
|
11261
|
+
},
|
11262
|
+
"TransferType": {
|
11263
|
+
"shape": "InputDeviceTransferType",
|
11264
|
+
"locationName": "transferType"
|
11265
|
+
}
|
11266
|
+
}
|
11267
|
+
},
|
10880
11268
|
"TtmlDestinationSettings": {
|
10881
11269
|
"type": "structure",
|
10882
11270
|
"members": {
|
@@ -12161,6 +12549,12 @@
|
|
12161
12549
|
"shape": "Scte35Descriptor"
|
12162
12550
|
}
|
12163
12551
|
},
|
12552
|
+
"__listOfTransferringInputDeviceSummary": {
|
12553
|
+
"type": "list",
|
12554
|
+
"member": {
|
12555
|
+
"shape": "TransferringInputDeviceSummary"
|
12556
|
+
}
|
12557
|
+
},
|
12164
12558
|
"__listOfValidationError": {
|
12165
12559
|
"type": "list",
|
12166
12560
|
"member": {
|