|
1264 | 1264 | "documentation": "Specify the conditions when the service will run your job with accelerated transcoding."
|
1265 | 1265 | }
|
1266 | 1266 | },
|
1267 |
| - "documentation": "Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.", |
| 1267 | + "documentation": "Accelerated transcoding can significantly speed up jobs with long, visually complex content.", |
1268 | 1268 | "required": [
|
1269 | 1269 | "Mode"
|
1270 | 1270 | ]
|
|
1824 | 1824 | },
|
1825 | 1825 | "BillingTagsSource": {
|
1826 | 1826 | "type": "string",
|
1827 |
| - "documentation": "Optional. Choose a tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any billing report that you set up. Any transcoding outputs that don't have an associated tag will appear in your billing report unsorted. If you don't choose a valid value for this field, your job outputs will appear on the billing report unsorted.", |
| 1827 | + "documentation": "The tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any billing report that you set up.", |
1828 | 1828 | "enum": [
|
1829 | 1829 | "QUEUE",
|
1830 | 1830 | "PRESET",
|
|
2664 | 2664 | "AccelerationSettings": {
|
2665 | 2665 | "shape": "AccelerationSettings",
|
2666 | 2666 | "locationName": "accelerationSettings",
|
2667 |
| - "documentation": "Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide." |
| 2667 | + "documentation": "Optional. Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide." |
2668 | 2668 | },
|
2669 | 2669 | "BillingTagsSource": {
|
2670 | 2670 | "shape": "BillingTagsSource",
|
|
2674 | 2674 | "ClientRequestToken": {
|
2675 | 2675 | "shape": "__string",
|
2676 | 2676 | "locationName": "clientRequestToken",
|
2677 |
| - "documentation": "Idempotency token for CreateJob operation.", |
| 2677 | + "documentation": "Optional. Idempotency token for CreateJob operation.", |
2678 | 2678 | "idempotencyToken": true
|
2679 | 2679 | },
|
| 2680 | + "HopDestinations": { |
| 2681 | + "shape": "__listOfHopDestination", |
| 2682 | + "locationName": "hopDestinations", |
| 2683 | + "documentation": "Optional. Use queue hopping to avoid overly long waits in the backlog of the queue that you submit your job to. Specify an alternate queue and the maximum time that your job will wait in the initial queue before hopping. For more information about this feature, see the AWS Elemental MediaConvert User Guide." |
| 2684 | + }, |
2680 | 2685 | "JobTemplate": {
|
2681 | 2686 | "shape": "__string",
|
2682 | 2687 | "locationName": "jobTemplate",
|
2683 |
| - "documentation": "When you create a job, you can either specify a job template or specify the transcoding settings individually" |
| 2688 | + "documentation": "Optional. When you create a job, you can either specify a job template or specify the transcoding settings individually." |
2684 | 2689 | },
|
2685 | 2690 | "Priority": {
|
2686 | 2691 | "shape": "__integerMinNegative50Max50",
|
2687 | 2692 | "locationName": "priority",
|
2688 |
| - "documentation": "Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0." |
| 2693 | + "documentation": "Optional. Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0." |
2689 | 2694 | },
|
2690 | 2695 | "Queue": {
|
2691 | 2696 | "shape": "__string",
|
|
2705 | 2710 | "SimulateReservedQueue": {
|
2706 | 2711 | "shape": "SimulateReservedQueue",
|
2707 | 2712 | "locationName": "simulateReservedQueue",
|
2708 |
| - "documentation": "Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need. When this is enabled, MediaConvert runs your job from an on-demand queue with similar performance to what you will see with one RTS in a reserved queue. This setting is disabled by default." |
| 2713 | + "documentation": "Optional. Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need. When this is enabled, MediaConvert runs your job from an on-demand queue with similar performance to what you will see with one RTS in a reserved queue. This setting is disabled by default." |
2709 | 2714 | },
|
2710 | 2715 | "StatusUpdateInterval": {
|
2711 | 2716 | "shape": "StatusUpdateInterval",
|
2712 | 2717 | "locationName": "statusUpdateInterval",
|
2713 |
| - "documentation": "Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error." |
| 2718 | + "documentation": "Optional. Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error." |
2714 | 2719 | },
|
2715 | 2720 | "Tags": {
|
2716 | 2721 | "shape": "__mapOf__string",
|
2717 | 2722 | "locationName": "tags",
|
2718 |
| - "documentation": "The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key." |
| 2723 | + "documentation": "Optional. The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key." |
2719 | 2724 | },
|
2720 | 2725 | "UserMetadata": {
|
2721 | 2726 | "shape": "__mapOf__string",
|
2722 | 2727 | "locationName": "userMetadata",
|
2723 |
| - "documentation": "User-defined metadata that you want to associate with an MediaConvert job. You specify metadata in key/value pairs." |
| 2728 | + "documentation": "Optional. User-defined metadata that you want to associate with an MediaConvert job. You specify metadata in key/value pairs." |
2724 | 2729 | }
|
2725 | 2730 | },
|
2726 | 2731 | "required": [
|
|
2756 | 2761 | "locationName": "description",
|
2757 | 2762 | "documentation": "Optional. A description of the job template you are creating."
|
2758 | 2763 | },
|
| 2764 | + "HopDestinations": { |
| 2765 | + "shape": "__listOfHopDestination", |
| 2766 | + "locationName": "hopDestinations", |
| 2767 | + "documentation": "Optional. Use queue hopping to avoid overly long waits in the backlog of the queue that you submit your job to. Specify an alternate queue and the maximum time that your job will wait in the initial queue before hopping. For more information about this feature, see the AWS Elemental MediaConvert User Guide." |
| 2768 | + }, |
2759 | 2769 | "Name": {
|
2760 | 2770 | "shape": "__string",
|
2761 | 2771 | "locationName": "name",
|
|
5589 | 5599 | "TDRL"
|
5590 | 5600 | ]
|
5591 | 5601 | },
|
| 5602 | + "HopDestination": { |
| 5603 | + "type": "structure", |
| 5604 | + "members": { |
| 5605 | + "Priority": { |
| 5606 | + "shape": "__integerMinNegative50Max50", |
| 5607 | + "locationName": "priority", |
| 5608 | + "documentation": "Optional. When you set up a job to use queue hopping, you can specify a different relative priority for the job in the destination queue. If you don't specify, the relative priority will remain the same as in the previous queue." |
| 5609 | + }, |
| 5610 | + "Queue": { |
| 5611 | + "shape": "__string", |
| 5612 | + "locationName": "queue", |
| 5613 | + "documentation": "Optional unless the job is submitted on the default queue. When you set up a job to use queue hopping, you can specify a destination queue. This queue cannot be the original queue to which the job is submitted. If the original queue isn't the default queue and you don't specify the destination queue, the job will move to the default queue." |
| 5614 | + }, |
| 5615 | + "WaitMinutes": { |
| 5616 | + "shape": "__integer", |
| 5617 | + "locationName": "waitMinutes", |
| 5618 | + "documentation": "Required for setting up a job to use queue hopping. Minimum wait time in minutes until the job can hop to the destination queue. Valid range is 1 to 1440 minutes, inclusive." |
| 5619 | + } |
| 5620 | + }, |
| 5621 | + "documentation": "Optional. Configuration for a destination queue to which the job can hop once a customer-defined minimum wait time has passed." |
| 5622 | + }, |
5592 | 5623 | "Id3Insertion": {
|
5593 | 5624 | "type": "structure",
|
5594 | 5625 | "members": {
|
|
6013 | 6044 | "BillingTagsSource": {
|
6014 | 6045 | "shape": "BillingTagsSource",
|
6015 | 6046 | "locationName": "billingTagsSource",
|
6016 |
| - "documentation": "Optional. Choose a tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any billing report that you set up. Any transcoding outputs that don't have an associated tag will appear in your billing report unsorted. If you don't choose a valid value for this field, your job outputs will appear on the billing report unsorted." |
| 6047 | + "documentation": "The tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any billing report that you set up." |
6017 | 6048 | },
|
6018 | 6049 | "CreatedAt": {
|
6019 | 6050 | "shape": "__timestampUnix",
|
|
6035 | 6066 | "locationName": "errorMessage",
|
6036 | 6067 | "documentation": "Error message of Job"
|
6037 | 6068 | },
|
| 6069 | + "HopDestinations": { |
| 6070 | + "shape": "__listOfHopDestination", |
| 6071 | + "locationName": "hopDestinations", |
| 6072 | + "documentation": "Optional list of hop destinations." |
| 6073 | + }, |
6038 | 6074 | "Id": {
|
6039 | 6075 | "shape": "__string",
|
6040 | 6076 | "locationName": "id",
|
|
6068 | 6104 | "Queue": {
|
6069 | 6105 | "shape": "__string",
|
6070 | 6106 | "locationName": "queue",
|
6071 |
| - "documentation": "Optional. When you create a job, you can specify a queue to send it to. If you don't specify, the job will go to the default queue. For more about queues, see the User Guide topic at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html" |
| 6107 | + "documentation": "When you create a job, you can specify a queue to send it to. If you don't specify, the job will go to the default queue. For more about queues, see the User Guide topic at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html" |
| 6108 | + }, |
| 6109 | + "QueueTransitions": { |
| 6110 | + "shape": "__listOfQueueTransition", |
| 6111 | + "locationName": "queueTransitions", |
| 6112 | + "documentation": "The job's queue hopping history." |
6072 | 6113 | },
|
6073 | 6114 | "RetryCount": {
|
6074 | 6115 | "shape": "__integer",
|
|
6232 | 6273 | "locationName": "description",
|
6233 | 6274 | "documentation": "An optional description you create for each job template."
|
6234 | 6275 | },
|
| 6276 | + "HopDestinations": { |
| 6277 | + "shape": "__listOfHopDestination", |
| 6278 | + "locationName": "hopDestinations", |
| 6279 | + "documentation": "Optional list of hop destinations." |
| 6280 | + }, |
6235 | 6281 | "LastUpdated": {
|
6236 | 6282 | "shape": "__timestampUnix",
|
6237 | 6283 | "locationName": "lastUpdated",
|
|
6561 | 6607 | "Order": {
|
6562 | 6608 | "shape": "Order",
|
6563 | 6609 | "locationName": "order",
|
6564 |
| - "documentation": "When you request lists of resources, you can optionally specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.", |
| 6610 | + "documentation": "Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.", |
6565 | 6611 | "location": "querystring"
|
6566 | 6612 | }
|
6567 | 6613 | }
|
|
6593 | 6639 | "NextToken": {
|
6594 | 6640 | "shape": "__string",
|
6595 | 6641 | "locationName": "nextToken",
|
6596 |
| - "documentation": "Use this string, provided with the response to a previous request, to request the next batch of jobs.", |
| 6642 | + "documentation": "Optional. Use this string, provided with the response to a previous request, to request the next batch of jobs.", |
6597 | 6643 | "location": "querystring"
|
6598 | 6644 | },
|
6599 | 6645 | "Order": {
|
6600 | 6646 | "shape": "Order",
|
6601 | 6647 | "locationName": "order",
|
6602 |
| - "documentation": "When you request lists of resources, you can optionally specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.", |
| 6648 | + "documentation": "Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.", |
6603 | 6649 | "location": "querystring"
|
6604 | 6650 | },
|
6605 | 6651 | "Queue": {
|
6606 | 6652 | "shape": "__string",
|
6607 | 6653 | "locationName": "queue",
|
6608 |
| - "documentation": "Provide a queue name to get back only jobs from that queue.", |
| 6654 | + "documentation": "Optional. Provide a queue name to get back only jobs from that queue.", |
6609 | 6655 | "location": "querystring"
|
6610 | 6656 | },
|
6611 | 6657 | "Status": {
|
6612 | 6658 | "shape": "JobStatus",
|
6613 | 6659 | "locationName": "status",
|
6614 |
| - "documentation": "A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.", |
| 6660 | + "documentation": "Optional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.", |
6615 | 6661 | "location": "querystring"
|
6616 | 6662 | }
|
6617 | 6663 | }
|
|
6661 | 6707 | "Order": {
|
6662 | 6708 | "shape": "Order",
|
6663 | 6709 | "locationName": "order",
|
6664 |
| - "documentation": "When you request lists of resources, you can optionally specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.", |
| 6710 | + "documentation": "Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.", |
6665 | 6711 | "location": "querystring"
|
6666 | 6712 | }
|
6667 | 6713 | }
|
|
6705 | 6751 | "Order": {
|
6706 | 6752 | "shape": "Order",
|
6707 | 6753 | "locationName": "order",
|
6708 |
| - "documentation": "When you request lists of resources, you can optionally specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.", |
| 6754 | + "documentation": "Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.", |
6709 | 6755 | "location": "querystring"
|
6710 | 6756 | }
|
6711 | 6757 | }
|
|
7997 | 8043 | },
|
7998 | 8044 | "Order": {
|
7999 | 8045 | "type": "string",
|
8000 |
| - "documentation": "When you request lists of resources, you can optionally specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.", |
| 8046 | + "documentation": "Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.", |
8001 | 8047 | "enum": [
|
8002 | 8048 | "ASCENDING",
|
8003 | 8049 | "DESCENDING"
|
|
8476 | 8522 | "PAUSED"
|
8477 | 8523 | ]
|
8478 | 8524 | },
|
| 8525 | + "QueueTransition": { |
| 8526 | + "type": "structure", |
| 8527 | + "members": { |
| 8528 | + "DestinationQueue": { |
| 8529 | + "shape": "__string", |
| 8530 | + "locationName": "destinationQueue", |
| 8531 | + "documentation": "The queue that the job was on after the transition." |
| 8532 | + }, |
| 8533 | + "SourceQueue": { |
| 8534 | + "shape": "__string", |
| 8535 | + "locationName": "sourceQueue", |
| 8536 | + "documentation": "The queue that the job was on before the transition." |
| 8537 | + }, |
| 8538 | + "Timestamp": { |
| 8539 | + "shape": "__timestampUnix", |
| 8540 | + "locationName": "timestamp", |
| 8541 | + "documentation": "The time, in Unix epoch format, that the job moved from the source queue to the destination queue." |
| 8542 | + } |
| 8543 | + }, |
| 8544 | + "documentation": "Description of the source and destination queues between which the job has moved, along with the timestamp of the move" |
| 8545 | + }, |
8479 | 8546 | "Rectangle": {
|
8480 | 8547 | "type": "structure",
|
8481 | 8548 | "members": {
|
|
9095 | 9162 | "locationName": "description",
|
9096 | 9163 | "documentation": "The new description for the job template, if you are changing it."
|
9097 | 9164 | },
|
| 9165 | + "HopDestinations": { |
| 9166 | + "shape": "__listOfHopDestination", |
| 9167 | + "locationName": "hopDestinations", |
| 9168 | + "documentation": "Optional list of hop destinations." |
| 9169 | + }, |
9098 | 9170 | "Name": {
|
9099 | 9171 | "shape": "__string",
|
9100 | 9172 | "locationName": "name",
|
|
9947 | 10019 | "shape": "HlsCaptionLanguageMapping"
|
9948 | 10020 | }
|
9949 | 10021 | },
|
| 10022 | + "__listOfHopDestination": { |
| 10023 | + "type": "list", |
| 10024 | + "member": { |
| 10025 | + "shape": "HopDestination" |
| 10026 | + } |
| 10027 | + }, |
9950 | 10028 | "__listOfId3Insertion": {
|
9951 | 10029 | "type": "list",
|
9952 | 10030 | "member": {
|
|
10037 | 10115 | "shape": "Queue"
|
10038 | 10116 | }
|
10039 | 10117 | },
|
| 10118 | + "__listOfQueueTransition": { |
| 10119 | + "type": "list", |
| 10120 | + "member": { |
| 10121 | + "shape": "QueueTransition" |
| 10122 | + } |
| 10123 | + }, |
10040 | 10124 | "__listOfTeletextPageType": {
|
10041 | 10125 | "type": "list",
|
10042 | 10126 | "member": {
|
|
0 commit comments