Module Awso_deadline.ValuesSource

Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule AcceleratorRuntime : sig ... end
Sourcemodule AcceleratorName : sig ... end
Sourcemodule AcceleratorSelection : sig ... end

Describes a specific GPU accelerator required for an Amazon Elastic Compute Cloud worker host.

Sourcemodule AcceleratorSelections : sig ... end
Sourcemodule MinZeroMaxInteger : sig ... end
Sourcemodule AcceleratorCountRange : sig ... end

Defines the maximum and minimum number of GPU accelerators required for a worker instance..

Sourcemodule AcceleratorCapabilities : sig ... end

Provides information about the GPU accelerators used for jobs processed by a fleet. Accelerator capabilities cannot be used with wait-and-save fleets. If you specify accelerator capabilities, you must use either spot or on-demand instance market options. Each accelerator type maps to specific EC2 instance families: t4: Uses G4dn instance family a10g: Uses G5 instance family l4: Uses G6 and Gr6 instance families l40s: Uses G6e instance family rtx-pro-server-6000: Uses G7e instance family

Defines the maximum and minimum amount of memory, in MiB, to use for the accelerator.

Sourcemodule AcceleratorType : sig ... end
Sourcemodule AcceleratorTypes : sig ... end
Sourcemodule String_ : sig ... end
Sourcemodule ExceptionContext : sig ... end
Sourcemodule AccessDeniedException : sig ... end

You don't have permission to perform the action.

Sourcemodule AccessKeyId : sig ... end
Sourcemodule MinOneMaxInteger : sig ... end
Sourcemodule LimitId : sig ... end
Sourcemodule AcquiredLimit : sig ... end

Provides information about the number of resources used.

Sourcemodule AcquiredLimits : sig ... end
Sourcemodule AggregationId : sig ... end
Sourcemodule StorageProfileId : sig ... end
Sourcemodule AllowedStorageProfileIds : sig ... end
Sourcemodule AmountCapabilityName : sig ... end
Sourcemodule AmountRequirementName : sig ... end
Sourcemodule EnvironmentId : sig ... end

The assigned starting environment for a worker during session.

The assigned environment when a worker exits a session.

Sourcemodule QueueId : sig ... end
Sourcemodule LogParameters : sig ... end
Sourcemodule LogOptions : sig ... end
Sourcemodule LogError : sig ... end
Sourcemodule LogDriver : sig ... end
Sourcemodule LogConfiguration : sig ... end

Log configuration details.

Sourcemodule JobId : sig ... end
Sourcemodule SessionActionId : sig ... end
Sourcemodule PathString : sig ... end
Sourcemodule ParameterString : sig ... end
Sourcemodule IntString : sig ... end
Sourcemodule FloatString : sig ... end
Sourcemodule TaskParameterValue : sig ... end

The data types for the task parameters.

Sourcemodule TaskParameters : sig ... end
Sourcemodule TaskId : sig ... end
Sourcemodule StepId : sig ... end

The specific task, step, and parameters to include.

The assigned session action definition for syncing input job attachments.

The definition of the assigned session action.

Sourcemodule AssignedSessionAction : sig ... end

The action for a session defined by the session action ID.

Sourcemodule AssignedSessionActions : sig ... end
Sourcemodule AssignedSession : sig ... end

The assigned session for the worker.

Sourcemodule SessionId : sig ... end
Sourcemodule AssignedSessions : sig ... end
Sourcemodule PrincipalType : sig ... end
Sourcemodule MembershipLevel : sig ... end
Sourcemodule IdentityStoreId : sig ... end
Sourcemodule IdentityCenterPrincipalId : sig ... end
Sourcemodule FarmId : sig ... end

Shared member fields for Associate inputs and {Resource}Member response structures. principalId is excluded because it has @httpLabel on inputs but not on responses.

Sourcemodule ValidationExceptionReason : sig ... end
Sourcemodule ValidationExceptionField : sig ... end

The details of a validation exception.

Sourcemodule ValidationException : sig ... end

The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.

Sourcemodule Integer : sig ... end
Sourcemodule ThrottlingException : sig ... end

Your request exceeded a request rate quota.

You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.

Sourcemodule ResourceNotFoundException : sig ... end

The requested resource can't be found.

Deadline Cloud can't process your request right now. Try again later.

Assigns a farm membership level to a member.

Sourcemodule FleetId : sig ... end

Shared member fields for Associate inputs and {Resource}Member response structures. principalId is excluded because it has @httpLabel on inputs but not on responses.

Assigns a fleet membership level to a member.

Shared member fields for Associate inputs and {Resource}Member response structures. principalId is excluded because it has @httpLabel on inputs but not on responses.

Assigns a job membership level to a member

Shared member fields for Associate inputs and {Resource}Member response structures. principalId is excluded because it has @httpLabel on inputs but not on responses.

Assigns a queue membership level to a member

Get Amazon Web Services credentials from the fleet role. The IAM permissions of the credentials are scoped down to have read-only access.

Sourcemodule SessionToken : sig ... end
Sourcemodule SecretAccessKey : sig ... end
Sourcemodule AwsCredentials : sig ... end

The Identity and Access Management credentials.

Shared response body for AssumeRole operations where credentials are required. AssumeQueueRoleForWorkerResponse is excluded because credentials is optional there because Queue.roleArn is optional, so the mixin's @required trait would be incorrect.

Sourcemodule WorkerId : sig ... end

Get credentials from the fleet role for a worker.

Sourcemodule ConflictExceptionReason : sig ... end
Sourcemodule ConflictException : sig ... end

Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.

Shared response body for AssumeRole operations where credentials are required. AssumeQueueRoleForWorkerResponse is excluded because credentials is optional there because Queue.roleArn is optional, so the mixin's @required trait would be incorrect.

Gets Amazon Web Services credentials from the queue role. The IAM permissions of the credentials are scoped down to have read-only access.

Shared response body for AssumeRole operations where credentials are required. AssumeQueueRoleForWorkerResponse is excluded because credentials is optional there because Queue.roleArn is optional, so the mixin's @required trait would be incorrect.

Allows a user to assume a role for a queue.

Shared response body for AssumeRole operations where credentials are required. AssumeQueueRoleForWorkerResponse is excluded because credentials is optional there because Queue.roleArn is optional, so the mixin's @required trait would be incorrect.

Allows a worker to assume a queue role.

Allows a worker to assume a queue role.

Sourcemodule PathFormat : sig ... end
Sourcemodule FileSystemLocationName : sig ... end
Sourcemodule ManifestProperties : sig ... end

The details of the manifest that links a job's source information.

