@aws-sdk/client-deadline 3.1019.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 (117) hide show
  1. package/dist-cjs/schemas/schemas_0.js +101 -85
  2. package/dist-es/Deadline.js +25 -25
  3. package/dist-es/schemas/schemas_0.js +92 -76
  4. package/dist-es/waiters/waitForFleetActive.js +1 -1
  5. package/dist-es/waiters/waitForJobComplete.js +1 -1
  6. package/dist-es/waiters/waitForJobCreateComplete.js +1 -1
  7. package/dist-es/waiters/waitForJobSucceeded.js +1 -1
  8. package/dist-es/waiters/waitForLicenseEndpointDeleted.js +1 -1
  9. package/dist-es/waiters/waitForLicenseEndpointValid.js +1 -1
  10. package/dist-es/waiters/waitForQueueFleetAssociationStopped.js +1 -1
  11. package/dist-es/waiters/waitForQueueLimitAssociationStopped.js +1 -1
  12. package/dist-es/waiters/waitForQueueScheduling.js +1 -1
  13. package/dist-es/waiters/waitForQueueSchedulingBlocked.js +1 -1
  14. package/dist-types/Deadline.d.ts +113 -113
  15. package/dist-types/DeadlineClient.d.ts +116 -116
  16. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  17. package/dist-types/commands/AssociateMemberToFarmCommand.d.ts +1 -1
  18. package/dist-types/commands/AssociateMemberToFleetCommand.d.ts +1 -1
  19. package/dist-types/commands/AssociateMemberToJobCommand.d.ts +1 -1
  20. package/dist-types/commands/AssociateMemberToQueueCommand.d.ts +1 -1
  21. package/dist-types/commands/CopyJobTemplateCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateBudgetCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateFleetCommand.d.ts +11 -1
  24. package/dist-types/commands/CreateLimitCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateQueueEnvironmentCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateStorageProfileCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
  29. package/dist-types/commands/GetBudgetCommand.d.ts +5 -5
  30. package/dist-types/commands/GetFarmCommand.d.ts +2 -2
  31. package/dist-types/commands/GetFleetCommand.d.ts +15 -5
  32. package/dist-types/commands/GetLimitCommand.d.ts +6 -6
  33. package/dist-types/commands/GetQueueCommand.d.ts +6 -6
  34. package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +3 -3
  35. package/dist-types/commands/GetSessionActionCommand.d.ts +12 -12
  36. package/dist-types/commands/GetSessionCommand.d.ts +5 -5
  37. package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +3 -3
  38. package/dist-types/commands/GetTaskCommand.d.ts +5 -5
  39. package/dist-types/commands/ListBudgetsCommand.d.ts +3 -3
  40. package/dist-types/commands/ListFarmsCommand.d.ts +2 -2
  41. package/dist-types/commands/ListFleetsCommand.d.ts +12 -2
  42. package/dist-types/commands/ListJobParameterDefinitionsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListLimitsCommand.d.ts +6 -6
  46. package/dist-types/commands/ListMonitorsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListQueueFleetAssociationsCommand.d.ts +2 -2
  48. package/dist-types/commands/ListQueueLimitAssociationsCommand.d.ts +5 -5
  49. package/dist-types/commands/ListQueuesCommand.d.ts +2 -2
  50. package/dist-types/commands/ListSessionActionsCommand.d.ts +8 -8
  51. package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListTasksCommand.d.ts +5 -5
  53. package/dist-types/commands/ListWorkersCommand.d.ts +3 -3
  54. package/dist-types/commands/SearchJobsCommand.d.ts +3 -3
  55. package/dist-types/commands/SearchStepsCommand.d.ts +4 -4
  56. package/dist-types/commands/SearchTasksCommand.d.ts +4 -4
  57. package/dist-types/commands/SearchWorkersCommand.d.ts +3 -3
  58. package/dist-types/commands/UpdateBudgetCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateFleetCommand.d.ts +11 -1
  60. package/dist-types/commands/UpdateJobCommand.d.ts +3 -3
  61. package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateSessionCommand.d.ts +2 -2
  64. package/dist-types/commands/UpdateStepCommand.d.ts +2 -2
  65. package/dist-types/commands/UpdateStorageProfileCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateTaskCommand.d.ts +2 -2
  67. package/dist-types/index.d.ts +1 -1
  68. package/dist-types/models/errors.d.ts +2 -2
  69. package/dist-types/models/models_0.d.ts +529 -407
  70. package/dist-types/models/models_1.d.ts +130 -66
  71. package/dist-types/pagination/GetSessionsStatisticsAggregationPaginator.d.ts +1 -1
  72. package/dist-types/pagination/ListAvailableMeteredProductsPaginator.d.ts +1 -1
  73. package/dist-types/pagination/ListBudgetsPaginator.d.ts +1 -1
  74. package/dist-types/pagination/ListFarmMembersPaginator.d.ts +1 -1
  75. package/dist-types/pagination/ListFarmsPaginator.d.ts +1 -1
  76. package/dist-types/pagination/ListFleetMembersPaginator.d.ts +1 -1
  77. package/dist-types/pagination/ListFleetsPaginator.d.ts +1 -1
  78. package/dist-types/pagination/ListJobMembersPaginator.d.ts +1 -1
  79. package/dist-types/pagination/ListJobParameterDefinitionsPaginator.d.ts +1 -1
  80. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  81. package/dist-types/pagination/ListLicenseEndpointsPaginator.d.ts +1 -1
  82. package/dist-types/pagination/ListLimitsPaginator.d.ts +1 -1
  83. package/dist-types/pagination/ListMeteredProductsPaginator.d.ts +1 -1
  84. package/dist-types/pagination/ListMonitorsPaginator.d.ts +1 -1
  85. package/dist-types/pagination/ListQueueEnvironmentsPaginator.d.ts +1 -1
  86. package/dist-types/pagination/ListQueueFleetAssociationsPaginator.d.ts +1 -1
  87. package/dist-types/pagination/ListQueueLimitAssociationsPaginator.d.ts +1 -1
  88. package/dist-types/pagination/ListQueueMembersPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListQueuesPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListSessionActionsPaginator.d.ts +1 -1
  91. package/dist-types/pagination/ListSessionsForWorkerPaginator.d.ts +1 -1
  92. package/dist-types/pagination/ListSessionsPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListStepConsumersPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ListStepDependenciesPaginator.d.ts +1 -1
  95. package/dist-types/pagination/ListStepsPaginator.d.ts +1 -1
  96. package/dist-types/pagination/ListStorageProfilesForQueuePaginator.d.ts +1 -1
  97. package/dist-types/pagination/ListStorageProfilesPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListTasksPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListWorkersPaginator.d.ts +1 -1
  100. package/dist-types/schemas/schemas_0.d.ts +2 -0
  101. package/dist-types/ts3.4/DeadlineClient.d.ts +2 -3
  102. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/ListLicenseEndpointsCommand.d.ts +2 -4
  104. package/dist-types/ts3.4/models/models_0.d.ts +100 -94
  105. package/dist-types/ts3.4/models/models_1.d.ts +27 -16
  106. package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  107. package/dist-types/waiters/waitForFleetActive.d.ts +3 -3
  108. package/dist-types/waiters/waitForJobComplete.d.ts +3 -3
  109. package/dist-types/waiters/waitForJobCreateComplete.d.ts +3 -3
  110. package/dist-types/waiters/waitForJobSucceeded.d.ts +3 -3
  111. package/dist-types/waiters/waitForLicenseEndpointDeleted.d.ts +3 -3
  112. package/dist-types/waiters/waitForLicenseEndpointValid.d.ts +3 -3
  113. package/dist-types/waiters/waitForQueueFleetAssociationStopped.d.ts +3 -3
  114. package/dist-types/waiters/waitForQueueLimitAssociationStopped.d.ts +3 -3
  115. package/dist-types/waiters/waitForQueueScheduling.d.ts +3 -3
  116. package/dist-types/waiters/waitForQueueSchedulingBlocked.d.ts +3 -3
  117. package/package.json +14 -14
