@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.
Files changed (131) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
  2. package/dist-cjs/runtimeConfig.js +4 -3
  3. package/dist-cjs/runtimeConfig.shared.js +2 -2
  4. package/dist-cjs/schemas/schemas_0.js +101 -85
  5. package/dist-es/Deadline.js +25 -25
  6. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  7. package/dist-es/runtimeConfig.js +2 -1
  8. package/dist-es/runtimeConfig.shared.js +1 -1
  9. package/dist-es/schemas/schemas_0.js +92 -76
  10. package/dist-es/waiters/waitForFleetActive.js +1 -1
  11. package/dist-es/waiters/waitForJobComplete.js +1 -1
  12. package/dist-es/waiters/waitForJobCreateComplete.js +1 -1
  13. package/dist-es/waiters/waitForJobSucceeded.js +1 -1
  14. package/dist-es/waiters/waitForLicenseEndpointDeleted.js +1 -1
  15. package/dist-es/waiters/waitForLicenseEndpointValid.js +1 -1
  16. package/dist-es/waiters/waitForQueueFleetAssociationStopped.js +1 -1
  17. package/dist-es/waiters/waitForQueueLimitAssociationStopped.js +1 -1
  18. package/dist-es/waiters/waitForQueueScheduling.js +1 -1
  19. package/dist-es/waiters/waitForQueueSchedulingBlocked.js +1 -1
  20. package/dist-types/Deadline.d.ts +113 -113
  21. package/dist-types/DeadlineClient.d.ts +116 -116
  22. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  23. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  24. package/dist-types/commands/AssociateMemberToFarmCommand.d.ts +1 -1
  25. package/dist-types/commands/AssociateMemberToFleetCommand.d.ts +1 -1
  26. package/dist-types/commands/AssociateMemberToJobCommand.d.ts +1 -1
  27. package/dist-types/commands/AssociateMemberToQueueCommand.d.ts +1 -1
  28. package/dist-types/commands/CopyJobTemplateCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateBudgetCommand.d.ts +3 -3
  30. package/dist-types/commands/CreateFleetCommand.d.ts +11 -1
  31. package/dist-types/commands/CreateLimitCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateQueueEnvironmentCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateStorageProfileCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
  36. package/dist-types/commands/GetBudgetCommand.d.ts +5 -5
  37. package/dist-types/commands/GetFarmCommand.d.ts +2 -2
  38. package/dist-types/commands/GetFleetCommand.d.ts +15 -5
  39. package/dist-types/commands/GetLimitCommand.d.ts +6 -6
  40. package/dist-types/commands/GetQueueCommand.d.ts +6 -6
  41. package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +3 -3
  42. package/dist-types/commands/GetSessionActionCommand.d.ts +12 -12
  43. package/dist-types/commands/GetSessionCommand.d.ts +5 -5
  44. package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +3 -3
  45. package/dist-types/commands/GetTaskCommand.d.ts +5 -5
  46. package/dist-types/commands/ListBudgetsCommand.d.ts +3 -3
  47. package/dist-types/commands/ListFarmsCommand.d.ts +2 -2
  48. package/dist-types/commands/ListFleetsCommand.d.ts +12 -2
  49. package/dist-types/commands/ListJobParameterDefinitionsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListLimitsCommand.d.ts +6 -6
  53. package/dist-types/commands/ListMonitorsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListQueueFleetAssociationsCommand.d.ts +2 -2
  55. package/dist-types/commands/ListQueueLimitAssociationsCommand.d.ts +5 -5
  56. package/dist-types/commands/ListQueuesCommand.d.ts +2 -2
  57. package/dist-types/commands/ListSessionActionsCommand.d.ts +8 -8
  58. package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListTasksCommand.d.ts +5 -5
  60. package/dist-types/commands/ListWorkersCommand.d.ts +3 -3
  61. package/dist-types/commands/SearchJobsCommand.d.ts +3 -3
  62. package/dist-types/commands/SearchStepsCommand.d.ts +4 -4
  63. package/dist-types/commands/SearchTasksCommand.d.ts +4 -4
  64. package/dist-types/commands/SearchWorkersCommand.d.ts +3 -3
  65. package/dist-types/commands/UpdateBudgetCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateFleetCommand.d.ts +11 -1
  67. package/dist-types/commands/UpdateJobCommand.d.ts +3 -3
  68. package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateSessionCommand.d.ts +2 -2
  71. package/dist-types/commands/UpdateStepCommand.d.ts +2 -2
  72. package/dist-types/commands/UpdateStorageProfileCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateTaskCommand.d.ts +2 -2
  74. package/dist-types/index.d.ts +1 -1
  75. package/dist-types/models/errors.d.ts +2 -2
  76. package/dist-types/models/models_0.d.ts +529 -407
  77. package/dist-types/models/models_1.d.ts +130 -66
  78. package/dist-types/pagination/GetSessionsStatisticsAggregationPaginator.d.ts +1 -1
  79. package/dist-types/pagination/ListAvailableMeteredProductsPaginator.d.ts +1 -1
  80. package/dist-types/pagination/ListBudgetsPaginator.d.ts +1 -1
  81. package/dist-types/pagination/ListFarmMembersPaginator.d.ts +1 -1
  82. package/dist-types/pagination/ListFarmsPaginator.d.ts +1 -1
  83. package/dist-types/pagination/ListFleetMembersPaginator.d.ts +1 -1
  84. package/dist-types/pagination/ListFleetsPaginator.d.ts +1 -1
  85. package/dist-types/pagination/ListJobMembersPaginator.d.ts +1 -1
  86. package/dist-types/pagination/ListJobParameterDefinitionsPaginator.d.ts +1 -1
  87. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  88. package/dist-types/pagination/ListLicenseEndpointsPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListLimitsPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListMeteredProductsPaginator.d.ts +1 -1
  91. package/dist-types/pagination/ListMonitorsPaginator.d.ts +1 -1
  92. package/dist-types/pagination/ListQueueEnvironmentsPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListQueueFleetAssociationsPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ListQueueLimitAssociationsPaginator.d.ts +1 -1
  95. package/dist-types/pagination/ListQueueMembersPaginator.d.ts +1 -1
  96. package/dist-types/pagination/ListQueuesPaginator.d.ts +1 -1
  97. package/dist-types/pagination/ListSessionActionsPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListSessionsForWorkerPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListSessionsPaginator.d.ts +1 -1
  100. package/dist-types/pagination/ListStepConsumersPaginator.d.ts +1 -1
  101. package/dist-types/pagination/ListStepDependenciesPaginator.d.ts +1 -1
  102. package/dist-types/pagination/ListStepsPaginator.d.ts +1 -1
  103. package/dist-types/pagination/ListStorageProfilesForQueuePaginator.d.ts +1 -1
  104. package/dist-types/pagination/ListStorageProfilesPaginator.d.ts +1 -1
  105. package/dist-types/pagination/ListTasksPaginator.d.ts +1 -1
  106. package/dist-types/pagination/ListWorkersPaginator.d.ts +1 -1
  107. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  108. package/dist-types/runtimeConfig.d.ts +1 -1
  109. package/dist-types/runtimeConfig.native.d.ts +1 -1
  110. package/dist-types/schemas/schemas_0.d.ts +2 -0
  111. package/dist-types/ts3.4/DeadlineClient.d.ts +2 -3
  112. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  113. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/ListLicenseEndpointsCommand.d.ts +2 -4
  115. package/dist-types/ts3.4/models/models_0.d.ts +100 -94
  116. package/dist-types/ts3.4/models/models_1.d.ts +27 -16
  117. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  118. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  119. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  120. package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  121. package/dist-types/waiters/waitForFleetActive.d.ts +3 -3
  122. package/dist-types/waiters/waitForJobComplete.d.ts +3 -3
  123. package/dist-types/waiters/waitForJobCreateComplete.d.ts +3 -3
  124. package/dist-types/waiters/waitForJobSucceeded.d.ts +3 -3
  125. package/dist-types/waiters/waitForLicenseEndpointDeleted.d.ts +3 -3
  126. package/dist-types/waiters/waitForLicenseEndpointValid.d.ts +3 -3
  127. package/dist-types/waiters/waitForQueueFleetAssociationStopped.d.ts +3 -3
  128. package/dist-types/waiters/waitForQueueLimitAssociationStopped.d.ts +3 -3
  129. package/dist-types/waiters/waitForQueueScheduling.d.ts +3 -3
  130. package/dist-types/waiters/waitForQueueSchedulingBlocked.d.ts +3 -3
  131. package/package.json +14 -14