Sourcemodule ManifestPropertiesList : sig ... end
Sourcemodule JobAttachmentsFileSystem : sig ... end
Sourcemodule Attachments : sig ... end

The job attachments.

Sourcemodule AttributeCapabilityName : sig ... end
Sourcemodule AttributeCapabilityValue : sig ... end
Sourcemodule AutoScalingMode : sig ... end
Sourcemodule AutoScalingStatus : sig ... end
Sourcemodule JobEntityErrorCode : sig ... end
Sourcemodule StepDetailsError : sig ... end

The details of the step error.

Sourcemodule JobDetailsError : sig ... end

The details of a job error.

Sourcemodule JobAttachmentDetailsError : sig ... end

The error details for job attachments.

Sourcemodule EnvironmentDetailsError : sig ... end

The error details for the environment.

Sourcemodule GetJobEntityError : sig ... end

The error for the job entity.

Sourcemodule BatchGetJobEntityErrors : sig ... end
Sourcemodule Document : sig ... end
Sourcemodule DependenciesList : sig ... end
Sourcemodule StepDetailsEntity : sig ... end

The details of a step entity.

Sourcemodule PathMappingRule : sig ... end

The details of a source and destination path.

Sourcemodule PathMappingRules : sig ... end
Sourcemodule WindowsUserUserString : sig ... end
Sourcemodule WindowsUser : sig ... end

The Windows user details.

Sourcemodule RunAs : sig ... end
Sourcemodule PosixUserUserString : sig ... end
Sourcemodule PosixUserGroupString : sig ... end
Sourcemodule PosixUser : sig ... end

The POSIX user.

Sourcemodule JobRunAsUser : sig ... end

Identifies the user for a job.

Sourcemodule JobParametersKeyString : sig ... end
Sourcemodule JobParameter : sig ... end

The details of job parameters.

Sourcemodule JobParameters : sig ... end
Sourcemodule S3Prefix : sig ... end
Sourcemodule S3BucketName : sig ... end
Sourcemodule JobAttachmentSettings : sig ... end

The job attachment settings. These are the Amazon S3 bucket name and the Amazon S3 prefix.

Sourcemodule IamRoleArn : sig ... end
Sourcemodule JobDetailsEntity : sig ... end

The job details for a specific job.

The job attachments.

Sourcemodule EnvironmentDetailsEntity : sig ... end

The details of a specified environment.

Sourcemodule JobEntity : sig ... end

The details of a job entity.

Sourcemodule BatchGetJobEntityList : sig ... end
Sourcemodule StepDetailsIdentifiers : sig ... end

The details of identifiers for a step.

Sourcemodule JobDetailsIdentifiers : sig ... end

The identifiers for a job.

Identifier details for job attachments.

The IDs of the job and environment.

Sourcemodule JobEntityIdentifiersUnion : sig ... end

The details of a job entity identifier.

Sourcemodule JobEntityIdentifiers : sig ... end
Sourcemodule BatchGetJobEntityRequest : sig ... end

Get batched job details for a worker.

Sourcemodule BatchGetJobEntityResponse : sig ... end

Get batched job details for a worker.

Sourcemodule BatchGetJobErrorCode : sig ... end
Sourcemodule BatchGetJobError : sig ... end

The error details for a job that could not be retrieved in a batch get operation.

Sourcemodule BatchGetJobErrors : sig ... end
Sourcemodule BatchGetJobIdentifier : sig ... end

The identifiers for a job.

Sourcemodule BatchGetJobIdentifiers : sig ... end
Sourcemodule UpdatedBy : sig ... end
Sourcemodule UpdatedAt : sig ... end
Sourcemodule TaskRunStatus : sig ... end
Sourcemodule TaskRunStatusCounts : sig ... end
Sourcemodule TaskFailureRetryCount : sig ... end
Sourcemodule StartedAt : sig ... end
Sourcemodule MaxWorkerCount : sig ... end
Sourcemodule MaxRetriesPerTask : sig ... end
Sourcemodule MaxFailedTasksCount : sig ... end
Sourcemodule JobTargetTaskRunStatus : sig ... end
Sourcemodule JobPriority : sig ... end
Sourcemodule JobName : sig ... end
Sourcemodule JobLifecycleStatus : sig ... end
Sourcemodule JobDescription : sig ... end
Sourcemodule EndedAt : sig ... end
Sourcemodule CreatedBy : sig ... end
Sourcemodule CreatedAt : sig ... end
Sourcemodule BatchGetJobItem : sig ... end

The details of a job returned in a batch get operation.

Sourcemodule BatchGetJobItems : sig ... end
Sourcemodule BatchGetJobRequest : sig ... end

Retrieves multiple jobs in a single request. This is a batch version of the GetJob API. The result of getting each job is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Sourcemodule BatchGetJobResponse : sig ... end

Retrieves multiple jobs in a single request. This is a batch version of the GetJob API. The result of getting each job is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

The error details for a session action that could not be retrieved in a batch get operation.

The identifiers for a session action.

Sourcemodule Timestamp : sig ... end

The manifest properties for a task run, corresponding to the manifest properties in the job.

Sourcemodule SessionActionStatus : sig ... end

The task, step, and parameters for the task run in the session action.

The session action definition for syncing input job attachments.

Defines the environment a session action exits from.

The environment ID to use to enter a session action.

Sourcemodule SessionActionDefinition : sig ... end

The definition of the session action.

Sourcemodule ProcessExitCode : sig ... end
Sourcemodule BatchGetSessionActionItem : sig ... end

The details of a session action returned in a batch get operation.

Retrieves multiple session actions in a single request. This is a batch version of the GetSessionAction API. The result of getting each session action is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Retrieves multiple session actions in a single request. This is a batch version of the GetSessionAction API. The result of getting each session action is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Sourcemodule BatchGetSessionErrorCode : sig ... end
Sourcemodule BatchGetSessionError : sig ... end

The error details for a session that could not be retrieved in a batch get operation.

Sourcemodule BatchGetSessionErrors : sig ... end
Sourcemodule BatchGetSessionIdentifier : sig ... end

The identifiers for a session.

Sourcemodule SessionLifecycleStatus : sig ... end
Sourcemodule IpV6Address : sig ... end
Sourcemodule IpV6Addresses : sig ... end
Sourcemodule IpV4Address : sig ... end
Sourcemodule IpV4Addresses : sig ... end
Sourcemodule IpAddresses : sig ... end

The IP addresses for a host.

Sourcemodule InstanceType : sig ... end
Sourcemodule HostName : sig ... end
Sourcemodule HostPropertiesResponse : sig ... end

The host property details.

Sourcemodule BatchGetSessionItem : sig ... end

The details of a session returned in a batch get operation.

