@aws-sdk/client-deadline 3.1019.0 → 3.1021.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 +15 -15
@@ -11,26 +11,26 @@ import { AssumeQueueRoleForWorkerCommand, } from "./commands/AssumeQueueRoleForW
11
11
  import { BatchGetJobEntityCommand, } from "./commands/BatchGetJobEntityCommand";
12
12
  import { CopyJobTemplateCommand, } from "./commands/CopyJobTemplateCommand";
13
13
  import { CreateBudgetCommand, } from "./commands/CreateBudgetCommand";
14
- import { CreateFarmCommand } from "./commands/CreateFarmCommand";
15
- import { CreateFleetCommand } from "./commands/CreateFleetCommand";
14
+ import { CreateFarmCommand, } from "./commands/CreateFarmCommand";
15
+ import { CreateFleetCommand, } from "./commands/CreateFleetCommand";
16
16
  import { CreateJobCommand } from "./commands/CreateJobCommand";
17
17
  import { CreateLicenseEndpointCommand, } from "./commands/CreateLicenseEndpointCommand";
18
- import { CreateLimitCommand } from "./commands/CreateLimitCommand";
18
+ import { CreateLimitCommand, } from "./commands/CreateLimitCommand";
19
19
  import { CreateMonitorCommand, } from "./commands/CreateMonitorCommand";
20
- import { CreateQueueCommand } from "./commands/CreateQueueCommand";
20
+ import { CreateQueueCommand, } from "./commands/CreateQueueCommand";
21
21
  import { CreateQueueEnvironmentCommand, } from "./commands/CreateQueueEnvironmentCommand";
22
22
  import { CreateQueueFleetAssociationCommand, } from "./commands/CreateQueueFleetAssociationCommand";
23
23
  import { CreateQueueLimitAssociationCommand, } from "./commands/CreateQueueLimitAssociationCommand";
24
24
  import { CreateStorageProfileCommand, } from "./commands/CreateStorageProfileCommand";
25
25
  import { CreateWorkerCommand, } from "./commands/CreateWorkerCommand";
26
26
  import { DeleteBudgetCommand, } from "./commands/DeleteBudgetCommand";
27
- import { DeleteFarmCommand } from "./commands/DeleteFarmCommand";
28
- import { DeleteFleetCommand } from "./commands/DeleteFleetCommand";
27
+ import { DeleteFarmCommand, } from "./commands/DeleteFarmCommand";
28
+ import { DeleteFleetCommand, } from "./commands/DeleteFleetCommand";
29
29
  import { DeleteLicenseEndpointCommand, } from "./commands/DeleteLicenseEndpointCommand";
30
- import { DeleteLimitCommand } from "./commands/DeleteLimitCommand";
30
+ import { DeleteLimitCommand, } from "./commands/DeleteLimitCommand";
31
31
  import { DeleteMeteredProductCommand, } from "./commands/DeleteMeteredProductCommand";
32
32
  import { DeleteMonitorCommand, } from "./commands/DeleteMonitorCommand";
33
- import { DeleteQueueCommand } from "./commands/DeleteQueueCommand";
33
+ import { DeleteQueueCommand, } from "./commands/DeleteQueueCommand";
34
34
  import { DeleteQueueEnvironmentCommand, } from "./commands/DeleteQueueEnvironmentCommand";
35
35
  import { DeleteQueueFleetAssociationCommand, } from "./commands/DeleteQueueFleetAssociationCommand";
36
36
  import { DeleteQueueLimitAssociationCommand, } from "./commands/DeleteQueueLimitAssociationCommand";
@@ -46,13 +46,13 @@ import { GetFleetCommand } from "./commands/GetFleetCommand";
46
46
  import { GetJobCommand } from "./commands/GetJobCommand";
47
47
  import { GetLicenseEndpointCommand, } from "./commands/GetLicenseEndpointCommand";
48
48
  import { GetLimitCommand } from "./commands/GetLimitCommand";
49
- import { GetMonitorCommand } from "./commands/GetMonitorCommand";
49
+ import { GetMonitorCommand, } from "./commands/GetMonitorCommand";
50
50
  import { GetQueueCommand } from "./commands/GetQueueCommand";
51
51
  import { GetQueueEnvironmentCommand, } from "./commands/GetQueueEnvironmentCommand";
52
52
  import { GetQueueFleetAssociationCommand, } from "./commands/GetQueueFleetAssociationCommand";
53
53
  import { GetQueueLimitAssociationCommand, } from "./commands/GetQueueLimitAssociationCommand";
54
54
  import { GetSessionActionCommand, } from "./commands/GetSessionActionCommand";
55
- import { GetSessionCommand } from "./commands/GetSessionCommand";
55
+ import { GetSessionCommand, } from "./commands/GetSessionCommand";
56
56
  import { GetSessionsStatisticsAggregationCommand, } from "./commands/GetSessionsStatisticsAggregationCommand";
57
57
  import { GetStepCommand } from "./commands/GetStepCommand";
58
58
  import { GetStorageProfileCommand, } from "./commands/GetStorageProfileCommand";
@@ -60,23 +60,23 @@ import { GetStorageProfileForQueueCommand, } from "./commands/GetStorageProfileF
60
60
  import { GetTaskCommand } from "./commands/GetTaskCommand";
61
61
  import { GetWorkerCommand } from "./commands/GetWorkerCommand";
62
62
  import { ListAvailableMeteredProductsCommand, } from "./commands/ListAvailableMeteredProductsCommand";
63
- import { ListBudgetsCommand } from "./commands/ListBudgetsCommand";
63
+ import { ListBudgetsCommand, } from "./commands/ListBudgetsCommand";
64
64
  import { ListFarmMembersCommand, } from "./commands/ListFarmMembersCommand";
65
65
  import { ListFarmsCommand } from "./commands/ListFarmsCommand";
66
66
  import { ListFleetMembersCommand, } from "./commands/ListFleetMembersCommand";
67
- import { ListFleetsCommand } from "./commands/ListFleetsCommand";
67
+ import { ListFleetsCommand, } from "./commands/ListFleetsCommand";
68
68
  import { ListJobMembersCommand, } from "./commands/ListJobMembersCommand";
