|
4031 | 4031 | "CreateQueueRequest": {
|
4032 | 4032 | "type": "structure",
|
4033 | 4033 | "members": {
|
| 4034 | + "ConcurrentJobs": { |
| 4035 | + "shape": "__integer", |
| 4036 | + "locationName": "concurrentJobs", |
| 4037 | + "documentation": "Specify the maximum number of jobs your queue can process concurrently. For on-demand queues, the value you enter is constrained by your service quotas for Maximum concurrent jobs, per on-demand queue and Maximum concurrent jobs, per account. For reserved queues, specify the number of jobs you can process concurrently in your reservation plan instead." |
| 4038 | + }, |
4034 | 4039 | "Description": {
|
4035 | 4040 | "shape": "__string",
|
4036 | 4041 | "locationName": "description",
|
|
8947 | 8952 | "shape": "__listOfQueue",
|
8948 | 8953 | "locationName": "queues",
|
8949 | 8954 | "documentation": "List of queues."
|
| 8955 | + }, |
| 8956 | + "TotalConcurrentJobs": { |
| 8957 | + "shape": "__integer", |
| 8958 | + "locationName": "totalConcurrentJobs", |
| 8959 | + "documentation": "The maximum number of jobs that MediaConvert can process at one time, across all of your on-demand queues in the current AWS Region." |
| 8960 | + }, |
| 8961 | + "UnallocatedConcurrentJobs": { |
| 8962 | + "shape": "__integer", |
| 8963 | + "locationName": "unallocatedConcurrentJobs", |
| 8964 | + "documentation": "The remaining number of concurrent jobs that are not associated with a queue and are available to allocate to a queue. You can allocate these jobs when you create or update a queue." |
8950 | 8965 | }
|
8951 | 8966 | }
|
8952 | 8967 | },
|
|
11275 | 11290 | "locationName": "arn",
|
11276 | 11291 | "documentation": "An identifier for this resource that is unique within all of AWS."
|
11277 | 11292 | },
|
| 11293 | + "ConcurrentJobs": { |
| 11294 | + "shape": "__integer", |
| 11295 | + "locationName": "concurrentJobs", |
| 11296 | + "documentation": "The maximum number of jobs your queue can process concurrently." |
| 11297 | + }, |
11278 | 11298 | "CreatedAt": {
|
11279 | 11299 | "shape": "__timestampUnix",
|
11280 | 11300 | "locationName": "createdAt",
|
|
11310 | 11330 | "locationName": "reservationPlan",
|
11311 | 11331 | "documentation": "Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues."
|
11312 | 11332 | },
|
| 11333 | + "ServiceOverrides": { |
| 11334 | + "shape": "__listOfServiceOverride", |
| 11335 | + "locationName": "serviceOverrides", |
| 11336 | + "documentation": "A list of any service overrides applied by MediaConvert to the settings that you have configured. If you see any overrides, we recommend that you contact AWS Support." |
| 11337 | + }, |
11313 | 11338 | "Status": {
|
11314 | 11339 | "shape": "QueueStatus",
|
11315 | 11340 | "locationName": "status",
|
|
11728 | 11753 | }
|
11729 | 11754 | }
|
11730 | 11755 | },
|
| 11756 | + "ServiceOverride": { |
| 11757 | + "type": "structure", |
| 11758 | + "members": { |
| 11759 | + "Message": { |
| 11760 | + "shape": "__string", |
| 11761 | + "locationName": "message", |
| 11762 | + "documentation": "Details about the service override that MediaConvert has applied." |
| 11763 | + }, |
| 11764 | + "Name": { |
| 11765 | + "shape": "__string", |
| 11766 | + "locationName": "name", |
| 11767 | + "documentation": "The name of the setting that MediaConvert has applied an override to." |
| 11768 | + }, |
| 11769 | + "OverrideValue": { |
| 11770 | + "shape": "__string", |
| 11771 | + "locationName": "overrideValue", |
| 11772 | + "documentation": "The current value of the service override that MediaConvert has applied." |
| 11773 | + }, |
| 11774 | + "Value": { |
| 11775 | + "shape": "__string", |
| 11776 | + "locationName": "value", |
| 11777 | + "documentation": "The value of the setting that you configured, prior to any overrides that MediaConvert has applied." |
| 11778 | + } |
| 11779 | + }, |
| 11780 | + "documentation": "A service override applied by MediaConvert to the settings that you have configured. If you see any overrides, we recommend that you contact AWS Support." |
| 11781 | + }, |
11731 | 11782 | "SimulateReservedQueue": {
|
11732 | 11783 | "type": "string",
|
11733 | 11784 | "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.",
|
|
12340 | 12391 | "UpdateQueueRequest": {
|
12341 | 12392 | "type": "structure",
|
12342 | 12393 | "members": {
|
| 12394 | + "ConcurrentJobs": { |
| 12395 | + "shape": "__integer", |
| 12396 | + "locationName": "concurrentJobs", |
| 12397 | + "documentation": "Specify the maximum number of jobs your queue can process concurrently. For on-demand queues, the value you enter is constrained by your service quotas for Maximum concurrent jobs, per on-demand queue and Maximum concurrent jobs, per account. For reserved queues, update your reservation plan instead in order to increase your yearly commitment." |
| 12398 | + }, |
12343 | 12399 | "Description": {
|
12344 | 12400 | "shape": "__string",
|
12345 | 12401 | "locationName": "description",
|
|
14432 | 14488 | "shape": "QueueTransition"
|
14433 | 14489 | }
|
14434 | 14490 | },
|
| 14491 | + "__listOfServiceOverride": { |
| 14492 | + "type": "list", |
| 14493 | + "member": { |
| 14494 | + "shape": "ServiceOverride" |
| 14495 | + } |
| 14496 | + }, |
14435 | 14497 | "__listOfTeletextPageType": {
|
14436 | 14498 | "type": "list",
|
14437 | 14499 | "member": {
|
|
0 commit comments