Sourcemodule BatchGetSessionItems : sig ... end
Sourcemodule BatchGetSessionRequest : sig ... end

Retrieves multiple sessions in a single request. This is a batch version of the GetSession API. The result of getting each session is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Sourcemodule BatchGetSessionResponse : sig ... end

Retrieves multiple sessions in a single request. This is a batch version of the GetSession API. The result of getting each session is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Sourcemodule BatchGetStepErrorCode : sig ... end
Sourcemodule BatchGetStepError : sig ... end

The error details for a step that could not be retrieved in a batch get operation.

Sourcemodule BatchGetStepErrors : sig ... end
Sourcemodule BatchGetStepIdentifier : sig ... end

The identifiers for a step.

Sourcemodule BatchGetStepIdentifiers : sig ... end
Sourcemodule StepTargetTaskRunStatus : sig ... end
Sourcemodule StepAttributeCapability : sig ... end

The list of step attributes.

Sourcemodule StepAttributeCapabilities : sig ... end
Sourcemodule Double : sig ... end
Sourcemodule StepAmountCapability : sig ... end

The details outlining the minimum and maximum capability of a step.

Sourcemodule StepAmountCapabilities : sig ... end
Sourcemodule StepRequiredCapabilities : sig ... end

The details of required step capabilities.

Sourcemodule StepName : sig ... end
Sourcemodule StepLifecycleStatus : sig ... end
Sourcemodule StepDescription : sig ... end
Sourcemodule StepParameterType : sig ... end
Sourcemodule StepParameterName : sig ... end
Sourcemodule TargetRuntimeSeconds : sig ... end
Sourcemodule RangeConstraint : sig ... end
Sourcemodule DefaultTaskCount : sig ... end
Sourcemodule StepParameterChunks : sig ... end

Defines how a step parameter range should be divided into chunks.

Sourcemodule StepParameter : sig ... end

The details of a step parameter.

Sourcemodule StepParameterList : sig ... end
Sourcemodule CombinationExpression : sig ... end
Sourcemodule ParameterSpace : sig ... end

The details of a search for two or more step parameters.

Sourcemodule DependencyCounts : sig ... end

The number of dependencies for the consumer.

Sourcemodule BatchGetStepItem : sig ... end

The details of a step returned in a batch get operation.

Sourcemodule BatchGetStepItems : sig ... end
Sourcemodule BatchGetStepRequest : sig ... end

Retrieves multiple steps in a single request. This is a batch version of the GetStep API. The result of getting each step is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Sourcemodule BatchGetStepResponse : sig ... end

Retrieves multiple steps in a single request. This is a batch version of the GetStep API. The result of getting each step is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Sourcemodule BatchGetTaskErrorCode : sig ... end
Sourcemodule BatchGetTaskError : sig ... end

The error details for a task that could not be retrieved in a batch get operation.

Sourcemodule BatchGetTaskErrors : sig ... end
Sourcemodule BatchGetTaskIdentifier : sig ... end

The identifiers for a task.

Sourcemodule BatchGetTaskIdentifiers : sig ... end
Sourcemodule TaskTargetRunStatus : sig ... end
Sourcemodule TaskRetryCount : sig ... end
Sourcemodule BatchGetTaskItem : sig ... end

The details of a task returned in a batch get operation.

Sourcemodule BatchGetTaskItems : sig ... end
Sourcemodule BatchGetTaskRequest : sig ... end

Retrieves multiple tasks in a single request. This is a batch version of the GetTask API. The result of getting each task is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Sourcemodule BatchGetTaskResponse : sig ... end

Retrieves multiple tasks in a single request. This is a batch version of the GetTask API. The result of getting each task is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Sourcemodule BatchGetWorkerErrorCode : sig ... end
Sourcemodule BatchGetWorkerError : sig ... end

The error details for a worker that could not be retrieved in a batch get operation.

Sourcemodule BatchGetWorkerErrors : sig ... end
Sourcemodule BatchGetWorkerIdentifier : sig ... end

The identifiers for a worker.

Sourcemodule BatchGetWorkerIdentifiers : sig ... end
Sourcemodule WorkerStatus : sig ... end
Sourcemodule BatchGetWorkerItem : sig ... end

The details of a worker returned in a batch get operation.

Sourcemodule BatchGetWorkerItems : sig ... end
Sourcemodule BatchGetWorkerRequest : sig ... end

Retrieves multiple workers in a single request. This is a batch version of the GetWorker API. The result of getting each worker is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Sourcemodule BatchGetWorkerResponse : sig ... end

Retrieves multiple workers in a single request. This is a batch version of the GetWorker API. The result of getting each worker is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Sourcemodule BatchUpdateJobErrorCode : sig ... end
Sourcemodule BatchUpdateJobError : sig ... end

The error details for a job that could not be updated in a batch update operation.

Sourcemodule BatchUpdateJobErrors : sig ... end
Sourcemodule UpdateJobLifecycleStatus : sig ... end
Sourcemodule JobDescriptionOverride : sig ... end

The input description for the job. Passing in an empty string removes any existing description.

Sourcemodule BatchUpdateJobItem : sig ... end

The details of a job to update in a batch update operation.

Sourcemodule BatchUpdateJobItems : sig ... end
Sourcemodule ClientToken : sig ... end
Sourcemodule BatchUpdateJobRequest : sig ... end

Updates multiple jobs in a single request. This is a batch version of the UpdateJob API. The result of updating each job is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200. When you change the status of a job to ARCHIVED, the job can't be scheduled or archived. An archived job and its steps and tasks are deleted after 120 days. The job can't be recovered.

Sourcemodule BatchUpdateJobResponse : sig ... end

Updates multiple jobs in a single request. This is a batch version of the UpdateJob API. The result of updating each job is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200. When you change the status of a job to ARCHIVED, the job can't be scheduled or archived. An archived job and its steps and tasks are deleted after 120 days. The job can't be recovered.

Sourcemodule BatchUpdateTaskErrorCode : sig ... end
Sourcemodule BatchUpdateTaskError : sig ... end

The error details for a task that could not be updated in a batch update operation.

Sourcemodule BatchUpdateTaskErrors : sig ... end
Sourcemodule BatchUpdateTaskItem : sig ... end

The details of a task to update in a batch update operation.

Sourcemodule BatchUpdateTaskItems : sig ... end
Sourcemodule BatchUpdateTaskRequest : sig ... end

Updates multiple tasks in a single request. This is a batch version of the UpdateTask API. The result of updating each task is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Sourcemodule BatchUpdateTaskResponse : sig ... end

