@aws-sdk/client-deadline 3.1019.0 → 3.1021.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/schemas/schemas_0.js +101 -85
- package/dist-es/Deadline.js +25 -25
- 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/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/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/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/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 +15 -15
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListStepDependenciesCommandInput, ListStepDependenciesCommandOutput } from "../commands/ListStepDependenciesCommand";
|
|
3
|
-
import { DeadlinePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DeadlinePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListStepsCommandInput, ListStepsCommandOutput } from "../commands/ListStepsCommand";
|
|
3
|
-
import { DeadlinePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DeadlinePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListStorageProfilesForQueueCommandInput, ListStorageProfilesForQueueCommandOutput } from "../commands/ListStorageProfilesForQueueCommand";
|
|
3
|
-
import { DeadlinePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DeadlinePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListStorageProfilesCommandInput, ListStorageProfilesCommandOutput } from "../commands/ListStorageProfilesCommand";
|
|
3
|
-
import { DeadlinePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DeadlinePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTasksCommandInput, ListTasksCommandOutput } from "../commands/ListTasksCommand";
|
|
3
|
-
import { DeadlinePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DeadlinePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListWorkersCommandInput, ListWorkersCommandOutput } from "../commands/ListWorkersCommand";
|
|
3
|
-
import { DeadlinePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DeadlinePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -79,6 +79,7 @@ export declare var CreateStorageProfileRequest$: StaticStructureSchema;
|
|
|
79
79
|
export declare var CreateStorageProfileResponse$: StaticStructureSchema;
|
|
80
80
|
export declare var CreateWorkerRequest$: StaticStructureSchema;
|
|
81
81
|
export declare var CreateWorkerResponse$: StaticStructureSchema;
|
|
82
|
+
export declare var CustomerManagedAutoScalingConfiguration$: StaticStructureSchema;
|
|
82
83
|
export declare var CustomerManagedFleetConfiguration$: StaticStructureSchema;
|
|
83
84
|
export declare var CustomerManagedWorkerCapabilities$: StaticStructureSchema;
|
|
84
85
|
export declare var DateTimeFilterExpression$: StaticStructureSchema;
|
|
@@ -277,6 +278,7 @@ export declare var SearchTasksResponse$: StaticStructureSchema;
|
|
|
277
278
|
export declare var SearchTermFilterExpression$: StaticStructureSchema;
|
|
278
279
|
export declare var SearchWorkersRequest$: StaticStructureSchema;
|
|
279
280
|
export declare var SearchWorkersResponse$: StaticStructureSchema;
|
|
281
|
+
export declare var ServiceManagedEc2AutoScalingConfiguration$: StaticStructureSchema;
|
|
280
282
|
export declare var ServiceManagedEc2FleetConfiguration$: StaticStructureSchema;
|
|
281
283
|
export declare var ServiceManagedEc2InstanceCapabilities$: StaticStructureSchema;
|
|
282
284
|
export declare var ServiceManagedEc2InstanceMarketOptions$: StaticStructureSchema;
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -750,7 +749,7 @@ export interface ClientDefaults
|
|
|
750
749
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
751
750
|
region?: string | __Provider<string>;
|
|
752
751
|
profile?: string;
|
|
753
|
-
defaultUserAgentProvider?:
|
|
752
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
754
753
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
755
754
|
maxAttempts?: number | __Provider<number>;
|
|
756
755
|
retryMode?: string | __Provider<string>;
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DeadlineClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ListLicenseEndpointsResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { ListLicenseEndpointsRequest } from "../models/models_0";
|
|
9
|
+
import { ListLicenseEndpointsResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ListLicenseEndpointsCommandInput
|