69
69
  import { ListJobParameterDefinitionsCommand, } from "./commands/ListJobParameterDefinitionsCommand";
70
70
  import { ListJobsCommand } from "./commands/ListJobsCommand";
71
71
  import { ListLicenseEndpointsCommand, } from "./commands/ListLicenseEndpointsCommand";
72
- import { ListLimitsCommand } from "./commands/ListLimitsCommand";
72
+ import { ListLimitsCommand, } from "./commands/ListLimitsCommand";
73
73
  import { ListMeteredProductsCommand, } from "./commands/ListMeteredProductsCommand";
74
74
  import { ListMonitorsCommand, } from "./commands/ListMonitorsCommand";
75
75
  import { ListQueueEnvironmentsCommand, } from "./commands/ListQueueEnvironmentsCommand";
76
76
  import { ListQueueFleetAssociationsCommand, } from "./commands/ListQueueFleetAssociationsCommand";
77
77
  import { ListQueueLimitAssociationsCommand, } from "./commands/ListQueueLimitAssociationsCommand";
78
78
  import { ListQueueMembersCommand, } from "./commands/ListQueueMembersCommand";
79
- import { ListQueuesCommand } from "./commands/ListQueuesCommand";
79
+ import { ListQueuesCommand, } from "./commands/ListQueuesCommand";
80
80
  import { ListSessionActionsCommand, } from "./commands/ListSessionActionsCommand";
81
81
  import { ListSessionsCommand, } from "./commands/ListSessionsCommand";
82
82
  import { ListSessionsForWorkerCommand, } from "./commands/ListSessionsForWorkerCommand";
@@ -87,29 +87,29 @@ import { ListStorageProfilesCommand, } from "./commands/ListStorageProfilesComma
87
87
  import { ListStorageProfilesForQueueCommand, } from "./commands/ListStorageProfilesForQueueCommand";
88
88
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
89
89
  import { ListTasksCommand } from "./commands/ListTasksCommand";
90
- import { ListWorkersCommand } from "./commands/ListWorkersCommand";
90
+ import { ListWorkersCommand, } from "./commands/ListWorkersCommand";
91
91
  import { PutMeteredProductCommand, } from "./commands/PutMeteredProductCommand";
92
- import { SearchJobsCommand } from "./commands/SearchJobsCommand";
93
- import { SearchStepsCommand } from "./commands/SearchStepsCommand";
94
- import { SearchTasksCommand } from "./commands/SearchTasksCommand";
92
+ import { SearchJobsCommand, } from "./commands/SearchJobsCommand";
93
+ import { SearchStepsCommand, } from "./commands/SearchStepsCommand";
94
+ import { SearchTasksCommand, } from "./commands/SearchTasksCommand";
95
95
  import { SearchWorkersCommand, } from "./commands/SearchWorkersCommand";
96
96
  import { StartSessionsStatisticsAggregationCommand, } from "./commands/StartSessionsStatisticsAggregationCommand";
97
- import { TagResourceCommand } from "./commands/TagResourceCommand";
97
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
98
98
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
99
99
  import { UpdateBudgetCommand, } from "./commands/UpdateBudgetCommand";
100
- import { UpdateFarmCommand } from "./commands/UpdateFarmCommand";
101
- import { UpdateFleetCommand } from "./commands/UpdateFleetCommand";
100
+ import { UpdateFarmCommand, } from "./commands/UpdateFarmCommand";
101
+ import { UpdateFleetCommand, } from "./commands/UpdateFleetCommand";
102
102
  import { UpdateJobCommand } from "./commands/UpdateJobCommand";
103
- import { UpdateLimitCommand } from "./commands/UpdateLimitCommand";
103
+ import { UpdateLimitCommand, } from "./commands/UpdateLimitCommand";
104
104
  import { UpdateMonitorCommand, } from "./commands/UpdateMonitorCommand";
105
- import { UpdateQueueCommand } from "./commands/UpdateQueueCommand";
105
+ import { UpdateQueueCommand, } from "./commands/UpdateQueueCommand";
106
106
  import { UpdateQueueEnvironmentCommand, } from "./commands/UpdateQueueEnvironmentCommand";
107
107
  import { UpdateQueueFleetAssociationCommand, } from "./commands/UpdateQueueFleetAssociationCommand";
108
108
  import { UpdateQueueLimitAssociationCommand, } from "./commands/UpdateQueueLimitAssociationCommand";
109
109
  import { UpdateSessionCommand, } from "./commands/UpdateSessionCommand";
110
- import { UpdateStepCommand } from "./commands/UpdateStepCommand";
110
+ import { UpdateStepCommand, } from "./commands/UpdateStepCommand";
111
111
  import { UpdateStorageProfileCommand, } from "./commands/UpdateStorageProfileCommand";
112
- import { UpdateTaskCommand } from "./commands/UpdateTaskCommand";
112
+ import { UpdateTaskCommand, } from "./commands/UpdateTaskCommand";
113
113
  import { UpdateWorkerCommand, } from "./commands/UpdateWorkerCommand";
114
114
  import { UpdateWorkerScheduleCommand, } from "./commands/UpdateWorkerScheduleCommand";
115
115
  import { DeadlineClient } from "./DeadlineClient";
@@ -82,6 +82,7 @@ const _CLERr = "CreateLicenseEndpointResponse";
82
82
  const _CLR = "CreateLimitRequest";
83
83
  const _CLRr = "CreateLimitResponse";
84
84
  const _CM = "CreateMonitor";
85
+ const _CMASC = "CustomerManagedAutoScalingConfiguration";
85
86
  const _CMFC = "CustomerManagedFleetConfiguration";
86
87
  const _CMR = "CreateMonitorRequest";
87
88
  const _CMRr = "CreateMonitorResponse";
@@ -428,6 +429,7 @@ const _SJRe = "SearchJobsResponse";
428
429
  const _SL = "S3Location";
429
430
  const _SLFE = "StringListFilterExpression";
430
431
  const _SLt = "StatisticsList";
