@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
|
@@ -0,0 +1,732 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HostHeaderInputConfig,
|
|
3
|
+
HostHeaderResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/middleware-host-header";
|
|
5
|
+
import {
|
|
6
|
+
UserAgentInputConfig,
|
|
7
|
+
UserAgentResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
+
import {
|
|
10
|
+
RegionInputConfig,
|
|
11
|
+
RegionResolvedConfig,
|
|
12
|
+
} from "@smithy/config-resolver";
|
|
13
|
+
import {
|
|
14
|
+
EndpointInputConfig,
|
|
15
|
+
EndpointResolvedConfig,
|
|
16
|
+
} from "@smithy/middleware-endpoint";
|
|
17
|
+
import {
|
|
18
|
+
RetryInputConfig,
|
|
19
|
+
RetryResolvedConfig,
|
|
20
|
+
} from "@smithy/middleware-retry";
|
|
21
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
|
+
import {
|
|
23
|
+
Client as __Client,
|
|
24
|
+
DefaultsMode as __DefaultsMode,
|
|
25
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
26
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
27
|
+
} from "@smithy/smithy-client";
|
|
28
|
+
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
30
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
|
+
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
|
+
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
StreamCollector as __StreamCollector,
|
|
41
|
+
UrlParser as __UrlParser,
|
|
42
|
+
UserAgent as __UserAgent,
|
|
43
|
+
} from "@smithy/types";
|
|
44
|
+
import {
|
|
45
|
+
HttpAuthSchemeInputConfig,
|
|
46
|
+
HttpAuthSchemeResolvedConfig,
|
|
47
|
+
} from "./auth/httpAuthSchemeProvider";
|
|
48
|
+
import {
|
|
49
|
+
AssociateMemberToFarmCommandInput,
|
|
50
|
+
AssociateMemberToFarmCommandOutput,
|
|
51
|
+
} from "./commands/AssociateMemberToFarmCommand";
|
|
52
|
+
import {
|
|
53
|
+
AssociateMemberToFleetCommandInput,
|
|
54
|
+
AssociateMemberToFleetCommandOutput,
|
|
55
|
+
} from "./commands/AssociateMemberToFleetCommand";
|
|
56
|
+
import {
|
|
57
|
+
AssociateMemberToJobCommandInput,
|
|
58
|
+
AssociateMemberToJobCommandOutput,
|
|
59
|
+
} from "./commands/AssociateMemberToJobCommand";
|
|
60
|
+
import {
|
|
61
|
+
AssociateMemberToQueueCommandInput,
|
|
62
|
+
AssociateMemberToQueueCommandOutput,
|
|
63
|
+
} from "./commands/AssociateMemberToQueueCommand";
|
|
64
|
+
import {
|
|
65
|
+
AssumeFleetRoleForReadCommandInput,
|
|
66
|
+
AssumeFleetRoleForReadCommandOutput,
|
|
67
|
+
} from "./commands/AssumeFleetRoleForReadCommand";
|
|
68
|
+
import {
|
|
69
|
+
AssumeFleetRoleForWorkerCommandInput,
|
|
70
|
+
AssumeFleetRoleForWorkerCommandOutput,
|
|
71
|
+
} from "./commands/AssumeFleetRoleForWorkerCommand";
|
|
72
|
+
import {
|
|
73
|
+
AssumeQueueRoleForReadCommandInput,
|
|
74
|
+
AssumeQueueRoleForReadCommandOutput,
|
|
75
|
+
} from "./commands/AssumeQueueRoleForReadCommand";
|
|
76
|
+
import {
|
|
77
|
+
AssumeQueueRoleForUserCommandInput,
|
|
78
|
+
AssumeQueueRoleForUserCommandOutput,
|
|
79
|
+
} from "./commands/AssumeQueueRoleForUserCommand";
|
|
80
|
+
import {
|
|
81
|
+
AssumeQueueRoleForWorkerCommandInput,
|
|
82
|
+
AssumeQueueRoleForWorkerCommandOutput,
|
|
83
|
+
} from "./commands/AssumeQueueRoleForWorkerCommand";
|
|
84
|
+
import {
|
|
85
|
+
BatchGetJobEntityCommandInput,
|
|
86
|
+
BatchGetJobEntityCommandOutput,
|
|
87
|
+
} from "./commands/BatchGetJobEntityCommand";
|
|
88
|
+
import {
|
|
89
|
+
CopyJobTemplateCommandInput,
|
|
90
|
+
CopyJobTemplateCommandOutput,
|
|
91
|
+
} from "./commands/CopyJobTemplateCommand";
|
|
92
|
+
import {
|
|
93
|
+
CreateBudgetCommandInput,
|
|
94
|
+
CreateBudgetCommandOutput,
|
|
95
|
+
} from "./commands/CreateBudgetCommand";
|
|
96
|
+
import {
|
|
97
|
+
CreateFarmCommandInput,
|
|
98
|
+
CreateFarmCommandOutput,
|
|
99
|
+
} from "./commands/CreateFarmCommand";
|
|
100
|
+
import {
|
|
101
|
+
CreateFleetCommandInput,
|
|
102
|
+
CreateFleetCommandOutput,
|
|
103
|
+
} from "./commands/CreateFleetCommand";
|
|
104
|
+
import {
|
|
105
|
+
CreateJobCommandInput,
|
|
106
|
+
CreateJobCommandOutput,
|
|
107
|
+
} from "./commands/CreateJobCommand";
|
|
108
|
+
import {
|
|
109
|
+
CreateLicenseEndpointCommandInput,
|
|
110
|
+
CreateLicenseEndpointCommandOutput,
|
|
111
|
+
} from "./commands/CreateLicenseEndpointCommand";
|
|
112
|
+
import {
|
|
113
|
+
CreateMonitorCommandInput,
|
|
114
|
+
CreateMonitorCommandOutput,
|
|
115
|
+
} from "./commands/CreateMonitorCommand";
|
|
116
|
+
import {
|
|
117
|
+
CreateQueueCommandInput,
|
|
118
|
+
CreateQueueCommandOutput,
|
|
119
|
+
} from "./commands/CreateQueueCommand";
|
|
120
|
+
import {
|
|
121
|
+
CreateQueueEnvironmentCommandInput,
|
|
122
|
+
CreateQueueEnvironmentCommandOutput,
|
|
123
|
+
} from "./commands/CreateQueueEnvironmentCommand";
|
|
124
|
+
import {
|
|
125
|
+
CreateQueueFleetAssociationCommandInput,
|
|
126
|
+
CreateQueueFleetAssociationCommandOutput,
|
|
127
|
+
} from "./commands/CreateQueueFleetAssociationCommand";
|
|
128
|
+
import {
|
|
129
|
+
CreateStorageProfileCommandInput,
|
|
130
|
+
CreateStorageProfileCommandOutput,
|
|
131
|
+
} from "./commands/CreateStorageProfileCommand";
|
|
132
|
+
import {
|
|
133
|
+
CreateWorkerCommandInput,
|
|
134
|
+
CreateWorkerCommandOutput,
|
|
135
|
+
} from "./commands/CreateWorkerCommand";
|
|
136
|
+
import {
|
|
137
|
+
DeleteBudgetCommandInput,
|
|
138
|
+
DeleteBudgetCommandOutput,
|
|
139
|
+
} from "./commands/DeleteBudgetCommand";
|
|
140
|
+
import {
|
|
141
|
+
DeleteFarmCommandInput,
|
|
142
|
+
DeleteFarmCommandOutput,
|
|
143
|
+
} from "./commands/DeleteFarmCommand";
|
|
144
|
+
import {
|
|
145
|
+
DeleteFleetCommandInput,
|
|
146
|
+
DeleteFleetCommandOutput,
|
|
147
|
+
} from "./commands/DeleteFleetCommand";
|
|
148
|
+
import {
|
|
149
|
+
DeleteLicenseEndpointCommandInput,
|
|
150
|
+
DeleteLicenseEndpointCommandOutput,
|
|
151
|
+
} from "./commands/DeleteLicenseEndpointCommand";
|
|
152
|
+
import {
|
|
153
|
+
DeleteMeteredProductCommandInput,
|
|
154
|
+
DeleteMeteredProductCommandOutput,
|
|
155
|
+
} from "./commands/DeleteMeteredProductCommand";
|
|
156
|
+
import {
|
|
157
|
+
DeleteMonitorCommandInput,
|
|
158
|
+
DeleteMonitorCommandOutput,
|
|
159
|
+
} from "./commands/DeleteMonitorCommand";
|
|
160
|
+
import {
|
|
161
|
+
DeleteQueueCommandInput,
|
|
162
|
+
DeleteQueueCommandOutput,
|
|
163
|
+
} from "./commands/DeleteQueueCommand";
|
|
164
|
+
import {
|
|
165
|
+
DeleteQueueEnvironmentCommandInput,
|
|
166
|
+
DeleteQueueEnvironmentCommandOutput,
|
|
167
|
+
} from "./commands/DeleteQueueEnvironmentCommand";
|
|
168
|
+
import {
|
|
169
|
+
DeleteQueueFleetAssociationCommandInput,
|
|
170
|
+
DeleteQueueFleetAssociationCommandOutput,
|
|
171
|
+
} from "./commands/DeleteQueueFleetAssociationCommand";
|
|
172
|
+
import {
|
|
173
|
+
DeleteStorageProfileCommandInput,
|
|
174
|
+
DeleteStorageProfileCommandOutput,
|
|
175
|
+
} from "./commands/DeleteStorageProfileCommand";
|
|
176
|
+
import {
|
|
177
|
+
DeleteWorkerCommandInput,
|
|
178
|
+
DeleteWorkerCommandOutput,
|
|
179
|
+
} from "./commands/DeleteWorkerCommand";
|
|
180
|
+
import {
|
|
181
|
+
DisassociateMemberFromFarmCommandInput,
|
|
182
|
+
DisassociateMemberFromFarmCommandOutput,
|
|
183
|
+
} from "./commands/DisassociateMemberFromFarmCommand";
|
|
184
|
+
import {
|
|
185
|
+
DisassociateMemberFromFleetCommandInput,
|
|
186
|
+
DisassociateMemberFromFleetCommandOutput,
|
|
187
|
+
} from "./commands/DisassociateMemberFromFleetCommand";
|
|
188
|
+
import {
|
|
189
|
+
DisassociateMemberFromJobCommandInput,
|
|
190
|
+
DisassociateMemberFromJobCommandOutput,
|
|
191
|
+
} from "./commands/DisassociateMemberFromJobCommand";
|
|
192
|
+
import {
|
|
193
|
+
DisassociateMemberFromQueueCommandInput,
|
|
194
|
+
DisassociateMemberFromQueueCommandOutput,
|
|
195
|
+
} from "./commands/DisassociateMemberFromQueueCommand";
|
|
196
|
+
import {
|
|
197
|
+
GetBudgetCommandInput,
|
|
198
|
+
GetBudgetCommandOutput,
|
|
199
|
+
} from "./commands/GetBudgetCommand";
|
|
200
|
+
import {
|
|
201
|
+
GetFarmCommandInput,
|
|
202
|
+
GetFarmCommandOutput,
|
|
203
|
+
} from "./commands/GetFarmCommand";
|
|
204
|
+
import {
|
|
205
|
+
GetFleetCommandInput,
|
|
206
|
+
GetFleetCommandOutput,
|
|
207
|
+
} from "./commands/GetFleetCommand";
|
|
208
|
+
import {
|
|
209
|
+
GetJobCommandInput,
|
|
210
|
+
GetJobCommandOutput,
|
|
211
|
+
} from "./commands/GetJobCommand";
|
|
212
|
+
import {
|
|
213
|
+
GetLicenseEndpointCommandInput,
|
|
214
|
+
GetLicenseEndpointCommandOutput,
|
|
215
|
+
} from "./commands/GetLicenseEndpointCommand";
|
|
216
|
+
import {
|
|
217
|
+
GetMonitorCommandInput,
|
|
218
|
+
GetMonitorCommandOutput,
|
|
219
|
+
} from "./commands/GetMonitorCommand";
|
|
220
|
+
import {
|
|
221
|
+
GetQueueCommandInput,
|
|
222
|
+
GetQueueCommandOutput,
|
|
223
|
+
} from "./commands/GetQueueCommand";
|
|
224
|
+
import {
|
|
225
|
+
GetQueueEnvironmentCommandInput,
|
|
226
|
+
GetQueueEnvironmentCommandOutput,
|
|
227
|
+
} from "./commands/GetQueueEnvironmentCommand";
|
|
228
|
+
import {
|
|
229
|
+
GetQueueFleetAssociationCommandInput,
|
|
230
|
+
GetQueueFleetAssociationCommandOutput,
|
|
231
|
+
} from "./commands/GetQueueFleetAssociationCommand";
|
|
232
|
+
import {
|
|
233
|
+
GetSessionActionCommandInput,
|
|
234
|
+
GetSessionActionCommandOutput,
|
|
235
|
+
} from "./commands/GetSessionActionCommand";
|
|
236
|
+
import {
|
|
237
|
+
GetSessionCommandInput,
|
|
238
|
+
GetSessionCommandOutput,
|
|
239
|
+
} from "./commands/GetSessionCommand";
|
|
240
|
+
import {
|
|
241
|
+
GetSessionsStatisticsAggregationCommandInput,
|
|
242
|
+
GetSessionsStatisticsAggregationCommandOutput,
|
|
243
|
+
} from "./commands/GetSessionsStatisticsAggregationCommand";
|
|
244
|
+
import {
|
|
245
|
+
GetStepCommandInput,
|
|
246
|
+
GetStepCommandOutput,
|
|
247
|
+
} from "./commands/GetStepCommand";
|
|
248
|
+
import {
|
|
249
|
+
GetStorageProfileCommandInput,
|
|
250
|
+
GetStorageProfileCommandOutput,
|
|
251
|
+
} from "./commands/GetStorageProfileCommand";
|
|
252
|
+
import {
|
|
253
|
+
GetStorageProfileForQueueCommandInput,
|
|
254
|
+
GetStorageProfileForQueueCommandOutput,
|
|
255
|
+
} from "./commands/GetStorageProfileForQueueCommand";
|
|
256
|
+
import {
|
|
257
|
+
GetTaskCommandInput,
|
|
258
|
+
GetTaskCommandOutput,
|
|
259
|
+
} from "./commands/GetTaskCommand";
|
|
260
|
+
import {
|
|
261
|
+
GetWorkerCommandInput,
|
|
262
|
+
GetWorkerCommandOutput,
|
|
263
|
+
} from "./commands/GetWorkerCommand";
|
|
264
|
+
import {
|
|
265
|
+
ListAvailableMeteredProductsCommandInput,
|
|
266
|
+
ListAvailableMeteredProductsCommandOutput,
|
|
267
|
+
} from "./commands/ListAvailableMeteredProductsCommand";
|
|
268
|
+
import {
|
|
269
|
+
ListBudgetsCommandInput,
|
|
270
|
+
ListBudgetsCommandOutput,
|
|
271
|
+
} from "./commands/ListBudgetsCommand";
|
|
272
|
+
import {
|
|
273
|
+
ListFarmMembersCommandInput,
|
|
274
|
+
ListFarmMembersCommandOutput,
|
|
275
|
+
} from "./commands/ListFarmMembersCommand";
|
|
276
|
+
import {
|
|
277
|
+
ListFarmsCommandInput,
|
|
278
|
+
ListFarmsCommandOutput,
|
|
279
|
+
} from "./commands/ListFarmsCommand";
|
|
280
|
+
import {
|
|
281
|
+
ListFleetMembersCommandInput,
|
|
282
|
+
ListFleetMembersCommandOutput,
|
|
283
|
+
} from "./commands/ListFleetMembersCommand";
|
|
284
|
+
import {
|
|
285
|
+
ListFleetsCommandInput,
|
|
286
|
+
ListFleetsCommandOutput,
|
|
287
|
+
} from "./commands/ListFleetsCommand";
|
|
288
|
+
import {
|
|
289
|
+
ListJobMembersCommandInput,
|
|
290
|
+
ListJobMembersCommandOutput,
|
|
291
|
+
} from "./commands/ListJobMembersCommand";
|
|
292
|
+
import {
|
|
293
|
+
ListJobsCommandInput,
|
|
294
|
+
ListJobsCommandOutput,
|
|
295
|
+
} from "./commands/ListJobsCommand";
|
|
296
|
+
import {
|
|
297
|
+
ListLicenseEndpointsCommandInput,
|
|
298
|
+
ListLicenseEndpointsCommandOutput,
|
|
299
|
+
} from "./commands/ListLicenseEndpointsCommand";
|
|
300
|
+
import {
|
|
301
|
+
ListMeteredProductsCommandInput,
|
|
302
|
+
ListMeteredProductsCommandOutput,
|
|
303
|
+
} from "./commands/ListMeteredProductsCommand";
|
|
304
|
+
import {
|
|
305
|
+
ListMonitorsCommandInput,
|
|
306
|
+
ListMonitorsCommandOutput,
|
|
307
|
+
} from "./commands/ListMonitorsCommand";
|
|
308
|
+
import {
|
|
309
|
+
ListQueueEnvironmentsCommandInput,
|
|
310
|
+
ListQueueEnvironmentsCommandOutput,
|
|
311
|
+
} from "./commands/ListQueueEnvironmentsCommand";
|
|
312
|
+
import {
|
|
313
|
+
ListQueueFleetAssociationsCommandInput,
|
|
314
|
+
ListQueueFleetAssociationsCommandOutput,
|
|
315
|
+
} from "./commands/ListQueueFleetAssociationsCommand";
|
|
316
|
+
import {
|
|
317
|
+
ListQueueMembersCommandInput,
|
|
318
|
+
ListQueueMembersCommandOutput,
|
|
319
|
+
} from "./commands/ListQueueMembersCommand";
|
|
320
|
+
import {
|
|
321
|
+
ListQueuesCommandInput,
|
|
322
|
+
ListQueuesCommandOutput,
|
|
323
|
+
} from "./commands/ListQueuesCommand";
|
|
324
|
+
import {
|
|
325
|
+
ListSessionActionsCommandInput,
|
|
326
|
+
ListSessionActionsCommandOutput,
|
|
327
|
+
} from "./commands/ListSessionActionsCommand";
|
|
328
|
+
import {
|
|
329
|
+
ListSessionsCommandInput,
|
|
330
|
+
ListSessionsCommandOutput,
|
|
331
|
+
} from "./commands/ListSessionsCommand";
|
|
332
|
+
import {
|
|
333
|
+
ListSessionsForWorkerCommandInput,
|
|
334
|
+
ListSessionsForWorkerCommandOutput,
|
|
335
|
+
} from "./commands/ListSessionsForWorkerCommand";
|
|
336
|
+
import {
|
|
337
|
+
ListStepConsumersCommandInput,
|
|
338
|
+
ListStepConsumersCommandOutput,
|
|
339
|
+
} from "./commands/ListStepConsumersCommand";
|
|
340
|
+
import {
|
|
341
|
+
ListStepDependenciesCommandInput,
|
|
342
|
+
ListStepDependenciesCommandOutput,
|
|
343
|
+
} from "./commands/ListStepDependenciesCommand";
|
|
344
|
+
import {
|
|
345
|
+
ListStepsCommandInput,
|
|
346
|
+
ListStepsCommandOutput,
|
|
347
|
+
} from "./commands/ListStepsCommand";
|
|
348
|
+
import {
|
|
349
|
+
ListStorageProfilesCommandInput,
|
|
350
|
+
ListStorageProfilesCommandOutput,
|
|
351
|
+
} from "./commands/ListStorageProfilesCommand";
|
|
352
|
+
import {
|
|
353
|
+
ListStorageProfilesForQueueCommandInput,
|
|
354
|
+
ListStorageProfilesForQueueCommandOutput,
|
|
355
|
+
} from "./commands/ListStorageProfilesForQueueCommand";
|
|
356
|
+
import {
|
|
357
|
+
ListTagsForResourceCommandInput,
|
|
358
|
+
ListTagsForResourceCommandOutput,
|
|
359
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
360
|
+
import {
|
|
361
|
+
ListTasksCommandInput,
|
|
362
|
+
ListTasksCommandOutput,
|
|
363
|
+
} from "./commands/ListTasksCommand";
|
|
364
|
+
import {
|
|
365
|
+
ListWorkersCommandInput,
|
|
366
|
+
ListWorkersCommandOutput,
|
|
367
|
+
} from "./commands/ListWorkersCommand";
|
|
368
|
+
import {
|
|
369
|
+
PutMeteredProductCommandInput,
|
|
370
|
+
PutMeteredProductCommandOutput,
|
|
371
|
+
} from "./commands/PutMeteredProductCommand";
|
|
372
|
+
import {
|
|
373
|
+
SearchJobsCommandInput,
|
|
374
|
+
SearchJobsCommandOutput,
|
|
375
|
+
} from "./commands/SearchJobsCommand";
|
|
376
|
+
import {
|
|
377
|
+
SearchStepsCommandInput,
|
|
378
|
+
SearchStepsCommandOutput,
|
|
379
|
+
} from "./commands/SearchStepsCommand";
|
|
380
|
+
import {
|
|
381
|
+
SearchTasksCommandInput,
|
|
382
|
+
SearchTasksCommandOutput,
|
|
383
|
+
} from "./commands/SearchTasksCommand";
|
|
384
|
+
import {
|
|
385
|
+
SearchWorkersCommandInput,
|
|
386
|
+
SearchWorkersCommandOutput,
|
|
387
|
+
} from "./commands/SearchWorkersCommand";
|
|
388
|
+
import {
|
|
389
|
+
StartSessionsStatisticsAggregationCommandInput,
|
|
390
|
+
StartSessionsStatisticsAggregationCommandOutput,
|
|
391
|
+
} from "./commands/StartSessionsStatisticsAggregationCommand";
|
|
392
|
+
import {
|
|
393
|
+
TagResourceCommandInput,
|
|
394
|
+
TagResourceCommandOutput,
|
|
395
|
+
} from "./commands/TagResourceCommand";
|
|
396
|
+
import {
|
|
397
|
+
UntagResourceCommandInput,
|
|
398
|
+
UntagResourceCommandOutput,
|
|
399
|
+
} from "./commands/UntagResourceCommand";
|
|
400
|
+
import {
|
|
401
|
+
UpdateBudgetCommandInput,
|
|
402
|
+
UpdateBudgetCommandOutput,
|
|
403
|
+
} from "./commands/UpdateBudgetCommand";
|
|
404
|
+
import {
|
|
405
|
+
UpdateFarmCommandInput,
|
|
406
|
+
UpdateFarmCommandOutput,
|
|
407
|
+
} from "./commands/UpdateFarmCommand";
|
|
408
|
+
import {
|
|
409
|
+
UpdateFleetCommandInput,
|
|
410
|
+
UpdateFleetCommandOutput,
|
|
411
|
+
} from "./commands/UpdateFleetCommand";
|
|
412
|
+
import {
|
|
413
|
+
UpdateJobCommandInput,
|
|
414
|
+
UpdateJobCommandOutput,
|
|
415
|
+
} from "./commands/UpdateJobCommand";
|
|
416
|
+
import {
|
|
417
|
+
UpdateMonitorCommandInput,
|
|
418
|
+
UpdateMonitorCommandOutput,
|
|
419
|
+
} from "./commands/UpdateMonitorCommand";
|
|
420
|
+
import {
|
|
421
|
+
UpdateQueueCommandInput,
|
|
422
|
+
UpdateQueueCommandOutput,
|
|
423
|
+
} from "./commands/UpdateQueueCommand";
|
|
424
|
+
import {
|
|
425
|
+
UpdateQueueEnvironmentCommandInput,
|
|
426
|
+
UpdateQueueEnvironmentCommandOutput,
|
|
427
|
+
} from "./commands/UpdateQueueEnvironmentCommand";
|
|
428
|
+
import {
|
|
429
|
+
UpdateQueueFleetAssociationCommandInput,
|
|
430
|
+
UpdateQueueFleetAssociationCommandOutput,
|
|
431
|
+
} from "./commands/UpdateQueueFleetAssociationCommand";
|
|
432
|
+
import {
|
|
433
|
+
UpdateSessionCommandInput,
|
|
434
|
+
UpdateSessionCommandOutput,
|
|
435
|
+
} from "./commands/UpdateSessionCommand";
|
|
436
|
+
import {
|
|
437
|
+
UpdateStepCommandInput,
|
|
438
|
+
UpdateStepCommandOutput,
|
|
439
|
+
} from "./commands/UpdateStepCommand";
|
|
440
|
+
import {
|
|
441
|
+
UpdateStorageProfileCommandInput,
|
|
442
|
+
UpdateStorageProfileCommandOutput,
|
|
443
|
+
} from "./commands/UpdateStorageProfileCommand";
|
|
444
|
+
import {
|
|
445
|
+
UpdateTaskCommandInput,
|
|
446
|
+
UpdateTaskCommandOutput,
|
|
447
|
+
} from "./commands/UpdateTaskCommand";
|
|
448
|
+
import {
|
|
449
|
+
UpdateWorkerCommandInput,
|
|
450
|
+
UpdateWorkerCommandOutput,
|
|
451
|
+
} from "./commands/UpdateWorkerCommand";
|
|
452
|
+
import {
|
|
453
|
+
UpdateWorkerScheduleCommandInput,
|
|
454
|
+
UpdateWorkerScheduleCommandOutput,
|
|
455
|
+
} from "./commands/UpdateWorkerScheduleCommand";
|
|
456
|
+
import {
|
|
457
|
+
ClientInputEndpointParameters,
|
|
458
|
+
ClientResolvedEndpointParameters,
|
|
459
|
+
EndpointParameters,
|
|
460
|
+
} from "./endpoint/EndpointParameters";
|
|
461
|
+
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
462
|
+
export { __Client };
|
|
463
|
+
export type ServiceInputTypes =
|
|
464
|
+
| AssociateMemberToFarmCommandInput
|
|
465
|
+
| AssociateMemberToFleetCommandInput
|
|
466
|
+
| AssociateMemberToJobCommandInput
|
|
467
|
+
| AssociateMemberToQueueCommandInput
|
|
468
|
+
| AssumeFleetRoleForReadCommandInput
|
|
469
|
+
| AssumeFleetRoleForWorkerCommandInput
|
|
470
|
+
| AssumeQueueRoleForReadCommandInput
|
|
471
|
+
| AssumeQueueRoleForUserCommandInput
|
|
472
|
+
| AssumeQueueRoleForWorkerCommandInput
|
|
473
|
+
| BatchGetJobEntityCommandInput
|
|
474
|
+
| CopyJobTemplateCommandInput
|
|
475
|
+
| CreateBudgetCommandInput
|
|
476
|
+
| CreateFarmCommandInput
|
|
477
|
+
| CreateFleetCommandInput
|
|
478
|
+
| CreateJobCommandInput
|
|
479
|
+
| CreateLicenseEndpointCommandInput
|
|
480
|
+
| CreateMonitorCommandInput
|
|
481
|
+
| CreateQueueCommandInput
|
|
482
|
+
| CreateQueueEnvironmentCommandInput
|
|
483
|
+
| CreateQueueFleetAssociationCommandInput
|
|
484
|
+
| CreateStorageProfileCommandInput
|
|
485
|
+
| CreateWorkerCommandInput
|
|
486
|
+
| DeleteBudgetCommandInput
|
|
487
|
+
| DeleteFarmCommandInput
|
|
488
|
+
| DeleteFleetCommandInput
|
|
489
|
+
| DeleteLicenseEndpointCommandInput
|
|
490
|
+
| DeleteMeteredProductCommandInput
|
|
491
|
+
| DeleteMonitorCommandInput
|
|
492
|
+
| DeleteQueueCommandInput
|
|
493
|
+
| DeleteQueueEnvironmentCommandInput
|
|
494
|
+
| DeleteQueueFleetAssociationCommandInput
|
|
495
|
+
| DeleteStorageProfileCommandInput
|
|
496
|
+
| DeleteWorkerCommandInput
|
|
497
|
+
| DisassociateMemberFromFarmCommandInput
|
|
498
|
+
| DisassociateMemberFromFleetCommandInput
|
|
499
|
+
| DisassociateMemberFromJobCommandInput
|
|
500
|
+
| DisassociateMemberFromQueueCommandInput
|
|
501
|
+
| GetBudgetCommandInput
|
|
502
|
+
| GetFarmCommandInput
|
|
503
|
+
| GetFleetCommandInput
|
|
504
|
+
| GetJobCommandInput
|
|
505
|
+
| GetLicenseEndpointCommandInput
|
|
506
|
+
| GetMonitorCommandInput
|
|
507
|
+
| GetQueueCommandInput
|
|
508
|
+
| GetQueueEnvironmentCommandInput
|
|
509
|
+
| GetQueueFleetAssociationCommandInput
|
|
510
|
+
| GetSessionActionCommandInput
|
|
511
|
+
| GetSessionCommandInput
|
|
512
|
+
| GetSessionsStatisticsAggregationCommandInput
|
|
513
|
+
| GetStepCommandInput
|
|
514
|
+
| GetStorageProfileCommandInput
|
|
515
|
+
| GetStorageProfileForQueueCommandInput
|
|
516
|
+
| GetTaskCommandInput
|
|
517
|
+
| GetWorkerCommandInput
|
|
518
|
+
| ListAvailableMeteredProductsCommandInput
|
|
519
|
+
| ListBudgetsCommandInput
|
|
520
|
+
| ListFarmMembersCommandInput
|
|
521
|
+
| ListFarmsCommandInput
|
|
522
|
+
| ListFleetMembersCommandInput
|
|
523
|
+
| ListFleetsCommandInput
|
|
524
|
+
| ListJobMembersCommandInput
|
|
525
|
+
| ListJobsCommandInput
|
|
526
|
+
| ListLicenseEndpointsCommandInput
|
|
527
|
+
| ListMeteredProductsCommandInput
|
|
528
|
+
| ListMonitorsCommandInput
|
|
529
|
+
| ListQueueEnvironmentsCommandInput
|
|
530
|
+
| ListQueueFleetAssociationsCommandInput
|
|
531
|
+
| ListQueueMembersCommandInput
|
|
532
|
+
| ListQueuesCommandInput
|
|
533
|
+
| ListSessionActionsCommandInput
|
|
534
|
+
| ListSessionsCommandInput
|
|
535
|
+
| ListSessionsForWorkerCommandInput
|
|
536
|
+
| ListStepConsumersCommandInput
|
|
537
|
+
| ListStepDependenciesCommandInput
|
|
538
|
+
| ListStepsCommandInput
|
|
539
|
+
| ListStorageProfilesCommandInput
|
|
540
|
+
| ListStorageProfilesForQueueCommandInput
|
|
541
|
+
| ListTagsForResourceCommandInput
|
|
542
|
+
| ListTasksCommandInput
|
|
543
|
+
| ListWorkersCommandInput
|
|
544
|
+
| PutMeteredProductCommandInput
|
|
545
|
+
| SearchJobsCommandInput
|
|
546
|
+
| SearchStepsCommandInput
|
|
547
|
+
| SearchTasksCommandInput
|
|
548
|
+
| SearchWorkersCommandInput
|
|
549
|
+
| StartSessionsStatisticsAggregationCommandInput
|
|
550
|
+
| TagResourceCommandInput
|
|
551
|
+
| UntagResourceCommandInput
|
|
552
|
+
| UpdateBudgetCommandInput
|
|
553
|
+
| UpdateFarmCommandInput
|
|
554
|
+
| UpdateFleetCommandInput
|
|
555
|
+
| UpdateJobCommandInput
|
|
556
|
+
| UpdateMonitorCommandInput
|
|
557
|
+
| UpdateQueueCommandInput
|
|
558
|
+
| UpdateQueueEnvironmentCommandInput
|
|
559
|
+
| UpdateQueueFleetAssociationCommandInput
|
|
560
|
+
| UpdateSessionCommandInput
|
|
561
|
+
| UpdateStepCommandInput
|
|
562
|
+
| UpdateStorageProfileCommandInput
|
|
563
|
+
| UpdateTaskCommandInput
|
|
564
|
+
| UpdateWorkerCommandInput
|
|
565
|
+
| UpdateWorkerScheduleCommandInput;
|
|
566
|
+
export type ServiceOutputTypes =
|
|
567
|
+
| AssociateMemberToFarmCommandOutput
|
|
568
|
+
| AssociateMemberToFleetCommandOutput
|
|
569
|
+
| AssociateMemberToJobCommandOutput
|
|
570
|
+
| AssociateMemberToQueueCommandOutput
|
|
571
|
+
| AssumeFleetRoleForReadCommandOutput
|
|
572
|
+
| AssumeFleetRoleForWorkerCommandOutput
|
|
573
|
+
| AssumeQueueRoleForReadCommandOutput
|
|
574
|
+
| AssumeQueueRoleForUserCommandOutput
|
|
575
|
+
| AssumeQueueRoleForWorkerCommandOutput
|
|
576
|
+
| BatchGetJobEntityCommandOutput
|
|
577
|
+
| CopyJobTemplateCommandOutput
|
|
578
|
+
| CreateBudgetCommandOutput
|
|
579
|
+
| CreateFarmCommandOutput
|
|
580
|
+
| CreateFleetCommandOutput
|
|
581
|
+
| CreateJobCommandOutput
|
|
582
|
+
| CreateLicenseEndpointCommandOutput
|
|
583
|
+
| CreateMonitorCommandOutput
|
|
584
|
+
| CreateQueueCommandOutput
|
|
585
|
+
| CreateQueueEnvironmentCommandOutput
|
|
586
|
+
| CreateQueueFleetAssociationCommandOutput
|
|
587
|
+
| CreateStorageProfileCommandOutput
|
|
588
|
+
| CreateWorkerCommandOutput
|
|
589
|
+
| DeleteBudgetCommandOutput
|
|
590
|
+
| DeleteFarmCommandOutput
|
|
591
|
+
| DeleteFleetCommandOutput
|
|
592
|
+
| DeleteLicenseEndpointCommandOutput
|
|
593
|
+
| DeleteMeteredProductCommandOutput
|
|
594
|
+
| DeleteMonitorCommandOutput
|
|
595
|
+
| DeleteQueueCommandOutput
|
|
596
|
+
| DeleteQueueEnvironmentCommandOutput
|
|
597
|
+
| DeleteQueueFleetAssociationCommandOutput
|
|
598
|
+
| DeleteStorageProfileCommandOutput
|
|
599
|
+
| DeleteWorkerCommandOutput
|
|
600
|
+
| DisassociateMemberFromFarmCommandOutput
|
|
601
|
+
| DisassociateMemberFromFleetCommandOutput
|
|
602
|
+
| DisassociateMemberFromJobCommandOutput
|
|
603
|
+
| DisassociateMemberFromQueueCommandOutput
|
|
604
|
+
| GetBudgetCommandOutput
|
|
605
|
+
| GetFarmCommandOutput
|
|
606
|
+
| GetFleetCommandOutput
|
|
607
|
+
| GetJobCommandOutput
|
|
608
|
+
| GetLicenseEndpointCommandOutput
|
|
609
|
+
| GetMonitorCommandOutput
|
|
610
|
+
| GetQueueCommandOutput
|
|
611
|
+
| GetQueueEnvironmentCommandOutput
|
|
612
|
+
| GetQueueFleetAssociationCommandOutput
|
|
613
|
+
| GetSessionActionCommandOutput
|
|
614
|
+
| GetSessionCommandOutput
|
|
615
|
+
| GetSessionsStatisticsAggregationCommandOutput
|
|
616
|
+
| GetStepCommandOutput
|
|
617
|
+
| GetStorageProfileCommandOutput
|
|
618
|
+
| GetStorageProfileForQueueCommandOutput
|
|
619
|
+
| GetTaskCommandOutput
|
|
620
|
+
| GetWorkerCommandOutput
|
|
621
|
+
| ListAvailableMeteredProductsCommandOutput
|
|
622
|
+
| ListBudgetsCommandOutput
|
|
623
|
+
| ListFarmMembersCommandOutput
|
|
624
|
+
| ListFarmsCommandOutput
|
|
625
|
+
| ListFleetMembersCommandOutput
|
|
626
|
+
| ListFleetsCommandOutput
|
|
627
|
+
| ListJobMembersCommandOutput
|
|
628
|
+
| ListJobsCommandOutput
|
|
629
|
+
| ListLicenseEndpointsCommandOutput
|
|
630
|
+
| ListMeteredProductsCommandOutput
|
|
631
|
+
| ListMonitorsCommandOutput
|
|
632
|
+
| ListQueueEnvironmentsCommandOutput
|
|
633
|
+
| ListQueueFleetAssociationsCommandOutput
|
|
634
|
+
| ListQueueMembersCommandOutput
|
|
635
|
+
| ListQueuesCommandOutput
|
|
636
|
+
| ListSessionActionsCommandOutput
|
|
637
|
+
| ListSessionsCommandOutput
|
|
638
|
+
| ListSessionsForWorkerCommandOutput
|
|
639
|
+
| ListStepConsumersCommandOutput
|
|
640
|
+
| ListStepDependenciesCommandOutput
|
|
641
|
+
| ListStepsCommandOutput
|
|
642
|
+
| ListStorageProfilesCommandOutput
|
|
643
|
+
| ListStorageProfilesForQueueCommandOutput
|
|
644
|
+
| ListTagsForResourceCommandOutput
|
|
645
|
+
| ListTasksCommandOutput
|
|
646
|
+
| ListWorkersCommandOutput
|
|
647
|
+
| PutMeteredProductCommandOutput
|
|
648
|
+
| SearchJobsCommandOutput
|
|
649
|
+
| SearchStepsCommandOutput
|
|
650
|
+
| SearchTasksCommandOutput
|
|
651
|
+
| SearchWorkersCommandOutput
|
|
652
|
+
| StartSessionsStatisticsAggregationCommandOutput
|
|
653
|
+
| TagResourceCommandOutput
|
|
654
|
+
| UntagResourceCommandOutput
|
|
655
|
+
| UpdateBudgetCommandOutput
|
|
656
|
+
| UpdateFarmCommandOutput
|
|
657
|
+
| UpdateFleetCommandOutput
|
|
658
|
+
| UpdateJobCommandOutput
|
|
659
|
+
| UpdateMonitorCommandOutput
|
|
660
|
+
| UpdateQueueCommandOutput
|
|
661
|
+
| UpdateQueueEnvironmentCommandOutput
|
|
662
|
+
| UpdateQueueFleetAssociationCommandOutput
|
|
663
|
+
| UpdateSessionCommandOutput
|
|
664
|
+
| UpdateStepCommandOutput
|
|
665
|
+
| UpdateStorageProfileCommandOutput
|
|
666
|
+
| UpdateTaskCommandOutput
|
|
667
|
+
| UpdateWorkerCommandOutput
|
|
668
|
+
| UpdateWorkerScheduleCommandOutput;
|
|
669
|
+
export interface ClientDefaults
|
|
670
|
+
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
671
|
+
requestHandler?: __HttpHandlerUserInput;
|
|
672
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
673
|
+
urlParser?: __UrlParser;
|
|
674
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
675
|
+
streamCollector?: __StreamCollector;
|
|
676
|
+
base64Decoder?: __Decoder;
|
|
677
|
+
base64Encoder?: __Encoder;
|
|
678
|
+
utf8Decoder?: __Decoder;
|
|
679
|
+
utf8Encoder?: __Encoder;
|
|
680
|
+
runtime?: string;
|
|
681
|
+
disableHostPrefix?: boolean;
|
|
682
|
+
serviceId?: string;
|
|
683
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
684
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
685
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
686
|
+
region?: string | __Provider<string>;
|
|
687
|
+
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
688
|
+
maxAttempts?: number | __Provider<number>;
|
|
689
|
+
retryMode?: string | __Provider<string>;
|
|
690
|
+
logger?: __Logger;
|
|
691
|
+
extensions?: RuntimeExtension[];
|
|
692
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
693
|
+
}
|
|
694
|
+
export type DeadlineClientConfigType = Partial<
|
|
695
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
696
|
+
> &
|
|
697
|
+
ClientDefaults &
|
|
698
|
+
RegionInputConfig &
|
|
699
|
+
EndpointInputConfig<EndpointParameters> &
|
|
700
|
+
RetryInputConfig &
|
|
701
|
+
HostHeaderInputConfig &
|
|
702
|
+
UserAgentInputConfig &
|
|
703
|
+
HttpAuthSchemeInputConfig &
|
|
704
|
+
ClientInputEndpointParameters;
|
|
705
|
+
export interface DeadlineClientConfig extends DeadlineClientConfigType {}
|
|
706
|
+
export type DeadlineClientResolvedConfigType =
|
|
707
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
708
|
+
Required<ClientDefaults> &
|
|
709
|
+
RuntimeExtensionsConfig &
|
|
710
|
+
RegionResolvedConfig &
|
|
711
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
712
|
+
RetryResolvedConfig &
|
|
713
|
+
HostHeaderResolvedConfig &
|
|
714
|
+
UserAgentResolvedConfig &
|
|
715
|
+
HttpAuthSchemeResolvedConfig &
|
|
716
|
+
ClientResolvedEndpointParameters;
|
|
717
|
+
export interface DeadlineClientResolvedConfig
|
|
718
|
+
extends DeadlineClientResolvedConfigType {}
|
|
719
|
+
export declare class DeadlineClient extends __Client<
|
|
720
|
+
__HttpHandlerOptions,
|
|
721
|
+
ServiceInputTypes,
|
|
722
|
+
ServiceOutputTypes,
|
|
723
|
+
DeadlineClientResolvedConfig
|
|
724
|
+
> {
|
|
725
|
+
readonly config: DeadlineClientResolvedConfig;
|
|
726
|
+
constructor(
|
|
727
|
+
...[configuration]: __CheckOptionalClientConfig<DeadlineClientConfig>
|
|
728
|
+
);
|
|
729
|
+
destroy(): void;
|
|
730
|
+
private getDefaultHttpAuthSchemeParametersProvider;
|
|
731
|
+
private getIdentityProviderConfigProvider;
|
|
732
|
+
}
|