@aws-sdk/client-deadline 3.1018.0 → 3.1020.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/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-cjs/schemas/schemas_0.js +101 -85
- package/dist-es/Deadline.js +25 -25
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-es/schemas/schemas_0.js +92 -76
- package/dist-es/waiters/waitForFleetActive.js +1 -1
- package/dist-es/waiters/waitForJobComplete.js +1 -1
- package/dist-es/waiters/waitForJobCreateComplete.js +1 -1
- package/dist-es/waiters/waitForJobSucceeded.js +1 -1
- package/dist-es/waiters/waitForLicenseEndpointDeleted.js +1 -1
- package/dist-es/waiters/waitForLicenseEndpointValid.js +1 -1
- package/dist-es/waiters/waitForQueueFleetAssociationStopped.js +1 -1
- package/dist-es/waiters/waitForQueueLimitAssociationStopped.js +1 -1
- package/dist-es/waiters/waitForQueueScheduling.js +1 -1
- package/dist-es/waiters/waitForQueueSchedulingBlocked.js +1 -1
- package/dist-types/Deadline.d.ts +113 -113
- package/dist-types/DeadlineClient.d.ts +116 -116
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/commands/AssociateMemberToFarmCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMemberToFleetCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMemberToJobCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMemberToQueueCommand.d.ts +1 -1
- package/dist-types/commands/CopyJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateBudgetCommand.d.ts +3 -3
- package/dist-types/commands/CreateFleetCommand.d.ts +11 -1
- package/dist-types/commands/CreateLimitCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueueEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateStorageProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
- package/dist-types/commands/GetBudgetCommand.d.ts +5 -5
- package/dist-types/commands/GetFarmCommand.d.ts +2 -2
- package/dist-types/commands/GetFleetCommand.d.ts +15 -5
- package/dist-types/commands/GetLimitCommand.d.ts +6 -6
- package/dist-types/commands/GetQueueCommand.d.ts +6 -6
- package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +3 -3
- package/dist-types/commands/GetSessionActionCommand.d.ts +12 -12
- package/dist-types/commands/GetSessionCommand.d.ts +5 -5
- package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +3 -3
- package/dist-types/commands/GetTaskCommand.d.ts +5 -5
- package/dist-types/commands/ListBudgetsCommand.d.ts +3 -3
- package/dist-types/commands/ListFarmsCommand.d.ts +2 -2
- package/dist-types/commands/ListFleetsCommand.d.ts +12 -2
- package/dist-types/commands/ListJobParameterDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/ListLimitsCommand.d.ts +6 -6
- package/dist-types/commands/ListMonitorsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueueFleetAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListQueueLimitAssociationsCommand.d.ts +5 -5
- package/dist-types/commands/ListQueuesCommand.d.ts +2 -2
- package/dist-types/commands/ListSessionActionsCommand.d.ts +8 -8
- package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTasksCommand.d.ts +5 -5
- package/dist-types/commands/ListWorkersCommand.d.ts +3 -3
- package/dist-types/commands/SearchJobsCommand.d.ts +3 -3
- package/dist-types/commands/SearchStepsCommand.d.ts +4 -4
- package/dist-types/commands/SearchTasksCommand.d.ts +4 -4
- package/dist-types/commands/SearchWorkersCommand.d.ts +3 -3
- package/dist-types/commands/UpdateBudgetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFleetCommand.d.ts +11 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +3 -3
- package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSessionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateStepCommand.d.ts +2 -2
- package/dist-types/commands/UpdateStorageProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskCommand.d.ts +2 -2
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +529 -407
- package/dist-types/models/models_1.d.ts +130 -66
- package/dist-types/pagination/GetSessionsStatisticsAggregationPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAvailableMeteredProductsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBudgetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFarmMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFarmsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFleetMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFleetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobParameterDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLicenseEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLimitsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMeteredProductsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQueueEnvironmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQueueFleetAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQueueLimitAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQueueMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQueuesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSessionActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSessionsForWorkerPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSessionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStepConsumersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStepDependenciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStorageProfilesForQueuePaginator.d.ts +1 -1
- package/dist-types/pagination/ListStorageProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkersPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/DeadlineClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLicenseEndpointsCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +100 -94
- package/dist-types/ts3.4/models/models_1.d.ts +27 -16
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/dist-types/waiters/waitForFleetActive.d.ts +3 -3
- package/dist-types/waiters/waitForJobComplete.d.ts +3 -3
- package/dist-types/waiters/waitForJobCreateComplete.d.ts +3 -3
- package/dist-types/waiters/waitForJobSucceeded.d.ts +3 -3
- package/dist-types/waiters/waitForLicenseEndpointDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForLicenseEndpointValid.d.ts +3 -3
- package/dist-types/waiters/waitForQueueFleetAssociationStopped.d.ts +3 -3
- package/dist-types/waiters/waitForQueueLimitAssociationStopped.d.ts +3 -3
- package/dist-types/waiters/waitForQueueScheduling.d.ts +3 -3
- package/dist-types/waiters/waitForQueueSchedulingBlocked.d.ts +3 -3
- package/package.json +14 -14
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetJobCommand } from "../commands/GetJobCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetLicenseEndpointCommand } from "../commands/GetLicenseEndpointCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetLicenseEndpointCommand } from "../commands/GetLicenseEndpointCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetQueueFleetAssociationCommand, } from "../commands/GetQueueFleetAssociationCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetQueueLimitAssociationCommand, } from "../commands/GetQueueLimitAssociationCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetQueueCommand } from "../commands/GetQueueCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetQueueCommand } from "../commands/GetQueueCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
package/dist-types/Deadline.d.ts
CHANGED
|
@@ -1,118 +1,118 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
2
|
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
|
-
import { AssociateMemberToFarmCommandInput, AssociateMemberToFarmCommandOutput } from "./commands/AssociateMemberToFarmCommand";
|
|
4
|
-
import { AssociateMemberToFleetCommandInput, AssociateMemberToFleetCommandOutput } from "./commands/AssociateMemberToFleetCommand";
|
|
5
|
-
import { AssociateMemberToJobCommandInput, AssociateMemberToJobCommandOutput } from "./commands/AssociateMemberToJobCommand";
|
|
6
|
-
import { AssociateMemberToQueueCommandInput, AssociateMemberToQueueCommandOutput } from "./commands/AssociateMemberToQueueCommand";
|
|
7
|
-
import { AssumeFleetRoleForReadCommandInput, AssumeFleetRoleForReadCommandOutput } from "./commands/AssumeFleetRoleForReadCommand";
|
|
8
|
-
import { AssumeFleetRoleForWorkerCommandInput, AssumeFleetRoleForWorkerCommandOutput } from "./commands/AssumeFleetRoleForWorkerCommand";
|
|
9
|
-
import { AssumeQueueRoleForReadCommandInput, AssumeQueueRoleForReadCommandOutput } from "./commands/AssumeQueueRoleForReadCommand";
|
|
10
|
-
import { AssumeQueueRoleForUserCommandInput, AssumeQueueRoleForUserCommandOutput } from "./commands/AssumeQueueRoleForUserCommand";
|
|
11
|
-
import { AssumeQueueRoleForWorkerCommandInput, AssumeQueueRoleForWorkerCommandOutput } from "./commands/AssumeQueueRoleForWorkerCommand";
|
|
12
|
-
import { BatchGetJobEntityCommandInput, BatchGetJobEntityCommandOutput } from "./commands/BatchGetJobEntityCommand";
|
|
13
|
-
import { CopyJobTemplateCommandInput, CopyJobTemplateCommandOutput } from "./commands/CopyJobTemplateCommand";
|
|
14
|
-
import { CreateBudgetCommandInput, CreateBudgetCommandOutput } from "./commands/CreateBudgetCommand";
|
|
15
|
-
import { CreateFarmCommandInput, CreateFarmCommandOutput } from "./commands/CreateFarmCommand";
|
|
16
|
-
import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
|
|
17
|
-
import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
|
|
18
|
-
import { CreateLicenseEndpointCommandInput, CreateLicenseEndpointCommandOutput } from "./commands/CreateLicenseEndpointCommand";
|
|
19
|
-
import { CreateLimitCommandInput, CreateLimitCommandOutput } from "./commands/CreateLimitCommand";
|
|
20
|
-
import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "./commands/CreateMonitorCommand";
|
|
21
|
-
import { CreateQueueCommandInput, CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
|
|
22
|
-
import { CreateQueueEnvironmentCommandInput, CreateQueueEnvironmentCommandOutput } from "./commands/CreateQueueEnvironmentCommand";
|
|
23
|
-
import { CreateQueueFleetAssociationCommandInput, CreateQueueFleetAssociationCommandOutput } from "./commands/CreateQueueFleetAssociationCommand";
|
|
24
|
-
import { CreateQueueLimitAssociationCommandInput, CreateQueueLimitAssociationCommandOutput } from "./commands/CreateQueueLimitAssociationCommand";
|
|
25
|
-
import { CreateStorageProfileCommandInput, CreateStorageProfileCommandOutput } from "./commands/CreateStorageProfileCommand";
|
|
26
|
-
import { CreateWorkerCommandInput, CreateWorkerCommandOutput } from "./commands/CreateWorkerCommand";
|
|
27
|
-
import { DeleteBudgetCommandInput, DeleteBudgetCommandOutput } from "./commands/DeleteBudgetCommand";
|
|
28
|
-
import { DeleteFarmCommandInput, DeleteFarmCommandOutput } from "./commands/DeleteFarmCommand";
|
|
29
|
-
import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
|
|
30
|
-
import { DeleteLicenseEndpointCommandInput, DeleteLicenseEndpointCommandOutput } from "./commands/DeleteLicenseEndpointCommand";
|
|
31
|
-
import { DeleteLimitCommandInput, DeleteLimitCommandOutput } from "./commands/DeleteLimitCommand";
|
|
32
|
-
import { DeleteMeteredProductCommandInput, DeleteMeteredProductCommandOutput } from "./commands/DeleteMeteredProductCommand";
|
|
33
|
-
import { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "./commands/DeleteMonitorCommand";
|
|
34
|
-
import { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "./commands/DeleteQueueCommand";
|
|
35
|
-
import { DeleteQueueEnvironmentCommandInput, DeleteQueueEnvironmentCommandOutput } from "./commands/DeleteQueueEnvironmentCommand";
|
|
36
|
-
import { DeleteQueueFleetAssociationCommandInput, DeleteQueueFleetAssociationCommandOutput } from "./commands/DeleteQueueFleetAssociationCommand";
|
|
37
|
-
import { DeleteQueueLimitAssociationCommandInput, DeleteQueueLimitAssociationCommandOutput } from "./commands/DeleteQueueLimitAssociationCommand";
|
|
38
|
-
import { DeleteStorageProfileCommandInput, DeleteStorageProfileCommandOutput } from "./commands/DeleteStorageProfileCommand";
|
|
39
|
-
import { DeleteWorkerCommandInput, DeleteWorkerCommandOutput } from "./commands/DeleteWorkerCommand";
|
|
40
|
-
import { DisassociateMemberFromFarmCommandInput, DisassociateMemberFromFarmCommandOutput } from "./commands/DisassociateMemberFromFarmCommand";
|
|
41
|
-
import { DisassociateMemberFromFleetCommandInput, DisassociateMemberFromFleetCommandOutput } from "./commands/DisassociateMemberFromFleetCommand";
|
|
42
|
-
import { DisassociateMemberFromJobCommandInput, DisassociateMemberFromJobCommandOutput } from "./commands/DisassociateMemberFromJobCommand";
|
|
43
|
-
import { DisassociateMemberFromQueueCommandInput, DisassociateMemberFromQueueCommandOutput } from "./commands/DisassociateMemberFromQueueCommand";
|
|
44
|
-
import { GetBudgetCommandInput, GetBudgetCommandOutput } from "./commands/GetBudgetCommand";
|
|
45
|
-
import { GetFarmCommandInput, GetFarmCommandOutput } from "./commands/GetFarmCommand";
|
|
46
|
-
import { GetFleetCommandInput, GetFleetCommandOutput } from "./commands/GetFleetCommand";
|
|
47
|
-
import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
|
|
48
|
-
import { GetLicenseEndpointCommandInput, GetLicenseEndpointCommandOutput } from "./commands/GetLicenseEndpointCommand";
|
|
49
|
-
import { GetLimitCommandInput, GetLimitCommandOutput } from "./commands/GetLimitCommand";
|
|
50
|
-
import { GetMonitorCommandInput, GetMonitorCommandOutput } from "./commands/GetMonitorCommand";
|
|
51
|
-
import { GetQueueCommandInput, GetQueueCommandOutput } from "./commands/GetQueueCommand";
|
|
52
|
-
import { GetQueueEnvironmentCommandInput, GetQueueEnvironmentCommandOutput } from "./commands/GetQueueEnvironmentCommand";
|
|
53
|
-
import { GetQueueFleetAssociationCommandInput, GetQueueFleetAssociationCommandOutput } from "./commands/GetQueueFleetAssociationCommand";
|
|
54
|
-
import { GetQueueLimitAssociationCommandInput, GetQueueLimitAssociationCommandOutput } from "./commands/GetQueueLimitAssociationCommand";
|
|
55
|
-
import { GetSessionActionCommandInput, GetSessionActionCommandOutput } from "./commands/GetSessionActionCommand";
|
|
56
|
-
import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
|
|
57
|
-
import { GetSessionsStatisticsAggregationCommandInput, GetSessionsStatisticsAggregationCommandOutput } from "./commands/GetSessionsStatisticsAggregationCommand";
|
|
58
|
-
import { GetStepCommandInput, GetStepCommandOutput } from "./commands/GetStepCommand";
|
|
59
|
-
import { GetStorageProfileCommandInput, GetStorageProfileCommandOutput } from "./commands/GetStorageProfileCommand";
|
|
60
|
-
import { GetStorageProfileForQueueCommandInput, GetStorageProfileForQueueCommandOutput } from "./commands/GetStorageProfileForQueueCommand";
|
|
61
|
-
import { GetTaskCommandInput, GetTaskCommandOutput } from "./commands/GetTaskCommand";
|
|
62
|
-
import { GetWorkerCommandInput, GetWorkerCommandOutput } from "./commands/GetWorkerCommand";
|
|
63
|
-
import { ListAvailableMeteredProductsCommandInput, ListAvailableMeteredProductsCommandOutput } from "./commands/ListAvailableMeteredProductsCommand";
|
|
64
|
-
import { ListBudgetsCommandInput, ListBudgetsCommandOutput } from "./commands/ListBudgetsCommand";
|
|
65
|
-
import { ListFarmMembersCommandInput, ListFarmMembersCommandOutput } from "./commands/ListFarmMembersCommand";
|
|
66
|
-
import { ListFarmsCommandInput, ListFarmsCommandOutput } from "./commands/ListFarmsCommand";
|
|
67
|
-
import { ListFleetMembersCommandInput, ListFleetMembersCommandOutput } from "./commands/ListFleetMembersCommand";
|
|
68
|
-
import { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
|
|
69
|
-
import { ListJobMembersCommandInput, ListJobMembersCommandOutput } from "./commands/ListJobMembersCommand";
|
|
70
|
-
import { ListJobParameterDefinitionsCommandInput, ListJobParameterDefinitionsCommandOutput } from "./commands/ListJobParameterDefinitionsCommand";
|
|
71
|
-
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
72
|
-
import { ListLicenseEndpointsCommandInput, ListLicenseEndpointsCommandOutput } from "./commands/ListLicenseEndpointsCommand";
|
|
73
|
-
import { ListLimitsCommandInput, ListLimitsCommandOutput } from "./commands/ListLimitsCommand";
|
|
74
|
-
import { ListMeteredProductsCommandInput, ListMeteredProductsCommandOutput } from "./commands/ListMeteredProductsCommand";
|
|
75
|
-
import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "./commands/ListMonitorsCommand";
|
|
76
|
-
import { ListQueueEnvironmentsCommandInput, ListQueueEnvironmentsCommandOutput } from "./commands/ListQueueEnvironmentsCommand";
|
|
77
|
-
import { ListQueueFleetAssociationsCommandInput, ListQueueFleetAssociationsCommandOutput } from "./commands/ListQueueFleetAssociationsCommand";
|
|
78
|
-
import { ListQueueLimitAssociationsCommandInput, ListQueueLimitAssociationsCommandOutput } from "./commands/ListQueueLimitAssociationsCommand";
|
|
79
|
-
import { ListQueueMembersCommandInput, ListQueueMembersCommandOutput } from "./commands/ListQueueMembersCommand";
|
|
80
|
-
import { ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
|
|
81
|
-
import { ListSessionActionsCommandInput, ListSessionActionsCommandOutput } from "./commands/ListSessionActionsCommand";
|
|
82
|
-
import { ListSessionsCommandInput, ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
|
|
83
|
-
import { ListSessionsForWorkerCommandInput, ListSessionsForWorkerCommandOutput } from "./commands/ListSessionsForWorkerCommand";
|
|
84
|
-
import { ListStepConsumersCommandInput, ListStepConsumersCommandOutput } from "./commands/ListStepConsumersCommand";
|
|
85
|
-
import { ListStepDependenciesCommandInput, ListStepDependenciesCommandOutput } from "./commands/ListStepDependenciesCommand";
|
|
86
|
-
import { ListStepsCommandInput, ListStepsCommandOutput } from "./commands/ListStepsCommand";
|
|
87
|
-
import { ListStorageProfilesCommandInput, ListStorageProfilesCommandOutput } from "./commands/ListStorageProfilesCommand";
|
|
88
|
-
import { ListStorageProfilesForQueueCommandInput, ListStorageProfilesForQueueCommandOutput } from "./commands/ListStorageProfilesForQueueCommand";
|
|
89
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
90
|
-
import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
|
|
91
|
-
import { ListWorkersCommandInput, ListWorkersCommandOutput } from "./commands/ListWorkersCommand";
|
|
92
|
-
import { PutMeteredProductCommandInput, PutMeteredProductCommandOutput } from "./commands/PutMeteredProductCommand";
|
|
93
|
-
import { SearchJobsCommandInput, SearchJobsCommandOutput } from "./commands/SearchJobsCommand";
|
|
94
|
-
import { SearchStepsCommandInput, SearchStepsCommandOutput } from "./commands/SearchStepsCommand";
|
|
95
|
-
import { SearchTasksCommandInput, SearchTasksCommandOutput } from "./commands/SearchTasksCommand";
|
|
96
|
-
import { SearchWorkersCommandInput, SearchWorkersCommandOutput } from "./commands/SearchWorkersCommand";
|
|
97
|
-
import { StartSessionsStatisticsAggregationCommandInput, StartSessionsStatisticsAggregationCommandOutput } from "./commands/StartSessionsStatisticsAggregationCommand";
|
|
98
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
99
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
100
|
-
import { UpdateBudgetCommandInput, UpdateBudgetCommandOutput } from "./commands/UpdateBudgetCommand";
|
|
101
|
-
import { UpdateFarmCommandInput, UpdateFarmCommandOutput } from "./commands/UpdateFarmCommand";
|
|
102
|
-
import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
|
|
103
|
-
import { UpdateJobCommandInput, UpdateJobCommandOutput } from "./commands/UpdateJobCommand";
|
|
104
|
-
import { UpdateLimitCommandInput, UpdateLimitCommandOutput } from "./commands/UpdateLimitCommand";
|
|
105
|
-
import { UpdateMonitorCommandInput, UpdateMonitorCommandOutput } from "./commands/UpdateMonitorCommand";
|
|
106
|
-
import { UpdateQueueCommandInput, UpdateQueueCommandOutput } from "./commands/UpdateQueueCommand";
|
|
107
|
-
import { UpdateQueueEnvironmentCommandInput, UpdateQueueEnvironmentCommandOutput } from "./commands/UpdateQueueEnvironmentCommand";
|
|
108
|
-
import { UpdateQueueFleetAssociationCommandInput, UpdateQueueFleetAssociationCommandOutput } from "./commands/UpdateQueueFleetAssociationCommand";
|
|
109
|
-
import { UpdateQueueLimitAssociationCommandInput, UpdateQueueLimitAssociationCommandOutput } from "./commands/UpdateQueueLimitAssociationCommand";
|
|
110
|
-
import { UpdateSessionCommandInput, UpdateSessionCommandOutput } from "./commands/UpdateSessionCommand";
|
|
111
|
-
import { UpdateStepCommandInput, UpdateStepCommandOutput } from "./commands/UpdateStepCommand";
|
|
112
|
-
import { UpdateStorageProfileCommandInput, UpdateStorageProfileCommandOutput } from "./commands/UpdateStorageProfileCommand";
|
|
113
|
-
import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
|
|
114
|
-
import { UpdateWorkerCommandInput, UpdateWorkerCommandOutput } from "./commands/UpdateWorkerCommand";
|
|
115
|
-
import { UpdateWorkerScheduleCommandInput, UpdateWorkerScheduleCommandOutput } from "./commands/UpdateWorkerScheduleCommand";
|
|
3
|
+
import { type AssociateMemberToFarmCommandInput, type AssociateMemberToFarmCommandOutput } from "./commands/AssociateMemberToFarmCommand";
|
|
4
|
+
import { type AssociateMemberToFleetCommandInput, type AssociateMemberToFleetCommandOutput } from "./commands/AssociateMemberToFleetCommand";
|
|
5
|
+
import { type AssociateMemberToJobCommandInput, type AssociateMemberToJobCommandOutput } from "./commands/AssociateMemberToJobCommand";
|
|
6
|
+
import { type AssociateMemberToQueueCommandInput, type AssociateMemberToQueueCommandOutput } from "./commands/AssociateMemberToQueueCommand";
|
|
7
|
+
import { type AssumeFleetRoleForReadCommandInput, type AssumeFleetRoleForReadCommandOutput } from "./commands/AssumeFleetRoleForReadCommand";
|
|
8
|
+
import { type AssumeFleetRoleForWorkerCommandInput, type AssumeFleetRoleForWorkerCommandOutput } from "./commands/AssumeFleetRoleForWorkerCommand";
|
|
9
|
+
import { type AssumeQueueRoleForReadCommandInput, type AssumeQueueRoleForReadCommandOutput } from "./commands/AssumeQueueRoleForReadCommand";
|
|
10
|
+
import { type AssumeQueueRoleForUserCommandInput, type AssumeQueueRoleForUserCommandOutput } from "./commands/AssumeQueueRoleForUserCommand";
|
|
11
|
+
import { type AssumeQueueRoleForWorkerCommandInput, type AssumeQueueRoleForWorkerCommandOutput } from "./commands/AssumeQueueRoleForWorkerCommand";
|
|
12
|
+
import { type BatchGetJobEntityCommandInput, type BatchGetJobEntityCommandOutput } from "./commands/BatchGetJobEntityCommand";
|
|
13
|
+
import { type CopyJobTemplateCommandInput, type CopyJobTemplateCommandOutput } from "./commands/CopyJobTemplateCommand";
|
|
14
|
+
import { type CreateBudgetCommandInput, type CreateBudgetCommandOutput } from "./commands/CreateBudgetCommand";
|
|
15
|
+
import { type CreateFarmCommandInput, type CreateFarmCommandOutput } from "./commands/CreateFarmCommand";
|
|
16
|
+
import { type CreateFleetCommandInput, type CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
|
|
17
|
+
import { type CreateJobCommandInput, type CreateJobCommandOutput } from "./commands/CreateJobCommand";
|
|
18
|
+
import { type CreateLicenseEndpointCommandInput, type CreateLicenseEndpointCommandOutput } from "./commands/CreateLicenseEndpointCommand";
|
|
19
|
+
import { type CreateLimitCommandInput, type CreateLimitCommandOutput } from "./commands/CreateLimitCommand";
|
|
20
|
+
import { type CreateMonitorCommandInput, type CreateMonitorCommandOutput } from "./commands/CreateMonitorCommand";
|
|
21
|
+
import { type CreateQueueCommandInput, type CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
|
|
22
|
+
import { type CreateQueueEnvironmentCommandInput, type CreateQueueEnvironmentCommandOutput } from "./commands/CreateQueueEnvironmentCommand";
|
|
23
|
+
import { type CreateQueueFleetAssociationCommandInput, type CreateQueueFleetAssociationCommandOutput } from "./commands/CreateQueueFleetAssociationCommand";
|
|
24
|
+
import { type CreateQueueLimitAssociationCommandInput, type CreateQueueLimitAssociationCommandOutput } from "./commands/CreateQueueLimitAssociationCommand";
|
|
25
|
+
import { type CreateStorageProfileCommandInput, type CreateStorageProfileCommandOutput } from "./commands/CreateStorageProfileCommand";
|
|
26
|
+
import { type CreateWorkerCommandInput, type CreateWorkerCommandOutput } from "./commands/CreateWorkerCommand";
|
|
27
|
+
import { type DeleteBudgetCommandInput, type DeleteBudgetCommandOutput } from "./commands/DeleteBudgetCommand";
|
|
28
|
+
import { type DeleteFarmCommandInput, type DeleteFarmCommandOutput } from "./commands/DeleteFarmCommand";
|
|
29
|
+
import { type DeleteFleetCommandInput, type DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
|
|
30
|
+
import { type DeleteLicenseEndpointCommandInput, type DeleteLicenseEndpointCommandOutput } from "./commands/DeleteLicenseEndpointCommand";
|
|
31
|
+
import { type DeleteLimitCommandInput, type DeleteLimitCommandOutput } from "./commands/DeleteLimitCommand";
|
|
32
|
+
import { type DeleteMeteredProductCommandInput, type DeleteMeteredProductCommandOutput } from "./commands/DeleteMeteredProductCommand";
|
|
33
|
+
import { type DeleteMonitorCommandInput, type DeleteMonitorCommandOutput } from "./commands/DeleteMonitorCommand";
|
|
34
|
+
import { type DeleteQueueCommandInput, type DeleteQueueCommandOutput } from "./commands/DeleteQueueCommand";
|
|
35
|
+
import { type DeleteQueueEnvironmentCommandInput, type DeleteQueueEnvironmentCommandOutput } from "./commands/DeleteQueueEnvironmentCommand";
|
|
36
|
+
import { type DeleteQueueFleetAssociationCommandInput, type DeleteQueueFleetAssociationCommandOutput } from "./commands/DeleteQueueFleetAssociationCommand";
|
|
37
|
+
import { type DeleteQueueLimitAssociationCommandInput, type DeleteQueueLimitAssociationCommandOutput } from "./commands/DeleteQueueLimitAssociationCommand";
|
|
38
|
+
import { type DeleteStorageProfileCommandInput, type DeleteStorageProfileCommandOutput } from "./commands/DeleteStorageProfileCommand";
|
|
39
|
+
import { type DeleteWorkerCommandInput, type DeleteWorkerCommandOutput } from "./commands/DeleteWorkerCommand";
|
|
40
|
+
import { type DisassociateMemberFromFarmCommandInput, type DisassociateMemberFromFarmCommandOutput } from "./commands/DisassociateMemberFromFarmCommand";
|
|
41
|
+
import { type DisassociateMemberFromFleetCommandInput, type DisassociateMemberFromFleetCommandOutput } from "./commands/DisassociateMemberFromFleetCommand";
|
|
42
|
+
import { type DisassociateMemberFromJobCommandInput, type DisassociateMemberFromJobCommandOutput } from "./commands/DisassociateMemberFromJobCommand";
|
|
43
|
+
import { type DisassociateMemberFromQueueCommandInput, type DisassociateMemberFromQueueCommandOutput } from "./commands/DisassociateMemberFromQueueCommand";
|
|
44
|
+
import { type GetBudgetCommandInput, type GetBudgetCommandOutput } from "./commands/GetBudgetCommand";
|
|
45
|
+
import { type GetFarmCommandInput, type GetFarmCommandOutput } from "./commands/GetFarmCommand";
|
|
46
|
+
import { type GetFleetCommandInput, type GetFleetCommandOutput } from "./commands/GetFleetCommand";
|
|
47
|
+
import { type GetJobCommandInput, type GetJobCommandOutput } from "./commands/GetJobCommand";
|
|
48
|
+
import { type GetLicenseEndpointCommandInput, type GetLicenseEndpointCommandOutput } from "./commands/GetLicenseEndpointCommand";
|
|
49
|
+
import { type GetLimitCommandInput, type GetLimitCommandOutput } from "./commands/GetLimitCommand";
|
|
50
|
+
import { type GetMonitorCommandInput, type GetMonitorCommandOutput } from "./commands/GetMonitorCommand";
|
|
51
|
+
import { type GetQueueCommandInput, type GetQueueCommandOutput } from "./commands/GetQueueCommand";
|
|
52
|
+
import { type GetQueueEnvironmentCommandInput, type GetQueueEnvironmentCommandOutput } from "./commands/GetQueueEnvironmentCommand";
|
|
53
|
+
import { type GetQueueFleetAssociationCommandInput, type GetQueueFleetAssociationCommandOutput } from "./commands/GetQueueFleetAssociationCommand";
|
|
54
|
+
import { type GetQueueLimitAssociationCommandInput, type GetQueueLimitAssociationCommandOutput } from "./commands/GetQueueLimitAssociationCommand";
|
|
55
|
+
import { type GetSessionActionCommandInput, type GetSessionActionCommandOutput } from "./commands/GetSessionActionCommand";
|
|
56
|
+
import { type GetSessionCommandInput, type GetSessionCommandOutput } from "./commands/GetSessionCommand";
|
|
57
|
+
import { type GetSessionsStatisticsAggregationCommandInput, type GetSessionsStatisticsAggregationCommandOutput } from "./commands/GetSessionsStatisticsAggregationCommand";
|
|
58
|
+
import { type GetStepCommandInput, type GetStepCommandOutput } from "./commands/GetStepCommand";
|
|
59
|
+
import { type GetStorageProfileCommandInput, type GetStorageProfileCommandOutput } from "./commands/GetStorageProfileCommand";
|
|
60
|
+
import { type GetStorageProfileForQueueCommandInput, type GetStorageProfileForQueueCommandOutput } from "./commands/GetStorageProfileForQueueCommand";
|
|
61
|
+
import { type GetTaskCommandInput, type GetTaskCommandOutput } from "./commands/GetTaskCommand";
|
|
62
|
+
import { type GetWorkerCommandInput, type GetWorkerCommandOutput } from "./commands/GetWorkerCommand";
|
|
63
|
+
import { type ListAvailableMeteredProductsCommandInput, type ListAvailableMeteredProductsCommandOutput } from "./commands/ListAvailableMeteredProductsCommand";
|
|
64
|
+
import { type ListBudgetsCommandInput, type ListBudgetsCommandOutput } from "./commands/ListBudgetsCommand";
|
|
65
|
+
import { type ListFarmMembersCommandInput, type ListFarmMembersCommandOutput } from "./commands/ListFarmMembersCommand";
|
|
66
|
+
import { type ListFarmsCommandInput, type ListFarmsCommandOutput } from "./commands/ListFarmsCommand";
|
|
67
|
+
import { type ListFleetMembersCommandInput, type ListFleetMembersCommandOutput } from "./commands/ListFleetMembersCommand";
|
|
68
|
+
import { type ListFleetsCommandInput, type ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
|
|
69
|
+
import { type ListJobMembersCommandInput, type ListJobMembersCommandOutput } from "./commands/ListJobMembersCommand";
|
|
70
|
+
import { type ListJobParameterDefinitionsCommandInput, type ListJobParameterDefinitionsCommandOutput } from "./commands/ListJobParameterDefinitionsCommand";
|
|
71
|
+
import { type ListJobsCommandInput, type ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
72
|
+
import { type ListLicenseEndpointsCommandInput, type ListLicenseEndpointsCommandOutput } from "./commands/ListLicenseEndpointsCommand";
|
|
73
|
+
import { type ListLimitsCommandInput, type ListLimitsCommandOutput } from "./commands/ListLimitsCommand";
|
|
74
|
+
import { type ListMeteredProductsCommandInput, type ListMeteredProductsCommandOutput } from "./commands/ListMeteredProductsCommand";
|
|
75
|
+
import { type ListMonitorsCommandInput, type ListMonitorsCommandOutput } from "./commands/ListMonitorsCommand";
|
|
76
|
+
import { type ListQueueEnvironmentsCommandInput, type ListQueueEnvironmentsCommandOutput } from "./commands/ListQueueEnvironmentsCommand";
|
|
77
|
+
import { type ListQueueFleetAssociationsCommandInput, type ListQueueFleetAssociationsCommandOutput } from "./commands/ListQueueFleetAssociationsCommand";
|
|
78
|
+
import { type ListQueueLimitAssociationsCommandInput, type ListQueueLimitAssociationsCommandOutput } from "./commands/ListQueueLimitAssociationsCommand";
|
|
79
|
+
import { type ListQueueMembersCommandInput, type ListQueueMembersCommandOutput } from "./commands/ListQueueMembersCommand";
|
|
80
|
+
import { type ListQueuesCommandInput, type ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
|
|
81
|
+
import { type ListSessionActionsCommandInput, type ListSessionActionsCommandOutput } from "./commands/ListSessionActionsCommand";
|
|
82
|
+
import { type ListSessionsCommandInput, type ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
|
|
83
|
+
import { type ListSessionsForWorkerCommandInput, type ListSessionsForWorkerCommandOutput } from "./commands/ListSessionsForWorkerCommand";
|
|
84
|
+
import { type ListStepConsumersCommandInput, type ListStepConsumersCommandOutput } from "./commands/ListStepConsumersCommand";
|
|
85
|
+
import { type ListStepDependenciesCommandInput, type ListStepDependenciesCommandOutput } from "./commands/ListStepDependenciesCommand";
|
|
86
|
+
import { type ListStepsCommandInput, type ListStepsCommandOutput } from "./commands/ListStepsCommand";
|
|
87
|
+
import { type ListStorageProfilesCommandInput, type ListStorageProfilesCommandOutput } from "./commands/ListStorageProfilesCommand";
|
|
88
|
+
import { type ListStorageProfilesForQueueCommandInput, type ListStorageProfilesForQueueCommandOutput } from "./commands/ListStorageProfilesForQueueCommand";
|
|
89
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
90
|
+
import { type ListTasksCommandInput, type ListTasksCommandOutput } from "./commands/ListTasksCommand";
|
|
91
|
+
import { type ListWorkersCommandInput, type ListWorkersCommandOutput } from "./commands/ListWorkersCommand";
|
|
92
|
+
import { type PutMeteredProductCommandInput, type PutMeteredProductCommandOutput } from "./commands/PutMeteredProductCommand";
|
|
93
|
+
import { type SearchJobsCommandInput, type SearchJobsCommandOutput } from "./commands/SearchJobsCommand";
|
|
94
|
+
import { type SearchStepsCommandInput, type SearchStepsCommandOutput } from "./commands/SearchStepsCommand";
|
|
95
|
+
import { type SearchTasksCommandInput, type SearchTasksCommandOutput } from "./commands/SearchTasksCommand";
|
|
96
|
+
import { type SearchWorkersCommandInput, type SearchWorkersCommandOutput } from "./commands/SearchWorkersCommand";
|
|
97
|
+
import { type StartSessionsStatisticsAggregationCommandInput, type StartSessionsStatisticsAggregationCommandOutput } from "./commands/StartSessionsStatisticsAggregationCommand";
|
|
98
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
99
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
100
|
+
import { type UpdateBudgetCommandInput, type UpdateBudgetCommandOutput } from "./commands/UpdateBudgetCommand";
|
|
101
|
+
import { type UpdateFarmCommandInput, type UpdateFarmCommandOutput } from "./commands/UpdateFarmCommand";
|
|
102
|
+
import { type UpdateFleetCommandInput, type UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
|
|
103
|
+
import { type UpdateJobCommandInput, type UpdateJobCommandOutput } from "./commands/UpdateJobCommand";
|
|
104
|
+
import { type UpdateLimitCommandInput, type UpdateLimitCommandOutput } from "./commands/UpdateLimitCommand";
|
|
105
|
+
import { type UpdateMonitorCommandInput, type UpdateMonitorCommandOutput } from "./commands/UpdateMonitorCommand";
|
|
106
|
+
import { type UpdateQueueCommandInput, type UpdateQueueCommandOutput } from "./commands/UpdateQueueCommand";
|
|
107
|
+
import { type UpdateQueueEnvironmentCommandInput, type UpdateQueueEnvironmentCommandOutput } from "./commands/UpdateQueueEnvironmentCommand";
|
|
108
|
+
import { type UpdateQueueFleetAssociationCommandInput, type UpdateQueueFleetAssociationCommandOutput } from "./commands/UpdateQueueFleetAssociationCommand";
|
|
109
|
+
import { type UpdateQueueLimitAssociationCommandInput, type UpdateQueueLimitAssociationCommandOutput } from "./commands/UpdateQueueLimitAssociationCommand";
|
|
110
|
+
import { type UpdateSessionCommandInput, type UpdateSessionCommandOutput } from "./commands/UpdateSessionCommand";
|
|
111
|
+
import { type UpdateStepCommandInput, type UpdateStepCommandOutput } from "./commands/UpdateStepCommand";
|
|
112
|
+
import { type UpdateStorageProfileCommandInput, type UpdateStorageProfileCommandOutput } from "./commands/UpdateStorageProfileCommand";
|
|
113
|
+
import { type UpdateTaskCommandInput, type UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
|
|
114
|
+
import { type UpdateWorkerCommandInput, type UpdateWorkerCommandOutput } from "./commands/UpdateWorkerCommand";
|
|
115
|
+
import { type UpdateWorkerScheduleCommandInput, type UpdateWorkerScheduleCommandOutput } from "./commands/UpdateWorkerScheduleCommand";
|
|
116
116
|
import { DeadlineClient } from "./DeadlineClient";
|
|
117
117
|
export interface Deadline {
|
|
118
118
|
/**
|
|
@@ -5,122 +5,122 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AssociateMemberToFarmCommandInput, AssociateMemberToFarmCommandOutput } from "./commands/AssociateMemberToFarmCommand";
|
|
11
|
-
import { AssociateMemberToFleetCommandInput, AssociateMemberToFleetCommandOutput } from "./commands/AssociateMemberToFleetCommand";
|
|
12
|
-
import { AssociateMemberToJobCommandInput, AssociateMemberToJobCommandOutput } from "./commands/AssociateMemberToJobCommand";
|
|
13
|
-
import { AssociateMemberToQueueCommandInput, AssociateMemberToQueueCommandOutput } from "./commands/AssociateMemberToQueueCommand";
|
|
14
|
-
import { AssumeFleetRoleForReadCommandInput, AssumeFleetRoleForReadCommandOutput } from "./commands/AssumeFleetRoleForReadCommand";
|
|
15
|
-
import { AssumeFleetRoleForWorkerCommandInput, AssumeFleetRoleForWorkerCommandOutput } from "./commands/AssumeFleetRoleForWorkerCommand";
|
|
16
|
-
import { AssumeQueueRoleForReadCommandInput, AssumeQueueRoleForReadCommandOutput } from "./commands/AssumeQueueRoleForReadCommand";
|
|
17
|
-
import { AssumeQueueRoleForUserCommandInput, AssumeQueueRoleForUserCommandOutput } from "./commands/AssumeQueueRoleForUserCommand";
|
|
18
|
-
import { AssumeQueueRoleForWorkerCommandInput, AssumeQueueRoleForWorkerCommandOutput } from "./commands/AssumeQueueRoleForWorkerCommand";
|
|
19
|
-
import { BatchGetJobEntityCommandInput, BatchGetJobEntityCommandOutput } from "./commands/BatchGetJobEntityCommand";
|
|
20
|
-
import { CopyJobTemplateCommandInput, CopyJobTemplateCommandOutput } from "./commands/CopyJobTemplateCommand";
|
|
21
|
-
import { CreateBudgetCommandInput, CreateBudgetCommandOutput } from "./commands/CreateBudgetCommand";
|
|
22
|
-
import { CreateFarmCommandInput, CreateFarmCommandOutput } from "./commands/CreateFarmCommand";
|
|
23
|
-
import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
|
|
24
|
-
import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
|
|
25
|
-
import { CreateLicenseEndpointCommandInput, CreateLicenseEndpointCommandOutput } from "./commands/CreateLicenseEndpointCommand";
|
|
26
|
-
import { CreateLimitCommandInput, CreateLimitCommandOutput } from "./commands/CreateLimitCommand";
|
|
27
|
-
import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "./commands/CreateMonitorCommand";
|
|
28
|
-
import { CreateQueueCommandInput, CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
|
|
29
|
-
import { CreateQueueEnvironmentCommandInput, CreateQueueEnvironmentCommandOutput } from "./commands/CreateQueueEnvironmentCommand";
|
|
30
|
-
import { CreateQueueFleetAssociationCommandInput, CreateQueueFleetAssociationCommandOutput } from "./commands/CreateQueueFleetAssociationCommand";
|
|
31
|
-
import { CreateQueueLimitAssociationCommandInput, CreateQueueLimitAssociationCommandOutput } from "./commands/CreateQueueLimitAssociationCommand";
|
|
32
|
-
import { CreateStorageProfileCommandInput, CreateStorageProfileCommandOutput } from "./commands/CreateStorageProfileCommand";
|
|
33
|
-
import { CreateWorkerCommandInput, CreateWorkerCommandOutput } from "./commands/CreateWorkerCommand";
|
|
34
|
-
import { DeleteBudgetCommandInput, DeleteBudgetCommandOutput } from "./commands/DeleteBudgetCommand";
|
|
35
|
-
import { DeleteFarmCommandInput, DeleteFarmCommandOutput } from "./commands/DeleteFarmCommand";
|
|
36
|
-
import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
|
|
37
|
-
import { DeleteLicenseEndpointCommandInput, DeleteLicenseEndpointCommandOutput } from "./commands/DeleteLicenseEndpointCommand";
|
|
38
|
-
import { DeleteLimitCommandInput, DeleteLimitCommandOutput } from "./commands/DeleteLimitCommand";
|
|
39
|
-
import { DeleteMeteredProductCommandInput, DeleteMeteredProductCommandOutput } from "./commands/DeleteMeteredProductCommand";
|
|
40
|
-
import { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "./commands/DeleteMonitorCommand";
|
|
41
|
-
import { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "./commands/DeleteQueueCommand";
|
|
42
|
-
import { DeleteQueueEnvironmentCommandInput, DeleteQueueEnvironmentCommandOutput } from "./commands/DeleteQueueEnvironmentCommand";
|
|
43
|
-
import { DeleteQueueFleetAssociationCommandInput, DeleteQueueFleetAssociationCommandOutput } from "./commands/DeleteQueueFleetAssociationCommand";
|
|
44
|
-
import { DeleteQueueLimitAssociationCommandInput, DeleteQueueLimitAssociationCommandOutput } from "./commands/DeleteQueueLimitAssociationCommand";
|
|
45
|
-
import { DeleteStorageProfileCommandInput, DeleteStorageProfileCommandOutput } from "./commands/DeleteStorageProfileCommand";
|
|
46
|
-
import { DeleteWorkerCommandInput, DeleteWorkerCommandOutput } from "./commands/DeleteWorkerCommand";
|
|
47
|
-
import { DisassociateMemberFromFarmCommandInput, DisassociateMemberFromFarmCommandOutput } from "./commands/DisassociateMemberFromFarmCommand";
|
|
48
|
-
import { DisassociateMemberFromFleetCommandInput, DisassociateMemberFromFleetCommandOutput } from "./commands/DisassociateMemberFromFleetCommand";
|
|
49
|
-
import { DisassociateMemberFromJobCommandInput, DisassociateMemberFromJobCommandOutput } from "./commands/DisassociateMemberFromJobCommand";
|
|
50
|
-
import { DisassociateMemberFromQueueCommandInput, DisassociateMemberFromQueueCommandOutput } from "./commands/DisassociateMemberFromQueueCommand";
|
|
51
|
-
import { GetBudgetCommandInput, GetBudgetCommandOutput } from "./commands/GetBudgetCommand";
|
|
52
|
-
import { GetFarmCommandInput, GetFarmCommandOutput } from "./commands/GetFarmCommand";
|
|
53
|
-
import { GetFleetCommandInput, GetFleetCommandOutput } from "./commands/GetFleetCommand";
|
|
54
|
-
import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
|
|
55
|
-
import { GetLicenseEndpointCommandInput, GetLicenseEndpointCommandOutput } from "./commands/GetLicenseEndpointCommand";
|
|
56
|
-
import { GetLimitCommandInput, GetLimitCommandOutput } from "./commands/GetLimitCommand";
|
|
57
|
-
import { GetMonitorCommandInput, GetMonitorCommandOutput } from "./commands/GetMonitorCommand";
|
|
58
|
-
import { GetQueueCommandInput, GetQueueCommandOutput } from "./commands/GetQueueCommand";
|
|
59
|
-
import { GetQueueEnvironmentCommandInput, GetQueueEnvironmentCommandOutput } from "./commands/GetQueueEnvironmentCommand";
|
|
60
|
-
import { GetQueueFleetAssociationCommandInput, GetQueueFleetAssociationCommandOutput } from "./commands/GetQueueFleetAssociationCommand";
|
|
61
|
-
import { GetQueueLimitAssociationCommandInput, GetQueueLimitAssociationCommandOutput } from "./commands/GetQueueLimitAssociationCommand";
|
|
62
|
-
import { GetSessionActionCommandInput, GetSessionActionCommandOutput } from "./commands/GetSessionActionCommand";
|
|
63
|
-
import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
|
|
64
|
-
import { GetSessionsStatisticsAggregationCommandInput, GetSessionsStatisticsAggregationCommandOutput } from "./commands/GetSessionsStatisticsAggregationCommand";
|
|
65
|
-
import { GetStepCommandInput, GetStepCommandOutput } from "./commands/GetStepCommand";
|
|
66
|
-
import { GetStorageProfileCommandInput, GetStorageProfileCommandOutput } from "./commands/GetStorageProfileCommand";
|
|
67
|
-
import { GetStorageProfileForQueueCommandInput, GetStorageProfileForQueueCommandOutput } from "./commands/GetStorageProfileForQueueCommand";
|
|
68
|
-
import { GetTaskCommandInput, GetTaskCommandOutput } from "./commands/GetTaskCommand";
|
|
69
|
-
import { GetWorkerCommandInput, GetWorkerCommandOutput } from "./commands/GetWorkerCommand";
|
|
70
|
-
import { ListAvailableMeteredProductsCommandInput, ListAvailableMeteredProductsCommandOutput } from "./commands/ListAvailableMeteredProductsCommand";
|
|
71
|
-
import { ListBudgetsCommandInput, ListBudgetsCommandOutput } from "./commands/ListBudgetsCommand";
|
|
72
|
-
import { ListFarmMembersCommandInput, ListFarmMembersCommandOutput } from "./commands/ListFarmMembersCommand";
|
|
73
|
-
import { ListFarmsCommandInput, ListFarmsCommandOutput } from "./commands/ListFarmsCommand";
|
|
74
|
-
import { ListFleetMembersCommandInput, ListFleetMembersCommandOutput } from "./commands/ListFleetMembersCommand";
|
|
75
|
-
import { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
|
|
76
|
-
import { ListJobMembersCommandInput, ListJobMembersCommandOutput } from "./commands/ListJobMembersCommand";
|
|
77
|
-
import { ListJobParameterDefinitionsCommandInput, ListJobParameterDefinitionsCommandOutput } from "./commands/ListJobParameterDefinitionsCommand";
|
|
78
|
-
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
79
|
-
import { ListLicenseEndpointsCommandInput, ListLicenseEndpointsCommandOutput } from "./commands/ListLicenseEndpointsCommand";
|
|
80
|
-
import { ListLimitsCommandInput, ListLimitsCommandOutput } from "./commands/ListLimitsCommand";
|
|
81
|
-
import { ListMeteredProductsCommandInput, ListMeteredProductsCommandOutput } from "./commands/ListMeteredProductsCommand";
|
|
82
|
-
import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "./commands/ListMonitorsCommand";
|
|
83
|
-
import { ListQueueEnvironmentsCommandInput, ListQueueEnvironmentsCommandOutput } from "./commands/ListQueueEnvironmentsCommand";
|
|
84
|
-
import { ListQueueFleetAssociationsCommandInput, ListQueueFleetAssociationsCommandOutput } from "./commands/ListQueueFleetAssociationsCommand";
|
|
85
|
-
import { ListQueueLimitAssociationsCommandInput, ListQueueLimitAssociationsCommandOutput } from "./commands/ListQueueLimitAssociationsCommand";
|
|
86
|
-
import { ListQueueMembersCommandInput, ListQueueMembersCommandOutput } from "./commands/ListQueueMembersCommand";
|
|
87
|
-
import { ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
|
|
88
|
-
import { ListSessionActionsCommandInput, ListSessionActionsCommandOutput } from "./commands/ListSessionActionsCommand";
|
|
89
|
-
import { ListSessionsCommandInput, ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
|
|
90
|
-
import { ListSessionsForWorkerCommandInput, ListSessionsForWorkerCommandOutput } from "./commands/ListSessionsForWorkerCommand";
|
|
91
|
-
import { ListStepConsumersCommandInput, ListStepConsumersCommandOutput } from "./commands/ListStepConsumersCommand";
|
|
92
|
-
import { ListStepDependenciesCommandInput, ListStepDependenciesCommandOutput } from "./commands/ListStepDependenciesCommand";
|
|
93
|
-
import { ListStepsCommandInput, ListStepsCommandOutput } from "./commands/ListStepsCommand";
|
|
94
|
-
import { ListStorageProfilesCommandInput, ListStorageProfilesCommandOutput } from "./commands/ListStorageProfilesCommand";
|
|
95
|
-
import { ListStorageProfilesForQueueCommandInput, ListStorageProfilesForQueueCommandOutput } from "./commands/ListStorageProfilesForQueueCommand";
|
|
96
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
97
|
-
import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
|
|
98
|
-
import { ListWorkersCommandInput, ListWorkersCommandOutput } from "./commands/ListWorkersCommand";
|
|
99
|
-
import { PutMeteredProductCommandInput, PutMeteredProductCommandOutput } from "./commands/PutMeteredProductCommand";
|
|
100
|
-
import { SearchJobsCommandInput, SearchJobsCommandOutput } from "./commands/SearchJobsCommand";
|
|
101
|
-
import { SearchStepsCommandInput, SearchStepsCommandOutput } from "./commands/SearchStepsCommand";
|
|
102
|
-
import { SearchTasksCommandInput, SearchTasksCommandOutput } from "./commands/SearchTasksCommand";
|
|
103
|
-
import { SearchWorkersCommandInput, SearchWorkersCommandOutput } from "./commands/SearchWorkersCommand";
|
|
104
|
-
import { StartSessionsStatisticsAggregationCommandInput, StartSessionsStatisticsAggregationCommandOutput } from "./commands/StartSessionsStatisticsAggregationCommand";
|
|
105
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
106
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
107
|
-
import { UpdateBudgetCommandInput, UpdateBudgetCommandOutput } from "./commands/UpdateBudgetCommand";
|
|
108
|
-
import { UpdateFarmCommandInput, UpdateFarmCommandOutput } from "./commands/UpdateFarmCommand";
|
|
109
|
-
import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
|
|
110
|
-
import { UpdateJobCommandInput, UpdateJobCommandOutput } from "./commands/UpdateJobCommand";
|
|
111
|
-
import { UpdateLimitCommandInput, UpdateLimitCommandOutput } from "./commands/UpdateLimitCommand";
|
|
112
|
-
import { UpdateMonitorCommandInput, UpdateMonitorCommandOutput } from "./commands/UpdateMonitorCommand";
|
|
113
|
-
import { UpdateQueueCommandInput, UpdateQueueCommandOutput } from "./commands/UpdateQueueCommand";
|
|
114
|
-
import { UpdateQueueEnvironmentCommandInput, UpdateQueueEnvironmentCommandOutput } from "./commands/UpdateQueueEnvironmentCommand";
|
|
115
|
-
import { UpdateQueueFleetAssociationCommandInput, UpdateQueueFleetAssociationCommandOutput } from "./commands/UpdateQueueFleetAssociationCommand";
|
|
116
|
-
import { UpdateQueueLimitAssociationCommandInput, UpdateQueueLimitAssociationCommandOutput } from "./commands/UpdateQueueLimitAssociationCommand";
|
|
117
|
-
import { UpdateSessionCommandInput, UpdateSessionCommandOutput } from "./commands/UpdateSessionCommand";
|
|
118
|
-
import { UpdateStepCommandInput, UpdateStepCommandOutput } from "./commands/UpdateStepCommand";
|
|
119
|
-
import { UpdateStorageProfileCommandInput, UpdateStorageProfileCommandOutput } from "./commands/UpdateStorageProfileCommand";
|
|
120
|
-
import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
|
|
121
|
-
import { UpdateWorkerCommandInput, UpdateWorkerCommandOutput } from "./commands/UpdateWorkerCommand";
|
|
122
|
-
import { UpdateWorkerScheduleCommandInput, UpdateWorkerScheduleCommandOutput } from "./commands/UpdateWorkerScheduleCommand";
|
|
123
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AssociateMemberToFarmCommandInput, AssociateMemberToFarmCommandOutput } from "./commands/AssociateMemberToFarmCommand";
|
|
11
|
+
import type { AssociateMemberToFleetCommandInput, AssociateMemberToFleetCommandOutput } from "./commands/AssociateMemberToFleetCommand";
|
|
12
|
+
import type { AssociateMemberToJobCommandInput, AssociateMemberToJobCommandOutput } from "./commands/AssociateMemberToJobCommand";
|
|
13
|
+
import type { AssociateMemberToQueueCommandInput, AssociateMemberToQueueCommandOutput } from "./commands/AssociateMemberToQueueCommand";
|
|
14
|
+
import type { AssumeFleetRoleForReadCommandInput, AssumeFleetRoleForReadCommandOutput } from "./commands/AssumeFleetRoleForReadCommand";
|
|
15
|
+
import type { AssumeFleetRoleForWorkerCommandInput, AssumeFleetRoleForWorkerCommandOutput } from "./commands/AssumeFleetRoleForWorkerCommand";
|
|
16
|
+
import type { AssumeQueueRoleForReadCommandInput, AssumeQueueRoleForReadCommandOutput } from "./commands/AssumeQueueRoleForReadCommand";
|
|
17
|
+
import type { AssumeQueueRoleForUserCommandInput, AssumeQueueRoleForUserCommandOutput } from "./commands/AssumeQueueRoleForUserCommand";
|
|
18
|
+
import type { AssumeQueueRoleForWorkerCommandInput, AssumeQueueRoleForWorkerCommandOutput } from "./commands/AssumeQueueRoleForWorkerCommand";
|
|
19
|
+
import type { BatchGetJobEntityCommandInput, BatchGetJobEntityCommandOutput } from "./commands/BatchGetJobEntityCommand";
|
|
20
|
+
import type { CopyJobTemplateCommandInput, CopyJobTemplateCommandOutput } from "./commands/CopyJobTemplateCommand";
|
|
21
|
+
import type { CreateBudgetCommandInput, CreateBudgetCommandOutput } from "./commands/CreateBudgetCommand";
|
|
22
|
+
import type { CreateFarmCommandInput, CreateFarmCommandOutput } from "./commands/CreateFarmCommand";
|
|
23
|
+
import type { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
|
|
24
|
+
import type { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
|
|
25
|
+
import type { CreateLicenseEndpointCommandInput, CreateLicenseEndpointCommandOutput } from "./commands/CreateLicenseEndpointCommand";
|
|
26
|
+
import type { CreateLimitCommandInput, CreateLimitCommandOutput } from "./commands/CreateLimitCommand";
|
|
27
|
+
import type { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "./commands/CreateMonitorCommand";
|
|
28
|
+
import type { CreateQueueCommandInput, CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
|
|
29
|
+
import type { CreateQueueEnvironmentCommandInput, CreateQueueEnvironmentCommandOutput } from "./commands/CreateQueueEnvironmentCommand";
|
|
30
|
+
import type { CreateQueueFleetAssociationCommandInput, CreateQueueFleetAssociationCommandOutput } from "./commands/CreateQueueFleetAssociationCommand";
|
|
31
|
+
import type { CreateQueueLimitAssociationCommandInput, CreateQueueLimitAssociationCommandOutput } from "./commands/CreateQueueLimitAssociationCommand";
|
|
32
|
+
import type { CreateStorageProfileCommandInput, CreateStorageProfileCommandOutput } from "./commands/CreateStorageProfileCommand";
|
|
33
|
+
import type { CreateWorkerCommandInput, CreateWorkerCommandOutput } from "./commands/CreateWorkerCommand";
|
|
34
|
+
import type { DeleteBudgetCommandInput, DeleteBudgetCommandOutput } from "./commands/DeleteBudgetCommand";
|
|
35
|
+
import type { DeleteFarmCommandInput, DeleteFarmCommandOutput } from "./commands/DeleteFarmCommand";
|
|
36
|
+
import type { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
|
|
37
|
+
import type { DeleteLicenseEndpointCommandInput, DeleteLicenseEndpointCommandOutput } from "./commands/DeleteLicenseEndpointCommand";
|
|
38
|
+
import type { DeleteLimitCommandInput, DeleteLimitCommandOutput } from "./commands/DeleteLimitCommand";
|
|
39
|
+
import type { DeleteMeteredProductCommandInput, DeleteMeteredProductCommandOutput } from "./commands/DeleteMeteredProductCommand";
|
|
40
|
+
import type { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "./commands/DeleteMonitorCommand";
|
|
41
|
+
import type { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "./commands/DeleteQueueCommand";
|
|
42
|
+
import type { DeleteQueueEnvironmentCommandInput, DeleteQueueEnvironmentCommandOutput } from "./commands/DeleteQueueEnvironmentCommand";
|
|
43
|
+
import type { DeleteQueueFleetAssociationCommandInput, DeleteQueueFleetAssociationCommandOutput } from "./commands/DeleteQueueFleetAssociationCommand";
|
|
44
|
+
import type { DeleteQueueLimitAssociationCommandInput, DeleteQueueLimitAssociationCommandOutput } from "./commands/DeleteQueueLimitAssociationCommand";
|
|
45
|
+
import type { DeleteStorageProfileCommandInput, DeleteStorageProfileCommandOutput } from "./commands/DeleteStorageProfileCommand";
|
|
46
|
+
import type { DeleteWorkerCommandInput, DeleteWorkerCommandOutput } from "./commands/DeleteWorkerCommand";
|
|
47
|
+
import type { DisassociateMemberFromFarmCommandInput, DisassociateMemberFromFarmCommandOutput } from "./commands/DisassociateMemberFromFarmCommand";
|
|
48
|
+
import type { DisassociateMemberFromFleetCommandInput, DisassociateMemberFromFleetCommandOutput } from "./commands/DisassociateMemberFromFleetCommand";
|
|
49
|
+
import type { DisassociateMemberFromJobCommandInput, DisassociateMemberFromJobCommandOutput } from "./commands/DisassociateMemberFromJobCommand";
|
|
50
|
+
import type { DisassociateMemberFromQueueCommandInput, DisassociateMemberFromQueueCommandOutput } from "./commands/DisassociateMemberFromQueueCommand";
|
|
51
|
+
import type { GetBudgetCommandInput, GetBudgetCommandOutput } from "./commands/GetBudgetCommand";
|
|
52
|
+
import type { GetFarmCommandInput, GetFarmCommandOutput } from "./commands/GetFarmCommand";
|
|
53
|
+
import type { GetFleetCommandInput, GetFleetCommandOutput } from "./commands/GetFleetCommand";
|
|
54
|
+
import type { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
|
|
55
|
+
import type { GetLicenseEndpointCommandInput, GetLicenseEndpointCommandOutput } from "./commands/GetLicenseEndpointCommand";
|
|
56
|
+
import type { GetLimitCommandInput, GetLimitCommandOutput } from "./commands/GetLimitCommand";
|
|
57
|
+
import type { GetMonitorCommandInput, GetMonitorCommandOutput } from "./commands/GetMonitorCommand";
|
|
58
|
+
import type { GetQueueCommandInput, GetQueueCommandOutput } from "./commands/GetQueueCommand";
|
|
59
|
+
import type { GetQueueEnvironmentCommandInput, GetQueueEnvironmentCommandOutput } from "./commands/GetQueueEnvironmentCommand";
|
|
60
|
+
import type { GetQueueFleetAssociationCommandInput, GetQueueFleetAssociationCommandOutput } from "./commands/GetQueueFleetAssociationCommand";
|
|
61
|
+
import type { GetQueueLimitAssociationCommandInput, GetQueueLimitAssociationCommandOutput } from "./commands/GetQueueLimitAssociationCommand";
|
|
62
|
+
import type { GetSessionActionCommandInput, GetSessionActionCommandOutput } from "./commands/GetSessionActionCommand";
|
|
63
|
+
import type { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
|
|
64
|
+
import type { GetSessionsStatisticsAggregationCommandInput, GetSessionsStatisticsAggregationCommandOutput } from "./commands/GetSessionsStatisticsAggregationCommand";
|
|
65
|
+
import type { GetStepCommandInput, GetStepCommandOutput } from "./commands/GetStepCommand";
|
|
66
|
+
import type { GetStorageProfileCommandInput, GetStorageProfileCommandOutput } from "./commands/GetStorageProfileCommand";
|
|
67
|
+
import type { GetStorageProfileForQueueCommandInput, GetStorageProfileForQueueCommandOutput } from "./commands/GetStorageProfileForQueueCommand";
|
|
68
|
+
import type { GetTaskCommandInput, GetTaskCommandOutput } from "./commands/GetTaskCommand";
|
|
69
|
+
import type { GetWorkerCommandInput, GetWorkerCommandOutput } from "./commands/GetWorkerCommand";
|
|
70
|
+
import type { ListAvailableMeteredProductsCommandInput, ListAvailableMeteredProductsCommandOutput } from "./commands/ListAvailableMeteredProductsCommand";
|
|
71
|
+
import type { ListBudgetsCommandInput, ListBudgetsCommandOutput } from "./commands/ListBudgetsCommand";
|
|
72
|
+
import type { ListFarmMembersCommandInput, ListFarmMembersCommandOutput } from "./commands/ListFarmMembersCommand";
|
|
73
|
+
import type { ListFarmsCommandInput, ListFarmsCommandOutput } from "./commands/ListFarmsCommand";
|
|
74
|
+
import type { ListFleetMembersCommandInput, ListFleetMembersCommandOutput } from "./commands/ListFleetMembersCommand";
|
|
75
|
+
import type { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
|
|
76
|
+
import type { ListJobMembersCommandInput, ListJobMembersCommandOutput } from "./commands/ListJobMembersCommand";
|
|
77
|
+
import type { ListJobParameterDefinitionsCommandInput, ListJobParameterDefinitionsCommandOutput } from "./commands/ListJobParameterDefinitionsCommand";
|
|
78
|
+
import type { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
79
|
+
import type { ListLicenseEndpointsCommandInput, ListLicenseEndpointsCommandOutput } from "./commands/ListLicenseEndpointsCommand";
|
|
80
|
+
import type { ListLimitsCommandInput, ListLimitsCommandOutput } from "./commands/ListLimitsCommand";
|
|
81
|
+
import type { ListMeteredProductsCommandInput, ListMeteredProductsCommandOutput } from "./commands/ListMeteredProductsCommand";
|
|
82
|
+
import type { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "./commands/ListMonitorsCommand";
|
|
83
|
+
import type { ListQueueEnvironmentsCommandInput, ListQueueEnvironmentsCommandOutput } from "./commands/ListQueueEnvironmentsCommand";
|
|
84
|
+
import type { ListQueueFleetAssociationsCommandInput, ListQueueFleetAssociationsCommandOutput } from "./commands/ListQueueFleetAssociationsCommand";
|
|
85
|
+
import type { ListQueueLimitAssociationsCommandInput, ListQueueLimitAssociationsCommandOutput } from "./commands/ListQueueLimitAssociationsCommand";
|
|
86
|
+
import type { ListQueueMembersCommandInput, ListQueueMembersCommandOutput } from "./commands/ListQueueMembersCommand";
|
|
87
|
+
import type { ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
|
|
88
|
+
import type { ListSessionActionsCommandInput, ListSessionActionsCommandOutput } from "./commands/ListSessionActionsCommand";
|
|
89
|
+
import type { ListSessionsCommandInput, ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
|
|
90
|
+
import type { ListSessionsForWorkerCommandInput, ListSessionsForWorkerCommandOutput } from "./commands/ListSessionsForWorkerCommand";
|
|
91
|
+
import type { ListStepConsumersCommandInput, ListStepConsumersCommandOutput } from "./commands/ListStepConsumersCommand";
|
|
92
|
+
import type { ListStepDependenciesCommandInput, ListStepDependenciesCommandOutput } from "./commands/ListStepDependenciesCommand";
|
|
93
|
+
import type { ListStepsCommandInput, ListStepsCommandOutput } from "./commands/ListStepsCommand";
|
|
94
|
+
import type { ListStorageProfilesCommandInput, ListStorageProfilesCommandOutput } from "./commands/ListStorageProfilesCommand";
|
|
95
|
+
import type { ListStorageProfilesForQueueCommandInput, ListStorageProfilesForQueueCommandOutput } from "./commands/ListStorageProfilesForQueueCommand";
|
|
96
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
97
|
+
import type { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
|
|
98
|
+
import type { ListWorkersCommandInput, ListWorkersCommandOutput } from "./commands/ListWorkersCommand";
|
|
99
|
+
import type { PutMeteredProductCommandInput, PutMeteredProductCommandOutput } from "./commands/PutMeteredProductCommand";
|
|
100
|
+
import type { SearchJobsCommandInput, SearchJobsCommandOutput } from "./commands/SearchJobsCommand";
|
|
101
|
+
import type { SearchStepsCommandInput, SearchStepsCommandOutput } from "./commands/SearchStepsCommand";
|
|
102
|
+
import type { SearchTasksCommandInput, SearchTasksCommandOutput } from "./commands/SearchTasksCommand";
|
|
103
|
+
import type { SearchWorkersCommandInput, SearchWorkersCommandOutput } from "./commands/SearchWorkersCommand";
|
|
104
|
+
import type { StartSessionsStatisticsAggregationCommandInput, StartSessionsStatisticsAggregationCommandOutput } from "./commands/StartSessionsStatisticsAggregationCommand";
|
|
105
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
106
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
107
|
+
import type { UpdateBudgetCommandInput, UpdateBudgetCommandOutput } from "./commands/UpdateBudgetCommand";
|
|
108
|
+
import type { UpdateFarmCommandInput, UpdateFarmCommandOutput } from "./commands/UpdateFarmCommand";
|
|
109
|
+
import type { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
|
|
110
|
+
import type { UpdateJobCommandInput, UpdateJobCommandOutput } from "./commands/UpdateJobCommand";
|
|
111
|
+
import type { UpdateLimitCommandInput, UpdateLimitCommandOutput } from "./commands/UpdateLimitCommand";
|
|
112
|
+
import type { UpdateMonitorCommandInput, UpdateMonitorCommandOutput } from "./commands/UpdateMonitorCommand";
|
|
113
|
+
import type { UpdateQueueCommandInput, UpdateQueueCommandOutput } from "./commands/UpdateQueueCommand";
|
|
114
|
+
import type { UpdateQueueEnvironmentCommandInput, UpdateQueueEnvironmentCommandOutput } from "./commands/UpdateQueueEnvironmentCommand";
|
|
115
|
+
import type { UpdateQueueFleetAssociationCommandInput, UpdateQueueFleetAssociationCommandOutput } from "./commands/UpdateQueueFleetAssociationCommand";
|
|
116
|
+
import type { UpdateQueueLimitAssociationCommandInput, UpdateQueueLimitAssociationCommandOutput } from "./commands/UpdateQueueLimitAssociationCommand";
|
|
117
|
+
import type { UpdateSessionCommandInput, UpdateSessionCommandOutput } from "./commands/UpdateSessionCommand";
|
|
118
|
+
import type { UpdateStepCommandInput, UpdateStepCommandOutput } from "./commands/UpdateStepCommand";
|
|
119
|
+
import type { UpdateStorageProfileCommandInput, UpdateStorageProfileCommandOutput } from "./commands/UpdateStorageProfileCommand";
|
|
120
|
+
import type { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
|
|
121
|
+
import type { UpdateWorkerCommandInput, UpdateWorkerCommandOutput } from "./commands/UpdateWorkerCommand";
|
|
122
|
+
import type { UpdateWorkerScheduleCommandInput, UpdateWorkerScheduleCommandOutput } from "./commands/UpdateWorkerScheduleCommand";
|
|
123
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
124
124
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
125
125
|
export { __Client };
|
|
126
126
|
/**
|
|
@@ -229,7 +229,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
229
229
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
230
230
|
* @internal
|
|
231
231
|
*/
|
|
232
|
-
defaultUserAgentProvider?:
|
|
232
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
233
233
|
/**
|
|
234
234
|
* Default credentials provider; Not available in browser runtime.
|
|
235
235
|
* @deprecated
|