@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,211 @@
|
|
|
1
|
+
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
|
+
import { AssociateMemberToFarmCommand, } from "./commands/AssociateMemberToFarmCommand";
|
|
3
|
+
import { AssociateMemberToFleetCommand, } from "./commands/AssociateMemberToFleetCommand";
|
|
4
|
+
import { AssociateMemberToJobCommand, } from "./commands/AssociateMemberToJobCommand";
|
|
5
|
+
import { AssociateMemberToQueueCommand, } from "./commands/AssociateMemberToQueueCommand";
|
|
6
|
+
import { AssumeFleetRoleForReadCommand, } from "./commands/AssumeFleetRoleForReadCommand";
|
|
7
|
+
import { AssumeFleetRoleForWorkerCommand, } from "./commands/AssumeFleetRoleForWorkerCommand";
|
|
8
|
+
import { AssumeQueueRoleForReadCommand, } from "./commands/AssumeQueueRoleForReadCommand";
|
|
9
|
+
import { AssumeQueueRoleForUserCommand, } from "./commands/AssumeQueueRoleForUserCommand";
|
|
10
|
+
import { AssumeQueueRoleForWorkerCommand, } from "./commands/AssumeQueueRoleForWorkerCommand";
|
|
11
|
+
import { BatchGetJobEntityCommand, } from "./commands/BatchGetJobEntityCommand";
|
|
12
|
+
import { CopyJobTemplateCommand, } from "./commands/CopyJobTemplateCommand";
|
|
13
|
+
import { CreateBudgetCommand, } from "./commands/CreateBudgetCommand";
|
|
14
|
+
import { CreateFarmCommand } from "./commands/CreateFarmCommand";
|
|
15
|
+
import { CreateFleetCommand } from "./commands/CreateFleetCommand";
|
|
16
|
+
import { CreateJobCommand } from "./commands/CreateJobCommand";
|
|
17
|
+
import { CreateLicenseEndpointCommand, } from "./commands/CreateLicenseEndpointCommand";
|
|
18
|
+
import { CreateMonitorCommand, } from "./commands/CreateMonitorCommand";
|
|
19
|
+
import { CreateQueueCommand } from "./commands/CreateQueueCommand";
|
|
20
|
+
import { CreateQueueEnvironmentCommand, } from "./commands/CreateQueueEnvironmentCommand";
|
|
21
|
+
import { CreateQueueFleetAssociationCommand, } from "./commands/CreateQueueFleetAssociationCommand";
|
|
22
|
+
import { CreateStorageProfileCommand, } from "./commands/CreateStorageProfileCommand";
|
|
23
|
+
import { CreateWorkerCommand, } from "./commands/CreateWorkerCommand";
|
|
24
|
+
import { DeleteBudgetCommand, } from "./commands/DeleteBudgetCommand";
|
|
25
|
+
import { DeleteFarmCommand } from "./commands/DeleteFarmCommand";
|
|
26
|
+
import { DeleteFleetCommand } from "./commands/DeleteFleetCommand";
|
|
27
|
+
import { DeleteLicenseEndpointCommand, } from "./commands/DeleteLicenseEndpointCommand";
|
|
28
|
+
import { DeleteMeteredProductCommand, } from "./commands/DeleteMeteredProductCommand";
|
|
29
|
+
import { DeleteMonitorCommand, } from "./commands/DeleteMonitorCommand";
|
|
30
|
+
import { DeleteQueueCommand } from "./commands/DeleteQueueCommand";
|
|
31
|
+
import { DeleteQueueEnvironmentCommand, } from "./commands/DeleteQueueEnvironmentCommand";
|
|
32
|
+
import { DeleteQueueFleetAssociationCommand, } from "./commands/DeleteQueueFleetAssociationCommand";
|
|
33
|
+
import { DeleteStorageProfileCommand, } from "./commands/DeleteStorageProfileCommand";
|
|
34
|
+
import { DeleteWorkerCommand, } from "./commands/DeleteWorkerCommand";
|
|
35
|
+
import { DisassociateMemberFromFarmCommand, } from "./commands/DisassociateMemberFromFarmCommand";
|
|
36
|
+
import { DisassociateMemberFromFleetCommand, } from "./commands/DisassociateMemberFromFleetCommand";
|
|
37
|
+
import { DisassociateMemberFromJobCommand, } from "./commands/DisassociateMemberFromJobCommand";
|
|
38
|
+
import { DisassociateMemberFromQueueCommand, } from "./commands/DisassociateMemberFromQueueCommand";
|
|
39
|
+
import { GetBudgetCommand } from "./commands/GetBudgetCommand";
|
|
40
|
+
import { GetFarmCommand } from "./commands/GetFarmCommand";
|
|
41
|
+
import { GetFleetCommand } from "./commands/GetFleetCommand";
|
|
42
|
+
import { GetJobCommand } from "./commands/GetJobCommand";
|
|
43
|
+
import { GetLicenseEndpointCommand, } from "./commands/GetLicenseEndpointCommand";
|
|
44
|
+
import { GetMonitorCommand } from "./commands/GetMonitorCommand";
|
|
45
|
+
import { GetQueueCommand } from "./commands/GetQueueCommand";
|
|
46
|
+
import { GetQueueEnvironmentCommand, } from "./commands/GetQueueEnvironmentCommand";
|
|
47
|
+
import { GetQueueFleetAssociationCommand, } from "./commands/GetQueueFleetAssociationCommand";
|
|
48
|
+
import { GetSessionActionCommand, } from "./commands/GetSessionActionCommand";
|
|
49
|
+
import { GetSessionCommand } from "./commands/GetSessionCommand";
|
|
50
|
+
import { GetSessionsStatisticsAggregationCommand, } from "./commands/GetSessionsStatisticsAggregationCommand";
|
|
51
|
+
import { GetStepCommand } from "./commands/GetStepCommand";
|
|
52
|
+
import { GetStorageProfileCommand, } from "./commands/GetStorageProfileCommand";
|
|
53
|
+
import { GetStorageProfileForQueueCommand, } from "./commands/GetStorageProfileForQueueCommand";
|
|
54
|
+
import { GetTaskCommand } from "./commands/GetTaskCommand";
|
|
55
|
+
import { GetWorkerCommand } from "./commands/GetWorkerCommand";
|
|
56
|
+
import { ListAvailableMeteredProductsCommand, } from "./commands/ListAvailableMeteredProductsCommand";
|
|
57
|
+
import { ListBudgetsCommand } from "./commands/ListBudgetsCommand";
|
|
58
|
+
import { ListFarmMembersCommand, } from "./commands/ListFarmMembersCommand";
|
|
59
|
+
import { ListFarmsCommand } from "./commands/ListFarmsCommand";
|
|
60
|
+
import { ListFleetMembersCommand, } from "./commands/ListFleetMembersCommand";
|
|
61
|
+
import { ListFleetsCommand } from "./commands/ListFleetsCommand";
|
|
62
|
+
import { ListJobMembersCommand, } from "./commands/ListJobMembersCommand";
|
|
63
|
+
import { ListJobsCommand } from "./commands/ListJobsCommand";
|
|
64
|
+
import { ListLicenseEndpointsCommand, } from "./commands/ListLicenseEndpointsCommand";
|
|
65
|
+
import { ListMeteredProductsCommand, } from "./commands/ListMeteredProductsCommand";
|
|
66
|
+
import { ListMonitorsCommand, } from "./commands/ListMonitorsCommand";
|
|
67
|
+
import { ListQueueEnvironmentsCommand, } from "./commands/ListQueueEnvironmentsCommand";
|
|
68
|
+
import { ListQueueFleetAssociationsCommand, } from "./commands/ListQueueFleetAssociationsCommand";
|
|
69
|
+
import { ListQueueMembersCommand, } from "./commands/ListQueueMembersCommand";
|
|
70
|
+
import { ListQueuesCommand } from "./commands/ListQueuesCommand";
|
|
71
|
+
import { ListSessionActionsCommand, } from "./commands/ListSessionActionsCommand";
|
|
72
|
+
import { ListSessionsCommand, } from "./commands/ListSessionsCommand";
|
|
73
|
+
import { ListSessionsForWorkerCommand, } from "./commands/ListSessionsForWorkerCommand";
|
|
74
|
+
import { ListStepConsumersCommand, } from "./commands/ListStepConsumersCommand";
|
|
75
|
+
import { ListStepDependenciesCommand, } from "./commands/ListStepDependenciesCommand";
|
|
76
|
+
import { ListStepsCommand } from "./commands/ListStepsCommand";
|
|
77
|
+
import { ListStorageProfilesCommand, } from "./commands/ListStorageProfilesCommand";
|
|
78
|
+
import { ListStorageProfilesForQueueCommand, } from "./commands/ListStorageProfilesForQueueCommand";
|
|
79
|
+
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
80
|
+
import { ListTasksCommand } from "./commands/ListTasksCommand";
|
|
81
|
+
import { ListWorkersCommand } from "./commands/ListWorkersCommand";
|
|
82
|
+
import { PutMeteredProductCommand, } from "./commands/PutMeteredProductCommand";
|
|
83
|
+
import { SearchJobsCommand } from "./commands/SearchJobsCommand";
|
|
84
|
+
import { SearchStepsCommand } from "./commands/SearchStepsCommand";
|
|
85
|
+
import { SearchTasksCommand } from "./commands/SearchTasksCommand";
|
|
86
|
+
import { SearchWorkersCommand, } from "./commands/SearchWorkersCommand";
|
|
87
|
+
import { StartSessionsStatisticsAggregationCommand, } from "./commands/StartSessionsStatisticsAggregationCommand";
|
|
88
|
+
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
89
|
+
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
90
|
+
import { UpdateBudgetCommand, } from "./commands/UpdateBudgetCommand";
|
|
91
|
+
import { UpdateFarmCommand } from "./commands/UpdateFarmCommand";
|
|
92
|
+
import { UpdateFleetCommand } from "./commands/UpdateFleetCommand";
|
|
93
|
+
import { UpdateJobCommand } from "./commands/UpdateJobCommand";
|
|
94
|
+
import { UpdateMonitorCommand, } from "./commands/UpdateMonitorCommand";
|
|
95
|
+
import { UpdateQueueCommand } from "./commands/UpdateQueueCommand";
|
|
96
|
+
import { UpdateQueueEnvironmentCommand, } from "./commands/UpdateQueueEnvironmentCommand";
|
|
97
|
+
import { UpdateQueueFleetAssociationCommand, } from "./commands/UpdateQueueFleetAssociationCommand";
|
|
98
|
+
import { UpdateSessionCommand, } from "./commands/UpdateSessionCommand";
|
|
99
|
+
import { UpdateStepCommand } from "./commands/UpdateStepCommand";
|
|
100
|
+
import { UpdateStorageProfileCommand, } from "./commands/UpdateStorageProfileCommand";
|
|
101
|
+
import { UpdateTaskCommand } from "./commands/UpdateTaskCommand";
|
|
102
|
+
import { UpdateWorkerCommand, } from "./commands/UpdateWorkerCommand";
|
|
103
|
+
import { UpdateWorkerScheduleCommand, } from "./commands/UpdateWorkerScheduleCommand";
|
|
104
|
+
import { DeadlineClient } from "./DeadlineClient";
|
|
105
|
+
const commands = {
|
|
106
|
+
AssociateMemberToFarmCommand,
|
|
107
|
+
AssociateMemberToFleetCommand,
|
|
108
|
+
AssociateMemberToJobCommand,
|
|
109
|
+
AssociateMemberToQueueCommand,
|
|
110
|
+
AssumeFleetRoleForReadCommand,
|
|
111
|
+
AssumeFleetRoleForWorkerCommand,
|
|
112
|
+
AssumeQueueRoleForReadCommand,
|
|
113
|
+
AssumeQueueRoleForUserCommand,
|
|
114
|
+
AssumeQueueRoleForWorkerCommand,
|
|
115
|
+
BatchGetJobEntityCommand,
|
|
116
|
+
CopyJobTemplateCommand,
|
|
117
|
+
CreateBudgetCommand,
|
|
118
|
+
CreateFarmCommand,
|
|
119
|
+
CreateFleetCommand,
|
|
120
|
+
CreateJobCommand,
|
|
121
|
+
CreateLicenseEndpointCommand,
|
|
122
|
+
CreateMonitorCommand,
|
|
123
|
+
CreateQueueCommand,
|
|
124
|
+
CreateQueueEnvironmentCommand,
|
|
125
|
+
CreateQueueFleetAssociationCommand,
|
|
126
|
+
CreateStorageProfileCommand,
|
|
127
|
+
CreateWorkerCommand,
|
|
128
|
+
DeleteBudgetCommand,
|
|
129
|
+
DeleteFarmCommand,
|
|
130
|
+
DeleteFleetCommand,
|
|
131
|
+
DeleteLicenseEndpointCommand,
|
|
132
|
+
DeleteMeteredProductCommand,
|
|
133
|
+
DeleteMonitorCommand,
|
|
134
|
+
DeleteQueueCommand,
|
|
135
|
+
DeleteQueueEnvironmentCommand,
|
|
136
|
+
DeleteQueueFleetAssociationCommand,
|
|
137
|
+
DeleteStorageProfileCommand,
|
|
138
|
+
DeleteWorkerCommand,
|
|
139
|
+
DisassociateMemberFromFarmCommand,
|
|
140
|
+
DisassociateMemberFromFleetCommand,
|
|
141
|
+
DisassociateMemberFromJobCommand,
|
|
142
|
+
DisassociateMemberFromQueueCommand,
|
|
143
|
+
GetBudgetCommand,
|
|
144
|
+
GetFarmCommand,
|
|
145
|
+
GetFleetCommand,
|
|
146
|
+
GetJobCommand,
|
|
147
|
+
GetLicenseEndpointCommand,
|
|
148
|
+
GetMonitorCommand,
|
|
149
|
+
GetQueueCommand,
|
|
150
|
+
GetQueueEnvironmentCommand,
|
|
151
|
+
GetQueueFleetAssociationCommand,
|
|
152
|
+
GetSessionCommand,
|
|
153
|
+
GetSessionActionCommand,
|
|
154
|
+
GetSessionsStatisticsAggregationCommand,
|
|
155
|
+
GetStepCommand,
|
|
156
|
+
GetStorageProfileCommand,
|
|
157
|
+
GetStorageProfileForQueueCommand,
|
|
158
|
+
GetTaskCommand,
|
|
159
|
+
GetWorkerCommand,
|
|
160
|
+
ListAvailableMeteredProductsCommand,
|
|
161
|
+
ListBudgetsCommand,
|
|
162
|
+
ListFarmMembersCommand,
|
|
163
|
+
ListFarmsCommand,
|
|
164
|
+
ListFleetMembersCommand,
|
|
165
|
+
ListFleetsCommand,
|
|
166
|
+
ListJobMembersCommand,
|
|
167
|
+
ListJobsCommand,
|
|
168
|
+
ListLicenseEndpointsCommand,
|
|
169
|
+
ListMeteredProductsCommand,
|
|
170
|
+
ListMonitorsCommand,
|
|
171
|
+
ListQueueEnvironmentsCommand,
|
|
172
|
+
ListQueueFleetAssociationsCommand,
|
|
173
|
+
ListQueueMembersCommand,
|
|
174
|
+
ListQueuesCommand,
|
|
175
|
+
ListSessionActionsCommand,
|
|
176
|
+
ListSessionsCommand,
|
|
177
|
+
ListSessionsForWorkerCommand,
|
|
178
|
+
ListStepConsumersCommand,
|
|
179
|
+
ListStepDependenciesCommand,
|
|
180
|
+
ListStepsCommand,
|
|
181
|
+
ListStorageProfilesCommand,
|
|
182
|
+
ListStorageProfilesForQueueCommand,
|
|
183
|
+
ListTagsForResourceCommand,
|
|
184
|
+
ListTasksCommand,
|
|
185
|
+
ListWorkersCommand,
|
|
186
|
+
PutMeteredProductCommand,
|
|
187
|
+
SearchJobsCommand,
|
|
188
|
+
SearchStepsCommand,
|
|
189
|
+
SearchTasksCommand,
|
|
190
|
+
SearchWorkersCommand,
|
|
191
|
+
StartSessionsStatisticsAggregationCommand,
|
|
192
|
+
TagResourceCommand,
|
|
193
|
+
UntagResourceCommand,
|
|
194
|
+
UpdateBudgetCommand,
|
|
195
|
+
UpdateFarmCommand,
|
|
196
|
+
UpdateFleetCommand,
|
|
197
|
+
UpdateJobCommand,
|
|
198
|
+
UpdateMonitorCommand,
|
|
199
|
+
UpdateQueueCommand,
|
|
200
|
+
UpdateQueueEnvironmentCommand,
|
|
201
|
+
UpdateQueueFleetAssociationCommand,
|
|
202
|
+
UpdateSessionCommand,
|
|
203
|
+
UpdateStepCommand,
|
|
204
|
+
UpdateStorageProfileCommand,
|
|
205
|
+
UpdateTaskCommand,
|
|
206
|
+
UpdateWorkerCommand,
|
|
207
|
+
UpdateWorkerScheduleCommand,
|
|
208
|
+
};
|
|
209
|
+
export class Deadline extends DeadlineClient {
|
|
210
|
+
}
|
|
211
|
+
createAggregatedClient(commands, Deadline);
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
3
|
+
import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
|
|
4
|
+
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
|
+
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
|
+
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
|
+
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
|
+
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
|
+
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
10
|
+
import { Client as __Client, } from "@smithy/smithy-client";
|
|
11
|
+
import { defaultDeadlineHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
|
|
12
|
+
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
13
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
14
|
+
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
|
+
export { __Client };
|
|
16
|
+
export class DeadlineClient extends __Client {
|
|
17
|
+
constructor(...[configuration]) {
|
|
18
|
+
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
|
+
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
20
|
+
const _config_2 = resolveRegionConfig(_config_1);
|
|
21
|
+
const _config_3 = resolveEndpointConfig(_config_2);
|
|
22
|
+
const _config_4 = resolveRetryConfig(_config_3);
|
|
23
|
+
const _config_5 = resolveHostHeaderConfig(_config_4);
|
|
24
|
+
const _config_6 = resolveUserAgentConfig(_config_5);
|
|
25
|
+
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
26
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
27
|
+
super(_config_8);
|
|
28
|
+
this.config = _config_8;
|
|
29
|
+
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
30
|
+
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
31
|
+
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
32
|
+
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
33
|
+
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
|
|
34
|
+
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
35
|
+
this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
|
|
36
|
+
httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
|
|
37
|
+
identityProviderConfigProvider: this.getIdentityProviderConfigProvider(),
|
|
38
|
+
}));
|
|
39
|
+
this.middlewareStack.use(getHttpSigningPlugin(this.config));
|
|
40
|
+
}
|
|
41
|
+
destroy() {
|
|
42
|
+
super.destroy();
|
|
43
|
+
}
|
|
44
|
+
getDefaultHttpAuthSchemeParametersProvider() {
|
|
45
|
+
return defaultDeadlineHttpAuthSchemeParametersProvider;
|
|
46
|
+
}
|
|
47
|
+
getIdentityProviderConfigProvider() {
|
|
48
|
+
return async (config) => new DefaultIdentityProviderConfig({
|
|
49
|
+
"aws.auth#sigv4": config.credentials,
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
2
|
+
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
3
|
+
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
4
|
+
let _credentials = runtimeConfig.credentials;
|
|
5
|
+
return {
|
|
6
|
+
setHttpAuthScheme(httpAuthScheme) {
|
|
7
|
+
const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
|
|
8
|
+
if (index === -1) {
|
|
9
|
+
_httpAuthSchemes.push(httpAuthScheme);
|
|
10
|
+
}
|
|
11
|
+
else {
|
|
12
|
+
_httpAuthSchemes.splice(index, 1, httpAuthScheme);
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
httpAuthSchemes() {
|
|
16
|
+
return _httpAuthSchemes;
|
|
17
|
+
},
|
|
18
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
|
|
19
|
+
_httpAuthSchemeProvider = httpAuthSchemeProvider;
|
|
20
|
+
},
|
|
21
|
+
httpAuthSchemeProvider() {
|
|
22
|
+
return _httpAuthSchemeProvider;
|
|
23
|
+
},
|
|
24
|
+
setCredentials(credentials) {
|
|
25
|
+
_credentials = credentials;
|
|
26
|
+
},
|
|
27
|
+
credentials() {
|
|
28
|
+
return _credentials;
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export const resolveHttpAuthRuntimeConfig = (config) => {
|
|
33
|
+
return {
|
|
34
|
+
httpAuthSchemes: config.httpAuthSchemes(),
|
|
35
|
+
httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
|
|
36
|
+
credentials: config.credentials(),
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core";
|
|
2
|
+
import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
|
|
3
|
+
export const defaultDeadlineHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
|
+
return {
|
|
5
|
+
operation: getSmithyContext(context).operation,
|
|
6
|
+
region: (await normalizeProvider(config.region)()) ||
|
|
7
|
+
(() => {
|
|
8
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
9
|
+
})(),
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
13
|
+
return {
|
|
14
|
+
schemeId: "aws.auth#sigv4",
|
|
15
|
+
signingProperties: {
|
|
16
|
+
name: "deadline",
|
|
17
|
+
region: authParameters.region,
|
|
18
|
+
},
|
|
19
|
+
propertiesExtractor: (config, context) => ({
|
|
20
|
+
signingProperties: {
|
|
21
|
+
config,
|
|
22
|
+
context,
|
|
23
|
+
},
|
|
24
|
+
}),
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export const defaultDeadlineHttpAuthSchemeProvider = (authParameters) => {
|
|
28
|
+
const options = [];
|
|
29
|
+
switch (authParameters.operation) {
|
|
30
|
+
default: {
|
|
31
|
+
options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
return options;
|
|
35
|
+
};
|
|
36
|
+
export const resolveHttpAuthSchemeConfig = (config) => {
|
|
37
|
+
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
38
|
+
return {
|
|
39
|
+
...config_0,
|
|
40
|
+
};
|
|
41
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_AssociateMemberToFarmCommand, se_AssociateMemberToFarmCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AssociateMemberToFarmCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Deadline", "AssociateMemberToFarm", {})
|
|
19
|
+
.n("DeadlineClient", "AssociateMemberToFarmCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_AssociateMemberToFarmCommand)
|
|
22
|
+
.de(de_AssociateMemberToFarmCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_AssociateMemberToFleetCommand, se_AssociateMemberToFleetCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AssociateMemberToFleetCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Deadline", "AssociateMemberToFleet", {})
|
|
19
|
+
.n("DeadlineClient", "AssociateMemberToFleetCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_AssociateMemberToFleetCommand)
|
|
22
|
+
.de(de_AssociateMemberToFleetCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_AssociateMemberToJobCommand, se_AssociateMemberToJobCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AssociateMemberToJobCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Deadline", "AssociateMemberToJob", {})
|
|
19
|
+
.n("DeadlineClient", "AssociateMemberToJobCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_AssociateMemberToJobCommand)
|
|
22
|
+
.de(de_AssociateMemberToJobCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_AssociateMemberToQueueCommand, se_AssociateMemberToQueueCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AssociateMemberToQueueCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Deadline", "AssociateMemberToQueue", {})
|
|
19
|
+
.n("DeadlineClient", "AssociateMemberToQueueCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_AssociateMemberToQueueCommand)
|
|
22
|
+
.de(de_AssociateMemberToQueueCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { AssumeFleetRoleForReadResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_AssumeFleetRoleForReadCommand, se_AssumeFleetRoleForReadCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class AssumeFleetRoleForReadCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Deadline", "AssumeFleetRoleForRead", {})
|
|
20
|
+
.n("DeadlineClient", "AssumeFleetRoleForReadCommand")
|
|
21
|
+
.f(void 0, AssumeFleetRoleForReadResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_AssumeFleetRoleForReadCommand)
|
|
23
|
+
.de(de_AssumeFleetRoleForReadCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { AssumeFleetRoleForWorkerResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_AssumeFleetRoleForWorkerCommand, se_AssumeFleetRoleForWorkerCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class AssumeFleetRoleForWorkerCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Deadline", "AssumeFleetRoleForWorker", {})
|
|
20
|
+
.n("DeadlineClient", "AssumeFleetRoleForWorkerCommand")
|
|
21
|
+
.f(void 0, AssumeFleetRoleForWorkerResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_AssumeFleetRoleForWorkerCommand)
|
|
23
|
+
.de(de_AssumeFleetRoleForWorkerCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { AssumeQueueRoleForReadResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_AssumeQueueRoleForReadCommand, se_AssumeQueueRoleForReadCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class AssumeQueueRoleForReadCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Deadline", "AssumeQueueRoleForRead", {})
|
|
20
|
+
.n("DeadlineClient", "AssumeQueueRoleForReadCommand")
|
|
21
|
+
.f(void 0, AssumeQueueRoleForReadResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_AssumeQueueRoleForReadCommand)
|
|
23
|
+
.de(de_AssumeQueueRoleForReadCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { AssumeQueueRoleForUserResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_AssumeQueueRoleForUserCommand, se_AssumeQueueRoleForUserCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class AssumeQueueRoleForUserCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Deadline", "AssumeQueueRoleForUser", {})
|
|
20
|
+
.n("DeadlineClient", "AssumeQueueRoleForUserCommand")
|
|
21
|
+
.f(void 0, AssumeQueueRoleForUserResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_AssumeQueueRoleForUserCommand)
|
|
23
|
+
.de(de_AssumeQueueRoleForUserCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { AssumeQueueRoleForWorkerResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_AssumeQueueRoleForWorkerCommand, se_AssumeQueueRoleForWorkerCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class AssumeQueueRoleForWorkerCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Deadline", "AssumeQueueRoleForWorker", {})
|
|
20
|
+
.n("DeadlineClient", "AssumeQueueRoleForWorkerCommand")
|
|
21
|
+
.f(void 0, AssumeQueueRoleForWorkerResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_AssumeQueueRoleForWorkerCommand)
|
|
23
|
+
.de(de_AssumeQueueRoleForWorkerCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { BatchGetJobEntityResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_BatchGetJobEntityCommand, se_BatchGetJobEntityCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class BatchGetJobEntityCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Deadline", "BatchGetJobEntity", {})
|
|
20
|
+
.n("DeadlineClient", "BatchGetJobEntityCommand")
|
|
21
|
+
.f(void 0, BatchGetJobEntityResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_BatchGetJobEntityCommand)
|
|
23
|
+
.de(de_BatchGetJobEntityCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CopyJobTemplateCommand, se_CopyJobTemplateCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CopyJobTemplateCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Deadline", "CopyJobTemplate", {})
|
|
19
|
+
.n("DeadlineClient", "CopyJobTemplateCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CopyJobTemplateCommand)
|
|
22
|
+
.de(de_CopyJobTemplateCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CreateBudgetRequestFilterSensitiveLog } from "../models/models_0";
|
|
6
|
+
import { de_CreateBudgetCommand, se_CreateBudgetCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class CreateBudgetCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("Deadline", "CreateBudget", {})
|
|
20
|
+
.n("DeadlineClient", "CreateBudgetCommand")
|
|
21
|
+
.f(CreateBudgetRequestFilterSensitiveLog, void 0)
|
|
22
|
+
.ser(se_CreateBudgetCommand)
|
|
23
|
+
.de(de_CreateBudgetCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|