@@ -2,6 +2,7 @@ import {
2
2
  ComparisonOperator,
3
3
  JobLifecycleStatus,
4
4
  JobTargetTaskRunStatus,
5
+ LicenseEndpointStatus,
5
6
  LogicalOperator,
6
7
  Period,
7
8
  QueueFleetAssociationStatus,
@@ -19,12 +20,22 @@ import {
19
20
  WorkerStatus,
20
21
  } from "./enums";
21
22
  import {
22
- HostPropertiesResponse,
23
- ParameterSpace,
24
23
  DateTimeFilterExpression,
24
+ HostPropertiesResponse,
25
25
  JobParameter,
26
+ ParameterSpace,
26
27
  TaskParameterValue,
27
28
  } from "./models_0";
29
+ export interface LicenseEndpointSummary {
30
+ licenseEndpointId?: string | undefined;
31
+ status?: LicenseEndpointStatus | undefined;
32
+ statusMessage?: string | undefined;
33
+ vpcId?: string | undefined;
34
+ }
35
+ export interface ListLicenseEndpointsResponse {
36
+ licenseEndpoints: LicenseEndpointSummary[] | undefined;
37
+ nextToken?: string | undefined;
38
+ }
28
39
  export interface ListMeteredProductsRequest {
29
40
  licenseEndpointId: string | undefined;
30
41
  nextToken?: string | undefined;
@@ -55,10 +66,10 @@ export interface ListAvailableMeteredProductsResponse {
55
66
  }
56
67
  export interface ListQueueFleetAssociationsRequest {
57
68
  farmId: string | undefined;
58
- queueId?: string | undefined;
59
- fleetId?: string | undefined;
60
69
  nextToken?: string | undefined;
61
70
  maxResults?: number | undefined;
71
+ queueId?: string | undefined;
72
+ fleetId?: string | undefined;
62
73
  }
63
74
  export interface QueueFleetAssociationSummary {
64
75
  queueId: string | undefined;
@@ -75,19 +86,19 @@ export interface ListQueueFleetAssociationsResponse {
75
86
  }
76
87
  export interface ListQueueLimitAssociationsRequest {
77
88
  farmId: string | undefined;
78
- queueId?: string | undefined;
79
- limitId?: string | undefined;
80
89
  nextToken?: string | undefined;
81
90
  maxResults?: number | undefined;
91
+ queueId?: string | undefined;
92
+ limitId?: string | undefined;
82
93
  }
83
94
  export interface QueueLimitAssociationSummary {
95
+ queueId: string | undefined;
96
+ limitId: string | undefined;
97
+ status: QueueLimitAssociationStatus | undefined;
84
98
  createdAt: Date | undefined;
85
99
  createdBy: string | undefined;
86
100
  updatedAt?: Date | undefined;
87
101
  updatedBy?: string | undefined;
88
- queueId: string | undefined;
89
- limitId: string | undefined;
90
- status: QueueLimitAssociationStatus | undefined;
91
102
  }
92
103
  export interface ListQueueLimitAssociationsResponse {
93
104
  queueLimitAssociations: QueueLimitAssociationSummary[] | undefined;
@@ -137,8 +148,8 @@ export interface MonitorSummary {
137
148
  updatedBy?: string | undefined;
138
149
  }
139
150
  export interface ListMonitorsResponse {
140
- nextToken?: string | undefined;
141
151
  monitors: MonitorSummary[] | undefined;
152
+ nextToken?: string | undefined;
142
153
  }
143
154
  export interface UpdateMonitorRequest {
144
155
  monitorId: string | undefined;
@@ -452,35 +463,35 @@ export interface SearchGroupedFilterExpressions {
452
463
  }
453
464
  export interface SearchJobsRequest {
454
465
  farmId: string | undefined;
455
- queueIds: string[] | undefined;
456
466
  filterExpressions?: SearchGroupedFilterExpressions | undefined;
457
467
  sortExpressions?: SearchSortExpression[] | undefined;
458
468
  itemOffset: number | undefined;
459
469
  pageSize?: number | undefined;
470
+ queueIds: string[] | undefined;
460
471
  }
461
472
  export interface SearchStepsRequest {
462
473
  farmId: string | undefined;
463
- queueIds: string[] | undefined;
464
- jobId?: string | undefined;
465
474
  filterExpressions?: SearchGroupedFilterExpressions | undefined;
466
475
  sortExpressions?: SearchSortExpression[] | undefined;
467
476
  itemOffset: number | undefined;
468
477
  pageSize?: number | undefined;
478
+ queueIds: string[] | undefined;
479
+ jobId?: string | undefined;
469
480
  }
470
481
  export interface SearchTasksRequest {
471
482
  farmId: string | undefined;
472
- queueIds: string[] | undefined;
473
- jobId?: string | undefined;
474
483
  filterExpressions?: SearchGroupedFilterExpressions | undefined;
475
484
  sortExpressions?: SearchSortExpression[] | undefined;
476
485
  itemOffset: number | undefined;
477
486
  pageSize?: number | undefined;
487
+ queueIds: string[] | undefined;
488
+ jobId?: string | undefined;
478
489
  }
479
490
  export interface SearchWorkersRequest {
480
491
  farmId: string | undefined;
481
- fleetIds: string[] | undefined;
482
492
  filterExpressions?: SearchGroupedFilterExpressions | undefined;
483
493
  sortExpressions?: SearchSortExpression[] | undefined;
484
494
  itemOffset: number | undefined;
485
495
  pageSize?: number | undefined;
496
+ fleetIds: string[] | undefined;
486
497
  }
@@ -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;
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetFleetCommandInput } from "../commands/GetFleetCommand";
3
- import { DeadlineClient } from "../DeadlineClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetFleetCommandInput } from "../commands/GetFleetCommand";
3
+ import type { DeadlineClient } from "../DeadlineClient";
4
4
  /**
5
5
  * Wait until a Fleet is activated. Use this after invoking CreateFleet or UpdateFleet.
6
6
  * @deprecated Use waitUntilFleetActive instead. waitForFleetActive does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetJobCommandInput } from "../commands/GetJobCommand";
3
- import { DeadlineClient } from "../DeadlineClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetJobCommandInput } from "../commands/GetJobCommand";
3
+ import type { DeadlineClient } from "../DeadlineClient";
4
4
  /**
5
5
  * Wait until a job reaches any terminal status. Waits up to 1 hour by default.
6
6
  * @deprecated Use waitUntilJobComplete instead. waitForJobComplete does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetJobCommandInput } from "../commands/GetJobCommand";
3
- import { DeadlineClient } from "../DeadlineClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetJobCommandInput } from "../commands/GetJobCommand";
3
+ import type { DeadlineClient } from "../DeadlineClient";
4
4
  /**
5
5
  * Wait until a job is created. Use this after invoking CreateJob.
6
6
  * @deprecated Use waitUntilJobCreateComplete instead. waitForJobCreateComplete does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetJobCommandInput } from "../commands/GetJobCommand";
3
- import { DeadlineClient } from "../DeadlineClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetJobCommandInput } from "../commands/GetJobCommand";
3
+ import type { DeadlineClient } from "../DeadlineClient";
4
4
  /**
5
5
  * Wait until a job has succeeded. Fails if the job reaches a non-successful terminal status. Waits up to 1 hour by default.
6
6
  * @deprecated Use waitUntilJobSucceeded instead. waitForJobSucceeded does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetLicenseEndpointCommandInput } from "../commands/GetLicenseEndpointCommand";
3
- import { DeadlineClient } from "../DeadlineClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetLicenseEndpointCommandInput } from "../commands/GetLicenseEndpointCommand";
3
+ import type { DeadlineClient } from "../DeadlineClient";
4
4
  /**
5
5
  * Wait until a LicenseEndpoint is Deleted. Use this after invoking DeleteLicenseEndpoint.
6
6
  * @deprecated Use waitUntilLicenseEndpointDeleted instead. waitForLicenseEndpointDeleted does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetLicenseEndpointCommandInput } from "../commands/GetLicenseEndpointCommand";
3
- import { DeadlineClient } from "../DeadlineClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetLicenseEndpointCommandInput } from "../commands/GetLicenseEndpointCommand";
3
+ import type { DeadlineClient } from "../DeadlineClient";
4
4
  /**
5
5
  * Wait until a LicenseEndpoint is Ready. Use this after invoking CreateLicenseEndpoint.
6
6
  * @deprecated Use waitUntilLicenseEndpointValid instead. waitForLicenseEndpointValid does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetQueueFleetAssociationCommandInput } from "../commands/GetQueueFleetAssociationCommand";
3
- import { DeadlineClient } from "../DeadlineClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetQueueFleetAssociationCommandInput } from "../commands/GetQueueFleetAssociationCommand";
3
+ import type { DeadlineClient } from "../DeadlineClient";
4
4
  /**
5
5
  * Wait until a QueueFleetAssociation is stopped. Use this after setting the status to STOP_SCHEDULING_AND_COMPLETE_TASKS or STOP_SCHEDULING_AND_CANCEL_TASKS to wait for a QueueFleetAssociation to reach STOPPED
6
6
  * @deprecated Use waitUntilQueueFleetAssociationStopped instead. waitForQueueFleetAssociationStopped does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetQueueLimitAssociationCommandInput } from "../commands/GetQueueLimitAssociationCommand";
3
- import { DeadlineClient } from "../DeadlineClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetQueueLimitAssociationCommandInput } from "../commands/GetQueueLimitAssociationCommand";
3
+ import type { DeadlineClient } from "../DeadlineClient";
4
4
  /**
5
5
  * Wait until a QueueLimitAssociation is stopped. Use this after setting the status to STOP_LIMIT_USAGE_AND_COMPLETE_TASKS or STOP_LIMIT_USAGE_AND_CANCEL_TASKS to wait for a QueueLimitAssociation to reach STOPPED
6
6
  * @deprecated Use waitUntilQueueLimitAssociationStopped instead. waitForQueueLimitAssociationStopped does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetQueueCommandInput } from "../commands/GetQueueCommand";
3
- import { DeadlineClient } from "../DeadlineClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetQueueCommandInput } from "../commands/GetQueueCommand";
3
+ import type { DeadlineClient } from "../DeadlineClient";
4
4
  /**
5
5
  *
6
6
  * @deprecated Use waitUntilQueueScheduling instead. waitForQueueScheduling does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetQueueCommandInput } from "../commands/GetQueueCommand";
3
- import { DeadlineClient } from "../DeadlineClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type GetQueueCommandInput } from "../commands/GetQueueCommand";
3
+ import type { DeadlineClient } from "../DeadlineClient";
4
4
  /**
5
5
  *
6
6
  * @deprecated Use waitUntilQueueSchedulingBlocked instead. waitForQueueSchedulingBlocked does not throw error in non-success cases.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-deadline",
3
3
  "description": "AWS SDK for JavaScript Deadline Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1020.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-deadline",
@@ -21,43 +21,43 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.25",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.28",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.26",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
36
+ "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
41
+ "@smithy/middleware-endpoint": "^4.4.28",
42
+ "@smithy/middleware-retry": "^4.4.45",
43
+ "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.5.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
48
+ "@smithy/smithy-client": "^4.12.8",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
55
+ "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
58
  "@smithy/util-retry": "^4.2.12",
59
59
  "@smithy/util-utf8": "^4.2.2",
60
- "@smithy/util-waiter": "^4.2.13",
60
+ "@smithy/util-waiter": "^4.2.14",
61
61
  "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {