@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,1749 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
AssociateMemberToFarmCommandInput,
|
|
4
|
+
AssociateMemberToFarmCommandOutput,
|
|
5
|
+
} from "./commands/AssociateMemberToFarmCommand";
|
|
6
|
+
import {
|
|
7
|
+
AssociateMemberToFleetCommandInput,
|
|
8
|
+
AssociateMemberToFleetCommandOutput,
|
|
9
|
+
} from "./commands/AssociateMemberToFleetCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateMemberToJobCommandInput,
|
|
12
|
+
AssociateMemberToJobCommandOutput,
|
|
13
|
+
} from "./commands/AssociateMemberToJobCommand";
|
|
14
|
+
import {
|
|
15
|
+
AssociateMemberToQueueCommandInput,
|
|
16
|
+
AssociateMemberToQueueCommandOutput,
|
|
17
|
+
} from "./commands/AssociateMemberToQueueCommand";
|
|
18
|
+
import {
|
|
19
|
+
AssumeFleetRoleForReadCommandInput,
|
|
20
|
+
AssumeFleetRoleForReadCommandOutput,
|
|
21
|
+
} from "./commands/AssumeFleetRoleForReadCommand";
|
|
22
|
+
import {
|
|
23
|
+
AssumeFleetRoleForWorkerCommandInput,
|
|
24
|
+
AssumeFleetRoleForWorkerCommandOutput,
|
|
25
|
+
} from "./commands/AssumeFleetRoleForWorkerCommand";
|
|
26
|
+
import {
|
|
27
|
+
AssumeQueueRoleForReadCommandInput,
|
|
28
|
+
AssumeQueueRoleForReadCommandOutput,
|
|
29
|
+
} from "./commands/AssumeQueueRoleForReadCommand";
|
|
30
|
+
import {
|
|
31
|
+
AssumeQueueRoleForUserCommandInput,
|
|
32
|
+
AssumeQueueRoleForUserCommandOutput,
|
|
33
|
+
} from "./commands/AssumeQueueRoleForUserCommand";
|
|
34
|
+
import {
|
|
35
|
+
AssumeQueueRoleForWorkerCommandInput,
|
|
36
|
+
AssumeQueueRoleForWorkerCommandOutput,
|
|
37
|
+
} from "./commands/AssumeQueueRoleForWorkerCommand";
|
|
38
|
+
import {
|
|
39
|
+
BatchGetJobEntityCommandInput,
|
|
40
|
+
BatchGetJobEntityCommandOutput,
|
|
41
|
+
} from "./commands/BatchGetJobEntityCommand";
|
|
42
|
+
import {
|
|
43
|
+
CopyJobTemplateCommandInput,
|
|
44
|
+
CopyJobTemplateCommandOutput,
|
|
45
|
+
} from "./commands/CopyJobTemplateCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateBudgetCommandInput,
|
|
48
|
+
CreateBudgetCommandOutput,
|
|
49
|
+
} from "./commands/CreateBudgetCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateFarmCommandInput,
|
|
52
|
+
CreateFarmCommandOutput,
|
|
53
|
+
} from "./commands/CreateFarmCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateFleetCommandInput,
|
|
56
|
+
CreateFleetCommandOutput,
|
|
57
|
+
} from "./commands/CreateFleetCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateJobCommandInput,
|
|
60
|
+
CreateJobCommandOutput,
|
|
61
|
+
} from "./commands/CreateJobCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateLicenseEndpointCommandInput,
|
|
64
|
+
CreateLicenseEndpointCommandOutput,
|
|
65
|
+
} from "./commands/CreateLicenseEndpointCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateMonitorCommandInput,
|
|
68
|
+
CreateMonitorCommandOutput,
|
|
69
|
+
} from "./commands/CreateMonitorCommand";
|
|
70
|
+
import {
|
|
71
|
+
CreateQueueCommandInput,
|
|
72
|
+
CreateQueueCommandOutput,
|
|
73
|
+
} from "./commands/CreateQueueCommand";
|
|
74
|
+
import {
|
|
75
|
+
CreateQueueEnvironmentCommandInput,
|
|
76
|
+
CreateQueueEnvironmentCommandOutput,
|
|
77
|
+
} from "./commands/CreateQueueEnvironmentCommand";
|
|
78
|
+
import {
|
|
79
|
+
CreateQueueFleetAssociationCommandInput,
|
|
80
|
+
CreateQueueFleetAssociationCommandOutput,
|
|
81
|
+
} from "./commands/CreateQueueFleetAssociationCommand";
|
|
82
|
+
import {
|
|
83
|
+
CreateStorageProfileCommandInput,
|
|
84
|
+
CreateStorageProfileCommandOutput,
|
|
85
|
+
} from "./commands/CreateStorageProfileCommand";
|
|
86
|
+
import {
|
|
87
|
+
CreateWorkerCommandInput,
|
|
88
|
+
CreateWorkerCommandOutput,
|
|
89
|
+
} from "./commands/CreateWorkerCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeleteBudgetCommandInput,
|
|
92
|
+
DeleteBudgetCommandOutput,
|
|
93
|
+
} from "./commands/DeleteBudgetCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteFarmCommandInput,
|
|
96
|
+
DeleteFarmCommandOutput,
|
|
97
|
+
} from "./commands/DeleteFarmCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeleteFleetCommandInput,
|
|
100
|
+
DeleteFleetCommandOutput,
|
|
101
|
+
} from "./commands/DeleteFleetCommand";
|
|
102
|
+
import {
|
|
103
|
+
DeleteLicenseEndpointCommandInput,
|
|
104
|
+
DeleteLicenseEndpointCommandOutput,
|
|
105
|
+
} from "./commands/DeleteLicenseEndpointCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteMeteredProductCommandInput,
|
|
108
|
+
DeleteMeteredProductCommandOutput,
|
|
109
|
+
} from "./commands/DeleteMeteredProductCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteMonitorCommandInput,
|
|
112
|
+
DeleteMonitorCommandOutput,
|
|
113
|
+
} from "./commands/DeleteMonitorCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeleteQueueCommandInput,
|
|
116
|
+
DeleteQueueCommandOutput,
|
|
117
|
+
} from "./commands/DeleteQueueCommand";
|
|
118
|
+
import {
|
|
119
|
+
DeleteQueueEnvironmentCommandInput,
|
|
120
|
+
DeleteQueueEnvironmentCommandOutput,
|
|
121
|
+
} from "./commands/DeleteQueueEnvironmentCommand";
|
|
122
|
+
import {
|
|
123
|
+
DeleteQueueFleetAssociationCommandInput,
|
|
124
|
+
DeleteQueueFleetAssociationCommandOutput,
|
|
125
|
+
} from "./commands/DeleteQueueFleetAssociationCommand";
|
|
126
|
+
import {
|
|
127
|
+
DeleteStorageProfileCommandInput,
|
|
128
|
+
DeleteStorageProfileCommandOutput,
|
|
129
|
+
} from "./commands/DeleteStorageProfileCommand";
|
|
130
|
+
import {
|
|
131
|
+
DeleteWorkerCommandInput,
|
|
132
|
+
DeleteWorkerCommandOutput,
|
|
133
|
+
} from "./commands/DeleteWorkerCommand";
|
|
134
|
+
import {
|
|
135
|
+
DisassociateMemberFromFarmCommandInput,
|
|
136
|
+
DisassociateMemberFromFarmCommandOutput,
|
|
137
|
+
} from "./commands/DisassociateMemberFromFarmCommand";
|
|
138
|
+
import {
|
|
139
|
+
DisassociateMemberFromFleetCommandInput,
|
|
140
|
+
DisassociateMemberFromFleetCommandOutput,
|
|
141
|
+
} from "./commands/DisassociateMemberFromFleetCommand";
|
|
142
|
+
import {
|
|
143
|
+
DisassociateMemberFromJobCommandInput,
|
|
144
|
+
DisassociateMemberFromJobCommandOutput,
|
|
145
|
+
} from "./commands/DisassociateMemberFromJobCommand";
|
|
146
|
+
import {
|
|
147
|
+
DisassociateMemberFromQueueCommandInput,
|
|
148
|
+
DisassociateMemberFromQueueCommandOutput,
|
|
149
|
+
} from "./commands/DisassociateMemberFromQueueCommand";
|
|
150
|
+
import {
|
|
151
|
+
GetBudgetCommandInput,
|
|
152
|
+
GetBudgetCommandOutput,
|
|
153
|
+
} from "./commands/GetBudgetCommand";
|
|
154
|
+
import {
|
|
155
|
+
GetFarmCommandInput,
|
|
156
|
+
GetFarmCommandOutput,
|
|
157
|
+
} from "./commands/GetFarmCommand";
|
|
158
|
+
import {
|
|
159
|
+
GetFleetCommandInput,
|
|
160
|
+
GetFleetCommandOutput,
|
|
161
|
+
} from "./commands/GetFleetCommand";
|
|
162
|
+
import {
|
|
163
|
+
GetJobCommandInput,
|
|
164
|
+
GetJobCommandOutput,
|
|
165
|
+
} from "./commands/GetJobCommand";
|
|
166
|
+
import {
|
|
167
|
+
GetLicenseEndpointCommandInput,
|
|
168
|
+
GetLicenseEndpointCommandOutput,
|
|
169
|
+
} from "./commands/GetLicenseEndpointCommand";
|
|
170
|
+
import {
|
|
171
|
+
GetMonitorCommandInput,
|
|
172
|
+
GetMonitorCommandOutput,
|
|
173
|
+
} from "./commands/GetMonitorCommand";
|
|
174
|
+
import {
|
|
175
|
+
GetQueueCommandInput,
|
|
176
|
+
GetQueueCommandOutput,
|
|
177
|
+
} from "./commands/GetQueueCommand";
|
|
178
|
+
import {
|
|
179
|
+
GetQueueEnvironmentCommandInput,
|
|
180
|
+
GetQueueEnvironmentCommandOutput,
|
|
181
|
+
} from "./commands/GetQueueEnvironmentCommand";
|
|
182
|
+
import {
|
|
183
|
+
GetQueueFleetAssociationCommandInput,
|
|
184
|
+
GetQueueFleetAssociationCommandOutput,
|
|
185
|
+
} from "./commands/GetQueueFleetAssociationCommand";
|
|
186
|
+
import {
|
|
187
|
+
GetSessionActionCommandInput,
|
|
188
|
+
GetSessionActionCommandOutput,
|
|
189
|
+
} from "./commands/GetSessionActionCommand";
|
|
190
|
+
import {
|
|
191
|
+
GetSessionCommandInput,
|
|
192
|
+
GetSessionCommandOutput,
|
|
193
|
+
} from "./commands/GetSessionCommand";
|
|
194
|
+
import {
|
|
195
|
+
GetSessionsStatisticsAggregationCommandInput,
|
|
196
|
+
GetSessionsStatisticsAggregationCommandOutput,
|
|
197
|
+
} from "./commands/GetSessionsStatisticsAggregationCommand";
|
|
198
|
+
import {
|
|
199
|
+
GetStepCommandInput,
|
|
200
|
+
GetStepCommandOutput,
|
|
201
|
+
} from "./commands/GetStepCommand";
|
|
202
|
+
import {
|
|
203
|
+
GetStorageProfileCommandInput,
|
|
204
|
+
GetStorageProfileCommandOutput,
|
|
205
|
+
} from "./commands/GetStorageProfileCommand";
|
|
206
|
+
import {
|
|
207
|
+
GetStorageProfileForQueueCommandInput,
|
|
208
|
+
GetStorageProfileForQueueCommandOutput,
|
|
209
|
+
} from "./commands/GetStorageProfileForQueueCommand";
|
|
210
|
+
import {
|
|
211
|
+
GetTaskCommandInput,
|
|
212
|
+
GetTaskCommandOutput,
|
|
213
|
+
} from "./commands/GetTaskCommand";
|
|
214
|
+
import {
|
|
215
|
+
GetWorkerCommandInput,
|
|
216
|
+
GetWorkerCommandOutput,
|
|
217
|
+
} from "./commands/GetWorkerCommand";
|
|
218
|
+
import {
|
|
219
|
+
ListAvailableMeteredProductsCommandInput,
|
|
220
|
+
ListAvailableMeteredProductsCommandOutput,
|
|
221
|
+
} from "./commands/ListAvailableMeteredProductsCommand";
|
|
222
|
+
import {
|
|
223
|
+
ListBudgetsCommandInput,
|
|
224
|
+
ListBudgetsCommandOutput,
|
|
225
|
+
} from "./commands/ListBudgetsCommand";
|
|
226
|
+
import {
|
|
227
|
+
ListFarmMembersCommandInput,
|
|
228
|
+
ListFarmMembersCommandOutput,
|
|
229
|
+
} from "./commands/ListFarmMembersCommand";
|
|
230
|
+
import {
|
|
231
|
+
ListFarmsCommandInput,
|
|
232
|
+
ListFarmsCommandOutput,
|
|
233
|
+
} from "./commands/ListFarmsCommand";
|
|
234
|
+
import {
|
|
235
|
+
ListFleetMembersCommandInput,
|
|
236
|
+
ListFleetMembersCommandOutput,
|
|
237
|
+
} from "./commands/ListFleetMembersCommand";
|
|
238
|
+
import {
|
|
239
|
+
ListFleetsCommandInput,
|
|
240
|
+
ListFleetsCommandOutput,
|
|
241
|
+
} from "./commands/ListFleetsCommand";
|
|
242
|
+
import {
|
|
243
|
+
ListJobMembersCommandInput,
|
|
244
|
+
ListJobMembersCommandOutput,
|
|
245
|
+
} from "./commands/ListJobMembersCommand";
|
|
246
|
+
import {
|
|
247
|
+
ListJobsCommandInput,
|
|
248
|
+
ListJobsCommandOutput,
|
|
249
|
+
} from "./commands/ListJobsCommand";
|
|
250
|
+
import {
|
|
251
|
+
ListLicenseEndpointsCommandInput,
|
|
252
|
+
ListLicenseEndpointsCommandOutput,
|
|
253
|
+
} from "./commands/ListLicenseEndpointsCommand";
|
|
254
|
+
import {
|
|
255
|
+
ListMeteredProductsCommandInput,
|
|
256
|
+
ListMeteredProductsCommandOutput,
|
|
257
|
+
} from "./commands/ListMeteredProductsCommand";
|
|
258
|
+
import {
|
|
259
|
+
ListMonitorsCommandInput,
|
|
260
|
+
ListMonitorsCommandOutput,
|
|
261
|
+
} from "./commands/ListMonitorsCommand";
|
|
262
|
+
import {
|
|
263
|
+
ListQueueEnvironmentsCommandInput,
|
|
264
|
+
ListQueueEnvironmentsCommandOutput,
|
|
265
|
+
} from "./commands/ListQueueEnvironmentsCommand";
|
|
266
|
+
import {
|
|
267
|
+
ListQueueFleetAssociationsCommandInput,
|
|
268
|
+
ListQueueFleetAssociationsCommandOutput,
|
|
269
|
+
} from "./commands/ListQueueFleetAssociationsCommand";
|
|
270
|
+
import {
|
|
271
|
+
ListQueueMembersCommandInput,
|
|
272
|
+
ListQueueMembersCommandOutput,
|
|
273
|
+
} from "./commands/ListQueueMembersCommand";
|
|
274
|
+
import {
|
|
275
|
+
ListQueuesCommandInput,
|
|
276
|
+
ListQueuesCommandOutput,
|
|
277
|
+
} from "./commands/ListQueuesCommand";
|
|
278
|
+
import {
|
|
279
|
+
ListSessionActionsCommandInput,
|
|
280
|
+
ListSessionActionsCommandOutput,
|
|
281
|
+
} from "./commands/ListSessionActionsCommand";
|
|
282
|
+
import {
|
|
283
|
+
ListSessionsCommandInput,
|
|
284
|
+
ListSessionsCommandOutput,
|
|
285
|
+
} from "./commands/ListSessionsCommand";
|
|
286
|
+
import {
|
|
287
|
+
ListSessionsForWorkerCommandInput,
|
|
288
|
+
ListSessionsForWorkerCommandOutput,
|
|
289
|
+
} from "./commands/ListSessionsForWorkerCommand";
|
|
290
|
+
import {
|
|
291
|
+
ListStepConsumersCommandInput,
|
|
292
|
+
ListStepConsumersCommandOutput,
|
|
293
|
+
} from "./commands/ListStepConsumersCommand";
|
|
294
|
+
import {
|
|
295
|
+
ListStepDependenciesCommandInput,
|
|
296
|
+
ListStepDependenciesCommandOutput,
|
|
297
|
+
} from "./commands/ListStepDependenciesCommand";
|
|
298
|
+
import {
|
|
299
|
+
ListStepsCommandInput,
|
|
300
|
+
ListStepsCommandOutput,
|
|
301
|
+
} from "./commands/ListStepsCommand";
|
|
302
|
+
import {
|
|
303
|
+
ListStorageProfilesCommandInput,
|
|
304
|
+
ListStorageProfilesCommandOutput,
|
|
305
|
+
} from "./commands/ListStorageProfilesCommand";
|
|
306
|
+
import {
|
|
307
|
+
ListStorageProfilesForQueueCommandInput,
|
|
308
|
+
ListStorageProfilesForQueueCommandOutput,
|
|
309
|
+
} from "./commands/ListStorageProfilesForQueueCommand";
|
|
310
|
+
import {
|
|
311
|
+
ListTagsForResourceCommandInput,
|
|
312
|
+
ListTagsForResourceCommandOutput,
|
|
313
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
314
|
+
import {
|
|
315
|
+
ListTasksCommandInput,
|
|
316
|
+
ListTasksCommandOutput,
|
|
317
|
+
} from "./commands/ListTasksCommand";
|
|
318
|
+
import {
|
|
319
|
+
ListWorkersCommandInput,
|
|
320
|
+
ListWorkersCommandOutput,
|
|
321
|
+
} from "./commands/ListWorkersCommand";
|
|
322
|
+
import {
|
|
323
|
+
PutMeteredProductCommandInput,
|
|
324
|
+
PutMeteredProductCommandOutput,
|
|
325
|
+
} from "./commands/PutMeteredProductCommand";
|
|
326
|
+
import {
|
|
327
|
+
SearchJobsCommandInput,
|
|
328
|
+
SearchJobsCommandOutput,
|
|
329
|
+
} from "./commands/SearchJobsCommand";
|
|
330
|
+
import {
|
|
331
|
+
SearchStepsCommandInput,
|
|
332
|
+
SearchStepsCommandOutput,
|
|
333
|
+
} from "./commands/SearchStepsCommand";
|
|
334
|
+
import {
|
|
335
|
+
SearchTasksCommandInput,
|
|
336
|
+
SearchTasksCommandOutput,
|
|
337
|
+
} from "./commands/SearchTasksCommand";
|
|
338
|
+
import {
|
|
339
|
+
SearchWorkersCommandInput,
|
|
340
|
+
SearchWorkersCommandOutput,
|
|
341
|
+
} from "./commands/SearchWorkersCommand";
|
|
342
|
+
import {
|
|
343
|
+
StartSessionsStatisticsAggregationCommandInput,
|
|
344
|
+
StartSessionsStatisticsAggregationCommandOutput,
|
|
345
|
+
} from "./commands/StartSessionsStatisticsAggregationCommand";
|
|
346
|
+
import {
|
|
347
|
+
TagResourceCommandInput,
|
|
348
|
+
TagResourceCommandOutput,
|
|
349
|
+
} from "./commands/TagResourceCommand";
|
|
350
|
+
import {
|
|
351
|
+
UntagResourceCommandInput,
|
|
352
|
+
UntagResourceCommandOutput,
|
|
353
|
+
} from "./commands/UntagResourceCommand";
|
|
354
|
+
import {
|
|
355
|
+
UpdateBudgetCommandInput,
|
|
356
|
+
UpdateBudgetCommandOutput,
|
|
357
|
+
} from "./commands/UpdateBudgetCommand";
|
|
358
|
+
import {
|
|
359
|
+
UpdateFarmCommandInput,
|
|
360
|
+
UpdateFarmCommandOutput,
|
|
361
|
+
} from "./commands/UpdateFarmCommand";
|
|
362
|
+
import {
|
|
363
|
+
UpdateFleetCommandInput,
|
|
364
|
+
UpdateFleetCommandOutput,
|
|
365
|
+
} from "./commands/UpdateFleetCommand";
|
|
366
|
+
import {
|
|
367
|
+
UpdateJobCommandInput,
|
|
368
|
+
UpdateJobCommandOutput,
|
|
369
|
+
} from "./commands/UpdateJobCommand";
|
|
370
|
+
import {
|
|
371
|
+
UpdateMonitorCommandInput,
|
|
372
|
+
UpdateMonitorCommandOutput,
|
|
373
|
+
} from "./commands/UpdateMonitorCommand";
|
|
374
|
+
import {
|
|
375
|
+
UpdateQueueCommandInput,
|
|
376
|
+
UpdateQueueCommandOutput,
|
|
377
|
+
} from "./commands/UpdateQueueCommand";
|
|
378
|
+
import {
|
|
379
|
+
UpdateQueueEnvironmentCommandInput,
|
|
380
|
+
UpdateQueueEnvironmentCommandOutput,
|
|
381
|
+
} from "./commands/UpdateQueueEnvironmentCommand";
|
|
382
|
+
import {
|
|
383
|
+
UpdateQueueFleetAssociationCommandInput,
|
|
384
|
+
UpdateQueueFleetAssociationCommandOutput,
|
|
385
|
+
} from "./commands/UpdateQueueFleetAssociationCommand";
|
|
386
|
+
import {
|
|
387
|
+
UpdateSessionCommandInput,
|
|
388
|
+
UpdateSessionCommandOutput,
|
|
389
|
+
} from "./commands/UpdateSessionCommand";
|
|
390
|
+
import {
|
|
391
|
+
UpdateStepCommandInput,
|
|
392
|
+
UpdateStepCommandOutput,
|
|
393
|
+
} from "./commands/UpdateStepCommand";
|
|
394
|
+
import {
|
|
395
|
+
UpdateStorageProfileCommandInput,
|
|
396
|
+
UpdateStorageProfileCommandOutput,
|
|
397
|
+
} from "./commands/UpdateStorageProfileCommand";
|
|
398
|
+
import {
|
|
399
|
+
UpdateTaskCommandInput,
|
|
400
|
+
UpdateTaskCommandOutput,
|
|
401
|
+
} from "./commands/UpdateTaskCommand";
|
|
402
|
+
import {
|
|
403
|
+
UpdateWorkerCommandInput,
|
|
404
|
+
UpdateWorkerCommandOutput,
|
|
405
|
+
} from "./commands/UpdateWorkerCommand";
|
|
406
|
+
import {
|
|
407
|
+
UpdateWorkerScheduleCommandInput,
|
|
408
|
+
UpdateWorkerScheduleCommandOutput,
|
|
409
|
+
} from "./commands/UpdateWorkerScheduleCommand";
|
|
410
|
+
import { DeadlineClient } from "./DeadlineClient";
|
|
411
|
+
export interface Deadline {
|
|
412
|
+
associateMemberToFarm(
|
|
413
|
+
args: AssociateMemberToFarmCommandInput,
|
|
414
|
+
options?: __HttpHandlerOptions
|
|
415
|
+
): Promise<AssociateMemberToFarmCommandOutput>;
|
|
416
|
+
associateMemberToFarm(
|
|
417
|
+
args: AssociateMemberToFarmCommandInput,
|
|
418
|
+
cb: (err: any, data?: AssociateMemberToFarmCommandOutput) => void
|
|
419
|
+
): void;
|
|
420
|
+
associateMemberToFarm(
|
|
421
|
+
args: AssociateMemberToFarmCommandInput,
|
|
422
|
+
options: __HttpHandlerOptions,
|
|
423
|
+
cb: (err: any, data?: AssociateMemberToFarmCommandOutput) => void
|
|
424
|
+
): void;
|
|
425
|
+
associateMemberToFleet(
|
|
426
|
+
args: AssociateMemberToFleetCommandInput,
|
|
427
|
+
options?: __HttpHandlerOptions
|
|
428
|
+
): Promise<AssociateMemberToFleetCommandOutput>;
|
|
429
|
+
associateMemberToFleet(
|
|
430
|
+
args: AssociateMemberToFleetCommandInput,
|
|
431
|
+
cb: (err: any, data?: AssociateMemberToFleetCommandOutput) => void
|
|
432
|
+
): void;
|
|
433
|
+
associateMemberToFleet(
|
|
434
|
+
args: AssociateMemberToFleetCommandInput,
|
|
435
|
+
options: __HttpHandlerOptions,
|
|
436
|
+
cb: (err: any, data?: AssociateMemberToFleetCommandOutput) => void
|
|
437
|
+
): void;
|
|
438
|
+
associateMemberToJob(
|
|
439
|
+
args: AssociateMemberToJobCommandInput,
|
|
440
|
+
options?: __HttpHandlerOptions
|
|
441
|
+
): Promise<AssociateMemberToJobCommandOutput>;
|
|
442
|
+
associateMemberToJob(
|
|
443
|
+
args: AssociateMemberToJobCommandInput,
|
|
444
|
+
cb: (err: any, data?: AssociateMemberToJobCommandOutput) => void
|
|
445
|
+
): void;
|
|
446
|
+
associateMemberToJob(
|
|
447
|
+
args: AssociateMemberToJobCommandInput,
|
|
448
|
+
options: __HttpHandlerOptions,
|
|
449
|
+
cb: (err: any, data?: AssociateMemberToJobCommandOutput) => void
|
|
450
|
+
): void;
|
|
451
|
+
associateMemberToQueue(
|
|
452
|
+
args: AssociateMemberToQueueCommandInput,
|
|
453
|
+
options?: __HttpHandlerOptions
|
|
454
|
+
): Promise<AssociateMemberToQueueCommandOutput>;
|
|
455
|
+
associateMemberToQueue(
|
|
456
|
+
args: AssociateMemberToQueueCommandInput,
|
|
457
|
+
cb: (err: any, data?: AssociateMemberToQueueCommandOutput) => void
|
|
458
|
+
): void;
|
|
459
|
+
associateMemberToQueue(
|
|
460
|
+
args: AssociateMemberToQueueCommandInput,
|
|
461
|
+
options: __HttpHandlerOptions,
|
|
462
|
+
cb: (err: any, data?: AssociateMemberToQueueCommandOutput) => void
|
|
463
|
+
): void;
|
|
464
|
+
assumeFleetRoleForRead(
|
|
465
|
+
args: AssumeFleetRoleForReadCommandInput,
|
|
466
|
+
options?: __HttpHandlerOptions
|
|
467
|
+
): Promise<AssumeFleetRoleForReadCommandOutput>;
|
|
468
|
+
assumeFleetRoleForRead(
|
|
469
|
+
args: AssumeFleetRoleForReadCommandInput,
|
|
470
|
+
cb: (err: any, data?: AssumeFleetRoleForReadCommandOutput) => void
|
|
471
|
+
): void;
|
|
472
|
+
assumeFleetRoleForRead(
|
|
473
|
+
args: AssumeFleetRoleForReadCommandInput,
|
|
474
|
+
options: __HttpHandlerOptions,
|
|
475
|
+
cb: (err: any, data?: AssumeFleetRoleForReadCommandOutput) => void
|
|
476
|
+
): void;
|
|
477
|
+
assumeFleetRoleForWorker(
|
|
478
|
+
args: AssumeFleetRoleForWorkerCommandInput,
|
|
479
|
+
options?: __HttpHandlerOptions
|
|
480
|
+
): Promise<AssumeFleetRoleForWorkerCommandOutput>;
|
|
481
|
+
assumeFleetRoleForWorker(
|
|
482
|
+
args: AssumeFleetRoleForWorkerCommandInput,
|
|
483
|
+
cb: (err: any, data?: AssumeFleetRoleForWorkerCommandOutput) => void
|
|
484
|
+
): void;
|
|
485
|
+
assumeFleetRoleForWorker(
|
|
486
|
+
args: AssumeFleetRoleForWorkerCommandInput,
|
|
487
|
+
options: __HttpHandlerOptions,
|
|
488
|
+
cb: (err: any, data?: AssumeFleetRoleForWorkerCommandOutput) => void
|
|
489
|
+
): void;
|
|
490
|
+
assumeQueueRoleForRead(
|
|
491
|
+
args: AssumeQueueRoleForReadCommandInput,
|
|
492
|
+
options?: __HttpHandlerOptions
|
|
493
|
+
): Promise<AssumeQueueRoleForReadCommandOutput>;
|
|
494
|
+
assumeQueueRoleForRead(
|
|
495
|
+
args: AssumeQueueRoleForReadCommandInput,
|
|
496
|
+
cb: (err: any, data?: AssumeQueueRoleForReadCommandOutput) => void
|
|
497
|
+
): void;
|
|
498
|
+
assumeQueueRoleForRead(
|
|
499
|
+
args: AssumeQueueRoleForReadCommandInput,
|
|
500
|
+
options: __HttpHandlerOptions,
|
|
501
|
+
cb: (err: any, data?: AssumeQueueRoleForReadCommandOutput) => void
|
|
502
|
+
): void;
|
|
503
|
+
assumeQueueRoleForUser(
|
|
504
|
+
args: AssumeQueueRoleForUserCommandInput,
|
|
505
|
+
options?: __HttpHandlerOptions
|
|
506
|
+
): Promise<AssumeQueueRoleForUserCommandOutput>;
|
|
507
|
+
assumeQueueRoleForUser(
|
|
508
|
+
args: AssumeQueueRoleForUserCommandInput,
|
|
509
|
+
cb: (err: any, data?: AssumeQueueRoleForUserCommandOutput) => void
|
|
510
|
+
): void;
|
|
511
|
+
assumeQueueRoleForUser(
|
|
512
|
+
args: AssumeQueueRoleForUserCommandInput,
|
|
513
|
+
options: __HttpHandlerOptions,
|
|
514
|
+
cb: (err: any, data?: AssumeQueueRoleForUserCommandOutput) => void
|
|
515
|
+
): void;
|
|
516
|
+
assumeQueueRoleForWorker(
|
|
517
|
+
args: AssumeQueueRoleForWorkerCommandInput,
|
|
518
|
+
options?: __HttpHandlerOptions
|
|
519
|
+
): Promise<AssumeQueueRoleForWorkerCommandOutput>;
|
|
520
|
+
assumeQueueRoleForWorker(
|
|
521
|
+
args: AssumeQueueRoleForWorkerCommandInput,
|
|
522
|
+
cb: (err: any, data?: AssumeQueueRoleForWorkerCommandOutput) => void
|
|
523
|
+
): void;
|
|
524
|
+
assumeQueueRoleForWorker(
|
|
525
|
+
args: AssumeQueueRoleForWorkerCommandInput,
|
|
526
|
+
options: __HttpHandlerOptions,
|
|
527
|
+
cb: (err: any, data?: AssumeQueueRoleForWorkerCommandOutput) => void
|
|
528
|
+
): void;
|
|
529
|
+
batchGetJobEntity(
|
|
530
|
+
args: BatchGetJobEntityCommandInput,
|
|
531
|
+
options?: __HttpHandlerOptions
|
|
532
|
+
): Promise<BatchGetJobEntityCommandOutput>;
|
|
533
|
+
batchGetJobEntity(
|
|
534
|
+
args: BatchGetJobEntityCommandInput,
|
|
535
|
+
cb: (err: any, data?: BatchGetJobEntityCommandOutput) => void
|
|
536
|
+
): void;
|
|
537
|
+
batchGetJobEntity(
|
|
538
|
+
args: BatchGetJobEntityCommandInput,
|
|
539
|
+
options: __HttpHandlerOptions,
|
|
540
|
+
cb: (err: any, data?: BatchGetJobEntityCommandOutput) => void
|
|
541
|
+
): void;
|
|
542
|
+
copyJobTemplate(
|
|
543
|
+
args: CopyJobTemplateCommandInput,
|
|
544
|
+
options?: __HttpHandlerOptions
|
|
545
|
+
): Promise<CopyJobTemplateCommandOutput>;
|
|
546
|
+
copyJobTemplate(
|
|
547
|
+
args: CopyJobTemplateCommandInput,
|
|
548
|
+
cb: (err: any, data?: CopyJobTemplateCommandOutput) => void
|
|
549
|
+
): void;
|
|
550
|
+
copyJobTemplate(
|
|
551
|
+
args: CopyJobTemplateCommandInput,
|
|
552
|
+
options: __HttpHandlerOptions,
|
|
553
|
+
cb: (err: any, data?: CopyJobTemplateCommandOutput) => void
|
|
554
|
+
): void;
|
|
555
|
+
createBudget(
|
|
556
|
+
args: CreateBudgetCommandInput,
|
|
557
|
+
options?: __HttpHandlerOptions
|
|
558
|
+
): Promise<CreateBudgetCommandOutput>;
|
|
559
|
+
createBudget(
|
|
560
|
+
args: CreateBudgetCommandInput,
|
|
561
|
+
cb: (err: any, data?: CreateBudgetCommandOutput) => void
|
|
562
|
+
): void;
|
|
563
|
+
createBudget(
|
|
564
|
+
args: CreateBudgetCommandInput,
|
|
565
|
+
options: __HttpHandlerOptions,
|
|
566
|
+
cb: (err: any, data?: CreateBudgetCommandOutput) => void
|
|
567
|
+
): void;
|
|
568
|
+
createFarm(
|
|
569
|
+
args: CreateFarmCommandInput,
|
|
570
|
+
options?: __HttpHandlerOptions
|
|
571
|
+
): Promise<CreateFarmCommandOutput>;
|
|
572
|
+
createFarm(
|
|
573
|
+
args: CreateFarmCommandInput,
|
|
574
|
+
cb: (err: any, data?: CreateFarmCommandOutput) => void
|
|
575
|
+
): void;
|
|
576
|
+
createFarm(
|
|
577
|
+
args: CreateFarmCommandInput,
|
|
578
|
+
options: __HttpHandlerOptions,
|
|
579
|
+
cb: (err: any, data?: CreateFarmCommandOutput) => void
|
|
580
|
+
): void;
|
|
581
|
+
createFleet(
|
|
582
|
+
args: CreateFleetCommandInput,
|
|
583
|
+
options?: __HttpHandlerOptions
|
|
584
|
+
): Promise<CreateFleetCommandOutput>;
|
|
585
|
+
createFleet(
|
|
586
|
+
args: CreateFleetCommandInput,
|
|
587
|
+
cb: (err: any, data?: CreateFleetCommandOutput) => void
|
|
588
|
+
): void;
|
|
589
|
+
createFleet(
|
|
590
|
+
args: CreateFleetCommandInput,
|
|
591
|
+
options: __HttpHandlerOptions,
|
|
592
|
+
cb: (err: any, data?: CreateFleetCommandOutput) => void
|
|
593
|
+
): void;
|
|
594
|
+
createJob(
|
|
595
|
+
args: CreateJobCommandInput,
|
|
596
|
+
options?: __HttpHandlerOptions
|
|
597
|
+
): Promise<CreateJobCommandOutput>;
|
|
598
|
+
createJob(
|
|
599
|
+
args: CreateJobCommandInput,
|
|
600
|
+
cb: (err: any, data?: CreateJobCommandOutput) => void
|
|
601
|
+
): void;
|
|
602
|
+
createJob(
|
|
603
|
+
args: CreateJobCommandInput,
|
|
604
|
+
options: __HttpHandlerOptions,
|
|
605
|
+
cb: (err: any, data?: CreateJobCommandOutput) => void
|
|
606
|
+
): void;
|
|
607
|
+
createLicenseEndpoint(
|
|
608
|
+
args: CreateLicenseEndpointCommandInput,
|
|
609
|
+
options?: __HttpHandlerOptions
|
|
610
|
+
): Promise<CreateLicenseEndpointCommandOutput>;
|
|
611
|
+
createLicenseEndpoint(
|
|
612
|
+
args: CreateLicenseEndpointCommandInput,
|
|
613
|
+
cb: (err: any, data?: CreateLicenseEndpointCommandOutput) => void
|
|
614
|
+
): void;
|
|
615
|
+
createLicenseEndpoint(
|
|
616
|
+
args: CreateLicenseEndpointCommandInput,
|
|
617
|
+
options: __HttpHandlerOptions,
|
|
618
|
+
cb: (err: any, data?: CreateLicenseEndpointCommandOutput) => void
|
|
619
|
+
): void;
|
|
620
|
+
createMonitor(
|
|
621
|
+
args: CreateMonitorCommandInput,
|
|
622
|
+
options?: __HttpHandlerOptions
|
|
623
|
+
): Promise<CreateMonitorCommandOutput>;
|
|
624
|
+
createMonitor(
|
|
625
|
+
args: CreateMonitorCommandInput,
|
|
626
|
+
cb: (err: any, data?: CreateMonitorCommandOutput) => void
|
|
627
|
+
): void;
|
|
628
|
+
createMonitor(
|
|
629
|
+
args: CreateMonitorCommandInput,
|
|
630
|
+
options: __HttpHandlerOptions,
|
|
631
|
+
cb: (err: any, data?: CreateMonitorCommandOutput) => void
|
|
632
|
+
): void;
|
|
633
|
+
createQueue(
|
|
634
|
+
args: CreateQueueCommandInput,
|
|
635
|
+
options?: __HttpHandlerOptions
|
|
636
|
+
): Promise<CreateQueueCommandOutput>;
|
|
637
|
+
createQueue(
|
|
638
|
+
args: CreateQueueCommandInput,
|
|
639
|
+
cb: (err: any, data?: CreateQueueCommandOutput) => void
|
|
640
|
+
): void;
|
|
641
|
+
createQueue(
|
|
642
|
+
args: CreateQueueCommandInput,
|
|
643
|
+
options: __HttpHandlerOptions,
|
|
644
|
+
cb: (err: any, data?: CreateQueueCommandOutput) => void
|
|
645
|
+
): void;
|
|
646
|
+
createQueueEnvironment(
|
|
647
|
+
args: CreateQueueEnvironmentCommandInput,
|
|
648
|
+
options?: __HttpHandlerOptions
|
|
649
|
+
): Promise<CreateQueueEnvironmentCommandOutput>;
|
|
650
|
+
createQueueEnvironment(
|
|
651
|
+
args: CreateQueueEnvironmentCommandInput,
|
|
652
|
+
cb: (err: any, data?: CreateQueueEnvironmentCommandOutput) => void
|
|
653
|
+
): void;
|
|
654
|
+
createQueueEnvironment(
|
|
655
|
+
args: CreateQueueEnvironmentCommandInput,
|
|
656
|
+
options: __HttpHandlerOptions,
|
|
657
|
+
cb: (err: any, data?: CreateQueueEnvironmentCommandOutput) => void
|
|
658
|
+
): void;
|
|
659
|
+
createQueueFleetAssociation(
|
|
660
|
+
args: CreateQueueFleetAssociationCommandInput,
|
|
661
|
+
options?: __HttpHandlerOptions
|
|
662
|
+
): Promise<CreateQueueFleetAssociationCommandOutput>;
|
|
663
|
+
createQueueFleetAssociation(
|
|
664
|
+
args: CreateQueueFleetAssociationCommandInput,
|
|
665
|
+
cb: (err: any, data?: CreateQueueFleetAssociationCommandOutput) => void
|
|
666
|
+
): void;
|
|
667
|
+
createQueueFleetAssociation(
|
|
668
|
+
args: CreateQueueFleetAssociationCommandInput,
|
|
669
|
+
options: __HttpHandlerOptions,
|
|
670
|
+
cb: (err: any, data?: CreateQueueFleetAssociationCommandOutput) => void
|
|
671
|
+
): void;
|
|
672
|
+
createStorageProfile(
|
|
673
|
+
args: CreateStorageProfileCommandInput,
|
|
674
|
+
options?: __HttpHandlerOptions
|
|
675
|
+
): Promise<CreateStorageProfileCommandOutput>;
|
|
676
|
+
createStorageProfile(
|
|
677
|
+
args: CreateStorageProfileCommandInput,
|
|
678
|
+
cb: (err: any, data?: CreateStorageProfileCommandOutput) => void
|
|
679
|
+
): void;
|
|
680
|
+
createStorageProfile(
|
|
681
|
+
args: CreateStorageProfileCommandInput,
|
|
682
|
+
options: __HttpHandlerOptions,
|
|
683
|
+
cb: (err: any, data?: CreateStorageProfileCommandOutput) => void
|
|
684
|
+
): void;
|
|
685
|
+
createWorker(
|
|
686
|
+
args: CreateWorkerCommandInput,
|
|
687
|
+
options?: __HttpHandlerOptions
|
|
688
|
+
): Promise<CreateWorkerCommandOutput>;
|
|
689
|
+
createWorker(
|
|
690
|
+
args: CreateWorkerCommandInput,
|
|
691
|
+
cb: (err: any, data?: CreateWorkerCommandOutput) => void
|
|
692
|
+
): void;
|
|
693
|
+
createWorker(
|
|
694
|
+
args: CreateWorkerCommandInput,
|
|
695
|
+
options: __HttpHandlerOptions,
|
|
696
|
+
cb: (err: any, data?: CreateWorkerCommandOutput) => void
|
|
697
|
+
): void;
|
|
698
|
+
deleteBudget(
|
|
699
|
+
args: DeleteBudgetCommandInput,
|
|
700
|
+
options?: __HttpHandlerOptions
|
|
701
|
+
): Promise<DeleteBudgetCommandOutput>;
|
|
702
|
+
deleteBudget(
|
|
703
|
+
args: DeleteBudgetCommandInput,
|
|
704
|
+
cb: (err: any, data?: DeleteBudgetCommandOutput) => void
|
|
705
|
+
): void;
|
|
706
|
+
deleteBudget(
|
|
707
|
+
args: DeleteBudgetCommandInput,
|
|
708
|
+
options: __HttpHandlerOptions,
|
|
709
|
+
cb: (err: any, data?: DeleteBudgetCommandOutput) => void
|
|
710
|
+
): void;
|
|
711
|
+
deleteFarm(
|
|
712
|
+
args: DeleteFarmCommandInput,
|
|
713
|
+
options?: __HttpHandlerOptions
|
|
714
|
+
): Promise<DeleteFarmCommandOutput>;
|
|
715
|
+
deleteFarm(
|
|
716
|
+
args: DeleteFarmCommandInput,
|
|
717
|
+
cb: (err: any, data?: DeleteFarmCommandOutput) => void
|
|
718
|
+
): void;
|
|
719
|
+
deleteFarm(
|
|
720
|
+
args: DeleteFarmCommandInput,
|
|
721
|
+
options: __HttpHandlerOptions,
|
|
722
|
+
cb: (err: any, data?: DeleteFarmCommandOutput) => void
|
|
723
|
+
): void;
|
|
724
|
+
deleteFleet(
|
|
725
|
+
args: DeleteFleetCommandInput,
|
|
726
|
+
options?: __HttpHandlerOptions
|
|
727
|
+
): Promise<DeleteFleetCommandOutput>;
|
|
728
|
+
deleteFleet(
|
|
729
|
+
args: DeleteFleetCommandInput,
|
|
730
|
+
cb: (err: any, data?: DeleteFleetCommandOutput) => void
|
|
731
|
+
): void;
|
|
732
|
+
deleteFleet(
|
|
733
|
+
args: DeleteFleetCommandInput,
|
|
734
|
+
options: __HttpHandlerOptions,
|
|
735
|
+
cb: (err: any, data?: DeleteFleetCommandOutput) => void
|
|
736
|
+
): void;
|
|
737
|
+
deleteLicenseEndpoint(
|
|
738
|
+
args: DeleteLicenseEndpointCommandInput,
|
|
739
|
+
options?: __HttpHandlerOptions
|
|
740
|
+
): Promise<DeleteLicenseEndpointCommandOutput>;
|
|
741
|
+
deleteLicenseEndpoint(
|
|
742
|
+
args: DeleteLicenseEndpointCommandInput,
|
|
743
|
+
cb: (err: any, data?: DeleteLicenseEndpointCommandOutput) => void
|
|
744
|
+
): void;
|
|
745
|
+
deleteLicenseEndpoint(
|
|
746
|
+
args: DeleteLicenseEndpointCommandInput,
|
|
747
|
+
options: __HttpHandlerOptions,
|
|
748
|
+
cb: (err: any, data?: DeleteLicenseEndpointCommandOutput) => void
|
|
749
|
+
): void;
|
|
750
|
+
deleteMeteredProduct(
|
|
751
|
+
args: DeleteMeteredProductCommandInput,
|
|
752
|
+
options?: __HttpHandlerOptions
|
|
753
|
+
): Promise<DeleteMeteredProductCommandOutput>;
|
|
754
|
+
deleteMeteredProduct(
|
|
755
|
+
args: DeleteMeteredProductCommandInput,
|
|
756
|
+
cb: (err: any, data?: DeleteMeteredProductCommandOutput) => void
|
|
757
|
+
): void;
|
|
758
|
+
deleteMeteredProduct(
|
|
759
|
+
args: DeleteMeteredProductCommandInput,
|
|
760
|
+
options: __HttpHandlerOptions,
|
|
761
|
+
cb: (err: any, data?: DeleteMeteredProductCommandOutput) => void
|
|
762
|
+
): void;
|
|
763
|
+
deleteMonitor(
|
|
764
|
+
args: DeleteMonitorCommandInput,
|
|
765
|
+
options?: __HttpHandlerOptions
|
|
766
|
+
): Promise<DeleteMonitorCommandOutput>;
|
|
767
|
+
deleteMonitor(
|
|
768
|
+
args: DeleteMonitorCommandInput,
|
|
769
|
+
cb: (err: any, data?: DeleteMonitorCommandOutput) => void
|
|
770
|
+
): void;
|
|
771
|
+
deleteMonitor(
|
|
772
|
+
args: DeleteMonitorCommandInput,
|
|
773
|
+
options: __HttpHandlerOptions,
|
|
774
|
+
cb: (err: any, data?: DeleteMonitorCommandOutput) => void
|
|
775
|
+
): void;
|
|
776
|
+
deleteQueue(
|
|
777
|
+
args: DeleteQueueCommandInput,
|
|
778
|
+
options?: __HttpHandlerOptions
|
|
779
|
+
): Promise<DeleteQueueCommandOutput>;
|
|
780
|
+
deleteQueue(
|
|
781
|
+
args: DeleteQueueCommandInput,
|
|
782
|
+
cb: (err: any, data?: DeleteQueueCommandOutput) => void
|
|
783
|
+
): void;
|
|
784
|
+
deleteQueue(
|
|
785
|
+
args: DeleteQueueCommandInput,
|
|
786
|
+
options: __HttpHandlerOptions,
|
|
787
|
+
cb: (err: any, data?: DeleteQueueCommandOutput) => void
|
|
788
|
+
): void;
|
|
789
|
+
deleteQueueEnvironment(
|
|
790
|
+
args: DeleteQueueEnvironmentCommandInput,
|
|
791
|
+
options?: __HttpHandlerOptions
|
|
792
|
+
): Promise<DeleteQueueEnvironmentCommandOutput>;
|
|
793
|
+
deleteQueueEnvironment(
|
|
794
|
+
args: DeleteQueueEnvironmentCommandInput,
|
|
795
|
+
cb: (err: any, data?: DeleteQueueEnvironmentCommandOutput) => void
|
|
796
|
+
): void;
|
|
797
|
+
deleteQueueEnvironment(
|
|
798
|
+
args: DeleteQueueEnvironmentCommandInput,
|
|
799
|
+
options: __HttpHandlerOptions,
|
|
800
|
+
cb: (err: any, data?: DeleteQueueEnvironmentCommandOutput) => void
|
|
801
|
+
): void;
|
|
802
|
+
deleteQueueFleetAssociation(
|
|
803
|
+
args: DeleteQueueFleetAssociationCommandInput,
|
|
804
|
+
options?: __HttpHandlerOptions
|
|
805
|
+
): Promise<DeleteQueueFleetAssociationCommandOutput>;
|
|
806
|
+
deleteQueueFleetAssociation(
|
|
807
|
+
args: DeleteQueueFleetAssociationCommandInput,
|
|
808
|
+
cb: (err: any, data?: DeleteQueueFleetAssociationCommandOutput) => void
|
|
809
|
+
): void;
|
|
810
|
+
deleteQueueFleetAssociation(
|
|
811
|
+
args: DeleteQueueFleetAssociationCommandInput,
|
|
812
|
+
options: __HttpHandlerOptions,
|
|
813
|
+
cb: (err: any, data?: DeleteQueueFleetAssociationCommandOutput) => void
|
|
814
|
+
): void;
|
|
815
|
+
deleteStorageProfile(
|
|
816
|
+
args: DeleteStorageProfileCommandInput,
|
|
817
|
+
options?: __HttpHandlerOptions
|
|
818
|
+
): Promise<DeleteStorageProfileCommandOutput>;
|
|
819
|
+
deleteStorageProfile(
|
|
820
|
+
args: DeleteStorageProfileCommandInput,
|
|
821
|
+
cb: (err: any, data?: DeleteStorageProfileCommandOutput) => void
|
|
822
|
+
): void;
|
|
823
|
+
deleteStorageProfile(
|
|
824
|
+
args: DeleteStorageProfileCommandInput,
|
|
825
|
+
options: __HttpHandlerOptions,
|
|
826
|
+
cb: (err: any, data?: DeleteStorageProfileCommandOutput) => void
|
|
827
|
+
): void;
|
|
828
|
+
deleteWorker(
|
|
829
|
+
args: DeleteWorkerCommandInput,
|
|
830
|
+
options?: __HttpHandlerOptions
|
|
831
|
+
): Promise<DeleteWorkerCommandOutput>;
|
|
832
|
+
deleteWorker(
|
|
833
|
+
args: DeleteWorkerCommandInput,
|
|
834
|
+
cb: (err: any, data?: DeleteWorkerCommandOutput) => void
|
|
835
|
+
): void;
|
|
836
|
+
deleteWorker(
|
|
837
|
+
args: DeleteWorkerCommandInput,
|
|
838
|
+
options: __HttpHandlerOptions,
|
|
839
|
+
cb: (err: any, data?: DeleteWorkerCommandOutput) => void
|
|
840
|
+
): void;
|
|
841
|
+
disassociateMemberFromFarm(
|
|
842
|
+
args: DisassociateMemberFromFarmCommandInput,
|
|
843
|
+
options?: __HttpHandlerOptions
|
|
844
|
+
): Promise<DisassociateMemberFromFarmCommandOutput>;
|
|
845
|
+
disassociateMemberFromFarm(
|
|
846
|
+
args: DisassociateMemberFromFarmCommandInput,
|
|
847
|
+
cb: (err: any, data?: DisassociateMemberFromFarmCommandOutput) => void
|
|
848
|
+
): void;
|
|
849
|
+
disassociateMemberFromFarm(
|
|
850
|
+
args: DisassociateMemberFromFarmCommandInput,
|
|
851
|
+
options: __HttpHandlerOptions,
|
|
852
|
+
cb: (err: any, data?: DisassociateMemberFromFarmCommandOutput) => void
|
|
853
|
+
): void;
|
|
854
|
+
disassociateMemberFromFleet(
|
|
855
|
+
args: DisassociateMemberFromFleetCommandInput,
|
|
856
|
+
options?: __HttpHandlerOptions
|
|
857
|
+
): Promise<DisassociateMemberFromFleetCommandOutput>;
|
|
858
|
+
disassociateMemberFromFleet(
|
|
859
|
+
args: DisassociateMemberFromFleetCommandInput,
|
|
860
|
+
cb: (err: any, data?: DisassociateMemberFromFleetCommandOutput) => void
|
|
861
|
+
): void;
|
|
862
|
+
disassociateMemberFromFleet(
|
|
863
|
+
args: DisassociateMemberFromFleetCommandInput,
|
|
864
|
+
options: __HttpHandlerOptions,
|
|
865
|
+
cb: (err: any, data?: DisassociateMemberFromFleetCommandOutput) => void
|
|
866
|
+
): void;
|
|
867
|
+
disassociateMemberFromJob(
|
|
868
|
+
args: DisassociateMemberFromJobCommandInput,
|
|
869
|
+
options?: __HttpHandlerOptions
|
|
870
|
+
): Promise<DisassociateMemberFromJobCommandOutput>;
|
|
871
|
+
disassociateMemberFromJob(
|
|
872
|
+
args: DisassociateMemberFromJobCommandInput,
|
|
873
|
+
cb: (err: any, data?: DisassociateMemberFromJobCommandOutput) => void
|
|
874
|
+
): void;
|
|
875
|
+
disassociateMemberFromJob(
|
|
876
|
+
args: DisassociateMemberFromJobCommandInput,
|
|
877
|
+
options: __HttpHandlerOptions,
|
|
878
|
+
cb: (err: any, data?: DisassociateMemberFromJobCommandOutput) => void
|
|
879
|
+
): void;
|
|
880
|
+
disassociateMemberFromQueue(
|
|
881
|
+
args: DisassociateMemberFromQueueCommandInput,
|
|
882
|
+
options?: __HttpHandlerOptions
|
|
883
|
+
): Promise<DisassociateMemberFromQueueCommandOutput>;
|
|
884
|
+
disassociateMemberFromQueue(
|
|
885
|
+
args: DisassociateMemberFromQueueCommandInput,
|
|
886
|
+
cb: (err: any, data?: DisassociateMemberFromQueueCommandOutput) => void
|
|
887
|
+
): void;
|
|
888
|
+
disassociateMemberFromQueue(
|
|
889
|
+
args: DisassociateMemberFromQueueCommandInput,
|
|
890
|
+
options: __HttpHandlerOptions,
|
|
891
|
+
cb: (err: any, data?: DisassociateMemberFromQueueCommandOutput) => void
|
|
892
|
+
): void;
|
|
893
|
+
getBudget(
|
|
894
|
+
args: GetBudgetCommandInput,
|
|
895
|
+
options?: __HttpHandlerOptions
|
|
896
|
+
): Promise<GetBudgetCommandOutput>;
|
|
897
|
+
getBudget(
|
|
898
|
+
args: GetBudgetCommandInput,
|
|
899
|
+
cb: (err: any, data?: GetBudgetCommandOutput) => void
|
|
900
|
+
): void;
|
|
901
|
+
getBudget(
|
|
902
|
+
args: GetBudgetCommandInput,
|
|
903
|
+
options: __HttpHandlerOptions,
|
|
904
|
+
cb: (err: any, data?: GetBudgetCommandOutput) => void
|
|
905
|
+
): void;
|
|
906
|
+
getFarm(
|
|
907
|
+
args: GetFarmCommandInput,
|
|
908
|
+
options?: __HttpHandlerOptions
|
|
909
|
+
): Promise<GetFarmCommandOutput>;
|
|
910
|
+
getFarm(
|
|
911
|
+
args: GetFarmCommandInput,
|
|
912
|
+
cb: (err: any, data?: GetFarmCommandOutput) => void
|
|
913
|
+
): void;
|
|
914
|
+
getFarm(
|
|
915
|
+
args: GetFarmCommandInput,
|
|
916
|
+
options: __HttpHandlerOptions,
|
|
917
|
+
cb: (err: any, data?: GetFarmCommandOutput) => void
|
|
918
|
+
): void;
|
|
919
|
+
getFleet(
|
|
920
|
+
args: GetFleetCommandInput,
|
|
921
|
+
options?: __HttpHandlerOptions
|
|
922
|
+
): Promise<GetFleetCommandOutput>;
|
|
923
|
+
getFleet(
|
|
924
|
+
args: GetFleetCommandInput,
|
|
925
|
+
cb: (err: any, data?: GetFleetCommandOutput) => void
|
|
926
|
+
): void;
|
|
927
|
+
getFleet(
|
|
928
|
+
args: GetFleetCommandInput,
|
|
929
|
+
options: __HttpHandlerOptions,
|
|
930
|
+
cb: (err: any, data?: GetFleetCommandOutput) => void
|
|
931
|
+
): void;
|
|
932
|
+
getJob(
|
|
933
|
+
args: GetJobCommandInput,
|
|
934
|
+
options?: __HttpHandlerOptions
|
|
935
|
+
): Promise<GetJobCommandOutput>;
|
|
936
|
+
getJob(
|
|
937
|
+
args: GetJobCommandInput,
|
|
938
|
+
cb: (err: any, data?: GetJobCommandOutput) => void
|
|
939
|
+
): void;
|
|
940
|
+
getJob(
|
|
941
|
+
args: GetJobCommandInput,
|
|
942
|
+
options: __HttpHandlerOptions,
|
|
943
|
+
cb: (err: any, data?: GetJobCommandOutput) => void
|
|
944
|
+
): void;
|
|
945
|
+
getLicenseEndpoint(
|
|
946
|
+
args: GetLicenseEndpointCommandInput,
|
|
947
|
+
options?: __HttpHandlerOptions
|
|
948
|
+
): Promise<GetLicenseEndpointCommandOutput>;
|
|
949
|
+
getLicenseEndpoint(
|
|
950
|
+
args: GetLicenseEndpointCommandInput,
|
|
951
|
+
cb: (err: any, data?: GetLicenseEndpointCommandOutput) => void
|
|
952
|
+
): void;
|
|
953
|
+
getLicenseEndpoint(
|
|
954
|
+
args: GetLicenseEndpointCommandInput,
|
|
955
|
+
options: __HttpHandlerOptions,
|
|
956
|
+
cb: (err: any, data?: GetLicenseEndpointCommandOutput) => void
|
|
957
|
+
): void;
|
|
958
|
+
getMonitor(
|
|
959
|
+
args: GetMonitorCommandInput,
|
|
960
|
+
options?: __HttpHandlerOptions
|
|
961
|
+
): Promise<GetMonitorCommandOutput>;
|
|
962
|
+
getMonitor(
|
|
963
|
+
args: GetMonitorCommandInput,
|
|
964
|
+
cb: (err: any, data?: GetMonitorCommandOutput) => void
|
|
965
|
+
): void;
|
|
966
|
+
getMonitor(
|
|
967
|
+
args: GetMonitorCommandInput,
|
|
968
|
+
options: __HttpHandlerOptions,
|
|
969
|
+
cb: (err: any, data?: GetMonitorCommandOutput) => void
|
|
970
|
+
): void;
|
|
971
|
+
getQueue(
|
|
972
|
+
args: GetQueueCommandInput,
|
|
973
|
+
options?: __HttpHandlerOptions
|
|
974
|
+
): Promise<GetQueueCommandOutput>;
|
|
975
|
+
getQueue(
|
|
976
|
+
args: GetQueueCommandInput,
|
|
977
|
+
cb: (err: any, data?: GetQueueCommandOutput) => void
|
|
978
|
+
): void;
|
|
979
|
+
getQueue(
|
|
980
|
+
args: GetQueueCommandInput,
|
|
981
|
+
options: __HttpHandlerOptions,
|
|
982
|
+
cb: (err: any, data?: GetQueueCommandOutput) => void
|
|
983
|
+
): void;
|
|
984
|
+
getQueueEnvironment(
|
|
985
|
+
args: GetQueueEnvironmentCommandInput,
|
|
986
|
+
options?: __HttpHandlerOptions
|
|
987
|
+
): Promise<GetQueueEnvironmentCommandOutput>;
|
|
988
|
+
getQueueEnvironment(
|
|
989
|
+
args: GetQueueEnvironmentCommandInput,
|
|
990
|
+
cb: (err: any, data?: GetQueueEnvironmentCommandOutput) => void
|
|
991
|
+
): void;
|
|
992
|
+
getQueueEnvironment(
|
|
993
|
+
args: GetQueueEnvironmentCommandInput,
|
|
994
|
+
options: __HttpHandlerOptions,
|
|
995
|
+
cb: (err: any, data?: GetQueueEnvironmentCommandOutput) => void
|
|
996
|
+
): void;
|
|
997
|
+
getQueueFleetAssociation(
|
|
998
|
+
args: GetQueueFleetAssociationCommandInput,
|
|
999
|
+
options?: __HttpHandlerOptions
|
|
1000
|
+
): Promise<GetQueueFleetAssociationCommandOutput>;
|
|
1001
|
+
getQueueFleetAssociation(
|
|
1002
|
+
args: GetQueueFleetAssociationCommandInput,
|
|
1003
|
+
cb: (err: any, data?: GetQueueFleetAssociationCommandOutput) => void
|
|
1004
|
+
): void;
|
|
1005
|
+
getQueueFleetAssociation(
|
|
1006
|
+
args: GetQueueFleetAssociationCommandInput,
|
|
1007
|
+
options: __HttpHandlerOptions,
|
|
1008
|
+
cb: (err: any, data?: GetQueueFleetAssociationCommandOutput) => void
|
|
1009
|
+
): void;
|
|
1010
|
+
getSession(
|
|
1011
|
+
args: GetSessionCommandInput,
|
|
1012
|
+
options?: __HttpHandlerOptions
|
|
1013
|
+
): Promise<GetSessionCommandOutput>;
|
|
1014
|
+
getSession(
|
|
1015
|
+
args: GetSessionCommandInput,
|
|
1016
|
+
cb: (err: any, data?: GetSessionCommandOutput) => void
|
|
1017
|
+
): void;
|
|
1018
|
+
getSession(
|
|
1019
|
+
args: GetSessionCommandInput,
|
|
1020
|
+
options: __HttpHandlerOptions,
|
|
1021
|
+
cb: (err: any, data?: GetSessionCommandOutput) => void
|
|
1022
|
+
): void;
|
|
1023
|
+
getSessionAction(
|
|
1024
|
+
args: GetSessionActionCommandInput,
|
|
1025
|
+
options?: __HttpHandlerOptions
|
|
1026
|
+
): Promise<GetSessionActionCommandOutput>;
|
|
1027
|
+
getSessionAction(
|
|
1028
|
+
args: GetSessionActionCommandInput,
|
|
1029
|
+
cb: (err: any, data?: GetSessionActionCommandOutput) => void
|
|
1030
|
+
): void;
|
|
1031
|
+
getSessionAction(
|
|
1032
|
+
args: GetSessionActionCommandInput,
|
|
1033
|
+
options: __HttpHandlerOptions,
|
|
1034
|
+
cb: (err: any, data?: GetSessionActionCommandOutput) => void
|
|
1035
|
+
): void;
|
|
1036
|
+
getSessionsStatisticsAggregation(
|
|
1037
|
+
args: GetSessionsStatisticsAggregationCommandInput,
|
|
1038
|
+
options?: __HttpHandlerOptions
|
|
1039
|
+
): Promise<GetSessionsStatisticsAggregationCommandOutput>;
|
|
1040
|
+
getSessionsStatisticsAggregation(
|
|
1041
|
+
args: GetSessionsStatisticsAggregationCommandInput,
|
|
1042
|
+
cb: (err: any, data?: GetSessionsStatisticsAggregationCommandOutput) => void
|
|
1043
|
+
): void;
|
|
1044
|
+
getSessionsStatisticsAggregation(
|
|
1045
|
+
args: GetSessionsStatisticsAggregationCommandInput,
|
|
1046
|
+
options: __HttpHandlerOptions,
|
|
1047
|
+
cb: (err: any, data?: GetSessionsStatisticsAggregationCommandOutput) => void
|
|
1048
|
+
): void;
|
|
1049
|
+
getStep(
|
|
1050
|
+
args: GetStepCommandInput,
|
|
1051
|
+
options?: __HttpHandlerOptions
|
|
1052
|
+
): Promise<GetStepCommandOutput>;
|
|
1053
|
+
getStep(
|
|
1054
|
+
args: GetStepCommandInput,
|
|
1055
|
+
cb: (err: any, data?: GetStepCommandOutput) => void
|
|
1056
|
+
): void;
|
|
1057
|
+
getStep(
|
|
1058
|
+
args: GetStepCommandInput,
|
|
1059
|
+
options: __HttpHandlerOptions,
|
|
1060
|
+
cb: (err: any, data?: GetStepCommandOutput) => void
|
|
1061
|
+
): void;
|
|
1062
|
+
getStorageProfile(
|
|
1063
|
+
args: GetStorageProfileCommandInput,
|
|
1064
|
+
options?: __HttpHandlerOptions
|
|
1065
|
+
): Promise<GetStorageProfileCommandOutput>;
|
|
1066
|
+
getStorageProfile(
|
|
1067
|
+
args: GetStorageProfileCommandInput,
|
|
1068
|
+
cb: (err: any, data?: GetStorageProfileCommandOutput) => void
|
|
1069
|
+
): void;
|
|
1070
|
+
getStorageProfile(
|
|
1071
|
+
args: GetStorageProfileCommandInput,
|
|
1072
|
+
options: __HttpHandlerOptions,
|
|
1073
|
+
cb: (err: any, data?: GetStorageProfileCommandOutput) => void
|
|
1074
|
+
): void;
|
|
1075
|
+
getStorageProfileForQueue(
|
|
1076
|
+
args: GetStorageProfileForQueueCommandInput,
|
|
1077
|
+
options?: __HttpHandlerOptions
|
|
1078
|
+
): Promise<GetStorageProfileForQueueCommandOutput>;
|
|
1079
|
+
getStorageProfileForQueue(
|
|
1080
|
+
args: GetStorageProfileForQueueCommandInput,
|
|
1081
|
+
cb: (err: any, data?: GetStorageProfileForQueueCommandOutput) => void
|
|
1082
|
+
): void;
|
|
1083
|
+
getStorageProfileForQueue(
|
|
1084
|
+
args: GetStorageProfileForQueueCommandInput,
|
|
1085
|
+
options: __HttpHandlerOptions,
|
|
1086
|
+
cb: (err: any, data?: GetStorageProfileForQueueCommandOutput) => void
|
|
1087
|
+
): void;
|
|
1088
|
+
getTask(
|
|
1089
|
+
args: GetTaskCommandInput,
|
|
1090
|
+
options?: __HttpHandlerOptions
|
|
1091
|
+
): Promise<GetTaskCommandOutput>;
|
|
1092
|
+
getTask(
|
|
1093
|
+
args: GetTaskCommandInput,
|
|
1094
|
+
cb: (err: any, data?: GetTaskCommandOutput) => void
|
|
1095
|
+
): void;
|
|
1096
|
+
getTask(
|
|
1097
|
+
args: GetTaskCommandInput,
|
|
1098
|
+
options: __HttpHandlerOptions,
|
|
1099
|
+
cb: (err: any, data?: GetTaskCommandOutput) => void
|
|
1100
|
+
): void;
|
|
1101
|
+
getWorker(
|
|
1102
|
+
args: GetWorkerCommandInput,
|
|
1103
|
+
options?: __HttpHandlerOptions
|
|
1104
|
+
): Promise<GetWorkerCommandOutput>;
|
|
1105
|
+
getWorker(
|
|
1106
|
+
args: GetWorkerCommandInput,
|
|
1107
|
+
cb: (err: any, data?: GetWorkerCommandOutput) => void
|
|
1108
|
+
): void;
|
|
1109
|
+
getWorker(
|
|
1110
|
+
args: GetWorkerCommandInput,
|
|
1111
|
+
options: __HttpHandlerOptions,
|
|
1112
|
+
cb: (err: any, data?: GetWorkerCommandOutput) => void
|
|
1113
|
+
): void;
|
|
1114
|
+
listAvailableMeteredProducts(): Promise<ListAvailableMeteredProductsCommandOutput>;
|
|
1115
|
+
listAvailableMeteredProducts(
|
|
1116
|
+
args: ListAvailableMeteredProductsCommandInput,
|
|
1117
|
+
options?: __HttpHandlerOptions
|
|
1118
|
+
): Promise<ListAvailableMeteredProductsCommandOutput>;
|
|
1119
|
+
listAvailableMeteredProducts(
|
|
1120
|
+
args: ListAvailableMeteredProductsCommandInput,
|
|
1121
|
+
cb: (err: any, data?: ListAvailableMeteredProductsCommandOutput) => void
|
|
1122
|
+
): void;
|
|
1123
|
+
listAvailableMeteredProducts(
|
|
1124
|
+
args: ListAvailableMeteredProductsCommandInput,
|
|
1125
|
+
options: __HttpHandlerOptions,
|
|
1126
|
+
cb: (err: any, data?: ListAvailableMeteredProductsCommandOutput) => void
|
|
1127
|
+
): void;
|
|
1128
|
+
listBudgets(
|
|
1129
|
+
args: ListBudgetsCommandInput,
|
|
1130
|
+
options?: __HttpHandlerOptions
|
|
1131
|
+
): Promise<ListBudgetsCommandOutput>;
|
|
1132
|
+
listBudgets(
|
|
1133
|
+
args: ListBudgetsCommandInput,
|
|
1134
|
+
cb: (err: any, data?: ListBudgetsCommandOutput) => void
|
|
1135
|
+
): void;
|
|
1136
|
+
listBudgets(
|
|
1137
|
+
args: ListBudgetsCommandInput,
|
|
1138
|
+
options: __HttpHandlerOptions,
|
|
1139
|
+
cb: (err: any, data?: ListBudgetsCommandOutput) => void
|
|
1140
|
+
): void;
|
|
1141
|
+
listFarmMembers(
|
|
1142
|
+
args: ListFarmMembersCommandInput,
|
|
1143
|
+
options?: __HttpHandlerOptions
|
|
1144
|
+
): Promise<ListFarmMembersCommandOutput>;
|
|
1145
|
+
listFarmMembers(
|
|
1146
|
+
args: ListFarmMembersCommandInput,
|
|
1147
|
+
cb: (err: any, data?: ListFarmMembersCommandOutput) => void
|
|
1148
|
+
): void;
|
|
1149
|
+
listFarmMembers(
|
|
1150
|
+
args: ListFarmMembersCommandInput,
|
|
1151
|
+
options: __HttpHandlerOptions,
|
|
1152
|
+
cb: (err: any, data?: ListFarmMembersCommandOutput) => void
|
|
1153
|
+
): void;
|
|
1154
|
+
listFarms(): Promise<ListFarmsCommandOutput>;
|
|
1155
|
+
listFarms(
|
|
1156
|
+
args: ListFarmsCommandInput,
|
|
1157
|
+
options?: __HttpHandlerOptions
|
|
1158
|
+
): Promise<ListFarmsCommandOutput>;
|
|
1159
|
+
listFarms(
|
|
1160
|
+
args: ListFarmsCommandInput,
|
|
1161
|
+
cb: (err: any, data?: ListFarmsCommandOutput) => void
|
|
1162
|
+
): void;
|
|
1163
|
+
listFarms(
|
|
1164
|
+
args: ListFarmsCommandInput,
|
|
1165
|
+
options: __HttpHandlerOptions,
|
|
1166
|
+
cb: (err: any, data?: ListFarmsCommandOutput) => void
|
|
1167
|
+
): void;
|
|
1168
|
+
listFleetMembers(
|
|
1169
|
+
args: ListFleetMembersCommandInput,
|
|
1170
|
+
options?: __HttpHandlerOptions
|
|
1171
|
+
): Promise<ListFleetMembersCommandOutput>;
|
|
1172
|
+
listFleetMembers(
|
|
1173
|
+
args: ListFleetMembersCommandInput,
|
|
1174
|
+
cb: (err: any, data?: ListFleetMembersCommandOutput) => void
|
|
1175
|
+
): void;
|
|
1176
|
+
listFleetMembers(
|
|
1177
|
+
args: ListFleetMembersCommandInput,
|
|
1178
|
+
options: __HttpHandlerOptions,
|
|
1179
|
+
cb: (err: any, data?: ListFleetMembersCommandOutput) => void
|
|
1180
|
+
): void;
|
|
1181
|
+
listFleets(
|
|
1182
|
+
args: ListFleetsCommandInput,
|
|
1183
|
+
options?: __HttpHandlerOptions
|
|
1184
|
+
): Promise<ListFleetsCommandOutput>;
|
|
1185
|
+
listFleets(
|
|
1186
|
+
args: ListFleetsCommandInput,
|
|
1187
|
+
cb: (err: any, data?: ListFleetsCommandOutput) => void
|
|
1188
|
+
): void;
|
|
1189
|
+
listFleets(
|
|
1190
|
+
args: ListFleetsCommandInput,
|
|
1191
|
+
options: __HttpHandlerOptions,
|
|
1192
|
+
cb: (err: any, data?: ListFleetsCommandOutput) => void
|
|
1193
|
+
): void;
|
|
1194
|
+
listJobMembers(
|
|
1195
|
+
args: ListJobMembersCommandInput,
|
|
1196
|
+
options?: __HttpHandlerOptions
|
|
1197
|
+
): Promise<ListJobMembersCommandOutput>;
|
|
1198
|
+
listJobMembers(
|
|
1199
|
+
args: ListJobMembersCommandInput,
|
|
1200
|
+
cb: (err: any, data?: ListJobMembersCommandOutput) => void
|
|
1201
|
+
): void;
|
|
1202
|
+
listJobMembers(
|
|
1203
|
+
args: ListJobMembersCommandInput,
|
|
1204
|
+
options: __HttpHandlerOptions,
|
|
1205
|
+
cb: (err: any, data?: ListJobMembersCommandOutput) => void
|
|
1206
|
+
): void;
|
|
1207
|
+
listJobs(
|
|
1208
|
+
args: ListJobsCommandInput,
|
|
1209
|
+
options?: __HttpHandlerOptions
|
|
1210
|
+
): Promise<ListJobsCommandOutput>;
|
|
1211
|
+
listJobs(
|
|
1212
|
+
args: ListJobsCommandInput,
|
|
1213
|
+
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
1214
|
+
): void;
|
|
1215
|
+
listJobs(
|
|
1216
|
+
args: ListJobsCommandInput,
|
|
1217
|
+
options: __HttpHandlerOptions,
|
|
1218
|
+
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
1219
|
+
): void;
|
|
1220
|
+
listLicenseEndpoints(): Promise<ListLicenseEndpointsCommandOutput>;
|
|
1221
|
+
listLicenseEndpoints(
|
|
1222
|
+
args: ListLicenseEndpointsCommandInput,
|
|
1223
|
+
options?: __HttpHandlerOptions
|
|
1224
|
+
): Promise<ListLicenseEndpointsCommandOutput>;
|
|
1225
|
+
listLicenseEndpoints(
|
|
1226
|
+
args: ListLicenseEndpointsCommandInput,
|
|
1227
|
+
cb: (err: any, data?: ListLicenseEndpointsCommandOutput) => void
|
|
1228
|
+
): void;
|
|
1229
|
+
listLicenseEndpoints(
|
|
1230
|
+
args: ListLicenseEndpointsCommandInput,
|
|
1231
|
+
options: __HttpHandlerOptions,
|
|
1232
|
+
cb: (err: any, data?: ListLicenseEndpointsCommandOutput) => void
|
|
1233
|
+
): void;
|
|
1234
|
+
listMeteredProducts(
|
|
1235
|
+
args: ListMeteredProductsCommandInput,
|
|
1236
|
+
options?: __HttpHandlerOptions
|
|
1237
|
+
): Promise<ListMeteredProductsCommandOutput>;
|
|
1238
|
+
listMeteredProducts(
|
|
1239
|
+
args: ListMeteredProductsCommandInput,
|
|
1240
|
+
cb: (err: any, data?: ListMeteredProductsCommandOutput) => void
|
|
1241
|
+
): void;
|
|
1242
|
+
listMeteredProducts(
|
|
1243
|
+
args: ListMeteredProductsCommandInput,
|
|
1244
|
+
options: __HttpHandlerOptions,
|
|
1245
|
+
cb: (err: any, data?: ListMeteredProductsCommandOutput) => void
|
|
1246
|
+
): void;
|
|
1247
|
+
listMonitors(): Promise<ListMonitorsCommandOutput>;
|
|
1248
|
+
listMonitors(
|
|
1249
|
+
args: ListMonitorsCommandInput,
|
|
1250
|
+
options?: __HttpHandlerOptions
|
|
1251
|
+
): Promise<ListMonitorsCommandOutput>;
|
|
1252
|
+
listMonitors(
|
|
1253
|
+
args: ListMonitorsCommandInput,
|
|
1254
|
+
cb: (err: any, data?: ListMonitorsCommandOutput) => void
|
|
1255
|
+
): void;
|
|
1256
|
+
listMonitors(
|
|
1257
|
+
args: ListMonitorsCommandInput,
|
|
1258
|
+
options: __HttpHandlerOptions,
|
|
1259
|
+
cb: (err: any, data?: ListMonitorsCommandOutput) => void
|
|
1260
|
+
): void;
|
|
1261
|
+
listQueueEnvironments(
|
|
1262
|
+
args: ListQueueEnvironmentsCommandInput,
|
|
1263
|
+
options?: __HttpHandlerOptions
|
|
1264
|
+
): Promise<ListQueueEnvironmentsCommandOutput>;
|
|
1265
|
+
listQueueEnvironments(
|
|
1266
|
+
args: ListQueueEnvironmentsCommandInput,
|
|
1267
|
+
cb: (err: any, data?: ListQueueEnvironmentsCommandOutput) => void
|
|
1268
|
+
): void;
|
|
1269
|
+
listQueueEnvironments(
|
|
1270
|
+
args: ListQueueEnvironmentsCommandInput,
|
|
1271
|
+
options: __HttpHandlerOptions,
|
|
1272
|
+
cb: (err: any, data?: ListQueueEnvironmentsCommandOutput) => void
|
|
1273
|
+
): void;
|
|
1274
|
+
listQueueFleetAssociations(
|
|
1275
|
+
args: ListQueueFleetAssociationsCommandInput,
|
|
1276
|
+
options?: __HttpHandlerOptions
|
|
1277
|
+
): Promise<ListQueueFleetAssociationsCommandOutput>;
|
|
1278
|
+
listQueueFleetAssociations(
|
|
1279
|
+
args: ListQueueFleetAssociationsCommandInput,
|
|
1280
|
+
cb: (err: any, data?: ListQueueFleetAssociationsCommandOutput) => void
|
|
1281
|
+
): void;
|
|
1282
|
+
listQueueFleetAssociations(
|
|
1283
|
+
args: ListQueueFleetAssociationsCommandInput,
|
|
1284
|
+
options: __HttpHandlerOptions,
|
|
1285
|
+
cb: (err: any, data?: ListQueueFleetAssociationsCommandOutput) => void
|
|
1286
|
+
): void;
|
|
1287
|
+
listQueueMembers(
|
|
1288
|
+
args: ListQueueMembersCommandInput,
|
|
1289
|
+
options?: __HttpHandlerOptions
|
|
1290
|
+
): Promise<ListQueueMembersCommandOutput>;
|
|
1291
|
+
listQueueMembers(
|
|
1292
|
+
args: ListQueueMembersCommandInput,
|
|
1293
|
+
cb: (err: any, data?: ListQueueMembersCommandOutput) => void
|
|
1294
|
+
): void;
|
|
1295
|
+
listQueueMembers(
|
|
1296
|
+
args: ListQueueMembersCommandInput,
|
|
1297
|
+
options: __HttpHandlerOptions,
|
|
1298
|
+
cb: (err: any, data?: ListQueueMembersCommandOutput) => void
|
|
1299
|
+
): void;
|
|
1300
|
+
listQueues(
|
|
1301
|
+
args: ListQueuesCommandInput,
|
|
1302
|
+
options?: __HttpHandlerOptions
|
|
1303
|
+
): Promise<ListQueuesCommandOutput>;
|
|
1304
|
+
listQueues(
|
|
1305
|
+
args: ListQueuesCommandInput,
|
|
1306
|
+
cb: (err: any, data?: ListQueuesCommandOutput) => void
|
|
1307
|
+
): void;
|
|
1308
|
+
listQueues(
|
|
1309
|
+
args: ListQueuesCommandInput,
|
|
1310
|
+
options: __HttpHandlerOptions,
|
|
1311
|
+
cb: (err: any, data?: ListQueuesCommandOutput) => void
|
|
1312
|
+
): void;
|
|
1313
|
+
listSessionActions(
|
|
1314
|
+
args: ListSessionActionsCommandInput,
|
|
1315
|
+
options?: __HttpHandlerOptions
|
|
1316
|
+
): Promise<ListSessionActionsCommandOutput>;
|
|
1317
|
+
listSessionActions(
|
|
1318
|
+
args: ListSessionActionsCommandInput,
|
|
1319
|
+
cb: (err: any, data?: ListSessionActionsCommandOutput) => void
|
|
1320
|
+
): void;
|
|
1321
|
+
listSessionActions(
|
|
1322
|
+
args: ListSessionActionsCommandInput,
|
|
1323
|
+
options: __HttpHandlerOptions,
|
|
1324
|
+
cb: (err: any, data?: ListSessionActionsCommandOutput) => void
|
|
1325
|
+
): void;
|
|
1326
|
+
listSessions(
|
|
1327
|
+
args: ListSessionsCommandInput,
|
|
1328
|
+
options?: __HttpHandlerOptions
|
|
1329
|
+
): Promise<ListSessionsCommandOutput>;
|
|
1330
|
+
listSessions(
|
|
1331
|
+
args: ListSessionsCommandInput,
|
|
1332
|
+
cb: (err: any, data?: ListSessionsCommandOutput) => void
|
|
1333
|
+
): void;
|
|
1334
|
+
listSessions(
|
|
1335
|
+
args: ListSessionsCommandInput,
|
|
1336
|
+
options: __HttpHandlerOptions,
|
|
1337
|
+
cb: (err: any, data?: ListSessionsCommandOutput) => void
|
|
1338
|
+
): void;
|
|
1339
|
+
listSessionsForWorker(
|
|
1340
|
+
args: ListSessionsForWorkerCommandInput,
|
|
1341
|
+
options?: __HttpHandlerOptions
|
|
1342
|
+
): Promise<ListSessionsForWorkerCommandOutput>;
|
|
1343
|
+
listSessionsForWorker(
|
|
1344
|
+
args: ListSessionsForWorkerCommandInput,
|
|
1345
|
+
cb: (err: any, data?: ListSessionsForWorkerCommandOutput) => void
|
|
1346
|
+
): void;
|
|
1347
|
+
listSessionsForWorker(
|
|
1348
|
+
args: ListSessionsForWorkerCommandInput,
|
|
1349
|
+
options: __HttpHandlerOptions,
|
|
1350
|
+
cb: (err: any, data?: ListSessionsForWorkerCommandOutput) => void
|
|
1351
|
+
): void;
|
|
1352
|
+
listStepConsumers(
|
|
1353
|
+
args: ListStepConsumersCommandInput,
|
|
1354
|
+
options?: __HttpHandlerOptions
|
|
1355
|
+
): Promise<ListStepConsumersCommandOutput>;
|
|
1356
|
+
listStepConsumers(
|
|
1357
|
+
args: ListStepConsumersCommandInput,
|
|
1358
|
+
cb: (err: any, data?: ListStepConsumersCommandOutput) => void
|
|
1359
|
+
): void;
|
|
1360
|
+
listStepConsumers(
|
|
1361
|
+
args: ListStepConsumersCommandInput,
|
|
1362
|
+
options: __HttpHandlerOptions,
|
|
1363
|
+
cb: (err: any, data?: ListStepConsumersCommandOutput) => void
|
|
1364
|
+
): void;
|
|
1365
|
+
listStepDependencies(
|
|
1366
|
+
args: ListStepDependenciesCommandInput,
|
|
1367
|
+
options?: __HttpHandlerOptions
|
|
1368
|
+
): Promise<ListStepDependenciesCommandOutput>;
|
|
1369
|
+
listStepDependencies(
|
|
1370
|
+
args: ListStepDependenciesCommandInput,
|
|
1371
|
+
cb: (err: any, data?: ListStepDependenciesCommandOutput) => void
|
|
1372
|
+
): void;
|
|
1373
|
+
listStepDependencies(
|
|
1374
|
+
args: ListStepDependenciesCommandInput,
|
|
1375
|
+
options: __HttpHandlerOptions,
|
|
1376
|
+
cb: (err: any, data?: ListStepDependenciesCommandOutput) => void
|
|
1377
|
+
): void;
|
|
1378
|
+
listSteps(
|
|
1379
|
+
args: ListStepsCommandInput,
|
|
1380
|
+
options?: __HttpHandlerOptions
|
|
1381
|
+
): Promise<ListStepsCommandOutput>;
|
|
1382
|
+
listSteps(
|
|
1383
|
+
args: ListStepsCommandInput,
|
|
1384
|
+
cb: (err: any, data?: ListStepsCommandOutput) => void
|
|
1385
|
+
): void;
|
|
1386
|
+
listSteps(
|
|
1387
|
+
args: ListStepsCommandInput,
|
|
1388
|
+
options: __HttpHandlerOptions,
|
|
1389
|
+
cb: (err: any, data?: ListStepsCommandOutput) => void
|
|
1390
|
+
): void;
|
|
1391
|
+
listStorageProfiles(
|
|
1392
|
+
args: ListStorageProfilesCommandInput,
|
|
1393
|
+
options?: __HttpHandlerOptions
|
|
1394
|
+
): Promise<ListStorageProfilesCommandOutput>;
|
|
1395
|
+
listStorageProfiles(
|
|
1396
|
+
args: ListStorageProfilesCommandInput,
|
|
1397
|
+
cb: (err: any, data?: ListStorageProfilesCommandOutput) => void
|
|
1398
|
+
): void;
|
|
1399
|
+
listStorageProfiles(
|
|
1400
|
+
args: ListStorageProfilesCommandInput,
|
|
1401
|
+
options: __HttpHandlerOptions,
|
|
1402
|
+
cb: (err: any, data?: ListStorageProfilesCommandOutput) => void
|
|
1403
|
+
): void;
|
|
1404
|
+
listStorageProfilesForQueue(
|
|
1405
|
+
args: ListStorageProfilesForQueueCommandInput,
|
|
1406
|
+
options?: __HttpHandlerOptions
|
|
1407
|
+
): Promise<ListStorageProfilesForQueueCommandOutput>;
|
|
1408
|
+
listStorageProfilesForQueue(
|
|
1409
|
+
args: ListStorageProfilesForQueueCommandInput,
|
|
1410
|
+
cb: (err: any, data?: ListStorageProfilesForQueueCommandOutput) => void
|
|
1411
|
+
): void;
|
|
1412
|
+
listStorageProfilesForQueue(
|
|
1413
|
+
args: ListStorageProfilesForQueueCommandInput,
|
|
1414
|
+
options: __HttpHandlerOptions,
|
|
1415
|
+
cb: (err: any, data?: ListStorageProfilesForQueueCommandOutput) => void
|
|
1416
|
+
): void;
|
|
1417
|
+
listTagsForResource(
|
|
1418
|
+
args: ListTagsForResourceCommandInput,
|
|
1419
|
+
options?: __HttpHandlerOptions
|
|
1420
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
1421
|
+
listTagsForResource(
|
|
1422
|
+
args: ListTagsForResourceCommandInput,
|
|
1423
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1424
|
+
): void;
|
|
1425
|
+
listTagsForResource(
|
|
1426
|
+
args: ListTagsForResourceCommandInput,
|
|
1427
|
+
options: __HttpHandlerOptions,
|
|
1428
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1429
|
+
): void;
|
|
1430
|
+
listTasks(
|
|
1431
|
+
args: ListTasksCommandInput,
|
|
1432
|
+
options?: __HttpHandlerOptions
|
|
1433
|
+
): Promise<ListTasksCommandOutput>;
|
|
1434
|
+
listTasks(
|
|
1435
|
+
args: ListTasksCommandInput,
|
|
1436
|
+
cb: (err: any, data?: ListTasksCommandOutput) => void
|
|
1437
|
+
): void;
|
|
1438
|
+
listTasks(
|
|
1439
|
+
args: ListTasksCommandInput,
|
|
1440
|
+
options: __HttpHandlerOptions,
|
|
1441
|
+
cb: (err: any, data?: ListTasksCommandOutput) => void
|
|
1442
|
+
): void;
|
|
1443
|
+
listWorkers(
|
|
1444
|
+
args: ListWorkersCommandInput,
|
|
1445
|
+
options?: __HttpHandlerOptions
|
|
1446
|
+
): Promise<ListWorkersCommandOutput>;
|
|
1447
|
+
listWorkers(
|
|
1448
|
+
args: ListWorkersCommandInput,
|
|
1449
|
+
cb: (err: any, data?: ListWorkersCommandOutput) => void
|
|
1450
|
+
): void;
|
|
1451
|
+
listWorkers(
|
|
1452
|
+
args: ListWorkersCommandInput,
|
|
1453
|
+
options: __HttpHandlerOptions,
|
|
1454
|
+
cb: (err: any, data?: ListWorkersCommandOutput) => void
|
|
1455
|
+
): void;
|
|
1456
|
+
putMeteredProduct(
|
|
1457
|
+
args: PutMeteredProductCommandInput,
|
|
1458
|
+
options?: __HttpHandlerOptions
|
|
1459
|
+
): Promise<PutMeteredProductCommandOutput>;
|
|
1460
|
+
putMeteredProduct(
|
|
1461
|
+
args: PutMeteredProductCommandInput,
|
|
1462
|
+
cb: (err: any, data?: PutMeteredProductCommandOutput) => void
|
|
1463
|
+
): void;
|
|
1464
|
+
putMeteredProduct(
|
|
1465
|
+
args: PutMeteredProductCommandInput,
|
|
1466
|
+
options: __HttpHandlerOptions,
|
|
1467
|
+
cb: (err: any, data?: PutMeteredProductCommandOutput) => void
|
|
1468
|
+
): void;
|
|
1469
|
+
searchJobs(
|
|
1470
|
+
args: SearchJobsCommandInput,
|
|
1471
|
+
options?: __HttpHandlerOptions
|
|
1472
|
+
): Promise<SearchJobsCommandOutput>;
|
|
1473
|
+
searchJobs(
|
|
1474
|
+
args: SearchJobsCommandInput,
|
|
1475
|
+
cb: (err: any, data?: SearchJobsCommandOutput) => void
|
|
1476
|
+
): void;
|
|
1477
|
+
searchJobs(
|
|
1478
|
+
args: SearchJobsCommandInput,
|
|
1479
|
+
options: __HttpHandlerOptions,
|
|
1480
|
+
cb: (err: any, data?: SearchJobsCommandOutput) => void
|
|
1481
|
+
): void;
|
|
1482
|
+
searchSteps(
|
|
1483
|
+
args: SearchStepsCommandInput,
|
|
1484
|
+
options?: __HttpHandlerOptions
|
|
1485
|
+
): Promise<SearchStepsCommandOutput>;
|
|
1486
|
+
searchSteps(
|
|
1487
|
+
args: SearchStepsCommandInput,
|
|
1488
|
+
cb: (err: any, data?: SearchStepsCommandOutput) => void
|
|
1489
|
+
): void;
|
|
1490
|
+
searchSteps(
|
|
1491
|
+
args: SearchStepsCommandInput,
|
|
1492
|
+
options: __HttpHandlerOptions,
|
|
1493
|
+
cb: (err: any, data?: SearchStepsCommandOutput) => void
|
|
1494
|
+
): void;
|
|
1495
|
+
searchTasks(
|
|
1496
|
+
args: SearchTasksCommandInput,
|
|
1497
|
+
options?: __HttpHandlerOptions
|
|
1498
|
+
): Promise<SearchTasksCommandOutput>;
|
|
1499
|
+
searchTasks(
|
|
1500
|
+
args: SearchTasksCommandInput,
|
|
1501
|
+
cb: (err: any, data?: SearchTasksCommandOutput) => void
|
|
1502
|
+
): void;
|
|
1503
|
+
searchTasks(
|
|
1504
|
+
args: SearchTasksCommandInput,
|
|
1505
|
+
options: __HttpHandlerOptions,
|
|
1506
|
+
cb: (err: any, data?: SearchTasksCommandOutput) => void
|
|
1507
|
+
): void;
|
|
1508
|
+
searchWorkers(
|
|
1509
|
+
args: SearchWorkersCommandInput,
|
|
1510
|
+
options?: __HttpHandlerOptions
|
|
1511
|
+
): Promise<SearchWorkersCommandOutput>;
|
|
1512
|
+
searchWorkers(
|
|
1513
|
+
args: SearchWorkersCommandInput,
|
|
1514
|
+
cb: (err: any, data?: SearchWorkersCommandOutput) => void
|
|
1515
|
+
): void;
|
|
1516
|
+
searchWorkers(
|
|
1517
|
+
args: SearchWorkersCommandInput,
|
|
1518
|
+
options: __HttpHandlerOptions,
|
|
1519
|
+
cb: (err: any, data?: SearchWorkersCommandOutput) => void
|
|
1520
|
+
): void;
|
|
1521
|
+
startSessionsStatisticsAggregation(
|
|
1522
|
+
args: StartSessionsStatisticsAggregationCommandInput,
|
|
1523
|
+
options?: __HttpHandlerOptions
|
|
1524
|
+
): Promise<StartSessionsStatisticsAggregationCommandOutput>;
|
|
1525
|
+
startSessionsStatisticsAggregation(
|
|
1526
|
+
args: StartSessionsStatisticsAggregationCommandInput,
|
|
1527
|
+
cb: (
|
|
1528
|
+
err: any,
|
|
1529
|
+
data?: StartSessionsStatisticsAggregationCommandOutput
|
|
1530
|
+
) => void
|
|
1531
|
+
): void;
|
|
1532
|
+
startSessionsStatisticsAggregation(
|
|
1533
|
+
args: StartSessionsStatisticsAggregationCommandInput,
|
|
1534
|
+
options: __HttpHandlerOptions,
|
|
1535
|
+
cb: (
|
|
1536
|
+
err: any,
|
|
1537
|
+
data?: StartSessionsStatisticsAggregationCommandOutput
|
|
1538
|
+
) => void
|
|
1539
|
+
): void;
|
|
1540
|
+
tagResource(
|
|
1541
|
+
args: TagResourceCommandInput,
|
|
1542
|
+
options?: __HttpHandlerOptions
|
|
1543
|
+
): Promise<TagResourceCommandOutput>;
|
|
1544
|
+
tagResource(
|
|
1545
|
+
args: TagResourceCommandInput,
|
|
1546
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1547
|
+
): void;
|
|
1548
|
+
tagResource(
|
|
1549
|
+
args: TagResourceCommandInput,
|
|
1550
|
+
options: __HttpHandlerOptions,
|
|
1551
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1552
|
+
): void;
|
|
1553
|
+
untagResource(
|
|
1554
|
+
args: UntagResourceCommandInput,
|
|
1555
|
+
options?: __HttpHandlerOptions
|
|
1556
|
+
): Promise<UntagResourceCommandOutput>;
|
|
1557
|
+
untagResource(
|
|
1558
|
+
args: UntagResourceCommandInput,
|
|
1559
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1560
|
+
): void;
|
|
1561
|
+
untagResource(
|
|
1562
|
+
args: UntagResourceCommandInput,
|
|
1563
|
+
options: __HttpHandlerOptions,
|
|
1564
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1565
|
+
): void;
|
|
1566
|
+
updateBudget(
|
|
1567
|
+
args: UpdateBudgetCommandInput,
|
|
1568
|
+
options?: __HttpHandlerOptions
|
|
1569
|
+
): Promise<UpdateBudgetCommandOutput>;
|
|
1570
|
+
updateBudget(
|
|
1571
|
+
args: UpdateBudgetCommandInput,
|
|
1572
|
+
cb: (err: any, data?: UpdateBudgetCommandOutput) => void
|
|
1573
|
+
): void;
|
|
1574
|
+
updateBudget(
|
|
1575
|
+
args: UpdateBudgetCommandInput,
|
|
1576
|
+
options: __HttpHandlerOptions,
|
|
1577
|
+
cb: (err: any, data?: UpdateBudgetCommandOutput) => void
|
|
1578
|
+
): void;
|
|
1579
|
+
updateFarm(
|
|
1580
|
+
args: UpdateFarmCommandInput,
|
|
1581
|
+
options?: __HttpHandlerOptions
|
|
1582
|
+
): Promise<UpdateFarmCommandOutput>;
|
|
1583
|
+
updateFarm(
|
|
1584
|
+
args: UpdateFarmCommandInput,
|
|
1585
|
+
cb: (err: any, data?: UpdateFarmCommandOutput) => void
|
|
1586
|
+
): void;
|
|
1587
|
+
updateFarm(
|
|
1588
|
+
args: UpdateFarmCommandInput,
|
|
1589
|
+
options: __HttpHandlerOptions,
|
|
1590
|
+
cb: (err: any, data?: UpdateFarmCommandOutput) => void
|
|
1591
|
+
): void;
|
|
1592
|
+
updateFleet(
|
|
1593
|
+
args: UpdateFleetCommandInput,
|
|
1594
|
+
options?: __HttpHandlerOptions
|
|
1595
|
+
): Promise<UpdateFleetCommandOutput>;
|
|
1596
|
+
updateFleet(
|
|
1597
|
+
args: UpdateFleetCommandInput,
|
|
1598
|
+
cb: (err: any, data?: UpdateFleetCommandOutput) => void
|
|
1599
|
+
): void;
|
|
1600
|
+
updateFleet(
|
|
1601
|
+
args: UpdateFleetCommandInput,
|
|
1602
|
+
options: __HttpHandlerOptions,
|
|
1603
|
+
cb: (err: any, data?: UpdateFleetCommandOutput) => void
|
|
1604
|
+
): void;
|
|
1605
|
+
updateJob(
|
|
1606
|
+
args: UpdateJobCommandInput,
|
|
1607
|
+
options?: __HttpHandlerOptions
|
|
1608
|
+
): Promise<UpdateJobCommandOutput>;
|
|
1609
|
+
updateJob(
|
|
1610
|
+
args: UpdateJobCommandInput,
|
|
1611
|
+
cb: (err: any, data?: UpdateJobCommandOutput) => void
|
|
1612
|
+
): void;
|
|
1613
|
+
updateJob(
|
|
1614
|
+
args: UpdateJobCommandInput,
|
|
1615
|
+
options: __HttpHandlerOptions,
|
|
1616
|
+
cb: (err: any, data?: UpdateJobCommandOutput) => void
|
|
1617
|
+
): void;
|
|
1618
|
+
updateMonitor(
|
|
1619
|
+
args: UpdateMonitorCommandInput,
|
|
1620
|
+
options?: __HttpHandlerOptions
|
|
1621
|
+
): Promise<UpdateMonitorCommandOutput>;
|
|
1622
|
+
updateMonitor(
|
|
1623
|
+
args: UpdateMonitorCommandInput,
|
|
1624
|
+
cb: (err: any, data?: UpdateMonitorCommandOutput) => void
|
|
1625
|
+
): void;
|
|
1626
|
+
updateMonitor(
|
|
1627
|
+
args: UpdateMonitorCommandInput,
|
|
1628
|
+
options: __HttpHandlerOptions,
|
|
1629
|
+
cb: (err: any, data?: UpdateMonitorCommandOutput) => void
|
|
1630
|
+
): void;
|
|
1631
|
+
updateQueue(
|
|
1632
|
+
args: UpdateQueueCommandInput,
|
|
1633
|
+
options?: __HttpHandlerOptions
|
|
1634
|
+
): Promise<UpdateQueueCommandOutput>;
|
|
1635
|
+
updateQueue(
|
|
1636
|
+
args: UpdateQueueCommandInput,
|
|
1637
|
+
cb: (err: any, data?: UpdateQueueCommandOutput) => void
|
|
1638
|
+
): void;
|
|
1639
|
+
updateQueue(
|
|
1640
|
+
args: UpdateQueueCommandInput,
|
|
1641
|
+
options: __HttpHandlerOptions,
|
|
1642
|
+
cb: (err: any, data?: UpdateQueueCommandOutput) => void
|
|
1643
|
+
): void;
|
|
1644
|
+
updateQueueEnvironment(
|
|
1645
|
+
args: UpdateQueueEnvironmentCommandInput,
|
|
1646
|
+
options?: __HttpHandlerOptions
|
|
1647
|
+
): Promise<UpdateQueueEnvironmentCommandOutput>;
|
|
1648
|
+
updateQueueEnvironment(
|
|
1649
|
+
args: UpdateQueueEnvironmentCommandInput,
|
|
1650
|
+
cb: (err: any, data?: UpdateQueueEnvironmentCommandOutput) => void
|
|
1651
|
+
): void;
|
|
1652
|
+
updateQueueEnvironment(
|
|
1653
|
+
args: UpdateQueueEnvironmentCommandInput,
|
|
1654
|
+
options: __HttpHandlerOptions,
|
|
1655
|
+
cb: (err: any, data?: UpdateQueueEnvironmentCommandOutput) => void
|
|
1656
|
+
): void;
|
|
1657
|
+
updateQueueFleetAssociation(
|
|
1658
|
+
args: UpdateQueueFleetAssociationCommandInput,
|
|
1659
|
+
options?: __HttpHandlerOptions
|
|
1660
|
+
): Promise<UpdateQueueFleetAssociationCommandOutput>;
|
|
1661
|
+
updateQueueFleetAssociation(
|
|
1662
|
+
args: UpdateQueueFleetAssociationCommandInput,
|
|
1663
|
+
cb: (err: any, data?: UpdateQueueFleetAssociationCommandOutput) => void
|
|
1664
|
+
): void;
|
|
1665
|
+
updateQueueFleetAssociation(
|
|
1666
|
+
args: UpdateQueueFleetAssociationCommandInput,
|
|
1667
|
+
options: __HttpHandlerOptions,
|
|
1668
|
+
cb: (err: any, data?: UpdateQueueFleetAssociationCommandOutput) => void
|
|
1669
|
+
): void;
|
|
1670
|
+
updateSession(
|
|
1671
|
+
args: UpdateSessionCommandInput,
|
|
1672
|
+
options?: __HttpHandlerOptions
|
|
1673
|
+
): Promise<UpdateSessionCommandOutput>;
|
|
1674
|
+
updateSession(
|
|
1675
|
+
args: UpdateSessionCommandInput,
|
|
1676
|
+
cb: (err: any, data?: UpdateSessionCommandOutput) => void
|
|
1677
|
+
): void;
|
|
1678
|
+
updateSession(
|
|
1679
|
+
args: UpdateSessionCommandInput,
|
|
1680
|
+
options: __HttpHandlerOptions,
|
|
1681
|
+
cb: (err: any, data?: UpdateSessionCommandOutput) => void
|
|
1682
|
+
): void;
|
|
1683
|
+
updateStep(
|
|
1684
|
+
args: UpdateStepCommandInput,
|
|
1685
|
+
options?: __HttpHandlerOptions
|
|
1686
|
+
): Promise<UpdateStepCommandOutput>;
|
|
1687
|
+
updateStep(
|
|
1688
|
+
args: UpdateStepCommandInput,
|
|
1689
|
+
cb: (err: any, data?: UpdateStepCommandOutput) => void
|
|
1690
|
+
): void;
|
|
1691
|
+
updateStep(
|
|
1692
|
+
args: UpdateStepCommandInput,
|
|
1693
|
+
options: __HttpHandlerOptions,
|
|
1694
|
+
cb: (err: any, data?: UpdateStepCommandOutput) => void
|
|
1695
|
+
): void;
|
|
1696
|
+
updateStorageProfile(
|
|
1697
|
+
args: UpdateStorageProfileCommandInput,
|
|
1698
|
+
options?: __HttpHandlerOptions
|
|
1699
|
+
): Promise<UpdateStorageProfileCommandOutput>;
|
|
1700
|
+
updateStorageProfile(
|
|
1701
|
+
args: UpdateStorageProfileCommandInput,
|
|
1702
|
+
cb: (err: any, data?: UpdateStorageProfileCommandOutput) => void
|
|
1703
|
+
): void;
|
|
1704
|
+
updateStorageProfile(
|
|
1705
|
+
args: UpdateStorageProfileCommandInput,
|
|
1706
|
+
options: __HttpHandlerOptions,
|
|
1707
|
+
cb: (err: any, data?: UpdateStorageProfileCommandOutput) => void
|
|
1708
|
+
): void;
|
|
1709
|
+
updateTask(
|
|
1710
|
+
args: UpdateTaskCommandInput,
|
|
1711
|
+
options?: __HttpHandlerOptions
|
|
1712
|
+
): Promise<UpdateTaskCommandOutput>;
|
|
1713
|
+
updateTask(
|
|
1714
|
+
args: UpdateTaskCommandInput,
|
|
1715
|
+
cb: (err: any, data?: UpdateTaskCommandOutput) => void
|
|
1716
|
+
): void;
|
|
1717
|
+
updateTask(
|
|
1718
|
+
args: UpdateTaskCommandInput,
|
|
1719
|
+
options: __HttpHandlerOptions,
|
|
1720
|
+
cb: (err: any, data?: UpdateTaskCommandOutput) => void
|
|
1721
|
+
): void;
|
|
1722
|
+
updateWorker(
|
|
1723
|
+
args: UpdateWorkerCommandInput,
|
|
1724
|
+
options?: __HttpHandlerOptions
|
|
1725
|
+
): Promise<UpdateWorkerCommandOutput>;
|
|
1726
|
+
updateWorker(
|
|
1727
|
+
args: UpdateWorkerCommandInput,
|
|
1728
|
+
cb: (err: any, data?: UpdateWorkerCommandOutput) => void
|
|
1729
|
+
): void;
|
|
1730
|
+
updateWorker(
|
|
1731
|
+
args: UpdateWorkerCommandInput,
|
|
1732
|
+
options: __HttpHandlerOptions,
|
|
1733
|
+
cb: (err: any, data?: UpdateWorkerCommandOutput) => void
|
|
1734
|
+
): void;
|
|
1735
|
+
updateWorkerSchedule(
|
|
1736
|
+
args: UpdateWorkerScheduleCommandInput,
|
|
1737
|
+
options?: __HttpHandlerOptions
|
|
1738
|
+
): Promise<UpdateWorkerScheduleCommandOutput>;
|
|
1739
|
+
updateWorkerSchedule(
|
|
1740
|
+
args: UpdateWorkerScheduleCommandInput,
|
|
1741
|
+
cb: (err: any, data?: UpdateWorkerScheduleCommandOutput) => void
|
|
1742
|
+
): void;
|
|
1743
|
+
updateWorkerSchedule(
|
|
1744
|
+
args: UpdateWorkerScheduleCommandInput,
|
|
1745
|
+
options: __HttpHandlerOptions,
|
|
1746
|
+
cb: (err: any, data?: UpdateWorkerScheduleCommandOutput) => void
|
|
1747
|
+
): void;
|
|
1748
|
+
}
|
|
1749
|
+
export declare class Deadline extends DeadlineClient implements Deadline {}
|