Updates multiple tasks in a single request. This is a batch version of the UpdateTask API. The result of updating each task is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Sourcemodule BoundedString : sig ... end
Sourcemodule ThresholdPercentage : sig ... end
Sourcemodule Description : sig ... end
Sourcemodule BudgetActionType : sig ... end
Sourcemodule BudgetActionToAdd : sig ... end

The budget action to add.

Sourcemodule BudgetActionToRemove : sig ... end

The budget action to remove.

Sourcemodule BudgetActionsToAdd : sig ... end
Sourcemodule BudgetActionsToRemove : sig ... end
Sourcemodule BudgetId : sig ... end
Sourcemodule StartsAt : sig ... end
Sourcemodule EndsAt : sig ... end
Sourcemodule FixedBudgetSchedule : sig ... end

The details of a fixed budget schedule.

Sourcemodule BudgetSchedule : sig ... end

The start and end time of the budget.

Sourcemodule BudgetStatus : sig ... end
Sourcemodule UsageTrackingResource : sig ... end

The usage details of the allotted budget.

Sourcemodule ResourceName : sig ... end
Sourcemodule Float_ : sig ... end
Sourcemodule ConsumedUsages : sig ... end

The consumed usage for the resource.

Sourcemodule ConsumedUsageLimit : sig ... end
Sourcemodule BudgetSummary : sig ... end

The budget summary.

Sourcemodule BudgetSummaries : sig ... end
Sourcemodule SessionActionIdList : sig ... end
Sourcemodule CancelSessionActions : sig ... end
Sourcemodule ComparisonOperator : sig ... end
Sourcemodule CompletedStatus : sig ... end
Sourcemodule S3Key : sig ... end
Sourcemodule S3Location : sig ... end

The Amazon S3 location information.

Sourcemodule CopyJobTemplateRequest : sig ... end

Copies a job template to an Amazon S3 bucket.

Sourcemodule JobTemplateType : sig ... end
Sourcemodule CopyJobTemplateResponse : sig ... end

Copies a job template to an Amazon S3 bucket.

Sourcemodule CostScaleFactor : sig ... end

A multiplier applied to calculated costs. Valid range is 0 to 100. Values less than 1.0 represent discounts, values greater than 1.0 represent markups, and a value of 1.0 represents no adjustment.

Sourcemodule CpuArchitectureType : sig ... end
Sourcemodule Tags : sig ... end
Sourcemodule CreateBudgetRequest : sig ... end

Shared displayName + description for Create operations where both are present. displayName is @required here - this mixin is Create-only by design (Update has optional displayName).

Sourcemodule CreateBudgetResponse : sig ... end

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Sourcemodule KmsKeyArn : sig ... end
Sourcemodule CreateFarmRequest : sig ... end

Shared displayName + description for Create operations where both are present. displayName is @required here - this mixin is Create-only by design (Update has optional displayName).

Sourcemodule CreateFarmResponse : sig ... end

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Sourcemodule HostConfigurationScript : sig ... end
Sourcemodule HostConfiguration : sig ... end

Provides a script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet. To remove a script from a fleet, use the UpdateFleet operation with the hostConfiguration scriptBody parameter set to an empty string ("").

Sourcemodule VpcConfiguration : sig ... end

The configuration options for a service managed fleet's VPC.

Sourcemodule Ec2MarketType : sig ... end

The details of the Amazon EC2 instance market options for a service managed fleet.

Sourcemodule MinOneMaxTenThousand : sig ... end
Sourcemodule VCpuCountRange : sig ... end

The allowable range of vCPU processing power for the fleet.

Sourcemodule MemoryAmountMiB : sig ... end
Sourcemodule MemoryMiBRange : sig ... end

The range of memory in MiB.

Sourcemodule InstanceTypes : sig ... end
Sourcemodule EbsThroughputMiB : sig ... end
Sourcemodule EbsIops : sig ... end
Sourcemodule Ec2EbsVolume : sig ... end

Specifies the EBS volume.

Sourcemodule FleetAttributeCapability : sig ... end

Defines the fleet's capability name, minimum, and maximum.

Sourcemodule FleetAmountCapability : sig ... end

The fleet amount and attribute capabilities.

The Amazon EC2 instance capabilities.

The duration in seconds that a service managed EC2 worker can be idle before it is scaled down.

The auto scaling configuration settings for a service managed EC2 fleet.

The configuration details for a service managed EC2 fleet.

Sourcemodule TagPropagationMode : sig ... end

The worker capabilities for a customer managed workflow.

The auto scaling configuration settings for a customer managed fleet.

The configuration details for a customer managed fleet.

Sourcemodule FleetConfiguration : sig ... end

Fleet configuration details.

Sourcemodule CreateFleetRequest : sig ... end

Shared displayName + description for Create operations where both are present. displayName is @required here - this mixin is Create-only by design (Update has optional displayName).

Sourcemodule CreateFleetResponse : sig ... end

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Sourcemodule JobTemplate : sig ... end
Sourcemodule CreateJobRequest : sig ... end

Creates a job. A job is a set of instructions that Deadline Cloud uses to schedule and run work on available workers. For more information, see Deadline Cloud jobs.

Sourcemodule CreateJobResponse : sig ... end

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Sourcemodule VpcId : sig ... end
Sourcemodule SubnetId : sig ... end
Sourcemodule SecurityGroupId : sig ... end

Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.

Sourcemodule LicenseEndpointId : sig ... end

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Sourcemodule MaxCount : sig ... end
Sourcemodule CreateLimitRequest : sig ... end

Creates a limit that manages the distribution of shared resources, such as floating licenses. A limit can throttle work assignments, help manage workloads, and track current usage. Before you use a limit, you must associate the limit with one or more queues. You must add the amountRequirementName to a step in a job template to declare the limit requirement.

Sourcemodule CreateLimitResponse : sig ... end

Creates a limit that manages the distribution of shared resources, such as floating licenses. A limit can throttle work assignments, help manage workloads, and track current usage. Before you use a limit, you must associate the limit with one or more queues. You must add the amountRequirementName to a step in a job template to declare the limit requirement.

Sourcemodule Subdomain : sig ... end
Sourcemodule Region : sig ... end
Sourcemodule IdentityCenterInstanceArn : sig ... end
Sourcemodule CreateMonitorRequest : sig ... end

Creates an Amazon Web Services Deadline Cloud monitor that you can use to view your farms, queues, and fleets. After you submit a job, you can track the progress of the tasks and steps that make up the job, and then download the job's results.

Sourcemodule MonitorId : sig ... end
Sourcemodule CreateMonitorResponse : sig ... end

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Sourcemodule Priority : sig ... end
Sourcemodule EnvironmentTemplateType : sig ... end
Sourcemodule EnvironmentTemplate : sig ... end

