@aws-sdk/client-deadline 3.546.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +1027 -0
- package/dist-cjs/Deadline.js +215 -0
- package/dist-cjs/DeadlineClient.js +56 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/AssociateMemberToFarmCommand.js +28 -0
- package/dist-cjs/commands/AssociateMemberToFleetCommand.js +28 -0
- package/dist-cjs/commands/AssociateMemberToJobCommand.js +28 -0
- package/dist-cjs/commands/AssociateMemberToQueueCommand.js +28 -0
- package/dist-cjs/commands/AssumeFleetRoleForReadCommand.js +29 -0
- package/dist-cjs/commands/AssumeFleetRoleForWorkerCommand.js +29 -0
- package/dist-cjs/commands/AssumeQueueRoleForReadCommand.js +29 -0
- package/dist-cjs/commands/AssumeQueueRoleForUserCommand.js +29 -0
- package/dist-cjs/commands/AssumeQueueRoleForWorkerCommand.js +29 -0
- package/dist-cjs/commands/BatchGetJobEntityCommand.js +29 -0
- package/dist-cjs/commands/CopyJobTemplateCommand.js +28 -0
- package/dist-cjs/commands/CreateBudgetCommand.js +29 -0
- package/dist-cjs/commands/CreateFarmCommand.js +29 -0
- package/dist-cjs/commands/CreateFleetCommand.js +29 -0
- package/dist-cjs/commands/CreateJobCommand.js +29 -0
- package/dist-cjs/commands/CreateLicenseEndpointCommand.js +28 -0
- package/dist-cjs/commands/CreateMonitorCommand.js +28 -0
- package/dist-cjs/commands/CreateQueueCommand.js +29 -0
- package/dist-cjs/commands/CreateQueueEnvironmentCommand.js +29 -0
- package/dist-cjs/commands/CreateQueueFleetAssociationCommand.js +28 -0
- package/dist-cjs/commands/CreateStorageProfileCommand.js +29 -0
- package/dist-cjs/commands/CreateWorkerCommand.js +28 -0
- package/dist-cjs/commands/DeleteBudgetCommand.js +28 -0
- package/dist-cjs/commands/DeleteFarmCommand.js +28 -0
- package/dist-cjs/commands/DeleteFleetCommand.js +28 -0
- package/dist-cjs/commands/DeleteLicenseEndpointCommand.js +28 -0
- package/dist-cjs/commands/DeleteMeteredProductCommand.js +28 -0
- package/dist-cjs/commands/DeleteMonitorCommand.js +28 -0
- package/dist-cjs/commands/DeleteQueueCommand.js +28 -0
- package/dist-cjs/commands/DeleteQueueEnvironmentCommand.js +28 -0
- package/dist-cjs/commands/DeleteQueueFleetAssociationCommand.js +28 -0
- package/dist-cjs/commands/DeleteStorageProfileCommand.js +28 -0
- package/dist-cjs/commands/DeleteWorkerCommand.js +28 -0
- package/dist-cjs/commands/DisassociateMemberFromFarmCommand.js +28 -0
- package/dist-cjs/commands/DisassociateMemberFromFleetCommand.js +28 -0
- package/dist-cjs/commands/DisassociateMemberFromJobCommand.js +28 -0
- package/dist-cjs/commands/DisassociateMemberFromQueueCommand.js +28 -0
- package/dist-cjs/commands/GetBudgetCommand.js +29 -0
- package/dist-cjs/commands/GetFarmCommand.js +29 -0
- package/dist-cjs/commands/GetFleetCommand.js +29 -0
- package/dist-cjs/commands/GetJobCommand.js +29 -0
- package/dist-cjs/commands/GetLicenseEndpointCommand.js +28 -0
- package/dist-cjs/commands/GetMonitorCommand.js +28 -0
- package/dist-cjs/commands/GetQueueCommand.js +29 -0
- package/dist-cjs/commands/GetQueueEnvironmentCommand.js +29 -0
- package/dist-cjs/commands/GetQueueFleetAssociationCommand.js +28 -0
- package/dist-cjs/commands/GetSessionActionCommand.js +29 -0
- package/dist-cjs/commands/GetSessionCommand.js +28 -0
- package/dist-cjs/commands/GetSessionsStatisticsAggregationCommand.js +28 -0
- package/dist-cjs/commands/GetStepCommand.js +29 -0
- package/dist-cjs/commands/GetStorageProfileCommand.js +29 -0
- package/dist-cjs/commands/GetStorageProfileForQueueCommand.js +29 -0
- package/dist-cjs/commands/GetTaskCommand.js +29 -0
- package/dist-cjs/commands/GetWorkerCommand.js +28 -0
- package/dist-cjs/commands/ListAvailableMeteredProductsCommand.js +28 -0
- package/dist-cjs/commands/ListBudgetsCommand.js +29 -0
- package/dist-cjs/commands/ListFarmMembersCommand.js +28 -0
- package/dist-cjs/commands/ListFarmsCommand.js +28 -0
- package/dist-cjs/commands/ListFleetMembersCommand.js +28 -0
- package/dist-cjs/commands/ListFleetsCommand.js +28 -0
- package/dist-cjs/commands/ListJobMembersCommand.js +28 -0
- package/dist-cjs/commands/ListJobsCommand.js +28 -0
- package/dist-cjs/commands/ListLicenseEndpointsCommand.js +28 -0
- package/dist-cjs/commands/ListMeteredProductsCommand.js +28 -0
- package/dist-cjs/commands/ListMonitorsCommand.js +28 -0
- package/dist-cjs/commands/ListQueueEnvironmentsCommand.js +28 -0
- package/dist-cjs/commands/ListQueueFleetAssociationsCommand.js +28 -0
- package/dist-cjs/commands/ListQueueMembersCommand.js +28 -0
- package/dist-cjs/commands/ListQueuesCommand.js +28 -0
- package/dist-cjs/commands/ListSessionActionsCommand.js +28 -0
- package/dist-cjs/commands/ListSessionsCommand.js +28 -0
- package/dist-cjs/commands/ListSessionsForWorkerCommand.js +28 -0
- package/dist-cjs/commands/ListStepConsumersCommand.js +28 -0
- package/dist-cjs/commands/ListStepDependenciesCommand.js +28 -0
- package/dist-cjs/commands/ListStepsCommand.js +28 -0
- package/dist-cjs/commands/ListStorageProfilesCommand.js +28 -0
- package/dist-cjs/commands/ListStorageProfilesForQueueCommand.js +28 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +28 -0
- package/dist-cjs/commands/ListTasksCommand.js +29 -0
- package/dist-cjs/commands/ListWorkersCommand.js +28 -0
- package/dist-cjs/commands/PutMeteredProductCommand.js +28 -0
- package/dist-cjs/commands/SearchJobsCommand.js +29 -0
- package/dist-cjs/commands/SearchStepsCommand.js +28 -0
- package/dist-cjs/commands/SearchTasksCommand.js +29 -0
- package/dist-cjs/commands/SearchWorkersCommand.js +28 -0
- package/dist-cjs/commands/StartSessionsStatisticsAggregationCommand.js +28 -0
- package/dist-cjs/commands/TagResourceCommand.js +28 -0
- package/dist-cjs/commands/UntagResourceCommand.js +28 -0
- package/dist-cjs/commands/UpdateBudgetCommand.js +29 -0
- package/dist-cjs/commands/UpdateFarmCommand.js +29 -0
- package/dist-cjs/commands/UpdateFleetCommand.js +29 -0
- package/dist-cjs/commands/UpdateJobCommand.js +28 -0
- package/dist-cjs/commands/UpdateMonitorCommand.js +28 -0
- package/dist-cjs/commands/UpdateQueueCommand.js +29 -0
- package/dist-cjs/commands/UpdateQueueEnvironmentCommand.js +29 -0
- package/dist-cjs/commands/UpdateQueueFleetAssociationCommand.js +28 -0
- package/dist-cjs/commands/UpdateSessionCommand.js +28 -0
- package/dist-cjs/commands/UpdateStepCommand.js +28 -0
- package/dist-cjs/commands/UpdateStorageProfileCommand.js +29 -0
- package/dist-cjs/commands/UpdateTaskCommand.js +28 -0
- package/dist-cjs/commands/UpdateWorkerCommand.js +28 -0
- package/dist-cjs/commands/UpdateWorkerScheduleCommand.js +29 -0
- package/dist-cjs/commands/index.js +105 -0
- package/dist-cjs/endpoint/EndpointParameters.js +18 -0
- package/dist-cjs/endpoint/endpointResolver.js +14 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +12 -0
- package/dist-cjs/models/DeadlineServiceException.js +12 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/models_0.js +832 -0
- package/dist-cjs/models/models_1.js +141 -0
- package/dist-cjs/pagination/GetSessionsStatisticsAggregationPaginator.js +7 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAvailableMeteredProductsPaginator.js +7 -0
- package/dist-cjs/pagination/ListBudgetsPaginator.js +7 -0
- package/dist-cjs/pagination/ListFarmMembersPaginator.js +7 -0
- package/dist-cjs/pagination/ListFarmsPaginator.js +7 -0
- package/dist-cjs/pagination/ListFleetMembersPaginator.js +7 -0
- package/dist-cjs/pagination/ListFleetsPaginator.js +7 -0
- package/dist-cjs/pagination/ListJobMembersPaginator.js +7 -0
- package/dist-cjs/pagination/ListJobsPaginator.js +7 -0
- package/dist-cjs/pagination/ListLicenseEndpointsPaginator.js +7 -0
- package/dist-cjs/pagination/ListMeteredProductsPaginator.js +7 -0
- package/dist-cjs/pagination/ListMonitorsPaginator.js +7 -0
- package/dist-cjs/pagination/ListQueueEnvironmentsPaginator.js +7 -0
- package/dist-cjs/pagination/ListQueueFleetAssociationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListQueueMembersPaginator.js +7 -0
- package/dist-cjs/pagination/ListQueuesPaginator.js +7 -0
- package/dist-cjs/pagination/ListSessionActionsPaginator.js +7 -0
- package/dist-cjs/pagination/ListSessionsForWorkerPaginator.js +7 -0
- package/dist-cjs/pagination/ListSessionsPaginator.js +7 -0
- package/dist-cjs/pagination/ListStepConsumersPaginator.js +7 -0
- package/dist-cjs/pagination/ListStepDependenciesPaginator.js +7 -0
- package/dist-cjs/pagination/ListStepsPaginator.js +7 -0
- package/dist-cjs/pagination/ListStorageProfilesForQueuePaginator.js +7 -0
- package/dist-cjs/pagination/ListStorageProfilesPaginator.js +7 -0
- package/dist-cjs/pagination/ListTasksPaginator.js +7 -0
- package/dist-cjs/pagination/ListWorkersPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +30 -0
- package/dist-cjs/protocols/Aws_restJson1.js +4960 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +49 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +25 -0
- package/dist-cjs/waiters/index.js +10 -0
- package/dist-cjs/waiters/waitForFleetActive.js +54 -0
- package/dist-cjs/waiters/waitForJobCreateComplete.js +81 -0
- package/dist-cjs/waiters/waitForLicenseEndpointDeleted.js +39 -0
- package/dist-cjs/waiters/waitForLicenseEndpointValid.js +45 -0
- package/dist-cjs/waiters/waitForQueueFleetAssociationStopped.js +36 -0
- package/dist-cjs/waiters/waitForQueueScheduling.js +36 -0
- package/dist-cjs/waiters/waitForQueueSchedulingBlocked.js +36 -0
- package/dist-es/Deadline.js +211 -0
- package/dist-es/DeadlineClient.js +52 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/AssociateMemberToFarmCommand.js +24 -0
- package/dist-es/commands/AssociateMemberToFleetCommand.js +24 -0
- package/dist-es/commands/AssociateMemberToJobCommand.js +24 -0
- package/dist-es/commands/AssociateMemberToQueueCommand.js +24 -0
- package/dist-es/commands/AssumeFleetRoleForReadCommand.js +25 -0
- package/dist-es/commands/AssumeFleetRoleForWorkerCommand.js +25 -0
- package/dist-es/commands/AssumeQueueRoleForReadCommand.js +25 -0
- package/dist-es/commands/AssumeQueueRoleForUserCommand.js +25 -0
- package/dist-es/commands/AssumeQueueRoleForWorkerCommand.js +25 -0
- package/dist-es/commands/BatchGetJobEntityCommand.js +25 -0
- package/dist-es/commands/CopyJobTemplateCommand.js +24 -0
- package/dist-es/commands/CreateBudgetCommand.js +25 -0
- package/dist-es/commands/CreateFarmCommand.js +25 -0
- package/dist-es/commands/CreateFleetCommand.js +25 -0
- package/dist-es/commands/CreateJobCommand.js +25 -0
- package/dist-es/commands/CreateLicenseEndpointCommand.js +24 -0
- package/dist-es/commands/CreateMonitorCommand.js +24 -0
- package/dist-es/commands/CreateQueueCommand.js +25 -0
- package/dist-es/commands/CreateQueueEnvironmentCommand.js +25 -0
- package/dist-es/commands/CreateQueueFleetAssociationCommand.js +24 -0
- package/dist-es/commands/CreateStorageProfileCommand.js +25 -0
- package/dist-es/commands/CreateWorkerCommand.js +24 -0
- package/dist-es/commands/DeleteBudgetCommand.js +24 -0
- package/dist-es/commands/DeleteFarmCommand.js +24 -0
- package/dist-es/commands/DeleteFleetCommand.js +24 -0
- package/dist-es/commands/DeleteLicenseEndpointCommand.js +24 -0
- package/dist-es/commands/DeleteMeteredProductCommand.js +24 -0
- package/dist-es/commands/DeleteMonitorCommand.js +24 -0
- package/dist-es/commands/DeleteQueueCommand.js +24 -0
- package/dist-es/commands/DeleteQueueEnvironmentCommand.js +24 -0
- package/dist-es/commands/DeleteQueueFleetAssociationCommand.js +24 -0
- package/dist-es/commands/DeleteStorageProfileCommand.js +24 -0
- package/dist-es/commands/DeleteWorkerCommand.js +24 -0
- package/dist-es/commands/DisassociateMemberFromFarmCommand.js +24 -0
- package/dist-es/commands/DisassociateMemberFromFleetCommand.js +24 -0
- package/dist-es/commands/DisassociateMemberFromJobCommand.js +24 -0
- package/dist-es/commands/DisassociateMemberFromQueueCommand.js +24 -0
- package/dist-es/commands/GetBudgetCommand.js +25 -0
- package/dist-es/commands/GetFarmCommand.js +25 -0
- package/dist-es/commands/GetFleetCommand.js +25 -0
- package/dist-es/commands/GetJobCommand.js +25 -0
- package/dist-es/commands/GetLicenseEndpointCommand.js +24 -0
- package/dist-es/commands/GetMonitorCommand.js +24 -0
- package/dist-es/commands/GetQueueCommand.js +25 -0
- package/dist-es/commands/GetQueueEnvironmentCommand.js +25 -0
- package/dist-es/commands/GetQueueFleetAssociationCommand.js +24 -0
- package/dist-es/commands/GetSessionActionCommand.js +25 -0
- package/dist-es/commands/GetSessionCommand.js +24 -0
- package/dist-es/commands/GetSessionsStatisticsAggregationCommand.js +24 -0
- package/dist-es/commands/GetStepCommand.js +25 -0
- package/dist-es/commands/GetStorageProfileCommand.js +25 -0
- package/dist-es/commands/GetStorageProfileForQueueCommand.js +25 -0
- package/dist-es/commands/GetTaskCommand.js +25 -0
- package/dist-es/commands/GetWorkerCommand.js +24 -0
- package/dist-es/commands/ListAvailableMeteredProductsCommand.js +24 -0
- package/dist-es/commands/ListBudgetsCommand.js +25 -0
- package/dist-es/commands/ListFarmMembersCommand.js +24 -0
- package/dist-es/commands/ListFarmsCommand.js +24 -0
- package/dist-es/commands/ListFleetMembersCommand.js +24 -0
- package/dist-es/commands/ListFleetsCommand.js +24 -0
- package/dist-es/commands/ListJobMembersCommand.js +24 -0
- package/dist-es/commands/ListJobsCommand.js +24 -0
- package/dist-es/commands/ListLicenseEndpointsCommand.js +24 -0
- package/dist-es/commands/ListMeteredProductsCommand.js +24 -0
- package/dist-es/commands/ListMonitorsCommand.js +24 -0
- package/dist-es/commands/ListQueueEnvironmentsCommand.js +24 -0
- package/dist-es/commands/ListQueueFleetAssociationsCommand.js +24 -0
- package/dist-es/commands/ListQueueMembersCommand.js +24 -0
- package/dist-es/commands/ListQueuesCommand.js +24 -0
- package/dist-es/commands/ListSessionActionsCommand.js +24 -0
- package/dist-es/commands/ListSessionsCommand.js +24 -0
- package/dist-es/commands/ListSessionsForWorkerCommand.js +24 -0
- package/dist-es/commands/ListStepConsumersCommand.js +24 -0
- package/dist-es/commands/ListStepDependenciesCommand.js +24 -0
- package/dist-es/commands/ListStepsCommand.js +24 -0
- package/dist-es/commands/ListStorageProfilesCommand.js +24 -0
- package/dist-es/commands/ListStorageProfilesForQueueCommand.js +24 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +24 -0
- package/dist-es/commands/ListTasksCommand.js +25 -0
- package/dist-es/commands/ListWorkersCommand.js +24 -0
- package/dist-es/commands/PutMeteredProductCommand.js +24 -0
- package/dist-es/commands/SearchJobsCommand.js +25 -0
- package/dist-es/commands/SearchStepsCommand.js +24 -0
- package/dist-es/commands/SearchTasksCommand.js +25 -0
- package/dist-es/commands/SearchWorkersCommand.js +24 -0
- package/dist-es/commands/StartSessionsStatisticsAggregationCommand.js +24 -0
- package/dist-es/commands/TagResourceCommand.js +24 -0
- package/dist-es/commands/UntagResourceCommand.js +24 -0
- package/dist-es/commands/UpdateBudgetCommand.js +25 -0
- package/dist-es/commands/UpdateFarmCommand.js +25 -0
- package/dist-es/commands/UpdateFleetCommand.js +25 -0
- package/dist-es/commands/UpdateJobCommand.js +24 -0
- package/dist-es/commands/UpdateMonitorCommand.js +24 -0
- package/dist-es/commands/UpdateQueueCommand.js +25 -0
- package/dist-es/commands/UpdateQueueEnvironmentCommand.js +25 -0
- package/dist-es/commands/UpdateQueueFleetAssociationCommand.js +24 -0
- package/dist-es/commands/UpdateSessionCommand.js +24 -0
- package/dist-es/commands/UpdateStepCommand.js +24 -0
- package/dist-es/commands/UpdateStorageProfileCommand.js +25 -0
- package/dist-es/commands/UpdateTaskCommand.js +24 -0
- package/dist-es/commands/UpdateWorkerCommand.js +24 -0
- package/dist-es/commands/UpdateWorkerScheduleCommand.js +25 -0
- package/dist-es/commands/index.js +102 -0
- package/dist-es/endpoint/EndpointParameters.js +14 -0
- package/dist-es/endpoint/endpointResolver.js +10 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +7 -0
- package/dist-es/models/DeadlineServiceException.js +8 -0
- package/dist-es/models/index.js +2 -0
- package/dist-es/models/models_0.js +768 -0
- package/dist-es/models/models_1.js +130 -0
- package/dist-es/pagination/GetSessionsStatisticsAggregationPaginator.js +4 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAvailableMeteredProductsPaginator.js +4 -0
- package/dist-es/pagination/ListBudgetsPaginator.js +4 -0
- package/dist-es/pagination/ListFarmMembersPaginator.js +4 -0
- package/dist-es/pagination/ListFarmsPaginator.js +4 -0
- package/dist-es/pagination/ListFleetMembersPaginator.js +4 -0
- package/dist-es/pagination/ListFleetsPaginator.js +4 -0
- package/dist-es/pagination/ListJobMembersPaginator.js +4 -0
- package/dist-es/pagination/ListJobsPaginator.js +4 -0
- package/dist-es/pagination/ListLicenseEndpointsPaginator.js +4 -0
- package/dist-es/pagination/ListMeteredProductsPaginator.js +4 -0
- package/dist-es/pagination/ListMonitorsPaginator.js +4 -0
- package/dist-es/pagination/ListQueueEnvironmentsPaginator.js +4 -0
- package/dist-es/pagination/ListQueueFleetAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListQueueMembersPaginator.js +4 -0
- package/dist-es/pagination/ListQueuesPaginator.js +4 -0
- package/dist-es/pagination/ListSessionActionsPaginator.js +4 -0
- package/dist-es/pagination/ListSessionsForWorkerPaginator.js +4 -0
- package/dist-es/pagination/ListSessionsPaginator.js +4 -0
- package/dist-es/pagination/ListStepConsumersPaginator.js +4 -0
- package/dist-es/pagination/ListStepDependenciesPaginator.js +4 -0
- package/dist-es/pagination/ListStepsPaginator.js +4 -0
- package/dist-es/pagination/ListStorageProfilesForQueuePaginator.js +4 -0
- package/dist-es/pagination/ListStorageProfilesPaginator.js +4 -0
- package/dist-es/pagination/ListTasksPaginator.js +4 -0
- package/dist-es/pagination/ListWorkersPaginator.js +4 -0
- package/dist-es/pagination/index.js +27 -0
- package/dist-es/protocols/Aws_restJson1.js +4749 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +44 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +21 -0
- package/dist-es/waiters/index.js +7 -0
- package/dist-es/waiters/waitForFleetActive.js +49 -0
- package/dist-es/waiters/waitForJobCreateComplete.js +76 -0
- package/dist-es/waiters/waitForLicenseEndpointDeleted.js +34 -0
- package/dist-es/waiters/waitForLicenseEndpointValid.js +40 -0
- package/dist-es/waiters/waitForQueueFleetAssociationStopped.js +31 -0
- package/dist-es/waiters/waitForQueueScheduling.js +31 -0
- package/dist-es/waiters/waitForQueueSchedulingBlocked.js +31 -0
- package/dist-types/Deadline.d.ts +734 -0
- package/dist-types/DeadlineClient.d.ts +279 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/commands/AssociateMemberToFarmCommand.d.ts +81 -0
- package/dist-types/commands/AssociateMemberToFleetCommand.d.ts +82 -0
- package/dist-types/commands/AssociateMemberToJobCommand.d.ts +83 -0
- package/dist-types/commands/AssociateMemberToQueueCommand.d.ts +82 -0
- package/dist-types/commands/AssumeFleetRoleForReadCommand.d.ts +82 -0
- package/dist-types/commands/AssumeFleetRoleForWorkerCommand.d.ts +86 -0
- package/dist-types/commands/AssumeQueueRoleForReadCommand.d.ts +82 -0
- package/dist-types/commands/AssumeQueueRoleForUserCommand.d.ts +81 -0
- package/dist-types/commands/AssumeQueueRoleForWorkerCommand.d.ts +87 -0
- package/dist-types/commands/BatchGetJobEntityCommand.d.ts +193 -0
- package/dist-types/commands/CopyJobTemplateCommand.d.ts +81 -0
- package/dist-types/commands/CreateBudgetCommand.d.ts +99 -0
- package/dist-types/commands/CreateFarmCommand.d.ts +88 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +177 -0
- package/dist-types/commands/CreateJobCommand.d.ts +112 -0
- package/dist-types/commands/CreateLicenseEndpointCommand.d.ts +91 -0
- package/dist-types/commands/CreateMonitorCommand.d.ts +83 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +109 -0
- package/dist-types/commands/CreateQueueEnvironmentCommand.d.ts +84 -0
- package/dist-types/commands/CreateQueueFleetAssociationCommand.d.ts +75 -0
- package/dist-types/commands/CreateStorageProfileCommand.d.ts +90 -0
- package/dist-types/commands/CreateWorkerCommand.d.ts +95 -0
- package/dist-types/commands/DeleteBudgetCommand.d.ts +74 -0
- package/dist-types/commands/DeleteFarmCommand.d.ts +73 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +79 -0
- package/dist-types/commands/DeleteLicenseEndpointCommand.d.ts +77 -0
- package/dist-types/commands/DeleteMeteredProductCommand.d.ts +74 -0
- package/dist-types/commands/DeleteMonitorCommand.d.ts +74 -0
- package/dist-types/commands/DeleteQueueCommand.d.ts +78 -0
- package/dist-types/commands/DeleteQueueEnvironmentCommand.d.ts +72 -0
- package/dist-types/commands/DeleteQueueFleetAssociationCommand.d.ts +79 -0
- package/dist-types/commands/DeleteStorageProfileCommand.d.ts +71 -0
- package/dist-types/commands/DeleteWorkerCommand.d.ts +79 -0
- package/dist-types/commands/DisassociateMemberFromFarmCommand.d.ts +74 -0
- package/dist-types/commands/DisassociateMemberFromFleetCommand.d.ts +79 -0
- package/dist-types/commands/DisassociateMemberFromJobCommand.d.ts +76 -0
- package/dist-types/commands/DisassociateMemberFromQueueCommand.d.ts +79 -0
- package/dist-types/commands/GetBudgetCommand.d.ts +104 -0
- package/dist-types/commands/GetFarmCommand.d.ts +82 -0
- package/dist-types/commands/GetFleetCommand.d.ts +194 -0
- package/dist-types/commands/GetJobCommand.d.ts +119 -0
- package/dist-types/commands/GetLicenseEndpointCommand.d.ts +85 -0
- package/dist-types/commands/GetMonitorCommand.d.ts +85 -0
- package/dist-types/commands/GetQueueCommand.d.ts +108 -0
- package/dist-types/commands/GetQueueEnvironmentCommand.d.ts +85 -0
- package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +83 -0
- package/dist-types/commands/GetSessionActionCommand.d.ts +109 -0
- package/dist-types/commands/GetSessionCommand.d.ts +119 -0
- package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +110 -0
- package/dist-types/commands/GetStepCommand.d.ts +129 -0
- package/dist-types/commands/GetStorageProfileCommand.d.ts +89 -0
- package/dist-types/commands/GetStorageProfileForQueueCommand.d.ts +86 -0
- package/dist-types/commands/GetTaskCommand.d.ts +97 -0
- package/dist-types/commands/GetWorkerCommand.d.ts +107 -0
- package/dist-types/commands/ListAvailableMeteredProductsCommand.d.ts +74 -0
- package/dist-types/commands/ListBudgetsCommand.d.ts +97 -0
- package/dist-types/commands/ListFarmMembersCommand.d.ts +86 -0
- package/dist-types/commands/ListFarmsCommand.d.ts +85 -0
- package/dist-types/commands/ListFleetMembersCommand.d.ts +88 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +184 -0
- package/dist-types/commands/ListJobMembersCommand.d.ts +90 -0
- package/dist-types/commands/ListJobsCommand.d.ts +101 -0
- package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +84 -0
- package/dist-types/commands/ListMeteredProductsCommand.d.ts +85 -0
- package/dist-types/commands/ListMonitorsCommand.d.ts +88 -0
- package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +85 -0
- package/dist-types/commands/ListQueueFleetAssociationsCommand.d.ts +86 -0
- package/dist-types/commands/ListQueueMembersCommand.d.ts +88 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +93 -0
- package/dist-types/commands/ListSessionActionsCommand.d.ts +106 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +92 -0
- package/dist-types/commands/ListSessionsForWorkerCommand.d.ts +90 -0
- package/dist-types/commands/ListStepConsumersCommand.d.ts +86 -0
- package/dist-types/commands/ListStepDependenciesCommand.d.ts +86 -0
- package/dist-types/commands/ListStepsCommand.d.ts +104 -0
- package/dist-types/commands/ListStorageProfilesCommand.d.ts +84 -0
- package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +86 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +77 -0
- package/dist-types/commands/ListTasksCommand.d.ts +103 -0
- package/dist-types/commands/ListWorkersCommand.d.ts +113 -0
- package/dist-types/commands/PutMeteredProductCommand.d.ts +74 -0
- package/dist-types/commands/SearchJobsCommand.d.ts +176 -0
- package/dist-types/commands/SearchStepsCommand.d.ts +175 -0
- package/dist-types/commands/SearchTasksCommand.d.ts +169 -0
- package/dist-types/commands/SearchWorkersCommand.d.ts +171 -0
- package/dist-types/commands/StartSessionsStatisticsAggregationCommand.d.ts +96 -0
- package/dist-types/commands/TagResourceCommand.d.ts +80 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +80 -0
- package/dist-types/commands/UpdateBudgetCommand.d.ts +98 -0
- package/dist-types/commands/UpdateFarmCommand.d.ts +75 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +171 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +85 -0
- package/dist-types/commands/UpdateMonitorCommand.d.ts +77 -0
- package/dist-types/commands/UpdateQueueCommand.d.ts +106 -0
- package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +79 -0
- package/dist-types/commands/UpdateQueueFleetAssociationCommand.d.ts +76 -0
- package/dist-types/commands/UpdateSessionCommand.d.ts +82 -0
- package/dist-types/commands/UpdateStepCommand.d.ts +82 -0
- package/dist-types/commands/UpdateStorageProfileCommand.d.ts +91 -0
- package/dist-types/commands/UpdateTaskCommand.d.ts +83 -0
- package/dist-types/commands/UpdateWorkerCommand.d.ts +118 -0
- package/dist-types/commands/UpdateWorkerScheduleCommand.d.ts +142 -0
- package/dist-types/commands/index.d.ts +102 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +21 -0
- package/dist-types/models/DeadlineServiceException.d.ts +13 -0
- package/dist-types/models/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +7635 -0
- package/dist-types/models/models_1.d.ts +2199 -0
- package/dist-types/pagination/GetSessionsStatisticsAggregationPaginator.d.ts +7 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListAvailableMeteredProductsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBudgetsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFarmMembersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFarmsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFleetMembersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFleetsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListJobMembersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListLicenseEndpointsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMeteredProductsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMonitorsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListQueueEnvironmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListQueueFleetAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListQueueMembersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListQueuesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSessionActionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSessionsForWorkerPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSessionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStepConsumersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStepDependenciesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStepsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStorageProfilesForQueuePaginator.d.ts +7 -0
- package/dist-types/pagination/ListStorageProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTasksPaginator.d.ts +7 -0
- package/dist-types/pagination/ListWorkersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +27 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +920 -0
- package/dist-types/runtimeConfig.browser.d.ts +45 -0
- package/dist-types/runtimeConfig.d.ts +45 -0
- package/dist-types/runtimeConfig.native.d.ts +44 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/Deadline.d.ts +1749 -0
- package/dist-types/ts3.4/DeadlineClient.d.ts +732 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/commands/AssociateMemberToFarmCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AssociateMemberToFleetCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AssociateMemberToJobCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AssociateMemberToQueueCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AssumeFleetRoleForReadCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AssumeFleetRoleForWorkerCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AssumeQueueRoleForReadCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AssumeQueueRoleForUserCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AssumeQueueRoleForWorkerCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/BatchGetJobEntityCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CopyJobTemplateCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateFarmCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateLicenseEndpointCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateQueueEnvironmentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateQueueFleetAssociationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateStorageProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateWorkerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFarmCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteLicenseEndpointCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteMeteredProductCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteQueueEnvironmentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteQueueFleetAssociationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteStorageProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteWorkerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociateMemberFromFarmCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DisassociateMemberFromFleetCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DisassociateMemberFromJobCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DisassociateMemberFromQueueCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetBudgetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFarmCommand.d.ts +31 -0
- package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +29 -0
- package/dist-types/ts3.4/commands/GetLicenseEndpointCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetMonitorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetQueueEnvironmentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetQueueFleetAssociationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetSessionActionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetSessionsStatisticsAggregationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetStepCommand.d.ts +31 -0
- package/dist-types/ts3.4/commands/GetStorageProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetStorageProfileForQueueCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetTaskCommand.d.ts +31 -0
- package/dist-types/ts3.4/commands/GetWorkerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListAvailableMeteredProductsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListBudgetsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListFarmMembersCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListFarmsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListFleetMembersCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListJobMembersCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListLicenseEndpointsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListMeteredProductsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListQueueEnvironmentsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListQueueFleetAssociationsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListQueueMembersCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListSessionActionsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListSessionsForWorkerCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListStepConsumersCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListStepDependenciesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListStorageProfilesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListStorageProfilesForQueueCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListWorkersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutMeteredProductCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/SearchJobsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/SearchStepsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/SearchTasksCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/SearchWorkersCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StartSessionsStatisticsAggregationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateFarmCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateMonitorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateQueueEnvironmentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateQueueFleetAssociationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateStepCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateStorageProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateWorkerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateWorkerScheduleCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +102 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +10 -0
- package/dist-types/ts3.4/models/DeadlineServiceException.d.ts +8 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2391 -0
- package/dist-types/ts3.4/models/models_1.d.ts +650 -0
- package/dist-types/ts3.4/pagination/GetSessionsStatisticsAggregationPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAvailableMeteredProductsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBudgetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFarmMembersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFarmsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFleetMembersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListJobMembersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListLicenseEndpointsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMeteredProductsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMonitorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListQueueEnvironmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListQueueFleetAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListQueueMembersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSessionActionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSessionsForWorkerPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStepConsumersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStepDependenciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStepsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStorageProfilesForQueuePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStorageProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +27 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1229 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +85 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +89 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +79 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForFleetActive.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForJobCreateComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForLicenseEndpointDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForLicenseEndpointValid.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForQueueFleetAssociationStopped.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForQueueScheduling.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForQueueSchedulingBlocked.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +7 -0
- package/dist-types/waiters/waitForFleetActive.d.ts +14 -0
- package/dist-types/waiters/waitForJobCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForLicenseEndpointDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForLicenseEndpointValid.d.ts +14 -0
- package/dist-types/waiters/waitForQueueFleetAssociationStopped.d.ts +14 -0
- package/dist-types/waiters/waitForQueueScheduling.d.ts +14 -0
- package/dist-types/waiters/waitForQueueSchedulingBlocked.d.ts +14 -0
- package/package.json +104 -0
package/README.md
ADDED
|
@@ -0,0 +1,1027 @@
|
|
|
1
|
+
<!-- generated file, do not edit directly -->
|
|
2
|
+
|
|
3
|
+
# @aws-sdk/client-deadline
|
|
4
|
+
|
|
5
|
+
## Description
|
|
6
|
+
|
|
7
|
+
AWS SDK for JavaScript Deadline Client for Node.js, Browser and React Native.
|
|
8
|
+
|
|
9
|
+
<p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your
|
|
10
|
+
projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions
|
|
11
|
+
specific to their job function.</p>
|
|
12
|
+
<p>With Deadline Cloud, content production teams can deploy resources for their workforce securely
|
|
13
|
+
in the cloud, reducing the costs of added physical infrastructure. Keep your content
|
|
14
|
+
production operations secure, while allowing your contributors to access the tools they
|
|
15
|
+
need, such as scalable high-speed storage, licenses, and cost management services.</p>
|
|
16
|
+
|
|
17
|
+
## Installing
|
|
18
|
+
|
|
19
|
+
To install the this package, simply type add or install @aws-sdk/client-deadline
|
|
20
|
+
using your favorite package manager:
|
|
21
|
+
|
|
22
|
+
- `npm install @aws-sdk/client-deadline`
|
|
23
|
+
- `yarn add @aws-sdk/client-deadline`
|
|
24
|
+
- `pnpm add @aws-sdk/client-deadline`
|
|
25
|
+
|
|
26
|
+
## Getting Started
|
|
27
|
+
|
|
28
|
+
### Import
|
|
29
|
+
|
|
30
|
+
The AWS SDK is modulized by clients and commands.
|
|
31
|
+
To send a request, you only need to import the `DeadlineClient` and
|
|
32
|
+
the commands you need, for example `ListFarmsCommand`:
|
|
33
|
+
|
|
34
|
+
```js
|
|
35
|
+
// ES5 example
|
|
36
|
+
const { DeadlineClient, ListFarmsCommand } = require("@aws-sdk/client-deadline");
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
```ts
|
|
40
|
+
// ES6+ example
|
|
41
|
+
import { DeadlineClient, ListFarmsCommand } from "@aws-sdk/client-deadline";
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
### Usage
|
|
45
|
+
|
|
46
|
+
To send a request, you:
|
|
47
|
+
|
|
48
|
+
- Initiate client with configuration (e.g. credentials, region).
|
|
49
|
+
- Initiate command with input parameters.
|
|
50
|
+
- Call `send` operation on client with command object as input.
|
|
51
|
+
- If you are using a custom http handler, you may call `destroy()` to close open connections.
|
|
52
|
+
|
|
53
|
+
```js
|
|
54
|
+
// a client can be shared by different commands.
|
|
55
|
+
const client = new DeadlineClient({ region: "REGION" });
|
|
56
|
+
|
|
57
|
+
const params = {
|
|
58
|
+
/** input parameters */
|
|
59
|
+
};
|
|
60
|
+
const command = new ListFarmsCommand(params);
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
#### Async/await
|
|
64
|
+
|
|
65
|
+
We recommend using [await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await)
|
|
66
|
+
operator to wait for the promise returned by send operation as follows:
|
|
67
|
+
|
|
68
|
+
```js
|
|
69
|
+
// async/await.
|
|
70
|
+
try {
|
|
71
|
+
const data = await client.send(command);
|
|
72
|
+
// process data.
|
|
73
|
+
} catch (error) {
|
|
74
|
+
// error handling.
|
|
75
|
+
} finally {
|
|
76
|
+
// finally.
|
|
77
|
+
}
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
Async-await is clean, concise, intuitive, easy to debug and has better error handling
|
|
81
|
+
as compared to using Promise chains or callbacks.
|
|
82
|
+
|
|
83
|
+
#### Promises
|
|
84
|
+
|
|
85
|
+
You can also use [Promise chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises#chaining)
|
|
86
|
+
to execute send operation.
|
|
87
|
+
|
|
88
|
+
```js
|
|
89
|
+
client.send(command).then(
|
|
90
|
+
(data) => {
|
|
91
|
+
// process data.
|
|
92
|
+
},
|
|
93
|
+
(error) => {
|
|
94
|
+
// error handling.
|
|
95
|
+
}
|
|
96
|
+
);
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
Promises can also be called using `.catch()` and `.finally()` as follows:
|
|
100
|
+
|
|
101
|
+
```js
|
|
102
|
+
client
|
|
103
|
+
.send(command)
|
|
104
|
+
.then((data) => {
|
|
105
|
+
// process data.
|
|
106
|
+
})
|
|
107
|
+
.catch((error) => {
|
|
108
|
+
// error handling.
|
|
109
|
+
})
|
|
110
|
+
.finally(() => {
|
|
111
|
+
// finally.
|
|
112
|
+
});
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
#### Callbacks
|
|
116
|
+
|
|
117
|
+
We do not recommend using callbacks because of [callback hell](http://callbackhell.com/),
|
|
118
|
+
but they are supported by the send operation.
|
|
119
|
+
|
|
120
|
+
```js
|
|
121
|
+
// callbacks.
|
|
122
|
+
client.send(command, (err, data) => {
|
|
123
|
+
// process err and data.
|
|
124
|
+
});
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
#### v2 compatible style
|
|
128
|
+
|
|
129
|
+
The client can also send requests using v2 compatible style.
|
|
130
|
+
However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
|
|
131
|
+
on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
|
|
132
|
+
|
|
133
|
+
```ts
|
|
134
|
+
import * as AWS from "@aws-sdk/client-deadline";
|
|
135
|
+
const client = new AWS.Deadline({ region: "REGION" });
|
|
136
|
+
|
|
137
|
+
// async/await.
|
|
138
|
+
try {
|
|
139
|
+
const data = await client.listFarms(params);
|
|
140
|
+
// process data.
|
|
141
|
+
} catch (error) {
|
|
142
|
+
// error handling.
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// Promises.
|
|
146
|
+
client
|
|
147
|
+
.listFarms(params)
|
|
148
|
+
.then((data) => {
|
|
149
|
+
// process data.
|
|
150
|
+
})
|
|
151
|
+
.catch((error) => {
|
|
152
|
+
// error handling.
|
|
153
|
+
});
|
|
154
|
+
|
|
155
|
+
// callbacks.
|
|
156
|
+
client.listFarms(params, (err, data) => {
|
|
157
|
+
// process err and data.
|
|
158
|
+
});
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
### Troubleshooting
|
|
162
|
+
|
|
163
|
+
When the service returns an exception, the error will include the exception information,
|
|
164
|
+
as well as response metadata (e.g. request id).
|
|
165
|
+
|
|
166
|
+
```js
|
|
167
|
+
try {
|
|
168
|
+
const data = await client.send(command);
|
|
169
|
+
// process data.
|
|
170
|
+
} catch (error) {
|
|
171
|
+
const { requestId, cfId, extendedRequestId } = error.$metadata;
|
|
172
|
+
console.log({ requestId, cfId, extendedRequestId });
|
|
173
|
+
/**
|
|
174
|
+
* The keys within exceptions are also parsed.
|
|
175
|
+
* You can access them by specifying exception names:
|
|
176
|
+
* if (error.name === 'SomeServiceException') {
|
|
177
|
+
* const value = error.specialKeyInException;
|
|
178
|
+
* }
|
|
179
|
+
*/
|
|
180
|
+
}
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
## Getting Help
|
|
184
|
+
|
|
185
|
+
Please use these community resources for getting help.
|
|
186
|
+
We use the GitHub issues for tracking bugs and feature requests, but have limited bandwidth to address them.
|
|
187
|
+
|
|
188
|
+
- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
|
|
189
|
+
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
|
|
190
|
+
- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
|
|
191
|
+
on AWS Developer Blog.
|
|
192
|
+
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`.
|
|
193
|
+
- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3).
|
|
194
|
+
- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose).
|
|
195
|
+
|
|
196
|
+
To test your universal JavaScript code in Node.js, browser and react-native environments,
|
|
197
|
+
visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
|
|
198
|
+
|
|
199
|
+
## Contributing
|
|
200
|
+
|
|
201
|
+
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-deadline` package is updated.
|
|
202
|
+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
|
|
203
|
+
|
|
204
|
+
## License
|
|
205
|
+
|
|
206
|
+
This SDK is distributed under the
|
|
207
|
+
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
|
|
208
|
+
see LICENSE for more information.
|
|
209
|
+
|
|
210
|
+
## Client Commands (Operations List)
|
|
211
|
+
|
|
212
|
+
<details>
|
|
213
|
+
<summary>
|
|
214
|
+
AssociateMemberToFarm
|
|
215
|
+
</summary>
|
|
216
|
+
|
|
217
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssociateMemberToFarmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssociateMemberToFarmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssociateMemberToFarmCommandOutput/)
|
|
218
|
+
|
|
219
|
+
</details>
|
|
220
|
+
<details>
|
|
221
|
+
<summary>
|
|
222
|
+
AssociateMemberToFleet
|
|
223
|
+
</summary>
|
|
224
|
+
|
|
225
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssociateMemberToFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssociateMemberToFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssociateMemberToFleetCommandOutput/)
|
|
226
|
+
|
|
227
|
+
</details>
|
|
228
|
+
<details>
|
|
229
|
+
<summary>
|
|
230
|
+
AssociateMemberToJob
|
|
231
|
+
</summary>
|
|
232
|
+
|
|
233
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssociateMemberToJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssociateMemberToJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssociateMemberToJobCommandOutput/)
|
|
234
|
+
|
|
235
|
+
</details>
|
|
236
|
+
<details>
|
|
237
|
+
<summary>
|
|
238
|
+
AssociateMemberToQueue
|
|
239
|
+
</summary>
|
|
240
|
+
|
|
241
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssociateMemberToQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssociateMemberToQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssociateMemberToQueueCommandOutput/)
|
|
242
|
+
|
|
243
|
+
</details>
|
|
244
|
+
<details>
|
|
245
|
+
<summary>
|
|
246
|
+
AssumeFleetRoleForRead
|
|
247
|
+
</summary>
|
|
248
|
+
|
|
249
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssumeFleetRoleForReadCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeFleetRoleForReadCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeFleetRoleForReadCommandOutput/)
|
|
250
|
+
|
|
251
|
+
</details>
|
|
252
|
+
<details>
|
|
253
|
+
<summary>
|
|
254
|
+
AssumeFleetRoleForWorker
|
|
255
|
+
</summary>
|
|
256
|
+
|
|
257
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssumeFleetRoleForWorkerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeFleetRoleForWorkerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeFleetRoleForWorkerCommandOutput/)
|
|
258
|
+
|
|
259
|
+
</details>
|
|
260
|
+
<details>
|
|
261
|
+
<summary>
|
|
262
|
+
AssumeQueueRoleForRead
|
|
263
|
+
</summary>
|
|
264
|
+
|
|
265
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssumeQueueRoleForReadCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeQueueRoleForReadCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeQueueRoleForReadCommandOutput/)
|
|
266
|
+
|
|
267
|
+
</details>
|
|
268
|
+
<details>
|
|
269
|
+
<summary>
|
|
270
|
+
AssumeQueueRoleForUser
|
|
271
|
+
</summary>
|
|
272
|
+
|
|
273
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssumeQueueRoleForUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeQueueRoleForUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeQueueRoleForUserCommandOutput/)
|
|
274
|
+
|
|
275
|
+
</details>
|
|
276
|
+
<details>
|
|
277
|
+
<summary>
|
|
278
|
+
AssumeQueueRoleForWorker
|
|
279
|
+
</summary>
|
|
280
|
+
|
|
281
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/AssumeQueueRoleForWorkerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeQueueRoleForWorkerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/AssumeQueueRoleForWorkerCommandOutput/)
|
|
282
|
+
|
|
283
|
+
</details>
|
|
284
|
+
<details>
|
|
285
|
+
<summary>
|
|
286
|
+
BatchGetJobEntity
|
|
287
|
+
</summary>
|
|
288
|
+
|
|
289
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/BatchGetJobEntityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/BatchGetJobEntityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/BatchGetJobEntityCommandOutput/)
|
|
290
|
+
|
|
291
|
+
</details>
|
|
292
|
+
<details>
|
|
293
|
+
<summary>
|
|
294
|
+
CopyJobTemplate
|
|
295
|
+
</summary>
|
|
296
|
+
|
|
297
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CopyJobTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CopyJobTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CopyJobTemplateCommandOutput/)
|
|
298
|
+
|
|
299
|
+
</details>
|
|
300
|
+
<details>
|
|
301
|
+
<summary>
|
|
302
|
+
CreateBudget
|
|
303
|
+
</summary>
|
|
304
|
+
|
|
305
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateBudgetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateBudgetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateBudgetCommandOutput/)
|
|
306
|
+
|
|
307
|
+
</details>
|
|
308
|
+
<details>
|
|
309
|
+
<summary>
|
|
310
|
+
CreateFarm
|
|
311
|
+
</summary>
|
|
312
|
+
|
|
313
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateFarmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateFarmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateFarmCommandOutput/)
|
|
314
|
+
|
|
315
|
+
</details>
|
|
316
|
+
<details>
|
|
317
|
+
<summary>
|
|
318
|
+
CreateFleet
|
|
319
|
+
</summary>
|
|
320
|
+
|
|
321
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateFleetCommandOutput/)
|
|
322
|
+
|
|
323
|
+
</details>
|
|
324
|
+
<details>
|
|
325
|
+
<summary>
|
|
326
|
+
CreateJob
|
|
327
|
+
</summary>
|
|
328
|
+
|
|
329
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateJobCommandOutput/)
|
|
330
|
+
|
|
331
|
+
</details>
|
|
332
|
+
<details>
|
|
333
|
+
<summary>
|
|
334
|
+
CreateLicenseEndpoint
|
|
335
|
+
</summary>
|
|
336
|
+
|
|
337
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateLicenseEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateLicenseEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateLicenseEndpointCommandOutput/)
|
|
338
|
+
|
|
339
|
+
</details>
|
|
340
|
+
<details>
|
|
341
|
+
<summary>
|
|
342
|
+
CreateMonitor
|
|
343
|
+
</summary>
|
|
344
|
+
|
|
345
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateMonitorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateMonitorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateMonitorCommandOutput/)
|
|
346
|
+
|
|
347
|
+
</details>
|
|
348
|
+
<details>
|
|
349
|
+
<summary>
|
|
350
|
+
CreateQueue
|
|
351
|
+
</summary>
|
|
352
|
+
|
|
353
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateQueueCommandOutput/)
|
|
354
|
+
|
|
355
|
+
</details>
|
|
356
|
+
<details>
|
|
357
|
+
<summary>
|
|
358
|
+
CreateQueueEnvironment
|
|
359
|
+
</summary>
|
|
360
|
+
|
|
361
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateQueueEnvironmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateQueueEnvironmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateQueueEnvironmentCommandOutput/)
|
|
362
|
+
|
|
363
|
+
</details>
|
|
364
|
+
<details>
|
|
365
|
+
<summary>
|
|
366
|
+
CreateQueueFleetAssociation
|
|
367
|
+
</summary>
|
|
368
|
+
|
|
369
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateQueueFleetAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateQueueFleetAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateQueueFleetAssociationCommandOutput/)
|
|
370
|
+
|
|
371
|
+
</details>
|
|
372
|
+
<details>
|
|
373
|
+
<summary>
|
|
374
|
+
CreateStorageProfile
|
|
375
|
+
</summary>
|
|
376
|
+
|
|
377
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateStorageProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateStorageProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateStorageProfileCommandOutput/)
|
|
378
|
+
|
|
379
|
+
</details>
|
|
380
|
+
<details>
|
|
381
|
+
<summary>
|
|
382
|
+
CreateWorker
|
|
383
|
+
</summary>
|
|
384
|
+
|
|
385
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/CreateWorkerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateWorkerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/CreateWorkerCommandOutput/)
|
|
386
|
+
|
|
387
|
+
</details>
|
|
388
|
+
<details>
|
|
389
|
+
<summary>
|
|
390
|
+
DeleteBudget
|
|
391
|
+
</summary>
|
|
392
|
+
|
|
393
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteBudgetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteBudgetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteBudgetCommandOutput/)
|
|
394
|
+
|
|
395
|
+
</details>
|
|
396
|
+
<details>
|
|
397
|
+
<summary>
|
|
398
|
+
DeleteFarm
|
|
399
|
+
</summary>
|
|
400
|
+
|
|
401
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteFarmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteFarmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteFarmCommandOutput/)
|
|
402
|
+
|
|
403
|
+
</details>
|
|
404
|
+
<details>
|
|
405
|
+
<summary>
|
|
406
|
+
DeleteFleet
|
|
407
|
+
</summary>
|
|
408
|
+
|
|
409
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteFleetCommandOutput/)
|
|
410
|
+
|
|
411
|
+
</details>
|
|
412
|
+
<details>
|
|
413
|
+
<summary>
|
|
414
|
+
DeleteLicenseEndpoint
|
|
415
|
+
</summary>
|
|
416
|
+
|
|
417
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteLicenseEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteLicenseEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteLicenseEndpointCommandOutput/)
|
|
418
|
+
|
|
419
|
+
</details>
|
|
420
|
+
<details>
|
|
421
|
+
<summary>
|
|
422
|
+
DeleteMeteredProduct
|
|
423
|
+
</summary>
|
|
424
|
+
|
|
425
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteMeteredProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteMeteredProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteMeteredProductCommandOutput/)
|
|
426
|
+
|
|
427
|
+
</details>
|
|
428
|
+
<details>
|
|
429
|
+
<summary>
|
|
430
|
+
DeleteMonitor
|
|
431
|
+
</summary>
|
|
432
|
+
|
|
433
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteMonitorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteMonitorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteMonitorCommandOutput/)
|
|
434
|
+
|
|
435
|
+
</details>
|
|
436
|
+
<details>
|
|
437
|
+
<summary>
|
|
438
|
+
DeleteQueue
|
|
439
|
+
</summary>
|
|
440
|
+
|
|
441
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteQueueCommandOutput/)
|
|
442
|
+
|
|
443
|
+
</details>
|
|
444
|
+
<details>
|
|
445
|
+
<summary>
|
|
446
|
+
DeleteQueueEnvironment
|
|
447
|
+
</summary>
|
|
448
|
+
|
|
449
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteQueueEnvironmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteQueueEnvironmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteQueueEnvironmentCommandOutput/)
|
|
450
|
+
|
|
451
|
+
</details>
|
|
452
|
+
<details>
|
|
453
|
+
<summary>
|
|
454
|
+
DeleteQueueFleetAssociation
|
|
455
|
+
</summary>
|
|
456
|
+
|
|
457
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteQueueFleetAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteQueueFleetAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteQueueFleetAssociationCommandOutput/)
|
|
458
|
+
|
|
459
|
+
</details>
|
|
460
|
+
<details>
|
|
461
|
+
<summary>
|
|
462
|
+
DeleteStorageProfile
|
|
463
|
+
</summary>
|
|
464
|
+
|
|
465
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteStorageProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteStorageProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteStorageProfileCommandOutput/)
|
|
466
|
+
|
|
467
|
+
</details>
|
|
468
|
+
<details>
|
|
469
|
+
<summary>
|
|
470
|
+
DeleteWorker
|
|
471
|
+
</summary>
|
|
472
|
+
|
|
473
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DeleteWorkerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteWorkerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DeleteWorkerCommandOutput/)
|
|
474
|
+
|
|
475
|
+
</details>
|
|
476
|
+
<details>
|
|
477
|
+
<summary>
|
|
478
|
+
DisassociateMemberFromFarm
|
|
479
|
+
</summary>
|
|
480
|
+
|
|
481
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DisassociateMemberFromFarmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DisassociateMemberFromFarmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DisassociateMemberFromFarmCommandOutput/)
|
|
482
|
+
|
|
483
|
+
</details>
|
|
484
|
+
<details>
|
|
485
|
+
<summary>
|
|
486
|
+
DisassociateMemberFromFleet
|
|
487
|
+
</summary>
|
|
488
|
+
|
|
489
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DisassociateMemberFromFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DisassociateMemberFromFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DisassociateMemberFromFleetCommandOutput/)
|
|
490
|
+
|
|
491
|
+
</details>
|
|
492
|
+
<details>
|
|
493
|
+
<summary>
|
|
494
|
+
DisassociateMemberFromJob
|
|
495
|
+
</summary>
|
|
496
|
+
|
|
497
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DisassociateMemberFromJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DisassociateMemberFromJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DisassociateMemberFromJobCommandOutput/)
|
|
498
|
+
|
|
499
|
+
</details>
|
|
500
|
+
<details>
|
|
501
|
+
<summary>
|
|
502
|
+
DisassociateMemberFromQueue
|
|
503
|
+
</summary>
|
|
504
|
+
|
|
505
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/DisassociateMemberFromQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DisassociateMemberFromQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/DisassociateMemberFromQueueCommandOutput/)
|
|
506
|
+
|
|
507
|
+
</details>
|
|
508
|
+
<details>
|
|
509
|
+
<summary>
|
|
510
|
+
GetBudget
|
|
511
|
+
</summary>
|
|
512
|
+
|
|
513
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetBudgetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetBudgetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetBudgetCommandOutput/)
|
|
514
|
+
|
|
515
|
+
</details>
|
|
516
|
+
<details>
|
|
517
|
+
<summary>
|
|
518
|
+
GetFarm
|
|
519
|
+
</summary>
|
|
520
|
+
|
|
521
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetFarmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetFarmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetFarmCommandOutput/)
|
|
522
|
+
|
|
523
|
+
</details>
|
|
524
|
+
<details>
|
|
525
|
+
<summary>
|
|
526
|
+
GetFleet
|
|
527
|
+
</summary>
|
|
528
|
+
|
|
529
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetFleetCommandOutput/)
|
|
530
|
+
|
|
531
|
+
</details>
|
|
532
|
+
<details>
|
|
533
|
+
<summary>
|
|
534
|
+
GetJob
|
|
535
|
+
</summary>
|
|
536
|
+
|
|
537
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetJobCommandOutput/)
|
|
538
|
+
|
|
539
|
+
</details>
|
|
540
|
+
<details>
|
|
541
|
+
<summary>
|
|
542
|
+
GetLicenseEndpoint
|
|
543
|
+
</summary>
|
|
544
|
+
|
|
545
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetLicenseEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetLicenseEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetLicenseEndpointCommandOutput/)
|
|
546
|
+
|
|
547
|
+
</details>
|
|
548
|
+
<details>
|
|
549
|
+
<summary>
|
|
550
|
+
GetMonitor
|
|
551
|
+
</summary>
|
|
552
|
+
|
|
553
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetMonitorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetMonitorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetMonitorCommandOutput/)
|
|
554
|
+
|
|
555
|
+
</details>
|
|
556
|
+
<details>
|
|
557
|
+
<summary>
|
|
558
|
+
GetQueue
|
|
559
|
+
</summary>
|
|
560
|
+
|
|
561
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetQueueCommandOutput/)
|
|
562
|
+
|
|
563
|
+
</details>
|
|
564
|
+
<details>
|
|
565
|
+
<summary>
|
|
566
|
+
GetQueueEnvironment
|
|
567
|
+
</summary>
|
|
568
|
+
|
|
569
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetQueueEnvironmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetQueueEnvironmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetQueueEnvironmentCommandOutput/)
|
|
570
|
+
|
|
571
|
+
</details>
|
|
572
|
+
<details>
|
|
573
|
+
<summary>
|
|
574
|
+
GetQueueFleetAssociation
|
|
575
|
+
</summary>
|
|
576
|
+
|
|
577
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetQueueFleetAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetQueueFleetAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetQueueFleetAssociationCommandOutput/)
|
|
578
|
+
|
|
579
|
+
</details>
|
|
580
|
+
<details>
|
|
581
|
+
<summary>
|
|
582
|
+
GetSession
|
|
583
|
+
</summary>
|
|
584
|
+
|
|
585
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetSessionCommandOutput/)
|
|
586
|
+
|
|
587
|
+
</details>
|
|
588
|
+
<details>
|
|
589
|
+
<summary>
|
|
590
|
+
GetSessionAction
|
|
591
|
+
</summary>
|
|
592
|
+
|
|
593
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetSessionActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetSessionActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetSessionActionCommandOutput/)
|
|
594
|
+
|
|
595
|
+
</details>
|
|
596
|
+
<details>
|
|
597
|
+
<summary>
|
|
598
|
+
GetSessionsStatisticsAggregation
|
|
599
|
+
</summary>
|
|
600
|
+
|
|
601
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetSessionsStatisticsAggregationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetSessionsStatisticsAggregationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetSessionsStatisticsAggregationCommandOutput/)
|
|
602
|
+
|
|
603
|
+
</details>
|
|
604
|
+
<details>
|
|
605
|
+
<summary>
|
|
606
|
+
GetStep
|
|
607
|
+
</summary>
|
|
608
|
+
|
|
609
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetStepCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetStepCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetStepCommandOutput/)
|
|
610
|
+
|
|
611
|
+
</details>
|
|
612
|
+
<details>
|
|
613
|
+
<summary>
|
|
614
|
+
GetStorageProfile
|
|
615
|
+
</summary>
|
|
616
|
+
|
|
617
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetStorageProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetStorageProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetStorageProfileCommandOutput/)
|
|
618
|
+
|
|
619
|
+
</details>
|
|
620
|
+
<details>
|
|
621
|
+
<summary>
|
|
622
|
+
GetStorageProfileForQueue
|
|
623
|
+
</summary>
|
|
624
|
+
|
|
625
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetStorageProfileForQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetStorageProfileForQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetStorageProfileForQueueCommandOutput/)
|
|
626
|
+
|
|
627
|
+
</details>
|
|
628
|
+
<details>
|
|
629
|
+
<summary>
|
|
630
|
+
GetTask
|
|
631
|
+
</summary>
|
|
632
|
+
|
|
633
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetTaskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetTaskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetTaskCommandOutput/)
|
|
634
|
+
|
|
635
|
+
</details>
|
|
636
|
+
<details>
|
|
637
|
+
<summary>
|
|
638
|
+
GetWorker
|
|
639
|
+
</summary>
|
|
640
|
+
|
|
641
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetWorkerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetWorkerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetWorkerCommandOutput/)
|
|
642
|
+
|
|
643
|
+
</details>
|
|
644
|
+
<details>
|
|
645
|
+
<summary>
|
|
646
|
+
ListAvailableMeteredProducts
|
|
647
|
+
</summary>
|
|
648
|
+
|
|
649
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListAvailableMeteredProductsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListAvailableMeteredProductsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListAvailableMeteredProductsCommandOutput/)
|
|
650
|
+
|
|
651
|
+
</details>
|
|
652
|
+
<details>
|
|
653
|
+
<summary>
|
|
654
|
+
ListBudgets
|
|
655
|
+
</summary>
|
|
656
|
+
|
|
657
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListBudgetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListBudgetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListBudgetsCommandOutput/)
|
|
658
|
+
|
|
659
|
+
</details>
|
|
660
|
+
<details>
|
|
661
|
+
<summary>
|
|
662
|
+
ListFarmMembers
|
|
663
|
+
</summary>
|
|
664
|
+
|
|
665
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListFarmMembersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListFarmMembersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListFarmMembersCommandOutput/)
|
|
666
|
+
|
|
667
|
+
</details>
|
|
668
|
+
<details>
|
|
669
|
+
<summary>
|
|
670
|
+
ListFarms
|
|
671
|
+
</summary>
|
|
672
|
+
|
|
673
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListFarmsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListFarmsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListFarmsCommandOutput/)
|
|
674
|
+
|
|
675
|
+
</details>
|
|
676
|
+
<details>
|
|
677
|
+
<summary>
|
|
678
|
+
ListFleetMembers
|
|
679
|
+
</summary>
|
|
680
|
+
|
|
681
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListFleetMembersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListFleetMembersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListFleetMembersCommandOutput/)
|
|
682
|
+
|
|
683
|
+
</details>
|
|
684
|
+
<details>
|
|
685
|
+
<summary>
|
|
686
|
+
ListFleets
|
|
687
|
+
</summary>
|
|
688
|
+
|
|
689
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListFleetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListFleetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListFleetsCommandOutput/)
|
|
690
|
+
|
|
691
|
+
</details>
|
|
692
|
+
<details>
|
|
693
|
+
<summary>
|
|
694
|
+
ListJobMembers
|
|
695
|
+
</summary>
|
|
696
|
+
|
|
697
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListJobMembersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListJobMembersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListJobMembersCommandOutput/)
|
|
698
|
+
|
|
699
|
+
</details>
|
|
700
|
+
<details>
|
|
701
|
+
<summary>
|
|
702
|
+
ListJobs
|
|
703
|
+
</summary>
|
|
704
|
+
|
|
705
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListJobsCommandOutput/)
|
|
706
|
+
|
|
707
|
+
</details>
|
|
708
|
+
<details>
|
|
709
|
+
<summary>
|
|
710
|
+
ListLicenseEndpoints
|
|
711
|
+
</summary>
|
|
712
|
+
|
|
713
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListLicenseEndpointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListLicenseEndpointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListLicenseEndpointsCommandOutput/)
|
|
714
|
+
|
|
715
|
+
</details>
|
|
716
|
+
<details>
|
|
717
|
+
<summary>
|
|
718
|
+
ListMeteredProducts
|
|
719
|
+
</summary>
|
|
720
|
+
|
|
721
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListMeteredProductsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListMeteredProductsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListMeteredProductsCommandOutput/)
|
|
722
|
+
|
|
723
|
+
</details>
|
|
724
|
+
<details>
|
|
725
|
+
<summary>
|
|
726
|
+
ListMonitors
|
|
727
|
+
</summary>
|
|
728
|
+
|
|
729
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListMonitorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListMonitorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListMonitorsCommandOutput/)
|
|
730
|
+
|
|
731
|
+
</details>
|
|
732
|
+
<details>
|
|
733
|
+
<summary>
|
|
734
|
+
ListQueueEnvironments
|
|
735
|
+
</summary>
|
|
736
|
+
|
|
737
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListQueueEnvironmentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueueEnvironmentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueueEnvironmentsCommandOutput/)
|
|
738
|
+
|
|
739
|
+
</details>
|
|
740
|
+
<details>
|
|
741
|
+
<summary>
|
|
742
|
+
ListQueueFleetAssociations
|
|
743
|
+
</summary>
|
|
744
|
+
|
|
745
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListQueueFleetAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueueFleetAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueueFleetAssociationsCommandOutput/)
|
|
746
|
+
|
|
747
|
+
</details>
|
|
748
|
+
<details>
|
|
749
|
+
<summary>
|
|
750
|
+
ListQueueMembers
|
|
751
|
+
</summary>
|
|
752
|
+
|
|
753
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListQueueMembersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueueMembersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueueMembersCommandOutput/)
|
|
754
|
+
|
|
755
|
+
</details>
|
|
756
|
+
<details>
|
|
757
|
+
<summary>
|
|
758
|
+
ListQueues
|
|
759
|
+
</summary>
|
|
760
|
+
|
|
761
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListQueuesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueuesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListQueuesCommandOutput/)
|
|
762
|
+
|
|
763
|
+
</details>
|
|
764
|
+
<details>
|
|
765
|
+
<summary>
|
|
766
|
+
ListSessionActions
|
|
767
|
+
</summary>
|
|
768
|
+
|
|
769
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListSessionActionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListSessionActionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListSessionActionsCommandOutput/)
|
|
770
|
+
|
|
771
|
+
</details>
|
|
772
|
+
<details>
|
|
773
|
+
<summary>
|
|
774
|
+
ListSessions
|
|
775
|
+
</summary>
|
|
776
|
+
|
|
777
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListSessionsCommandOutput/)
|
|
778
|
+
|
|
779
|
+
</details>
|
|
780
|
+
<details>
|
|
781
|
+
<summary>
|
|
782
|
+
ListSessionsForWorker
|
|
783
|
+
</summary>
|
|
784
|
+
|
|
785
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListSessionsForWorkerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListSessionsForWorkerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListSessionsForWorkerCommandOutput/)
|
|
786
|
+
|
|
787
|
+
</details>
|
|
788
|
+
<details>
|
|
789
|
+
<summary>
|
|
790
|
+
ListStepConsumers
|
|
791
|
+
</summary>
|
|
792
|
+
|
|
793
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListStepConsumersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStepConsumersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStepConsumersCommandOutput/)
|
|
794
|
+
|
|
795
|
+
</details>
|
|
796
|
+
<details>
|
|
797
|
+
<summary>
|
|
798
|
+
ListStepDependencies
|
|
799
|
+
</summary>
|
|
800
|
+
|
|
801
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListStepDependenciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStepDependenciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStepDependenciesCommandOutput/)
|
|
802
|
+
|
|
803
|
+
</details>
|
|
804
|
+
<details>
|
|
805
|
+
<summary>
|
|
806
|
+
ListSteps
|
|
807
|
+
</summary>
|
|
808
|
+
|
|
809
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListStepsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStepsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStepsCommandOutput/)
|
|
810
|
+
|
|
811
|
+
</details>
|
|
812
|
+
<details>
|
|
813
|
+
<summary>
|
|
814
|
+
ListStorageProfiles
|
|
815
|
+
</summary>
|
|
816
|
+
|
|
817
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListStorageProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStorageProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStorageProfilesCommandOutput/)
|
|
818
|
+
|
|
819
|
+
</details>
|
|
820
|
+
<details>
|
|
821
|
+
<summary>
|
|
822
|
+
ListStorageProfilesForQueue
|
|
823
|
+
</summary>
|
|
824
|
+
|
|
825
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListStorageProfilesForQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStorageProfilesForQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListStorageProfilesForQueueCommandOutput/)
|
|
826
|
+
|
|
827
|
+
</details>
|
|
828
|
+
<details>
|
|
829
|
+
<summary>
|
|
830
|
+
ListTagsForResource
|
|
831
|
+
</summary>
|
|
832
|
+
|
|
833
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListTagsForResourceCommandOutput/)
|
|
834
|
+
|
|
835
|
+
</details>
|
|
836
|
+
<details>
|
|
837
|
+
<summary>
|
|
838
|
+
ListTasks
|
|
839
|
+
</summary>
|
|
840
|
+
|
|
841
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListTasksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListTasksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListTasksCommandOutput/)
|
|
842
|
+
|
|
843
|
+
</details>
|
|
844
|
+
<details>
|
|
845
|
+
<summary>
|
|
846
|
+
ListWorkers
|
|
847
|
+
</summary>
|
|
848
|
+
|
|
849
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/ListWorkersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListWorkersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/ListWorkersCommandOutput/)
|
|
850
|
+
|
|
851
|
+
</details>
|
|
852
|
+
<details>
|
|
853
|
+
<summary>
|
|
854
|
+
PutMeteredProduct
|
|
855
|
+
</summary>
|
|
856
|
+
|
|
857
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/PutMeteredProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/PutMeteredProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/PutMeteredProductCommandOutput/)
|
|
858
|
+
|
|
859
|
+
</details>
|
|
860
|
+
<details>
|
|
861
|
+
<summary>
|
|
862
|
+
SearchJobs
|
|
863
|
+
</summary>
|
|
864
|
+
|
|
865
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/SearchJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/SearchJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/SearchJobsCommandOutput/)
|
|
866
|
+
|
|
867
|
+
</details>
|
|
868
|
+
<details>
|
|
869
|
+
<summary>
|
|
870
|
+
SearchSteps
|
|
871
|
+
</summary>
|
|
872
|
+
|
|
873
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/SearchStepsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/SearchStepsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/SearchStepsCommandOutput/)
|
|
874
|
+
|
|
875
|
+
</details>
|
|
876
|
+
<details>
|
|
877
|
+
<summary>
|
|
878
|
+
SearchTasks
|
|
879
|
+
</summary>
|
|
880
|
+
|
|
881
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/SearchTasksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/SearchTasksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/SearchTasksCommandOutput/)
|
|
882
|
+
|
|
883
|
+
</details>
|
|
884
|
+
<details>
|
|
885
|
+
<summary>
|
|
886
|
+
SearchWorkers
|
|
887
|
+
</summary>
|
|
888
|
+
|
|
889
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/SearchWorkersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/SearchWorkersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/SearchWorkersCommandOutput/)
|
|
890
|
+
|
|
891
|
+
</details>
|
|
892
|
+
<details>
|
|
893
|
+
<summary>
|
|
894
|
+
StartSessionsStatisticsAggregation
|
|
895
|
+
</summary>
|
|
896
|
+
|
|
897
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/StartSessionsStatisticsAggregationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/StartSessionsStatisticsAggregationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/StartSessionsStatisticsAggregationCommandOutput/)
|
|
898
|
+
|
|
899
|
+
</details>
|
|
900
|
+
<details>
|
|
901
|
+
<summary>
|
|
902
|
+
TagResource
|
|
903
|
+
</summary>
|
|
904
|
+
|
|
905
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/TagResourceCommandOutput/)
|
|
906
|
+
|
|
907
|
+
</details>
|
|
908
|
+
<details>
|
|
909
|
+
<summary>
|
|
910
|
+
UntagResource
|
|
911
|
+
</summary>
|
|
912
|
+
|
|
913
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UntagResourceCommandOutput/)
|
|
914
|
+
|
|
915
|
+
</details>
|
|
916
|
+
<details>
|
|
917
|
+
<summary>
|
|
918
|
+
UpdateBudget
|
|
919
|
+
</summary>
|
|
920
|
+
|
|
921
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateBudgetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateBudgetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateBudgetCommandOutput/)
|
|
922
|
+
|
|
923
|
+
</details>
|
|
924
|
+
<details>
|
|
925
|
+
<summary>
|
|
926
|
+
UpdateFarm
|
|
927
|
+
</summary>
|
|
928
|
+
|
|
929
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateFarmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateFarmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateFarmCommandOutput/)
|
|
930
|
+
|
|
931
|
+
</details>
|
|
932
|
+
<details>
|
|
933
|
+
<summary>
|
|
934
|
+
UpdateFleet
|
|
935
|
+
</summary>
|
|
936
|
+
|
|
937
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateFleetCommandOutput/)
|
|
938
|
+
|
|
939
|
+
</details>
|
|
940
|
+
<details>
|
|
941
|
+
<summary>
|
|
942
|
+
UpdateJob
|
|
943
|
+
</summary>
|
|
944
|
+
|
|
945
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateJobCommandOutput/)
|
|
946
|
+
|
|
947
|
+
</details>
|
|
948
|
+
<details>
|
|
949
|
+
<summary>
|
|
950
|
+
UpdateMonitor
|
|
951
|
+
</summary>
|
|
952
|
+
|
|
953
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateMonitorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateMonitorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateMonitorCommandOutput/)
|
|
954
|
+
|
|
955
|
+
</details>
|
|
956
|
+
<details>
|
|
957
|
+
<summary>
|
|
958
|
+
UpdateQueue
|
|
959
|
+
</summary>
|
|
960
|
+
|
|
961
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateQueueCommandOutput/)
|
|
962
|
+
|
|
963
|
+
</details>
|
|
964
|
+
<details>
|
|
965
|
+
<summary>
|
|
966
|
+
UpdateQueueEnvironment
|
|
967
|
+
</summary>
|
|
968
|
+
|
|
969
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateQueueEnvironmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateQueueEnvironmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateQueueEnvironmentCommandOutput/)
|
|
970
|
+
|
|
971
|
+
</details>
|
|
972
|
+
<details>
|
|
973
|
+
<summary>
|
|
974
|
+
UpdateQueueFleetAssociation
|
|
975
|
+
</summary>
|
|
976
|
+
|
|
977
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateQueueFleetAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateQueueFleetAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateQueueFleetAssociationCommandOutput/)
|
|
978
|
+
|
|
979
|
+
</details>
|
|
980
|
+
<details>
|
|
981
|
+
<summary>
|
|
982
|
+
UpdateSession
|
|
983
|
+
</summary>
|
|
984
|
+
|
|
985
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateSessionCommandOutput/)
|
|
986
|
+
|
|
987
|
+
</details>
|
|
988
|
+
<details>
|
|
989
|
+
<summary>
|
|
990
|
+
UpdateStep
|
|
991
|
+
</summary>
|
|
992
|
+
|
|
993
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateStepCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateStepCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateStepCommandOutput/)
|
|
994
|
+
|
|
995
|
+
</details>
|
|
996
|
+
<details>
|
|
997
|
+
<summary>
|
|
998
|
+
UpdateStorageProfile
|
|
999
|
+
</summary>
|
|
1000
|
+
|
|
1001
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateStorageProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateStorageProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateStorageProfileCommandOutput/)
|
|
1002
|
+
|
|
1003
|
+
</details>
|
|
1004
|
+
<details>
|
|
1005
|
+
<summary>
|
|
1006
|
+
UpdateTask
|
|
1007
|
+
</summary>
|
|
1008
|
+
|
|
1009
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateTaskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateTaskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateTaskCommandOutput/)
|
|
1010
|
+
|
|
1011
|
+
</details>
|
|
1012
|
+
<details>
|
|
1013
|
+
<summary>
|
|
1014
|
+
UpdateWorker
|
|
1015
|
+
</summary>
|
|
1016
|
+
|
|
1017
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateWorkerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateWorkerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateWorkerCommandOutput/)
|
|
1018
|
+
|
|
1019
|
+
</details>
|
|
1020
|
+
<details>
|
|
1021
|
+
<summary>
|
|
1022
|
+
UpdateWorkerSchedule
|
|
1023
|
+
</summary>
|
|
1024
|
+
|
|
1025
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateWorkerScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateWorkerScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateWorkerScheduleCommandOutput/)
|
|
1026
|
+
|
|
1027
|
+
</details>
|