@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,1229 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@smithy/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
+
import {
|
|
7
|
+
AssociateMemberToFarmCommandInput,
|
|
8
|
+
AssociateMemberToFarmCommandOutput,
|
|
9
|
+
} from "../commands/AssociateMemberToFarmCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateMemberToFleetCommandInput,
|
|
12
|
+
AssociateMemberToFleetCommandOutput,
|
|
13
|
+
} from "../commands/AssociateMemberToFleetCommand";
|
|
14
|
+
import {
|
|
15
|
+
AssociateMemberToJobCommandInput,
|
|
16
|
+
AssociateMemberToJobCommandOutput,
|
|
17
|
+
} from "../commands/AssociateMemberToJobCommand";
|
|
18
|
+
import {
|
|
19
|
+
AssociateMemberToQueueCommandInput,
|
|
20
|
+
AssociateMemberToQueueCommandOutput,
|
|
21
|
+
} from "../commands/AssociateMemberToQueueCommand";
|
|
22
|
+
import {
|
|
23
|
+
AssumeFleetRoleForReadCommandInput,
|
|
24
|
+
AssumeFleetRoleForReadCommandOutput,
|
|
25
|
+
} from "../commands/AssumeFleetRoleForReadCommand";
|
|
26
|
+
import {
|
|
27
|
+
AssumeFleetRoleForWorkerCommandInput,
|
|
28
|
+
AssumeFleetRoleForWorkerCommandOutput,
|
|
29
|
+
} from "../commands/AssumeFleetRoleForWorkerCommand";
|
|
30
|
+
import {
|
|
31
|
+
AssumeQueueRoleForReadCommandInput,
|
|
32
|
+
AssumeQueueRoleForReadCommandOutput,
|
|
33
|
+
} from "../commands/AssumeQueueRoleForReadCommand";
|
|
34
|
+
import {
|
|
35
|
+
AssumeQueueRoleForUserCommandInput,
|
|
36
|
+
AssumeQueueRoleForUserCommandOutput,
|
|
37
|
+
} from "../commands/AssumeQueueRoleForUserCommand";
|
|
38
|
+
import {
|
|
39
|
+
AssumeQueueRoleForWorkerCommandInput,
|
|
40
|
+
AssumeQueueRoleForWorkerCommandOutput,
|
|
41
|
+
} from "../commands/AssumeQueueRoleForWorkerCommand";
|
|
42
|
+
import {
|
|
43
|
+
BatchGetJobEntityCommandInput,
|
|
44
|
+
BatchGetJobEntityCommandOutput,
|
|
45
|
+
} from "../commands/BatchGetJobEntityCommand";
|
|
46
|
+
import {
|
|
47
|
+
CopyJobTemplateCommandInput,
|
|
48
|
+
CopyJobTemplateCommandOutput,
|
|
49
|
+
} from "../commands/CopyJobTemplateCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateBudgetCommandInput,
|
|
52
|
+
CreateBudgetCommandOutput,
|
|
53
|
+
} from "../commands/CreateBudgetCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateFarmCommandInput,
|
|
56
|
+
CreateFarmCommandOutput,
|
|
57
|
+
} from "../commands/CreateFarmCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateFleetCommandInput,
|
|
60
|
+
CreateFleetCommandOutput,
|
|
61
|
+
} from "../commands/CreateFleetCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateJobCommandInput,
|
|
64
|
+
CreateJobCommandOutput,
|
|
65
|
+
} from "../commands/CreateJobCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateLicenseEndpointCommandInput,
|
|
68
|
+
CreateLicenseEndpointCommandOutput,
|
|
69
|
+
} from "../commands/CreateLicenseEndpointCommand";
|
|
70
|
+
import {
|
|
71
|
+
CreateMonitorCommandInput,
|
|
72
|
+
CreateMonitorCommandOutput,
|
|
73
|
+
} from "../commands/CreateMonitorCommand";
|
|
74
|
+
import {
|
|
75
|
+
CreateQueueCommandInput,
|
|
76
|
+
CreateQueueCommandOutput,
|
|
77
|
+
} from "../commands/CreateQueueCommand";
|
|
78
|
+
import {
|
|
79
|
+
CreateQueueEnvironmentCommandInput,
|
|
80
|
+
CreateQueueEnvironmentCommandOutput,
|
|
81
|
+
} from "../commands/CreateQueueEnvironmentCommand";
|
|
82
|
+
import {
|
|
83
|
+
CreateQueueFleetAssociationCommandInput,
|
|
84
|
+
CreateQueueFleetAssociationCommandOutput,
|
|
85
|
+
} from "../commands/CreateQueueFleetAssociationCommand";
|
|
86
|
+
import {
|
|
87
|
+
CreateStorageProfileCommandInput,
|
|
88
|
+
CreateStorageProfileCommandOutput,
|
|
89
|
+
} from "../commands/CreateStorageProfileCommand";
|
|
90
|
+
import {
|
|
91
|
+
CreateWorkerCommandInput,
|
|
92
|
+
CreateWorkerCommandOutput,
|
|
93
|
+
} from "../commands/CreateWorkerCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteBudgetCommandInput,
|
|
96
|
+
DeleteBudgetCommandOutput,
|
|
97
|
+
} from "../commands/DeleteBudgetCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeleteFarmCommandInput,
|
|
100
|
+
DeleteFarmCommandOutput,
|
|
101
|
+
} from "../commands/DeleteFarmCommand";
|
|
102
|
+
import {
|
|
103
|
+
DeleteFleetCommandInput,
|
|
104
|
+
DeleteFleetCommandOutput,
|
|
105
|
+
} from "../commands/DeleteFleetCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteLicenseEndpointCommandInput,
|
|
108
|
+
DeleteLicenseEndpointCommandOutput,
|
|
109
|
+
} from "../commands/DeleteLicenseEndpointCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteMeteredProductCommandInput,
|
|
112
|
+
DeleteMeteredProductCommandOutput,
|
|
113
|
+
} from "../commands/DeleteMeteredProductCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeleteMonitorCommandInput,
|
|
116
|
+
DeleteMonitorCommandOutput,
|
|
117
|
+
} from "../commands/DeleteMonitorCommand";
|
|
118
|
+
import {
|
|
119
|
+
DeleteQueueCommandInput,
|
|
120
|
+
DeleteQueueCommandOutput,
|
|
121
|
+
} from "../commands/DeleteQueueCommand";
|
|
122
|
+
import {
|
|
123
|
+
DeleteQueueEnvironmentCommandInput,
|
|
124
|
+
DeleteQueueEnvironmentCommandOutput,
|
|
125
|
+
} from "../commands/DeleteQueueEnvironmentCommand";
|
|
126
|
+
import {
|
|
127
|
+
DeleteQueueFleetAssociationCommandInput,
|
|
128
|
+
DeleteQueueFleetAssociationCommandOutput,
|
|
129
|
+
} from "../commands/DeleteQueueFleetAssociationCommand";
|
|
130
|
+
import {
|
|
131
|
+
DeleteStorageProfileCommandInput,
|
|
132
|
+
DeleteStorageProfileCommandOutput,
|
|
133
|
+
} from "../commands/DeleteStorageProfileCommand";
|
|
134
|
+
import {
|
|
135
|
+
DeleteWorkerCommandInput,
|
|
136
|
+
DeleteWorkerCommandOutput,
|
|
137
|
+
} from "../commands/DeleteWorkerCommand";
|
|
138
|
+
import {
|
|
139
|
+
DisassociateMemberFromFarmCommandInput,
|
|
140
|
+
DisassociateMemberFromFarmCommandOutput,
|
|
141
|
+
} from "../commands/DisassociateMemberFromFarmCommand";
|
|
142
|
+
import {
|
|
143
|
+
DisassociateMemberFromFleetCommandInput,
|
|
144
|
+
DisassociateMemberFromFleetCommandOutput,
|
|
145
|
+
} from "../commands/DisassociateMemberFromFleetCommand";
|
|
146
|
+
import {
|
|
147
|
+
DisassociateMemberFromJobCommandInput,
|
|
148
|
+
DisassociateMemberFromJobCommandOutput,
|
|
149
|
+
} from "../commands/DisassociateMemberFromJobCommand";
|
|
150
|
+
import {
|
|
151
|
+
DisassociateMemberFromQueueCommandInput,
|
|
152
|
+
DisassociateMemberFromQueueCommandOutput,
|
|
153
|
+
} from "../commands/DisassociateMemberFromQueueCommand";
|
|
154
|
+
import {
|
|
155
|
+
GetBudgetCommandInput,
|
|
156
|
+
GetBudgetCommandOutput,
|
|
157
|
+
} from "../commands/GetBudgetCommand";
|
|
158
|
+
import {
|
|
159
|
+
GetFarmCommandInput,
|
|
160
|
+
GetFarmCommandOutput,
|
|
161
|
+
} from "../commands/GetFarmCommand";
|
|
162
|
+
import {
|
|
163
|
+
GetFleetCommandInput,
|
|
164
|
+
GetFleetCommandOutput,
|
|
165
|
+
} from "../commands/GetFleetCommand";
|
|
166
|
+
import {
|
|
167
|
+
GetJobCommandInput,
|
|
168
|
+
GetJobCommandOutput,
|
|
169
|
+
} from "../commands/GetJobCommand";
|
|
170
|
+
import {
|
|
171
|
+
GetLicenseEndpointCommandInput,
|
|
172
|
+
GetLicenseEndpointCommandOutput,
|
|
173
|
+
} from "../commands/GetLicenseEndpointCommand";
|
|
174
|
+
import {
|
|
175
|
+
GetMonitorCommandInput,
|
|
176
|
+
GetMonitorCommandOutput,
|
|
177
|
+
} from "../commands/GetMonitorCommand";
|
|
178
|
+
import {
|
|
179
|
+
GetQueueCommandInput,
|
|
180
|
+
GetQueueCommandOutput,
|
|
181
|
+
} from "../commands/GetQueueCommand";
|
|
182
|
+
import {
|
|
183
|
+
GetQueueEnvironmentCommandInput,
|
|
184
|
+
GetQueueEnvironmentCommandOutput,
|
|
185
|
+
} from "../commands/GetQueueEnvironmentCommand";
|
|
186
|
+
import {
|
|
187
|
+
GetQueueFleetAssociationCommandInput,
|
|
188
|
+
GetQueueFleetAssociationCommandOutput,
|
|
189
|
+
} from "../commands/GetQueueFleetAssociationCommand";
|
|
190
|
+
import {
|
|
191
|
+
GetSessionActionCommandInput,
|
|
192
|
+
GetSessionActionCommandOutput,
|
|
193
|
+
} from "../commands/GetSessionActionCommand";
|
|
194
|
+
import {
|
|
195
|
+
GetSessionCommandInput,
|
|
196
|
+
GetSessionCommandOutput,
|
|
197
|
+
} from "../commands/GetSessionCommand";
|
|
198
|
+
import {
|
|
199
|
+
GetSessionsStatisticsAggregationCommandInput,
|
|
200
|
+
GetSessionsStatisticsAggregationCommandOutput,
|
|
201
|
+
} from "../commands/GetSessionsStatisticsAggregationCommand";
|
|
202
|
+
import {
|
|
203
|
+
GetStepCommandInput,
|
|
204
|
+
GetStepCommandOutput,
|
|
205
|
+
} from "../commands/GetStepCommand";
|
|
206
|
+
import {
|
|
207
|
+
GetStorageProfileCommandInput,
|
|
208
|
+
GetStorageProfileCommandOutput,
|
|
209
|
+
} from "../commands/GetStorageProfileCommand";
|
|
210
|
+
import {
|
|
211
|
+
GetStorageProfileForQueueCommandInput,
|
|
212
|
+
GetStorageProfileForQueueCommandOutput,
|
|
213
|
+
} from "../commands/GetStorageProfileForQueueCommand";
|
|
214
|
+
import {
|
|
215
|
+
GetTaskCommandInput,
|
|
216
|
+
GetTaskCommandOutput,
|
|
217
|
+
} from "../commands/GetTaskCommand";
|
|
218
|
+
import {
|
|
219
|
+
GetWorkerCommandInput,
|
|
220
|
+
GetWorkerCommandOutput,
|
|
221
|
+
} from "../commands/GetWorkerCommand";
|
|
222
|
+
import {
|
|
223
|
+
ListAvailableMeteredProductsCommandInput,
|
|
224
|
+
ListAvailableMeteredProductsCommandOutput,
|
|
225
|
+
} from "../commands/ListAvailableMeteredProductsCommand";
|
|
226
|
+
import {
|
|
227
|
+
ListBudgetsCommandInput,
|
|
228
|
+
ListBudgetsCommandOutput,
|
|
229
|
+
} from "../commands/ListBudgetsCommand";
|
|
230
|
+
import {
|
|
231
|
+
ListFarmMembersCommandInput,
|
|
232
|
+
ListFarmMembersCommandOutput,
|
|
233
|
+
} from "../commands/ListFarmMembersCommand";
|
|
234
|
+
import {
|
|
235
|
+
ListFarmsCommandInput,
|
|
236
|
+
ListFarmsCommandOutput,
|
|
237
|
+
} from "../commands/ListFarmsCommand";
|
|
238
|
+
import {
|
|
239
|
+
ListFleetMembersCommandInput,
|
|
240
|
+
ListFleetMembersCommandOutput,
|
|
241
|
+
} from "../commands/ListFleetMembersCommand";
|
|
242
|
+
import {
|
|
243
|
+
ListFleetsCommandInput,
|
|
244
|
+
ListFleetsCommandOutput,
|
|
245
|
+
} from "../commands/ListFleetsCommand";
|
|
246
|
+
import {
|
|
247
|
+
ListJobMembersCommandInput,
|
|
248
|
+
ListJobMembersCommandOutput,
|
|
249
|
+
} from "../commands/ListJobMembersCommand";
|
|
250
|
+
import {
|
|
251
|
+
ListJobsCommandInput,
|
|
252
|
+
ListJobsCommandOutput,
|
|
253
|
+
} from "../commands/ListJobsCommand";
|
|
254
|
+
import {
|
|
255
|
+
ListLicenseEndpointsCommandInput,
|
|
256
|
+
ListLicenseEndpointsCommandOutput,
|
|
257
|
+
} from "../commands/ListLicenseEndpointsCommand";
|
|
258
|
+
import {
|
|
259
|
+
ListMeteredProductsCommandInput,
|
|
260
|
+
ListMeteredProductsCommandOutput,
|
|
261
|
+
} from "../commands/ListMeteredProductsCommand";
|
|
262
|
+
import {
|
|
263
|
+
ListMonitorsCommandInput,
|
|
264
|
+
ListMonitorsCommandOutput,
|
|
265
|
+
} from "../commands/ListMonitorsCommand";
|
|
266
|
+
import {
|
|
267
|
+
ListQueueEnvironmentsCommandInput,
|
|
268
|
+
ListQueueEnvironmentsCommandOutput,
|
|
269
|
+
} from "../commands/ListQueueEnvironmentsCommand";
|
|
270
|
+
import {
|
|
271
|
+
ListQueueFleetAssociationsCommandInput,
|
|
272
|
+
ListQueueFleetAssociationsCommandOutput,
|
|
273
|
+
} from "../commands/ListQueueFleetAssociationsCommand";
|
|
274
|
+
import {
|
|
275
|
+
ListQueueMembersCommandInput,
|
|
276
|
+
ListQueueMembersCommandOutput,
|
|
277
|
+
} from "../commands/ListQueueMembersCommand";
|
|
278
|
+
import {
|
|
279
|
+
ListQueuesCommandInput,
|
|
280
|
+
ListQueuesCommandOutput,
|
|
281
|
+
} from "../commands/ListQueuesCommand";
|
|
282
|
+
import {
|
|
283
|
+
ListSessionActionsCommandInput,
|
|
284
|
+
ListSessionActionsCommandOutput,
|
|
285
|
+
} from "../commands/ListSessionActionsCommand";
|
|
286
|
+
import {
|
|
287
|
+
ListSessionsCommandInput,
|
|
288
|
+
ListSessionsCommandOutput,
|
|
289
|
+
} from "../commands/ListSessionsCommand";
|
|
290
|
+
import {
|
|
291
|
+
ListSessionsForWorkerCommandInput,
|
|
292
|
+
ListSessionsForWorkerCommandOutput,
|
|
293
|
+
} from "../commands/ListSessionsForWorkerCommand";
|
|
294
|
+
import {
|
|
295
|
+
ListStepConsumersCommandInput,
|
|
296
|
+
ListStepConsumersCommandOutput,
|
|
297
|
+
} from "../commands/ListStepConsumersCommand";
|
|
298
|
+
import {
|
|
299
|
+
ListStepDependenciesCommandInput,
|
|
300
|
+
ListStepDependenciesCommandOutput,
|
|
301
|
+
} from "../commands/ListStepDependenciesCommand";
|
|
302
|
+
import {
|
|
303
|
+
ListStepsCommandInput,
|
|
304
|
+
ListStepsCommandOutput,
|
|
305
|
+
} from "../commands/ListStepsCommand";
|
|
306
|
+
import {
|
|
307
|
+
ListStorageProfilesCommandInput,
|
|
308
|
+
ListStorageProfilesCommandOutput,
|
|
309
|
+
} from "../commands/ListStorageProfilesCommand";
|
|
310
|
+
import {
|
|
311
|
+
ListStorageProfilesForQueueCommandInput,
|
|
312
|
+
ListStorageProfilesForQueueCommandOutput,
|
|
313
|
+
} from "../commands/ListStorageProfilesForQueueCommand";
|
|
314
|
+
import {
|
|
315
|
+
ListTagsForResourceCommandInput,
|
|
316
|
+
ListTagsForResourceCommandOutput,
|
|
317
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
318
|
+
import {
|
|
319
|
+
ListTasksCommandInput,
|
|
320
|
+
ListTasksCommandOutput,
|
|
321
|
+
} from "../commands/ListTasksCommand";
|
|
322
|
+
import {
|
|
323
|
+
ListWorkersCommandInput,
|
|
324
|
+
ListWorkersCommandOutput,
|
|
325
|
+
} from "../commands/ListWorkersCommand";
|
|
326
|
+
import {
|
|
327
|
+
PutMeteredProductCommandInput,
|
|
328
|
+
PutMeteredProductCommandOutput,
|
|
329
|
+
} from "../commands/PutMeteredProductCommand";
|
|
330
|
+
import {
|
|
331
|
+
SearchJobsCommandInput,
|
|
332
|
+
SearchJobsCommandOutput,
|
|
333
|
+
} from "../commands/SearchJobsCommand";
|
|
334
|
+
import {
|
|
335
|
+
SearchStepsCommandInput,
|
|
336
|
+
SearchStepsCommandOutput,
|
|
337
|
+
} from "../commands/SearchStepsCommand";
|
|
338
|
+
import {
|
|
339
|
+
SearchTasksCommandInput,
|
|
340
|
+
SearchTasksCommandOutput,
|
|
341
|
+
} from "../commands/SearchTasksCommand";
|
|
342
|
+
import {
|
|
343
|
+
SearchWorkersCommandInput,
|
|
344
|
+
SearchWorkersCommandOutput,
|
|
345
|
+
} from "../commands/SearchWorkersCommand";
|
|
346
|
+
import {
|
|
347
|
+
StartSessionsStatisticsAggregationCommandInput,
|
|
348
|
+
StartSessionsStatisticsAggregationCommandOutput,
|
|
349
|
+
} from "../commands/StartSessionsStatisticsAggregationCommand";
|
|
350
|
+
import {
|
|
351
|
+
TagResourceCommandInput,
|
|
352
|
+
TagResourceCommandOutput,
|
|
353
|
+
} from "../commands/TagResourceCommand";
|
|
354
|
+
import {
|
|
355
|
+
UntagResourceCommandInput,
|
|
356
|
+
UntagResourceCommandOutput,
|
|
357
|
+
} from "../commands/UntagResourceCommand";
|
|
358
|
+
import {
|
|
359
|
+
UpdateBudgetCommandInput,
|
|
360
|
+
UpdateBudgetCommandOutput,
|
|
361
|
+
} from "../commands/UpdateBudgetCommand";
|
|
362
|
+
import {
|
|
363
|
+
UpdateFarmCommandInput,
|
|
364
|
+
UpdateFarmCommandOutput,
|
|
365
|
+
} from "../commands/UpdateFarmCommand";
|
|
366
|
+
import {
|
|
367
|
+
UpdateFleetCommandInput,
|
|
368
|
+
UpdateFleetCommandOutput,
|
|
369
|
+
} from "../commands/UpdateFleetCommand";
|
|
370
|
+
import {
|
|
371
|
+
UpdateJobCommandInput,
|
|
372
|
+
UpdateJobCommandOutput,
|
|
373
|
+
} from "../commands/UpdateJobCommand";
|
|
374
|
+
import {
|
|
375
|
+
UpdateMonitorCommandInput,
|
|
376
|
+
UpdateMonitorCommandOutput,
|
|
377
|
+
} from "../commands/UpdateMonitorCommand";
|
|
378
|
+
import {
|
|
379
|
+
UpdateQueueCommandInput,
|
|
380
|
+
UpdateQueueCommandOutput,
|
|
381
|
+
} from "../commands/UpdateQueueCommand";
|
|
382
|
+
import {
|
|
383
|
+
UpdateQueueEnvironmentCommandInput,
|
|
384
|
+
UpdateQueueEnvironmentCommandOutput,
|
|
385
|
+
} from "../commands/UpdateQueueEnvironmentCommand";
|
|
386
|
+
import {
|
|
387
|
+
UpdateQueueFleetAssociationCommandInput,
|
|
388
|
+
UpdateQueueFleetAssociationCommandOutput,
|
|
389
|
+
} from "../commands/UpdateQueueFleetAssociationCommand";
|
|
390
|
+
import {
|
|
391
|
+
UpdateSessionCommandInput,
|
|
392
|
+
UpdateSessionCommandOutput,
|
|
393
|
+
} from "../commands/UpdateSessionCommand";
|
|
394
|
+
import {
|
|
395
|
+
UpdateStepCommandInput,
|
|
396
|
+
UpdateStepCommandOutput,
|
|
397
|
+
} from "../commands/UpdateStepCommand";
|
|
398
|
+
import {
|
|
399
|
+
UpdateStorageProfileCommandInput,
|
|
400
|
+
UpdateStorageProfileCommandOutput,
|
|
401
|
+
} from "../commands/UpdateStorageProfileCommand";
|
|
402
|
+
import {
|
|
403
|
+
UpdateTaskCommandInput,
|
|
404
|
+
UpdateTaskCommandOutput,
|
|
405
|
+
} from "../commands/UpdateTaskCommand";
|
|
406
|
+
import {
|
|
407
|
+
UpdateWorkerCommandInput,
|
|
408
|
+
UpdateWorkerCommandOutput,
|
|
409
|
+
} from "../commands/UpdateWorkerCommand";
|
|
410
|
+
import {
|
|
411
|
+
UpdateWorkerScheduleCommandInput,
|
|
412
|
+
UpdateWorkerScheduleCommandOutput,
|
|
413
|
+
} from "../commands/UpdateWorkerScheduleCommand";
|
|
414
|
+
export declare const se_AssociateMemberToFarmCommand: (
|
|
415
|
+
input: AssociateMemberToFarmCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const se_AssociateMemberToFleetCommand: (
|
|
419
|
+
input: AssociateMemberToFleetCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const se_AssociateMemberToJobCommand: (
|
|
423
|
+
input: AssociateMemberToJobCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const se_AssociateMemberToQueueCommand: (
|
|
427
|
+
input: AssociateMemberToQueueCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const se_AssumeFleetRoleForReadCommand: (
|
|
431
|
+
input: AssumeFleetRoleForReadCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const se_AssumeFleetRoleForWorkerCommand: (
|
|
435
|
+
input: AssumeFleetRoleForWorkerCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const se_AssumeQueueRoleForReadCommand: (
|
|
439
|
+
input: AssumeQueueRoleForReadCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const se_AssumeQueueRoleForUserCommand: (
|
|
443
|
+
input: AssumeQueueRoleForUserCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const se_AssumeQueueRoleForWorkerCommand: (
|
|
447
|
+
input: AssumeQueueRoleForWorkerCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const se_BatchGetJobEntityCommand: (
|
|
451
|
+
input: BatchGetJobEntityCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
454
|
+
export declare const se_CopyJobTemplateCommand: (
|
|
455
|
+
input: CopyJobTemplateCommandInput,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const se_CreateBudgetCommand: (
|
|
459
|
+
input: CreateBudgetCommandInput,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const se_CreateFarmCommand: (
|
|
463
|
+
input: CreateFarmCommandInput,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<__HttpRequest>;
|
|
466
|
+
export declare const se_CreateFleetCommand: (
|
|
467
|
+
input: CreateFleetCommandInput,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<__HttpRequest>;
|
|
470
|
+
export declare const se_CreateJobCommand: (
|
|
471
|
+
input: CreateJobCommandInput,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const se_CreateLicenseEndpointCommand: (
|
|
475
|
+
input: CreateLicenseEndpointCommandInput,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<__HttpRequest>;
|
|
478
|
+
export declare const se_CreateMonitorCommand: (
|
|
479
|
+
input: CreateMonitorCommandInput,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<__HttpRequest>;
|
|
482
|
+
export declare const se_CreateQueueCommand: (
|
|
483
|
+
input: CreateQueueCommandInput,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const se_CreateQueueEnvironmentCommand: (
|
|
487
|
+
input: CreateQueueEnvironmentCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
490
|
+
export declare const se_CreateQueueFleetAssociationCommand: (
|
|
491
|
+
input: CreateQueueFleetAssociationCommandInput,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<__HttpRequest>;
|
|
494
|
+
export declare const se_CreateStorageProfileCommand: (
|
|
495
|
+
input: CreateStorageProfileCommandInput,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const se_CreateWorkerCommand: (
|
|
499
|
+
input: CreateWorkerCommandInput,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<__HttpRequest>;
|
|
502
|
+
export declare const se_DeleteBudgetCommand: (
|
|
503
|
+
input: DeleteBudgetCommandInput,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<__HttpRequest>;
|
|
506
|
+
export declare const se_DeleteFarmCommand: (
|
|
507
|
+
input: DeleteFarmCommandInput,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<__HttpRequest>;
|
|
510
|
+
export declare const se_DeleteFleetCommand: (
|
|
511
|
+
input: DeleteFleetCommandInput,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<__HttpRequest>;
|
|
514
|
+
export declare const se_DeleteLicenseEndpointCommand: (
|
|
515
|
+
input: DeleteLicenseEndpointCommandInput,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const se_DeleteMeteredProductCommand: (
|
|
519
|
+
input: DeleteMeteredProductCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
522
|
+
export declare const se_DeleteMonitorCommand: (
|
|
523
|
+
input: DeleteMonitorCommandInput,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<__HttpRequest>;
|
|
526
|
+
export declare const se_DeleteQueueCommand: (
|
|
527
|
+
input: DeleteQueueCommandInput,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<__HttpRequest>;
|
|
530
|
+
export declare const se_DeleteQueueEnvironmentCommand: (
|
|
531
|
+
input: DeleteQueueEnvironmentCommandInput,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<__HttpRequest>;
|
|
534
|
+
export declare const se_DeleteQueueFleetAssociationCommand: (
|
|
535
|
+
input: DeleteQueueFleetAssociationCommandInput,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<__HttpRequest>;
|
|
538
|
+
export declare const se_DeleteStorageProfileCommand: (
|
|
539
|
+
input: DeleteStorageProfileCommandInput,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<__HttpRequest>;
|
|
542
|
+
export declare const se_DeleteWorkerCommand: (
|
|
543
|
+
input: DeleteWorkerCommandInput,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<__HttpRequest>;
|
|
546
|
+
export declare const se_DisassociateMemberFromFarmCommand: (
|
|
547
|
+
input: DisassociateMemberFromFarmCommandInput,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<__HttpRequest>;
|
|
550
|
+
export declare const se_DisassociateMemberFromFleetCommand: (
|
|
551
|
+
input: DisassociateMemberFromFleetCommandInput,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<__HttpRequest>;
|
|
554
|
+
export declare const se_DisassociateMemberFromJobCommand: (
|
|
555
|
+
input: DisassociateMemberFromJobCommandInput,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<__HttpRequest>;
|
|
558
|
+
export declare const se_DisassociateMemberFromQueueCommand: (
|
|
559
|
+
input: DisassociateMemberFromQueueCommandInput,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<__HttpRequest>;
|
|
562
|
+
export declare const se_GetBudgetCommand: (
|
|
563
|
+
input: GetBudgetCommandInput,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<__HttpRequest>;
|
|
566
|
+
export declare const se_GetFarmCommand: (
|
|
567
|
+
input: GetFarmCommandInput,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<__HttpRequest>;
|
|
570
|
+
export declare const se_GetFleetCommand: (
|
|
571
|
+
input: GetFleetCommandInput,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<__HttpRequest>;
|
|
574
|
+
export declare const se_GetJobCommand: (
|
|
575
|
+
input: GetJobCommandInput,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<__HttpRequest>;
|
|
578
|
+
export declare const se_GetLicenseEndpointCommand: (
|
|
579
|
+
input: GetLicenseEndpointCommandInput,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<__HttpRequest>;
|
|
582
|
+
export declare const se_GetMonitorCommand: (
|
|
583
|
+
input: GetMonitorCommandInput,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<__HttpRequest>;
|
|
586
|
+
export declare const se_GetQueueCommand: (
|
|
587
|
+
input: GetQueueCommandInput,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<__HttpRequest>;
|
|
590
|
+
export declare const se_GetQueueEnvironmentCommand: (
|
|
591
|
+
input: GetQueueEnvironmentCommandInput,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<__HttpRequest>;
|
|
594
|
+
export declare const se_GetQueueFleetAssociationCommand: (
|
|
595
|
+
input: GetQueueFleetAssociationCommandInput,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<__HttpRequest>;
|
|
598
|
+
export declare const se_GetSessionCommand: (
|
|
599
|
+
input: GetSessionCommandInput,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<__HttpRequest>;
|
|
602
|
+
export declare const se_GetSessionActionCommand: (
|
|
603
|
+
input: GetSessionActionCommandInput,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<__HttpRequest>;
|
|
606
|
+
export declare const se_GetSessionsStatisticsAggregationCommand: (
|
|
607
|
+
input: GetSessionsStatisticsAggregationCommandInput,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<__HttpRequest>;
|
|
610
|
+
export declare const se_GetStepCommand: (
|
|
611
|
+
input: GetStepCommandInput,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<__HttpRequest>;
|
|
614
|
+
export declare const se_GetStorageProfileCommand: (
|
|
615
|
+
input: GetStorageProfileCommandInput,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<__HttpRequest>;
|
|
618
|
+
export declare const se_GetStorageProfileForQueueCommand: (
|
|
619
|
+
input: GetStorageProfileForQueueCommandInput,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<__HttpRequest>;
|
|
622
|
+
export declare const se_GetTaskCommand: (
|
|
623
|
+
input: GetTaskCommandInput,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<__HttpRequest>;
|
|
626
|
+
export declare const se_GetWorkerCommand: (
|
|
627
|
+
input: GetWorkerCommandInput,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<__HttpRequest>;
|
|
630
|
+
export declare const se_ListAvailableMeteredProductsCommand: (
|
|
631
|
+
input: ListAvailableMeteredProductsCommandInput,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<__HttpRequest>;
|
|
634
|
+
export declare const se_ListBudgetsCommand: (
|
|
635
|
+
input: ListBudgetsCommandInput,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<__HttpRequest>;
|
|
638
|
+
export declare const se_ListFarmMembersCommand: (
|
|
639
|
+
input: ListFarmMembersCommandInput,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<__HttpRequest>;
|
|
642
|
+
export declare const se_ListFarmsCommand: (
|
|
643
|
+
input: ListFarmsCommandInput,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<__HttpRequest>;
|
|
646
|
+
export declare const se_ListFleetMembersCommand: (
|
|
647
|
+
input: ListFleetMembersCommandInput,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<__HttpRequest>;
|
|
650
|
+
export declare const se_ListFleetsCommand: (
|
|
651
|
+
input: ListFleetsCommandInput,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<__HttpRequest>;
|
|
654
|
+
export declare const se_ListJobMembersCommand: (
|
|
655
|
+
input: ListJobMembersCommandInput,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<__HttpRequest>;
|
|
658
|
+
export declare const se_ListJobsCommand: (
|
|
659
|
+
input: ListJobsCommandInput,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<__HttpRequest>;
|
|
662
|
+
export declare const se_ListLicenseEndpointsCommand: (
|
|
663
|
+
input: ListLicenseEndpointsCommandInput,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<__HttpRequest>;
|
|
666
|
+
export declare const se_ListMeteredProductsCommand: (
|
|
667
|
+
input: ListMeteredProductsCommandInput,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<__HttpRequest>;
|
|
670
|
+
export declare const se_ListMonitorsCommand: (
|
|
671
|
+
input: ListMonitorsCommandInput,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<__HttpRequest>;
|
|
674
|
+
export declare const se_ListQueueEnvironmentsCommand: (
|
|
675
|
+
input: ListQueueEnvironmentsCommandInput,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<__HttpRequest>;
|
|
678
|
+
export declare const se_ListQueueFleetAssociationsCommand: (
|
|
679
|
+
input: ListQueueFleetAssociationsCommandInput,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<__HttpRequest>;
|
|
682
|
+
export declare const se_ListQueueMembersCommand: (
|
|
683
|
+
input: ListQueueMembersCommandInput,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<__HttpRequest>;
|
|
686
|
+
export declare const se_ListQueuesCommand: (
|
|
687
|
+
input: ListQueuesCommandInput,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<__HttpRequest>;
|
|
690
|
+
export declare const se_ListSessionActionsCommand: (
|
|
691
|
+
input: ListSessionActionsCommandInput,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<__HttpRequest>;
|
|
694
|
+
export declare const se_ListSessionsCommand: (
|
|
695
|
+
input: ListSessionsCommandInput,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<__HttpRequest>;
|
|
698
|
+
export declare const se_ListSessionsForWorkerCommand: (
|
|
699
|
+
input: ListSessionsForWorkerCommandInput,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<__HttpRequest>;
|
|
702
|
+
export declare const se_ListStepConsumersCommand: (
|
|
703
|
+
input: ListStepConsumersCommandInput,
|
|
704
|
+
context: __SerdeContext
|
|
705
|
+
) => Promise<__HttpRequest>;
|
|
706
|
+
export declare const se_ListStepDependenciesCommand: (
|
|
707
|
+
input: ListStepDependenciesCommandInput,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<__HttpRequest>;
|
|
710
|
+
export declare const se_ListStepsCommand: (
|
|
711
|
+
input: ListStepsCommandInput,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<__HttpRequest>;
|
|
714
|
+
export declare const se_ListStorageProfilesCommand: (
|
|
715
|
+
input: ListStorageProfilesCommandInput,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<__HttpRequest>;
|
|
718
|
+
export declare const se_ListStorageProfilesForQueueCommand: (
|
|
719
|
+
input: ListStorageProfilesForQueueCommandInput,
|
|
720
|
+
context: __SerdeContext
|
|
721
|
+
) => Promise<__HttpRequest>;
|
|
722
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
723
|
+
input: ListTagsForResourceCommandInput,
|
|
724
|
+
context: __SerdeContext
|
|
725
|
+
) => Promise<__HttpRequest>;
|
|
726
|
+
export declare const se_ListTasksCommand: (
|
|
727
|
+
input: ListTasksCommandInput,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<__HttpRequest>;
|
|
730
|
+
export declare const se_ListWorkersCommand: (
|
|
731
|
+
input: ListWorkersCommandInput,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<__HttpRequest>;
|
|
734
|
+
export declare const se_PutMeteredProductCommand: (
|
|
735
|
+
input: PutMeteredProductCommandInput,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<__HttpRequest>;
|
|
738
|
+
export declare const se_SearchJobsCommand: (
|
|
739
|
+
input: SearchJobsCommandInput,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<__HttpRequest>;
|
|
742
|
+
export declare const se_SearchStepsCommand: (
|
|
743
|
+
input: SearchStepsCommandInput,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<__HttpRequest>;
|
|
746
|
+
export declare const se_SearchTasksCommand: (
|
|
747
|
+
input: SearchTasksCommandInput,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<__HttpRequest>;
|
|
750
|
+
export declare const se_SearchWorkersCommand: (
|
|
751
|
+
input: SearchWorkersCommandInput,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<__HttpRequest>;
|
|
754
|
+
export declare const se_StartSessionsStatisticsAggregationCommand: (
|
|
755
|
+
input: StartSessionsStatisticsAggregationCommandInput,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<__HttpRequest>;
|
|
758
|
+
export declare const se_TagResourceCommand: (
|
|
759
|
+
input: TagResourceCommandInput,
|
|
760
|
+
context: __SerdeContext
|
|
761
|
+
) => Promise<__HttpRequest>;
|
|
762
|
+
export declare const se_UntagResourceCommand: (
|
|
763
|
+
input: UntagResourceCommandInput,
|
|
764
|
+
context: __SerdeContext
|
|
765
|
+
) => Promise<__HttpRequest>;
|
|
766
|
+
export declare const se_UpdateBudgetCommand: (
|
|
767
|
+
input: UpdateBudgetCommandInput,
|
|
768
|
+
context: __SerdeContext
|
|
769
|
+
) => Promise<__HttpRequest>;
|
|
770
|
+
export declare const se_UpdateFarmCommand: (
|
|
771
|
+
input: UpdateFarmCommandInput,
|
|
772
|
+
context: __SerdeContext
|
|
773
|
+
) => Promise<__HttpRequest>;
|
|
774
|
+
export declare const se_UpdateFleetCommand: (
|
|
775
|
+
input: UpdateFleetCommandInput,
|
|
776
|
+
context: __SerdeContext
|
|
777
|
+
) => Promise<__HttpRequest>;
|
|
778
|
+
export declare const se_UpdateJobCommand: (
|
|
779
|
+
input: UpdateJobCommandInput,
|
|
780
|
+
context: __SerdeContext
|
|
781
|
+
) => Promise<__HttpRequest>;
|
|
782
|
+
export declare const se_UpdateMonitorCommand: (
|
|
783
|
+
input: UpdateMonitorCommandInput,
|
|
784
|
+
context: __SerdeContext
|
|
785
|
+
) => Promise<__HttpRequest>;
|
|
786
|
+
export declare const se_UpdateQueueCommand: (
|
|
787
|
+
input: UpdateQueueCommandInput,
|
|
788
|
+
context: __SerdeContext
|
|
789
|
+
) => Promise<__HttpRequest>;
|
|
790
|
+
export declare const se_UpdateQueueEnvironmentCommand: (
|
|
791
|
+
input: UpdateQueueEnvironmentCommandInput,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<__HttpRequest>;
|
|
794
|
+
export declare const se_UpdateQueueFleetAssociationCommand: (
|
|
795
|
+
input: UpdateQueueFleetAssociationCommandInput,
|
|
796
|
+
context: __SerdeContext
|
|
797
|
+
) => Promise<__HttpRequest>;
|
|
798
|
+
export declare const se_UpdateSessionCommand: (
|
|
799
|
+
input: UpdateSessionCommandInput,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<__HttpRequest>;
|
|
802
|
+
export declare const se_UpdateStepCommand: (
|
|
803
|
+
input: UpdateStepCommandInput,
|
|
804
|
+
context: __SerdeContext
|
|
805
|
+
) => Promise<__HttpRequest>;
|
|
806
|
+
export declare const se_UpdateStorageProfileCommand: (
|
|
807
|
+
input: UpdateStorageProfileCommandInput,
|
|
808
|
+
context: __SerdeContext
|
|
809
|
+
) => Promise<__HttpRequest>;
|
|
810
|
+
export declare const se_UpdateTaskCommand: (
|
|
811
|
+
input: UpdateTaskCommandInput,
|
|
812
|
+
context: __SerdeContext
|
|
813
|
+
) => Promise<__HttpRequest>;
|
|
814
|
+
export declare const se_UpdateWorkerCommand: (
|
|
815
|
+
input: UpdateWorkerCommandInput,
|
|
816
|
+
context: __SerdeContext
|
|
817
|
+
) => Promise<__HttpRequest>;
|
|
818
|
+
export declare const se_UpdateWorkerScheduleCommand: (
|
|
819
|
+
input: UpdateWorkerScheduleCommandInput,
|
|
820
|
+
context: __SerdeContext
|
|
821
|
+
) => Promise<__HttpRequest>;
|
|
822
|
+
export declare const de_AssociateMemberToFarmCommand: (
|
|
823
|
+
output: __HttpResponse,
|
|
824
|
+
context: __SerdeContext
|
|
825
|
+
) => Promise<AssociateMemberToFarmCommandOutput>;
|
|
826
|
+
export declare const de_AssociateMemberToFleetCommand: (
|
|
827
|
+
output: __HttpResponse,
|
|
828
|
+
context: __SerdeContext
|
|
829
|
+
) => Promise<AssociateMemberToFleetCommandOutput>;
|
|
830
|
+
export declare const de_AssociateMemberToJobCommand: (
|
|
831
|
+
output: __HttpResponse,
|
|
832
|
+
context: __SerdeContext
|
|
833
|
+
) => Promise<AssociateMemberToJobCommandOutput>;
|
|
834
|
+
export declare const de_AssociateMemberToQueueCommand: (
|
|
835
|
+
output: __HttpResponse,
|
|
836
|
+
context: __SerdeContext
|
|
837
|
+
) => Promise<AssociateMemberToQueueCommandOutput>;
|
|
838
|
+
export declare const de_AssumeFleetRoleForReadCommand: (
|
|
839
|
+
output: __HttpResponse,
|
|
840
|
+
context: __SerdeContext
|
|
841
|
+
) => Promise<AssumeFleetRoleForReadCommandOutput>;
|
|
842
|
+
export declare const de_AssumeFleetRoleForWorkerCommand: (
|
|
843
|
+
output: __HttpResponse,
|
|
844
|
+
context: __SerdeContext
|
|
845
|
+
) => Promise<AssumeFleetRoleForWorkerCommandOutput>;
|
|
846
|
+
export declare const de_AssumeQueueRoleForReadCommand: (
|
|
847
|
+
output: __HttpResponse,
|
|
848
|
+
context: __SerdeContext
|
|
849
|
+
) => Promise<AssumeQueueRoleForReadCommandOutput>;
|
|
850
|
+
export declare const de_AssumeQueueRoleForUserCommand: (
|
|
851
|
+
output: __HttpResponse,
|
|
852
|
+
context: __SerdeContext
|
|
853
|
+
) => Promise<AssumeQueueRoleForUserCommandOutput>;
|
|
854
|
+
export declare const de_AssumeQueueRoleForWorkerCommand: (
|
|
855
|
+
output: __HttpResponse,
|
|
856
|
+
context: __SerdeContext
|
|
857
|
+
) => Promise<AssumeQueueRoleForWorkerCommandOutput>;
|
|
858
|
+
export declare const de_BatchGetJobEntityCommand: (
|
|
859
|
+
output: __HttpResponse,
|
|
860
|
+
context: __SerdeContext
|
|
861
|
+
) => Promise<BatchGetJobEntityCommandOutput>;
|
|
862
|
+
export declare const de_CopyJobTemplateCommand: (
|
|
863
|
+
output: __HttpResponse,
|
|
864
|
+
context: __SerdeContext
|
|
865
|
+
) => Promise<CopyJobTemplateCommandOutput>;
|
|
866
|
+
export declare const de_CreateBudgetCommand: (
|
|
867
|
+
output: __HttpResponse,
|
|
868
|
+
context: __SerdeContext
|
|
869
|
+
) => Promise<CreateBudgetCommandOutput>;
|
|
870
|
+
export declare const de_CreateFarmCommand: (
|
|
871
|
+
output: __HttpResponse,
|
|
872
|
+
context: __SerdeContext
|
|
873
|
+
) => Promise<CreateFarmCommandOutput>;
|
|
874
|
+
export declare const de_CreateFleetCommand: (
|
|
875
|
+
output: __HttpResponse,
|
|
876
|
+
context: __SerdeContext
|
|
877
|
+
) => Promise<CreateFleetCommandOutput>;
|
|
878
|
+
export declare const de_CreateJobCommand: (
|
|
879
|
+
output: __HttpResponse,
|
|
880
|
+
context: __SerdeContext
|
|
881
|
+
) => Promise<CreateJobCommandOutput>;
|
|
882
|
+
export declare const de_CreateLicenseEndpointCommand: (
|
|
883
|
+
output: __HttpResponse,
|
|
884
|
+
context: __SerdeContext
|
|
885
|
+
) => Promise<CreateLicenseEndpointCommandOutput>;
|
|
886
|
+
export declare const de_CreateMonitorCommand: (
|
|
887
|
+
output: __HttpResponse,
|
|
888
|
+
context: __SerdeContext
|
|
889
|
+
) => Promise<CreateMonitorCommandOutput>;
|
|
890
|
+
export declare const de_CreateQueueCommand: (
|
|
891
|
+
output: __HttpResponse,
|
|
892
|
+
context: __SerdeContext
|
|
893
|
+
) => Promise<CreateQueueCommandOutput>;
|
|
894
|
+
export declare const de_CreateQueueEnvironmentCommand: (
|
|
895
|
+
output: __HttpResponse,
|
|
896
|
+
context: __SerdeContext
|
|
897
|
+
) => Promise<CreateQueueEnvironmentCommandOutput>;
|
|
898
|
+
export declare const de_CreateQueueFleetAssociationCommand: (
|
|
899
|
+
output: __HttpResponse,
|
|
900
|
+
context: __SerdeContext
|
|
901
|
+
) => Promise<CreateQueueFleetAssociationCommandOutput>;
|
|
902
|
+
export declare const de_CreateStorageProfileCommand: (
|
|
903
|
+
output: __HttpResponse,
|
|
904
|
+
context: __SerdeContext
|
|
905
|
+
) => Promise<CreateStorageProfileCommandOutput>;
|
|
906
|
+
export declare const de_CreateWorkerCommand: (
|
|
907
|
+
output: __HttpResponse,
|
|
908
|
+
context: __SerdeContext
|
|
909
|
+
) => Promise<CreateWorkerCommandOutput>;
|
|
910
|
+
export declare const de_DeleteBudgetCommand: (
|
|
911
|
+
output: __HttpResponse,
|
|
912
|
+
context: __SerdeContext
|
|
913
|
+
) => Promise<DeleteBudgetCommandOutput>;
|
|
914
|
+
export declare const de_DeleteFarmCommand: (
|
|
915
|
+
output: __HttpResponse,
|
|
916
|
+
context: __SerdeContext
|
|
917
|
+
) => Promise<DeleteFarmCommandOutput>;
|
|
918
|
+
export declare const de_DeleteFleetCommand: (
|
|
919
|
+
output: __HttpResponse,
|
|
920
|
+
context: __SerdeContext
|
|
921
|
+
) => Promise<DeleteFleetCommandOutput>;
|
|
922
|
+
export declare const de_DeleteLicenseEndpointCommand: (
|
|
923
|
+
output: __HttpResponse,
|
|
924
|
+
context: __SerdeContext
|
|
925
|
+
) => Promise<DeleteLicenseEndpointCommandOutput>;
|
|
926
|
+
export declare const de_DeleteMeteredProductCommand: (
|
|
927
|
+
output: __HttpResponse,
|
|
928
|
+
context: __SerdeContext
|
|
929
|
+
) => Promise<DeleteMeteredProductCommandOutput>;
|
|
930
|
+
export declare const de_DeleteMonitorCommand: (
|
|
931
|
+
output: __HttpResponse,
|
|
932
|
+
context: __SerdeContext
|
|
933
|
+
) => Promise<DeleteMonitorCommandOutput>;
|
|
934
|
+
export declare const de_DeleteQueueCommand: (
|
|
935
|
+
output: __HttpResponse,
|
|
936
|
+
context: __SerdeContext
|
|
937
|
+
) => Promise<DeleteQueueCommandOutput>;
|
|
938
|
+
export declare const de_DeleteQueueEnvironmentCommand: (
|
|
939
|
+
output: __HttpResponse,
|
|
940
|
+
context: __SerdeContext
|
|
941
|
+
) => Promise<DeleteQueueEnvironmentCommandOutput>;
|
|
942
|
+
export declare const de_DeleteQueueFleetAssociationCommand: (
|
|
943
|
+
output: __HttpResponse,
|
|
944
|
+
context: __SerdeContext
|
|
945
|
+
) => Promise<DeleteQueueFleetAssociationCommandOutput>;
|
|
946
|
+
export declare const de_DeleteStorageProfileCommand: (
|
|
947
|
+
output: __HttpResponse,
|
|
948
|
+
context: __SerdeContext
|
|
949
|
+
) => Promise<DeleteStorageProfileCommandOutput>;
|
|
950
|
+
export declare const de_DeleteWorkerCommand: (
|
|
951
|
+
output: __HttpResponse,
|
|
952
|
+
context: __SerdeContext
|
|
953
|
+
) => Promise<DeleteWorkerCommandOutput>;
|
|
954
|
+
export declare const de_DisassociateMemberFromFarmCommand: (
|
|
955
|
+
output: __HttpResponse,
|
|
956
|
+
context: __SerdeContext
|
|
957
|
+
) => Promise<DisassociateMemberFromFarmCommandOutput>;
|
|
958
|
+
export declare const de_DisassociateMemberFromFleetCommand: (
|
|
959
|
+
output: __HttpResponse,
|
|
960
|
+
context: __SerdeContext
|
|
961
|
+
) => Promise<DisassociateMemberFromFleetCommandOutput>;
|
|
962
|
+
export declare const de_DisassociateMemberFromJobCommand: (
|
|
963
|
+
output: __HttpResponse,
|
|
964
|
+
context: __SerdeContext
|
|
965
|
+
) => Promise<DisassociateMemberFromJobCommandOutput>;
|
|
966
|
+
export declare const de_DisassociateMemberFromQueueCommand: (
|
|
967
|
+
output: __HttpResponse,
|
|
968
|
+
context: __SerdeContext
|
|
969
|
+
) => Promise<DisassociateMemberFromQueueCommandOutput>;
|
|
970
|
+
export declare const de_GetBudgetCommand: (
|
|
971
|
+
output: __HttpResponse,
|
|
972
|
+
context: __SerdeContext
|
|
973
|
+
) => Promise<GetBudgetCommandOutput>;
|
|
974
|
+
export declare const de_GetFarmCommand: (
|
|
975
|
+
output: __HttpResponse,
|
|
976
|
+
context: __SerdeContext
|
|
977
|
+
) => Promise<GetFarmCommandOutput>;
|
|
978
|
+
export declare const de_GetFleetCommand: (
|
|
979
|
+
output: __HttpResponse,
|
|
980
|
+
context: __SerdeContext
|
|
981
|
+
) => Promise<GetFleetCommandOutput>;
|
|
982
|
+
export declare const de_GetJobCommand: (
|
|
983
|
+
output: __HttpResponse,
|
|
984
|
+
context: __SerdeContext
|
|
985
|
+
) => Promise<GetJobCommandOutput>;
|
|
986
|
+
export declare const de_GetLicenseEndpointCommand: (
|
|
987
|
+
output: __HttpResponse,
|
|
988
|
+
context: __SerdeContext
|
|
989
|
+
) => Promise<GetLicenseEndpointCommandOutput>;
|
|
990
|
+
export declare const de_GetMonitorCommand: (
|
|
991
|
+
output: __HttpResponse,
|
|
992
|
+
context: __SerdeContext
|
|
993
|
+
) => Promise<GetMonitorCommandOutput>;
|
|
994
|
+
export declare const de_GetQueueCommand: (
|
|
995
|
+
output: __HttpResponse,
|
|
996
|
+
context: __SerdeContext
|
|
997
|
+
) => Promise<GetQueueCommandOutput>;
|
|
998
|
+
export declare const de_GetQueueEnvironmentCommand: (
|
|
999
|
+
output: __HttpResponse,
|
|
1000
|
+
context: __SerdeContext
|
|
1001
|
+
) => Promise<GetQueueEnvironmentCommandOutput>;
|
|
1002
|
+
export declare const de_GetQueueFleetAssociationCommand: (
|
|
1003
|
+
output: __HttpResponse,
|
|
1004
|
+
context: __SerdeContext
|
|
1005
|
+
) => Promise<GetQueueFleetAssociationCommandOutput>;
|
|
1006
|
+
export declare const de_GetSessionCommand: (
|
|
1007
|
+
output: __HttpResponse,
|
|
1008
|
+
context: __SerdeContext
|
|
1009
|
+
) => Promise<GetSessionCommandOutput>;
|
|
1010
|
+
export declare const de_GetSessionActionCommand: (
|
|
1011
|
+
output: __HttpResponse,
|
|
1012
|
+
context: __SerdeContext
|
|
1013
|
+
) => Promise<GetSessionActionCommandOutput>;
|
|
1014
|
+
export declare const de_GetSessionsStatisticsAggregationCommand: (
|
|
1015
|
+
output: __HttpResponse,
|
|
1016
|
+
context: __SerdeContext
|
|
1017
|
+
) => Promise<GetSessionsStatisticsAggregationCommandOutput>;
|
|
1018
|
+
export declare const de_GetStepCommand: (
|
|
1019
|
+
output: __HttpResponse,
|
|
1020
|
+
context: __SerdeContext
|
|
1021
|
+
) => Promise<GetStepCommandOutput>;
|
|
1022
|
+
export declare const de_GetStorageProfileCommand: (
|
|
1023
|
+
output: __HttpResponse,
|
|
1024
|
+
context: __SerdeContext
|
|
1025
|
+
) => Promise<GetStorageProfileCommandOutput>;
|
|
1026
|
+
export declare const de_GetStorageProfileForQueueCommand: (
|
|
1027
|
+
output: __HttpResponse,
|
|
1028
|
+
context: __SerdeContext
|
|
1029
|
+
) => Promise<GetStorageProfileForQueueCommandOutput>;
|
|
1030
|
+
export declare const de_GetTaskCommand: (
|
|
1031
|
+
output: __HttpResponse,
|
|
1032
|
+
context: __SerdeContext
|
|
1033
|
+
) => Promise<GetTaskCommandOutput>;
|
|
1034
|
+
export declare const de_GetWorkerCommand: (
|
|
1035
|
+
output: __HttpResponse,
|
|
1036
|
+
context: __SerdeContext
|
|
1037
|
+
) => Promise<GetWorkerCommandOutput>;
|
|
1038
|
+
export declare const de_ListAvailableMeteredProductsCommand: (
|
|
1039
|
+
output: __HttpResponse,
|
|
1040
|
+
context: __SerdeContext
|
|
1041
|
+
) => Promise<ListAvailableMeteredProductsCommandOutput>;
|
|
1042
|
+
export declare const de_ListBudgetsCommand: (
|
|
1043
|
+
output: __HttpResponse,
|
|
1044
|
+
context: __SerdeContext
|
|
1045
|
+
) => Promise<ListBudgetsCommandOutput>;
|
|
1046
|
+
export declare const de_ListFarmMembersCommand: (
|
|
1047
|
+
output: __HttpResponse,
|
|
1048
|
+
context: __SerdeContext
|
|
1049
|
+
) => Promise<ListFarmMembersCommandOutput>;
|
|
1050
|
+
export declare const de_ListFarmsCommand: (
|
|
1051
|
+
output: __HttpResponse,
|
|
1052
|
+
context: __SerdeContext
|
|
1053
|
+
) => Promise<ListFarmsCommandOutput>;
|
|
1054
|
+
export declare const de_ListFleetMembersCommand: (
|
|
1055
|
+
output: __HttpResponse,
|
|
1056
|
+
context: __SerdeContext
|
|
1057
|
+
) => Promise<ListFleetMembersCommandOutput>;
|
|
1058
|
+
export declare const de_ListFleetsCommand: (
|
|
1059
|
+
output: __HttpResponse,
|
|
1060
|
+
context: __SerdeContext
|
|
1061
|
+
) => Promise<ListFleetsCommandOutput>;
|
|
1062
|
+
export declare const de_ListJobMembersCommand: (
|
|
1063
|
+
output: __HttpResponse,
|
|
1064
|
+
context: __SerdeContext
|
|
1065
|
+
) => Promise<ListJobMembersCommandOutput>;
|
|
1066
|
+
export declare const de_ListJobsCommand: (
|
|
1067
|
+
output: __HttpResponse,
|
|
1068
|
+
context: __SerdeContext
|
|
1069
|
+
) => Promise<ListJobsCommandOutput>;
|
|
1070
|
+
export declare const de_ListLicenseEndpointsCommand: (
|
|
1071
|
+
output: __HttpResponse,
|
|
1072
|
+
context: __SerdeContext
|
|
1073
|
+
) => Promise<ListLicenseEndpointsCommandOutput>;
|
|
1074
|
+
export declare const de_ListMeteredProductsCommand: (
|
|
1075
|
+
output: __HttpResponse,
|
|
1076
|
+
context: __SerdeContext
|
|
1077
|
+
) => Promise<ListMeteredProductsCommandOutput>;
|
|
1078
|
+
export declare const de_ListMonitorsCommand: (
|
|
1079
|
+
output: __HttpResponse,
|
|
1080
|
+
context: __SerdeContext
|
|
1081
|
+
) => Promise<ListMonitorsCommandOutput>;
|
|
1082
|
+
export declare const de_ListQueueEnvironmentsCommand: (
|
|
1083
|
+
output: __HttpResponse,
|
|
1084
|
+
context: __SerdeContext
|
|
1085
|
+
) => Promise<ListQueueEnvironmentsCommandOutput>;
|
|
1086
|
+
export declare const de_ListQueueFleetAssociationsCommand: (
|
|
1087
|
+
output: __HttpResponse,
|
|
1088
|
+
context: __SerdeContext
|
|
1089
|
+
) => Promise<ListQueueFleetAssociationsCommandOutput>;
|
|
1090
|
+
export declare const de_ListQueueMembersCommand: (
|
|
1091
|
+
output: __HttpResponse,
|
|
1092
|
+
context: __SerdeContext
|
|
1093
|
+
) => Promise<ListQueueMembersCommandOutput>;
|
|
1094
|
+
export declare const de_ListQueuesCommand: (
|
|
1095
|
+
output: __HttpResponse,
|
|
1096
|
+
context: __SerdeContext
|
|
1097
|
+
) => Promise<ListQueuesCommandOutput>;
|
|
1098
|
+
export declare const de_ListSessionActionsCommand: (
|
|
1099
|
+
output: __HttpResponse,
|
|
1100
|
+
context: __SerdeContext
|
|
1101
|
+
) => Promise<ListSessionActionsCommandOutput>;
|
|
1102
|
+
export declare const de_ListSessionsCommand: (
|
|
1103
|
+
output: __HttpResponse,
|
|
1104
|
+
context: __SerdeContext
|
|
1105
|
+
) => Promise<ListSessionsCommandOutput>;
|
|
1106
|
+
export declare const de_ListSessionsForWorkerCommand: (
|
|
1107
|
+
output: __HttpResponse,
|
|
1108
|
+
context: __SerdeContext
|
|
1109
|
+
) => Promise<ListSessionsForWorkerCommandOutput>;
|
|
1110
|
+
export declare const de_ListStepConsumersCommand: (
|
|
1111
|
+
output: __HttpResponse,
|
|
1112
|
+
context: __SerdeContext
|
|
1113
|
+
) => Promise<ListStepConsumersCommandOutput>;
|
|
1114
|
+
export declare const de_ListStepDependenciesCommand: (
|
|
1115
|
+
output: __HttpResponse,
|
|
1116
|
+
context: __SerdeContext
|
|
1117
|
+
) => Promise<ListStepDependenciesCommandOutput>;
|
|
1118
|
+
export declare const de_ListStepsCommand: (
|
|
1119
|
+
output: __HttpResponse,
|
|
1120
|
+
context: __SerdeContext
|
|
1121
|
+
) => Promise<ListStepsCommandOutput>;
|
|
1122
|
+
export declare const de_ListStorageProfilesCommand: (
|
|
1123
|
+
output: __HttpResponse,
|
|
1124
|
+
context: __SerdeContext
|
|
1125
|
+
) => Promise<ListStorageProfilesCommandOutput>;
|
|
1126
|
+
export declare const de_ListStorageProfilesForQueueCommand: (
|
|
1127
|
+
output: __HttpResponse,
|
|
1128
|
+
context: __SerdeContext
|
|
1129
|
+
) => Promise<ListStorageProfilesForQueueCommandOutput>;
|
|
1130
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
1131
|
+
output: __HttpResponse,
|
|
1132
|
+
context: __SerdeContext
|
|
1133
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
1134
|
+
export declare const de_ListTasksCommand: (
|
|
1135
|
+
output: __HttpResponse,
|
|
1136
|
+
context: __SerdeContext
|
|
1137
|
+
) => Promise<ListTasksCommandOutput>;
|
|
1138
|
+
export declare const de_ListWorkersCommand: (
|
|
1139
|
+
output: __HttpResponse,
|
|
1140
|
+
context: __SerdeContext
|
|
1141
|
+
) => Promise<ListWorkersCommandOutput>;
|
|
1142
|
+
export declare const de_PutMeteredProductCommand: (
|
|
1143
|
+
output: __HttpResponse,
|
|
1144
|
+
context: __SerdeContext
|
|
1145
|
+
) => Promise<PutMeteredProductCommandOutput>;
|
|
1146
|
+
export declare const de_SearchJobsCommand: (
|
|
1147
|
+
output: __HttpResponse,
|
|
1148
|
+
context: __SerdeContext
|
|
1149
|
+
) => Promise<SearchJobsCommandOutput>;
|
|
1150
|
+
export declare const de_SearchStepsCommand: (
|
|
1151
|
+
output: __HttpResponse,
|
|
1152
|
+
context: __SerdeContext
|
|
1153
|
+
) => Promise<SearchStepsCommandOutput>;
|
|
1154
|
+
export declare const de_SearchTasksCommand: (
|
|
1155
|
+
output: __HttpResponse,
|
|
1156
|
+
context: __SerdeContext
|
|
1157
|
+
) => Promise<SearchTasksCommandOutput>;
|
|
1158
|
+
export declare const de_SearchWorkersCommand: (
|
|
1159
|
+
output: __HttpResponse,
|
|
1160
|
+
context: __SerdeContext
|
|
1161
|
+
) => Promise<SearchWorkersCommandOutput>;
|
|
1162
|
+
export declare const de_StartSessionsStatisticsAggregationCommand: (
|
|
1163
|
+
output: __HttpResponse,
|
|
1164
|
+
context: __SerdeContext
|
|
1165
|
+
) => Promise<StartSessionsStatisticsAggregationCommandOutput>;
|
|
1166
|
+
export declare const de_TagResourceCommand: (
|
|
1167
|
+
output: __HttpResponse,
|
|
1168
|
+
context: __SerdeContext
|
|
1169
|
+
) => Promise<TagResourceCommandOutput>;
|
|
1170
|
+
export declare const de_UntagResourceCommand: (
|
|
1171
|
+
output: __HttpResponse,
|
|
1172
|
+
context: __SerdeContext
|
|
1173
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
1174
|
+
export declare const de_UpdateBudgetCommand: (
|
|
1175
|
+
output: __HttpResponse,
|
|
1176
|
+
context: __SerdeContext
|
|
1177
|
+
) => Promise<UpdateBudgetCommandOutput>;
|
|
1178
|
+
export declare const de_UpdateFarmCommand: (
|
|
1179
|
+
output: __HttpResponse,
|
|
1180
|
+
context: __SerdeContext
|
|
1181
|
+
) => Promise<UpdateFarmCommandOutput>;
|
|
1182
|
+
export declare const de_UpdateFleetCommand: (
|
|
1183
|
+
output: __HttpResponse,
|
|
1184
|
+
context: __SerdeContext
|
|
1185
|
+
) => Promise<UpdateFleetCommandOutput>;
|
|
1186
|
+
export declare const de_UpdateJobCommand: (
|
|
1187
|
+
output: __HttpResponse,
|
|
1188
|
+
context: __SerdeContext
|
|
1189
|
+
) => Promise<UpdateJobCommandOutput>;
|
|
1190
|
+
export declare const de_UpdateMonitorCommand: (
|
|
1191
|
+
output: __HttpResponse,
|
|
1192
|
+
context: __SerdeContext
|
|
1193
|
+
) => Promise<UpdateMonitorCommandOutput>;
|
|
1194
|
+
export declare const de_UpdateQueueCommand: (
|
|
1195
|
+
output: __HttpResponse,
|
|
1196
|
+
context: __SerdeContext
|
|
1197
|
+
) => Promise<UpdateQueueCommandOutput>;
|
|
1198
|
+
export declare const de_UpdateQueueEnvironmentCommand: (
|
|
1199
|
+
output: __HttpResponse,
|
|
1200
|
+
context: __SerdeContext
|
|
1201
|
+
) => Promise<UpdateQueueEnvironmentCommandOutput>;
|
|
1202
|
+
export declare const de_UpdateQueueFleetAssociationCommand: (
|
|
1203
|
+
output: __HttpResponse,
|
|
1204
|
+
context: __SerdeContext
|
|
1205
|
+
) => Promise<UpdateQueueFleetAssociationCommandOutput>;
|
|
1206
|
+
export declare const de_UpdateSessionCommand: (
|
|
1207
|
+
output: __HttpResponse,
|
|
1208
|
+
context: __SerdeContext
|
|
1209
|
+
) => Promise<UpdateSessionCommandOutput>;
|
|
1210
|
+
export declare const de_UpdateStepCommand: (
|
|
1211
|
+
output: __HttpResponse,
|
|
1212
|
+
context: __SerdeContext
|
|
1213
|
+
) => Promise<UpdateStepCommandOutput>;
|
|
1214
|
+
export declare const de_UpdateStorageProfileCommand: (
|
|
1215
|
+
output: __HttpResponse,
|
|
1216
|
+
context: __SerdeContext
|
|
1217
|
+
) => Promise<UpdateStorageProfileCommandOutput>;
|
|
1218
|
+
export declare const de_UpdateTaskCommand: (
|
|
1219
|
+
output: __HttpResponse,
|
|
1220
|
+
context: __SerdeContext
|
|
1221
|
+
) => Promise<UpdateTaskCommandOutput>;
|
|
1222
|
+
export declare const de_UpdateWorkerCommand: (
|
|
1223
|
+
output: __HttpResponse,
|
|
1224
|
+
context: __SerdeContext
|
|
1225
|
+
) => Promise<UpdateWorkerCommandOutput>;
|
|
1226
|
+
export declare const de_UpdateWorkerScheduleCommand: (
|
|
1227
|
+
output: __HttpResponse,
|
|
1228
|
+
context: __SerdeContext
|
|
1229
|
+
) => Promise<UpdateWorkerScheduleCommandOutput>;
|