432
+ const _SMEASC = "ServiceManagedEc2AutoScalingConfiguration";
431
433
  const _SMEFC = "ServiceManagedEc2FleetConfiguration";
432
434
  const _SMEIC = "ServiceManagedEc2InstanceCapabilities";
433
435
  const _SMEIMO = "ServiceManagedEc2InstanceMarketOptions";
@@ -564,6 +566,7 @@ const _aO = "anyOf";
564
566
  const _aOl = "allOf";
565
567
  const _aRN = "amountRequirementName";
566
568
  const _aS = "assignedSessions";
569
+ const _aSC = "autoScalingConfiguration";
567
570
  const _aSPI = "allowedStorageProfileIds";
568
571
  const _aSPITA = "allowedStorageProfileIdsToAdd";
569
572
  const _aSPITR = "allowedStorageProfileIdsToRemove";
@@ -801,6 +804,7 @@ const _sLF = "stringListFilter";
801
804
  const _sM = "statusMessage";
802
805
  const _sME = "serviceManagedEc2";
803
806
  const _sO = "sortOrder";
807
+ const _sOWPM = "scaleOutWorkersPerMinute";
804
808
  const _sP = "storageProfiles";
805
809
  const _sPF = "sourcePathFormat";
806
810
  const _sPI = "storageProfileId";
@@ -811,6 +815,7 @@ const _sTS = "scriptTimeoutSeconds";
811
815
  const _sTe = "searchTerm";
812
816
  const _sTt = "startTime";
813
817
  const _sV = "schemaVersion";
818
+ const _sWC = "standbyWorkerCount";
814
819
  const _sc = "schedule";
815
820
  const _se = "server";
816
821
  const _sel = "selections";
@@ -865,6 +870,7 @@ const _w = "windows";
865
870
  const _wC = "workerCapabilities";
866
871
  const _wCo = "workerCount";
867
872
  const _wI = "workerId";
873
+ const _wIDS = "workerIdleDurationSeconds";
868
874
  const _wL = "workerLog";
869
875
  const _wUA = "workerUpdatedAt";
870
876
  const _wo = "workers";
@@ -991,8 +997,8 @@ export var AssignedTaskRunSessionActionDefinition$ = [3, n0, _ATRSAD,
991
997
  ];
992
998
  export var AssociateMemberToFarmRequest$ = [3, n0, _AMTFR,
993
999
  0,
994
- [_fI, _pI, _pT, _iSI, _mL],
995
- [[0, 1], [0, 1], 0, 0, 0], 5
1000
+ [_fI, _pT, _iSI, _mL, _pI],
1001
+ [[0, 1], 0, 0, 0, [0, 1]], 5
996
1002
  ];