Creates an environment for a queue that defines how jobs in the queue run.

Sourcemodule QueueEnvironmentId : sig ... end

Creates an environment for a queue that defines how jobs in the queue run.

Creates an association between a queue and a fleet.

Creates an association between a queue and a fleet.

Associates a limit with a particular queue. After the limit is associated, all workers for jobs that specify the limit associated with the queue are subject to the limit. You can't associate two limits with the same amountRequirementName to the same queue.

Associates a limit with a particular queue. After the limit is associated, all workers for jobs that specify the limit associated with the queue are subject to the limit. You can't associate two limits with the same amountRequirementName to the same queue.

The weight applied to job submission time in the weighted balanced scheduling formula.

The weight applied to the number of rendering tasks in the weighted balanced scheduling formula.

The rendering task buffer used in balanced scheduling.

Sourcemodule SchedulingPriorityWeight : sig ... end

The weight applied to job priority in the weighted balanced scheduling formula.

Specifies that jobs at the minimum priority (0) are always scheduled last.

Defines the override behavior for jobs at the minimum priority (0) in weighted balanced scheduling.

Specifies that jobs at the maximum priority (100) are always scheduled first.

Defines the override behavior for jobs at the maximum priority (100) in weighted balanced scheduling.

Sourcemodule SchedulingErrorWeight : sig ... end

The weight applied to the number of errors on a job in the weighted balanced scheduling formula.

Configuration for weighted balanced scheduling. Workers are assigned to jobs based on a weighted formula: weight = (priority * priorityWeight) + (errors * errorWeight) + ((currentTime - submissionTime) * submissionTimeWeight) + ((renderingTasks - renderingTaskBuffer) * renderingTaskWeight) The job with the highest calculated weight is scheduled first. Workers are distributed evenly amongst jobs with the same weight.

Configuration for priority first-in, first-out (FIFO) scheduling. Workers are assigned to the highest-priority job first. When multiple jobs share the same priority, the job submitted earliest receives workers first.

Configuration for priority balanced scheduling. Workers are distributed evenly across all jobs at the highest priority level.

Sourcemodule SchedulingConfiguration : sig ... end

The scheduling configuration for a queue. Defines the strategy used to assign workers to jobs.

Sourcemodule DefaultQueueBudgetAction : sig ... end
Sourcemodule CreateQueueRequest : sig ... end

Shared displayName + description for Create operations where both are present. displayName is @required here - this mixin is Create-only by design (Update has optional displayName).

Sourcemodule CreateQueueResponse : sig ... end

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Sourcemodule FileSystemLocationType : sig ... end
Sourcemodule FileSystemLocation : sig ... end

The details of the file system location for the resource.

Sourcemodule FileSystemLocationsList : sig ... end

Creates a storage profile that specifies the operating system, file type, and file location of resources used on a farm.

Creates a storage profile that specifies the operating system, file type, and file location of resources used on a farm.

Sourcemodule HostPropertiesRequest : sig ... end

The host property details.

Sourcemodule CreateWorkerRequest : sig ... end

Creates a worker. A worker tells your instance how much processing power (vCPU), and memory (GiB) you’ll need to assemble the digital assets held within a particular instance. You can specify certain instance types to use, or let the worker know which instances types to exclude. Deadline Cloud limits the number of workers to less than or equal to the fleet's maximum worker count. The service maintains eventual consistency for the worker count. If you make multiple rapid calls to CreateWorker before the field updates, you might exceed your fleet's maximum worker count. For example, if your maxWorkerCount is 10 and you currently have 9 workers, making two quick CreateWorker calls might successfully create 2 workers instead of 1, resulting in 11 total workers.

Sourcemodule CreateWorkerResponse : sig ... end

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Sourcemodule DateTimeFilterExpression : sig ... end

The time stamp in date-time format.

Sourcemodule DeleteBudgetRequest : sig ... end

Deletes a budget.

Sourcemodule DeleteBudgetResponse : sig ... end

Deletes a budget.

Sourcemodule DeleteFarmRequest : sig ... end

Deletes a farm.

Sourcemodule DeleteFarmResponse : sig ... end

Deletes a farm.

Sourcemodule DeleteFleetRequest : sig ... end

Deletes a fleet.

Sourcemodule DeleteFleetResponse : sig ... end

Deletes a fleet.

Deletes a license endpoint.

Deletes a license endpoint.

Sourcemodule DeleteLimitRequest : sig ... end

Removes a limit from the specified farm. Before you delete a limit you must use the DeleteQueueLimitAssociation operation to remove the association with any queues.

Sourcemodule DeleteLimitResponse : sig ... end

Removes a limit from the specified farm. Before you delete a limit you must use the DeleteQueueLimitAssociation operation to remove the association with any queues.

Sourcemodule MeteredProductId : sig ... end

Deletes a metered product.

Deletes a metered product.

Sourcemodule DeleteMonitorRequest : sig ... end

Removes a Deadline Cloud monitor. After you delete a monitor, you can create a new one and attach farms to the monitor.

Sourcemodule DeleteMonitorResponse : sig ... end

Removes a Deadline Cloud monitor. After you delete a monitor, you can create a new one and attach farms to the monitor.

Deletes a queue environment.

Deletes a queue environment.

Identifier mixin for queue-fleet association operations. Composes QueueIdentifierMixin (farmId + queueId) and adds fleetId.

Deletes a queue-fleet association.

Removes the association between a queue and a limit. You must use the UpdateQueueLimitAssociation operation to set the status to STOP_LIMIT_USAGE_AND_COMPLETE_TASKS or STOP_LIMIT_USAGE_AND_CANCEL_TASKS. The status does not change immediately. Use the GetQueueLimitAssociation operation to see if the status changed to STOPPED before deleting the association.

Removes the association between a queue and a limit. You must use the UpdateQueueLimitAssociation operation to set the status to STOP_LIMIT_USAGE_AND_COMPLETE_TASKS or STOP_LIMIT_USAGE_AND_CANCEL_TASKS. The status does not change immediately. Use the GetQueueLimitAssociation operation to see if the status changed to STOPPED before deleting the association.

Sourcemodule DeleteQueueRequest : sig ... end

Deletes a queue. You can't recover the jobs in a queue if you delete the queue. Deleting the queue also deletes the jobs in that queue.

Sourcemodule DeleteQueueResponse : sig ... end

Deletes a queue. You can't recover the jobs in a queue if you delete the queue. Deleting the queue also deletes the jobs in that queue.

Deletes a storage profile.

Deletes a storage profile.

Sourcemodule DeleteWorkerRequest : sig ... end

