DeadlineCloudClient#
Index > DeadlineCloud > DeadlineCloudClient
Auto-generated documentation for DeadlineCloud type annotations stubs module mypy-boto3-deadline.
DeadlineCloudClient#
Type annotations and code completion for boto3.client("deadline")
.
boto3 documentation
# DeadlineCloudClient usage example
from boto3.session import Session
from mypy_boto3_deadline.client import DeadlineCloudClient
def get_deadline_client() -> DeadlineCloudClient:
return Session().client("deadline")
Exceptions#
boto3
client exceptions are generated in runtime.
This class provides code completion for boto3.client("deadline").exceptions
structure.
# Exceptions.exceptions usage example
client = boto3.client("deadline")
try:
do_something(client)
except (
client.exceptions.AccessDeniedException,
client.exceptions.ClientError,
client.exceptions.ConflictException,
client.exceptions.InternalServerErrorException,
client.exceptions.ResourceNotFoundException,
client.exceptions.ServiceQuotaExceededException,
client.exceptions.ThrottlingException,
client.exceptions.ValidationException,
) as e:
print(e)
# Exceptions.exceptions type checking example
from mypy_boto3_deadline.client import Exceptions
def handle_error(exc: Exceptions.AccessDeniedException) -> None:
...
Methods#
associate_member_to_farm#
Assigns a farm membership level to a member.
Type annotations and code completion for boto3.client("deadline").associate_member_to_farm
method.
boto3 documentation
# associate_member_to_farm method definition
def associate_member_to_farm(
self,
*,
farmId: str,
principalId: str,
principalType: PrincipalTypeType, # (1)
identityStoreId: str,
membershipLevel: MembershipLevelType, # (2)
) -> Dict[str, Any]:
...
- See PrincipalTypeType
- See MembershipLevelType
# associate_member_to_farm method usage example with argument unpacking
kwargs: AssociateMemberToFarmRequestRequestTypeDef = { # (1)
"farmId": ...,
"principalId": ...,
"principalType": ...,
"identityStoreId": ...,
"membershipLevel": ...,
}
parent.associate_member_to_farm(**kwargs)
associate_member_to_fleet#
Assigns a fleet membership level to a member.
Type annotations and code completion for boto3.client("deadline").associate_member_to_fleet
method.
boto3 documentation
# associate_member_to_fleet method definition
def associate_member_to_fleet(
self,
*,
farmId: str,
fleetId: str,
principalId: str,
principalType: PrincipalTypeType, # (1)
identityStoreId: str,
membershipLevel: MembershipLevelType, # (2)
) -> Dict[str, Any]:
...
- See PrincipalTypeType
- See MembershipLevelType
# associate_member_to_fleet method usage example with argument unpacking
kwargs: AssociateMemberToFleetRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetId": ...,
"principalId": ...,
"principalType": ...,
"identityStoreId": ...,
"membershipLevel": ...,
}
parent.associate_member_to_fleet(**kwargs)
associate_member_to_job#
Assigns a job membership level to a member See also: AWS API Documentation.
Type annotations and code completion for boto3.client("deadline").associate_member_to_job
method.
boto3 documentation
# associate_member_to_job method definition
def associate_member_to_job(
self,
*,
farmId: str,
queueId: str,
jobId: str,
principalId: str,
principalType: PrincipalTypeType, # (1)
identityStoreId: str,
membershipLevel: MembershipLevelType, # (2)
) -> Dict[str, Any]:
...
- See PrincipalTypeType
- See MembershipLevelType
# associate_member_to_job method usage example with argument unpacking
kwargs: AssociateMemberToJobRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"jobId": ...,
"principalId": ...,
"principalType": ...,
"identityStoreId": ...,
"membershipLevel": ...,
}
parent.associate_member_to_job(**kwargs)
associate_member_to_queue#
Assigns a queue membership level to a member See also: AWS API Documentation.
Type annotations and code completion for boto3.client("deadline").associate_member_to_queue
method.
boto3 documentation
# associate_member_to_queue method definition
def associate_member_to_queue(
self,
*,
farmId: str,
queueId: str,
principalId: str,
principalType: PrincipalTypeType, # (1)
identityStoreId: str,
membershipLevel: MembershipLevelType, # (2)
) -> Dict[str, Any]:
...
- See PrincipalTypeType
- See MembershipLevelType
# associate_member_to_queue method usage example with argument unpacking
kwargs: AssociateMemberToQueueRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"principalId": ...,
"principalType": ...,
"identityStoreId": ...,
"membershipLevel": ...,
}
parent.associate_member_to_queue(**kwargs)
assume_fleet_role_for_read#
Get Amazon Web Services credentials from the fleet role.
Type annotations and code completion for boto3.client("deadline").assume_fleet_role_for_read
method.
boto3 documentation
# assume_fleet_role_for_read method definition
def assume_fleet_role_for_read(
self,
*,
farmId: str,
fleetId: str,
) -> AssumeFleetRoleForReadResponseTypeDef: # (1)
...
# assume_fleet_role_for_read method usage example with argument unpacking
kwargs: AssumeFleetRoleForReadRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetId": ...,
}
parent.assume_fleet_role_for_read(**kwargs)
assume_fleet_role_for_worker#
Get credentials from the fleet role for a worker.
Type annotations and code completion for boto3.client("deadline").assume_fleet_role_for_worker
method.
boto3 documentation
# assume_fleet_role_for_worker method definition
def assume_fleet_role_for_worker(
self,
*,
farmId: str,
fleetId: str,
workerId: str,
) -> AssumeFleetRoleForWorkerResponseTypeDef: # (1)
...
# assume_fleet_role_for_worker method usage example with argument unpacking
kwargs: AssumeFleetRoleForWorkerRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetId": ...,
"workerId": ...,
}
parent.assume_fleet_role_for_worker(**kwargs)
assume_queue_role_for_read#
Gets Amazon Web Services credentials from the queue role.
Type annotations and code completion for boto3.client("deadline").assume_queue_role_for_read
method.
boto3 documentation
# assume_queue_role_for_read method definition
def assume_queue_role_for_read(
self,
*,
farmId: str,
queueId: str,
) -> AssumeQueueRoleForReadResponseTypeDef: # (1)
...
# assume_queue_role_for_read method usage example with argument unpacking
kwargs: AssumeQueueRoleForReadRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
}
parent.assume_queue_role_for_read(**kwargs)
assume_queue_role_for_user#
Allows a user to assume a role for a queue.
Type annotations and code completion for boto3.client("deadline").assume_queue_role_for_user
method.
boto3 documentation
# assume_queue_role_for_user method definition
def assume_queue_role_for_user(
self,
*,
farmId: str,
queueId: str,
) -> AssumeQueueRoleForUserResponseTypeDef: # (1)
...
# assume_queue_role_for_user method usage example with argument unpacking
kwargs: AssumeQueueRoleForUserRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
}
parent.assume_queue_role_for_user(**kwargs)
assume_queue_role_for_worker#
Allows a worker to assume a queue role.
Type annotations and code completion for boto3.client("deadline").assume_queue_role_for_worker
method.
boto3 documentation
# assume_queue_role_for_worker method definition
def assume_queue_role_for_worker(
self,
*,
farmId: str,
fleetId: str,
workerId: str,
queueId: str,
) -> AssumeQueueRoleForWorkerResponseTypeDef: # (1)
...
# assume_queue_role_for_worker method usage example with argument unpacking
kwargs: AssumeQueueRoleForWorkerRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetId": ...,
"workerId": ...,
"queueId": ...,
}
parent.assume_queue_role_for_worker(**kwargs)
batch_get_job_entity#
Get batched job details for a worker.
Type annotations and code completion for boto3.client("deadline").batch_get_job_entity
method.
boto3 documentation
# batch_get_job_entity method definition
def batch_get_job_entity(
self,
*,
farmId: str,
fleetId: str,
workerId: str,
identifiers: Sequence[JobEntityIdentifiersUnionTypeDef], # (1)
) -> BatchGetJobEntityResponseTypeDef: # (2)
...
# batch_get_job_entity method usage example with argument unpacking
kwargs: BatchGetJobEntityRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetId": ...,
"workerId": ...,
"identifiers": ...,
}
parent.batch_get_job_entity(**kwargs)
can_paginate#
Check if an operation can be paginated.
Type annotations and code completion for boto3.client("deadline").can_paginate
method.
boto3 documentation
# can_paginate method definition
def can_paginate(
self,
operation_name: str,
) -> bool:
...
close#
Closes underlying endpoint connections.
Type annotations and code completion for boto3.client("deadline").close
method.
boto3 documentation
# close method definition
def close(
self,
) -> None:
...
copy_job_template#
Copies a job template to an Amazon S3 bucket.
Type annotations and code completion for boto3.client("deadline").copy_job_template
method.
boto3 documentation
# copy_job_template method definition
def copy_job_template(
self,
*,
farmId: str,
jobId: str,
queueId: str,
targetS3Location: S3LocationTypeDef, # (1)
) -> CopyJobTemplateResponseTypeDef: # (2)
...
# copy_job_template method usage example with argument unpacking
kwargs: CopyJobTemplateRequestRequestTypeDef = { # (1)
"farmId": ...,
"jobId": ...,
"queueId": ...,
"targetS3Location": ...,
}
parent.copy_job_template(**kwargs)
create_budget#
Creates a budget to set spending thresholds for your rendering activity.
Type annotations and code completion for boto3.client("deadline").create_budget
method.
boto3 documentation
# create_budget method definition
def create_budget(
self,
*,
farmId: str,
usageTrackingResource: UsageTrackingResourceTypeDef, # (1)
displayName: str,
approximateDollarLimit: float,
actions: Sequence[BudgetActionToAddTypeDef], # (2)
schedule: BudgetScheduleTypeDef, # (3)
clientToken: str = ...,
description: str = ...,
) -> CreateBudgetResponseTypeDef: # (4)
...
- See UsageTrackingResourceTypeDef
- See BudgetActionToAddTypeDef
- See BudgetScheduleTypeDef
- See CreateBudgetResponseTypeDef
# create_budget method usage example with argument unpacking
kwargs: CreateBudgetRequestRequestTypeDef = { # (1)
"farmId": ...,
"usageTrackingResource": ...,
"displayName": ...,
"approximateDollarLimit": ...,
"actions": ...,
"schedule": ...,
}
parent.create_budget(**kwargs)
create_farm#
Creates a farm to allow space for queues and fleets.
Type annotations and code completion for boto3.client("deadline").create_farm
method.
boto3 documentation
# create_farm method definition
def create_farm(
self,
*,
displayName: str,
clientToken: str = ...,
description: str = ...,
kmsKeyArn: str = ...,
tags: Mapping[str, str] = ...,
) -> CreateFarmResponseTypeDef: # (1)
...
# create_farm method usage example with argument unpacking
kwargs: CreateFarmRequestRequestTypeDef = { # (1)
"displayName": ...,
}
parent.create_farm(**kwargs)
create_fleet#
Creates a fleet.
Type annotations and code completion for boto3.client("deadline").create_fleet
method.
boto3 documentation
# create_fleet method definition
def create_fleet(
self,
*,
farmId: str,
displayName: str,
roleArn: str,
maxWorkerCount: int,
configuration: FleetConfigurationTypeDef, # (1)
clientToken: str = ...,
description: str = ...,
minWorkerCount: int = ...,
tags: Mapping[str, str] = ...,
) -> CreateFleetResponseTypeDef: # (2)
...
# create_fleet method usage example with argument unpacking
kwargs: CreateFleetRequestRequestTypeDef = { # (1)
"farmId": ...,
"displayName": ...,
"roleArn": ...,
"maxWorkerCount": ...,
"configuration": ...,
}
parent.create_fleet(**kwargs)
create_job#
Creates a job.
Type annotations and code completion for boto3.client("deadline").create_job
method.
boto3 documentation
# create_job method definition
def create_job(
self,
*,
farmId: str,
queueId: str,
priority: int,
clientToken: str = ...,
template: str = ...,
templateType: JobTemplateTypeType = ..., # (1)
parameters: Mapping[str, JobParameterTypeDef] = ..., # (2)
attachments: AttachmentsTypeDef = ..., # (3)
storageProfileId: str = ...,
targetTaskRunStatus: CreateJobTargetTaskRunStatusType = ..., # (4)
maxFailedTasksCount: int = ...,
maxRetriesPerTask: int = ...,
sourceJobId: str = ...,
) -> CreateJobResponseTypeDef: # (5)
...
- See JobTemplateTypeType
- See JobParameterTypeDef
- See AttachmentsTypeDef
- See CreateJobTargetTaskRunStatusType
- See CreateJobResponseTypeDef
# create_job method usage example with argument unpacking
kwargs: CreateJobRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"priority": ...,
}
parent.create_job(**kwargs)
create_license_endpoint#
Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.
Type annotations and code completion for boto3.client("deadline").create_license_endpoint
method.
boto3 documentation
# create_license_endpoint method definition
def create_license_endpoint(
self,
*,
vpcId: str,
subnetIds: Sequence[str],
securityGroupIds: Sequence[str],
clientToken: str = ...,
tags: Mapping[str, str] = ...,
) -> CreateLicenseEndpointResponseTypeDef: # (1)
...
# create_license_endpoint method usage example with argument unpacking
kwargs: CreateLicenseEndpointRequestRequestTypeDef = { # (1)
"vpcId": ...,
"subnetIds": ...,
"securityGroupIds": ...,
}
parent.create_license_endpoint(**kwargs)
create_monitor#
Creates an Amazon Web Services Deadline Cloud monitor that you can use to view your farms, queues, and fleets.
Type annotations and code completion for boto3.client("deadline").create_monitor
method.
boto3 documentation
# create_monitor method definition
def create_monitor(
self,
*,
displayName: str,
identityCenterInstanceArn: str,
subdomain: str,
roleArn: str,
clientToken: str = ...,
) -> CreateMonitorResponseTypeDef: # (1)
...
# create_monitor method usage example with argument unpacking
kwargs: CreateMonitorRequestRequestTypeDef = { # (1)
"displayName": ...,
"identityCenterInstanceArn": ...,
"subdomain": ...,
"roleArn": ...,
}
parent.create_monitor(**kwargs)
create_queue#
Creates a queue to coordinate the order in which jobs run on a farm.
Type annotations and code completion for boto3.client("deadline").create_queue
method.
boto3 documentation
# create_queue method definition
def create_queue(
self,
*,
farmId: str,
displayName: str,
clientToken: str = ...,
description: str = ...,
defaultBudgetAction: DefaultQueueBudgetActionType = ..., # (1)
jobAttachmentSettings: JobAttachmentSettingsTypeDef = ..., # (2)
roleArn: str = ...,
jobRunAsUser: JobRunAsUserTypeDef = ..., # (3)
requiredFileSystemLocationNames: Sequence[str] = ...,
allowedStorageProfileIds: Sequence[str] = ...,
tags: Mapping[str, str] = ...,
) -> CreateQueueResponseTypeDef: # (4)
...
- See DefaultQueueBudgetActionType
- See JobAttachmentSettingsTypeDef
- See JobRunAsUserTypeDef
- See CreateQueueResponseTypeDef
# create_queue method usage example with argument unpacking
kwargs: CreateQueueRequestRequestTypeDef = { # (1)
"farmId": ...,
"displayName": ...,
}
parent.create_queue(**kwargs)
create_queue_environment#
Creates an environment for a queue that defines how jobs in the queue run.
Type annotations and code completion for boto3.client("deadline").create_queue_environment
method.
boto3 documentation
# create_queue_environment method definition
def create_queue_environment(
self,
*,
farmId: str,
queueId: str,
priority: int,
templateType: EnvironmentTemplateTypeType, # (1)
template: str,
clientToken: str = ...,
) -> CreateQueueEnvironmentResponseTypeDef: # (2)
...
# create_queue_environment method usage example with argument unpacking
kwargs: CreateQueueEnvironmentRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"priority": ...,
"templateType": ...,
"template": ...,
}
parent.create_queue_environment(**kwargs)
create_queue_fleet_association#
Creates an association between a queue and a fleet.
Type annotations and code completion for boto3.client("deadline").create_queue_fleet_association
method.
boto3 documentation
# create_queue_fleet_association method definition
def create_queue_fleet_association(
self,
*,
farmId: str,
queueId: str,
fleetId: str,
) -> Dict[str, Any]:
...
# create_queue_fleet_association method usage example with argument unpacking
kwargs: CreateQueueFleetAssociationRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"fleetId": ...,
}
parent.create_queue_fleet_association(**kwargs)
create_storage_profile#
Creates a storage profile that specifies the operating system, file type, and file location of resources used on a farm.
Type annotations and code completion for boto3.client("deadline").create_storage_profile
method.
boto3 documentation
# create_storage_profile method definition
def create_storage_profile(
self,
*,
farmId: str,
displayName: str,
osFamily: StorageProfileOperatingSystemFamilyType, # (1)
clientToken: str = ...,
fileSystemLocations: Sequence[FileSystemLocationTypeDef] = ..., # (2)
) -> CreateStorageProfileResponseTypeDef: # (3)
...
- See StorageProfileOperatingSystemFamilyType
- See FileSystemLocationTypeDef
- See CreateStorageProfileResponseTypeDef
# create_storage_profile method usage example with argument unpacking
kwargs: CreateStorageProfileRequestRequestTypeDef = { # (1)
"farmId": ...,
"displayName": ...,
"osFamily": ...,
}
parent.create_storage_profile(**kwargs)
create_worker#
Creates a worker.
Type annotations and code completion for boto3.client("deadline").create_worker
method.
boto3 documentation
# create_worker method definition
def create_worker(
self,
*,
farmId: str,
fleetId: str,
hostProperties: HostPropertiesRequestTypeDef = ..., # (1)
clientToken: str = ...,
) -> CreateWorkerResponseTypeDef: # (2)
...
# create_worker method usage example with argument unpacking
kwargs: CreateWorkerRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetId": ...,
}
parent.create_worker(**kwargs)
delete_budget#
Deletes a budget.
Type annotations and code completion for boto3.client("deadline").delete_budget
method.
boto3 documentation
# delete_budget method definition
def delete_budget(
self,
*,
farmId: str,
budgetId: str,
) -> Dict[str, Any]:
...
# delete_budget method usage example with argument unpacking
kwargs: DeleteBudgetRequestRequestTypeDef = { # (1)
"farmId": ...,
"budgetId": ...,
}
parent.delete_budget(**kwargs)
delete_farm#
Deletes a farm.
Type annotations and code completion for boto3.client("deadline").delete_farm
method.
boto3 documentation
# delete_farm method definition
def delete_farm(
self,
*,
farmId: str,
) -> Dict[str, Any]:
...
# delete_farm method usage example with argument unpacking
kwargs: DeleteFarmRequestRequestTypeDef = { # (1)
"farmId": ...,
}
parent.delete_farm(**kwargs)
delete_fleet#
Deletes a fleet.
Type annotations and code completion for boto3.client("deadline").delete_fleet
method.
boto3 documentation
# delete_fleet method definition
def delete_fleet(
self,
*,
farmId: str,
fleetId: str,
clientToken: str = ...,
) -> Dict[str, Any]:
...
# delete_fleet method usage example with argument unpacking
kwargs: DeleteFleetRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetId": ...,
}
parent.delete_fleet(**kwargs)
delete_license_endpoint#
Deletes a license endpoint.
Type annotations and code completion for boto3.client("deadline").delete_license_endpoint
method.
boto3 documentation
# delete_license_endpoint method definition
def delete_license_endpoint(
self,
*,
licenseEndpointId: str,
) -> Dict[str, Any]:
...
# delete_license_endpoint method usage example with argument unpacking
kwargs: DeleteLicenseEndpointRequestRequestTypeDef = { # (1)
"licenseEndpointId": ...,
}
parent.delete_license_endpoint(**kwargs)
delete_metered_product#
Deletes a metered product.
Type annotations and code completion for boto3.client("deadline").delete_metered_product
method.
boto3 documentation
# delete_metered_product method definition
def delete_metered_product(
self,
*,
licenseEndpointId: str,
productId: str,
) -> Dict[str, Any]:
...
# delete_metered_product method usage example with argument unpacking
kwargs: DeleteMeteredProductRequestRequestTypeDef = { # (1)
"licenseEndpointId": ...,
"productId": ...,
}
parent.delete_metered_product(**kwargs)
delete_monitor#
Removes a Deadline Cloud monitor.
Type annotations and code completion for boto3.client("deadline").delete_monitor
method.
boto3 documentation
# delete_monitor method definition
def delete_monitor(
self,
*,
monitorId: str,
) -> Dict[str, Any]:
...
# delete_monitor method usage example with argument unpacking
kwargs: DeleteMonitorRequestRequestTypeDef = { # (1)
"monitorId": ...,
}
parent.delete_monitor(**kwargs)
delete_queue#
Deletes a queue.
Type annotations and code completion for boto3.client("deadline").delete_queue
method.
boto3 documentation
# delete_queue method definition
def delete_queue(
self,
*,
farmId: str,
queueId: str,
) -> Dict[str, Any]:
...
# delete_queue method usage example with argument unpacking
kwargs: DeleteQueueRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
}
parent.delete_queue(**kwargs)
delete_queue_environment#
Deletes a queue environment.
Type annotations and code completion for boto3.client("deadline").delete_queue_environment
method.
boto3 documentation
# delete_queue_environment method definition
def delete_queue_environment(
self,
*,
farmId: str,
queueId: str,
queueEnvironmentId: str,
) -> Dict[str, Any]:
...
# delete_queue_environment method usage example with argument unpacking
kwargs: DeleteQueueEnvironmentRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"queueEnvironmentId": ...,
}
parent.delete_queue_environment(**kwargs)
delete_queue_fleet_association#
Deletes a queue-fleet association.
Type annotations and code completion for boto3.client("deadline").delete_queue_fleet_association
method.
boto3 documentation
# delete_queue_fleet_association method definition
def delete_queue_fleet_association(
self,
*,
farmId: str,
queueId: str,
fleetId: str,
) -> Dict[str, Any]:
...
# delete_queue_fleet_association method usage example with argument unpacking
kwargs: DeleteQueueFleetAssociationRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"fleetId": ...,
}
parent.delete_queue_fleet_association(**kwargs)
delete_storage_profile#
Deletes a storage profile.
Type annotations and code completion for boto3.client("deadline").delete_storage_profile
method.
boto3 documentation
# delete_storage_profile method definition
def delete_storage_profile(
self,
*,
farmId: str,
storageProfileId: str,
) -> Dict[str, Any]:
...
# delete_storage_profile method usage example with argument unpacking
kwargs: DeleteStorageProfileRequestRequestTypeDef = { # (1)
"farmId": ...,
"storageProfileId": ...,
}
parent.delete_storage_profile(**kwargs)
delete_worker#
Deletes a worker.
Type annotations and code completion for boto3.client("deadline").delete_worker
method.
boto3 documentation
# delete_worker method definition
def delete_worker(
self,
*,
farmId: str,
fleetId: str,
workerId: str,
) -> Dict[str, Any]:
...
# delete_worker method usage example with argument unpacking
kwargs: DeleteWorkerRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetId": ...,
"workerId": ...,
}
parent.delete_worker(**kwargs)
disassociate_member_from_farm#
Disassociates a member from a farm.
Type annotations and code completion for boto3.client("deadline").disassociate_member_from_farm
method.
boto3 documentation
# disassociate_member_from_farm method definition
def disassociate_member_from_farm(
self,
*,
farmId: str,
principalId: str,
) -> Dict[str, Any]:
...
# disassociate_member_from_farm method usage example with argument unpacking
kwargs: DisassociateMemberFromFarmRequestRequestTypeDef = { # (1)
"farmId": ...,
"principalId": ...,
}
parent.disassociate_member_from_farm(**kwargs)
disassociate_member_from_fleet#
Disassociates a member from a fleet.
Type annotations and code completion for boto3.client("deadline").disassociate_member_from_fleet
method.
boto3 documentation
# disassociate_member_from_fleet method definition
def disassociate_member_from_fleet(
self,
*,
farmId: str,
fleetId: str,
principalId: str,
) -> Dict[str, Any]:
...
# disassociate_member_from_fleet method usage example with argument unpacking
kwargs: DisassociateMemberFromFleetRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetId": ...,
"principalId": ...,
}
parent.disassociate_member_from_fleet(**kwargs)
disassociate_member_from_job#
Disassociates a member from a job.
Type annotations and code completion for boto3.client("deadline").disassociate_member_from_job
method.
boto3 documentation
# disassociate_member_from_job method definition
def disassociate_member_from_job(
self,
*,
farmId: str,
queueId: str,
jobId: str,
principalId: str,
) -> Dict[str, Any]:
...
# disassociate_member_from_job method usage example with argument unpacking
kwargs: DisassociateMemberFromJobRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"jobId": ...,
"principalId": ...,
}
parent.disassociate_member_from_job(**kwargs)
disassociate_member_from_queue#
Disassociates a member from a queue.
Type annotations and code completion for boto3.client("deadline").disassociate_member_from_queue
method.
boto3 documentation
# disassociate_member_from_queue method definition
def disassociate_member_from_queue(
self,
*,
farmId: str,
queueId: str,
principalId: str,
) -> Dict[str, Any]:
...
# disassociate_member_from_queue method usage example with argument unpacking
kwargs: DisassociateMemberFromQueueRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"principalId": ...,
}
parent.disassociate_member_from_queue(**kwargs)
generate_presigned_url#
Generate a presigned url given a client, its method, and arguments.
Type annotations and code completion for boto3.client("deadline").generate_presigned_url
method.
boto3 documentation
# generate_presigned_url method definition
def generate_presigned_url(
self,
ClientMethod: str,
Params: Mapping[str, Any] = ...,
ExpiresIn: int = 3600,
HttpMethod: str = ...,
) -> str:
...
get_budget#
Get a budget.
Type annotations and code completion for boto3.client("deadline").get_budget
method.
boto3 documentation
# get_budget method definition
def get_budget(
self,
*,
farmId: str,
budgetId: str,
) -> GetBudgetResponseTypeDef: # (1)
...
# get_budget method usage example with argument unpacking
kwargs: GetBudgetRequestRequestTypeDef = { # (1)
"farmId": ...,
"budgetId": ...,
}
parent.get_budget(**kwargs)
get_farm#
Get a farm.
Type annotations and code completion for boto3.client("deadline").get_farm
method.
boto3 documentation
# get_farm method definition
def get_farm(
self,
*,
farmId: str,
) -> GetFarmResponseTypeDef: # (1)
...
# get_farm method usage example with argument unpacking
kwargs: GetFarmRequestRequestTypeDef = { # (1)
"farmId": ...,
}
parent.get_farm(**kwargs)
get_fleet#
Get a fleet.
Type annotations and code completion for boto3.client("deadline").get_fleet
method.
boto3 documentation
# get_fleet method definition
def get_fleet(
self,
*,
farmId: str,
fleetId: str,
) -> GetFleetResponseTypeDef: # (1)
...
# get_fleet method usage example with argument unpacking
kwargs: GetFleetRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetId": ...,
}
parent.get_fleet(**kwargs)
get_job#
Gets a Deadline Cloud job.
Type annotations and code completion for boto3.client("deadline").get_job
method.
boto3 documentation
# get_job method definition
def get_job(
self,
*,
farmId: str,
jobId: str,
queueId: str,
) -> GetJobResponseTypeDef: # (1)
...
# get_job method usage example with argument unpacking
kwargs: GetJobRequestRequestTypeDef = { # (1)
"farmId": ...,
"jobId": ...,
"queueId": ...,
}
parent.get_job(**kwargs)
get_license_endpoint#
Gets a licence endpoint.
Type annotations and code completion for boto3.client("deadline").get_license_endpoint
method.
boto3 documentation
# get_license_endpoint method definition
def get_license_endpoint(
self,
*,
licenseEndpointId: str,
) -> GetLicenseEndpointResponseTypeDef: # (1)
...
# get_license_endpoint method usage example with argument unpacking
kwargs: GetLicenseEndpointRequestRequestTypeDef = { # (1)
"licenseEndpointId": ...,
}
parent.get_license_endpoint(**kwargs)
get_monitor#
Gets information about the specified monitor.
Type annotations and code completion for boto3.client("deadline").get_monitor
method.
boto3 documentation
# get_monitor method definition
def get_monitor(
self,
*,
monitorId: str,
) -> GetMonitorResponseTypeDef: # (1)
...
# get_monitor method usage example with argument unpacking
kwargs: GetMonitorRequestRequestTypeDef = { # (1)
"monitorId": ...,
}
parent.get_monitor(**kwargs)
get_queue#
Gets a queue.
Type annotations and code completion for boto3.client("deadline").get_queue
method.
boto3 documentation
# get_queue method definition
def get_queue(
self,
*,
farmId: str,
queueId: str,
) -> GetQueueResponseTypeDef: # (1)
...
# get_queue method usage example with argument unpacking
kwargs: GetQueueRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
}
parent.get_queue(**kwargs)
get_queue_environment#
Gets a queue environment.
Type annotations and code completion for boto3.client("deadline").get_queue_environment
method.
boto3 documentation
# get_queue_environment method definition
def get_queue_environment(
self,
*,
farmId: str,
queueId: str,
queueEnvironmentId: str,
) -> GetQueueEnvironmentResponseTypeDef: # (1)
...
# get_queue_environment method usage example with argument unpacking
kwargs: GetQueueEnvironmentRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"queueEnvironmentId": ...,
}
parent.get_queue_environment(**kwargs)
get_queue_fleet_association#
Gets a queue-fleet association.
Type annotations and code completion for boto3.client("deadline").get_queue_fleet_association
method.
boto3 documentation
# get_queue_fleet_association method definition
def get_queue_fleet_association(
self,
*,
farmId: str,
queueId: str,
fleetId: str,
) -> GetQueueFleetAssociationResponseTypeDef: # (1)
...
# get_queue_fleet_association method usage example with argument unpacking
kwargs: GetQueueFleetAssociationRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"fleetId": ...,
}
parent.get_queue_fleet_association(**kwargs)
get_session#
Gets a session.
Type annotations and code completion for boto3.client("deadline").get_session
method.
boto3 documentation
# get_session method definition
def get_session(
self,
*,
farmId: str,
queueId: str,
jobId: str,
sessionId: str,
) -> GetSessionResponseTypeDef: # (1)
...
# get_session method usage example with argument unpacking
kwargs: GetSessionRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"jobId": ...,
"sessionId": ...,
}
parent.get_session(**kwargs)
get_session_action#
Gets a session action for the job.
Type annotations and code completion for boto3.client("deadline").get_session_action
method.
boto3 documentation
# get_session_action method definition
def get_session_action(
self,
*,
farmId: str,
queueId: str,
jobId: str,
sessionActionId: str,
) -> GetSessionActionResponseTypeDef: # (1)
...
# get_session_action method usage example with argument unpacking
kwargs: GetSessionActionRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"jobId": ...,
"sessionActionId": ...,
}
parent.get_session_action(**kwargs)
get_sessions_statistics_aggregation#
Gets a set of statistics for queues or farms.
Type annotations and code completion for boto3.client("deadline").get_sessions_statistics_aggregation
method.
boto3 documentation
# get_sessions_statistics_aggregation method definition
def get_sessions_statistics_aggregation(
self,
*,
farmId: str,
aggregationId: str,
maxResults: int = ...,
nextToken: str = ...,
) -> GetSessionsStatisticsAggregationResponseTypeDef: # (1)
...
# get_sessions_statistics_aggregation method usage example with argument unpacking
kwargs: GetSessionsStatisticsAggregationRequestRequestTypeDef = { # (1)
"farmId": ...,
"aggregationId": ...,
}
parent.get_sessions_statistics_aggregation(**kwargs)
get_step#
Gets a step.
Type annotations and code completion for boto3.client("deadline").get_step
method.
boto3 documentation
# get_step method definition
def get_step(
self,
*,
farmId: str,
queueId: str,
jobId: str,
stepId: str,
) -> GetStepResponseTypeDef: # (1)
...
# get_step method usage example with argument unpacking
kwargs: GetStepRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"jobId": ...,
"stepId": ...,
}
parent.get_step(**kwargs)
get_storage_profile#
Gets a storage profile.
Type annotations and code completion for boto3.client("deadline").get_storage_profile
method.
boto3 documentation
# get_storage_profile method definition
def get_storage_profile(
self,
*,
farmId: str,
storageProfileId: str,
) -> GetStorageProfileResponseTypeDef: # (1)
...
# get_storage_profile method usage example with argument unpacking
kwargs: GetStorageProfileRequestRequestTypeDef = { # (1)
"farmId": ...,
"storageProfileId": ...,
}
parent.get_storage_profile(**kwargs)
get_storage_profile_for_queue#
Gets a storage profile for a queue.
Type annotations and code completion for boto3.client("deadline").get_storage_profile_for_queue
method.
boto3 documentation
# get_storage_profile_for_queue method definition
def get_storage_profile_for_queue(
self,
*,
farmId: str,
queueId: str,
storageProfileId: str,
) -> GetStorageProfileForQueueResponseTypeDef: # (1)
...
# get_storage_profile_for_queue method usage example with argument unpacking
kwargs: GetStorageProfileForQueueRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"storageProfileId": ...,
}
parent.get_storage_profile_for_queue(**kwargs)
get_task#
Gets a task.
Type annotations and code completion for boto3.client("deadline").get_task
method.
boto3 documentation
# get_task method definition
def get_task(
self,
*,
farmId: str,
queueId: str,
jobId: str,
stepId: str,
taskId: str,
) -> GetTaskResponseTypeDef: # (1)
...
# get_task method usage example with argument unpacking
kwargs: GetTaskRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"jobId": ...,
"stepId": ...,
"taskId": ...,
}
parent.get_task(**kwargs)
get_worker#
Gets a worker.
Type annotations and code completion for boto3.client("deadline").get_worker
method.
boto3 documentation
# get_worker method definition
def get_worker(
self,
*,
farmId: str,
fleetId: str,
workerId: str,
) -> GetWorkerResponseTypeDef: # (1)
...
# get_worker method usage example with argument unpacking
kwargs: GetWorkerRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetId": ...,
"workerId": ...,
}
parent.get_worker(**kwargs)
list_available_metered_products#
A list of the available metered products.
Type annotations and code completion for boto3.client("deadline").list_available_metered_products
method.
boto3 documentation
# list_available_metered_products method definition
def list_available_metered_products(
self,
*,
nextToken: str = ...,
maxResults: int = ...,
) -> ListAvailableMeteredProductsResponseTypeDef: # (1)
...
# list_available_metered_products method usage example with argument unpacking
kwargs: ListAvailableMeteredProductsRequestRequestTypeDef = { # (1)
"nextToken": ...,
}
parent.list_available_metered_products(**kwargs)
list_budgets#
A list of budgets in a farm.
Type annotations and code completion for boto3.client("deadline").list_budgets
method.
boto3 documentation
# list_budgets method definition
def list_budgets(
self,
*,
farmId: str,
nextToken: str = ...,
maxResults: int = ...,
status: BudgetStatusType = ..., # (1)
) -> ListBudgetsResponseTypeDef: # (2)
...
# list_budgets method usage example with argument unpacking
kwargs: ListBudgetsRequestRequestTypeDef = { # (1)
"farmId": ...,
}
parent.list_budgets(**kwargs)
list_farm_members#
Lists the members of a farm.
Type annotations and code completion for boto3.client("deadline").list_farm_members
method.
boto3 documentation
# list_farm_members method definition
def list_farm_members(
self,
*,
farmId: str,
nextToken: str = ...,
maxResults: int = ...,
) -> ListFarmMembersResponseTypeDef: # (1)
...
# list_farm_members method usage example with argument unpacking
kwargs: ListFarmMembersRequestRequestTypeDef = { # (1)
"farmId": ...,
}
parent.list_farm_members(**kwargs)
list_farms#
Lists farms.
Type annotations and code completion for boto3.client("deadline").list_farms
method.
boto3 documentation
# list_farms method definition
def list_farms(
self,
*,
nextToken: str = ...,
principalId: str = ...,
maxResults: int = ...,
) -> ListFarmsResponseTypeDef: # (1)
...
# list_farms method usage example with argument unpacking
kwargs: ListFarmsRequestRequestTypeDef = { # (1)
"nextToken": ...,
}
parent.list_farms(**kwargs)
list_fleet_members#
Lists fleet members.
Type annotations and code completion for boto3.client("deadline").list_fleet_members
method.
boto3 documentation
# list_fleet_members method definition
def list_fleet_members(
self,
*,
farmId: str,
fleetId: str,
nextToken: str = ...,
maxResults: int = ...,
) -> ListFleetMembersResponseTypeDef: # (1)
...
# list_fleet_members method usage example with argument unpacking
kwargs: ListFleetMembersRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetId": ...,
}
parent.list_fleet_members(**kwargs)
list_fleets#
Lists fleets.
Type annotations and code completion for boto3.client("deadline").list_fleets
method.
boto3 documentation
# list_fleets method definition
def list_fleets(
self,
*,
farmId: str,
principalId: str = ...,
displayName: str = ...,
status: FleetStatusType = ..., # (1)
nextToken: str = ...,
maxResults: int = ...,
) -> ListFleetsResponseTypeDef: # (2)
...
# list_fleets method usage example with argument unpacking
kwargs: ListFleetsRequestRequestTypeDef = { # (1)
"farmId": ...,
}
parent.list_fleets(**kwargs)
list_job_members#
Lists members on a job.
Type annotations and code completion for boto3.client("deadline").list_job_members
method.
boto3 documentation
# list_job_members method definition
def list_job_members(
self,
*,
farmId: str,
queueId: str,
jobId: str,
nextToken: str = ...,
maxResults: int = ...,
) -> ListJobMembersResponseTypeDef: # (1)
...
# list_job_members method usage example with argument unpacking
kwargs: ListJobMembersRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"jobId": ...,
}
parent.list_job_members(**kwargs)
list_job_parameter_definitions#
Lists parameter definitions of a job.
Type annotations and code completion for boto3.client("deadline").list_job_parameter_definitions
method.
boto3 documentation
# list_job_parameter_definitions method definition
def list_job_parameter_definitions(
self,
*,
farmId: str,
jobId: str,
queueId: str,
nextToken: str = ...,
maxResults: int = ...,
) -> ListJobParameterDefinitionsResponseTypeDef: # (1)
...
# list_job_parameter_definitions method usage example with argument unpacking
kwargs: ListJobParameterDefinitionsRequestRequestTypeDef = { # (1)
"farmId": ...,
"jobId": ...,
"queueId": ...,
}
parent.list_job_parameter_definitions(**kwargs)
list_jobs#
Lists jobs.
Type annotations and code completion for boto3.client("deadline").list_jobs
method.
boto3 documentation
# list_jobs method definition
def list_jobs(
self,
*,
farmId: str,
queueId: str,
principalId: str = ...,
nextToken: str = ...,
maxResults: int = ...,
) -> ListJobsResponseTypeDef: # (1)
...
# list_jobs method usage example with argument unpacking
kwargs: ListJobsRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
}
parent.list_jobs(**kwargs)
list_license_endpoints#
Lists license endpoints.
Type annotations and code completion for boto3.client("deadline").list_license_endpoints
method.
boto3 documentation
# list_license_endpoints method definition
def list_license_endpoints(
self,
*,
nextToken: str = ...,
maxResults: int = ...,
) -> ListLicenseEndpointsResponseTypeDef: # (1)
...
# list_license_endpoints method usage example with argument unpacking
kwargs: ListLicenseEndpointsRequestRequestTypeDef = { # (1)
"nextToken": ...,
}
parent.list_license_endpoints(**kwargs)
list_metered_products#
Lists metered products.
Type annotations and code completion for boto3.client("deadline").list_metered_products
method.
boto3 documentation
# list_metered_products method definition
def list_metered_products(
self,
*,
licenseEndpointId: str,
nextToken: str = ...,
maxResults: int = ...,
) -> ListMeteredProductsResponseTypeDef: # (1)
...
# list_metered_products method usage example with argument unpacking
kwargs: ListMeteredProductsRequestRequestTypeDef = { # (1)
"licenseEndpointId": ...,
}
parent.list_metered_products(**kwargs)
list_monitors#
Gets a list of your monitors in Deadline Cloud.
Type annotations and code completion for boto3.client("deadline").list_monitors
method.
boto3 documentation
# list_monitors method definition
def list_monitors(
self,
*,
nextToken: str = ...,
maxResults: int = ...,
) -> ListMonitorsResponseTypeDef: # (1)
...
# list_monitors method usage example with argument unpacking
kwargs: ListMonitorsRequestRequestTypeDef = { # (1)
"nextToken": ...,
}
parent.list_monitors(**kwargs)
list_queue_environments#
Lists queue environments.
Type annotations and code completion for boto3.client("deadline").list_queue_environments
method.
boto3 documentation
# list_queue_environments method definition
def list_queue_environments(
self,
*,
farmId: str,
queueId: str,
nextToken: str = ...,
maxResults: int = ...,
) -> ListQueueEnvironmentsResponseTypeDef: # (1)
...
# list_queue_environments method usage example with argument unpacking
kwargs: ListQueueEnvironmentsRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
}
parent.list_queue_environments(**kwargs)
list_queue_fleet_associations#
Lists queue-fleet associations.
Type annotations and code completion for boto3.client("deadline").list_queue_fleet_associations
method.
boto3 documentation
# list_queue_fleet_associations method definition
def list_queue_fleet_associations(
self,
*,
farmId: str,
queueId: str = ...,
fleetId: str = ...,
nextToken: str = ...,
maxResults: int = ...,
) -> ListQueueFleetAssociationsResponseTypeDef: # (1)
...
# list_queue_fleet_associations method usage example with argument unpacking
kwargs: ListQueueFleetAssociationsRequestRequestTypeDef = { # (1)
"farmId": ...,
}
parent.list_queue_fleet_associations(**kwargs)
list_queue_members#
Lists the members in a queue.
Type annotations and code completion for boto3.client("deadline").list_queue_members
method.
boto3 documentation
# list_queue_members method definition
def list_queue_members(
self,
*,
farmId: str,
queueId: str,
nextToken: str = ...,
maxResults: int = ...,
) -> ListQueueMembersResponseTypeDef: # (1)
...
# list_queue_members method usage example with argument unpacking
kwargs: ListQueueMembersRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
}
parent.list_queue_members(**kwargs)
list_queues#
Lists queues.
Type annotations and code completion for boto3.client("deadline").list_queues
method.
boto3 documentation
# list_queues method definition
def list_queues(
self,
*,
farmId: str,
principalId: str = ...,
status: QueueStatusType = ..., # (1)
nextToken: str = ...,
maxResults: int = ...,
) -> ListQueuesResponseTypeDef: # (2)
...
# list_queues method usage example with argument unpacking
kwargs: ListQueuesRequestRequestTypeDef = { # (1)
"farmId": ...,
}
parent.list_queues(**kwargs)
list_session_actions#
Lists session actions.
Type annotations and code completion for boto3.client("deadline").list_session_actions
method.
boto3 documentation
# list_session_actions method definition
def list_session_actions(
self,
*,
farmId: str,
queueId: str,
jobId: str,
sessionId: str = ...,
taskId: str = ...,
nextToken: str = ...,
maxResults: int = ...,
) -> ListSessionActionsResponseTypeDef: # (1)
...
# list_session_actions method usage example with argument unpacking
kwargs: ListSessionActionsRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"jobId": ...,
}
parent.list_session_actions(**kwargs)
list_sessions#
Lists sessions.
Type annotations and code completion for boto3.client("deadline").list_sessions
method.
boto3 documentation
# list_sessions method definition
def list_sessions(
self,
*,
farmId: str,
queueId: str,
jobId: str,
nextToken: str = ...,
maxResults: int = ...,
) -> ListSessionsResponseTypeDef: # (1)
...
# list_sessions method usage example with argument unpacking
kwargs: ListSessionsRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"jobId": ...,
}
parent.list_sessions(**kwargs)
list_sessions_for_worker#
Lists sessions for a worker.
Type annotations and code completion for boto3.client("deadline").list_sessions_for_worker
method.
boto3 documentation
# list_sessions_for_worker method definition
def list_sessions_for_worker(
self,
*,
farmId: str,
fleetId: str,
workerId: str,
nextToken: str = ...,
maxResults: int = ...,
) -> ListSessionsForWorkerResponseTypeDef: # (1)
...
# list_sessions_for_worker method usage example with argument unpacking
kwargs: ListSessionsForWorkerRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetId": ...,
"workerId": ...,
}
parent.list_sessions_for_worker(**kwargs)
list_step_consumers#
Lists step consumers.
Type annotations and code completion for boto3.client("deadline").list_step_consumers
method.
boto3 documentation
# list_step_consumers method definition
def list_step_consumers(
self,
*,
farmId: str,
queueId: str,
jobId: str,
stepId: str,
nextToken: str = ...,
maxResults: int = ...,
) -> ListStepConsumersResponseTypeDef: # (1)
...
# list_step_consumers method usage example with argument unpacking
kwargs: ListStepConsumersRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"jobId": ...,
"stepId": ...,
}
parent.list_step_consumers(**kwargs)
list_step_dependencies#
Lists the dependencies for a step.
Type annotations and code completion for boto3.client("deadline").list_step_dependencies
method.
boto3 documentation
# list_step_dependencies method definition
def list_step_dependencies(
self,
*,
farmId: str,
queueId: str,
jobId: str,
stepId: str,
nextToken: str = ...,
maxResults: int = ...,
) -> ListStepDependenciesResponseTypeDef: # (1)
...
# list_step_dependencies method usage example with argument unpacking
kwargs: ListStepDependenciesRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"jobId": ...,
"stepId": ...,
}
parent.list_step_dependencies(**kwargs)
list_steps#
Lists steps for a job.
Type annotations and code completion for boto3.client("deadline").list_steps
method.
boto3 documentation
# list_steps method definition
def list_steps(
self,
*,
farmId: str,
queueId: str,
jobId: str,
nextToken: str = ...,
maxResults: int = ...,
) -> ListStepsResponseTypeDef: # (1)
...
# list_steps method usage example with argument unpacking
kwargs: ListStepsRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"jobId": ...,
}
parent.list_steps(**kwargs)
list_storage_profiles#
Lists storage profiles.
Type annotations and code completion for boto3.client("deadline").list_storage_profiles
method.
boto3 documentation
# list_storage_profiles method definition
def list_storage_profiles(
self,
*,
farmId: str,
nextToken: str = ...,
maxResults: int = ...,
) -> ListStorageProfilesResponseTypeDef: # (1)
...
# list_storage_profiles method usage example with argument unpacking
kwargs: ListStorageProfilesRequestRequestTypeDef = { # (1)
"farmId": ...,
}
parent.list_storage_profiles(**kwargs)
list_storage_profiles_for_queue#
Lists storage profiles for a queue.
Type annotations and code completion for boto3.client("deadline").list_storage_profiles_for_queue
method.
boto3 documentation
# list_storage_profiles_for_queue method definition
def list_storage_profiles_for_queue(
self,
*,
farmId: str,
queueId: str,
nextToken: str = ...,
maxResults: int = ...,
) -> ListStorageProfilesForQueueResponseTypeDef: # (1)
...
# list_storage_profiles_for_queue method usage example with argument unpacking
kwargs: ListStorageProfilesForQueueRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
}
parent.list_storage_profiles_for_queue(**kwargs)
list_tags_for_resource#
Lists tags for a resource.
Type annotations and code completion for boto3.client("deadline").list_tags_for_resource
method.
boto3 documentation
# list_tags_for_resource method definition
def list_tags_for_resource(
self,
*,
resourceArn: str,
) -> ListTagsForResourceResponseTypeDef: # (1)
...
# list_tags_for_resource method usage example with argument unpacking
kwargs: ListTagsForResourceRequestRequestTypeDef = { # (1)
"resourceArn": ...,
}
parent.list_tags_for_resource(**kwargs)
list_tasks#
Lists tasks for a job.
Type annotations and code completion for boto3.client("deadline").list_tasks
method.
boto3 documentation
# list_tasks method definition
def list_tasks(
self,
*,
farmId: str,
queueId: str,
jobId: str,
stepId: str,
nextToken: str = ...,
maxResults: int = ...,
) -> ListTasksResponseTypeDef: # (1)
...
# list_tasks method usage example with argument unpacking
kwargs: ListTasksRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"jobId": ...,
"stepId": ...,
}
parent.list_tasks(**kwargs)
list_workers#
Lists workers.
Type annotations and code completion for boto3.client("deadline").list_workers
method.
boto3 documentation
# list_workers method definition
def list_workers(
self,
*,
farmId: str,
fleetId: str,
nextToken: str = ...,
maxResults: int = ...,
) -> ListWorkersResponseTypeDef: # (1)
...
# list_workers method usage example with argument unpacking
kwargs: ListWorkersRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetId": ...,
}
parent.list_workers(**kwargs)
put_metered_product#
Adds a metered product.
Type annotations and code completion for boto3.client("deadline").put_metered_product
method.
boto3 documentation
# put_metered_product method definition
def put_metered_product(
self,
*,
licenseEndpointId: str,
productId: str,
) -> Dict[str, Any]:
...
# put_metered_product method usage example with argument unpacking
kwargs: PutMeteredProductRequestRequestTypeDef = { # (1)
"licenseEndpointId": ...,
"productId": ...,
}
parent.put_metered_product(**kwargs)
search_jobs#
Searches for jobs.
Type annotations and code completion for boto3.client("deadline").search_jobs
method.
boto3 documentation
# search_jobs method definition
def search_jobs(
self,
*,
farmId: str,
queueIds: Sequence[str],
itemOffset: int,
filterExpressions: SearchGroupedFilterExpressionsTypeDef = ..., # (1)
sortExpressions: Sequence[SearchSortExpressionTypeDef] = ..., # (2)
pageSize: int = ...,
) -> SearchJobsResponseTypeDef: # (3)
...
- See SearchGroupedFilterExpressionsTypeDef
- See SearchSortExpressionTypeDef
- See SearchJobsResponseTypeDef
# search_jobs method usage example with argument unpacking
kwargs: SearchJobsRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueIds": ...,
"itemOffset": ...,
}
parent.search_jobs(**kwargs)
search_steps#
Searches for steps.
Type annotations and code completion for boto3.client("deadline").search_steps
method.
boto3 documentation
# search_steps method definition
def search_steps(
self,
*,
farmId: str,
queueIds: Sequence[str],
itemOffset: int,
jobId: str = ...,
filterExpressions: SearchGroupedFilterExpressionsTypeDef = ..., # (1)
sortExpressions: Sequence[SearchSortExpressionTypeDef] = ..., # (2)
pageSize: int = ...,
) -> SearchStepsResponseTypeDef: # (3)
...
- See SearchGroupedFilterExpressionsTypeDef
- See SearchSortExpressionTypeDef
- See SearchStepsResponseTypeDef
# search_steps method usage example with argument unpacking
kwargs: SearchStepsRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueIds": ...,
"itemOffset": ...,
}
parent.search_steps(**kwargs)
search_tasks#
Searches for tasks.
Type annotations and code completion for boto3.client("deadline").search_tasks
method.
boto3 documentation
# search_tasks method definition
def search_tasks(
self,
*,
farmId: str,
queueIds: Sequence[str],
itemOffset: int,
jobId: str = ...,
filterExpressions: SearchGroupedFilterExpressionsTypeDef = ..., # (1)
sortExpressions: Sequence[SearchSortExpressionTypeDef] = ..., # (2)
pageSize: int = ...,
) -> SearchTasksResponseTypeDef: # (3)
...
- See SearchGroupedFilterExpressionsTypeDef
- See SearchSortExpressionTypeDef
- See SearchTasksResponseTypeDef
# search_tasks method usage example with argument unpacking
kwargs: SearchTasksRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueIds": ...,
"itemOffset": ...,
}
parent.search_tasks(**kwargs)
search_workers#
Searches for workers.
Type annotations and code completion for boto3.client("deadline").search_workers
method.
boto3 documentation
# search_workers method definition
def search_workers(
self,
*,
farmId: str,
fleetIds: Sequence[str],
itemOffset: int,
filterExpressions: SearchGroupedFilterExpressionsTypeDef = ..., # (1)
sortExpressions: Sequence[SearchSortExpressionTypeDef] = ..., # (2)
pageSize: int = ...,
) -> SearchWorkersResponseTypeDef: # (3)
...
- See SearchGroupedFilterExpressionsTypeDef
- See SearchSortExpressionTypeDef
- See SearchWorkersResponseTypeDef
# search_workers method usage example with argument unpacking
kwargs: SearchWorkersRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetIds": ...,
"itemOffset": ...,
}
parent.search_workers(**kwargs)
start_sessions_statistics_aggregation#
Starts an asynchronous request for getting aggregated statistics about queues and farms.
Type annotations and code completion for boto3.client("deadline").start_sessions_statistics_aggregation
method.
boto3 documentation
# start_sessions_statistics_aggregation method definition
def start_sessions_statistics_aggregation(
self,
*,
farmId: str,
resourceIds: SessionsStatisticsResourcesTypeDef, # (1)
startTime: TimestampTypeDef,
endTime: TimestampTypeDef,
groupBy: Sequence[UsageGroupByFieldType], # (2)
statistics: Sequence[UsageStatisticType], # (3)
timezone: str = ...,
period: PeriodType = ..., # (4)
) -> StartSessionsStatisticsAggregationResponseTypeDef: # (5)
...
- See SessionsStatisticsResourcesTypeDef
- See UsageGroupByFieldType
- See UsageStatisticType
- See PeriodType
- See StartSessionsStatisticsAggregationResponseTypeDef
# start_sessions_statistics_aggregation method usage example with argument unpacking
kwargs: StartSessionsStatisticsAggregationRequestRequestTypeDef = { # (1)
"farmId": ...,
"resourceIds": ...,
"startTime": ...,
"endTime": ...,
"groupBy": ...,
"statistics": ...,
}
parent.start_sessions_statistics_aggregation(**kwargs)
tag_resource#
Tags a resource using the resource's ARN and desired tags.
Type annotations and code completion for boto3.client("deadline").tag_resource
method.
boto3 documentation
# tag_resource method definition
def tag_resource(
self,
*,
resourceArn: str,
tags: Mapping[str, str] = ...,
) -> Dict[str, Any]:
...
# tag_resource method usage example with argument unpacking
kwargs: TagResourceRequestRequestTypeDef = { # (1)
"resourceArn": ...,
}
parent.tag_resource(**kwargs)
untag_resource#
Removes a tag from a resource using the resource's ARN and tag to remove.
Type annotations and code completion for boto3.client("deadline").untag_resource
method.
boto3 documentation
# untag_resource method definition
def untag_resource(
self,
*,
resourceArn: str,
tagKeys: Sequence[str],
) -> Dict[str, Any]:
...
# untag_resource method usage example with argument unpacking
kwargs: UntagResourceRequestRequestTypeDef = { # (1)
"resourceArn": ...,
"tagKeys": ...,
}
parent.untag_resource(**kwargs)
update_budget#
Updates a budget that sets spending thresholds for rendering activity.
Type annotations and code completion for boto3.client("deadline").update_budget
method.
boto3 documentation
# update_budget method definition
def update_budget(
self,
*,
farmId: str,
budgetId: str,
clientToken: str = ...,
displayName: str = ...,
description: str = ...,
status: BudgetStatusType = ..., # (1)
approximateDollarLimit: float = ...,
actionsToAdd: Sequence[BudgetActionToAddTypeDef] = ..., # (2)
actionsToRemove: Sequence[BudgetActionToRemoveTypeDef] = ..., # (3)
schedule: BudgetScheduleTypeDef = ..., # (4)
) -> Dict[str, Any]:
...
- See BudgetStatusType
- See BudgetActionToAddTypeDef
- See BudgetActionToRemoveTypeDef
- See BudgetScheduleTypeDef
# update_budget method usage example with argument unpacking
kwargs: UpdateBudgetRequestRequestTypeDef = { # (1)
"farmId": ...,
"budgetId": ...,
}
parent.update_budget(**kwargs)
update_farm#
Updates a farm.
Type annotations and code completion for boto3.client("deadline").update_farm
method.
boto3 documentation
# update_farm method definition
def update_farm(
self,
*,
farmId: str,
displayName: str = ...,
description: str = ...,
) -> Dict[str, Any]:
...
# update_farm method usage example with argument unpacking
kwargs: UpdateFarmRequestRequestTypeDef = { # (1)
"farmId": ...,
}
parent.update_farm(**kwargs)
update_fleet#
Updates a fleet.
Type annotations and code completion for boto3.client("deadline").update_fleet
method.
boto3 documentation
# update_fleet method definition
def update_fleet(
self,
*,
farmId: str,
fleetId: str,
clientToken: str = ...,
displayName: str = ...,
description: str = ...,
roleArn: str = ...,
minWorkerCount: int = ...,
maxWorkerCount: int = ...,
configuration: FleetConfigurationTypeDef = ..., # (1)
) -> Dict[str, Any]:
...
# update_fleet method usage example with argument unpacking
kwargs: UpdateFleetRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetId": ...,
}
parent.update_fleet(**kwargs)
update_job#
Updates a job.
Type annotations and code completion for boto3.client("deadline").update_job
method.
boto3 documentation
# update_job method definition
def update_job(
self,
*,
farmId: str,
queueId: str,
jobId: str,
clientToken: str = ...,
targetTaskRunStatus: JobTargetTaskRunStatusType = ..., # (1)
priority: int = ...,
maxFailedTasksCount: int = ...,
maxRetriesPerTask: int = ...,
lifecycleStatus: UpdateJobLifecycleStatusType = ..., # (2)
) -> Dict[str, Any]:
...
# update_job method usage example with argument unpacking
kwargs: UpdateJobRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"jobId": ...,
}
parent.update_job(**kwargs)
update_monitor#
Modifies the settings for a Deadline Cloud monitor.
Type annotations and code completion for boto3.client("deadline").update_monitor
method.
boto3 documentation
# update_monitor method definition
def update_monitor(
self,
*,
monitorId: str,
subdomain: str = ...,
displayName: str = ...,
roleArn: str = ...,
) -> Dict[str, Any]:
...
# update_monitor method usage example with argument unpacking
kwargs: UpdateMonitorRequestRequestTypeDef = { # (1)
"monitorId": ...,
}
parent.update_monitor(**kwargs)
update_queue#
Updates a queue.
Type annotations and code completion for boto3.client("deadline").update_queue
method.
boto3 documentation
# update_queue method definition
def update_queue(
self,
*,
farmId: str,
queueId: str,
clientToken: str = ...,
displayName: str = ...,
description: str = ...,
defaultBudgetAction: DefaultQueueBudgetActionType = ..., # (1)
jobAttachmentSettings: JobAttachmentSettingsTypeDef = ..., # (2)
roleArn: str = ...,
jobRunAsUser: JobRunAsUserTypeDef = ..., # (3)
requiredFileSystemLocationNamesToAdd: Sequence[str] = ...,
requiredFileSystemLocationNamesToRemove: Sequence[str] = ...,
allowedStorageProfileIdsToAdd: Sequence[str] = ...,
allowedStorageProfileIdsToRemove: Sequence[str] = ...,
) -> Dict[str, Any]:
...
# update_queue method usage example with argument unpacking
kwargs: UpdateQueueRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
}
parent.update_queue(**kwargs)
update_queue_environment#
Updates the queue environment.
Type annotations and code completion for boto3.client("deadline").update_queue_environment
method.
boto3 documentation
# update_queue_environment method definition
def update_queue_environment(
self,
*,
farmId: str,
queueId: str,
queueEnvironmentId: str,
clientToken: str = ...,
priority: int = ...,
templateType: EnvironmentTemplateTypeType = ..., # (1)
template: str = ...,
) -> Dict[str, Any]:
...
# update_queue_environment method usage example with argument unpacking
kwargs: UpdateQueueEnvironmentRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"queueEnvironmentId": ...,
}
parent.update_queue_environment(**kwargs)
update_queue_fleet_association#
Updates a queue-fleet association.
Type annotations and code completion for boto3.client("deadline").update_queue_fleet_association
method.
boto3 documentation
# update_queue_fleet_association method definition
def update_queue_fleet_association(
self,
*,
farmId: str,
queueId: str,
fleetId: str,
status: UpdateQueueFleetAssociationStatusType, # (1)
) -> Dict[str, Any]:
...
# update_queue_fleet_association method usage example with argument unpacking
kwargs: UpdateQueueFleetAssociationRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"fleetId": ...,
"status": ...,
}
parent.update_queue_fleet_association(**kwargs)
update_session#
Updates a session.
Type annotations and code completion for boto3.client("deadline").update_session
method.
boto3 documentation
# update_session method definition
def update_session(
self,
*,
farmId: str,
queueId: str,
jobId: str,
sessionId: str,
targetLifecycleStatus: SessionLifecycleTargetStatusType, # (1)
clientToken: str = ...,
) -> Dict[str, Any]:
...
# update_session method usage example with argument unpacking
kwargs: UpdateSessionRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"jobId": ...,
"sessionId": ...,
"targetLifecycleStatus": ...,
}
parent.update_session(**kwargs)
update_step#
Updates a step.
Type annotations and code completion for boto3.client("deadline").update_step
method.
boto3 documentation
# update_step method definition
def update_step(
self,
*,
farmId: str,
queueId: str,
jobId: str,
stepId: str,
targetTaskRunStatus: StepTargetTaskRunStatusType, # (1)
clientToken: str = ...,
) -> Dict[str, Any]:
...
# update_step method usage example with argument unpacking
kwargs: UpdateStepRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"jobId": ...,
"stepId": ...,
"targetTaskRunStatus": ...,
}
parent.update_step(**kwargs)
update_storage_profile#
Updates a storage profile.
Type annotations and code completion for boto3.client("deadline").update_storage_profile
method.
boto3 documentation
# update_storage_profile method definition
def update_storage_profile(
self,
*,
farmId: str,
storageProfileId: str,
clientToken: str = ...,
displayName: str = ...,
osFamily: StorageProfileOperatingSystemFamilyType = ..., # (1)
fileSystemLocationsToAdd: Sequence[FileSystemLocationTypeDef] = ..., # (2)
fileSystemLocationsToRemove: Sequence[FileSystemLocationTypeDef] = ..., # (2)
) -> Dict[str, Any]:
...
- See StorageProfileOperatingSystemFamilyType
- See FileSystemLocationTypeDef
- See FileSystemLocationTypeDef
# update_storage_profile method usage example with argument unpacking
kwargs: UpdateStorageProfileRequestRequestTypeDef = { # (1)
"farmId": ...,
"storageProfileId": ...,
}
parent.update_storage_profile(**kwargs)
update_task#
Updates a task.
Type annotations and code completion for boto3.client("deadline").update_task
method.
boto3 documentation
# update_task method definition
def update_task(
self,
*,
farmId: str,
queueId: str,
jobId: str,
stepId: str,
taskId: str,
targetRunStatus: TaskTargetRunStatusType, # (1)
clientToken: str = ...,
) -> Dict[str, Any]:
...
# update_task method usage example with argument unpacking
kwargs: UpdateTaskRequestRequestTypeDef = { # (1)
"farmId": ...,
"queueId": ...,
"jobId": ...,
"stepId": ...,
"taskId": ...,
"targetRunStatus": ...,
}
parent.update_task(**kwargs)
update_worker#
Updates a worker.
Type annotations and code completion for boto3.client("deadline").update_worker
method.
boto3 documentation
# update_worker method definition
def update_worker(
self,
*,
farmId: str,
fleetId: str,
workerId: str,
status: UpdatedWorkerStatusType = ..., # (1)
capabilities: WorkerCapabilitiesTypeDef = ..., # (2)
hostProperties: HostPropertiesRequestTypeDef = ..., # (3)
) -> UpdateWorkerResponseTypeDef: # (4)
...
- See UpdatedWorkerStatusType
- See WorkerCapabilitiesTypeDef
- See HostPropertiesRequestTypeDef
- See UpdateWorkerResponseTypeDef
# update_worker method usage example with argument unpacking
kwargs: UpdateWorkerRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetId": ...,
"workerId": ...,
}
parent.update_worker(**kwargs)
update_worker_schedule#
Updates the schedule for a worker.
Type annotations and code completion for boto3.client("deadline").update_worker_schedule
method.
boto3 documentation
# update_worker_schedule method definition
def update_worker_schedule(
self,
*,
farmId: str,
fleetId: str,
workerId: str,
updatedSessionActions: Mapping[str, UpdatedSessionActionInfoTypeDef] = ..., # (1)
) -> UpdateWorkerScheduleResponseTypeDef: # (2)
...
# update_worker_schedule method usage example with argument unpacking
kwargs: UpdateWorkerScheduleRequestRequestTypeDef = { # (1)
"farmId": ...,
"fleetId": ...,
"workerId": ...,
}
parent.update_worker_schedule(**kwargs)
get_paginator#
Type annotations and code completion for boto3.client("deadline").get_paginator
method with overloads.
client.get_paginator("get_sessions_statistics_aggregation")
-> GetSessionsStatisticsAggregationPaginatorclient.get_paginator("list_available_metered_products")
-> ListAvailableMeteredProductsPaginatorclient.get_paginator("list_budgets")
-> ListBudgetsPaginatorclient.get_paginator("list_farm_members")
-> ListFarmMembersPaginatorclient.get_paginator("list_farms")
-> ListFarmsPaginatorclient.get_paginator("list_fleet_members")
-> ListFleetMembersPaginatorclient.get_paginator("list_fleets")
-> ListFleetsPaginatorclient.get_paginator("list_job_members")
-> ListJobMembersPaginatorclient.get_paginator("list_job_parameter_definitions")
-> ListJobParameterDefinitionsPaginatorclient.get_paginator("list_jobs")
-> ListJobsPaginatorclient.get_paginator("list_license_endpoints")
-> ListLicenseEndpointsPaginatorclient.get_paginator("list_metered_products")
-> ListMeteredProductsPaginatorclient.get_paginator("list_monitors")
-> ListMonitorsPaginatorclient.get_paginator("list_queue_environments")
-> ListQueueEnvironmentsPaginatorclient.get_paginator("list_queue_fleet_associations")
-> ListQueueFleetAssociationsPaginatorclient.get_paginator("list_queue_members")
-> ListQueueMembersPaginatorclient.get_paginator("list_queues")
-> ListQueuesPaginatorclient.get_paginator("list_session_actions")
-> ListSessionActionsPaginatorclient.get_paginator("list_sessions_for_worker")
-> ListSessionsForWorkerPaginatorclient.get_paginator("list_sessions")
-> ListSessionsPaginatorclient.get_paginator("list_step_consumers")
-> ListStepConsumersPaginatorclient.get_paginator("list_step_dependencies")
-> ListStepDependenciesPaginatorclient.get_paginator("list_steps")
-> ListStepsPaginatorclient.get_paginator("list_storage_profiles_for_queue")
-> ListStorageProfilesForQueuePaginatorclient.get_paginator("list_storage_profiles")
-> ListStorageProfilesPaginatorclient.get_paginator("list_tasks")
-> ListTasksPaginatorclient.get_paginator("list_workers")
-> ListWorkersPaginator
get_waiter#
Type annotations and code completion for boto3.client("deadline").get_waiter
method with overloads.
client.get_waiter("fleet_active")
-> FleetActiveWaiterclient.get_waiter("job_create_complete")
-> JobCreateCompleteWaiterclient.get_waiter("license_endpoint_deleted")
-> LicenseEndpointDeletedWaiterclient.get_waiter("license_endpoint_valid")
-> LicenseEndpointValidWaiterclient.get_waiter("queue_fleet_association_stopped")
-> QueueFleetAssociationStoppedWaiterclient.get_waiter("queue_scheduling_blocked")
-> QueueSchedulingBlockedWaiterclient.get_waiter("queue_scheduling")
-> QueueSchedulingWaiter