@aws-sdk/client-deadline 3.957.0 → 3.962.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.
@@ -1,8 +1,8 @@
1
1
  export * from "./waitForFleetActive";
2
2
  export * from "./waitForJobCreateComplete";
3
- export * from "./waitForLicenseEndpointDeleted";
4
3
  export * from "./waitForLicenseEndpointValid";
4
+ export * from "./waitForLicenseEndpointDeleted";
5
+ export * from "./waitForQueueSchedulingBlocked";
6
+ export * from "./waitForQueueScheduling";
5
7
  export * from "./waitForQueueFleetAssociationStopped";
6
8
  export * from "./waitForQueueLimitAssociationStopped";
7
- export * from "./waitForQueueScheduling";
8
- export * from "./waitForQueueSchedulingBlocked";
@@ -3,7 +3,7 @@ import { GetFleetCommand } from "../commands/GetFleetCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new GetFleetCommand(input));
6
+ let result = await client.send(new GetFleetCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -3,7 +3,7 @@ import { GetJobCommand } from "../commands/GetJobCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new GetJobCommand(input));
6
+ let result = await client.send(new GetJobCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -3,7 +3,7 @@ import { GetLicenseEndpointCommand } from "../commands/GetLicenseEndpointCommand
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new GetLicenseEndpointCommand(input));
6
+ let result = await client.send(new GetLicenseEndpointCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -3,7 +3,7 @@ import { GetLicenseEndpointCommand } from "../commands/GetLicenseEndpointCommand
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new GetLicenseEndpointCommand(input));
6
+ let result = await client.send(new GetLicenseEndpointCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -3,7 +3,7 @@ import { GetQueueFleetAssociationCommand, } from "../commands/GetQueueFleetAssoc
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new GetQueueFleetAssociationCommand(input));
6
+ let result = await client.send(new GetQueueFleetAssociationCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -3,7 +3,7 @@ import { GetQueueLimitAssociationCommand, } from "../commands/GetQueueLimitAssoc
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new GetQueueLimitAssociationCommand(input));
6
+ let result = await client.send(new GetQueueLimitAssociationCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -3,7 +3,7 @@ import { GetQueueCommand } from "../commands/GetQueueCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new GetQueueCommand(input));
6
+ let result = await client.send(new GetQueueCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -3,7 +3,7 @@ import { GetQueueCommand } from "../commands/GetQueueCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new GetQueueCommand(input));
6
+ let result = await client.send(new GetQueueCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -1,5 +1,5 @@
1
- export * from "./GetSessionsStatisticsAggregationPaginator";
2
1
  export * from "./Interfaces";
2
+ export * from "./GetSessionsStatisticsAggregationPaginator";
3
3
  export * from "./ListAvailableMeteredProductsPaginator";
4
4
  export * from "./ListBudgetsPaginator";
5
5
  export * from "./ListFarmMembersPaginator";
@@ -19,12 +19,12 @@ export * from "./ListQueueLimitAssociationsPaginator";
19
19
  export * from "./ListQueueMembersPaginator";
20
20
  export * from "./ListQueuesPaginator";
21
21
  export * from "./ListSessionActionsPaginator";
22
- export * from "./ListSessionsForWorkerPaginator";
23
22
  export * from "./ListSessionsPaginator";
23
+ export * from "./ListSessionsForWorkerPaginator";
24
24
  export * from "./ListStepConsumersPaginator";
25
25
  export * from "./ListStepDependenciesPaginator";
26
26
  export * from "./ListStepsPaginator";
27
- export * from "./ListStorageProfilesForQueuePaginator";
28
27
  export * from "./ListStorageProfilesPaginator";
28
+ export * from "./ListStorageProfilesForQueuePaginator";
29
29
  export * from "./ListTasksPaginator";
30
30
  export * from "./ListWorkersPaginator";
@@ -1,5 +1,5 @@
1
- export * from "./GetSessionsStatisticsAggregationPaginator";
2
1
  export * from "./Interfaces";
2
+ export * from "./GetSessionsStatisticsAggregationPaginator";
3
3
  export * from "./ListAvailableMeteredProductsPaginator";
4
4
  export * from "./ListBudgetsPaginator";
5
5
  export * from "./ListFarmMembersPaginator";
@@ -19,12 +19,12 @@ export * from "./ListQueueLimitAssociationsPaginator";
19
19
  export * from "./ListQueueMembersPaginator";
20
20
  export * from "./ListQueuesPaginator";
21
21
  export * from "./ListSessionActionsPaginator";
22
- export * from "./ListSessionsForWorkerPaginator";
23
22
  export * from "./ListSessionsPaginator";
23
+ export * from "./ListSessionsForWorkerPaginator";
24
24
  export * from "./ListStepConsumersPaginator";
25
25
  export * from "./ListStepDependenciesPaginator";
26
26
  export * from "./ListStepsPaginator";
27
- export * from "./ListStorageProfilesForQueuePaginator";
28
27
  export * from "./ListStorageProfilesPaginator";
28
+ export * from "./ListStorageProfilesForQueuePaginator";
29
29
  export * from "./ListTasksPaginator";
30
30
  export * from "./ListWorkersPaginator";
@@ -1,8 +1,8 @@
1
1
  export * from "./waitForFleetActive";
2
2
  export * from "./waitForJobCreateComplete";
3
- export * from "./waitForLicenseEndpointDeleted";
4
3
  export * from "./waitForLicenseEndpointValid";
4
+ export * from "./waitForLicenseEndpointDeleted";
5
+ export * from "./waitForQueueSchedulingBlocked";
6
+ export * from "./waitForQueueScheduling";
5
7
  export * from "./waitForQueueFleetAssociationStopped";
6
8
  export * from "./waitForQueueLimitAssociationStopped";
7
- export * from "./waitForQueueScheduling";
8
- export * from "./waitForQueueSchedulingBlocked";
@@ -1,8 +1,8 @@
1
1
  export * from "./waitForFleetActive";
2
2
  export * from "./waitForJobCreateComplete";
3
- export * from "./waitForLicenseEndpointDeleted";
4
3
  export * from "./waitForLicenseEndpointValid";
4
+ export * from "./waitForLicenseEndpointDeleted";
5
+ export * from "./waitForQueueSchedulingBlocked";
6
+ export * from "./waitForQueueScheduling";
5
7
  export * from "./waitForQueueFleetAssociationStopped";
6
8
  export * from "./waitForQueueLimitAssociationStopped";
7
- export * from "./waitForQueueScheduling";
8
- export * from "./waitForQueueSchedulingBlocked";
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.957.0",
4
+ "version": "3.962.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",
@@ -22,7 +22,7 @@
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
24
  "@aws-sdk/core": "3.957.0",
25
- "@aws-sdk/credential-provider-node": "3.957.0",
25
+ "@aws-sdk/credential-provider-node": "3.962.0",
26
26
  "@aws-sdk/middleware-host-header": "3.957.0",
27
27
  "@aws-sdk/middleware-logger": "3.957.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.957.0",