997
1003
  export var AssociateMemberToFarmResponse$ = [3, n0, _AMTFRs,
998
1004
  0,
@@ -1001,8 +1007,8 @@ export var AssociateMemberToFarmResponse$ = [3, n0, _AMTFRs,
1001
1007
  ];
1002
1008
  export var AssociateMemberToFleetRequest$ = [3, n0, _AMTFRss,
1003
1009
  0,
1004
- [_fI, _fIl, _pI, _pT, _iSI, _mL],
1005
- [[0, 1], [0, 1], [0, 1], 0, 0, 0], 6
1010
+ [_fI, _fIl, _pT, _iSI, _mL, _pI],
1011
+ [[0, 1], [0, 1], 0, 0, 0, [0, 1]], 6
1006
1012
  ];
1007
1013
  export var AssociateMemberToFleetResponse$ = [3, n0, _AMTFRsso,
1008
1014
  0,
@@ -1011,8 +1017,8 @@ export var AssociateMemberToFleetResponse$ = [3, n0, _AMTFRsso,
1011
1017
  ];
1012
1018
  export var AssociateMemberToJobRequest$ = [3, n0, _AMTJR,
1013
1019
  0,
1014
- [_fI, _qI, _jI, _pI, _pT, _iSI, _mL],
1015
- [[0, 1], [0, 1], [0, 1], [0, 1], 0, 0, 0], 7
1020
+ [_fI, _qI, _jI, _pT, _iSI, _mL, _pI],
1021
+ [[0, 1], [0, 1], [0, 1], 0, 0, 0, [0, 1]], 7
1016
1022
  ];
1017
1023
  export var AssociateMemberToJobResponse$ = [3, n0, _AMTJRs,
1018
1024
  0,
@@ -1021,8 +1027,8 @@ export var AssociateMemberToJobResponse$ = [3, n0, _AMTJRs,
1021
1027
  ];
1022
1028
  export var AssociateMemberToQueueRequest$ = [3, n0, _AMTQR,
1023
1029
  0,
1024
- [_fI, _qI, _pI, _pT, _iSI, _mL],
1025
- [[0, 1], [0, 1], [0, 1], 0, 0, 0], 6
1030
+ [_fI, _qI, _pT, _iSI, _mL, _pI],
1031
+ [[0, 1], [0, 1], 0, 0, 0, [0, 1]], 6
1026
1032
  ];
1027
1033
  export var AssociateMemberToQueueResponse$ = [3, n0, _AMTQRs,
1028
1034
  0,
@@ -1111,8 +1117,8 @@ export var BudgetActionToRemove$ = [3, n0, _BATR,
1111
1117
  ];
1112
1118
  export var BudgetSummary$ = [3, n0, _BS,
1113
1119
  0,
1114
- [_bI, _uTR, _st, _dN, _aDL, _u, _cB, _cA, _de, _uB, _uA],
1115
- [0, () => UsageTrackingResource$, 0, 0, 1, () => ConsumedUsages$, 0, 5, [() => Description, 0], 0, 5], 8
1120
+ [_bI, _uTR, _st, _dN, _aDL, _u, _cB, _cA, _uB, _uA, _de],
1121
+ [0, () => UsageTrackingResource$, 0, 0, 1, () => ConsumedUsages$, 0, 5, 0, 5, [() => Description, 0]], 8
1116
1122
  ];
1117
1123
  export var ConsumedUsages$ = [3, n0, _CU,
1118
1124
  0,
@@ -1121,7 +1127,7 @@ export var ConsumedUsages$ = [3, n0, _CU,
1121
1127
  ];
1122
1128
  export var CopyJobTemplateRequest$ = [3, n0, _CJTR,
1123
1129
  0,
1124
- [_fI, _jI, _qI, _tSL],
1130
+ [_fI, _qI, _jI, _tSL],
1125
1131
  [[0, 1], [0, 1], [0, 1], () => S3Location$], 4
1126
1132
  ];
1127
1133
  export var CopyJobTemplateResponse$ = [3, n0, _CJTRo,
@@ -1131,8 +1137,8 @@ export var CopyJobTemplateResponse$ = [3, n0, _CJTRo,
1131
1137
  ];
1132
1138
  export var CreateBudgetRequest$ = [3, n0, _CBR,
1133
1139
  0,
1134
- [_fI, _uTR, _dN, _aDL, _a, _sc, _cT, _de, _ta],
1135
- [[0, 1], () => UsageTrackingResource$, 0, 1, [() => BudgetActionsToAdd, 0], () => BudgetSchedule$, [0, { [_hH]: _XACT, [_iT]: 1 }], [() => Description, 0], 128 | 0], 6
1140
+ [_fI, _dN, _uTR, _aDL, _a, _sc, _de, _cT, _ta],
1141
+ [[0, 1], 0, () => UsageTrackingResource$, 1, [() => BudgetActionsToAdd, 0], () => BudgetSchedule$, [() => Description, 0], [0, { [_hH]: _XACT, [_iT]: 1 }], 128 | 0], 6
1136
1142
  ];
1137
1143
  export var CreateBudgetResponse$ = [3, n0, _CBRr,
1138
1144
  0,
@@ -1181,8 +1187,8 @@ export var CreateLicenseEndpointResponse$ = [3, n0, _CLERr,
1181
1187
  ];
1182
1188
  export var CreateLimitRequest$ = [3, n0, _CLR,
1183
1189
  0,
1184
- [_dN, _aRN, _mC, _fI, _cT, _de],
1185
- [0, 0, 1, [0, 1], [0, { [_hH]: _XACT, [_iT]: 1 }], [() => Description, 0]], 4
1190
+ [_fI, _dN, _aRN, _mC, _cT, _de],
1191
+ [[0, 1], 0, 0, 1, [0, { [_hH]: _XACT, [_iT]: 1 }], [() => Description, 0]], 4
1186
1192
  ];
1187
1193
  export var CreateLimitResponse$ = [3, n0, _CLRr,
1188
1194
  0,
@@ -1259,10 +1265,15 @@ export var CreateWorkerResponse$ = [3, n0, _CWRr,
1259
1265
  [_wI],
1260
1266
  [0], 1
1261
1267
  ];
1268
+ export var CustomerManagedAutoScalingConfiguration$ = [3, n0, _CMASC,
1269
+ 0,
1270
+ [_sWC, _wIDS, _sOWPM],
1271
+ [1, 1, 1]
1272
+ ];
1262
1273
  export var CustomerManagedFleetConfiguration$ = [3, n0, _CMFC,
1263
1274
  0,
1264
- [_mo, _wC, _sPI, _tPM],
1265
- [0, () => CustomerManagedWorkerCapabilities$, 0, 0], 2
1275
+ [_mo, _wC, _aSC, _sPI, _tPM],
1276
+ [0, () => CustomerManagedWorkerCapabilities$, () => CustomerManagedAutoScalingConfiguration$, 0, 0], 2
1266
1277
  ];
1267
1278
  export var CustomerManagedWorkerCapabilities$ = [3, n0, _CMWC,
1268
1279
  0,
@@ -1546,8 +1557,8 @@ export var GetBudgetRequest$ = [3, n0, _GBR,
1546
1557
  ];
1547
1558
  export var GetBudgetResponse$ = [3, n0, _GBRe,
1548
1559
  0,
1549
- [_bI, _uTR, _st, _dN, _aDL, _u, _a, _sc, _cB, _cA, _de, _uB, _uA, _qSA],
1550
- [0, () => UsageTrackingResource$, 0, 0, 1, () => ConsumedUsages$, [() => ResponseBudgetActionList, 0], () => BudgetSchedule$, 0, 5, [() => Description, 0], 0, 5, 5], 10
1560
+ [_bI, _uTR, _st, _dN, _aDL, _u, _cB, _cA, _a, _sc, _uB, _uA, _de, _qSA],
1561
+ [0, () => UsageTrackingResource$, 0, 0, 1, () => ConsumedUsages$, 0, 5, [() => ResponseBudgetActionList, 0], () => BudgetSchedule$, 0, 5, [() => Description, 0], 5], 10
1551
1562
  ];
1552
1563
  export var GetFarmRequest$ = [3, n0, _GFR,
1553
1564
  0,
@@ -1556,8 +1567,8 @@ export var GetFarmRequest$ = [3, n0, _GFR,
1556
1567
  ];
1557
1568
  export var GetFarmResponse$ = [3, n0, _GFRe,
1558
1569
  0,
1559
- [_fI, _dN, _cSF, _cA, _cB, _de, _kKA, _uA, _uB],
1560
- [0, 0, 1, 5, 0, [() => Description, 0], 0, 5, 0], 5
1570
+ [_fI, _dN, _cA, _cB, _cSF, _kKA, _uA, _uB, _de],
1571
+ [0, 0, 5, 0, 1, 0, 5, 0, [() => Description, 0]], 5
1561
1572
  ];
1562
1573
  export var GetFleetRequest$ = [3, n0, _GFRet,
1563
1574
  0,
@@ -1566,8 +1577,8 @@ export var GetFleetRequest$ = [3, n0, _GFRet,
1566
1577
  ];
1567
1578
  export var GetFleetResponse$ = [3, n0, _GFRetl,
1568
1579
  0,
1569
- [_fIl, _fI, _dN, _st, _wCo, _mWCi, _mWC, _con, _rA, _cA, _cB, _de, _sM, _aSS, _tWC, _hC, _ca, _uA, _uB],
1570
- [0, 0, 0, 0, 1, 1, 1, () => FleetConfiguration$, 0, 5, 0, [() => Description, 0], 0, 0, 1, [() => HostConfiguration$, 0], () => FleetCapabilities$, 5, 0], 11
1580
+ [_fIl, _fI, _dN, _st, _wCo, _mWCi, _mWC, _con, _cA, _cB, _rA, _sM, _aSS, _tWC, _uA, _uB, _de, _hC, _ca],
1581
+ [0, 0, 0, 0, 1, 1, 1, () => FleetConfiguration$, 5, 0, 0, 0, 0, 1, 5, 0, [() => Description, 0], [() => HostConfiguration$, 0], () => FleetCapabilities$], 11
1571
1582
  ];
1572
1583
  export var GetJobRequest$ = [3, n0, _GJR,
1573
1584
  0,
@@ -1596,7 +1607,7 @@ export var GetLimitRequest$ = [3, n0, _GLR,
1596
1607
  ];
1597
1608
  export var GetLimitResponse$ = [3, n0, _GLRe,
1598
1609
  0,
1599
- [_dN, _aRN, _mC, _cA, _cB, _fI, _lI, _cC, _uA, _uB, _de],
1610
+ [_fI, _lI, _cC, _cA, _cB, _dN, _aRN, _mC, _uA, _uB, _de],
1600
1611
  [0, 0, 1, 5, 0, 0, 0, 1, 5, 0, [() => Description, 0]], 8
1601
1612
  ];
1602
1613
  export var GetMonitorRequest$ = [3, n0, _GMR,
@@ -1636,8 +1647,8 @@ export var GetQueueLimitAssociationRequest$ = [3, n0, _GQLAR,
1636
1647
  ];
1637
1648
  export var GetQueueLimitAssociationResponse$ = [3, n0, _GQLARe,
1638
1649
  0,
1639
- [_cA, _cB, _qI, _lI, _st, _uA, _uB],
1640
- [5, 0, 0, 0, 0, 5, 0], 5
1650
+ [_qI, _lI, _st, _cA, _cB, _uA, _uB],
1651
+ [0, 0, 0, 5, 0, 5, 0], 5
1641
1652
  ];
1642
1653
  export var GetQueueRequest$ = [3, n0, _GQR,
1643
1654
  0,
@@ -1646,8 +1657,8 @@ export var GetQueueRequest$ = [3, n0, _GQR,
1646
1657
  ];
1647
1658
  export var GetQueueResponse$ = [3, n0, _GQRe,
1648
1659
  0,
1649
- [_qI, _dN, _fI, _st, _dBA, _cA, _cB, _de, _bR, _jAS, _rA, _rFSLN, _aSPI, _jRAU, _uA, _uB],
1650
- [0, 0, 0, 0, 0, 5, 0, [() => Description, 0], 0, () => JobAttachmentSettings$, 0, 64 | 0, 64 | 0, () => JobRunAsUser$, 5, 0], 7
1660
+ [_fI, _qI, _dN, _st, _dBA, _cA, _cB, _bR, _uA, _uB, _de, _jAS, _rA, _rFSLN, _aSPI, _jRAU],
1661
+ [0, 0, 0, 0, 0, 5, 0, 0, 5, 0, [() => Description, 0], () => JobAttachmentSettings$, 0, 64 | 0, 64 | 0, () => JobRunAsUser$], 7
1651
1662
  ];
1652
1663
  export var GetSessionActionRequest$ = [3, n0, _GSAR,
1653
1664
  0,
@@ -1656,8 +1667,8 @@ export var GetSessionActionRequest$ = [3, n0, _GSAR,
1656
1667
  ];
1657
1668
  export var GetSessionActionResponse$ = [3, n0, _GSARe,
1658
1669
  0,
1659
- [_sAI, _st, _sIe, _d, _sAt, _eA, _wUA, _pP, _pEC, _pM, _aL, _man],
1660
- [0, 0, 0, [() => SessionActionDefinition$, 0], 5, 5, 5, 1, 1, [() => SessionActionProgressMessage, 0], () => AcquiredLimits, () => TaskRunManifestPropertiesListResponse], 4
1670
+ [_sAI, _st, _sIe, _d, _sAt, _eA, _wUA, _pP, _man, _pEC, _pM, _aL],
1671
+ [0, 0, 0, [() => SessionActionDefinition$, 0], 5, 5, 5, 1, () => TaskRunManifestPropertiesListResponse, 1, [() => SessionActionProgressMessage, 0], () => AcquiredLimits], 4
1661
1672
  ];
1662
1673
  export var GetSessionRequest$ = [3, n0, _GSR,
1663
1674
  0,
@@ -1666,17 +1677,17 @@ export var GetSessionRequest$ = [3, n0, _GSR,
1666
1677
  ];
1667
1678
  export var GetSessionResponse$ = [3, n0, _GSRe,
1668
1679
  0,
1669
- [_sIe, _fIl, _wI, _sAt, _l, _lS, _eA, _uA, _uB, _tLS, _hP, _wL],
1670
- [0, 0, 0, 5, () => LogConfiguration$, 0, 5, 5, 0, 0, () => HostPropertiesResponse$, () => LogConfiguration$], 6
1680
+ [_sIe, _fIl, _wI, _sAt, _lS, _l, _eA, _tLS, _uA, _uB, _hP, _wL],
1681
+ [0, 0, 0, 5, 0, () => LogConfiguration$, 5, 0, 5, 0, () => HostPropertiesResponse$, () => LogConfiguration$], 6
1671
1682
  ];
1672
1683
  export var GetSessionsStatisticsAggregationRequest$ = [3, n0, _GSSAR,
1673
1684
  0,
1674
- [_fI, _aI, _mR, _nT],
1675
- [[0, 1], [0, { [_hQ]: _aI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
1685
+ [_fI, _aI, _nT, _mR],
1686
+ [[0, 1], [0, { [_hQ]: _aI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
1676
1687
  ];
1677
1688
  export var GetSessionsStatisticsAggregationResponse$ = [3, n0, _GSSARe,
1678
1689
  0,
1679
- [_st, _sta, _nT, _sM],
1690
+ [_st, _sta, _sM, _nT],
1680
1691
  [0, () => StatisticsList, 0, 0], 1
1681
1692
  ];
1682
1693
  export var GetStepRequest$ = [3, n0, _GSRet,
@@ -1716,8 +1727,8 @@ export var GetTaskRequest$ = [3, n0, _GTR,
1716
1727
  ];
1717
1728
  export var GetTaskResponse$ = [3, n0, _GTRe,
1718
1729
  0,
1719
- [_tI, _cA, _cB, _rS, _tRSa, _fRC, _p, _sAt, _eA, _uA, _uB, _lSAI],
1720
- [0, 5, 0, 0, 0, 1, [() => TaskParameters, 0], 5, 5, 5, 0, 0], 4
1730
+ [_tI, _cA, _cB, _rS, _tRSa, _fRC, _sAt, _eA, _uA, _uB, _lSAI, _p],
1731
+ [0, 5, 0, 0, 0, 1, 5, 5, 5, 0, 0, [() => TaskParameters, 0]], 4
1721
1732
  ];
1722
1733
  export var GetWorkerRequest$ = [3, n0, _GWR,
1723
1734
  0,
@@ -1811,7 +1822,7 @@ export var LicenseEndpointSummary$ = [3, n0, _LES,
1811
1822
  ];
1812
1823
  export var LimitSummary$ = [3, n0, _LS,
1813
1824
  0,
1814
- [_dN, _aRN, _mC, _cA, _cB, _fI, _lI, _cC, _uA, _uB],
1825
+ [_fI, _lI, _cC, _cA, _cB, _dN, _aRN, _mC, _uA, _uB],
1815
1826
  [0, 0, 1, 5, 0, 0, 0, 1, 5, 0], 8
1816
1827
  ];
1817
1828
  export var ListAvailableMeteredProductsRequest$ = [3, n0, _LAMPR,
@@ -1846,8 +1857,8 @@ export var ListFarmMembersResponse$ = [3, n0, _LFMRi,
1846
1857
  ];
1847
1858
  export var ListFarmsRequest$ = [3, n0, _LFR,
1848
1859
  0,
1849
- [_nT, _pI, _mR],
1850
- [[0, { [_hQ]: _nT }], [0, { [_hQ]: _pI }], [1, { [_hQ]: _mR }]]
1860
+ [_nT, _mR, _pI],
1861
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _pI }]]
1851
1862
  ];
1852
1863
  export var ListFarmsResponse$ = [3, n0, _LFRi,
1853
1864
  0,
@@ -1866,8 +1877,8 @@ export var ListFleetMembersResponse$ = [3, n0, _LFMRist,
1866
1877
  ];
1867
1878
  export var ListFleetsRequest$ = [3, n0, _LFRis,
1868
1879
  0,
1869
- [_fI, _pI, _dN, _st, _nT, _mR],
1870
- [[0, 1], [0, { [_hQ]: _pI }], [0, { [_hQ]: _dN }], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
1880
+ [_fI, _nT, _mR, _pI, _dN, _st],
1881
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _pI }], [0, { [_hQ]: _dN }], [0, { [_hQ]: _st }]], 1
1871
1882
  ];
1872
1883
  export var ListFleetsResponse$ = [3, n0, _LFRist,
1873
1884
  0,
@@ -1886,7 +1897,7 @@ export var ListJobMembersResponse$ = [3, n0, _LJMRi,
1886
1897
  ];
1887
1898
  export var ListJobParameterDefinitionsRequest$ = [3, n0, _LJPDR,
1888
1899
  0,
1889
- [_fI, _jI, _qI, _nT, _mR],
1900
+ [_fI, _qI, _jI, _nT, _mR],
1890
1901
  [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 3
1891
1902
  ];
1892
1903
  export var ListJobParameterDefinitionsResponse$ = [3, n0, _LJPDRi,
@@ -1896,8 +1907,8 @@ export var ListJobParameterDefinitionsResponse$ = [3, n0, _LJPDRi,
1896
1907
  ];
1897
1908
  export var ListJobsRequest$ = [3, n0, _LJR,
1898
1909
  0,
1899
- [_fI, _qI, _pI, _nT, _mR],
1900
- [[0, 1], [0, 1], [0, { [_hQ]: _pI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
1910
+ [_fI, _qI, _nT, _mR, _pI],
1911
+ [[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _pI }]], 2
1901
1912
  ];
1902
1913
  export var ListJobsResponse$ = [3, n0, _LJRi,
1903
1914
  0,
@@ -1956,8 +1967,8 @@ export var ListQueueEnvironmentsResponse$ = [3, n0, _LQERi,
1956
1967
  ];
1957
1968
  export var ListQueueFleetAssociationsRequest$ = [3, n0, _LQFAR,
1958
1969
  0,
1959
- [_fI, _qI, _fIl, _nT, _mR],
1960
- [[0, 1], [0, { [_hQ]: _qI }], [0, { [_hQ]: _fIl }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
1970
+ [_fI, _nT, _mR, _qI, _fIl],
1971
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _qI }], [0, { [_hQ]: _fIl }]], 1
1961
1972
  ];
1962
1973
  export var ListQueueFleetAssociationsResponse$ = [3, n0, _LQFARi,
1963
1974
  0,
@@ -1966,8 +1977,8 @@ export var ListQueueFleetAssociationsResponse$ = [3, n0, _LQFARi,
1966
1977
  ];
1967
1978
  export var ListQueueLimitAssociationsRequest$ = [3, n0, _LQLAR,
1968
1979
  0,
1969
- [_fI, _qI, _lI, _nT, _mR],
1970
- [[0, 1], [0, { [_hQ]: _qI }], [0, { [_hQ]: _lI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
1980
+ [_fI, _nT, _mR, _qI, _lI],
1981
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _qI }], [0, { [_hQ]: _lI }]], 1
1971
1982
  ];
1972
1983
  export var ListQueueLimitAssociationsResponse$ = [3, n0, _LQLARi,
1973
1984
  0,
@@ -1986,8 +1997,8 @@ export var ListQueueMembersResponse$ = [3, n0, _LQMRi,
1986
1997
  ];
1987
1998
  export var ListQueuesRequest$ = [3, n0, _LQR,
1988
1999
  0,
1989
- [_fI, _pI, _st, _nT, _mR],
1990
- [[0, 1], [0, { [_hQ]: _pI }], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2000
+ [_fI, _nT, _mR, _pI, _st],
2001
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _pI }], [0, { [_hQ]: _st }]], 1
1991
2002
  ];
1992
2003
  export var ListQueuesResponse$ = [3, n0, _LQRi,
1993
2004
  0,
@@ -1996,8 +2007,8 @@ export var ListQueuesResponse$ = [3, n0, _LQRi,
1996
2007
  ];
1997
2008
  export var ListSessionActionsRequest$ = [3, n0, _LSAR,
1998
2009
  0,
1999
- [_fI, _qI, _jI, _sIe, _tI, _nT, _mR],
2000
- [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _sIe }], [0, { [_hQ]: _tI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 3
2010
+ [_fI, _qI, _jI, _nT, _mR, _sIe, _tI],
2011
+ [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _sIe }], [0, { [_hQ]: _tI }]], 3
2001
2012
  ];
2002
2013
  export var ListSessionActionsResponse$ = [3, n0, _LSARi,
2003
2014
  0,
@@ -2176,8 +2187,8 @@ export var QueueFleetAssociationSummary$ = [3, n0, _QFAS,
2176
2187
  ];
2177
2188
  export var QueueLimitAssociationSummary$ = [3, n0, _QLAS,
2178
2189
  0,
2179
- [_cA, _cB, _qI, _lI, _st, _uA, _uB],
2180
- [5, 0, 0, 0, 0, 5, 0], 5
2190
+ [_qI, _lI, _st, _cA, _cB, _uA, _uB],
2191
+ [0, 0, 0, 5, 0, 5, 0], 5
2181
2192
  ];
2182
2193
  export var QueueMember$ = [3, n0, _QM,
2183
2194
  0,
@@ -2206,8 +2217,8 @@ export var SearchGroupedFilterExpressions$ = [3, n0, _SGFE,
2206
2217
  ];
2207
2218
  export var SearchJobsRequest$ = [3, n0, _SJR,
2208
2219
  0,
2209
- [_fI, _qIu, _iO, _fE, _sE, _pSa],
2210
- [[0, 1], 64 | 0, 1, () => SearchGroupedFilterExpressions$, () => SearchSortExpressions, 1], 3
2220
+ [_fI, _iO, _qIu, _fE, _sE, _pSa],
2221
+ [[0, 1], 1, 64 | 0, () => SearchGroupedFilterExpressions$, () => SearchSortExpressions, 1], 3
2211
2222
  ];
2212
2223
  export var SearchJobsResponse$ = [3, n0, _SJRe,
2213
2224
  0,
@@ -2216,8 +2227,8 @@ export var SearchJobsResponse$ = [3, n0, _SJRe,
2216
2227
  ];
2217
2228
  export var SearchStepsRequest$ = [3, n0, _SSR,
2218
2229
  0,
2219
- [_fI, _qIu, _iO, _jI, _fE, _sE, _pSa],
2220
- [[0, 1], 64 | 0, 1, 0, () => SearchGroupedFilterExpressions$, () => SearchSortExpressions, 1], 3
2230
+ [_fI, _iO, _qIu, _fE, _sE, _pSa, _jI],
2231
+ [[0, 1], 1, 64 | 0, () => SearchGroupedFilterExpressions$, () => SearchSortExpressions, 1, 0], 3
2221
2232
  ];
2222
2233
  export var SearchStepsResponse$ = [3, n0, _SSRe,
2223
2234
  0,
@@ -2226,8 +2237,8 @@ export var SearchStepsResponse$ = [3, n0, _SSRe,
2226
2237
  ];
2227
2238
  export var SearchTasksRequest$ = [3, n0, _STR,
2228
2239
  0,
2229
- [_fI, _qIu, _iO, _jI, _fE, _sE, _pSa],
2230
- [[0, 1], 64 | 0, 1, 0, () => SearchGroupedFilterExpressions$, () => SearchSortExpressions, 1], 3
2240
+ [_fI, _iO, _qIu, _fE, _sE, _pSa, _jI],
2241
+ [[0, 1], 1, 64 | 0, () => SearchGroupedFilterExpressions$, () => SearchSortExpressions, 1, 0], 3
2231
2242
  ];
2232
2243
  export var SearchTasksResponse$ = [3, n0, _STRe,
2233
2244
  0,
@@ -2241,18 +2252,23 @@ export var SearchTermFilterExpression$ = [3, n0, _STFE,
2241
2252
  ];
2242
2253
  export var SearchWorkersRequest$ = [3, n0, _SWR,
2243
2254
  0,
2244
- [_fI, _fIle, _iO, _fE, _sE, _pSa],
2245
- [[0, 1], 64 | 0, 1, () => SearchGroupedFilterExpressions$, () => SearchSortExpressions, 1], 3
2255
+ [_fI, _iO, _fIle, _fE, _sE, _pSa],
2256
+ [[0, 1], 1, 64 | 0, () => SearchGroupedFilterExpressions$, () => SearchSortExpressions, 1], 3
2246
2257
  ];
2247
2258
  export var SearchWorkersResponse$ = [3, n0, _SWRe,
2248
2259
  0,
2249
2260
  [_wo, _tR, _nIO],
2250
2261
  [() => WorkerSearchSummaries, 1, 1], 2
2251
2262
  ];
2263
+ export var ServiceManagedEc2AutoScalingConfiguration$ = [3, n0, _SMEASC,
2264
+ 0,
2265
+ [_sWC, _wIDS, _sOWPM],
2266
+ [1, 1, 1]
2267
+ ];
2252
2268
  export var ServiceManagedEc2FleetConfiguration$ = [3, n0, _SMEFC,
2253
2269
  0,
2254
- [_iC, _iMO, _vC, _sPI],
2255
- [() => ServiceManagedEc2InstanceCapabilities$, () => ServiceManagedEc2InstanceMarketOptions$, () => VpcConfiguration$, 0], 2
2270
+ [_iC, _iMO, _vC, _sPI, _aSC],
2271
+ [() => ServiceManagedEc2InstanceCapabilities$, () => ServiceManagedEc2InstanceMarketOptions$, () => VpcConfiguration$, 0, () => ServiceManagedEc2AutoScalingConfiguration$], 2
2256
2272
  ];
2257
2273
  export var ServiceManagedEc2InstanceCapabilities$ = [3, n0, _SMEIC,
2258
2274
  0,
@@ -2271,8 +2287,8 @@ export var SessionActionSummary$ = [3, n0, _SAS,
2271
2287
  ];
2272
2288
  export var SessionSummary$ = [3, n0, _SS,
2273
2289
  0,
2274
- [_sIe, _fIl, _wI, _sAt, _lS, _eA, _uA, _uB, _tLS],
2275
- [0, 0, 0, 5, 0, 5, 5, 0, 0], 5
2290
+ [_sIe, _fIl, _wI, _sAt, _lS, _eA, _tLS, _uA, _uB],
2291
+ [0, 0, 0, 5, 0, 5, 0, 5, 0], 5
2276
2292
  ];
2277
2293
  export var StartSessionsStatisticsAggregationRequest$ = [3, n0, _SSSAR,
2278
2294
  0,
@@ -2416,8 +2432,8 @@ export var TaskSearchSummary$ = [3, n0, _TSS,
2416
2432
  ];
2417
2433
  export var TaskSummary$ = [3, n0, _TS,
2418
2434
  0,
2419
- [_tI, _cA, _cB, _rS, _tRSa, _fRC, _p, _sAt, _eA, _uA, _uB, _lSAI],
2420
- [0, 5, 0, 0, 0, 1, [() => TaskParameters, 0], 5, 5, 5, 0, 0], 4
2435
+ [_tI, _cA, _cB, _rS, _tRSa, _fRC, _sAt, _eA, _uA, _uB, _lSAI, _p],
2436
+ [0, 5, 0, 0, 0, 1, 5, 5, 5, 0, 0, [() => TaskParameters, 0]], 4
2421
2437
  ];
2422
2438
  export var UntagResourceRequest$ = [3, n0, _URR,
2423
2439
  0,
@@ -2536,8 +2552,8 @@ export var UpdateQueueResponse$ = [3, n0, _UQRp,
2536
2552
  ];
2537
2553
  export var UpdateSessionRequest$ = [3, n0, _USR,
2538
2554
  0,
2539
- [_tLS, _fI, _qI, _jI, _sIe, _cT],
2540
- [0, [0, 1], [0, 1], [0, 1], [0, 1], [0, { [_hH]: _XACT, [_iT]: 1 }]], 5
2555
+ [_fI, _qI, _jI, _sIe, _tLS, _cT],
2556
+ [[0, 1], [0, 1], [0, 1], [0, 1], 0, [0, { [_hH]: _XACT, [_iT]: 1 }]], 5
2541
2557
  ];
2542
2558
  export var UpdateSessionResponse$ = [3, n0, _USRp,
2543
2559
  0,
@@ -2546,8 +2562,8 @@ export var UpdateSessionResponse$ = [3, n0, _USRp,
2546
2562
  ];
2547
2563
  export var UpdateStepRequest$ = [3, n0, _USRpd,
2548
2564
  0,
2549
- [_tTRS, _fI, _qI, _jI, _sI, _cT],
2550
- [0, [0, 1], [0, 1], [0, 1], [0, 1], [0, { [_hH]: _XACT, [_iT]: 1 }]], 5
2565
+ [_fI, _qI, _jI, _sI, _tTRS, _cT],
2566
+ [[0, 1], [0, 1], [0, 1], [0, 1], 0, [0, { [_hH]: _XACT, [_iT]: 1 }]], 5
2551
2567
  ];
2552
2568
  export var UpdateStepResponse$ = [3, n0, _USRpda,
2553
2569
  0,
@@ -2566,8 +2582,8 @@ export var UpdateStorageProfileResponse$ = [3, n0, _USPRp,
2566
2582
  ];
2567
2583
  export var UpdateTaskRequest$ = [3, n0, _UTR,
2568
2584
  0,
2569
- [_tRSa, _fI, _qI, _jI, _sI, _tI, _cT],
2570
- [0, [0, 1], [0, 1], [0, 1], [0, 1], [0, 1], [0, { [_hH]: _XACT, [_iT]: 1 }]], 6
2585
+ [_fI, _qI, _jI, _sI, _tI, _tRSa, _cT],
2586
+ [[0, 1], [0, 1], [0, 1], [0, 1], [0, 1], 0, [0, { [_hH]: _XACT, [_iT]: 1 }]], 6
2571
2587
  ];
2572
2588
  export var UpdateTaskResponse$ = [3, n0, _UTRp,
2573
2589
  0,
@@ -2646,7 +2662,7 @@ export var WorkerSessionSummary$ = [3, n0, _WSSo,
2646
2662
  ];
2647
2663
  export var WorkerSummary$ = [3, n0, _WS,
2648
2664
  0,
2649
- [_wI, _fI, _fIl, _st, _cA, _cB, _hP, _l, _uA, _uB],
2665
+ [_fI, _fIl, _wI, _st, _cA, _cB, _hP, _l, _uA, _uB],
2650
2666
  [0, 0, 0, 0, 5, 0, () => HostPropertiesResponse$, () => LogConfiguration$, 5, 0], 6
2651
2667
  ];
2652
2668
  var AcceleratorSelections = [1, n0, _ASc,
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetFleetCommand } from "../commands/GetFleetCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetJobCommand } from "../commands/GetJobCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetJobCommand } from "../commands/GetJobCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetJobCommand } from "../commands/GetJobCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetLicenseEndpointCommand } from "../commands/GetLicenseEndpointCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetLicenseEndpointCommand } from "../commands/GetLicenseEndpointCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetQueueFleetAssociationCommand, } from "../commands/GetQueueFleetAssociationCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;