@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,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { DeadlineHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
3
  import { type DeadlineClientResolvedConfig } from "../DeadlineClient";
4
4
  /**
@@ -38,10 +38,10 @@ declare const AssociateMemberToFarmCommand_base: {
38
38
  * const client = new DeadlineClient(config);
39
39
  * const input = { // AssociateMemberToFarmRequest
40
40
  * farmId: "STRING_VALUE", // required
41
- * principalId: "STRING_VALUE", // required
42
41
  * principalType: "USER" || "GROUP", // required
43
42
  * identityStoreId: "STRING_VALUE", // required
44
43
  * membershipLevel: "VIEWER" || "CONTRIBUTOR" || "OWNER" || "MANAGER", // required
44
+ * principalId: "STRING_VALUE", // required
45
45
  * };
46
46
  * const command = new AssociateMemberToFarmCommand(input);
47
47
  * const response = await client.send(command);
@@ -39,10 +39,10 @@ declare const AssociateMemberToFleetCommand_base: {
39
39
  * const input = { // AssociateMemberToFleetRequest
40
40
  * farmId: "STRING_VALUE", // required
41
41
  * fleetId: "STRING_VALUE", // required
42
- * principalId: "STRING_VALUE", // required
43
42
  * principalType: "USER" || "GROUP", // required
44
43
  * identityStoreId: "STRING_VALUE", // required
45
44
  * membershipLevel: "VIEWER" || "CONTRIBUTOR" || "OWNER" || "MANAGER", // required
45
+ * principalId: "STRING_VALUE", // required
46
46
  * };
47
47
  * const command = new AssociateMemberToFleetCommand(input);
48
48
  * const response = await client.send(command);
@@ -40,10 +40,10 @@ declare const AssociateMemberToJobCommand_base: {
40
40
  * farmId: "STRING_VALUE", // required
41
41
  * queueId: "STRING_VALUE", // required
42
42
  * jobId: "STRING_VALUE", // required
43
- * principalId: "STRING_VALUE", // required
44
43
  * principalType: "USER" || "GROUP", // required
45
44
  * identityStoreId: "STRING_VALUE", // required
46
45
  * membershipLevel: "VIEWER" || "CONTRIBUTOR" || "OWNER" || "MANAGER", // required
46
+ * principalId: "STRING_VALUE", // required
47
47
  * };
48
48
  * const command = new AssociateMemberToJobCommand(input);
49
49
  * const response = await client.send(command);
@@ -39,10 +39,10 @@ declare const AssociateMemberToQueueCommand_base: {
39
39
  * const input = { // AssociateMemberToQueueRequest
40
40
  * farmId: "STRING_VALUE", // required
41
41
  * queueId: "STRING_VALUE", // required
42
- * principalId: "STRING_VALUE", // required
43
42
  * principalType: "USER" || "GROUP", // required
44
43
  * identityStoreId: "STRING_VALUE", // required
45
44
  * membershipLevel: "VIEWER" || "CONTRIBUTOR" || "OWNER" || "MANAGER", // required
45
+ * principalId: "STRING_VALUE", // required
46
46
  * };
47
47
  * const command = new AssociateMemberToQueueCommand(input);
48
48
  * const response = await client.send(command);
@@ -38,8 +38,8 @@ declare const CopyJobTemplateCommand_base: {
38
38
  * const client = new DeadlineClient(config);
39
39
  * const input = { // CopyJobTemplateRequest
40
40
  * farmId: "STRING_VALUE", // required
41
- * jobId: "STRING_VALUE", // required
42
41
  * queueId: "STRING_VALUE", // required
42
+ * jobId: "STRING_VALUE", // required
43
43
  * targetS3Location: { // S3Location
44
44
  * bucketName: "STRING_VALUE", // required
45
45
  * key: "STRING_VALUE", // required
@@ -37,13 +37,13 @@ declare const CreateBudgetCommand_base: {
37
37
  * const config = {}; // type is DeadlineClientConfig
38
38
  * const client = new DeadlineClient(config);
39
39
  * const input = { // CreateBudgetRequest
40
- * clientToken: "STRING_VALUE",
41
40
  * farmId: "STRING_VALUE", // required
41
+ * displayName: "STRING_VALUE", // required
42
+ * description: "STRING_VALUE",
43
+ * clientToken: "STRING_VALUE",
42
44
  * usageTrackingResource: { // UsageTrackingResource Union: only one key present
43
45
  * queueId: "STRING_VALUE",
44
46
  * },
45
- * displayName: "STRING_VALUE", // required
46
- * description: "STRING_VALUE",
47
47
  * approximateDollarLimit: Number("float"), // required
48
48
  * actions: [ // BudgetActionsToAdd // required
49
49
  * { // BudgetActionToAdd
@@ -37,8 +37,8 @@ declare const CreateFleetCommand_base: {
37
37
  * const config = {}; // type is DeadlineClientConfig
38
38
  * const client = new DeadlineClient(config);
39
39
  * const input = { // CreateFleetRequest
40
- * clientToken: "STRING_VALUE",
41
40
  * farmId: "STRING_VALUE", // required
41
+ * clientToken: "STRING_VALUE",
42
42
  * displayName: "STRING_VALUE", // required
43
43
  * description: "STRING_VALUE",
44
44
  * roleArn: "STRING_VALUE", // required
@@ -47,6 +47,11 @@ declare const CreateFleetCommand_base: {
47
47
  * configuration: { // FleetConfiguration Union: only one key present
48
48
  * customerManaged: { // CustomerManagedFleetConfiguration
49
49
  * mode: "NO_SCALING" || "EVENT_BASED_AUTO_SCALING", // required
50
+ * autoScalingConfiguration: { // CustomerManagedAutoScalingConfiguration
51
+ * standbyWorkerCount: Number("int"),
52
+ * workerIdleDurationSeconds: Number("int"),
53
+ * scaleOutWorkersPerMinute: Number("int"),
54
+ * },
50
55
  * workerCapabilities: { // CustomerManagedWorkerCapabilities
51
56
  * vCpuCount: { // VCpuCountRange
52
57
  * min: Number("int"), // required
@@ -148,6 +153,11 @@ declare const CreateFleetCommand_base: {
148
153
  * ],
149
154
  * },
150
155
  * storageProfileId: "STRING_VALUE",
156
+ * autoScalingConfiguration: { // ServiceManagedEc2AutoScalingConfiguration
157
+ * standbyWorkerCount: Number("int"),
158
+ * workerIdleDurationSeconds: Number("int"),
159
+ * scaleOutWorkersPerMinute: Number("int"),
160
+ * },
151
161
  * },
152
162
  * },
153
163
  * tags: { // Tags
@@ -37,11 +37,11 @@ declare const CreateLimitCommand_base: {
37
37
  * const config = {}; // type is DeadlineClientConfig
38
38
  * const client = new DeadlineClient(config);
39
39
  * const input = { // CreateLimitRequest
40
+ * farmId: "STRING_VALUE", // required
40
41
  * clientToken: "STRING_VALUE",
41
42
  * displayName: "STRING_VALUE", // required
42
43
  * amountRequirementName: "STRING_VALUE", // required
43
44
  * maxCount: Number("int"), // required
44
- * farmId: "STRING_VALUE", // required
45
45
  * description: "STRING_VALUE",
46
46
  * };
47
47
  * const command = new CreateLimitCommand(input);
@@ -37,8 +37,8 @@ declare const CreateQueueCommand_base: {
37
37
  * const config = {}; // type is DeadlineClientConfig
38
38
  * const client = new DeadlineClient(config);
39
39
  * const input = { // CreateQueueRequest
40
- * clientToken: "STRING_VALUE",
41
40
  * farmId: "STRING_VALUE", // required
41
+ * clientToken: "STRING_VALUE",
42
42
  * displayName: "STRING_VALUE", // required
43
43
  * description: "STRING_VALUE",
44
44
  * defaultBudgetAction: "NONE" || "STOP_SCHEDULING_AND_COMPLETE_TASKS" || "STOP_SCHEDULING_AND_CANCEL_TASKS",
@@ -37,9 +37,9 @@ declare const CreateQueueEnvironmentCommand_base: {
37
37
  * const config = {}; // type is DeadlineClientConfig
38
38
  * const client = new DeadlineClient(config);
39
39
  * const input = { // CreateQueueEnvironmentRequest
40
- * clientToken: "STRING_VALUE",
41
40
  * farmId: "STRING_VALUE", // required
42
41
  * queueId: "STRING_VALUE", // required
42
+ * clientToken: "STRING_VALUE",
43
43
  * priority: Number("int"), // required
44
44
  * templateType: "JSON" || "YAML", // required
45
45
  * template: "STRING_VALUE", // required
@@ -37,8 +37,8 @@ declare const CreateStorageProfileCommand_base: {
37
37
  * const config = {}; // type is DeadlineClientConfig
38
38
  * const client = new DeadlineClient(config);
39
39
  * const input = { // CreateStorageProfileRequest
40
- * clientToken: "STRING_VALUE",
41
40
  * farmId: "STRING_VALUE", // required
41
+ * clientToken: "STRING_VALUE",
42
42
  * displayName: "STRING_VALUE", // required
43
43
  * osFamily: "WINDOWS" || "LINUX" || "MACOS", // required
44
44
  * fileSystemLocations: [ // FileSystemLocationsList
@@ -37,9 +37,9 @@ declare const DeleteFleetCommand_base: {
37
37
  * const config = {}; // type is DeadlineClientConfig
38
38
  * const client = new DeadlineClient(config);
39
39
  * const input = { // DeleteFleetRequest
40
- * clientToken: "STRING_VALUE",
41
40
  * farmId: "STRING_VALUE", // required
42
41
  * fleetId: "STRING_VALUE", // required
42
+ * clientToken: "STRING_VALUE",
43
43
  * };
44
44
  * const command = new DeleteFleetCommand(input);
45
45
  * const response = await client.send(command);
@@ -49,11 +49,15 @@ declare const GetBudgetCommand_base: {
49
49
  * // },
50
50
  * // status: "ACTIVE" || "INACTIVE", // required
51
51
  * // displayName: "STRING_VALUE", // required
52
- * // description: "STRING_VALUE",
53
52
  * // approximateDollarLimit: Number("float"), // required
54
53
  * // usages: { // ConsumedUsages
55
54
  * // approximateDollarUsage: Number("float"), // required
56
55
  * // },
56
+ * // createdBy: "STRING_VALUE", // required
57
+ * // createdAt: new Date("TIMESTAMP"), // required
58
+ * // updatedBy: "STRING_VALUE",
59
+ * // updatedAt: new Date("TIMESTAMP"),
60
+ * // description: "STRING_VALUE",
57
61
  * // actions: [ // ResponseBudgetActionList // required
58
62
  * // { // ResponseBudgetAction
59
63
  * // type: "STOP_SCHEDULING_AND_COMPLETE_TASKS" || "STOP_SCHEDULING_AND_CANCEL_TASKS", // required
@@ -67,10 +71,6 @@ declare const GetBudgetCommand_base: {
67
71
  * // endTime: new Date("TIMESTAMP"), // required
68
72
  * // },
69
73
  * // },
70
- * // createdBy: "STRING_VALUE", // required
71
- * // createdAt: new Date("TIMESTAMP"), // required
72
- * // updatedBy: "STRING_VALUE",
73
- * // updatedAt: new Date("TIMESTAMP"),
74
74
  * // queueStoppedAt: new Date("TIMESTAMP"),
75
75
  * // };
76
76
  *
@@ -44,13 +44,13 @@ declare const GetFarmCommand_base: {
44
44
  * // { // GetFarmResponse
45
45
  * // farmId: "STRING_VALUE", // required
46
46
  * // displayName: "STRING_VALUE", // required
47
- * // description: "STRING_VALUE",
48
47
  * // kmsKeyArn: "STRING_VALUE",
49
- * // costScaleFactor: Number("float"), // required
50
48
  * // createdAt: new Date("TIMESTAMP"), // required
51
49
  * // createdBy: "STRING_VALUE", // required
52
50
  * // updatedAt: new Date("TIMESTAMP"),
53
51
  * // updatedBy: "STRING_VALUE",
52
+ * // description: "STRING_VALUE",
53
+ * // costScaleFactor: Number("float"), // required
54
54
  * // };
55
55
  *
56
56
  * ```
@@ -46,7 +46,6 @@ declare const GetFleetCommand_base: {
46
46
  * // fleetId: "STRING_VALUE", // required
47
47
  * // farmId: "STRING_VALUE", // required
48
48
  * // displayName: "STRING_VALUE", // required
49
- * // description: "STRING_VALUE",
50
49
  * // status: "ACTIVE" || "CREATE_IN_PROGRESS" || "UPDATE_IN_PROGRESS" || "CREATE_FAILED" || "UPDATE_FAILED" || "SUSPENDED", // required
51
50
  * // statusMessage: "STRING_VALUE",
52
51
  * // autoScalingStatus: "GROWING" || "STEADY" || "SHRINKING",
@@ -57,6 +56,11 @@ declare const GetFleetCommand_base: {
57
56
  * // configuration: { // FleetConfiguration Union: only one key present
58
57
  * // customerManaged: { // CustomerManagedFleetConfiguration
59
58
  * // mode: "NO_SCALING" || "EVENT_BASED_AUTO_SCALING", // required
59
+ * // autoScalingConfiguration: { // CustomerManagedAutoScalingConfiguration
60
+ * // standbyWorkerCount: Number("int"),
61
+ * // workerIdleDurationSeconds: Number("int"),
62
+ * // scaleOutWorkersPerMinute: Number("int"),
63
+ * // },
60
64
  * // workerCapabilities: { // CustomerManagedWorkerCapabilities
61
65
  * // vCpuCount: { // VCpuCountRange
62
66
  * // min: Number("int"), // required
@@ -158,8 +162,18 @@ declare const GetFleetCommand_base: {
158
162
  * // ],
159
163
  * // },
160
164
  * // storageProfileId: "STRING_VALUE",
165
+ * // autoScalingConfiguration: { // ServiceManagedEc2AutoScalingConfiguration
166
+ * // standbyWorkerCount: Number("int"),
167
+ * // workerIdleDurationSeconds: Number("int"),
168
+ * // scaleOutWorkersPerMinute: Number("int"),
169
+ * // },
161
170
  * // },
162
171
  * // },
172
+ * // createdAt: new Date("TIMESTAMP"), // required
173
+ * // createdBy: "STRING_VALUE", // required
174
+ * // updatedAt: new Date("TIMESTAMP"),
175
+ * // updatedBy: "STRING_VALUE",
176
+ * // description: "STRING_VALUE",
163
177
  * // hostConfiguration: { // HostConfiguration
164
178
  * // scriptBody: "STRING_VALUE", // required
165
179
  * // scriptTimeoutSeconds: Number("int"),
@@ -182,10 +196,6 @@ declare const GetFleetCommand_base: {
182
196
  * // ],
183
197
  * // },
184
198
  * // roleArn: "STRING_VALUE", // required
185
- * // createdAt: new Date("TIMESTAMP"), // required
186
- * // createdBy: "STRING_VALUE", // required
187
- * // updatedAt: new Date("TIMESTAMP"),
188
- * // updatedBy: "STRING_VALUE",
189
199
  * // };
190
200
  *
191
201
  * ```
@@ -43,16 +43,16 @@ declare const GetLimitCommand_base: {
43
43
  * const command = new GetLimitCommand(input);
44
44
  * const response = await client.send(command);
45
45
  * // { // GetLimitResponse
46
- * // displayName: "STRING_VALUE", // required
47
- * // amountRequirementName: "STRING_VALUE", // required
48
- * // maxCount: Number("int"), // required
46
+ * // farmId: "STRING_VALUE", // required
47
+ * // limitId: "STRING_VALUE", // required
48
+ * // currentCount: Number("int"), // required
49
49
  * // createdAt: new Date("TIMESTAMP"), // required
50
50
  * // createdBy: "STRING_VALUE", // required
51
51
  * // updatedAt: new Date("TIMESTAMP"),
52
52
  * // updatedBy: "STRING_VALUE",
53
- * // farmId: "STRING_VALUE", // required
54
- * // limitId: "STRING_VALUE", // required
55
- * // currentCount: Number("int"), // required
53
+ * // displayName: "STRING_VALUE", // required
54
+ * // amountRequirementName: "STRING_VALUE", // required
55
+ * // maxCount: Number("int"), // required
56
56
  * // description: "STRING_VALUE",
57
57
  * // };
58
58
  *
@@ -43,13 +43,17 @@ declare const GetQueueCommand_base: {
43
43
  * const command = new GetQueueCommand(input);
44
44
  * const response = await client.send(command);
45
45
  * // { // GetQueueResponse
46
+ * // farmId: "STRING_VALUE", // required
46
47
  * // queueId: "STRING_VALUE", // required
47
48
  * // displayName: "STRING_VALUE", // required
48
- * // description: "STRING_VALUE",
49
- * // farmId: "STRING_VALUE", // required
50
49
  * // status: "IDLE" || "SCHEDULING" || "SCHEDULING_BLOCKED", // required
51
50
  * // defaultBudgetAction: "NONE" || "STOP_SCHEDULING_AND_COMPLETE_TASKS" || "STOP_SCHEDULING_AND_CANCEL_TASKS", // required
52
51
  * // blockedReason: "NO_BUDGET_CONFIGURED" || "BUDGET_THRESHOLD_REACHED",
52
+ * // createdAt: new Date("TIMESTAMP"), // required
53
+ * // createdBy: "STRING_VALUE", // required
54
+ * // updatedAt: new Date("TIMESTAMP"),
55
+ * // updatedBy: "STRING_VALUE",
56
+ * // description: "STRING_VALUE",
53
57
  * // jobAttachmentSettings: { // JobAttachmentSettings
54
58
  * // s3BucketName: "STRING_VALUE", // required
55
59
  * // rootPrefix: "STRING_VALUE", // required
@@ -72,10 +76,6 @@ declare const GetQueueCommand_base: {
72
76
  * // },
73
77
  * // runAs: "QUEUE_CONFIGURED_USER" || "WORKER_AGENT_USER", // required
74
78
  * // },
75
- * // createdAt: new Date("TIMESTAMP"), // required
76
- * // createdBy: "STRING_VALUE", // required
77
- * // updatedAt: new Date("TIMESTAMP"),
78
- * // updatedBy: "STRING_VALUE",
79
79
  * // };
80
80
  *
81
81
  * ```
@@ -44,13 +44,13 @@ declare const GetQueueLimitAssociationCommand_base: {
44
44
  * const command = new GetQueueLimitAssociationCommand(input);
45
45
  * const response = await client.send(command);
46
46
  * // { // GetQueueLimitAssociationResponse
47
+ * // queueId: "STRING_VALUE", // required
48
+ * // limitId: "STRING_VALUE", // required
49
+ * // status: "ACTIVE" || "STOP_LIMIT_USAGE_AND_COMPLETE_TASKS" || "STOP_LIMIT_USAGE_AND_CANCEL_TASKS" || "STOPPED", // required
47
50
  * // createdAt: new Date("TIMESTAMP"), // required
48
51
  * // createdBy: "STRING_VALUE", // required
49
52
  * // updatedAt: new Date("TIMESTAMP"),
50
53
  * // updatedBy: "STRING_VALUE",
51
- * // queueId: "STRING_VALUE", // required
52
- * // limitId: "STRING_VALUE", // required
53
- * // status: "ACTIVE" || "STOP_LIMIT_USAGE_AND_COMPLETE_TASKS" || "STOP_LIMIT_USAGE_AND_CANCEL_TASKS" || "STOPPED", // required
54
54
  * // };
55
55
  *
56
56
  * ```
@@ -51,9 +51,21 @@ declare const GetSessionActionCommand_base: {
51
51
  * // endedAt: new Date("TIMESTAMP"),
52
52
  * // workerUpdatedAt: new Date("TIMESTAMP"),
53
53
  * // progressPercent: Number("float"),
54
+ * // manifests: [ // TaskRunManifestPropertiesListResponse
55
+ * // { // TaskRunManifestPropertiesResponse
56
+ * // outputManifestPath: "STRING_VALUE",
57
+ * // outputManifestHash: "STRING_VALUE",
58
+ * // },
59
+ * // ],
54
60
  * // sessionId: "STRING_VALUE", // required
55
61
  * // processExitCode: Number("int"),
56
62
  * // progressMessage: "STRING_VALUE",
63
+ * // acquiredLimits: [ // AcquiredLimits
64
+ * // { // AcquiredLimit
65
+ * // limitId: "STRING_VALUE", // required
66
+ * // count: Number("int"), // required
67
+ * // },
68
+ * // ],
57
69
  * // definition: { // SessionActionDefinition Union: only one key present
58
70
  * // envEnter: { // EnvironmentEnterSessionActionDefinition
59
71
  * // environmentId: "STRING_VALUE", // required
@@ -78,18 +90,6 @@ declare const GetSessionActionCommand_base: {
78
90
  * // stepId: "STRING_VALUE",
79
91
  * // },
80
92
  * // },
81
- * // acquiredLimits: [ // AcquiredLimits
82
- * // { // AcquiredLimit
83
- * // limitId: "STRING_VALUE", // required
84
- * // count: Number("int"), // required
85
- * // },
86
- * // ],
87
- * // manifests: [ // TaskRunManifestPropertiesListResponse
88
- * // { // TaskRunManifestPropertiesResponse
89
- * // outputManifestPath: "STRING_VALUE",
90
- * // outputManifestHash: "STRING_VALUE",
91
- * // },
92
- * // ],
93
93
  * // };
94
94
  *
95
95
  * ```
@@ -49,6 +49,11 @@ declare const GetSessionCommand_base: {
49
49
  * // fleetId: "STRING_VALUE", // required
50
50
  * // workerId: "STRING_VALUE", // required
51
51
  * // startedAt: new Date("TIMESTAMP"), // required
52
+ * // lifecycleStatus: "STARTED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCEEDED" || "UPDATE_FAILED" || "ENDED", // required
53
+ * // endedAt: new Date("TIMESTAMP"),
54
+ * // targetLifecycleStatus: "ENDED",
55
+ * // updatedAt: new Date("TIMESTAMP"),
56
+ * // updatedBy: "STRING_VALUE",
52
57
  * // log: { // LogConfiguration
53
58
  * // logDriver: "STRING_VALUE", // required
54
59
  * // options: { // LogOptions
@@ -59,11 +64,6 @@ declare const GetSessionCommand_base: {
59
64
  * // },
60
65
  * // error: "STRING_VALUE",
61
66
  * // },
62
- * // lifecycleStatus: "STARTED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCEEDED" || "UPDATE_FAILED" || "ENDED", // required
63
- * // endedAt: new Date("TIMESTAMP"),
64
- * // updatedAt: new Date("TIMESTAMP"),
65
- * // updatedBy: "STRING_VALUE",
66
- * // targetLifecycleStatus: "ENDED",
67
67
  * // hostProperties: { // HostPropertiesResponse
68
68
  * // ipAddresses: { // IpAddresses
69
69
  * // ipV4Addresses: [ // IpV4Addresses
@@ -38,9 +38,9 @@ declare const GetSessionsStatisticsAggregationCommand_base: {
38
38
  * const client = new DeadlineClient(config);
39
39
  * const input = { // GetSessionsStatisticsAggregationRequest
40
40
  * farmId: "STRING_VALUE", // required
41
- * aggregationId: "STRING_VALUE", // required
42
- * maxResults: Number("int"),
43
41
  * nextToken: "STRING_VALUE",
42
+ * maxResults: Number("int"),
43
+ * aggregationId: "STRING_VALUE", // required
44
44
  * };
45
45
  * const command = new GetSessionsStatisticsAggregationCommand(input);
46
46
  * const response = await client.send(command);
@@ -72,9 +72,9 @@ declare const GetSessionsStatisticsAggregationCommand_base: {
72
72
  * // aggregationEndTime: new Date("TIMESTAMP"),
73
73
  * // },
74
74
  * // ],
75
- * // nextToken: "STRING_VALUE",
76
75
  * // status: "IN_PROGRESS" || "TIMEOUT" || "FAILED" || "COMPLETED", // required
77
76
  * // statusMessage: "STRING_VALUE",
77
+ * // nextToken: "STRING_VALUE",
78
78
  * // };
79
79
  *
80
80
  * ```
@@ -52,6 +52,11 @@ declare const GetTaskCommand_base: {
52
52
  * // runStatus: "PENDING" || "READY" || "ASSIGNED" || "STARTING" || "SCHEDULED" || "INTERRUPTING" || "RUNNING" || "SUSPENDED" || "CANCELED" || "FAILED" || "SUCCEEDED" || "NOT_COMPATIBLE", // required
53
53
  * // targetRunStatus: "READY" || "FAILED" || "SUCCEEDED" || "CANCELED" || "SUSPENDED" || "PENDING",
54
54
  * // failureRetryCount: Number("int"),
55
+ * // startedAt: new Date("TIMESTAMP"),
56
+ * // endedAt: new Date("TIMESTAMP"),
57
+ * // updatedAt: new Date("TIMESTAMP"),
58
+ * // updatedBy: "STRING_VALUE",
59
+ * // latestSessionActionId: "STRING_VALUE",
55
60
  * // parameters: { // TaskParameters
56
61
  * // "<keys>": { // TaskParameterValue Union: only one key present
57
62
  * // int: "STRING_VALUE",
@@ -61,11 +66,6 @@ declare const GetTaskCommand_base: {
61
66
  * // chunkInt: "STRING_VALUE",
62
67
  * // },
63
68
  * // },
64
- * // startedAt: new Date("TIMESTAMP"),
65
- * // endedAt: new Date("TIMESTAMP"),
66
- * // updatedAt: new Date("TIMESTAMP"),
67
- * // updatedBy: "STRING_VALUE",
68
- * // latestSessionActionId: "STRING_VALUE",
69
69
  * // };
70
70
  *
71
71
  * ```
@@ -37,15 +37,14 @@ declare const ListBudgetsCommand_base: {
37
37
  * const config = {}; // type is DeadlineClientConfig
38
38
  * const client = new DeadlineClient(config);
39
39
  * const input = { // ListBudgetsRequest
40
- * nextToken: "STRING_VALUE",
41
40
  * farmId: "STRING_VALUE", // required
41
+ * nextToken: "STRING_VALUE",
42
42
  * maxResults: Number("int"),
43
43
  * status: "ACTIVE" || "INACTIVE",
44
44
  * };
45
45
  * const command = new ListBudgetsCommand(input);
46
46
  * const response = await client.send(command);
47
47
  * // { // ListBudgetsResponse
48
- * // nextToken: "STRING_VALUE",
49
48
  * // budgets: [ // BudgetSummaries // required
50
49
  * // { // BudgetSummary
51
50
  * // budgetId: "STRING_VALUE", // required
@@ -54,7 +53,6 @@ declare const ListBudgetsCommand_base: {
54
53
  * // },
55
54
  * // status: "ACTIVE" || "INACTIVE", // required
56
55
  * // displayName: "STRING_VALUE", // required
57
- * // description: "STRING_VALUE",
58
56
  * // approximateDollarLimit: Number("float"), // required
59
57
  * // usages: { // ConsumedUsages
60
58
  * // approximateDollarUsage: Number("float"), // required
@@ -63,8 +61,10 @@ declare const ListBudgetsCommand_base: {
63
61
  * // createdAt: new Date("TIMESTAMP"), // required
64
62
  * // updatedBy: "STRING_VALUE",
65
63
  * // updatedAt: new Date("TIMESTAMP"),
64
+ * // description: "STRING_VALUE",
66
65
  * // },
67
66
  * // ],
67
+ * // nextToken: "STRING_VALUE",
68
68
  * // };
69
69
  *
70
70
  * ```
@@ -38,13 +38,12 @@ declare const ListFarmsCommand_base: {
38
38
  * const client = new DeadlineClient(config);
39
39
  * const input = { // ListFarmsRequest
40
40
  * nextToken: "STRING_VALUE",
41
- * principalId: "STRING_VALUE",
42
41
  * maxResults: Number("int"),
42
+ * principalId: "STRING_VALUE",
43
43
  * };
44
44
  * const command = new ListFarmsCommand(input);
45
45
  * const response = await client.send(command);
46
46
  * // { // ListFarmsResponse
47
- * // nextToken: "STRING_VALUE",
48
47
  * // farms: [ // FarmSummaries // required
49
48
  * // { // FarmSummary
50
49
  * // farmId: "STRING_VALUE", // required
@@ -56,6 +55,7 @@ declare const ListFarmsCommand_base: {
56
55
  * // updatedBy: "STRING_VALUE",
57
56
  * // },
58
57
  * // ],
58
+ * // nextToken: "STRING_VALUE",
59
59
  * // };
60
60
  *
61
61
  * ```
@@ -38,11 +38,11 @@ declare const ListFleetsCommand_base: {
38
38
  * const client = new DeadlineClient(config);
39
39
  * const input = { // ListFleetsRequest
40
40
  * farmId: "STRING_VALUE", // required
41
+ * nextToken: "STRING_VALUE",
42
+ * maxResults: Number("int"),
41
43
  * principalId: "STRING_VALUE",
42
44
  * displayName: "STRING_VALUE",
43
45
  * status: "ACTIVE" || "CREATE_IN_PROGRESS" || "UPDATE_IN_PROGRESS" || "CREATE_FAILED" || "UPDATE_FAILED" || "SUSPENDED",
44
- * nextToken: "STRING_VALUE",
45
- * maxResults: Number("int"),
46
46
  * };
47
47
  * const command = new ListFleetsCommand(input);
48
48
  * const response = await client.send(command);
@@ -62,6 +62,11 @@ declare const ListFleetsCommand_base: {
62
62
  * // configuration: { // FleetConfiguration Union: only one key present
63
63
  * // customerManaged: { // CustomerManagedFleetConfiguration
64
64
  * // mode: "NO_SCALING" || "EVENT_BASED_AUTO_SCALING", // required
65
+ * // autoScalingConfiguration: { // CustomerManagedAutoScalingConfiguration
66
+ * // standbyWorkerCount: Number("int"),
67
+ * // workerIdleDurationSeconds: Number("int"),
68
+ * // scaleOutWorkersPerMinute: Number("int"),
69
+ * // },
65
70
  * // workerCapabilities: { // CustomerManagedWorkerCapabilities
66
71
  * // vCpuCount: { // VCpuCountRange
67
72
  * // min: Number("int"), // required
@@ -163,6 +168,11 @@ declare const ListFleetsCommand_base: {
163
168
  * // ],
164
169
  * // },
165
170
  * // storageProfileId: "STRING_VALUE",
171
+ * // autoScalingConfiguration: { // ServiceManagedEc2AutoScalingConfiguration
172
+ * // standbyWorkerCount: Number("int"),
173
+ * // workerIdleDurationSeconds: Number("int"),
174
+ * // scaleOutWorkersPerMinute: Number("int"),
175
+ * // },
166
176
  * // },
167
177
  * // },
168
178
  * // createdAt: new Date("TIMESTAMP"), // required
@@ -38,8 +38,8 @@ declare const ListJobParameterDefinitionsCommand_base: {
38
38
  * const client = new DeadlineClient(config);
39
39
  * const input = { // ListJobParameterDefinitionsRequest
40
40
  * farmId: "STRING_VALUE", // required
41
- * jobId: "STRING_VALUE", // required
42
41
  * queueId: "STRING_VALUE", // required
42
+ * jobId: "STRING_VALUE", // required
43
43
  * nextToken: "STRING_VALUE",
44
44
  * maxResults: Number("int"),
45
45
  * };
@@ -38,10 +38,10 @@ declare const ListJobsCommand_base: {
38
38
  * const client = new DeadlineClient(config);
39
39
  * const input = { // ListJobsRequest
40
40
  * farmId: "STRING_VALUE", // required
41
- * principalId: "STRING_VALUE",
42
41
  * queueId: "STRING_VALUE", // required
43
42
  * nextToken: "STRING_VALUE",
44
43
  * maxResults: Number("int"),
44
+ * principalId: "STRING_VALUE",
45
45
  * };
46
46
  * const command = new ListJobsCommand(input);
47
47
  * const response = await client.send(command);
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
4
- import type { ListLicenseEndpointsRequest, ListLicenseEndpointsResponse } from "../models/models_0";
4
+ import type { ListLicenseEndpointsRequest } from "../models/models_0";
5
+ import type { ListLicenseEndpointsResponse } from "../models/models_1";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -46,16 +46,16 @@ declare const ListLimitsCommand_base: {
46
46
  * // { // ListLimitsResponse
47
47
  * // limits: [ // LimitSummaries // required
48
48
  * // { // LimitSummary
49
- * // displayName: "STRING_VALUE", // required
50
- * // amountRequirementName: "STRING_VALUE", // required
51
- * // maxCount: Number("int"), // required
49
+ * // farmId: "STRING_VALUE", // required
50
+ * // limitId: "STRING_VALUE", // required
51
+ * // currentCount: Number("int"), // required
52
52
  * // createdAt: new Date("TIMESTAMP"), // required
53
53
  * // createdBy: "STRING_VALUE", // required
54
54
  * // updatedAt: new Date("TIMESTAMP"),
55
55
  * // updatedBy: "STRING_VALUE",
56
- * // farmId: "STRING_VALUE", // required
57
- * // limitId: "STRING_VALUE", // required
58
- * // currentCount: Number("int"), // required
56
+ * // displayName: "STRING_VALUE", // required
57
+ * // amountRequirementName: "STRING_VALUE", // required
58
+ * // maxCount: Number("int"), // required
59
59
  * // },
60
60
  * // ],
61
61
  * // nextToken: "STRING_VALUE",