github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/mediaconnect/2018-11-14/docs-2.json (about)

     1  {
     2    "version": "2.0",
     3    "service": "API for AWS Elemental MediaConnect",
     4    "operations": {
     5      "AddFlowMediaStreams": "Adds media streams to an existing flow. After you add a media stream to a flow, you can associate it with a source and/or an output that uses the ST 2110 JPEG XS or CDI protocol.",
     6      "AddFlowOutputs": "Adds outputs to an existing flow. You can create up to 50 outputs per flow.",
     7      "AddFlowSources": "Adds Sources to flow",
     8      "AddFlowVpcInterfaces": "Adds VPC interfaces to flow",
     9      "CreateFlow": "Creates a new flow. The request must include one source. The request optionally can include outputs (up to 50) and entitlements (up to 50).",
    10      "DeleteFlow": "Deletes a flow. Before you can delete a flow, you must stop the flow.",
    11      "DescribeFlow": "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.",
    12      "DescribeOffering": "Displays the details of an offering. The response includes the offering description, duration, outbound bandwidth, price, and Amazon Resource Name (ARN).",
    13      "DescribeReservation": "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).",
    14      "GrantFlowEntitlements": "Grants entitlements to an existing flow.",
    15      "ListEntitlements": "Displays a list of all entitlements that have been granted to this account. This request returns 20 results per page.",
    16      "ListFlows": "Displays a list of flows that are associated with this account. This request returns a paginated result.",
    17      "ListOfferings": "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.",
    18      "ListReservations": "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).",
    19      "ListTagsForResource": "List all tags on an AWS Elemental MediaConnect resource",
    20      "PurchaseOffering": "Submits a request to purchase an offering. If you already have an active reservation, you can't purchase another offering.",
    21      "RemoveFlowMediaStream": "Removes a media stream from a flow. This action is only available if the media stream is not associated with a source or output.",
    22      "RemoveFlowOutput": "Removes an output from an existing flow. This request can be made only on an output that does not have an entitlement associated with it. If the output has an entitlement, you must revoke the entitlement instead. When an entitlement is revoked from a flow, the service automatically removes the associated output.",
    23      "RemoveFlowSource": "Removes a source from an existing flow. This request can be made only if there is more than one source on the flow.",
    24      "RemoveFlowVpcInterface": "Removes a VPC Interface from an existing flow. This request can be made only on a VPC interface that does not have a Source or Output associated with it. If the VPC interface is referenced by a Source or Output, you must first delete or update the Source or Output to no longer reference the VPC interface.",
    25      "RevokeFlowEntitlement": "Revokes an entitlement from a flow. Once an entitlement is revoked, the content becomes unavailable to the subscriber and the associated output is removed.",
    26      "StartFlow": "Starts a flow.",
    27      "StopFlow": "Stops a flow.",
    28      "TagResource": "Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are deleted as well.",
    29      "UntagResource": "Deletes specified tags from a resource.",
    30      "UpdateFlow": "Updates flow",
    31      "UpdateFlowEntitlement": "You can change an entitlement's description, subscribers, and encryption. If you change the subscribers, the service will remove the outputs that are are used by the subscribers that are removed.",
    32      "UpdateFlowMediaStream": "Updates an existing media stream.",
    33      "UpdateFlowOutput": "Updates an existing flow output.",
    34      "UpdateFlowSource": "Updates the source of a flow."
    35    },
    36    "shapes": {
    37      "AddFlowMediaStreamsRequest": {
    38        "base": "Adds media streams to an existing flow.",
    39        "refs": {}
    40      },
    41      "AddFlowMediaStreamsResponse": {
    42        "base": "The result of a successful AddFlowMediaStreamsRequest request. The response includes the details of the newly added media streams.",
    43        "refs": {}
    44      },
    45      "AddFlowOutputs420Exception": {
    46        "base": "Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.",
    47        "refs": {}
    48      },
    49      "AddFlowOutputsRequest": {
    50        "base": "Adds outputs to an existing flow. You can create up to 50 outputs per flow.",
    51        "refs": {}
    52      },
    53      "AddFlowOutputsResponse": {
    54        "base": "The result of a successful AddOutput request. The response includes the details of the newly added outputs.",
    55        "refs": {}
    56      },
    57      "AddFlowSourcesRequest": {
    58        "base": "Adds sources to an existing flow.",
    59        "refs": {}
    60      },
    61      "AddFlowSourcesResponse": {
    62        "base": "The result of a successful AddFlowSources request. The response includes the details of the newly added sources.",
    63        "refs": {}
    64      },
    65      "AddFlowVpcInterfacesRequest": {
    66        "base": "Adds VPC interfaces to an existing flow.",
    67        "refs": {}
    68      },
    69      "AddFlowVpcInterfacesResponse": {
    70        "base": "The result of a successful AddFlowVpcInterfaces request. The response includes the details of the newly added VPC interfaces.",
    71        "refs": {}
    72      },
    73      "AddMediaStreamRequest": {
    74        "base": "The media stream that you want to add to the flow.",
    75        "refs": {
    76          "__listOfAddMediaStreamRequest$member": null
    77        }
    78      },
    79      "AddOutputRequest": {
    80        "base": "The output that you want to add to this flow.",
    81        "refs": {
    82          "__listOfAddOutputRequest$member": null
    83        }
    84      },
    85      "Algorithm": {
    86        "base": null,
    87        "refs": {
    88          "Encryption$Algorithm": "The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).",
    89          "UpdateEncryption$Algorithm": "The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256)."
    90        }
    91      },
    92      "BadRequestException": {
    93        "base": "Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.",
    94        "refs": {}
    95      },
    96      "Colorimetry": {
    97        "base": null,
    98        "refs": {
    99          "Fmtp$Colorimetry": "The format that is used for the representation of color.",
   100          "FmtpRequest$Colorimetry": "The format that is used for the representation of color."
   101        }
   102      },
   103      "CreateFlow420Exception": {
   104        "base": "Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.",
   105        "refs": {}
   106      },
   107      "CreateFlowRequest": {
   108        "base": "Creates a new flow. The request must include one source. The request optionally can include outputs (up to 50) and entitlements (up to 50.)",
   109        "refs": {}
   110      },
   111      "CreateFlowResponse": {
   112        "base": "The result of a successful CreateFlow request.",
   113        "refs": {}
   114      },
   115      "DeleteFlowResponse": {
   116        "base": "The result of a successful DeleteFlow request.",
   117        "refs": {}
   118      },
   119      "DescribeFlowResponse": {
   120        "base": "The result of a successful DescribeFlow request.",
   121        "refs": {}
   122      },
   123      "DescribeOfferingResponse": {
   124        "base": "The result of a successful DescribeOffering request.",
   125        "refs": {}
   126      },
   127      "DescribeReservationResponse": {
   128        "base": "The result of a successful DescribeReservation request.",
   129        "refs": {}
   130      },
   131      "DestinationConfiguration": {
   132        "base": "The transport parameters that are associated with an outbound media stream.",
   133        "refs": {
   134          "__listOfDestinationConfiguration$member": null
   135        }
   136      },
   137      "DestinationConfigurationRequest": {
   138        "base": "The transport parameters that you want to associate with an outbound media stream.",
   139        "refs": {
   140          "__listOfDestinationConfigurationRequest$member": null
   141        }
   142      },
   143      "DurationUnits": {
   144        "base": null,
   145        "refs": {
   146          "Offering$DurationUnits": "The unit of measurement for the duration of the offering.",
   147          "Reservation$DurationUnits": "The unit of measurement for the duration of the reservation. MediaConnect defines this value in the offering."
   148        }
   149      },
   150      "EncoderProfile": {
   151        "base": null,
   152        "refs": {
   153          "EncodingParameters$EncoderProfile": "A setting on the encoder that drives compression settings. This property only applies to video media streams associated with outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol.",
   154          "EncodingParametersRequest$EncoderProfile": "A setting on the encoder that drives compression settings. This property only applies to video media streams associated with outputs that use the ST 2110 JPEG XS protocol, if at least one source on the flow uses the CDI protocol."
   155        }
   156      },
   157      "EncodingName": {
   158        "base": null,
   159        "refs": {
   160          "MediaStreamOutputConfiguration$EncodingName": "The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.",
   161          "MediaStreamOutputConfigurationRequest$EncodingName": "The format that will be used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.",
   162          "MediaStreamSourceConfiguration$EncodingName": "The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.",
   163          "MediaStreamSourceConfigurationRequest$EncodingName": "The format you want to use to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv."
   164        }
   165      },
   166      "EncodingParameters": {
   167        "base": "A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.",
   168        "refs": {
   169          "MediaStreamOutputConfiguration$EncodingParameters": "Encoding parameters"
   170        }
   171      },
   172      "EncodingParametersRequest": {
   173        "base": "A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.",
   174        "refs": {
   175          "MediaStreamOutputConfigurationRequest$EncodingParameters": "A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source."
   176        }
   177      },
   178      "Encryption": {
   179        "base": "Information about the encryption of the flow.",
   180        "refs": {
   181          "AddOutputRequest$Encryption": "The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).",
   182          "Entitlement$Encryption": "The type of encryption that will be used on the output that is associated with this entitlement.",
   183          "GrantEntitlementRequest$Encryption": "The type of encryption that will be used on the output that is associated with this entitlement.",
   184          "Output$Encryption": "The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).",
   185          "SetSourceRequest$Decryption": "The type of encryption that is used on the content ingested from this source.",
   186          "Source$Decryption": "The type of encryption that is used on the content ingested from this source."
   187        }
   188      },
   189      "Entitlement": {
   190        "base": "The settings for a flow entitlement.",
   191        "refs": {
   192          "UpdateFlowEntitlementResponse$Entitlement": "The new configuration of the entitlement that you updated.",
   193          "__listOfEntitlement$member": null
   194        }
   195      },
   196      "EntitlementStatus": {
   197        "base": null,
   198        "refs": {
   199          "Entitlement$EntitlementStatus": "An indication of whether the entitlement is enabled.",
   200          "GrantEntitlementRequest$EntitlementStatus": "An indication of whether the new entitlement should be enabled or disabled as soon as it is created. If you don\u2019t specify the entitlementStatus field in your request, MediaConnect sets it to ENABLED.",
   201          "UpdateFlowEntitlementRequest$EntitlementStatus": "An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming content to the subscriber\u2019s flow temporarily. If you don\u2019t specify the entitlementStatus field in your request, MediaConnect leaves the value unchanged."
   202        }
   203      },
   204      "FailoverConfig": {
   205        "base": "The settings for source failover",
   206        "refs": {
   207          "CreateFlowRequest$SourceFailoverConfig": null,
   208          "Flow$SourceFailoverConfig": null
   209        }
   210      },
   211      "FailoverMode": {
   212        "base": null,
   213        "refs": {
   214          "FailoverConfig$FailoverMode": "The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.",
   215          "UpdateFailoverConfig$FailoverMode": "The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams."
   216        }
   217      },
   218      "Flow": {
   219        "base": "The settings for a flow, including its source, outputs, and entitlements.",
   220        "refs": {
   221          "CreateFlowResponse$Flow": null,
   222          "DescribeFlowResponse$Flow": null,
   223          "UpdateFlowResponse$Flow": null
   224        }
   225      },
   226      "Fmtp": {
   227        "base": "FMTP",
   228        "refs": {
   229          "MediaStreamAttributes$Fmtp": "A set of parameters that define the media stream."
   230        }
   231      },
   232      "FmtpRequest": {
   233        "base": "The settings that you want to use to define the media stream.",
   234        "refs": {
   235          "MediaStreamAttributesRequest$Fmtp": "The settings that you want to use to define the media stream."
   236        }
   237      },
   238      "ForbiddenException": {
   239        "base": "Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.",
   240        "refs": {}
   241      },
   242      "GrantEntitlementRequest": {
   243        "base": "The entitlements that you want to grant on a flow.",
   244        "refs": {
   245          "__listOfGrantEntitlementRequest$member": null
   246        }
   247      },
   248      "GrantFlowEntitlements420Exception": {
   249        "base": "Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.",
   250        "refs": {}
   251      },
   252      "GrantFlowEntitlementsRequest": {
   253        "base": "Grants an entitlement on a flow.",
   254        "refs": {}
   255      },
   256      "GrantFlowEntitlementsResponse": {
   257        "base": "The entitlements that were just granted.",
   258        "refs": {}
   259      },
   260      "InputConfiguration": {
   261        "base": "The transport parameters that are associated with an incoming media stream.",
   262        "refs": {
   263          "__listOfInputConfiguration$member": null
   264        }
   265      },
   266      "InputConfigurationRequest": {
   267        "base": "The transport parameters that you want to associate with an incoming media stream.",
   268        "refs": {
   269          "__listOfInputConfigurationRequest$member": null
   270        }
   271      },
   272      "Interface": {
   273        "base": "The VPC interface that is used for the media stream associated with the source or output.",
   274        "refs": {
   275          "DestinationConfiguration$Interface": "The VPC interface that is used for the media stream associated with the output.",
   276          "InputConfiguration$Interface": "The VPC interface where the media stream comes in from."
   277        }
   278      },
   279      "InterfaceRequest": {
   280        "base": "The VPC interface that you want to designate where the media stream is coming from or going to.",
   281        "refs": {
   282          "DestinationConfigurationRequest$Interface": "The VPC interface that you want to use for the media stream associated with the output.",
   283          "InputConfigurationRequest$Interface": "The VPC interface that you want to use for the incoming media stream."
   284        }
   285      },
   286      "InternalServerErrorException": {
   287        "base": "Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.",
   288        "refs": {}
   289      },
   290      "KeyType": {
   291        "base": null,
   292        "refs": {
   293          "Encryption$KeyType": "The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key).",
   294          "UpdateEncryption$KeyType": "The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key)."
   295        }
   296      },
   297      "ListEntitlementsResponse": {
   298        "base": "The result of a successful ListEntitlements request. The response includes the ARN of each entitlement, the name of the associated flow, and the NextToken to use in a subsequent ListEntitlements request.",
   299        "refs": {}
   300      },
   301      "ListFlowsResponse": {
   302        "base": "The result of a successful ListFlows request. The response includes flow summaries and the NextToken to use in a subsequent ListFlows request.",
   303        "refs": {}
   304      },
   305      "ListOfferingsResponse": {
   306        "base": "The result of a successful ListOfferings request. The response includes the details of each offering that your account is eligible for. The response includes the following information for each offering: description, duration, outbound bandwidth, price, Amazon Resource Name (ARN), and the NextToken to use in a subsequent ListOfferings request.",
   307        "refs": {}
   308      },
   309      "ListReservationsResponse": {
   310        "base": "The result of a successful ListReservations request. The response includes the details of each offering that your account is eligible for. The response includes the following information for each offering: description, duration, outbound bandwidth, price, Amazon Resource Name (ARN), and the NextToken to use in a subsequent ListOfferings request.",
   311        "refs": {}
   312      },
   313      "ListTagsForResourceResponse": {
   314        "base": "The tags for the resource.",
   315        "refs": {}
   316      },
   317      "ListedEntitlement": {
   318        "base": "An entitlement that has been granted to you from other AWS accounts.",
   319        "refs": {
   320          "__listOfListedEntitlement$member": null
   321        }
   322      },
   323      "ListedFlow": {
   324        "base": "Provides a summary of a flow, including its ARN, Availability Zone, and source type.",
   325        "refs": {
   326          "__listOfListedFlow$member": null
   327        }
   328      },
   329      "MediaStream": {
   330        "base": "A single track or stream of media that contains video, audio, or ancillary data. After you add a media stream to a flow, you can associate it with sources and outputs on that flow, as long as they use the CDI protocol or the ST 2110 JPEG XS protocol. Each source or output can consist of one or many media streams.",
   331        "refs": {
   332          "UpdateFlowMediaStreamResponse$MediaStream": "The media stream that you updated.",
   333          "__listOfMediaStream$member": null
   334        }
   335      },
   336      "MediaStreamAttributes": {
   337        "base": "Attributes that are related to the media stream.",
   338        "refs": {
   339          "MediaStream$Attributes": "Attributes that are related to the media stream."
   340        }
   341      },
   342      "MediaStreamAttributesRequest": {
   343        "base": "Attributes that are related to the media stream.",
   344        "refs": {
   345          "AddMediaStreamRequest$Attributes": "The attributes that you want to assign to the new media stream.",
   346          "UpdateFlowMediaStreamRequest$Attributes": "The attributes that you want to assign to the media stream."
   347        }
   348      },
   349      "MediaStreamOutputConfiguration": {
   350        "base": "The media stream that is associated with the output, and the parameters for that association.",
   351        "refs": {
   352          "__listOfMediaStreamOutputConfiguration$member": null
   353        }
   354      },
   355      "MediaStreamOutputConfigurationRequest": {
   356        "base": "The media stream that you want to associate with the output, and the parameters for that association.",
   357        "refs": {
   358          "__listOfMediaStreamOutputConfigurationRequest$member": null
   359        }
   360      },
   361      "MediaStreamSourceConfiguration": {
   362        "base": "The media stream that is associated with the source, and the parameters for that association.",
   363        "refs": {
   364          "__listOfMediaStreamSourceConfiguration$member": null
   365        }
   366      },
   367      "MediaStreamSourceConfigurationRequest": {
   368        "base": "The definition of a media stream that you want to associate with the source.",
   369        "refs": {
   370          "__listOfMediaStreamSourceConfigurationRequest$member": null
   371        }
   372      },
   373      "MediaStreamType": {
   374        "base": null,
   375        "refs": {
   376          "AddMediaStreamRequest$MediaStreamType": "The type of media stream.",
   377          "MediaStream$MediaStreamType": "The type of media stream.",
   378          "UpdateFlowMediaStreamRequest$MediaStreamType": "The type of media stream."
   379        }
   380      },
   381      "Messages": {
   382        "base": "Messages that provide the state of the flow.",
   383        "refs": {
   384          "DescribeFlowResponse$Messages": null
   385        }
   386      },
   387      "NetworkInterfaceType": {
   388        "base": null,
   389        "refs": {
   390          "VpcInterface$NetworkInterfaceType": "The type of network interface.",
   391          "VpcInterfaceRequest$NetworkInterfaceType": "The type of network interface. If this value is not included in the request, MediaConnect uses ENA as the networkInterfaceType."
   392        }
   393      },
   394      "NotFoundException": {
   395        "base": "Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.",
   396        "refs": {}
   397      },
   398      "Offering": {
   399        "base": "A savings plan that reserves a certain amount of outbound bandwidth usage at a discounted rate each month over a period of time.",
   400        "refs": {
   401          "DescribeOfferingResponse$Offering": null,
   402          "__listOfOffering$member": null
   403        }
   404      },
   405      "Output": {
   406        "base": "The settings for an output.",
   407        "refs": {
   408          "UpdateFlowOutputResponse$Output": "The new settings of the output that you updated.",
   409          "__listOfOutput$member": null
   410        }
   411      },
   412      "PriceUnits": {
   413        "base": null,
   414        "refs": {
   415          "Offering$PriceUnits": "The unit of measurement that is used for billing. This value, in combination with pricePerUnit, makes up the rate.",
   416          "Reservation$PriceUnits": "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."
   417        }
   418      },
   419      "Protocol": {
   420        "base": null,
   421        "refs": {
   422          "AddOutputRequest$Protocol": "The protocol to use for the output.",
   423          "SetSourceRequest$Protocol": "The protocol that is used by the source.",
   424          "Transport$Protocol": "The protocol that is used by the source or output.",
   425          "UpdateFlowOutputRequest$Protocol": "The protocol to use for the output.",
   426          "UpdateFlowSourceRequest$Protocol": "The protocol that is used by the source."
   427        }
   428      },
   429      "PurchaseOfferingRequest": {
   430        "base": "Submits a request to purchase an offering, which creates a reservation in your AWS account. If you already have an active reservation, you can't purchase another offering.",
   431        "refs": {}
   432      },
   433      "PurchaseOfferingResponse": {
   434        "base": "The result of a successful PurchaseOffering request.",
   435        "refs": {}
   436      },
   437      "Range": {
   438        "base": null,
   439        "refs": {
   440          "Fmtp$Range": "The encoding range of the video.",
   441          "FmtpRequest$Range": "The encoding range of the video."
   442        }
   443      },
   444      "RemoveFlowMediaStreamResponse": {
   445        "base": "The result of a successful RemoveFlowMediaStream request.",
   446        "refs": {}
   447      },
   448      "RemoveFlowOutputResponse": {
   449        "base": "The result of a successful RemoveFlowOutput request including the flow ARN and the output ARN that was removed.",
   450        "refs": {}
   451      },
   452      "RemoveFlowSourceResponse": {
   453        "base": "The result of a successful RemoveFlowSource request including the flow ARN and the source ARN that was removed.",
   454        "refs": {}
   455      },
   456      "RemoveFlowVpcInterfaceResponse": {
   457        "base": "The result of a successful RemoveFlowVpcInterface request including the flow ARN and the VPC interface name that was removed.",
   458        "refs": {}
   459      },
   460      "Reservation": {
   461        "base": "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.",
   462        "refs": {
   463          "DescribeReservationResponse$Reservation": null,
   464          "PurchaseOfferingResponse$Reservation": null,
   465          "__listOfReservation$member": null
   466        }
   467      },
   468      "ReservationState": {
   469        "base": null,
   470        "refs": {
   471          "Reservation$ReservationState": "The status of your reservation."
   472        }
   473      },
   474      "ResourceSpecification": {
   475        "base": "A definition of what is being billed for, including the type and amount.",
   476        "refs": {
   477          "Offering$ResourceSpecification": "A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.",
   478          "Reservation$ResourceSpecification": "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."
   479        }
   480      },
   481      "ResourceType": {
   482        "base": null,
   483        "refs": {
   484          "ResourceSpecification$ResourceType": "The type of resource and the unit that is being billed for."
   485        }
   486      },
   487      "ResponseError": {
   488        "base": "Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.",
   489        "refs": {}
   490      },
   491      "RevokeFlowEntitlementResponse": {
   492        "base": "The result of a successful RevokeFlowEntitlement request. The response includes the ARN of the flow that was updated and the ARN of the entitlement that was revoked.",
   493        "refs": {}
   494      },
   495      "ScanMode": {
   496        "base": null,
   497        "refs": {
   498          "Fmtp$ScanMode": "The type of compression that was used to smooth the video\u2019s appearance",
   499          "FmtpRequest$ScanMode": "The type of compression that was used to smooth the video\u2019s appearance."
   500        }
   501      },
   502      "ServiceUnavailableException": {
   503        "base": "Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.",
   504        "refs": {}
   505      },
   506      "SetSourceRequest": {
   507        "base": "The settings for the source of the flow.",
   508        "refs": {
   509          "CreateFlowRequest$Source": null,
   510          "__listOfSetSourceRequest$member": null
   511        }
   512      },
   513      "Source": {
   514        "base": "The settings for the source of the flow.",
   515        "refs": {
   516          "Flow$Source": null,
   517          "UpdateFlowSourceResponse$Source": "The settings for the source of the flow.",
   518          "__listOfSource$member": null
   519        }
   520      },
   521      "SourcePriority": {
   522        "base": "The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.",
   523        "refs": {
   524          "FailoverConfig$SourcePriority": "The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.",
   525          "UpdateFailoverConfig$SourcePriority": "The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams."
   526        }
   527      },
   528      "SourceType": {
   529        "base": null,
   530        "refs": {
   531          "ListedFlow$SourceType": "The type of source. This value is either owned (originated somewhere other than an AWS Elemental MediaConnect flow owned by another AWS account) or entitled (originated at an AWS Elemental MediaConnect flow owned by another AWS account)."
   532        }
   533      },
   534      "StartFlowResponse": {
   535        "base": "The result of a successful StartFlow request.",
   536        "refs": {}
   537      },
   538      "State": {
   539        "base": null,
   540        "refs": {
   541          "FailoverConfig$State": null,
   542          "UpdateFailoverConfig$State": null
   543        }
   544      },
   545      "Status": {
   546        "base": null,
   547        "refs": {
   548          "DeleteFlowResponse$Status": "The status of the flow when the DeleteFlow process begins.",
   549          "Flow$Status": "The current status of the flow.",
   550          "ListedFlow$Status": "The current status of the flow.",
   551          "StartFlowResponse$Status": "The status of the flow when the StartFlow process begins.",
   552          "StopFlowResponse$Status": "The status of the flow when the StopFlow process begins."
   553        }
   554      },
   555      "StopFlowResponse": {
   556        "base": "The result of a successful StopFlow request.",
   557        "refs": {}
   558      },
   559      "TagResourceRequest": {
   560        "base": "The tags to add to the resource. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.",
   561        "refs": {}
   562      },
   563      "Tcs": {
   564        "base": null,
   565        "refs": {
   566          "Fmtp$Tcs": "The transfer characteristic system (TCS) that is used in the video.",
   567          "FmtpRequest$Tcs": "The transfer characteristic system (TCS) that is used in the video."
   568        }
   569      },
   570      "TooManyRequestsException": {
   571        "base": "Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.",
   572        "refs": {}
   573      },
   574      "Transport": {
   575        "base": "Attributes related to the transport stream that are used in a source or output.",
   576        "refs": {
   577          "Output$Transport": "Attributes related to the transport stream that are used in the output.",
   578          "Source$Transport": "Attributes related to the transport stream that are used in the source."
   579        }
   580      },
   581      "UpdateEncryption": {
   582        "base": "Information about the encryption of the flow.",
   583        "refs": {
   584          "UpdateFlowEntitlementRequest$Encryption": "The type of encryption that will be used on the output associated with this entitlement.",
   585          "UpdateFlowOutputRequest$Encryption": "The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).",
   586          "UpdateFlowSourceRequest$Decryption": "The type of encryption used on the content ingested from this source."
   587        }
   588      },
   589      "UpdateFailoverConfig": {
   590        "base": "The settings for source failover",
   591        "refs": {
   592          "UpdateFlowRequest$SourceFailoverConfig": null
   593        }
   594      },
   595      "UpdateFlowEntitlementRequest": {
   596        "base": "The updates that you want to make to a specific entitlement.",
   597        "refs": {}
   598      },
   599      "UpdateFlowEntitlementResponse": {
   600        "base": "The result of a successful UpdateFlowEntitlement request. The response includes the ARN of the flow that was updated and the updated entitlement configuration.",
   601        "refs": {}
   602      },
   603      "UpdateFlowMediaStreamRequest": {
   604        "base": "Update a media stream on a flow.",
   605        "refs": {}
   606      },
   607      "UpdateFlowMediaStreamResponse": {
   608        "base": "Update response",
   609        "refs": {}
   610      },
   611      "UpdateFlowOutputRequest": {
   612        "base": "The updates that you want to make to an existing output of an existing flow.",
   613        "refs": {}
   614      },
   615      "UpdateFlowOutputResponse": {
   616        "base": "The result of a successful UpdateFlowOutput request including the flow ARN and the updated output.",
   617        "refs": {}
   618      },
   619      "UpdateFlowRequest": {
   620        "base": "Updates an existing flow.",
   621        "refs": {}
   622      },
   623      "UpdateFlowResponse": {
   624        "base": "Updates an existing flow.",
   625        "refs": {}
   626      },
   627      "UpdateFlowSourceRequest": {
   628        "base": "The updates that you want to make to an existing source of an existing flow.",
   629        "refs": {}
   630      },
   631      "UpdateFlowSourceResponse": {
   632        "base": "The result of a successful UpdateFlowSource request. The response includes the ARN of the flow that was updated and the updated source configuration.",
   633        "refs": {}
   634      },
   635      "VpcInterface": {
   636        "base": "The settings for a VPC Source.",
   637        "refs": {
   638          "__listOfVpcInterface$member": null
   639        }
   640      },
   641      "VpcInterfaceAttachment": {
   642        "base": "The settings for attaching a VPC interface to an output.",
   643        "refs": {
   644          "AddOutputRequest$VpcInterfaceAttachment": "The name of the VPC interface attachment to use for this output.",
   645          "Output$VpcInterfaceAttachment": "The name of the VPC interface attachment to use for this output.",
   646          "UpdateFlowOutputRequest$VpcInterfaceAttachment": "The name of the VPC interface attachment to use for this output."
   647        }
   648      },
   649      "VpcInterfaceRequest": {
   650        "base": "Desired VPC Interface for a Flow",
   651        "refs": {
   652          "__listOfVpcInterfaceRequest$member": null
   653        }
   654      },
   655      "__double": {
   656        "base": null,
   657        "refs": {
   658          "EncodingParameters$CompressionFactor": "A value that is used to calculate compression for an output. The bitrate of the output is calculated as follows: Output bitrate = (1 / compressionFactor) * (source bitrate) This property only applies to outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol. Valid values are floating point numbers in the range of 3.0 to 10.0, inclusive.",
   659          "EncodingParametersRequest$CompressionFactor": "A value that is used to calculate compression for an output. The bitrate of the output is calculated as follows: Output bitrate = (1 / compressionFactor) * (source bitrate) This property only applies to outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol. Valid values are floating point numbers in the range of 3.0 to 10.0, inclusive."
   660        }
   661      },
   662      "__integer": {
   663        "base": null,
   664        "refs": {
   665          "AddMediaStreamRequest$ClockRate": "The sample rate (in Hz) for the stream. If the media stream type is video or ancillary data, set this value to 90000. If the media stream type is audio, set this value to either 48000 or 96000.",
   666          "AddMediaStreamRequest$MediaStreamId": "A unique identifier for the media stream.",
   667          "AddOutputRequest$Port": "The port to use when content is distributed to this output.",
   668          "DestinationConfiguration$DestinationPort": "The port to use when the content of the media stream is distributed to the output.",
   669          "DestinationConfigurationRequest$DestinationPort": "The port that you want MediaConnect to use when it distributes the media stream to the output.",
   670          "Entitlement$DataTransferSubscriberFeePercent": "Percentage from 0-100 of the data transfer cost to be billed to the subscriber.",
   671          "FailoverConfig$RecoveryWindow": "Search window time to look for dash-7 packets",
   672          "GrantEntitlementRequest$DataTransferSubscriberFeePercent": "Percentage from 0-100 of the data transfer cost to be billed to the subscriber.",
   673          "InputConfiguration$InputPort": "The port that the flow listens on for an incoming media stream.",
   674          "InputConfigurationRequest$InputPort": "The port that you want the flow to listen on for an incoming media stream.",
   675          "ListedEntitlement$DataTransferSubscriberFeePercent": "Percentage from 0-100 of the data transfer cost to be billed to the subscriber.",
   676          "MediaStream$ClockRate": "The sample rate for the stream. This value is measured in Hz.",
   677          "MediaStream$Fmt": "The format type number (sometimes referred to as RTP payload type) of the media stream. MediaConnect assigns this value to the media stream. For ST 2110 JPEG XS outputs, you need to provide this value to the receiver.",
   678          "MediaStream$MediaStreamId": "A unique identifier for the media stream.",
   679          "Offering$Duration": "The length of time that your reservation would be active.",
   680          "Output$DataTransferSubscriberFeePercent": "Percentage from 0-100 of the data transfer cost to be billed to the subscriber.",
   681          "Output$Port": "The port to use when content is distributed to this output.",
   682          "Reservation$Duration": "The length of time that this reservation is active. MediaConnect defines this value in the offering.",
   683          "ResourceSpecification$ReservedBitrate": "The amount of outbound bandwidth that is discounted in the offering.",
   684          "SetSourceRequest$IngestPort": "The port that the flow will be listening on for incoming content.",
   685          "SetSourceRequest$MaxSyncBuffer": "The size of the buffer (in milliseconds) to use to sync incoming source data.",
   686          "Source$DataTransferSubscriberFeePercent": "Percentage from 0-100 of the data transfer cost to be billed to the subscriber.",
   687          "Source$IngestPort": "The port that the flow will be listening on for incoming content.",
   688          "Transport$MaxSyncBuffer": "The size of the buffer (in milliseconds) to use to sync incoming source data.",
   689          "UpdateFailoverConfig$RecoveryWindow": "Recovery window time to look for dash-7 packets",
   690          "UpdateFlowMediaStreamRequest$ClockRate": "The sample rate (in Hz) for the stream. If the media stream type is video or ancillary data, set this value to 90000. If the media stream type is audio, set this value to either 48000 or 96000.",
   691          "UpdateFlowOutputRequest$Port": "The port to use when content is distributed to this output.",
   692          "UpdateFlowSourceRequest$IngestPort": "The port that the flow will be listening on for incoming content.",
   693          "UpdateFlowSourceRequest$MaxSyncBuffer": "The size of the buffer (in milliseconds) to use to sync incoming source data.",
   694          "AddOutputRequest$MaxLatency": "The maximum latency in milliseconds for Zixi-based streams.",
   695          "AddOutputRequest$MinLatency": "The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender\u2019s minimum latency and the receiver\u2019s minimum latency.",
   696          "AddOutputRequest$SmoothingLatency": "The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.",
   697          "SetSourceRequest$MaxBitrate": "The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.",
   698          "SetSourceRequest$MaxLatency": "The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.",
   699          "SetSourceRequest$MinLatency": "The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender\u2019s minimum latency and the receiver\u2019s minimum latency.",
   700          "Transport$MaxBitrate": "The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.",
   701          "Transport$MaxLatency": "The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.",
   702          "Transport$MinLatency": "The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender\u2019s minimum latency and the receiver\u2019s minimum latency.",
   703          "Transport$SmoothingLatency": "The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.",
   704          "UpdateFlowOutputRequest$MaxLatency": "The maximum latency in milliseconds for Zixi-based streams.",
   705          "UpdateFlowOutputRequest$MinLatency": "The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender\u2019s minimum latency and the receiver\u2019s minimum latency.",
   706          "UpdateFlowOutputRequest$SmoothingLatency": "The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.",
   707          "UpdateFlowSourceRequest$MaxBitrate": "The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.",
   708          "UpdateFlowSourceRequest$MaxLatency": "The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.",
   709          "UpdateFlowSourceRequest$MinLatency": "The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender\u2019s minimum latency and the receiver\u2019s minimum latency.",
   710          "__listOf__integer$member": null
   711        }
   712      },
   713      "__listOfAddMediaStreamRequest": {
   714        "base": null,
   715        "refs": {
   716          "AddFlowMediaStreamsRequest$MediaStreams": "The media streams that you want to add to the flow.",
   717          "CreateFlowRequest$MediaStreams": "The media streams that you want to add to the flow. You can associate these media streams with sources and outputs on the flow."
   718        }
   719      },
   720      "__listOfAddOutputRequest": {
   721        "base": null,
   722        "refs": {
   723          "AddFlowOutputsRequest$Outputs": "A list of outputs that you want to add.",
   724          "CreateFlowRequest$Outputs": "The outputs that you want to add to this flow."
   725        }
   726      },
   727      "__listOfDestinationConfiguration": {
   728        "base": null,
   729        "refs": {
   730          "MediaStreamOutputConfiguration$DestinationConfigurations": "The transport parameters that are associated with each outbound media stream."
   731        }
   732      },
   733      "__listOfDestinationConfigurationRequest": {
   734        "base": null,
   735        "refs": {
   736          "MediaStreamOutputConfigurationRequest$DestinationConfigurations": "The transport parameters that you want to associate with the media stream."
   737        }
   738      },
   739      "__listOfEntitlement": {
   740        "base": null,
   741        "refs": {
   742          "Flow$Entitlements": "The entitlements in this flow.",
   743          "GrantFlowEntitlementsResponse$Entitlements": "The entitlements that were just granted."
   744        }
   745      },
   746      "__listOfGrantEntitlementRequest": {
   747        "base": null,
   748        "refs": {
   749          "CreateFlowRequest$Entitlements": "The entitlements that you want to grant on a flow.",
   750          "GrantFlowEntitlementsRequest$Entitlements": "The list of entitlements that you want to grant."
   751        }
   752      },
   753      "__listOfInputConfiguration": {
   754        "base": null,
   755        "refs": {
   756          "MediaStreamSourceConfiguration$InputConfigurations": "The transport parameters that are associated with an incoming media stream."
   757        }
   758      },
   759      "__listOfInputConfigurationRequest": {
   760        "base": null,
   761        "refs": {
   762          "MediaStreamSourceConfigurationRequest$InputConfigurations": "The transport parameters that you want to associate with the media stream."
   763        }
   764      },
   765      "__listOfListedEntitlement": {
   766        "base": null,
   767        "refs": {
   768          "ListEntitlementsResponse$Entitlements": "A list of entitlements that have been granted to you from other AWS accounts."
   769        }
   770      },
   771      "__listOfListedFlow": {
   772        "base": null,
   773        "refs": {
   774          "ListFlowsResponse$Flows": "A list of flow summaries."
   775        }
   776      },
   777      "__listOfMediaStream": {
   778        "base": null,
   779        "refs": {
   780          "AddFlowMediaStreamsResponse$MediaStreams": "The media streams that you added to the flow.",
   781          "Flow$MediaStreams": "The media streams that are associated with the flow. After you associate a media stream with a source, you can also associate it with outputs on the flow."
   782        }
   783      },
   784      "__listOfMediaStreamOutputConfiguration": {
   785        "base": null,
   786        "refs": {
   787          "Output$MediaStreamOutputConfigurations": "The configuration for each media stream that is associated with the output."
   788        }
   789      },
   790      "__listOfMediaStreamOutputConfigurationRequest": {
   791        "base": null,
   792        "refs": {
   793          "AddOutputRequest$MediaStreamOutputConfigurations": "The media streams that are associated with the output, and the parameters for those associations.",
   794          "UpdateFlowOutputRequest$MediaStreamOutputConfigurations": "The media streams that are associated with the output, and the parameters for those associations."
   795        }
   796      },
   797      "__listOfMediaStreamSourceConfiguration": {
   798        "base": null,
   799        "refs": {
   800          "Source$MediaStreamSourceConfigurations": "The media streams that are associated with the source, and the parameters for those associations."
   801        }
   802      },
   803      "__listOfMediaStreamSourceConfigurationRequest": {
   804        "base": null,
   805        "refs": {
   806          "SetSourceRequest$MediaStreamSourceConfigurations": "The media streams that are associated with the source, and the parameters for those associations.",
   807          "UpdateFlowSourceRequest$MediaStreamSourceConfigurations": "The media streams that are associated with the source, and the parameters for those associations."
   808        }
   809      },
   810      "__listOfOffering": {
   811        "base": null,
   812        "refs": {
   813          "ListOfferingsResponse$Offerings": "A list of offerings that are available to this account in the current AWS Region."
   814        }
   815      },
   816      "__listOfOutput": {
   817        "base": null,
   818        "refs": {
   819          "AddFlowOutputsResponse$Outputs": "The details of the newly added outputs.",
   820          "Flow$Outputs": "The outputs in this flow."
   821        }
   822      },
   823      "__listOfReservation": {
   824        "base": null,
   825        "refs": {
   826          "ListReservationsResponse$Reservations": "A list of all reservations that have been purchased by this account in the current AWS Region."
   827        }
   828      },
   829      "__listOfSetSourceRequest": {
   830        "base": null,
   831        "refs": {
   832          "AddFlowSourcesRequest$Sources": "A list of sources that you want to add.",
   833          "CreateFlowRequest$Sources": null
   834        }
   835      },
   836      "__listOfSource": {
   837        "base": null,
   838        "refs": {
   839          "AddFlowSourcesResponse$Sources": "The details of the newly added sources.",
   840          "Flow$Sources": null
   841        }
   842      },
   843      "__listOfVpcInterface": {
   844        "base": null,
   845        "refs": {
   846          "AddFlowVpcInterfacesResponse$VpcInterfaces": "The details of the newly added VPC interfaces.",
   847          "Flow$VpcInterfaces": "The VPC Interfaces for this flow."
   848        }
   849      },
   850      "__listOfVpcInterfaceRequest": {
   851        "base": null,
   852        "refs": {
   853          "AddFlowVpcInterfacesRequest$VpcInterfaces": "A list of VPC interfaces that you want to add.",
   854          "CreateFlowRequest$VpcInterfaces": "The VPC interfaces you want on the flow."
   855        }
   856      },
   857      "__listOf__integer": {
   858        "base": null,
   859        "refs": {}
   860      },
   861      "__listOf__string": {
   862        "base": null,
   863        "refs": {
   864          "AddOutputRequest$CidrAllowList": "The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.",
   865          "Entitlement$Subscribers": "The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.",
   866          "GrantEntitlementRequest$Subscribers": "The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flows using your content as the source.",
   867          "Messages$Errors": "A list of errors that might have been generated from processes on this flow.",
   868          "RemoveFlowVpcInterfaceResponse$NonDeletedNetworkInterfaceIds": "IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.",
   869          "Transport$CidrAllowList": "The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.",
   870          "UpdateFlowEntitlementRequest$Subscribers": "The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.",
   871          "UpdateFlowOutputRequest$CidrAllowList": "The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.",
   872          "VpcInterface$NetworkInterfaceIds": "IDs of the network interfaces created in customer's account by MediaConnect.",
   873          "VpcInterface$SecurityGroupIds": "Security Group IDs to be used on ENI.",
   874          "VpcInterfaceRequest$SecurityGroupIds": "Security Group IDs to be used on ENI."
   875        }
   876      },
   877      "__mapOf__string": {
   878        "base": null,
   879        "refs": {
   880          "ListTagsForResourceResponse$Tags": "A map from tag keys to values. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.",
   881          "TagResourceRequest$Tags": "A map from tag keys to values. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters."
   882        }
   883      },
   884      "__string": {
   885        "base": null,
   886        "refs": {
   887          "AddFlowMediaStreamsResponse$FlowArn": "The ARN of the flow that you added media streams to.",
   888          "AddFlowOutputsResponse$FlowArn": "The ARN of the flow that these outputs were added to.",
   889          "AddFlowSourcesResponse$FlowArn": "The ARN of the flow that these sources were added to.",
   890          "AddFlowVpcInterfacesResponse$FlowArn": "The ARN of the flow that these VPC interfaces were added to.",
   891          "AddMediaStreamRequest$Description": "A description that can help you quickly identify what your media stream is used for.",
   892          "AddMediaStreamRequest$MediaStreamName": "A name that helps you distinguish one media stream from another.",
   893          "AddMediaStreamRequest$VideoFormat": "The resolution of the video.",
   894          "AddOutputRequest$Description": "A description of the output. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the end user.",
   895          "AddOutputRequest$Destination": "The IP address from which video will be sent to output destinations.",
   896          "AddOutputRequest$Name": "The name of the output. This value must be unique within the current flow.",
   897          "AddOutputRequest$RemoteId": "The remote ID for the Zixi-pull output stream.",
   898          "AddOutputRequest$StreamId": "The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.",
   899          "CreateFlowRequest$AvailabilityZone": "The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS Region.",
   900          "CreateFlowRequest$Name": "The name of the flow.",
   901          "DeleteFlowResponse$FlowArn": "The ARN of the flow that was deleted.",
   902          "DestinationConfiguration$DestinationIp": "The IP address where contents of the media stream will be sent.",
   903          "DestinationConfiguration$OutboundIp": "The IP address that the receiver requires in order to establish a connection with the flow. This value is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the CDI or ST 2110 JPEG XS protocol.",
   904          "DestinationConfigurationRequest$DestinationIp": "The IP address where you want MediaConnect to send contents of the media stream.",
   905          "Encryption$ConstantInitializationVector": "A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.",
   906          "Encryption$DeviceId": "The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.",
   907          "Encryption$Region": "The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.",
   908          "Encryption$ResourceId": "An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.",
   909          "Encryption$RoleArn": "The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).",
   910          "Encryption$SecretArn": "The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.",
   911          "Encryption$Url": "The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.",
   912          "Entitlement$Description": "A description of the entitlement.",
   913          "Entitlement$EntitlementArn": "The ARN of the entitlement.",
   914          "Entitlement$Name": "The name of the entitlement.",
   915          "Flow$AvailabilityZone": "The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.",
   916          "Flow$Description": "A description of the flow. This value is not used or seen outside of the current AWS Elemental MediaConnect account.",
   917          "Flow$EgressIp": "The IP address from which video will be sent to output destinations.",
   918          "Flow$FlowArn": "The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.",
   919          "Flow$Name": "The name of the flow.",
   920          "Fmtp$ChannelOrder": "The format of the audio channel.",
   921          "Fmtp$ExactFramerate": "The frame rate for the video stream, in frames/second. For example: 60000/1001. If you specify a whole number, MediaConnect uses a ratio of N/1. For example, if you specify 60, MediaConnect uses 60/1 as the exactFramerate.",
   922          "Fmtp$Par": "The pixel aspect ratio (PAR) of the video.",
   923          "FmtpRequest$ChannelOrder": "The format of the audio channel.",
   924          "FmtpRequest$ExactFramerate": "The frame rate for the video stream, in frames/second. For example: 60000/1001. If you specify a whole number, MediaConnect uses a ratio of N/1. For example, if you specify 60, MediaConnect uses 60/1 as the exactFramerate.",
   925          "FmtpRequest$Par": "The pixel aspect ratio (PAR) of the video.",
   926          "GrantEntitlementRequest$Description": "A description of the entitlement. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the subscriber or end user.",
   927          "GrantEntitlementRequest$Name": "The name of the entitlement. This value must be unique within the current flow.",
   928          "GrantFlowEntitlementsResponse$FlowArn": "The ARN of the flow that these entitlements were granted to.",
   929          "InputConfiguration$InputIp": "The IP address that the flow listens on for incoming content for a media stream.",
   930          "Interface$Name": "The name of the VPC interface.",
   931          "InterfaceRequest$Name": "The name of the VPC interface.",
   932          "ListEntitlementsResponse$NextToken": "The token that identifies which batch of results that you want to see. For example, you submit a ListEntitlements 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 ListEntitlements request a second time and specify the NextToken value.",
   933          "ListFlowsResponse$NextToken": "The token that identifies which batch of results that you want to see. For example, you submit a ListFlows 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 ListFlows request a second time and specify the NextToken value.",
   934          "ListOfferingsResponse$NextToken": "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.",
   935          "ListReservationsResponse$NextToken": "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.",
   936          "ListedEntitlement$EntitlementArn": "The ARN of the entitlement.",
   937          "ListedEntitlement$EntitlementName": "The name of the entitlement.",
   938          "ListedFlow$AvailabilityZone": "The Availability Zone that the flow was created in.",
   939          "ListedFlow$Description": "A description of the flow.",
   940          "ListedFlow$FlowArn": "The ARN of the flow.",
   941          "ListedFlow$Name": "The name of the flow.",
   942          "MediaStream$Description": "A description that can help you quickly identify what your media stream is used for.",
   943          "MediaStream$MediaStreamName": "A name that helps you distinguish one media stream from another.",
   944          "MediaStream$VideoFormat": "The resolution of the video.",
   945          "MediaStreamAttributes$Lang": "The audio language, in a format that is recognized by the receiver.",
   946          "MediaStreamAttributesRequest$Lang": "The audio language, in a format that is recognized by the receiver.",
   947          "MediaStreamOutputConfiguration$MediaStreamName": "The name of the media stream.",
   948          "MediaStreamOutputConfigurationRequest$MediaStreamName": "The name of the media stream that is associated with the output.",
   949          "MediaStreamSourceConfiguration$MediaStreamName": "The name of the media stream.",
   950          "MediaStreamSourceConfigurationRequest$MediaStreamName": "The name of the media stream.",
   951          "Offering$CurrencyCode": "The type of currency that is used for billing. The currencyCode used for all reservations is US dollars.",
   952          "Offering$OfferingArn": "The Amazon Resource Name (ARN) that MediaConnect assigns to the offering.",
   953          "Offering$OfferingDescription": "A description of the offering.",
   954          "Offering$PricePerUnit": "The cost of a single unit. This value, in combination with priceUnits, makes up the rate.",
   955          "Output$Description": "A description of the output.",
   956          "Output$Destination": "The address where you want to send the output.",
   957          "Output$EntitlementArn": "The ARN of the entitlement on the originator''s flow. This value is relevant only on entitled flows.",
   958          "Output$ListenerAddress": "The IP address that the receiver requires in order to establish a connection with the flow. For public networking, the ListenerAddress is represented by the elastic IP address of the flow. For private networking, the ListenerAddress is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the Zixi pull or SRT listener protocol.",
   959          "Output$MediaLiveInputArn": "The input ARN of the AWS Elemental MediaLive channel. This parameter is relevant only for outputs that were added by creating a MediaLive input.",
   960          "Output$Name": "The name of the output. This value must be unique within the current flow.",
   961          "Output$OutputArn": "The ARN of the output.",
   962          "PurchaseOfferingRequest$ReservationName": "The name that you want to use for the reservation.",
   963          "PurchaseOfferingRequest$Start": "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.",
   964          "RemoveFlowMediaStreamResponse$FlowArn": "The Amazon Resource Name (ARN) of the flow.",
   965          "RemoveFlowMediaStreamResponse$MediaStreamName": "The name of the media stream that was removed.",
   966          "RemoveFlowOutputResponse$FlowArn": "The ARN of the flow that is associated with the output you removed.",
   967          "RemoveFlowOutputResponse$OutputArn": "The ARN of the output that was removed.",
   968          "RemoveFlowSourceResponse$FlowArn": "The ARN of the flow that is associated with the source you removed.",
   969          "RemoveFlowSourceResponse$SourceArn": "The ARN of the source that was removed.",
   970          "RemoveFlowVpcInterfaceResponse$FlowArn": "The ARN of the flow that is associated with the VPC interface you removed.",
   971          "RemoveFlowVpcInterfaceResponse$VpcInterfaceName": "The name of the VPC interface that was removed.",
   972          "Reservation$CurrencyCode": "The type of currency that is used for billing. The currencyCode used for your reservation is US dollars.",
   973          "Reservation$End": "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.",
   974          "Reservation$OfferingArn": "The Amazon Resource Name (ARN) that MediaConnect assigns to the offering.",
   975          "Reservation$OfferingDescription": "A description of the offering. MediaConnect defines this value in the offering.",
   976          "Reservation$PricePerUnit": "The cost of a single unit. This value, in combination with priceUnits, makes up the rate. MediaConnect defines this value in the offering.",
   977          "Reservation$ReservationArn": "The Amazon Resource Name (ARN) that MediaConnect assigns to the reservation when you purchase an offering.",
   978          "Reservation$ReservationName": "The name that you assigned to the reservation when you purchased the offering.",
   979          "Reservation$Start": "The day and time that the reservation becomes active. You set this value when you purchase the offering.",
   980          "ResponseError$Message": "The error message returned by AWS Elemental MediaConnect.",
   981          "RevokeFlowEntitlementResponse$EntitlementArn": "The ARN of the entitlement that was revoked.",
   982          "RevokeFlowEntitlementResponse$FlowArn": "The ARN of the flow that the entitlement was revoked from.",
   983          "SetSourceRequest$Description": "A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.",
   984          "SetSourceRequest$EntitlementArn": "The ARN of the entitlement that allows you to subscribe to this flow. The entitlement is set by the flow originator, and the ARN is generated as part of the originator's flow.",
   985          "SetSourceRequest$Name": "The name of the source.",
   986          "SetSourceRequest$StreamId": "The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.",
   987          "SetSourceRequest$VpcInterfaceName": "The name of the VPC interface to use for this source.",
   988          "SetSourceRequest$WhitelistCidr": "The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.",
   989          "Source$Description": "A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.",
   990          "Source$EntitlementArn": "The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.",
   991          "Source$IngestIp": "The IP address that the flow will be listening on for incoming content.",
   992          "Source$Name": "The name of the source.",
   993          "Source$SourceArn": "The ARN of the source.",
   994          "Source$VpcInterfaceName": "The name of the VPC interface that is used for this source.",
   995          "Source$WhitelistCidr": "The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.",
   996          "SourcePriority$PrimarySource": "The name of the source you choose as the primary source for this flow.",
   997          "StartFlowResponse$FlowArn": "The ARN of the flow that you started.",
   998          "StopFlowResponse$FlowArn": "The ARN of the flow that you stopped.",
   999          "Transport$RemoteId": "The remote ID for the Zixi-pull stream.",
  1000          "Transport$StreamId": "The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.",
  1001          "UpdateEncryption$ConstantInitializationVector": "A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.",
  1002          "UpdateEncryption$DeviceId": "The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.",
  1003          "UpdateEncryption$Region": "The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.",
  1004          "UpdateEncryption$ResourceId": "An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.",
  1005          "UpdateEncryption$RoleArn": "The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).",
  1006          "UpdateEncryption$SecretArn": "The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.",
  1007          "UpdateEncryption$Url": "The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.",
  1008          "UpdateFlowEntitlementRequest$Description": "A description of the entitlement. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the subscriber or end user.",
  1009          "UpdateFlowEntitlementResponse$FlowArn": "The ARN of the flow that this entitlement was granted on.",
  1010          "UpdateFlowMediaStreamRequest$Description": "Description",
  1011          "UpdateFlowMediaStreamRequest$VideoFormat": "The resolution of the video.",
  1012          "UpdateFlowMediaStreamResponse$FlowArn": "The ARN of the flow that is associated with the media stream that you updated.",
  1013          "UpdateFlowOutputRequest$Description": "A description of the output. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the end user.",
  1014          "UpdateFlowOutputRequest$Destination": "The IP address where you want to send the output.",
  1015          "UpdateFlowOutputRequest$RemoteId": "The remote ID for the Zixi-pull stream.",
  1016          "UpdateFlowOutputRequest$StreamId": "The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.",
  1017          "UpdateFlowOutputResponse$FlowArn": "The ARN of the flow that is associated with the updated output.",
  1018          "UpdateFlowSourceRequest$Description": "A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.",
  1019          "UpdateFlowSourceRequest$EntitlementArn": "The ARN of the entitlement that allows you to subscribe to this flow. The entitlement is set by the flow originator, and the ARN is generated as part of the originator's flow.",
  1020          "UpdateFlowSourceRequest$StreamId": "The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.",
  1021          "UpdateFlowSourceRequest$VpcInterfaceName": "The name of the VPC interface to use for this source.",
  1022          "UpdateFlowSourceRequest$WhitelistCidr": "The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.",
  1023          "UpdateFlowSourceResponse$FlowArn": "The ARN of the flow that you want to update.",
  1024          "VpcInterface$Name": "Immutable and has to be a unique against other VpcInterfaces in this Flow",
  1025          "VpcInterface$RoleArn": "Role Arn MediaConnect can assumes to create ENIs in customer's account",
  1026          "VpcInterface$SubnetId": "Subnet must be in the AZ of the Flow",
  1027          "VpcInterfaceAttachment$VpcInterfaceName": "The name of the VPC interface to use for this output.",
  1028          "VpcInterfaceRequest$Name": "The name of the VPC Interface. This value must be unique within the current flow.",
  1029          "VpcInterfaceRequest$RoleArn": "Role Arn MediaConnect can assumes to create ENIs in customer's account",
  1030          "VpcInterfaceRequest$SubnetId": "Subnet must be in the AZ of the Flow",
  1031          "__listOf__string$member": null,
  1032          "__mapOf__string$member": null
  1033        }
  1034      }
  1035    }
  1036  }