Deletes a worker.

Sourcemodule DeleteWorkerResponse : sig ... end

Deletes a worker.

Sourcemodule DesiredWorkerStatus : sig ... end

Disassociates a member from a farm.

Disassociates a member from a farm.

Disassociates a member from a fleet.

Disassociates a member from a fleet.

Disassociates a member from a job.

Disassociates a member from a job.

Disassociates a member from a queue.

Disassociates a member from a queue.

Sourcemodule DnsName : sig ... end

Defines the environment a session action enters in.

A summary of the environment details for which a session action to exits.

Sourcemodule EnvironmentName : sig ... end
Sourcemodule FarmMember : sig ... end

The member of a farm.

Sourcemodule FarmMembers : sig ... end
Sourcemodule FarmSummary : sig ... end

The summary of details for a farm.

Sourcemodule FarmSummaries : sig ... end
Sourcemodule SortOrder : sig ... end
Sourcemodule FieldSortExpression : sig ... end

The field sorting order and name of the field.

Sourcemodule FleetAmountCapabilities : sig ... end
Sourcemodule FleetCapabilities : sig ... end

The amounts and attributes of fleets.

Sourcemodule FleetMember : sig ... end

The fleet member.

Sourcemodule FleetMembers : sig ... end
Sourcemodule FleetStatus : sig ... end
Sourcemodule FleetSummary : sig ... end

The details of a fleet.

Sourcemodule FleetSummaries : sig ... end
Sourcemodule GetBudgetRequest : sig ... end

Get a budget.

Sourcemodule ResponseBudgetAction : sig ... end

The details of a budget action.

Sourcemodule ResponseBudgetActionList : sig ... end
Sourcemodule GetBudgetResponse : sig ... end

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Sourcemodule GetFarmRequest : sig ... end

Get a farm.

Sourcemodule GetFarmResponse : sig ... end

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Sourcemodule GetFleetRequest : sig ... end

Get a fleet.

Sourcemodule GetFleetResponse : sig ... end

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Sourcemodule GetJobRequest : sig ... end

Gets a Deadline Cloud job.

Sourcemodule GetJobResponse : sig ... end

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Sourcemodule GetLicenseEndpointRequest : sig ... end

Gets a licence endpoint.

Sourcemodule StatusMessage : sig ... end
Sourcemodule LicenseEndpointStatus : sig ... end

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Sourcemodule GetLimitRequest : sig ... end

Gets information about a specific limit.

Sourcemodule GetLimitResponse : sig ... end

Domain fields for Limit summary/response shapes, ordered before timestamps.

Sourcemodule GetMonitorRequest : sig ... end

Gets information about the specified monitor.

Sourcemodule Url : sig ... end
Sourcemodule GetMonitorResponse : sig ... end

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Sourcemodule GetMonitorSettingsRequest : sig ... end

Gets the settings for a Deadline Cloud monitor.

Sourcemodule SettingValue : sig ... end
Sourcemodule SettingKey : sig ... end
Sourcemodule SettingsMap : sig ... end

Gets the settings for a Deadline Cloud monitor.

Gets a queue environment.

Gets a queue environment.

Identifier mixin for queue-fleet association operations. Composes QueueIdentifierMixin (farmId + queueId) and adds fleetId.

Domain fields for QueueFleetAssociation summary/response shapes, ordered before timestamps.

Gets information about a specific association between a queue and a limit.

Domain fields for QueueLimitAssociation summary/response shapes, ordered before timestamps.

Sourcemodule GetQueueRequest : sig ... end

Gets a queue.

Sourcemodule QueueStatus : sig ... end
Sourcemodule QueueBlockedReason : sig ... end
Sourcemodule GetQueueResponse : sig ... end

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Sourcemodule GetSessionActionRequest : sig ... end

Gets a session action for the job.

Sourcemodule GetSessionActionResponse : sig ... end

Gets a session action for the job.

Sourcemodule GetSessionRequest : sig ... end

Gets a session.

Sourcemodule GetSessionResponse : sig ... end

Session lifecycle/status fields, ordered after IDs in session shapes.

Sourcemodule NextToken : sig ... end
Sourcemodule MaxResults : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule UserId : sig ... end
Sourcemodule UsageType : sig ... end
Sourcemodule Stats : sig ... end

The minimum, maximum, average, and sum.

Sourcemodule LicenseProduct : sig ... end
Sourcemodule Statistics : sig ... end

A list of statistics for a session.

Sourcemodule StatisticsList : sig ... end

Shared pagination field for List operation outputs (nextToken).

Sourcemodule GetStepRequest : sig ... end

Gets a step.

Sourcemodule GetStepResponse : sig ... end

Gets a step.

Gets a storage profile for a queue.

Gets a storage profile for a queue.

Sourcemodule GetStorageProfileRequest : sig ... end

Gets a storage profile.

Sourcemodule GetStorageProfileResponse : sig ... end

Gets a storage profile.

Sourcemodule GetTaskRequest : sig ... end

Gets a task.

Sourcemodule GetTaskResponse : sig ... end

Gets a task.

Sourcemodule GetWorkerRequest : sig ... end

Gets a worker.

Sourcemodule GetWorkerResponse : sig ... end

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Sourcemodule JobMember : sig ... end

The details for a job member.

Sourcemodule JobMembers : sig ... end
Sourcemodule JobParameterDefinition : sig ... end
Sourcemodule JobParameterDefinitions : sig ... end
Sourcemodule JobSearchSummary : sig ... end

The details of a job search.

Sourcemodule JobSearchSummaries : sig ... end
Sourcemodule JobSummary : sig ... end

A summary of job details.

Sourcemodule JobSummaries : sig ... end
Sourcemodule LicenseEndpointSummary : sig ... end

The details for a license endpoint.

Sourcemodule LicenseEndpointSummaries : sig ... end
Sourcemodule LimitSummary : sig ... end

Provides information about a specific limit.

Sourcemodule LimitSummaries : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule PortNumber : sig ... end
Sourcemodule MeteredProductSummary : sig ... end

The details of a metered product.

Sourcemodule MeteredProductSummaryList : sig ... end

Shared pagination field for List operation outputs (nextToken).

Sourcemodule ListBudgetsRequest : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule ListBudgetsResponse : sig ... end

Shared pagination field for List operation outputs (nextToken).

Sourcemodule ListFarmMembersRequest : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule ListFarmMembersResponse : sig ... end

Shared pagination field for List operation outputs (nextToken).

Sourcemodule ListFarmsRequest : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule ListFarmsResponse : sig ... end

Shared pagination field for List operation outputs (nextToken).

