Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 41d0d23

Browse files
author
AWS
committedSep 30, 2020
AWS MediaConnect Update: MediaConnect now supports reservations to provide a discounted rate for a specific outbound bandwidth over a period of time.
1 parent 5d4dfa1 commit 41d0d23

File tree

3 files changed

+554
-3
lines changed

3 files changed

+554
-3
lines changed
 
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS MediaConnect",
4+
"description": "MediaConnect now supports reservations to provide a discounted rate for a specific outbound bandwidth over a period of time."
5+
}

‎services/mediaconnect/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111
"output_token" : "NextToken",
1212
"limit_key" : "MaxResults",
1313
"result_key" : "Flows"
14+
},
15+
"ListOfferings" : {
16+
"input_token" : "NextToken",
17+
"output_token" : "NextToken",
18+
"limit_key" : "MaxResults",
19+
"result_key" : "Offerings"
20+
},
21+
"ListReservations" : {
22+
"input_token" : "NextToken",
23+
"output_token" : "NextToken",
24+
"limit_key" : "MaxResults",
25+
"result_key" : "Reservations"
1426
}
1527
}
1628
}

‎services/mediaconnect/src/main/resources/codegen-resources/service-2.json

Lines changed: 537 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,82 @@
267267
],
268268
"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."
269269
},
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)."
307+
},
308+
"DescribeReservation": {
309+
"name": "DescribeReservation",
310+
"http": {
311+
"method": "GET",
312+
"requestUri": "/v1/reservations/{reservationArn}",
313+
"responseCode": 200
314+
},
315+
"input": {
316+
"shape": "DescribeReservationRequest"
317+
},
318+
"output": {
319+
"shape": "DescribeReservationResponse",
320+
"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+
},
270346
"GrantFlowEntitlements": {
271347
"name": "GrantFlowEntitlements",
272348
"http": {
@@ -381,6 +457,74 @@
381457
],
382458
"documentation": "Displays a list of flows that are associated with this account. This request returns a paginated result."
383459
},
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+
},
384528
"ListTagsForResource": {
385529
"name": "ListTagsForResource",
386530
"http": {
@@ -411,6 +555,48 @@
411555
],
412556
"documentation": "List all tags on an AWS Elemental MediaConnect resource"
413557
},
558+
"PurchaseOffering": {
559+
"name": "PurchaseOffering",
560+
"http": {
561+
"method": "POST",
562+
"requestUri": "/v1/offerings/{offeringArn}",
563+
"responseCode": 201
564+
},
565+
"input": {
566+
"shape": "PurchaseOfferingRequest"
567+
},
568+
"output": {
569+
"shape": "PurchaseOfferingResponse",
570+
"documentation": "AWS Elemental MediaConnect purchased offering successfully."
571+
},
572+
"errors": [
573+
{
574+
"shape": "BadRequestException",
575+
"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+
},
414600
"RemoveFlowOutput": {
415601
"name": "RemoveFlowOutput",
416602
"http": {
@@ -1235,6 +1421,58 @@
12351421
}
12361422
}
12371423
},
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+
},
12381476
"Encryption": {
12391477
"type": "structure",
12401478
"members": {
@@ -1630,6 +1868,70 @@
16301868
}
16311869
}
16321870
},
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+
},
16331935
"ListTagsForResourceRequest": {
16341936
"type": "structure",
16351937
"members": {
@@ -1760,6 +2062,62 @@
17602062
"httpStatusCode": 404
17612063
}
17622064
},
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+
},
17632121
"Output": {
17642122
"type": "structure",
17652123
"members": {
@@ -1825,6 +2183,12 @@
18252183
"Name"
18262184
]
18272185
},
2186+
"PriceUnits": {
2187+
"type": "string",
2188+
"enum": [
2189+
"HOURLY"
2190+
]
2191+
},
18282192
"Protocol": {
18292193
"type": "string",
18302194
"enum": [
@@ -1835,6 +2199,42 @@
18352199
"rist"
18362200
]
18372201
},
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+
},
18382238
"RemoveFlowOutputRequest": {
18392239
"type": "structure",
18402240
"members": {
@@ -1948,6 +2348,126 @@
19482348
}
19492349
}
19502350
},
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+
},
19512471
"ResponseError": {
19522472
"type": "structure",
19532473
"members": {
@@ -2443,7 +2963,8 @@
24432963
"members": {
24442964
"Entitlement": {
24452965
"shape": "Entitlement",
2446-
"locationName": "entitlement"
2966+
"locationName": "entitlement",
2967+
"documentation": "The new configuration of the entitlement that you updated."
24472968
},
24482969
"FlowArn": {
24492970
"shape": "__string",
@@ -2539,7 +3060,8 @@
25393060
},
25403061
"Output": {
25413062
"shape": "Output",
2542-
"locationName": "output"
3063+
"locationName": "output",
3064+
"documentation": "The new settings of the output that you updated."
25433065
}
25443066
}
25453067
},
@@ -2778,12 +3300,24 @@
27783300
"shape": "ListedFlow"
27793301
}
27803302
},
3303+
"__listOfOffering": {
3304+
"type": "list",
3305+
"member": {
3306+
"shape": "Offering"
3307+
}
3308+
},
27813309
"__listOfOutput": {
27823310
"type": "list",
27833311
"member": {
27843312
"shape": "Output"
27853313
}
27863314
},
3315+
"__listOfReservation": {
3316+
"type": "list",
3317+
"member": {
3318+
"shape": "Reservation"
3319+
}
3320+
},
27873321
"__listOfSetSourceRequest": {
27883322
"type": "list",
27893323
"member": {
@@ -2845,4 +3379,4 @@
28453379
}
28463380
},
28473381
"documentation": "API for AWS Elemental MediaConnect"
2848-
}
3382+
}

0 commit comments

Comments
 (0)
Please sign in to comment.