@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,279 @@
|
|
|
1
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
+
import { AssociateMemberToFarmCommandInput, AssociateMemberToFarmCommandOutput } from "./commands/AssociateMemberToFarmCommand";
|
|
11
|
+
import { AssociateMemberToFleetCommandInput, AssociateMemberToFleetCommandOutput } from "./commands/AssociateMemberToFleetCommand";
|
|
12
|
+
import { AssociateMemberToJobCommandInput, AssociateMemberToJobCommandOutput } from "./commands/AssociateMemberToJobCommand";
|
|
13
|
+
import { AssociateMemberToQueueCommandInput, AssociateMemberToQueueCommandOutput } from "./commands/AssociateMemberToQueueCommand";
|
|
14
|
+
import { AssumeFleetRoleForReadCommandInput, AssumeFleetRoleForReadCommandOutput } from "./commands/AssumeFleetRoleForReadCommand";
|
|
15
|
+
import { AssumeFleetRoleForWorkerCommandInput, AssumeFleetRoleForWorkerCommandOutput } from "./commands/AssumeFleetRoleForWorkerCommand";
|
|
16
|
+
import { AssumeQueueRoleForReadCommandInput, AssumeQueueRoleForReadCommandOutput } from "./commands/AssumeQueueRoleForReadCommand";
|
|
17
|
+
import { AssumeQueueRoleForUserCommandInput, AssumeQueueRoleForUserCommandOutput } from "./commands/AssumeQueueRoleForUserCommand";
|
|
18
|
+
import { AssumeQueueRoleForWorkerCommandInput, AssumeQueueRoleForWorkerCommandOutput } from "./commands/AssumeQueueRoleForWorkerCommand";
|
|
19
|
+
import { BatchGetJobEntityCommandInput, BatchGetJobEntityCommandOutput } from "./commands/BatchGetJobEntityCommand";
|
|
20
|
+
import { CopyJobTemplateCommandInput, CopyJobTemplateCommandOutput } from "./commands/CopyJobTemplateCommand";
|
|
21
|
+
import { CreateBudgetCommandInput, CreateBudgetCommandOutput } from "./commands/CreateBudgetCommand";
|
|
22
|
+
import { CreateFarmCommandInput, CreateFarmCommandOutput } from "./commands/CreateFarmCommand";
|
|
23
|
+
import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
|
|
24
|
+
import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
|
|
25
|
+
import { CreateLicenseEndpointCommandInput, CreateLicenseEndpointCommandOutput } from "./commands/CreateLicenseEndpointCommand";
|
|
26
|
+
import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "./commands/CreateMonitorCommand";
|
|
27
|
+
import { CreateQueueCommandInput, CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
|
|
28
|
+
import { CreateQueueEnvironmentCommandInput, CreateQueueEnvironmentCommandOutput } from "./commands/CreateQueueEnvironmentCommand";
|
|
29
|
+
import { CreateQueueFleetAssociationCommandInput, CreateQueueFleetAssociationCommandOutput } from "./commands/CreateQueueFleetAssociationCommand";
|
|
30
|
+
import { CreateStorageProfileCommandInput, CreateStorageProfileCommandOutput } from "./commands/CreateStorageProfileCommand";
|
|
31
|
+
import { CreateWorkerCommandInput, CreateWorkerCommandOutput } from "./commands/CreateWorkerCommand";
|
|
32
|
+
import { DeleteBudgetCommandInput, DeleteBudgetCommandOutput } from "./commands/DeleteBudgetCommand";
|
|
33
|
+
import { DeleteFarmCommandInput, DeleteFarmCommandOutput } from "./commands/DeleteFarmCommand";
|
|
34
|
+
import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
|
|
35
|
+
import { DeleteLicenseEndpointCommandInput, DeleteLicenseEndpointCommandOutput } from "./commands/DeleteLicenseEndpointCommand";
|
|
36
|
+
import { DeleteMeteredProductCommandInput, DeleteMeteredProductCommandOutput } from "./commands/DeleteMeteredProductCommand";
|
|
37
|
+
import { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "./commands/DeleteMonitorCommand";
|
|
38
|
+
import { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "./commands/DeleteQueueCommand";
|
|
39
|
+
import { DeleteQueueEnvironmentCommandInput, DeleteQueueEnvironmentCommandOutput } from "./commands/DeleteQueueEnvironmentCommand";
|
|
40
|
+
import { DeleteQueueFleetAssociationCommandInput, DeleteQueueFleetAssociationCommandOutput } from "./commands/DeleteQueueFleetAssociationCommand";
|
|
41
|
+
import { DeleteStorageProfileCommandInput, DeleteStorageProfileCommandOutput } from "./commands/DeleteStorageProfileCommand";
|
|
42
|
+
import { DeleteWorkerCommandInput, DeleteWorkerCommandOutput } from "./commands/DeleteWorkerCommand";
|
|
43
|
+
import { DisassociateMemberFromFarmCommandInput, DisassociateMemberFromFarmCommandOutput } from "./commands/DisassociateMemberFromFarmCommand";
|
|
44
|
+
import { DisassociateMemberFromFleetCommandInput, DisassociateMemberFromFleetCommandOutput } from "./commands/DisassociateMemberFromFleetCommand";
|
|
45
|
+
import { DisassociateMemberFromJobCommandInput, DisassociateMemberFromJobCommandOutput } from "./commands/DisassociateMemberFromJobCommand";
|
|
46
|
+
import { DisassociateMemberFromQueueCommandInput, DisassociateMemberFromQueueCommandOutput } from "./commands/DisassociateMemberFromQueueCommand";
|
|
47
|
+
import { GetBudgetCommandInput, GetBudgetCommandOutput } from "./commands/GetBudgetCommand";
|
|
48
|
+
import { GetFarmCommandInput, GetFarmCommandOutput } from "./commands/GetFarmCommand";
|
|
49
|
+
import { GetFleetCommandInput, GetFleetCommandOutput } from "./commands/GetFleetCommand";
|
|
50
|
+
import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
|
|
51
|
+
import { GetLicenseEndpointCommandInput, GetLicenseEndpointCommandOutput } from "./commands/GetLicenseEndpointCommand";
|
|
52
|
+
import { GetMonitorCommandInput, GetMonitorCommandOutput } from "./commands/GetMonitorCommand";
|
|
53
|
+
import { GetQueueCommandInput, GetQueueCommandOutput } from "./commands/GetQueueCommand";
|
|
54
|
+
import { GetQueueEnvironmentCommandInput, GetQueueEnvironmentCommandOutput } from "./commands/GetQueueEnvironmentCommand";
|
|
55
|
+
import { GetQueueFleetAssociationCommandInput, GetQueueFleetAssociationCommandOutput } from "./commands/GetQueueFleetAssociationCommand";
|
|
56
|
+
import { GetSessionActionCommandInput, GetSessionActionCommandOutput } from "./commands/GetSessionActionCommand";
|
|
57
|
+
import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
|
|
58
|
+
import { GetSessionsStatisticsAggregationCommandInput, GetSessionsStatisticsAggregationCommandOutput } from "./commands/GetSessionsStatisticsAggregationCommand";
|
|
59
|
+
import { GetStepCommandInput, GetStepCommandOutput } from "./commands/GetStepCommand";
|
|
60
|
+
import { GetStorageProfileCommandInput, GetStorageProfileCommandOutput } from "./commands/GetStorageProfileCommand";
|
|
61
|
+
import { GetStorageProfileForQueueCommandInput, GetStorageProfileForQueueCommandOutput } from "./commands/GetStorageProfileForQueueCommand";
|
|
62
|
+
import { GetTaskCommandInput, GetTaskCommandOutput } from "./commands/GetTaskCommand";
|
|
63
|
+
import { GetWorkerCommandInput, GetWorkerCommandOutput } from "./commands/GetWorkerCommand";
|
|
64
|
+
import { ListAvailableMeteredProductsCommandInput, ListAvailableMeteredProductsCommandOutput } from "./commands/ListAvailableMeteredProductsCommand";
|
|
65
|
+
import { ListBudgetsCommandInput, ListBudgetsCommandOutput } from "./commands/ListBudgetsCommand";
|
|
66
|
+
import { ListFarmMembersCommandInput, ListFarmMembersCommandOutput } from "./commands/ListFarmMembersCommand";
|
|
67
|
+
import { ListFarmsCommandInput, ListFarmsCommandOutput } from "./commands/ListFarmsCommand";
|
|
68
|
+
import { ListFleetMembersCommandInput, ListFleetMembersCommandOutput } from "./commands/ListFleetMembersCommand";
|
|
69
|
+
import { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
|
|
70
|
+
import { ListJobMembersCommandInput, ListJobMembersCommandOutput } from "./commands/ListJobMembersCommand";
|
|
71
|
+
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
72
|
+
import { ListLicenseEndpointsCommandInput, ListLicenseEndpointsCommandOutput } from "./commands/ListLicenseEndpointsCommand";
|
|
73
|
+
import { ListMeteredProductsCommandInput, ListMeteredProductsCommandOutput } from "./commands/ListMeteredProductsCommand";
|
|
74
|
+
import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "./commands/ListMonitorsCommand";
|
|
75
|
+
import { ListQueueEnvironmentsCommandInput, ListQueueEnvironmentsCommandOutput } from "./commands/ListQueueEnvironmentsCommand";
|
|
76
|
+
import { ListQueueFleetAssociationsCommandInput, ListQueueFleetAssociationsCommandOutput } from "./commands/ListQueueFleetAssociationsCommand";
|
|
77
|
+
import { ListQueueMembersCommandInput, ListQueueMembersCommandOutput } from "./commands/ListQueueMembersCommand";
|
|
78
|
+
import { ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
|
|
79
|
+
import { ListSessionActionsCommandInput, ListSessionActionsCommandOutput } from "./commands/ListSessionActionsCommand";
|
|
80
|
+
import { ListSessionsCommandInput, ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
|
|
81
|
+
import { ListSessionsForWorkerCommandInput, ListSessionsForWorkerCommandOutput } from "./commands/ListSessionsForWorkerCommand";
|
|
82
|
+
import { ListStepConsumersCommandInput, ListStepConsumersCommandOutput } from "./commands/ListStepConsumersCommand";
|
|
83
|
+
import { ListStepDependenciesCommandInput, ListStepDependenciesCommandOutput } from "./commands/ListStepDependenciesCommand";
|
|
84
|
+
import { ListStepsCommandInput, ListStepsCommandOutput } from "./commands/ListStepsCommand";
|
|
85
|
+
import { ListStorageProfilesCommandInput, ListStorageProfilesCommandOutput } from "./commands/ListStorageProfilesCommand";
|
|
86
|
+
import { ListStorageProfilesForQueueCommandInput, ListStorageProfilesForQueueCommandOutput } from "./commands/ListStorageProfilesForQueueCommand";
|
|
87
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
88
|
+
import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
|
|
89
|
+
import { ListWorkersCommandInput, ListWorkersCommandOutput } from "./commands/ListWorkersCommand";
|
|
90
|
+
import { PutMeteredProductCommandInput, PutMeteredProductCommandOutput } from "./commands/PutMeteredProductCommand";
|
|
91
|
+
import { SearchJobsCommandInput, SearchJobsCommandOutput } from "./commands/SearchJobsCommand";
|
|
92
|
+
import { SearchStepsCommandInput, SearchStepsCommandOutput } from "./commands/SearchStepsCommand";
|
|
93
|
+
import { SearchTasksCommandInput, SearchTasksCommandOutput } from "./commands/SearchTasksCommand";
|
|
94
|
+
import { SearchWorkersCommandInput, SearchWorkersCommandOutput } from "./commands/SearchWorkersCommand";
|
|
95
|
+
import { StartSessionsStatisticsAggregationCommandInput, StartSessionsStatisticsAggregationCommandOutput } from "./commands/StartSessionsStatisticsAggregationCommand";
|
|
96
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
97
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
98
|
+
import { UpdateBudgetCommandInput, UpdateBudgetCommandOutput } from "./commands/UpdateBudgetCommand";
|
|
99
|
+
import { UpdateFarmCommandInput, UpdateFarmCommandOutput } from "./commands/UpdateFarmCommand";
|
|
100
|
+
import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
|
|
101
|
+
import { UpdateJobCommandInput, UpdateJobCommandOutput } from "./commands/UpdateJobCommand";
|
|
102
|
+
import { UpdateMonitorCommandInput, UpdateMonitorCommandOutput } from "./commands/UpdateMonitorCommand";
|
|
103
|
+
import { UpdateQueueCommandInput, UpdateQueueCommandOutput } from "./commands/UpdateQueueCommand";
|
|
104
|
+
import { UpdateQueueEnvironmentCommandInput, UpdateQueueEnvironmentCommandOutput } from "./commands/UpdateQueueEnvironmentCommand";
|
|
105
|
+
import { UpdateQueueFleetAssociationCommandInput, UpdateQueueFleetAssociationCommandOutput } from "./commands/UpdateQueueFleetAssociationCommand";
|
|
106
|
+
import { UpdateSessionCommandInput, UpdateSessionCommandOutput } from "./commands/UpdateSessionCommand";
|
|
107
|
+
import { UpdateStepCommandInput, UpdateStepCommandOutput } from "./commands/UpdateStepCommand";
|
|
108
|
+
import { UpdateStorageProfileCommandInput, UpdateStorageProfileCommandOutput } from "./commands/UpdateStorageProfileCommand";
|
|
109
|
+
import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
|
|
110
|
+
import { UpdateWorkerCommandInput, UpdateWorkerCommandOutput } from "./commands/UpdateWorkerCommand";
|
|
111
|
+
import { UpdateWorkerScheduleCommandInput, UpdateWorkerScheduleCommandOutput } from "./commands/UpdateWorkerScheduleCommand";
|
|
112
|
+
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
113
|
+
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
114
|
+
export { __Client };
|
|
115
|
+
/**
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
export type ServiceInputTypes = AssociateMemberToFarmCommandInput | AssociateMemberToFleetCommandInput | AssociateMemberToJobCommandInput | AssociateMemberToQueueCommandInput | AssumeFleetRoleForReadCommandInput | AssumeFleetRoleForWorkerCommandInput | AssumeQueueRoleForReadCommandInput | AssumeQueueRoleForUserCommandInput | AssumeQueueRoleForWorkerCommandInput | BatchGetJobEntityCommandInput | CopyJobTemplateCommandInput | CreateBudgetCommandInput | CreateFarmCommandInput | CreateFleetCommandInput | CreateJobCommandInput | CreateLicenseEndpointCommandInput | CreateMonitorCommandInput | CreateQueueCommandInput | CreateQueueEnvironmentCommandInput | CreateQueueFleetAssociationCommandInput | CreateStorageProfileCommandInput | CreateWorkerCommandInput | DeleteBudgetCommandInput | DeleteFarmCommandInput | DeleteFleetCommandInput | DeleteLicenseEndpointCommandInput | DeleteMeteredProductCommandInput | DeleteMonitorCommandInput | DeleteQueueCommandInput | DeleteQueueEnvironmentCommandInput | DeleteQueueFleetAssociationCommandInput | DeleteStorageProfileCommandInput | DeleteWorkerCommandInput | DisassociateMemberFromFarmCommandInput | DisassociateMemberFromFleetCommandInput | DisassociateMemberFromJobCommandInput | DisassociateMemberFromQueueCommandInput | GetBudgetCommandInput | GetFarmCommandInput | GetFleetCommandInput | GetJobCommandInput | GetLicenseEndpointCommandInput | GetMonitorCommandInput | GetQueueCommandInput | GetQueueEnvironmentCommandInput | GetQueueFleetAssociationCommandInput | GetSessionActionCommandInput | GetSessionCommandInput | GetSessionsStatisticsAggregationCommandInput | GetStepCommandInput | GetStorageProfileCommandInput | GetStorageProfileForQueueCommandInput | GetTaskCommandInput | GetWorkerCommandInput | ListAvailableMeteredProductsCommandInput | ListBudgetsCommandInput | ListFarmMembersCommandInput | ListFarmsCommandInput | ListFleetMembersCommandInput | ListFleetsCommandInput | ListJobMembersCommandInput | ListJobsCommandInput | ListLicenseEndpointsCommandInput | ListMeteredProductsCommandInput | ListMonitorsCommandInput | ListQueueEnvironmentsCommandInput | ListQueueFleetAssociationsCommandInput | ListQueueMembersCommandInput | ListQueuesCommandInput | ListSessionActionsCommandInput | ListSessionsCommandInput | ListSessionsForWorkerCommandInput | ListStepConsumersCommandInput | ListStepDependenciesCommandInput | ListStepsCommandInput | ListStorageProfilesCommandInput | ListStorageProfilesForQueueCommandInput | ListTagsForResourceCommandInput | ListTasksCommandInput | ListWorkersCommandInput | PutMeteredProductCommandInput | SearchJobsCommandInput | SearchStepsCommandInput | SearchTasksCommandInput | SearchWorkersCommandInput | StartSessionsStatisticsAggregationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBudgetCommandInput | UpdateFarmCommandInput | UpdateFleetCommandInput | UpdateJobCommandInput | UpdateMonitorCommandInput | UpdateQueueCommandInput | UpdateQueueEnvironmentCommandInput | UpdateQueueFleetAssociationCommandInput | UpdateSessionCommandInput | UpdateStepCommandInput | UpdateStorageProfileCommandInput | UpdateTaskCommandInput | UpdateWorkerCommandInput | UpdateWorkerScheduleCommandInput;
|
|
119
|
+
/**
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
export type ServiceOutputTypes = AssociateMemberToFarmCommandOutput | AssociateMemberToFleetCommandOutput | AssociateMemberToJobCommandOutput | AssociateMemberToQueueCommandOutput | AssumeFleetRoleForReadCommandOutput | AssumeFleetRoleForWorkerCommandOutput | AssumeQueueRoleForReadCommandOutput | AssumeQueueRoleForUserCommandOutput | AssumeQueueRoleForWorkerCommandOutput | BatchGetJobEntityCommandOutput | CopyJobTemplateCommandOutput | CreateBudgetCommandOutput | CreateFarmCommandOutput | CreateFleetCommandOutput | CreateJobCommandOutput | CreateLicenseEndpointCommandOutput | CreateMonitorCommandOutput | CreateQueueCommandOutput | CreateQueueEnvironmentCommandOutput | CreateQueueFleetAssociationCommandOutput | CreateStorageProfileCommandOutput | CreateWorkerCommandOutput | DeleteBudgetCommandOutput | DeleteFarmCommandOutput | DeleteFleetCommandOutput | DeleteLicenseEndpointCommandOutput | DeleteMeteredProductCommandOutput | DeleteMonitorCommandOutput | DeleteQueueCommandOutput | DeleteQueueEnvironmentCommandOutput | DeleteQueueFleetAssociationCommandOutput | DeleteStorageProfileCommandOutput | DeleteWorkerCommandOutput | DisassociateMemberFromFarmCommandOutput | DisassociateMemberFromFleetCommandOutput | DisassociateMemberFromJobCommandOutput | DisassociateMemberFromQueueCommandOutput | GetBudgetCommandOutput | GetFarmCommandOutput | GetFleetCommandOutput | GetJobCommandOutput | GetLicenseEndpointCommandOutput | GetMonitorCommandOutput | GetQueueCommandOutput | GetQueueEnvironmentCommandOutput | GetQueueFleetAssociationCommandOutput | GetSessionActionCommandOutput | GetSessionCommandOutput | GetSessionsStatisticsAggregationCommandOutput | GetStepCommandOutput | GetStorageProfileCommandOutput | GetStorageProfileForQueueCommandOutput | GetTaskCommandOutput | GetWorkerCommandOutput | ListAvailableMeteredProductsCommandOutput | ListBudgetsCommandOutput | ListFarmMembersCommandOutput | ListFarmsCommandOutput | ListFleetMembersCommandOutput | ListFleetsCommandOutput | ListJobMembersCommandOutput | ListJobsCommandOutput | ListLicenseEndpointsCommandOutput | ListMeteredProductsCommandOutput | ListMonitorsCommandOutput | ListQueueEnvironmentsCommandOutput | ListQueueFleetAssociationsCommandOutput | ListQueueMembersCommandOutput | ListQueuesCommandOutput | ListSessionActionsCommandOutput | ListSessionsCommandOutput | ListSessionsForWorkerCommandOutput | ListStepConsumersCommandOutput | ListStepDependenciesCommandOutput | ListStepsCommandOutput | ListStorageProfilesCommandOutput | ListStorageProfilesForQueueCommandOutput | ListTagsForResourceCommandOutput | ListTasksCommandOutput | ListWorkersCommandOutput | PutMeteredProductCommandOutput | SearchJobsCommandOutput | SearchStepsCommandOutput | SearchTasksCommandOutput | SearchWorkersCommandOutput | StartSessionsStatisticsAggregationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBudgetCommandOutput | UpdateFarmCommandOutput | UpdateFleetCommandOutput | UpdateJobCommandOutput | UpdateMonitorCommandOutput | UpdateQueueCommandOutput | UpdateQueueEnvironmentCommandOutput | UpdateQueueFleetAssociationCommandOutput | UpdateSessionCommandOutput | UpdateStepCommandOutput | UpdateStorageProfileCommandOutput | UpdateTaskCommandOutput | UpdateWorkerCommandOutput | UpdateWorkerScheduleCommandOutput;
|
|
123
|
+
/**
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
127
|
+
/**
|
|
128
|
+
* The HTTP handler to use or its constructor options. Fetch in browser and Https in Nodejs.
|
|
129
|
+
*/
|
|
130
|
+
requestHandler?: __HttpHandlerUserInput;
|
|
131
|
+
/**
|
|
132
|
+
* A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface
|
|
133
|
+
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
134
|
+
* @internal
|
|
135
|
+
*/
|
|
136
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
137
|
+
/**
|
|
138
|
+
* The function that will be used to convert strings into HTTP endpoints.
|
|
139
|
+
* @internal
|
|
140
|
+
*/
|
|
141
|
+
urlParser?: __UrlParser;
|
|
142
|
+
/**
|
|
143
|
+
* A function that can calculate the length of a request body.
|
|
144
|
+
* @internal
|
|
145
|
+
*/
|
|
146
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
147
|
+
/**
|
|
148
|
+
* A function that converts a stream into an array of bytes.
|
|
149
|
+
* @internal
|
|
150
|
+
*/
|
|
151
|
+
streamCollector?: __StreamCollector;
|
|
152
|
+
/**
|
|
153
|
+
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
154
|
+
* @internal
|
|
155
|
+
*/
|
|
156
|
+
base64Decoder?: __Decoder;
|
|
157
|
+
/**
|
|
158
|
+
* The function that will be used to convert binary data to a base64-encoded string.
|
|
159
|
+
* @internal
|
|
160
|
+
*/
|
|
161
|
+
base64Encoder?: __Encoder;
|
|
162
|
+
/**
|
|
163
|
+
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
164
|
+
* @internal
|
|
165
|
+
*/
|
|
166
|
+
utf8Decoder?: __Decoder;
|
|
167
|
+
/**
|
|
168
|
+
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
169
|
+
* @internal
|
|
170
|
+
*/
|
|
171
|
+
utf8Encoder?: __Encoder;
|
|
172
|
+
/**
|
|
173
|
+
* The runtime environment.
|
|
174
|
+
* @internal
|
|
175
|
+
*/
|
|
176
|
+
runtime?: string;
|
|
177
|
+
/**
|
|
178
|
+
* Disable dynamically changing the endpoint of the client based on the hostPrefix
|
|
179
|
+
* trait of an operation.
|
|
180
|
+
*/
|
|
181
|
+
disableHostPrefix?: boolean;
|
|
182
|
+
/**
|
|
183
|
+
* Unique service identifier.
|
|
184
|
+
* @internal
|
|
185
|
+
*/
|
|
186
|
+
serviceId?: string;
|
|
187
|
+
/**
|
|
188
|
+
* Enables IPv6/IPv4 dualstack endpoint.
|
|
189
|
+
*/
|
|
190
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
191
|
+
/**
|
|
192
|
+
* Enables FIPS compatible endpoints.
|
|
193
|
+
*/
|
|
194
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
195
|
+
/**
|
|
196
|
+
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
197
|
+
* @internal
|
|
198
|
+
*/
|
|
199
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
200
|
+
/**
|
|
201
|
+
* The AWS region to which this client will send requests
|
|
202
|
+
*/
|
|
203
|
+
region?: string | __Provider<string>;
|
|
204
|
+
/**
|
|
205
|
+
* Default credentials provider; Not available in browser runtime.
|
|
206
|
+
* @deprecated
|
|
207
|
+
* @internal
|
|
208
|
+
*/
|
|
209
|
+
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
210
|
+
/**
|
|
211
|
+
* Value for how many times a request will be made at most in case of retry.
|
|
212
|
+
*/
|
|
213
|
+
maxAttempts?: number | __Provider<number>;
|
|
214
|
+
/**
|
|
215
|
+
* Specifies which retry algorithm to use.
|
|
216
|
+
* @see https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-util-retry/Enum/RETRY_MODES/
|
|
217
|
+
*
|
|
218
|
+
*/
|
|
219
|
+
retryMode?: string | __Provider<string>;
|
|
220
|
+
/**
|
|
221
|
+
* Optional logger for logging debug/info/warn/error.
|
|
222
|
+
*/
|
|
223
|
+
logger?: __Logger;
|
|
224
|
+
/**
|
|
225
|
+
* Optional extensions
|
|
226
|
+
*/
|
|
227
|
+
extensions?: RuntimeExtension[];
|
|
228
|
+
/**
|
|
229
|
+
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
230
|
+
*/
|
|
231
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* @public
|
|
235
|
+
*/
|
|
236
|
+
export type DeadlineClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & UserAgentInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters;
|
|
237
|
+
/**
|
|
238
|
+
* @public
|
|
239
|
+
*
|
|
240
|
+
* The configuration interface of DeadlineClient class constructor that set the region, credentials and other options.
|
|
241
|
+
*/
|
|
242
|
+
export interface DeadlineClientConfig extends DeadlineClientConfigType {
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* @public
|
|
246
|
+
*/
|
|
247
|
+
export type DeadlineClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & UserAgentResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters;
|
|
248
|
+
/**
|
|
249
|
+
* @public
|
|
250
|
+
*
|
|
251
|
+
* The resolved configuration interface of DeadlineClient class. This is resolved and normalized from the {@link DeadlineClientConfig | constructor configuration interface}.
|
|
252
|
+
*/
|
|
253
|
+
export interface DeadlineClientResolvedConfig extends DeadlineClientResolvedConfigType {
|
|
254
|
+
}
|
|
255
|
+
/**
|
|
256
|
+
* <p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your
|
|
257
|
+
* projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions
|
|
258
|
+
* specific to their job function.</p>
|
|
259
|
+
* <p>With Deadline Cloud, content production teams can deploy resources for their workforce securely
|
|
260
|
+
* in the cloud, reducing the costs of added physical infrastructure. Keep your content
|
|
261
|
+
* production operations secure, while allowing your contributors to access the tools they
|
|
262
|
+
* need, such as scalable high-speed storage, licenses, and cost management services.</p>
|
|
263
|
+
* @public
|
|
264
|
+
*/
|
|
265
|
+
export declare class DeadlineClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DeadlineClientResolvedConfig> {
|
|
266
|
+
/**
|
|
267
|
+
* The resolved configuration of DeadlineClient class. This is resolved and normalized from the {@link DeadlineClientConfig | constructor configuration interface}.
|
|
268
|
+
*/
|
|
269
|
+
readonly config: DeadlineClientResolvedConfig;
|
|
270
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<DeadlineClientConfig>);
|
|
271
|
+
/**
|
|
272
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
273
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
274
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
275
|
+
*/
|
|
276
|
+
destroy(): void;
|
|
277
|
+
private getDefaultHttpAuthSchemeParametersProvider;
|
|
278
|
+
private getIdentityProviderConfigProvider;
|
|
279
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
|
+
import { DeadlineHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export interface HttpAuthExtensionConfiguration {
|
|
7
|
+
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
8
|
+
httpAuthSchemes(): HttpAuthScheme[];
|
|
9
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: DeadlineHttpAuthSchemeProvider): void;
|
|
10
|
+
httpAuthSchemeProvider(): DeadlineHttpAuthSchemeProvider;
|
|
11
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
12
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
export type HttpAuthRuntimeConfig = Partial<{
|
|
18
|
+
httpAuthSchemes: HttpAuthScheme[];
|
|
19
|
+
httpAuthSchemeProvider: DeadlineHttpAuthSchemeProvider;
|
|
20
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
21
|
+
}>;
|
|
22
|
+
/**
|
|
23
|
+
* @internal
|
|
24
|
+
*/
|
|
25
|
+
export declare const getHttpAuthExtensionConfiguration: (runtimeConfig: HttpAuthRuntimeConfig) => HttpAuthExtensionConfiguration;
|
|
26
|
+
/**
|
|
27
|
+
* @internal
|
|
28
|
+
*/
|
|
29
|
+
export declare const resolveHttpAuthRuntimeConfig: (config: HttpAuthExtensionConfiguration) => HttpAuthRuntimeConfig;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
+
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider } from "@smithy/types";
|
|
3
|
+
import { DeadlineClientResolvedConfig } from "../DeadlineClient";
|
|
4
|
+
/**
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export interface DeadlineHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
8
|
+
region?: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
13
|
+
export interface DeadlineHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<DeadlineClientResolvedConfig, HandlerExecutionContext, DeadlineHttpAuthSchemeParameters, object> {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const defaultDeadlineHttpAuthSchemeParametersProvider: (config: DeadlineClientResolvedConfig, context: HandlerExecutionContext, input: object) => Promise<DeadlineHttpAuthSchemeParameters>;
|
|
19
|
+
/**
|
|
20
|
+
* @internal
|
|
21
|
+
*/
|
|
22
|
+
export interface DeadlineHttpAuthSchemeProvider extends HttpAuthSchemeProvider<DeadlineHttpAuthSchemeParameters> {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @internal
|
|
26
|
+
*/
|
|
27
|
+
export declare const defaultDeadlineHttpAuthSchemeProvider: DeadlineHttpAuthSchemeProvider;
|
|
28
|
+
/**
|
|
29
|
+
* @internal
|
|
30
|
+
*/
|
|
31
|
+
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
32
|
+
/**
|
|
33
|
+
* experimentalIdentityAndAuth: Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
|
+
/**
|
|
38
|
+
* experimentalIdentityAndAuth: Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
|
|
39
|
+
* @internal
|
|
40
|
+
*/
|
|
41
|
+
httpAuthSchemeProvider?: DeadlineHttpAuthSchemeProvider;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* @internal
|
|
45
|
+
*/
|
|
46
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
47
|
+
/**
|
|
48
|
+
* experimentalIdentityAndAuth: Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
|
|
49
|
+
* @internal
|
|
50
|
+
*/
|
|
51
|
+
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
52
|
+
/**
|
|
53
|
+
* experimentalIdentityAndAuth: Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
|
|
54
|
+
* @internal
|
|
55
|
+
*/
|
|
56
|
+
readonly httpAuthSchemeProvider: DeadlineHttpAuthSchemeProvider;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
61
|
+
export declare const resolveHttpAuthSchemeConfig: <T>(config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
+
import { AssociateMemberToFarmRequest, AssociateMemberToFarmResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export { __MetadataBearer, $Command };
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*
|
|
12
|
+
* The input for {@link AssociateMemberToFarmCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface AssociateMemberToFarmCommandInput extends AssociateMemberToFarmRequest {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
19
|
+
* The output of {@link AssociateMemberToFarmCommand}.
|
|
20
|
+
*/
|
|
21
|
+
export interface AssociateMemberToFarmCommandOutput extends AssociateMemberToFarmResponse, __MetadataBearer {
|
|
22
|
+
}
|
|
23
|
+
declare const AssociateMemberToFarmCommand_base: {
|
|
24
|
+
new (input: AssociateMemberToFarmCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateMemberToFarmCommandInput, AssociateMemberToFarmCommandOutput, DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateMemberToFarmCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateMemberToFarmCommandInput, AssociateMemberToFarmCommandOutput, DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* <p>Assigns a farm membership level to a member.</p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { DeadlineClient, AssociateMemberToFarmCommand } from "@aws-sdk/client-deadline"; // ES Modules import
|
|
34
|
+
* // const { DeadlineClient, AssociateMemberToFarmCommand } = require("@aws-sdk/client-deadline"); // CommonJS import
|
|
35
|
+
* const client = new DeadlineClient(config);
|
|
36
|
+
* const input = { // AssociateMemberToFarmRequest
|
|
37
|
+
* farmId: "STRING_VALUE", // required
|
|
38
|
+
* principalId: "STRING_VALUE", // required
|
|
39
|
+
* principalType: "USER" || "GROUP", // required
|
|
40
|
+
* identityStoreId: "STRING_VALUE", // required
|
|
41
|
+
* membershipLevel: "VIEWER" || "CONTRIBUTOR" || "OWNER" || "MANAGER", // required
|
|
42
|
+
* };
|
|
43
|
+
* const command = new AssociateMemberToFarmCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // {};
|
|
46
|
+
*
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* @param AssociateMemberToFarmCommandInput - {@link AssociateMemberToFarmCommandInput}
|
|
50
|
+
* @returns {@link AssociateMemberToFarmCommandOutput}
|
|
51
|
+
* @see {@link AssociateMemberToFarmCommandInput} for command's `input` shape.
|
|
52
|
+
* @see {@link AssociateMemberToFarmCommandOutput} for command's `response` shape.
|
|
53
|
+
* @see {@link DeadlineClientResolvedConfig | config} for DeadlineClient's `config` shape.
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
56
|
+
* <p>You don't have permission to perform the action.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
59
|
+
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
|
+
* <p>The requested resource can't be found.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
65
|
+
* <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
|
|
66
|
+
* maximum number of service resources or operations for your Amazon Web Services account.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
69
|
+
* <p>Your request exceeded a request rate quota.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ValidationException} (client fault)
|
|
72
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
73
|
+
* unsupported characters.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link DeadlineServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
77
|
+
*
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export declare class AssociateMemberToFarmCommand extends AssociateMemberToFarmCommand_base {
|
|
81
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
+
import { AssociateMemberToFleetRequest, AssociateMemberToFleetResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export { __MetadataBearer, $Command };
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*
|
|
12
|
+
* The input for {@link AssociateMemberToFleetCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface AssociateMemberToFleetCommandInput extends AssociateMemberToFleetRequest {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
19
|
+
* The output of {@link AssociateMemberToFleetCommand}.
|
|
20
|
+
*/
|
|
21
|
+
export interface AssociateMemberToFleetCommandOutput extends AssociateMemberToFleetResponse, __MetadataBearer {
|
|
22
|
+
}
|
|
23
|
+
declare const AssociateMemberToFleetCommand_base: {
|
|
24
|
+
new (input: AssociateMemberToFleetCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateMemberToFleetCommandInput, AssociateMemberToFleetCommandOutput, DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateMemberToFleetCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateMemberToFleetCommandInput, AssociateMemberToFleetCommandOutput, DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* <p>Assigns a fleet membership level to a member.</p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { DeadlineClient, AssociateMemberToFleetCommand } from "@aws-sdk/client-deadline"; // ES Modules import
|
|
34
|
+
* // const { DeadlineClient, AssociateMemberToFleetCommand } = require("@aws-sdk/client-deadline"); // CommonJS import
|
|
35
|
+
* const client = new DeadlineClient(config);
|
|
36
|
+
* const input = { // AssociateMemberToFleetRequest
|
|
37
|
+
* farmId: "STRING_VALUE", // required
|
|
38
|
+
* fleetId: "STRING_VALUE", // required
|
|
39
|
+
* principalId: "STRING_VALUE", // required
|
|
40
|
+
* principalType: "USER" || "GROUP", // required
|
|
41
|
+
* identityStoreId: "STRING_VALUE", // required
|
|
42
|
+
* membershipLevel: "VIEWER" || "CONTRIBUTOR" || "OWNER" || "MANAGER", // required
|
|
43
|
+
* };
|
|
44
|
+
* const command = new AssociateMemberToFleetCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // {};
|
|
47
|
+
*
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @param AssociateMemberToFleetCommandInput - {@link AssociateMemberToFleetCommandInput}
|
|
51
|
+
* @returns {@link AssociateMemberToFleetCommandOutput}
|
|
52
|
+
* @see {@link AssociateMemberToFleetCommandInput} for command's `input` shape.
|
|
53
|
+
* @see {@link AssociateMemberToFleetCommandOutput} for command's `response` shape.
|
|
54
|
+
* @see {@link DeadlineClientResolvedConfig | config} for DeadlineClient's `config` shape.
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
57
|
+
* <p>You don't have permission to perform the action.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
60
|
+
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
63
|
+
* <p>The requested resource can't be found.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
66
|
+
* <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
|
|
67
|
+
* maximum number of service resources or operations for your Amazon Web Services account.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
+
* <p>Your request exceeded a request rate quota.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ValidationException} (client fault)
|
|
73
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
74
|
+
* unsupported characters.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link DeadlineServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
78
|
+
*
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
export declare class AssociateMemberToFleetCommand extends AssociateMemberToFleetCommand_base {
|
|
82
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
+
import { AssociateMemberToJobRequest, AssociateMemberToJobResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export { __MetadataBearer, $Command };
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*
|
|
12
|
+
* The input for {@link AssociateMemberToJobCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface AssociateMemberToJobCommandInput extends AssociateMemberToJobRequest {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
19
|
+
* The output of {@link AssociateMemberToJobCommand}.
|
|
20
|
+
*/
|
|
21
|
+
export interface AssociateMemberToJobCommandOutput extends AssociateMemberToJobResponse, __MetadataBearer {
|
|
22
|
+
}
|
|
23
|
+
declare const AssociateMemberToJobCommand_base: {
|
|
24
|
+
new (input: AssociateMemberToJobCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateMemberToJobCommandInput, AssociateMemberToJobCommandOutput, DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateMemberToJobCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateMemberToJobCommandInput, AssociateMemberToJobCommandOutput, DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* <p>Assigns a job membership level to a member</p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { DeadlineClient, AssociateMemberToJobCommand } from "@aws-sdk/client-deadline"; // ES Modules import
|
|
34
|
+
* // const { DeadlineClient, AssociateMemberToJobCommand } = require("@aws-sdk/client-deadline"); // CommonJS import
|
|
35
|
+
* const client = new DeadlineClient(config);
|
|
36
|
+
* const input = { // AssociateMemberToJobRequest
|
|
37
|
+
* farmId: "STRING_VALUE", // required
|
|
38
|
+
* queueId: "STRING_VALUE", // required
|
|
39
|
+
* jobId: "STRING_VALUE", // required
|
|
40
|
+
* principalId: "STRING_VALUE", // required
|
|
41
|
+
* principalType: "USER" || "GROUP", // required
|
|
42
|
+
* identityStoreId: "STRING_VALUE", // required
|
|
43
|
+
* membershipLevel: "VIEWER" || "CONTRIBUTOR" || "OWNER" || "MANAGER", // required
|
|
44
|
+
* };
|
|
45
|
+
* const command = new AssociateMemberToJobCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // {};
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @param AssociateMemberToJobCommandInput - {@link AssociateMemberToJobCommandInput}
|
|
52
|
+
* @returns {@link AssociateMemberToJobCommandOutput}
|
|
53
|
+
* @see {@link AssociateMemberToJobCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link AssociateMemberToJobCommandOutput} for command's `response` shape.
|
|
55
|
+
* @see {@link DeadlineClientResolvedConfig | config} for DeadlineClient's `config` shape.
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
+
* <p>You don't have permission to perform the action.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
61
|
+
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
|
+
* <p>The requested resource can't be found.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
67
|
+
* <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
|
|
68
|
+
* maximum number of service resources or operations for your Amazon Web Services account.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
71
|
+
* <p>Your request exceeded a request rate quota.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ValidationException} (client fault)
|
|
74
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
75
|
+
* unsupported characters.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link DeadlineServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
79
|
+
*
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
export declare class AssociateMemberToJobCommand extends AssociateMemberToJobCommand_base {
|
|
83
|
+
}
|