Sourcemodule ListFleetMembersRequest : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule ListFleetMembersResponse : sig ... end

Shared pagination field for List operation outputs (nextToken).

Sourcemodule ListFleetsRequest : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule ListFleetsResponse : sig ... end

Shared pagination field for List operation outputs (nextToken).

Sourcemodule ListJobMembersRequest : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule ListJobMembersResponse : sig ... end

Shared pagination field for List operation outputs (nextToken).

Shared pagination fields for List operation inputs (nextToken + maxResults).

Shared pagination field for List operation outputs (nextToken).

Sourcemodule ListJobsRequest : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule ListJobsResponse : sig ... end

Shared pagination field for List operation outputs (nextToken).

Shared pagination fields for List operation inputs (nextToken + maxResults).

Shared pagination field for List operation outputs (nextToken).

Sourcemodule ListLimitsRequest : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule ListLimitsResponse : sig ... end

Shared pagination field for List operation outputs (nextToken).

Shared pagination fields for List operation inputs (nextToken + maxResults).

Shared pagination field for List operation outputs (nextToken).

Sourcemodule ListMonitorsRequest : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule MonitorSummary : sig ... end

Provides information about a monitor in Deadline Cloud.

Sourcemodule MonitorSummaries : sig ... end
Sourcemodule ListMonitorsResponse : sig ... end

Shared pagination field for List operation outputs (nextToken).

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule QueueEnvironmentSummary : sig ... end

The summary of a queue environment.

Sourcemodule QueueEnvironmentSummaries : sig ... end

Shared pagination field for List operation outputs (nextToken).

Shared pagination fields for List operation inputs (nextToken + maxResults).

The details of a queue-fleet association.

Shared pagination field for List operation outputs (nextToken).

Shared pagination fields for List operation inputs (nextToken + maxResults).

Provides information about the association between a queue and a limit.

Shared pagination field for List operation outputs (nextToken).

Sourcemodule ListQueueMembersRequest : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule QueueMember : sig ... end

The details of a queue member.

Sourcemodule QueueMemberList : sig ... end
Sourcemodule ListQueueMembersResponse : sig ... end

Shared pagination field for List operation outputs (nextToken).

Sourcemodule ListQueuesRequest : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule QueueSummary : sig ... end

The details of a queue summary.

Sourcemodule QueueSummaries : sig ... end
Sourcemodule ListQueuesResponse : sig ... end

Shared pagination field for List operation outputs (nextToken).

Sourcemodule ListSessionActionsRequest : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

The details of a task run in a session action.

The summary of the session action definition for syncing input job attachments.

The details of a session action definition.

Sourcemodule SessionActionSummary : sig ... end

The details of a session action.

Sourcemodule SessionActionSummaries : sig ... end

Shared pagination field for List operation outputs (nextToken).

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule WorkerSessionSummary : sig ... end

Summarizes the session for a particular worker.

Shared pagination field for List operation outputs (nextToken).

Sourcemodule ListSessionsRequest : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule SessionSummary : sig ... end

The summary of a session.

Sourcemodule SessionSummaries : sig ... end
Sourcemodule ListSessionsResponse : sig ... end

Shared pagination field for List operation outputs (nextToken).

Sourcemodule ListStepConsumersRequest : sig ... end

Lists step consumers.

Sourcemodule StepConsumer : sig ... end

The details of a step consumer.

Sourcemodule StepConsumers : sig ... end
Sourcemodule ListStepConsumersResponse : sig ... end

Shared pagination field for List operation outputs (nextToken).

Lists the dependencies for a step.

Sourcemodule StepDependency : sig ... end

The details of step dependency.

Sourcemodule StepDependencies : sig ... end

Shared pagination field for List operation outputs (nextToken).

Sourcemodule ListStepsRequest : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule StepSummary : sig ... end

The details for a step.

Sourcemodule StepSummaries : sig ... end
Sourcemodule ListStepsResponse : sig ... end

Shared pagination field for List operation outputs (nextToken).

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule StorageProfileSummary : sig ... end

The details of a storage profile.

Sourcemodule StorageProfileSummaries : sig ... end

Shared pagination field for List operation outputs (nextToken).

Shared pagination fields for List operation inputs (nextToken + maxResults).

Shared pagination field for List operation outputs (nextToken).

Lists tags for a resource.

Lists tags for a resource.

Sourcemodule ListTasksRequest : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule TaskSummary : sig ... end

The details of a task.

Sourcemodule TaskSummaries : sig ... end
Sourcemodule ListTasksResponse : sig ... end

Shared pagination field for List operation outputs (nextToken).

Sourcemodule ListWorkersRequest : sig ... end

Shared pagination fields for List operation inputs (nextToken + maxResults).

Sourcemodule WorkerSummary : sig ... end

The summary of details for a worker.

Sourcemodule WorkerSummaries : sig ... end
Sourcemodule ListWorkersResponse : sig ... end

Shared pagination field for List operation outputs (nextToken).

Sourcemodule LogicalOperator : sig ... end
Sourcemodule NextItemOffset : sig ... end
Sourcemodule ParameterValue : sig ... end
Sourcemodule ParameterFilterExpression : sig ... end

The details of a filtered search for parameters.

Sourcemodule ParameterSortExpression : sig ... end

Organizes parameters according to your specifications.

Sourcemodule Period : sig ... end
Sourcemodule PutMeteredProductRequest : sig ... end

Adds a metered product.

Sourcemodule PutMeteredProductResponse : sig ... end

Adds a metered product.

Sourcemodule StringFilter : sig ... end
Sourcemodule StringFilterList : sig ... end

Searches for a particular list of strings.

Sourcemodule StringFilterExpression : sig ... end

Searches for a particular string.

Sourcemodule SearchTermMatchingType : sig ... end
Sourcemodule SearchTerm : sig ... end

Searches for a particular search term.

module SearchFilterExpression : sig ... end

The type of search filter to apply.

module SearchFilterExpressions : sig ... end
module SearchGroupedFilterExpressions : sig ... end

The search terms for a resource.

Sourcemodule UserJobsFirst : sig ... end

Allows setting a specific user's job to run first.

Sourcemodule SearchSortExpression : sig ... end

The resources to search.

Sourcemodule SearchSortExpressions : sig ... end
Sourcemodule SearchJobsRequest : sig ... end

Shared input fields for all Search operations (filterExpressions, sortExpressions, itemOffset, pageSize).

Sourcemodule TotalResults : sig ... end
Sourcemodule SearchJobsResponse : sig ... end

Shared output fields for all Search operations (nextItemOffset, totalResults).

Sourcemodule SearchStepsRequest : sig ... end