@@ -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
  */
@@ -18,7 +18,7 @@ export declare const getRuntimeConfig: (config: DeadlineClientConfig) => {
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
20
  cacheMiddleware?: boolean | undefined;
21
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
22
22
  protocolSettings: {
23
23
  defaultNamespace?: string;
24
24
  [setting: string]: unknown;
@@ -20,7 +20,7 @@ export declare const getRuntimeConfig: (config: DeadlineClientConfig) => {
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
22
  cacheMiddleware?: boolean | undefined;
23
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
24
24
  protocolSettings: {
25
25
  defaultNamespace?: string;
26
26
  [setting: string]: unknown;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: DeadlineClientConfig) => {
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
11
11
  protocolSettings: {
12
12
  defaultNamespace?: string;
13
13
  [setting: string]: unknown;
@@ -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?: Provider<__UserAgent>;
752
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
754
753
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
755
754
  maxAttempts?: number | __Provider<number>;
756
755
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { DeadlineHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
@@ -2,7 +2,7 @@ import {
2
2
  AwsSdkSigV4AuthInputConfig,
3
3
  AwsSdkSigV4AuthResolvedConfig,
4
4
  AwsSdkSigV4PreviouslyResolved,
5
- } from "@aws-sdk/core";
5
+ } from "@aws-sdk/core/httpAuthSchemes";
6
6
  import {
7
7
  HandlerExecutionContext,
8
8
  HttpAuthScheme,
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../DeadlineClient";
8
- import {
9
- ListLicenseEndpointsRequest,
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