@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,650 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ComparisonOperator,
|
|
3
|
+
DateTimeFilterExpression,
|
|
4
|
+
DefaultQueueBudgetAction,
|
|
5
|
+
EnvironmentTemplateType,
|
|
6
|
+
FileSystemLocation,
|
|
7
|
+
HostPropertiesResponse,
|
|
8
|
+
JobAttachmentSettings,
|
|
9
|
+
JobLifecycleStatus,
|
|
10
|
+
JobParameter,
|
|
11
|
+
JobRunAsUser,
|
|
12
|
+
JobTargetTaskRunStatus,
|
|
13
|
+
ParameterSpace,
|
|
14
|
+
StepLifecycleStatus,
|
|
15
|
+
StepTargetTaskRunStatus,
|
|
16
|
+
StorageProfileOperatingSystemFamily,
|
|
17
|
+
StorageProfileSummary,
|
|
18
|
+
TaskParameterValue,
|
|
19
|
+
TaskRunStatus,
|
|
20
|
+
TaskTargetRunStatus,
|
|
21
|
+
WorkerStatus,
|
|
22
|
+
} from "./models_0";
|
|
23
|
+
export interface ListStorageProfilesForQueueResponse {
|
|
24
|
+
storageProfiles: StorageProfileSummary[] | undefined;
|
|
25
|
+
nextToken?: string;
|
|
26
|
+
}
|
|
27
|
+
export interface UpdateQueueRequest {
|
|
28
|
+
clientToken?: string;
|
|
29
|
+
farmId: string | undefined;
|
|
30
|
+
queueId: string | undefined;
|
|
31
|
+
displayName?: string;
|
|
32
|
+
description?: string;
|
|
33
|
+
defaultBudgetAction?: DefaultQueueBudgetAction;
|
|
34
|
+
jobAttachmentSettings?: JobAttachmentSettings;
|
|
35
|
+
roleArn?: string;
|
|
36
|
+
jobRunAsUser?: JobRunAsUser;
|
|
37
|
+
requiredFileSystemLocationNamesToAdd?: string[];
|
|
38
|
+
requiredFileSystemLocationNamesToRemove?: string[];
|
|
39
|
+
allowedStorageProfileIdsToAdd?: string[];
|
|
40
|
+
allowedStorageProfileIdsToRemove?: string[];
|
|
41
|
+
}
|
|
42
|
+
export interface UpdateQueueResponse {}
|
|
43
|
+
export interface UpdateQueueEnvironmentRequest {
|
|
44
|
+
clientToken?: string;
|
|
45
|
+
farmId: string | undefined;
|
|
46
|
+
queueId: string | undefined;
|
|
47
|
+
queueEnvironmentId: string | undefined;
|
|
48
|
+
priority?: number;
|
|
49
|
+
templateType?: EnvironmentTemplateType;
|
|
50
|
+
template?: string;
|
|
51
|
+
}
|
|
52
|
+
export interface UpdateQueueEnvironmentResponse {}
|
|
53
|
+
export interface UpdateFarmRequest {
|
|
54
|
+
farmId: string | undefined;
|
|
55
|
+
displayName?: string;
|
|
56
|
+
description?: string;
|
|
57
|
+
}
|
|
58
|
+
export interface UpdateFarmResponse {}
|
|
59
|
+
export interface UpdateStorageProfileRequest {
|
|
60
|
+
clientToken?: string;
|
|
61
|
+
farmId: string | undefined;
|
|
62
|
+
storageProfileId: string | undefined;
|
|
63
|
+
displayName?: string;
|
|
64
|
+
osFamily?: StorageProfileOperatingSystemFamily;
|
|
65
|
+
fileSystemLocationsToAdd?: FileSystemLocation[];
|
|
66
|
+
fileSystemLocationsToRemove?: FileSystemLocation[];
|
|
67
|
+
}
|
|
68
|
+
export interface UpdateStorageProfileResponse {}
|
|
69
|
+
export interface GetQueueFleetAssociationRequest {
|
|
70
|
+
farmId: string | undefined;
|
|
71
|
+
queueId: string | undefined;
|
|
72
|
+
fleetId: string | undefined;
|
|
73
|
+
}
|
|
74
|
+
export declare const QueueFleetAssociationStatus: {
|
|
75
|
+
readonly ACTIVE: "ACTIVE";
|
|
76
|
+
readonly STOPPED: "STOPPED";
|
|
77
|
+
readonly STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS";
|
|
78
|
+
readonly STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS";
|
|
79
|
+
};
|
|
80
|
+
export type QueueFleetAssociationStatus =
|
|
81
|
+
(typeof QueueFleetAssociationStatus)[keyof typeof QueueFleetAssociationStatus];
|
|
82
|
+
export interface GetQueueFleetAssociationResponse {
|
|
83
|
+
queueId: string | undefined;
|
|
84
|
+
fleetId: string | undefined;
|
|
85
|
+
status: QueueFleetAssociationStatus | undefined;
|
|
86
|
+
createdAt: Date | undefined;
|
|
87
|
+
createdBy: string | undefined;
|
|
88
|
+
updatedAt?: Date;
|
|
89
|
+
updatedBy?: string;
|
|
90
|
+
}
|
|
91
|
+
export interface GetSessionsStatisticsAggregationRequest {
|
|
92
|
+
farmId: string | undefined;
|
|
93
|
+
aggregationId: string | undefined;
|
|
94
|
+
maxResults?: number;
|
|
95
|
+
nextToken?: string;
|
|
96
|
+
}
|
|
97
|
+
export interface Stats {
|
|
98
|
+
min?: number;
|
|
99
|
+
max?: number;
|
|
100
|
+
avg?: number;
|
|
101
|
+
sum?: number;
|
|
102
|
+
}
|
|
103
|
+
export declare const UsageType: {
|
|
104
|
+
readonly COMPUTE: "COMPUTE";
|
|
105
|
+
readonly LICENSE: "LICENSE";
|
|
106
|
+
};
|
|
107
|
+
export type UsageType = (typeof UsageType)[keyof typeof UsageType];
|
|
108
|
+
export interface Statistics {
|
|
109
|
+
queueId?: string;
|
|
110
|
+
fleetId?: string;
|
|
111
|
+
jobId?: string;
|
|
112
|
+
jobName?: string;
|
|
113
|
+
userId?: string;
|
|
114
|
+
usageType?: UsageType;
|
|
115
|
+
licenseProduct?: string;
|
|
116
|
+
instanceType?: string;
|
|
117
|
+
count: number | undefined;
|
|
118
|
+
costInUsd: Stats | undefined;
|
|
119
|
+
runtimeInSeconds: Stats | undefined;
|
|
120
|
+
aggregationStartTime?: Date;
|
|
121
|
+
aggregationEndTime?: Date;
|
|
122
|
+
}
|
|
123
|
+
export declare const SessionsStatisticsAggregationStatus: {
|
|
124
|
+
readonly COMPLETED: "COMPLETED";
|
|
125
|
+
readonly FAILED: "FAILED";
|
|
126
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
127
|
+
readonly TIMEOUT: "TIMEOUT";
|
|
128
|
+
};
|
|
129
|
+
export type SessionsStatisticsAggregationStatus =
|
|
130
|
+
(typeof SessionsStatisticsAggregationStatus)[keyof typeof SessionsStatisticsAggregationStatus];
|
|
131
|
+
export interface GetSessionsStatisticsAggregationResponse {
|
|
132
|
+
statistics?: Statistics[];
|
|
133
|
+
nextToken?: string;
|
|
134
|
+
status: SessionsStatisticsAggregationStatus | undefined;
|
|
135
|
+
statusMessage?: string;
|
|
136
|
+
}
|
|
137
|
+
export interface DeleteLicenseEndpointRequest {
|
|
138
|
+
licenseEndpointId: string | undefined;
|
|
139
|
+
}
|
|
140
|
+
export interface DeleteLicenseEndpointResponse {}
|
|
141
|
+
export interface GetLicenseEndpointRequest {
|
|
142
|
+
licenseEndpointId: string | undefined;
|
|
143
|
+
}
|
|
144
|
+
export declare const LicenseEndpointStatus: {
|
|
145
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
146
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
147
|
+
readonly NOT_READY: "NOT_READY";
|
|
148
|
+
readonly READY: "READY";
|
|
149
|
+
};
|
|
150
|
+
export type LicenseEndpointStatus =
|
|
151
|
+
(typeof LicenseEndpointStatus)[keyof typeof LicenseEndpointStatus];
|
|
152
|
+
export interface GetLicenseEndpointResponse {
|
|
153
|
+
licenseEndpointId: string | undefined;
|
|
154
|
+
status: LicenseEndpointStatus | undefined;
|
|
155
|
+
statusMessage: string | undefined;
|
|
156
|
+
vpcId?: string;
|
|
157
|
+
dnsName?: string;
|
|
158
|
+
subnetIds?: string[];
|
|
159
|
+
securityGroupIds?: string[];
|
|
160
|
+
}
|
|
161
|
+
export interface ListLicenseEndpointsRequest {
|
|
162
|
+
nextToken?: string;
|
|
163
|
+
maxResults?: number;
|
|
164
|
+
}
|
|
165
|
+
export interface LicenseEndpointSummary {
|
|
166
|
+
licenseEndpointId?: string;
|
|
167
|
+
status?: LicenseEndpointStatus;
|
|
168
|
+
statusMessage?: string;
|
|
169
|
+
vpcId?: string;
|
|
170
|
+
}
|
|
171
|
+
export interface ListLicenseEndpointsResponse {
|
|
172
|
+
licenseEndpoints: LicenseEndpointSummary[] | undefined;
|
|
173
|
+
nextToken?: string;
|
|
174
|
+
}
|
|
175
|
+
export interface DeleteMeteredProductRequest {
|
|
176
|
+
licenseEndpointId: string | undefined;
|
|
177
|
+
productId: string | undefined;
|
|
178
|
+
}
|
|
179
|
+
export interface DeleteMeteredProductResponse {}
|
|
180
|
+
export interface ListMeteredProductsRequest {
|
|
181
|
+
licenseEndpointId: string | undefined;
|
|
182
|
+
nextToken?: string;
|
|
183
|
+
maxResults?: number;
|
|
184
|
+
}
|
|
185
|
+
export interface MeteredProductSummary {
|
|
186
|
+
productId: string | undefined;
|
|
187
|
+
family: string | undefined;
|
|
188
|
+
vendor: string | undefined;
|
|
189
|
+
port: number | undefined;
|
|
190
|
+
}
|
|
191
|
+
export interface ListMeteredProductsResponse {
|
|
192
|
+
meteredProducts: MeteredProductSummary[] | undefined;
|
|
193
|
+
nextToken?: string;
|
|
194
|
+
}
|
|
195
|
+
export interface PutMeteredProductRequest {
|
|
196
|
+
licenseEndpointId: string | undefined;
|
|
197
|
+
productId: string | undefined;
|
|
198
|
+
}
|
|
199
|
+
export interface PutMeteredProductResponse {}
|
|
200
|
+
export interface ListAvailableMeteredProductsRequest {
|
|
201
|
+
nextToken?: string;
|
|
202
|
+
maxResults?: number;
|
|
203
|
+
}
|
|
204
|
+
export interface ListAvailableMeteredProductsResponse {
|
|
205
|
+
meteredProducts: MeteredProductSummary[] | undefined;
|
|
206
|
+
nextToken?: string;
|
|
207
|
+
}
|
|
208
|
+
export interface ListQueueFleetAssociationsRequest {
|
|
209
|
+
farmId: string | undefined;
|
|
210
|
+
queueId?: string;
|
|
211
|
+
fleetId?: string;
|
|
212
|
+
nextToken?: string;
|
|
213
|
+
maxResults?: number;
|
|
214
|
+
}
|
|
215
|
+
export interface QueueFleetAssociationSummary {
|
|
216
|
+
queueId: string | undefined;
|
|
217
|
+
fleetId: string | undefined;
|
|
218
|
+
status: QueueFleetAssociationStatus | undefined;
|
|
219
|
+
createdAt: Date | undefined;
|
|
220
|
+
createdBy: string | undefined;
|
|
221
|
+
updatedAt?: Date;
|
|
222
|
+
updatedBy?: string;
|
|
223
|
+
}
|
|
224
|
+
export interface ListQueueFleetAssociationsResponse {
|
|
225
|
+
queueFleetAssociations: QueueFleetAssociationSummary[] | undefined;
|
|
226
|
+
nextToken?: string;
|
|
227
|
+
}
|
|
228
|
+
export interface ListTagsForResourceRequest {
|
|
229
|
+
resourceArn: string | undefined;
|
|
230
|
+
}
|
|
231
|
+
export interface ListTagsForResourceResponse {
|
|
232
|
+
tags?: Record<string, string>;
|
|
233
|
+
}
|
|
234
|
+
export interface DeleteMonitorRequest {
|
|
235
|
+
monitorId: string | undefined;
|
|
236
|
+
}
|
|
237
|
+
export interface DeleteMonitorResponse {}
|
|
238
|
+
export interface GetMonitorRequest {
|
|
239
|
+
monitorId: string | undefined;
|
|
240
|
+
}
|
|
241
|
+
export interface GetMonitorResponse {
|
|
242
|
+
monitorId: string | undefined;
|
|
243
|
+
displayName: string | undefined;
|
|
244
|
+
subdomain: string | undefined;
|
|
245
|
+
url: string | undefined;
|
|
246
|
+
roleArn: string | undefined;
|
|
247
|
+
identityCenterInstanceArn: string | undefined;
|
|
248
|
+
identityCenterApplicationArn: string | undefined;
|
|
249
|
+
createdAt: Date | undefined;
|
|
250
|
+
createdBy: string | undefined;
|
|
251
|
+
updatedAt?: Date;
|
|
252
|
+
updatedBy?: string;
|
|
253
|
+
}
|
|
254
|
+
export interface ListMonitorsRequest {
|
|
255
|
+
nextToken?: string;
|
|
256
|
+
maxResults?: number;
|
|
257
|
+
}
|
|
258
|
+
export interface MonitorSummary {
|
|
259
|
+
monitorId: string | undefined;
|
|
260
|
+
displayName: string | undefined;
|
|
261
|
+
subdomain: string | undefined;
|
|
262
|
+
url: string | undefined;
|
|
263
|
+
roleArn: string | undefined;
|
|
264
|
+
identityCenterInstanceArn: string | undefined;
|
|
265
|
+
identityCenterApplicationArn: string | undefined;
|
|
266
|
+
createdAt: Date | undefined;
|
|
267
|
+
createdBy: string | undefined;
|
|
268
|
+
updatedAt?: Date;
|
|
269
|
+
updatedBy?: string;
|
|
270
|
+
}
|
|
271
|
+
export interface ListMonitorsResponse {
|
|
272
|
+
nextToken?: string;
|
|
273
|
+
monitors: MonitorSummary[] | undefined;
|
|
274
|
+
}
|
|
275
|
+
export interface UpdateMonitorRequest {
|
|
276
|
+
monitorId: string | undefined;
|
|
277
|
+
subdomain?: string;
|
|
278
|
+
displayName?: string;
|
|
279
|
+
roleArn?: string;
|
|
280
|
+
}
|
|
281
|
+
export interface UpdateMonitorResponse {}
|
|
282
|
+
export interface ParameterFilterExpression {
|
|
283
|
+
name: string | undefined;
|
|
284
|
+
operator: ComparisonOperator | undefined;
|
|
285
|
+
value: string | undefined;
|
|
286
|
+
}
|
|
287
|
+
export interface SearchTermFilterExpression {
|
|
288
|
+
searchTerm: string | undefined;
|
|
289
|
+
}
|
|
290
|
+
export interface StringFilterExpression {
|
|
291
|
+
name: string | undefined;
|
|
292
|
+
operator: ComparisonOperator | undefined;
|
|
293
|
+
value: string | undefined;
|
|
294
|
+
}
|
|
295
|
+
export declare const LogicalOperator: {
|
|
296
|
+
readonly AND: "AND";
|
|
297
|
+
readonly OR: "OR";
|
|
298
|
+
};
|
|
299
|
+
export type LogicalOperator =
|
|
300
|
+
(typeof LogicalOperator)[keyof typeof LogicalOperator];
|
|
301
|
+
export declare const SortOrder: {
|
|
302
|
+
readonly ASCENDING: "ASCENDING";
|
|
303
|
+
readonly DESCENDING: "DESCENDING";
|
|
304
|
+
};
|
|
305
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
306
|
+
export interface FieldSortExpression {
|
|
307
|
+
sortOrder: SortOrder | undefined;
|
|
308
|
+
name: string | undefined;
|
|
309
|
+
}
|
|
310
|
+
export interface ParameterSortExpression {
|
|
311
|
+
sortOrder: SortOrder | undefined;
|
|
312
|
+
name: string | undefined;
|
|
313
|
+
}
|
|
314
|
+
export interface UserJobsFirst {
|
|
315
|
+
userIdentityId: string | undefined;
|
|
316
|
+
}
|
|
317
|
+
export type SearchSortExpression =
|
|
318
|
+
| SearchSortExpression.FieldSortMember
|
|
319
|
+
| SearchSortExpression.ParameterSortMember
|
|
320
|
+
| SearchSortExpression.UserJobsFirstMember
|
|
321
|
+
| SearchSortExpression.$UnknownMember;
|
|
322
|
+
export declare namespace SearchSortExpression {
|
|
323
|
+
interface UserJobsFirstMember {
|
|
324
|
+
userJobsFirst: UserJobsFirst;
|
|
325
|
+
fieldSort?: never;
|
|
326
|
+
parameterSort?: never;
|
|
327
|
+
$unknown?: never;
|
|
328
|
+
}
|
|
329
|
+
interface FieldSortMember {
|
|
330
|
+
userJobsFirst?: never;
|
|
331
|
+
fieldSort: FieldSortExpression;
|
|
332
|
+
parameterSort?: never;
|
|
333
|
+
$unknown?: never;
|
|
334
|
+
}
|
|
335
|
+
interface ParameterSortMember {
|
|
336
|
+
userJobsFirst?: never;
|
|
337
|
+
fieldSort?: never;
|
|
338
|
+
parameterSort: ParameterSortExpression;
|
|
339
|
+
$unknown?: never;
|
|
340
|
+
}
|
|
341
|
+
interface $UnknownMember {
|
|
342
|
+
userJobsFirst?: never;
|
|
343
|
+
fieldSort?: never;
|
|
344
|
+
parameterSort?: never;
|
|
345
|
+
$unknown: [string, any];
|
|
346
|
+
}
|
|
347
|
+
interface Visitor<T> {
|
|
348
|
+
userJobsFirst: (value: UserJobsFirst) => T;
|
|
349
|
+
fieldSort: (value: FieldSortExpression) => T;
|
|
350
|
+
parameterSort: (value: ParameterSortExpression) => T;
|
|
351
|
+
_: (name: string, value: any) => T;
|
|
352
|
+
}
|
|
353
|
+
const visit: <T>(value: SearchSortExpression, visitor: Visitor<T>) => T;
|
|
354
|
+
}
|
|
355
|
+
export interface JobSearchSummary {
|
|
356
|
+
jobId?: string;
|
|
357
|
+
queueId?: string;
|
|
358
|
+
name?: string;
|
|
359
|
+
lifecycleStatus?: JobLifecycleStatus;
|
|
360
|
+
lifecycleStatusMessage?: string;
|
|
361
|
+
taskRunStatus?: TaskRunStatus;
|
|
362
|
+
targetTaskRunStatus?: JobTargetTaskRunStatus;
|
|
363
|
+
taskRunStatusCounts?: Partial<Record<TaskRunStatus, number>>;
|
|
364
|
+
priority?: number;
|
|
365
|
+
maxFailedTasksCount?: number;
|
|
366
|
+
maxRetriesPerTask?: number;
|
|
367
|
+
createdBy?: string;
|
|
368
|
+
createdAt?: Date;
|
|
369
|
+
endedAt?: Date;
|
|
370
|
+
startedAt?: Date;
|
|
371
|
+
jobParameters?: Record<string, JobParameter>;
|
|
372
|
+
}
|
|
373
|
+
export interface SearchJobsResponse {
|
|
374
|
+
jobs: JobSearchSummary[] | undefined;
|
|
375
|
+
nextItemOffset?: number;
|
|
376
|
+
totalResults: number | undefined;
|
|
377
|
+
}
|
|
378
|
+
export interface StepSearchSummary {
|
|
379
|
+
stepId?: string;
|
|
380
|
+
jobId?: string;
|
|
381
|
+
queueId?: string;
|
|
382
|
+
name?: string;
|
|
383
|
+
lifecycleStatus?: StepLifecycleStatus;
|
|
384
|
+
lifecycleStatusMessage?: string;
|
|
385
|
+
taskRunStatus?: TaskRunStatus;
|
|
386
|
+
targetTaskRunStatus?: StepTargetTaskRunStatus;
|
|
387
|
+
taskRunStatusCounts?: Partial<Record<TaskRunStatus, number>>;
|
|
388
|
+
createdAt?: Date;
|
|
389
|
+
startedAt?: Date;
|
|
390
|
+
endedAt?: Date;
|
|
391
|
+
parameterSpace?: ParameterSpace;
|
|
392
|
+
}
|
|
393
|
+
export interface SearchStepsResponse {
|
|
394
|
+
steps: StepSearchSummary[] | undefined;
|
|
395
|
+
nextItemOffset?: number;
|
|
396
|
+
totalResults: number | undefined;
|
|
397
|
+
}
|
|
398
|
+
export interface TaskSearchSummary {
|
|
399
|
+
taskId?: string;
|
|
400
|
+
stepId?: string;
|
|
401
|
+
jobId?: string;
|
|
402
|
+
queueId?: string;
|
|
403
|
+
runStatus?: TaskRunStatus;
|
|
404
|
+
targetRunStatus?: TaskTargetRunStatus;
|
|
405
|
+
parameters?: Record<string, TaskParameterValue>;
|
|
406
|
+
failureRetryCount?: number;
|
|
407
|
+
startedAt?: Date;
|
|
408
|
+
endedAt?: Date;
|
|
409
|
+
}
|
|
410
|
+
export interface SearchTasksResponse {
|
|
411
|
+
tasks: TaskSearchSummary[] | undefined;
|
|
412
|
+
nextItemOffset?: number;
|
|
413
|
+
totalResults: number | undefined;
|
|
414
|
+
}
|
|
415
|
+
export interface WorkerSearchSummary {
|
|
416
|
+
fleetId?: string;
|
|
417
|
+
workerId?: string;
|
|
418
|
+
status?: WorkerStatus;
|
|
419
|
+
hostProperties?: HostPropertiesResponse;
|
|
420
|
+
createdBy?: string;
|
|
421
|
+
createdAt?: Date;
|
|
422
|
+
updatedBy?: string;
|
|
423
|
+
updatedAt?: Date;
|
|
424
|
+
}
|
|
425
|
+
export interface SearchWorkersResponse {
|
|
426
|
+
workers: WorkerSearchSummary[] | undefined;
|
|
427
|
+
nextItemOffset?: number;
|
|
428
|
+
totalResults: number | undefined;
|
|
429
|
+
}
|
|
430
|
+
export declare const UsageGroupByField: {
|
|
431
|
+
readonly FLEET_ID: "FLEET_ID";
|
|
432
|
+
readonly INSTANCE_TYPE: "INSTANCE_TYPE";
|
|
433
|
+
readonly JOB_ID: "JOB_ID";
|
|
434
|
+
readonly LICENSE_PRODUCT: "LICENSE_PRODUCT";
|
|
435
|
+
readonly QUEUE_ID: "QUEUE_ID";
|
|
436
|
+
readonly USAGE_TYPE: "USAGE_TYPE";
|
|
437
|
+
readonly USER_ID: "USER_ID";
|
|
438
|
+
};
|
|
439
|
+
export type UsageGroupByField =
|
|
440
|
+
(typeof UsageGroupByField)[keyof typeof UsageGroupByField];
|
|
441
|
+
export declare const Period: {
|
|
442
|
+
readonly DAILY: "DAILY";
|
|
443
|
+
readonly HOURLY: "HOURLY";
|
|
444
|
+
readonly MONTHLY: "MONTHLY";
|
|
445
|
+
readonly WEEKLY: "WEEKLY";
|
|
446
|
+
};
|
|
447
|
+
export type Period = (typeof Period)[keyof typeof Period];
|
|
448
|
+
export type SessionsStatisticsResources =
|
|
449
|
+
| SessionsStatisticsResources.FleetIdsMember
|
|
450
|
+
| SessionsStatisticsResources.QueueIdsMember
|
|
451
|
+
| SessionsStatisticsResources.$UnknownMember;
|
|
452
|
+
export declare namespace SessionsStatisticsResources {
|
|
453
|
+
interface QueueIdsMember {
|
|
454
|
+
queueIds: string[];
|
|
455
|
+
fleetIds?: never;
|
|
456
|
+
$unknown?: never;
|
|
457
|
+
}
|
|
458
|
+
interface FleetIdsMember {
|
|
459
|
+
queueIds?: never;
|
|
460
|
+
fleetIds: string[];
|
|
461
|
+
$unknown?: never;
|
|
462
|
+
}
|
|
463
|
+
interface $UnknownMember {
|
|
464
|
+
queueIds?: never;
|
|
465
|
+
fleetIds?: never;
|
|
466
|
+
$unknown: [string, any];
|
|
467
|
+
}
|
|
468
|
+
interface Visitor<T> {
|
|
469
|
+
queueIds: (value: string[]) => T;
|
|
470
|
+
fleetIds: (value: string[]) => T;
|
|
471
|
+
_: (name: string, value: any) => T;
|
|
472
|
+
}
|
|
473
|
+
const visit: <T>(
|
|
474
|
+
value: SessionsStatisticsResources,
|
|
475
|
+
visitor: Visitor<T>
|
|
476
|
+
) => T;
|
|
477
|
+
}
|
|
478
|
+
export declare const UsageStatistic: {
|
|
479
|
+
readonly AVG: "AVG";
|
|
480
|
+
readonly MAX: "MAX";
|
|
481
|
+
readonly MIN: "MIN";
|
|
482
|
+
readonly SUM: "SUM";
|
|
483
|
+
};
|
|
484
|
+
export type UsageStatistic =
|
|
485
|
+
(typeof UsageStatistic)[keyof typeof UsageStatistic];
|
|
486
|
+
export interface StartSessionsStatisticsAggregationRequest {
|
|
487
|
+
farmId: string | undefined;
|
|
488
|
+
resourceIds: SessionsStatisticsResources | undefined;
|
|
489
|
+
startTime: Date | undefined;
|
|
490
|
+
endTime: Date | undefined;
|
|
491
|
+
timezone?: string;
|
|
492
|
+
period?: Period;
|
|
493
|
+
groupBy: UsageGroupByField[] | undefined;
|
|
494
|
+
statistics: UsageStatistic[] | undefined;
|
|
495
|
+
}
|
|
496
|
+
export interface StartSessionsStatisticsAggregationResponse {
|
|
497
|
+
aggregationId: string | undefined;
|
|
498
|
+
}
|
|
499
|
+
export interface TagResourceRequest {
|
|
500
|
+
resourceArn: string | undefined;
|
|
501
|
+
tags?: Record<string, string>;
|
|
502
|
+
}
|
|
503
|
+
export interface TagResourceResponse {}
|
|
504
|
+
export interface UntagResourceRequest {
|
|
505
|
+
resourceArn: string | undefined;
|
|
506
|
+
tagKeys: string[] | undefined;
|
|
507
|
+
}
|
|
508
|
+
export interface UntagResourceResponse {}
|
|
509
|
+
export declare const UpdateQueueFleetAssociationStatus: {
|
|
510
|
+
readonly ACTIVE: "ACTIVE";
|
|
511
|
+
readonly STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS";
|
|
512
|
+
readonly STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS";
|
|
513
|
+
};
|
|
514
|
+
export type UpdateQueueFleetAssociationStatus =
|
|
515
|
+
(typeof UpdateQueueFleetAssociationStatus)[keyof typeof UpdateQueueFleetAssociationStatus];
|
|
516
|
+
export interface UpdateQueueFleetAssociationRequest {
|
|
517
|
+
farmId: string | undefined;
|
|
518
|
+
queueId: string | undefined;
|
|
519
|
+
fleetId: string | undefined;
|
|
520
|
+
status: UpdateQueueFleetAssociationStatus | undefined;
|
|
521
|
+
}
|
|
522
|
+
export interface UpdateQueueFleetAssociationResponse {}
|
|
523
|
+
export type SearchFilterExpression =
|
|
524
|
+
| SearchFilterExpression.DateTimeFilterMember
|
|
525
|
+
| SearchFilterExpression.GroupFilterMember
|
|
526
|
+
| SearchFilterExpression.ParameterFilterMember
|
|
527
|
+
| SearchFilterExpression.SearchTermFilterMember
|
|
528
|
+
| SearchFilterExpression.StringFilterMember
|
|
529
|
+
| SearchFilterExpression.$UnknownMember;
|
|
530
|
+
export declare namespace SearchFilterExpression {
|
|
531
|
+
interface DateTimeFilterMember {
|
|
532
|
+
dateTimeFilter: DateTimeFilterExpression;
|
|
533
|
+
parameterFilter?: never;
|
|
534
|
+
searchTermFilter?: never;
|
|
535
|
+
stringFilter?: never;
|
|
536
|
+
groupFilter?: never;
|
|
537
|
+
$unknown?: never;
|
|
538
|
+
}
|
|
539
|
+
interface ParameterFilterMember {
|
|
540
|
+
dateTimeFilter?: never;
|
|
541
|
+
parameterFilter: ParameterFilterExpression;
|
|
542
|
+
searchTermFilter?: never;
|
|
543
|
+
stringFilter?: never;
|
|
544
|
+
groupFilter?: never;
|
|
545
|
+
$unknown?: never;
|
|
546
|
+
}
|
|
547
|
+
interface SearchTermFilterMember {
|
|
548
|
+
dateTimeFilter?: never;
|
|
549
|
+
parameterFilter?: never;
|
|
550
|
+
searchTermFilter: SearchTermFilterExpression;
|
|
551
|
+
stringFilter?: never;
|
|
552
|
+
groupFilter?: never;
|
|
553
|
+
$unknown?: never;
|
|
554
|
+
}
|
|
555
|
+
interface StringFilterMember {
|
|
556
|
+
dateTimeFilter?: never;
|
|
557
|
+
parameterFilter?: never;
|
|
558
|
+
searchTermFilter?: never;
|
|
559
|
+
stringFilter: StringFilterExpression;
|
|
560
|
+
groupFilter?: never;
|
|
561
|
+
$unknown?: never;
|
|
562
|
+
}
|
|
563
|
+
interface GroupFilterMember {
|
|
564
|
+
dateTimeFilter?: never;
|
|
565
|
+
parameterFilter?: never;
|
|
566
|
+
searchTermFilter?: never;
|
|
567
|
+
stringFilter?: never;
|
|
568
|
+
groupFilter: SearchGroupedFilterExpressions;
|
|
569
|
+
$unknown?: never;
|
|
570
|
+
}
|
|
571
|
+
interface $UnknownMember {
|
|
572
|
+
dateTimeFilter?: never;
|
|
573
|
+
parameterFilter?: never;
|
|
574
|
+
searchTermFilter?: never;
|
|
575
|
+
stringFilter?: never;
|
|
576
|
+
groupFilter?: never;
|
|
577
|
+
$unknown: [string, any];
|
|
578
|
+
}
|
|
579
|
+
interface Visitor<T> {
|
|
580
|
+
dateTimeFilter: (value: DateTimeFilterExpression) => T;
|
|
581
|
+
parameterFilter: (value: ParameterFilterExpression) => T;
|
|
582
|
+
searchTermFilter: (value: SearchTermFilterExpression) => T;
|
|
583
|
+
stringFilter: (value: StringFilterExpression) => T;
|
|
584
|
+
groupFilter: (value: SearchGroupedFilterExpressions) => T;
|
|
585
|
+
_: (name: string, value: any) => T;
|
|
586
|
+
}
|
|
587
|
+
const visit: <T>(value: SearchFilterExpression, visitor: Visitor<T>) => T;
|
|
588
|
+
}
|
|
589
|
+
export interface SearchGroupedFilterExpressions {
|
|
590
|
+
filters: SearchFilterExpression[] | undefined;
|
|
591
|
+
operator: LogicalOperator | undefined;
|
|
592
|
+
}
|
|
593
|
+
export interface SearchJobsRequest {
|
|
594
|
+
farmId: string | undefined;
|
|
595
|
+
queueIds: string[] | undefined;
|
|
596
|
+
filterExpressions?: SearchGroupedFilterExpressions;
|
|
597
|
+
sortExpressions?: SearchSortExpression[];
|
|
598
|
+
itemOffset: number | undefined;
|
|
599
|
+
pageSize?: number;
|
|
600
|
+
}
|
|
601
|
+
export interface SearchStepsRequest {
|
|
602
|
+
farmId: string | undefined;
|
|
603
|
+
queueIds: string[] | undefined;
|
|
604
|
+
jobId?: string;
|
|
605
|
+
filterExpressions?: SearchGroupedFilterExpressions;
|
|
606
|
+
sortExpressions?: SearchSortExpression[];
|
|
607
|
+
itemOffset: number | undefined;
|
|
608
|
+
pageSize?: number;
|
|
609
|
+
}
|
|
610
|
+
export interface SearchTasksRequest {
|
|
611
|
+
farmId: string | undefined;
|
|
612
|
+
queueIds: string[] | undefined;
|
|
613
|
+
jobId?: string;
|
|
614
|
+
filterExpressions?: SearchGroupedFilterExpressions;
|
|
615
|
+
sortExpressions?: SearchSortExpression[];
|
|
616
|
+
itemOffset: number | undefined;
|
|
617
|
+
pageSize?: number;
|
|
618
|
+
}
|
|
619
|
+
export interface SearchWorkersRequest {
|
|
620
|
+
farmId: string | undefined;
|
|
621
|
+
fleetIds: string[] | undefined;
|
|
622
|
+
filterExpressions?: SearchGroupedFilterExpressions;
|
|
623
|
+
sortExpressions?: SearchSortExpression[];
|
|
624
|
+
itemOffset: number | undefined;
|
|
625
|
+
pageSize?: number;
|
|
626
|
+
}
|
|
627
|
+
export declare const UpdateQueueRequestFilterSensitiveLog: (
|
|
628
|
+
obj: UpdateQueueRequest
|
|
629
|
+
) => any;
|
|
630
|
+
export declare const UpdateQueueEnvironmentRequestFilterSensitiveLog: (
|
|
631
|
+
obj: UpdateQueueEnvironmentRequest
|
|
632
|
+
) => any;
|
|
633
|
+
export declare const UpdateFarmRequestFilterSensitiveLog: (
|
|
634
|
+
obj: UpdateFarmRequest
|
|
635
|
+
) => any;
|
|
636
|
+
export declare const UpdateStorageProfileRequestFilterSensitiveLog: (
|
|
637
|
+
obj: UpdateStorageProfileRequest
|
|
638
|
+
) => any;
|
|
639
|
+
export declare const JobSearchSummaryFilterSensitiveLog: (
|
|
640
|
+
obj: JobSearchSummary
|
|
641
|
+
) => any;
|
|
642
|
+
export declare const SearchJobsResponseFilterSensitiveLog: (
|
|
643
|
+
obj: SearchJobsResponse
|
|
644
|
+
) => any;
|
|
645
|
+
export declare const TaskSearchSummaryFilterSensitiveLog: (
|
|
646
|
+
obj: TaskSearchSummary
|
|
647
|
+
) => any;
|
|
648
|
+
export declare const SearchTasksResponseFilterSensitiveLog: (
|
|
649
|
+
obj: SearchTasksResponse
|
|
650
|
+
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetSessionsStatisticsAggregationCommandInput,
|
|
4
|
+
GetSessionsStatisticsAggregationCommandOutput,
|
|
5
|
+
} from "../commands/GetSessionsStatisticsAggregationCommand";
|
|
6
|
+
import { DeadlinePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateGetSessionsStatisticsAggregation: (
|
|
8
|
+
config: DeadlinePaginationConfiguration,
|
|
9
|
+
input: GetSessionsStatisticsAggregationCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetSessionsStatisticsAggregationCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAvailableMeteredProductsCommandInput,
|
|
4
|
+
ListAvailableMeteredProductsCommandOutput,
|
|
5
|
+
} from "../commands/ListAvailableMeteredProductsCommand";
|
|
6
|
+
import { DeadlinePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListAvailableMeteredProducts: (
|
|
8
|
+
config: DeadlinePaginationConfiguration,
|
|
9
|
+
input: ListAvailableMeteredProductsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAvailableMeteredProductsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBudgetsCommandInput,
|
|
4
|
+
ListBudgetsCommandOutput,
|
|
5
|
+
} from "../commands/ListBudgetsCommand";
|
|
6
|
+
import { DeadlinePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListBudgets: (
|
|
8
|
+
config: DeadlinePaginationConfiguration,
|
|
9
|
+
input: ListBudgetsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBudgetsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListFarmMembersCommandInput,
|
|
4
|
+
ListFarmMembersCommandOutput,
|
|
5
|
+
} from "../commands/ListFarmMembersCommand";
|
|
6
|
+
import { DeadlinePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListFarmMembers: (
|
|
8
|
+
config: DeadlinePaginationConfiguration,
|
|
9
|
+
input: ListFarmMembersCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListFarmMembersCommandOutput>;
|