@aws-sdk/client-deadline 3.933.0 → 3.935.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 (67) hide show
  1. package/dist-cjs/index.js +336 -336
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +335 -0
  4. package/dist-es/models/errors.js +133 -0
  5. package/dist-es/models/models_0.js +1 -394
  6. package/dist-es/models/models_1.js +1 -74
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/DeleteLicenseEndpointCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteMeteredProductCommand.d.ts +1 -1
  10. package/dist-types/commands/GetLicenseEndpointCommand.d.ts +1 -1
  11. package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +1 -1
  12. package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +1 -1
  13. package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +1 -1
  14. package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +1 -1
  15. package/dist-types/commands/ListMeteredProductsCommand.d.ts +2 -1
  16. package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
  17. package/dist-types/commands/ListQueueMembersCommand.d.ts +1 -1
  18. package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
  19. package/dist-types/commands/ListStepsCommand.d.ts +1 -2
  20. package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +1 -1
  21. package/dist-types/commands/ListTasksCommand.d.ts +1 -1
  22. package/dist-types/commands/UpdateFarmCommand.d.ts +1 -1
  23. package/dist-types/commands/UpdateJobCommand.d.ts +1 -1
  24. package/dist-types/commands/UpdateLimitCommand.d.ts +1 -1
  25. package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
  27. package/dist-types/commands/UpdateSessionCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateStepCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateStorageProfileCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateTaskCommand.d.ts +1 -1
  31. package/dist-types/index.d.ts +4 -1
  32. package/dist-types/models/enums.d.ts +810 -0
  33. package/dist-types/models/errors.d.ts +205 -0
  34. package/dist-types/models/models_0.d.ts +1440 -827
  35. package/dist-types/models/models_1.d.ts +2 -1626
  36. package/dist-types/ts3.4/commands/DeleteLicenseEndpointCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/DeleteMeteredProductCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/GetLicenseEndpointCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/GetQueueFleetAssociationCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/GetQueueLimitAssociationCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/GetSessionsStatisticsAggregationCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/ListLicenseEndpointsCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/ListMeteredProductsCommand.d.ts +2 -4
  44. package/dist-types/ts3.4/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListQueueMembersCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +1 -2
  48. package/dist-types/ts3.4/commands/ListStorageProfilesForQueueCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/UpdateFarmCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/UpdateLimitCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UpdateStepCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/UpdateStorageProfileCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/index.d.ts +4 -1
  60. package/dist-types/ts3.4/models/enums.d.ts +442 -0
  61. package/dist-types/ts3.4/models/errors.d.ts +81 -0
  62. package/dist-types/ts3.4/models/models_0.d.ts +355 -418
  63. package/dist-types/ts3.4/models/models_1.d.ts +17 -422
  64. package/package.json +12 -12
  65. package/dist-es/models/index.js +0 -2
  66. package/dist-types/models/index.d.ts +0 -2
  67. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
4
- import { UpdateSessionRequest, UpdateSessionResponse } from "../models/models_1";
4
+ import { UpdateSessionRequest, UpdateSessionResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
4
- import { UpdateStepRequest, UpdateStepResponse } from "../models/models_1";
4
+ import { UpdateStepRequest, UpdateStepResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
4
- import { UpdateStorageProfileRequest, UpdateStorageProfileResponse } from "../models/models_1";
4
+ import { UpdateStorageProfileRequest, UpdateStorageProfileResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
4
- import { UpdateTaskRequest, UpdateTaskResponse } from "../models/models_1";
4
+ import { UpdateTaskRequest, UpdateTaskResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -18,5 +18,8 @@ export type { DeadlineExtensionConfiguration } from "./extensionConfiguration";
18
18
  export * from "./commands";
19
19
  export * from "./pagination";
20
20
  export * from "./waiters";
21
- export * from "./models";
21
+ export * from "./models/enums";
22
+ export * from "./models/errors";
23
+ export type * from "./models/models_0";
24
+ export type * from "./models/models_1";
22
25
  export { DeadlineServiceException } from "./models/DeadlineServiceException";