Shared input fields for all Search operations (filterExpressions, sortExpressions, itemOffset, pageSize).

Sourcemodule StepSearchSummary : sig ... end

The details of a step search.

Sourcemodule StepSearchSummaries : sig ... end
Sourcemodule SearchStepsResponse : sig ... end

Shared output fields for all Search operations (nextItemOffset, totalResults).

Sourcemodule SearchTasksRequest : sig ... end

Shared input fields for all Search operations (filterExpressions, sortExpressions, itemOffset, pageSize).

Sourcemodule TaskSearchSummary : sig ... end

The details of a task search.

Sourcemodule TaskSearchSummaries : sig ... end
Sourcemodule SearchTasksResponse : sig ... end

Shared output fields for all Search operations (nextItemOffset, totalResults).

Sourcemodule SearchWorkersRequest : sig ... end

Shared input fields for all Search operations (filterExpressions, sortExpressions, itemOffset, pageSize).

Sourcemodule WorkerSearchSummary : sig ... end

The details of a worker search.

Sourcemodule WorkerSearchSummaries : sig ... end
Sourcemodule SearchWorkersResponse : sig ... end

Shared output fields for all Search operations (nextItemOffset, totalResults).

Specifies the fleet IDs or queue IDs to return statistics. You can specify only fleet IDs or queue IDS, not both.

Sourcemodule UsageStatistic : sig ... end
Sourcemodule UsageStatistics : sig ... end
Sourcemodule UsageGroupByField : sig ... end
Sourcemodule UsageGroupBy : sig ... end
Sourcemodule Timezone : sig ... end

Starts an asynchronous request for getting aggregated statistics about queues and farms. Get the statistics using the GetSessionsStatisticsAggregation operation. You can only have one running aggregation for your Deadline Cloud farm. Call the GetSessionsStatisticsAggregation operation and check the status field to see if an aggregation is running. Statistics are available for 1 hour after you call the StartSessionsStatisticsAggregation operation.

Starts an asynchronous request for getting aggregated statistics about queues and farms. Get the statistics using the GetSessionsStatisticsAggregation operation. You can only have one running aggregation for your Deadline Cloud farm. Call the GetSessionsStatisticsAggregation operation and check the status field to see if an aggregation is running. Statistics are available for 1 hour after you call the StartSessionsStatisticsAggregation operation.

Sourcemodule StringList : sig ... end
Sourcemodule TagResourceRequest : sig ... end

Tags a resource using the resource's ARN and desired tags.

Sourcemodule TagResourceResponse : sig ... end

Tags a resource using the resource's ARN and desired tags.

The output manifest properties reported by the worker agent for a completed task run.

Sourcemodule UntagResourceRequest : sig ... end

Removes a tag from a resource using the resource's ARN and tag to remove.

Sourcemodule UntagResourceResponse : sig ... end

Removes a tag from a resource using the resource's ARN and tag to remove.

Sourcemodule UpdateBudgetRequest : sig ... end

Updates a budget that sets spending thresholds for rendering activity.

Sourcemodule UpdateBudgetResponse : sig ... end

Updates a budget that sets spending thresholds for rendering activity.

Sourcemodule UpdateFarmRequest : sig ... end

Updates a farm.

Sourcemodule UpdateFarmResponse : sig ... end

Updates a farm.

Sourcemodule UpdateFleetRequest : sig ... end

Updates a fleet.

Sourcemodule UpdateFleetResponse : sig ... end

Updates a fleet.

Sourcemodule UpdateJobRequest : sig ... end

Updates a job. When you change the status of the job to ARCHIVED, the job can't be scheduled or archived. An archived jobs and its steps and tasks are deleted after 120 days. The job can't be recovered.

Sourcemodule UpdateJobResponse : sig ... end

Updates a job. When you change the status of the job to ARCHIVED, the job can't be scheduled or archived. An archived jobs and its steps and tasks are deleted after 120 days. The job can't be recovered.

Sourcemodule UpdateLimitRequest : sig ... end

Updates the properties of the specified limit.

Sourcemodule UpdateLimitResponse : sig ... end

Updates the properties of the specified limit.

Sourcemodule UpdateMonitorRequest : sig ... end

Modifies the settings for a Deadline Cloud monitor. You can modify one or all of the settings when you call UpdateMonitor.

Sourcemodule UpdateMonitorResponse : sig ... end

Modifies the settings for a Deadline Cloud monitor. You can modify one or all of the settings when you call UpdateMonitor.

Updates the settings for a Deadline Cloud monitor. Keys present in the request are upserted; keys absent are left unchanged. Send an empty string value to delete a key.

Updates the settings for a Deadline Cloud monitor. Keys present in the request are upserted; keys absent are left unchanged. Send an empty string value to delete a key.

Updates the queue environment.

Updates the queue environment.

Identifier mixin for queue-fleet association operations. Composes QueueIdentifierMixin (farmId + queueId) and adds fleetId.

Updates a queue-fleet association.

Updates the status of the queue. If you set the status to one of the STOP_LIMIT_USAGE* values, there will be a delay before the status transitions to the STOPPED state.

Updates the status of the queue. If you set the status to one of the STOP_LIMIT_USAGE* values, there will be a delay before the status transitions to the STOPPED state.

Sourcemodule UpdateQueueRequest : sig ... end

Updates a queue.

Sourcemodule UpdateQueueResponse : sig ... end

Updates a queue.

Sourcemodule UpdateSessionRequest : sig ... end

Updates a session.

Sourcemodule UpdateSessionResponse : sig ... end

Updates a session.

Sourcemodule UpdateStepRequest : sig ... end

Updates a step.

Sourcemodule UpdateStepResponse : sig ... end

Updates a step.

Updates a storage profile.

Updates a storage profile.

Sourcemodule UpdateTaskRequest : sig ... end

Updates a task.

Sourcemodule UpdateTaskResponse : sig ... end

Updates a task.

Sourcemodule WorkerAttributeCapability : sig ... end

The details of the worker attribute capability.

Sourcemodule WorkerAmountCapability : sig ... end

The details of the worker amount capability.

Sourcemodule WorkerCapabilities : sig ... end

The details for worker capabilities.

Sourcemodule UpdatedWorkerStatus : sig ... end
Sourcemodule UpdateWorkerRequest : sig ... end

Updates a worker.

Sourcemodule UpdateWorkerResponse : sig ... end

Updates a worker.

Sourcemodule UpdatedSessionActionInfo : sig ... end

The updated session action information as it relates to completion and progress of the session.

Sourcemodule UpdatedSessionActions : sig ... end

Updates the schedule for a worker.

Updates the schedule for a worker.