You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/mediaconnect/src/main/resources/codegen-resources/service-2.json
+537-3Lines changed: 537 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -267,6 +267,82 @@
267
267
],
268
268
"documentation": "Displays the details of a flow. The response includes the flow ARN, name, and Availability Zone, as well as details about the source, outputs, and entitlements."
269
269
},
270
+
"DescribeOffering": {
271
+
"name": "DescribeOffering",
272
+
"http": {
273
+
"method": "GET",
274
+
"requestUri": "/v1/offerings/{offeringArn}",
275
+
"responseCode": 200
276
+
},
277
+
"input": {
278
+
"shape": "DescribeOfferingRequest"
279
+
},
280
+
"output": {
281
+
"shape": "DescribeOfferingResponse",
282
+
"documentation": "MediaConnect returned the offering details successfully."
283
+
},
284
+
"errors": [
285
+
{
286
+
"shape": "NotFoundException",
287
+
"documentation": "AWS Elemental MediaConnect did not find the resource that you specified in the request."
288
+
},
289
+
{
290
+
"shape": "ServiceUnavailableException",
291
+
"documentation": "AWS Elemental MediaConnect is currently unavailable. Try again later."
292
+
},
293
+
{
294
+
"shape": "TooManyRequestsException",
295
+
"documentation": "You have exceeded the service request rate limit for your AWS Elemental MediaConnect account."
296
+
},
297
+
{
298
+
"shape": "BadRequestException",
299
+
"documentation": "The request that you submitted is not valid."
300
+
},
301
+
{
302
+
"shape": "InternalServerErrorException",
303
+
"documentation": "AWS Elemental MediaConnect can't fulfill your request because it encountered an unexpected condition."
304
+
}
305
+
],
306
+
"documentation": "Displays the details of an offering. The response includes the offering description, duration, outbound bandwidth, price, and Amazon Resource Name (ARN)."
"documentation": "MediaConnect returned the reservation details successfully."
321
+
},
322
+
"errors": [
323
+
{
324
+
"shape": "NotFoundException",
325
+
"documentation": "AWS Elemental MediaConnect did not find the resource that you specified in the request."
326
+
},
327
+
{
328
+
"shape": "ServiceUnavailableException",
329
+
"documentation": "AWS Elemental MediaConnect is currently unavailable. Try again later."
330
+
},
331
+
{
332
+
"shape": "TooManyRequestsException",
333
+
"documentation": "You have exceeded the service request rate limit for your AWS Elemental MediaConnect account."
334
+
},
335
+
{
336
+
"shape": "BadRequestException",
337
+
"documentation": "The request that you submitted is not valid."
338
+
},
339
+
{
340
+
"shape": "InternalServerErrorException",
341
+
"documentation": "AWS Elemental MediaConnect can't fulfill your request because it encountered an unexpected condition."
342
+
}
343
+
],
344
+
"documentation": "Displays the details of a reservation. The response includes the reservation name, state, start date and time, and the details of the offering that make up the rest of the reservation (such as price, duration, and outbound bandwidth)."
345
+
},
270
346
"GrantFlowEntitlements": {
271
347
"name": "GrantFlowEntitlements",
272
348
"http": {
@@ -381,6 +457,74 @@
381
457
],
382
458
"documentation": "Displays a list of flows that are associated with this account. This request returns a paginated result."
383
459
},
460
+
"ListOfferings": {
461
+
"name": "ListOfferings",
462
+
"http": {
463
+
"method": "GET",
464
+
"requestUri": "/v1/offerings",
465
+
"responseCode": 200
466
+
},
467
+
"input": {
468
+
"shape": "ListOfferingsRequest"
469
+
},
470
+
"output": {
471
+
"shape": "ListOfferingsResponse",
472
+
"documentation": "MediaConnect returned the list of offerings successfully."
473
+
},
474
+
"errors": [
475
+
{
476
+
"shape": "ServiceUnavailableException",
477
+
"documentation": "AWS Elemental MediaConnect is currently unavailable. Try again later."
478
+
},
479
+
{
480
+
"shape": "TooManyRequestsException",
481
+
"documentation": "You have exceeded the service request rate limit for your AWS Elemental MediaConnect account."
482
+
},
483
+
{
484
+
"shape": "BadRequestException",
485
+
"documentation": "The request that you submitted is not valid."
486
+
},
487
+
{
488
+
"shape": "InternalServerErrorException",
489
+
"documentation": "AWS Elemental MediaConnect can't fulfill your request because it encountered an unexpected condition."
490
+
}
491
+
],
492
+
"documentation": "Displays a list of all offerings that are available to this account in the current AWS Region. If you have an active reservation (which means you've purchased an offering that has already started and hasn't expired yet), your account isn't eligible for other offerings."
493
+
},
494
+
"ListReservations": {
495
+
"name": "ListReservations",
496
+
"http": {
497
+
"method": "GET",
498
+
"requestUri": "/v1/reservations",
499
+
"responseCode": 200
500
+
},
501
+
"input": {
502
+
"shape": "ListReservationsRequest"
503
+
},
504
+
"output": {
505
+
"shape": "ListReservationsResponse",
506
+
"documentation": "MediaConnect returned the list of reservations successfully."
507
+
},
508
+
"errors": [
509
+
{
510
+
"shape": "ServiceUnavailableException",
511
+
"documentation": "AWS Elemental MediaConnect is currently unavailable. Try again later."
512
+
},
513
+
{
514
+
"shape": "TooManyRequestsException",
515
+
"documentation": "You have exceeded the service request rate limit for your AWS Elemental MediaConnect account."
516
+
},
517
+
{
518
+
"shape": "BadRequestException",
519
+
"documentation": "The request that you submitted is not valid."
520
+
},
521
+
{
522
+
"shape": "InternalServerErrorException",
523
+
"documentation": "AWS Elemental MediaConnect can't fulfill your request because it encountered an unexpected condition."
524
+
}
525
+
],
526
+
"documentation": "Displays a list of all reservations that have been purchased by this account in the current AWS Region. This list includes all reservations in all states (such as active and expired)."
527
+
},
384
528
"ListTagsForResource": {
385
529
"name": "ListTagsForResource",
386
530
"http": {
@@ -411,6 +555,48 @@
411
555
],
412
556
"documentation": "List all tags on an AWS Elemental MediaConnect resource"
"documentation": "The request that you submitted is not valid."
576
+
},
577
+
{
578
+
"shape": "InternalServerErrorException",
579
+
"documentation": "AWS Elemental MediaConnect can't fulfill your request because it encountered an unexpected condition."
580
+
},
581
+
{
582
+
"shape": "ForbiddenException",
583
+
"documentation": "You don't have the required permissions to perform this operation."
584
+
},
585
+
{
586
+
"shape": "NotFoundException",
587
+
"documentation": "AWS Elemental MediaConnect did not find the resource that you specified in the request."
588
+
},
589
+
{
590
+
"shape": "ServiceUnavailableException",
591
+
"documentation": "AWS Elemental MediaConnect is currently unavailable. Try again later."
592
+
},
593
+
{
594
+
"shape": "TooManyRequestsException",
595
+
"documentation": "You have exceeded the service request rate limit for your AWS Elemental MediaConnect account."
596
+
}
597
+
],
598
+
"documentation": "Submits a request to purchase an offering. If you already have an active reservation, you can't purchase another offering."
599
+
},
414
600
"RemoveFlowOutput": {
415
601
"name": "RemoveFlowOutput",
416
602
"http": {
@@ -1235,6 +1421,58 @@
1235
1421
}
1236
1422
}
1237
1423
},
1424
+
"DescribeOfferingRequest": {
1425
+
"type": "structure",
1426
+
"members": {
1427
+
"OfferingArn": {
1428
+
"shape": "__string",
1429
+
"location": "uri",
1430
+
"locationName": "offeringArn",
1431
+
"documentation": "The Amazon Resource Name (ARN) of the offering."
1432
+
}
1433
+
},
1434
+
"required": [
1435
+
"OfferingArn"
1436
+
]
1437
+
},
1438
+
"DescribeOfferingResponse": {
1439
+
"type": "structure",
1440
+
"members": {
1441
+
"Offering": {
1442
+
"shape": "Offering",
1443
+
"locationName": "offering"
1444
+
}
1445
+
}
1446
+
},
1447
+
"DescribeReservationRequest": {
1448
+
"type": "structure",
1449
+
"members": {
1450
+
"ReservationArn": {
1451
+
"shape": "__string",
1452
+
"location": "uri",
1453
+
"locationName": "reservationArn",
1454
+
"documentation": "The Amazon Resource Name (ARN) of the reservation."
1455
+
}
1456
+
},
1457
+
"required": [
1458
+
"ReservationArn"
1459
+
]
1460
+
},
1461
+
"DescribeReservationResponse": {
1462
+
"type": "structure",
1463
+
"members": {
1464
+
"Reservation": {
1465
+
"shape": "Reservation",
1466
+
"locationName": "reservation"
1467
+
}
1468
+
}
1469
+
},
1470
+
"DurationUnits": {
1471
+
"type": "string",
1472
+
"enum": [
1473
+
"MONTHS"
1474
+
]
1475
+
},
1238
1476
"Encryption": {
1239
1477
"type": "structure",
1240
1478
"members": {
@@ -1630,6 +1868,70 @@
1630
1868
}
1631
1869
}
1632
1870
},
1871
+
"ListOfferingsRequest": {
1872
+
"type": "structure",
1873
+
"members": {
1874
+
"MaxResults": {
1875
+
"shape": "MaxResults",
1876
+
"location": "querystring",
1877
+
"locationName": "maxResults",
1878
+
"documentation": "The maximum number of results to return per API request. For example, you submit a ListOfferings request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 10 results per page."
1879
+
},
1880
+
"NextToken": {
1881
+
"shape": "__string",
1882
+
"location": "querystring",
1883
+
"locationName": "nextToken",
1884
+
"documentation": "The token that identifies which batch of results that you want to see. For example, you submit a ListOfferings request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListOfferings request a second time and specify the NextToken value."
1885
+
}
1886
+
}
1887
+
},
1888
+
"ListOfferingsResponse": {
1889
+
"type": "structure",
1890
+
"members": {
1891
+
"NextToken": {
1892
+
"shape": "__string",
1893
+
"locationName": "nextToken",
1894
+
"documentation": "The token that identifies which batch of results that you want to see. For example, you submit a ListOfferings request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListOfferings request a second time and specify the NextToken value."
1895
+
},
1896
+
"Offerings": {
1897
+
"shape": "__listOfOffering",
1898
+
"locationName": "offerings",
1899
+
"documentation": "A list of offerings that are available to this account in the current AWS Region."
1900
+
}
1901
+
}
1902
+
},
1903
+
"ListReservationsRequest": {
1904
+
"type": "structure",
1905
+
"members": {
1906
+
"MaxResults": {
1907
+
"shape": "MaxResults",
1908
+
"location": "querystring",
1909
+
"locationName": "maxResults",
1910
+
"documentation": "The maximum number of results to return per API request. For example, you submit a ListReservations request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 10 results per page."
1911
+
},
1912
+
"NextToken": {
1913
+
"shape": "__string",
1914
+
"location": "querystring",
1915
+
"locationName": "nextToken",
1916
+
"documentation": "The token that identifies which batch of results that you want to see. For example, you submit a ListReservations request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListOfferings request a second time and specify the NextToken value."
1917
+
}
1918
+
}
1919
+
},
1920
+
"ListReservationsResponse": {
1921
+
"type": "structure",
1922
+
"members": {
1923
+
"NextToken": {
1924
+
"shape": "__string",
1925
+
"locationName": "nextToken",
1926
+
"documentation": "The token that identifies which batch of results that you want to see. For example, you submit a ListReservations request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListReservations request a second time and specify the NextToken value."
1927
+
},
1928
+
"Reservations": {
1929
+
"shape": "__listOfReservation",
1930
+
"locationName": "reservations",
1931
+
"documentation": "A list of all reservations that have been purchased by this account in the current AWS Region."
1932
+
}
1933
+
}
1934
+
},
1633
1935
"ListTagsForResourceRequest": {
1634
1936
"type": "structure",
1635
1937
"members": {
@@ -1760,6 +2062,62 @@
1760
2062
"httpStatusCode": 404
1761
2063
}
1762
2064
},
2065
+
"Offering": {
2066
+
"type": "structure",
2067
+
"members": {
2068
+
"CurrencyCode": {
2069
+
"shape": "__string",
2070
+
"locationName": "currencyCode",
2071
+
"documentation": "The type of currency that is used for billing. The currencyCode used for all reservations is US dollars."
2072
+
},
2073
+
"Duration": {
2074
+
"shape": "__integer",
2075
+
"locationName": "duration",
2076
+
"documentation": "The length of time that your reservation would be active."
2077
+
},
2078
+
"DurationUnits": {
2079
+
"shape": "DurationUnits",
2080
+
"locationName": "durationUnits",
2081
+
"documentation": "The unit of measurement for the duration of the offering."
2082
+
},
2083
+
"OfferingArn": {
2084
+
"shape": "__string",
2085
+
"locationName": "offeringArn",
2086
+
"documentation": "The Amazon Resource Name (ARN) that MediaConnect assigns to the offering."
2087
+
},
2088
+
"OfferingDescription": {
2089
+
"shape": "__string",
2090
+
"locationName": "offeringDescription",
2091
+
"documentation": "A description of the offering."
2092
+
},
2093
+
"PricePerUnit": {
2094
+
"shape": "__string",
2095
+
"locationName": "pricePerUnit",
2096
+
"documentation": "The cost of a single unit. This value, in combination with priceUnits, makes up the rate."
2097
+
},
2098
+
"PriceUnits": {
2099
+
"shape": "PriceUnits",
2100
+
"locationName": "priceUnits",
2101
+
"documentation": "The unit of measurement that is used for billing. This value, in combination with pricePerUnit, makes up the rate."
2102
+
},
2103
+
"ResourceSpecification": {
2104
+
"shape": "ResourceSpecification",
2105
+
"locationName": "resourceSpecification",
2106
+
"documentation": "A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering."
2107
+
}
2108
+
},
2109
+
"documentation": "A savings plan that reserves a certain amount of outbound bandwidth usage at a discounted rate each month over a period of time.",
2110
+
"required": [
2111
+
"CurrencyCode",
2112
+
"OfferingArn",
2113
+
"OfferingDescription",
2114
+
"DurationUnits",
2115
+
"Duration",
2116
+
"PricePerUnit",
2117
+
"ResourceSpecification",
2118
+
"PriceUnits"
2119
+
]
2120
+
},
1763
2121
"Output": {
1764
2122
"type": "structure",
1765
2123
"members": {
@@ -1825,6 +2183,12 @@
1825
2183
"Name"
1826
2184
]
1827
2185
},
2186
+
"PriceUnits": {
2187
+
"type": "string",
2188
+
"enum": [
2189
+
"HOURLY"
2190
+
]
2191
+
},
1828
2192
"Protocol": {
1829
2193
"type": "string",
1830
2194
"enum": [
@@ -1835,6 +2199,42 @@
1835
2199
"rist"
1836
2200
]
1837
2201
},
2202
+
"PurchaseOfferingRequest": {
2203
+
"type": "structure",
2204
+
"members": {
2205
+
"OfferingArn": {
2206
+
"shape": "__string",
2207
+
"location": "uri",
2208
+
"locationName": "offeringArn",
2209
+
"documentation": "The Amazon Resource Name (ARN) of the offering."
2210
+
},
2211
+
"ReservationName": {
2212
+
"shape": "__string",
2213
+
"locationName": "reservationName",
2214
+
"documentation": "The name that you want to use for the reservation."
2215
+
},
2216
+
"Start": {
2217
+
"shape": "__string",
2218
+
"locationName": "start",
2219
+
"documentation": "The date and time that you want the reservation to begin, in Coordinated Universal Time (UTC). You can specify any date and time between 12:00am on the first day of the current month to the current time on today's date, inclusive. Specify the start in a 24-hour notation. Use the following format: YYYY-MM-DDTHH:mm:SSZ, where T and Z are literal characters. For example, to specify 11:30pm on March 5, 2020, enter 2020-03-05T23:30:00Z."
2220
+
}
2221
+
},
2222
+
"documentation": "A request to purchase a offering.",
2223
+
"required": [
2224
+
"OfferingArn",
2225
+
"Start",
2226
+
"ReservationName"
2227
+
]
2228
+
},
2229
+
"PurchaseOfferingResponse": {
2230
+
"type": "structure",
2231
+
"members": {
2232
+
"Reservation": {
2233
+
"shape": "Reservation",
2234
+
"locationName": "reservation"
2235
+
}
2236
+
}
2237
+
},
1838
2238
"RemoveFlowOutputRequest": {
1839
2239
"type": "structure",
1840
2240
"members": {
@@ -1948,6 +2348,126 @@
1948
2348
}
1949
2349
}
1950
2350
},
2351
+
"Reservation": {
2352
+
"type": "structure",
2353
+
"members": {
2354
+
"CurrencyCode": {
2355
+
"shape": "__string",
2356
+
"locationName": "currencyCode",
2357
+
"documentation": "The type of currency that is used for billing. The currencyCode used for your reservation is US dollars."
2358
+
},
2359
+
"Duration": {
2360
+
"shape": "__integer",
2361
+
"locationName": "duration",
2362
+
"documentation": "The length of time that this reservation is active. MediaConnect defines this value in the offering."
2363
+
},
2364
+
"DurationUnits": {
2365
+
"shape": "DurationUnits",
2366
+
"locationName": "durationUnits",
2367
+
"documentation": "The unit of measurement for the duration of the reservation. MediaConnect defines this value in the offering."
2368
+
},
2369
+
"End": {
2370
+
"shape": "__string",
2371
+
"locationName": "end",
2372
+
"documentation": "The day and time that this reservation expires. This value is calculated based on the start date and time that you set and the offering's duration."
2373
+
},
2374
+
"OfferingArn": {
2375
+
"shape": "__string",
2376
+
"locationName": "offeringArn",
2377
+
"documentation": "The Amazon Resource Name (ARN) that MediaConnect assigns to the offering."
2378
+
},
2379
+
"OfferingDescription": {
2380
+
"shape": "__string",
2381
+
"locationName": "offeringDescription",
2382
+
"documentation": "A description of the offering. MediaConnect defines this value in the offering."
2383
+
},
2384
+
"PricePerUnit": {
2385
+
"shape": "__string",
2386
+
"locationName": "pricePerUnit",
2387
+
"documentation": "The cost of a single unit. This value, in combination with priceUnits, makes up the rate. MediaConnect defines this value in the offering."
2388
+
},
2389
+
"PriceUnits": {
2390
+
"shape": "PriceUnits",
2391
+
"locationName": "priceUnits",
2392
+
"documentation": "The unit of measurement that is used for billing. This value, in combination with pricePerUnit, makes up the rate. MediaConnect defines this value in the offering."
2393
+
},
2394
+
"ReservationArn": {
2395
+
"shape": "__string",
2396
+
"locationName": "reservationArn",
2397
+
"documentation": "The Amazon Resource Name (ARN) that MediaConnect assigns to the reservation when you purchase an offering."
2398
+
},
2399
+
"ReservationName": {
2400
+
"shape": "__string",
2401
+
"locationName": "reservationName",
2402
+
"documentation": "The name that you assigned to the reservation when you purchased the offering."
2403
+
},
2404
+
"ReservationState": {
2405
+
"shape": "ReservationState",
2406
+
"locationName": "reservationState",
2407
+
"documentation": "The status of your reservation."
2408
+
},
2409
+
"ResourceSpecification": {
2410
+
"shape": "ResourceSpecification",
2411
+
"locationName": "resourceSpecification",
2412
+
"documentation": "A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering. MediaConnect defines the values that make up the resourceSpecification in the offering."
2413
+
},
2414
+
"Start": {
2415
+
"shape": "__string",
2416
+
"locationName": "start",
2417
+
"documentation": "The day and time that the reservation becomes active. You set this value when you purchase the offering."
2418
+
}
2419
+
},
2420
+
"documentation": "A pricing agreement for a discounted rate for a specific outbound bandwidth that your MediaConnect account will use each month over a specific time period. The discounted rate in the reservation applies to outbound bandwidth for all flows from your account until your account reaches the amount of bandwidth in your reservation. If you use more outbound bandwidth than the agreed upon amount in a single month, the overage is charged at the on-demand rate.",
2421
+
"required": [
2422
+
"CurrencyCode",
2423
+
"ReservationState",
2424
+
"OfferingArn",
2425
+
"ReservationArn",
2426
+
"Start",
2427
+
"OfferingDescription",
2428
+
"ReservationName",
2429
+
"End",
2430
+
"Duration",
2431
+
"DurationUnits",
2432
+
"PricePerUnit",
2433
+
"ResourceSpecification",
2434
+
"PriceUnits"
2435
+
]
2436
+
},
2437
+
"ReservationState": {
2438
+
"type": "string",
2439
+
"enum": [
2440
+
"ACTIVE",
2441
+
"EXPIRED",
2442
+
"PROCESSING",
2443
+
"CANCELED"
2444
+
]
2445
+
},
2446
+
"ResourceSpecification": {
2447
+
"type": "structure",
2448
+
"members": {
2449
+
"ReservedBitrate": {
2450
+
"shape": "__integer",
2451
+
"locationName": "reservedBitrate",
2452
+
"documentation": "The amount of outbound bandwidth that is discounted in the offering."
2453
+
},
2454
+
"ResourceType": {
2455
+
"shape": "ResourceType",
2456
+
"locationName": "resourceType",
2457
+
"documentation": "The type of resource and the unit that is being billed for."
2458
+
}
2459
+
},
2460
+
"documentation": "A definition of what is being billed for, including the type and amount.",
2461
+
"required": [
2462
+
"ResourceType"
2463
+
]
2464
+
},
2465
+
"ResourceType": {
2466
+
"type": "string",
2467
+
"enum": [
2468
+
"Mbps_Outbound_Bandwidth"
2469
+
]
2470
+
},
1951
2471
"ResponseError": {
1952
2472
"type": "structure",
1953
2473
"members": {
@@ -2443,7 +2963,8 @@
2443
2963
"members": {
2444
2964
"Entitlement": {
2445
2965
"shape": "Entitlement",
2446
-
"locationName": "entitlement"
2966
+
"locationName": "entitlement",
2967
+
"documentation": "The new configuration of the entitlement that you updated."
2447
2968
},
2448
2969
"FlowArn": {
2449
2970
"shape": "__string",
@@ -2539,7 +3060,8 @@
2539
3060
},
2540
3061
"Output": {
2541
3062
"shape": "Output",
2542
-
"locationName": "output"
3063
+
"locationName": "output",
3064
+
"documentation": "The new settings of the output that you updated."
2543
3065
}
2544
3066
}
2545
3067
},
@@ -2778,12 +3300,24 @@
2778
3300
"shape": "ListedFlow"
2779
3301
}
2780
3302
},
3303
+
"__listOfOffering": {
3304
+
"type": "list",
3305
+
"member": {
3306
+
"shape": "Offering"
3307
+
}
3308
+
},
2781
3309
"__listOfOutput": {
2782
3310
"type": "list",
2783
3311
"member": {
2784
3312
"shape": "Output"
2785
3313
}
2786
3314
},
3315
+
"__listOfReservation": {
3316
+
"type": "list",
3317
+
"member": {
3318
+
"shape": "Reservation"
3319
+
}
3320
+
},
2787
3321
"__listOfSetSourceRequest": {
2788
3322
"type": "list",
2789
3323
"member": {
@@ -2845,4 +3379,4 @@
2845
3379
}
2846
3380
},
2847
3381
"documentation": "API for AWS Elemental MediaConnect"
0 commit comments