@aws-sdk/client-deadline 3.1028.0 → 3.1030.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.
- package/README.md +14 -0
- package/dist-cjs/index.js +28 -0
- package/dist-cjs/schemas/schemas_0.js +42 -8
- package/dist-es/Deadline.js +4 -0
- package/dist-es/commands/GetMonitorSettingsCommand.js +16 -0
- package/dist-es/commands/UpdateMonitorSettingsCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +34 -0
- package/dist-types/Deadline.d.ts +14 -0
- package/dist-types/DeadlineClient.d.ts +4 -2
- package/dist-types/commands/GetMonitorSettingsCommand.d.ts +104 -0
- package/dist-types/commands/UpdateMonitorSettingsCommand.d.ts +106 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_1.d.ts +40 -0
- package/dist-types/schemas/schemas_0.d.ts +6 -0
- package/dist-types/ts3.4/Deadline.d.ts +34 -0
- package/dist-types/ts3.4/DeadlineClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetMonitorSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateMonitorSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +11 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -573,6 +573,13 @@ GetMonitor
|
|
|
573
573
|
</details>
|
|
574
574
|
<details>
|
|
575
575
|
<summary>
|
|
576
|
+
GetMonitorSettings
|
|
577
|
+
</summary>
|
|
578
|
+
|
|
579
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/GetMonitorSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetMonitorSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/GetMonitorSettingsCommandOutput/)
|
|
580
|
+
</details>
|
|
581
|
+
<details>
|
|
582
|
+
<summary>
|
|
576
583
|
GetQueue
|
|
577
584
|
</summary>
|
|
578
585
|
|
|
@@ -958,6 +965,13 @@ UpdateMonitor
|
|
|
958
965
|
</details>
|
|
959
966
|
<details>
|
|
960
967
|
<summary>
|
|
968
|
+
UpdateMonitorSettings
|
|
969
|
+
</summary>
|
|
970
|
+
|
|
971
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/deadline/command/UpdateMonitorSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateMonitorSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-deadline/Interface/UpdateMonitorSettingsCommandOutput/)
|
|
972
|
+
</details>
|
|
973
|
+
<details>
|
|
974
|
+
<summary>
|
|
961
975
|
UpdateQueue
|
|
962
976
|
</summary>
|
|
963
977
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -786,6 +786,18 @@ class GetMonitorCommand extends smithyClient.Command
|
|
|
786
786
|
.build() {
|
|
787
787
|
}
|
|
788
788
|
|
|
789
|
+
class GetMonitorSettingsCommand extends smithyClient.Command
|
|
790
|
+
.classBuilder()
|
|
791
|
+
.ep(commonParams)
|
|
792
|
+
.m(function (Command, cs, config, o) {
|
|
793
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
794
|
+
})
|
|
795
|
+
.s("Deadline", "GetMonitorSettings", {})
|
|
796
|
+
.n("DeadlineClient", "GetMonitorSettingsCommand")
|
|
797
|
+
.sc(schemas_0.GetMonitorSettings$)
|
|
798
|
+
.build() {
|
|
799
|
+
}
|
|
800
|
+
|
|
789
801
|
class GetQueueCommand extends smithyClient.Command
|
|
790
802
|
.classBuilder()
|
|
791
803
|
.ep(commonParams)
|
|
@@ -1446,6 +1458,18 @@ class UpdateMonitorCommand extends smithyClient.Command
|
|
|
1446
1458
|
.build() {
|
|
1447
1459
|
}
|
|
1448
1460
|
|
|
1461
|
+
class UpdateMonitorSettingsCommand extends smithyClient.Command
|
|
1462
|
+
.classBuilder()
|
|
1463
|
+
.ep(commonParams)
|
|
1464
|
+
.m(function (Command, cs, config, o) {
|
|
1465
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1466
|
+
})
|
|
1467
|
+
.s("Deadline", "UpdateMonitorSettings", {})
|
|
1468
|
+
.n("DeadlineClient", "UpdateMonitorSettingsCommand")
|
|
1469
|
+
.sc(schemas_0.UpdateMonitorSettings$)
|
|
1470
|
+
.build() {
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1449
1473
|
class UpdateQueueCommand extends smithyClient.Command
|
|
1450
1474
|
.classBuilder()
|
|
1451
1475
|
.ep(commonParams)
|
|
@@ -2146,6 +2170,7 @@ const commands = {
|
|
|
2146
2170
|
GetLicenseEndpointCommand,
|
|
2147
2171
|
GetLimitCommand,
|
|
2148
2172
|
GetMonitorCommand,
|
|
2173
|
+
GetMonitorSettingsCommand,
|
|
2149
2174
|
GetQueueCommand,
|
|
2150
2175
|
GetQueueEnvironmentCommand,
|
|
2151
2176
|
GetQueueFleetAssociationCommand,
|
|
@@ -2201,6 +2226,7 @@ const commands = {
|
|
|
2201
2226
|
UpdateJobCommand,
|
|
2202
2227
|
UpdateLimitCommand,
|
|
2203
2228
|
UpdateMonitorCommand,
|
|
2229
|
+
UpdateMonitorSettingsCommand,
|
|
2204
2230
|
UpdateQueueCommand,
|
|
2205
2231
|
UpdateQueueEnvironmentCommand,
|
|
2206
2232
|
UpdateQueueFleetAssociationCommand,
|
|
@@ -2742,6 +2768,7 @@ exports.GetJobCommand = GetJobCommand;
|
|
|
2742
2768
|
exports.GetLicenseEndpointCommand = GetLicenseEndpointCommand;
|
|
2743
2769
|
exports.GetLimitCommand = GetLimitCommand;
|
|
2744
2770
|
exports.GetMonitorCommand = GetMonitorCommand;
|
|
2771
|
+
exports.GetMonitorSettingsCommand = GetMonitorSettingsCommand;
|
|
2745
2772
|
exports.GetQueueCommand = GetQueueCommand;
|
|
2746
2773
|
exports.GetQueueEnvironmentCommand = GetQueueEnvironmentCommand;
|
|
2747
2774
|
exports.GetQueueFleetAssociationCommand = GetQueueFleetAssociationCommand;
|
|
@@ -2829,6 +2856,7 @@ exports.UpdateJobCommand = UpdateJobCommand;
|
|
|
2829
2856
|
exports.UpdateJobLifecycleStatus = UpdateJobLifecycleStatus;
|
|
2830
2857
|
exports.UpdateLimitCommand = UpdateLimitCommand;
|
|
2831
2858
|
exports.UpdateMonitorCommand = UpdateMonitorCommand;
|
|
2859
|
+
exports.UpdateMonitorSettingsCommand = UpdateMonitorSettingsCommand;
|
|
2832
2860
|
exports.UpdateQueueCommand = UpdateQueueCommand;
|
|
2833
2861
|
exports.UpdateQueueEnvironmentCommand = UpdateQueueEnvironmentCommand;
|
|
2834
2862
|
exports.UpdateQueueFleetAssociationCommand = UpdateQueueFleetAssociationCommand;
|
|
@@ -3,14 +3,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.BatchGetSessionActionItem$ = exports.BatchGetSessionActionIdentifier$ = exports.BatchGetSessionActionError$ = exports.BatchGetJobResponse$ = exports.BatchGetJobRequest$ = exports.BatchGetJobItem$ = exports.BatchGetJobIdentifier$ = exports.BatchGetJobError$ = exports.BatchGetJobEntityResponse$ = exports.BatchGetJobEntityRequest$ = exports.AwsCredentials$ = exports.Attachments$ = exports.AssumeQueueRoleForWorkerResponse$ = exports.AssumeQueueRoleForWorkerRequest$ = exports.AssumeQueueRoleForUserResponse$ = exports.AssumeQueueRoleForUserRequest$ = exports.AssumeQueueRoleForReadResponse$ = exports.AssumeQueueRoleForReadRequest$ = exports.AssumeFleetRoleForWorkerResponse$ = exports.AssumeFleetRoleForWorkerRequest$ = exports.AssumeFleetRoleForReadResponse$ = exports.AssumeFleetRoleForReadRequest$ = exports.AssociateMemberToQueueResponse$ = exports.AssociateMemberToQueueRequest$ = exports.AssociateMemberToJobResponse$ = exports.AssociateMemberToJobRequest$ = exports.AssociateMemberToFleetResponse$ = exports.AssociateMemberToFleetRequest$ = exports.AssociateMemberToFarmResponse$ = exports.AssociateMemberToFarmRequest$ = exports.AssignedTaskRunSessionActionDefinition$ = exports.AssignedSyncInputJobAttachmentsSessionActionDefinition$ = exports.AssignedSessionAction$ = exports.AssignedSession$ = exports.AssignedEnvironmentExitSessionActionDefinition$ = exports.AssignedEnvironmentEnterSessionActionDefinition$ = exports.AcquiredLimit$ = exports.AcceleratorTotalMemoryMiBRange$ = exports.AcceleratorSelection$ = exports.AcceleratorCountRange$ = exports.AcceleratorCapabilities$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerErrorException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.DeadlineServiceException$ = void 0;
|
|
4
4
|
exports.CreateMonitorResponse$ = exports.CreateMonitorRequest$ = exports.CreateLimitResponse$ = exports.CreateLimitRequest$ = exports.CreateLicenseEndpointResponse$ = exports.CreateLicenseEndpointRequest$ = exports.CreateJobResponse$ = exports.CreateJobRequest$ = exports.CreateFleetResponse$ = exports.CreateFleetRequest$ = exports.CreateFarmResponse$ = exports.CreateFarmRequest$ = exports.CreateBudgetResponse$ = exports.CreateBudgetRequest$ = exports.CopyJobTemplateResponse$ = exports.CopyJobTemplateRequest$ = exports.ConsumedUsages$ = exports.BudgetSummary$ = exports.BudgetActionToRemove$ = exports.BudgetActionToAdd$ = exports.BatchUpdateTaskResponse$ = exports.BatchUpdateTaskRequest$ = exports.BatchUpdateTaskItem$ = exports.BatchUpdateTaskError$ = exports.BatchUpdateJobResponse$ = exports.BatchUpdateJobRequest$ = exports.BatchUpdateJobItem$ = exports.BatchUpdateJobError$ = exports.BatchGetWorkerResponse$ = exports.BatchGetWorkerRequest$ = exports.BatchGetWorkerItem$ = exports.BatchGetWorkerIdentifier$ = exports.BatchGetWorkerError$ = exports.BatchGetTaskResponse$ = exports.BatchGetTaskRequest$ = exports.BatchGetTaskItem$ = exports.BatchGetTaskIdentifier$ = exports.BatchGetTaskError$ = exports.BatchGetStepResponse$ = exports.BatchGetStepRequest$ = exports.BatchGetStepItem$ = exports.BatchGetStepIdentifier$ = exports.BatchGetStepError$ = exports.BatchGetSessionResponse$ = exports.BatchGetSessionRequest$ = exports.BatchGetSessionItem$ = exports.BatchGetSessionIdentifier$ = exports.BatchGetSessionError$ = exports.BatchGetSessionActionResponse$ = exports.BatchGetSessionActionRequest$ = void 0;
|
|
5
5
|
exports.DisassociateMemberFromQueueRequest$ = exports.DisassociateMemberFromJobResponse$ = exports.DisassociateMemberFromJobRequest$ = exports.DisassociateMemberFromFleetResponse$ = exports.DisassociateMemberFromFleetRequest$ = exports.DisassociateMemberFromFarmResponse$ = exports.DisassociateMemberFromFarmRequest$ = exports.DependencyCounts$ = exports.DeleteWorkerResponse$ = exports.DeleteWorkerRequest$ = exports.DeleteStorageProfileResponse$ = exports.DeleteStorageProfileRequest$ = exports.DeleteQueueResponse$ = exports.DeleteQueueRequest$ = exports.DeleteQueueLimitAssociationResponse$ = exports.DeleteQueueLimitAssociationRequest$ = exports.DeleteQueueFleetAssociationResponse$ = exports.DeleteQueueFleetAssociationRequest$ = exports.DeleteQueueEnvironmentResponse$ = exports.DeleteQueueEnvironmentRequest$ = exports.DeleteMonitorResponse$ = exports.DeleteMonitorRequest$ = exports.DeleteMeteredProductResponse$ = exports.DeleteMeteredProductRequest$ = exports.DeleteLimitResponse$ = exports.DeleteLimitRequest$ = exports.DeleteLicenseEndpointResponse$ = exports.DeleteLicenseEndpointRequest$ = exports.DeleteFleetResponse$ = exports.DeleteFleetRequest$ = exports.DeleteFarmResponse$ = exports.DeleteFarmRequest$ = exports.DeleteBudgetResponse$ = exports.DeleteBudgetRequest$ = exports.DateTimeFilterExpression$ = exports.CustomerManagedWorkerCapabilities$ = exports.CustomerManagedFleetConfiguration$ = exports.CustomerManagedAutoScalingConfiguration$ = exports.CreateWorkerResponse$ = exports.CreateWorkerRequest$ = exports.CreateStorageProfileResponse$ = exports.CreateStorageProfileRequest$ = exports.CreateQueueResponse$ = exports.CreateQueueRequest$ = exports.CreateQueueLimitAssociationResponse$ = exports.CreateQueueLimitAssociationRequest$ = exports.CreateQueueFleetAssociationResponse$ = exports.CreateQueueFleetAssociationRequest$ = exports.CreateQueueEnvironmentResponse$ = exports.CreateQueueEnvironmentRequest$ = void 0;
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.UpdateWorkerSchedule$ = exports.UpdateWorker$ = exports.UpdateTask$ = exports.UpdateStorageProfile$ = exports.UpdateStep$ = exports.UpdateSession$ = exports.UpdateQueueLimitAssociation$ = exports.UpdateQueueFleetAssociation$ = exports.UpdateQueueEnvironment$ = exports.UpdateQueue$ = exports.UpdateMonitor$ = exports.UpdateLimit$ = exports.UpdateJob$ = exports.UpdateFleet$ = exports.UpdateFarm$ = exports.UpdateBudget$ = exports.UntagResource$ = exports.TagResource$ = exports.StartSessionsStatisticsAggregation$ = exports.SearchWorkers$ = exports.SearchTasks$ = exports.SearchSteps$ = exports.SearchJobs$ = exports.PutMeteredProduct$ = exports.ListWorkers$ = exports.ListTasks$ = exports.ListTagsForResource$ = exports.ListStorageProfilesForQueue$ = exports.ListStorageProfiles$ = exports.ListSteps$ = exports.ListStepDependencies$ = exports.ListStepConsumers$ = exports.ListSessionsForWorker$ = exports.ListSessions$ = exports.ListSessionActions$ = void 0;
|
|
6
|
+
exports.GetStepRequest$ = exports.GetSessionsStatisticsAggregationResponse$ = exports.GetSessionsStatisticsAggregationRequest$ = exports.GetSessionResponse$ = exports.GetSessionRequest$ = exports.GetSessionActionResponse$ = exports.GetSessionActionRequest$ = exports.GetQueueResponse$ = exports.GetQueueRequest$ = exports.GetQueueLimitAssociationResponse$ = exports.GetQueueLimitAssociationRequest$ = exports.GetQueueFleetAssociationResponse$ = exports.GetQueueFleetAssociationRequest$ = exports.GetQueueEnvironmentResponse$ = exports.GetQueueEnvironmentRequest$ = exports.GetMonitorSettingsResponse$ = exports.GetMonitorSettingsRequest$ = exports.GetMonitorResponse$ = exports.GetMonitorRequest$ = exports.GetLimitResponse$ = exports.GetLimitRequest$ = exports.GetLicenseEndpointResponse$ = exports.GetLicenseEndpointRequest$ = exports.GetJobResponse$ = exports.GetJobRequest$ = exports.GetFleetResponse$ = exports.GetFleetRequest$ = exports.GetFarmResponse$ = exports.GetFarmRequest$ = exports.GetBudgetResponse$ = exports.GetBudgetRequest$ = exports.FleetSummary$ = exports.FleetMember$ = exports.FleetCapabilities$ = exports.FleetAttributeCapability$ = exports.FleetAmountCapability$ = exports.FixedBudgetSchedule$ = exports.FileSystemLocation$ = exports.FieldSortExpression$ = exports.FarmSummary$ = exports.FarmMember$ = exports.EnvironmentExitSessionActionDefinitionSummary$ = exports.EnvironmentExitSessionActionDefinition$ = exports.EnvironmentEnterSessionActionDefinitionSummary$ = exports.EnvironmentEnterSessionActionDefinition$ = exports.EnvironmentDetailsIdentifiers$ = exports.EnvironmentDetailsError$ = exports.EnvironmentDetailsEntity$ = exports.Ec2EbsVolume$ = exports.DisassociateMemberFromQueueResponse$ = void 0;
|
|
7
|
+
exports.ListMeteredProductsResponse$ = exports.ListMeteredProductsRequest$ = exports.ListLimitsResponse$ = exports.ListLimitsRequest$ = exports.ListLicenseEndpointsResponse$ = exports.ListLicenseEndpointsRequest$ = exports.ListJobsResponse$ = exports.ListJobsRequest$ = exports.ListJobParameterDefinitionsResponse$ = exports.ListJobParameterDefinitionsRequest$ = exports.ListJobMembersResponse$ = exports.ListJobMembersRequest$ = exports.ListFleetsResponse$ = exports.ListFleetsRequest$ = exports.ListFleetMembersResponse$ = exports.ListFleetMembersRequest$ = exports.ListFarmsResponse$ = exports.ListFarmsRequest$ = exports.ListFarmMembersResponse$ = exports.ListFarmMembersRequest$ = exports.ListBudgetsResponse$ = exports.ListBudgetsRequest$ = exports.ListAvailableMeteredProductsResponse$ = exports.ListAvailableMeteredProductsRequest$ = exports.LimitSummary$ = exports.LicenseEndpointSummary$ = exports.JobSummary$ = exports.JobSearchSummary$ = exports.JobRunAsUser$ = exports.JobMember$ = exports.JobDetailsIdentifiers$ = exports.JobDetailsError$ = exports.JobDetailsEntity$ = exports.JobAttachmentSettings$ = exports.JobAttachmentDetailsIdentifiers$ = exports.JobAttachmentDetailsError$ = exports.JobAttachmentDetailsEntity$ = exports.IpAddresses$ = exports.HostPropertiesResponse$ = exports.HostPropertiesRequest$ = exports.HostConfiguration$ = exports.GetWorkerResponse$ = exports.GetWorkerRequest$ = exports.GetTaskResponse$ = exports.GetTaskRequest$ = exports.GetStorageProfileResponse$ = exports.GetStorageProfileRequest$ = exports.GetStorageProfileForQueueResponse$ = exports.GetStorageProfileForQueueRequest$ = exports.GetStepResponse$ = void 0;
|
|
8
|
+
exports.QueueFleetAssociationSummary$ = exports.QueueEnvironmentSummary$ = exports.PutMeteredProductResponse$ = exports.PutMeteredProductRequest$ = exports.PriorityFifoSchedulingConfiguration$ = exports.PriorityBalancedSchedulingConfiguration$ = exports.PosixUser$ = exports.PathMappingRule$ = exports.ParameterSpace$ = exports.ParameterSortExpression$ = exports.ParameterFilterExpression$ = exports.MonitorSummary$ = exports.MeteredProductSummary$ = exports.MemoryMiBRange$ = exports.ManifestProperties$ = exports.LogConfiguration$ = exports.ListWorkersResponse$ = exports.ListWorkersRequest$ = exports.ListTasksResponse$ = exports.ListTasksRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListStorageProfilesResponse$ = exports.ListStorageProfilesRequest$ = exports.ListStorageProfilesForQueueResponse$ = exports.ListStorageProfilesForQueueRequest$ = exports.ListStepsResponse$ = exports.ListStepsRequest$ = exports.ListStepDependenciesResponse$ = exports.ListStepDependenciesRequest$ = exports.ListStepConsumersResponse$ = exports.ListStepConsumersRequest$ = exports.ListSessionsResponse$ = exports.ListSessionsRequest$ = exports.ListSessionsForWorkerResponse$ = exports.ListSessionsForWorkerRequest$ = exports.ListSessionActionsResponse$ = exports.ListSessionActionsRequest$ = exports.ListQueuesResponse$ = exports.ListQueuesRequest$ = exports.ListQueueMembersResponse$ = exports.ListQueueMembersRequest$ = exports.ListQueueLimitAssociationsResponse$ = exports.ListQueueLimitAssociationsRequest$ = exports.ListQueueFleetAssociationsResponse$ = exports.ListQueueFleetAssociationsRequest$ = exports.ListQueueEnvironmentsResponse$ = exports.ListQueueEnvironmentsRequest$ = exports.ListMonitorsResponse$ = exports.ListMonitorsRequest$ = void 0;
|
|
9
|
+
exports.TaskRunSessionActionDefinitionSummary$ = exports.TaskRunSessionActionDefinition$ = exports.TaskRunManifestPropertiesResponse$ = exports.TaskRunManifestPropertiesRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SyncInputJobAttachmentsSessionActionDefinitionSummary$ = exports.SyncInputJobAttachmentsSessionActionDefinition$ = exports.StringListFilterExpression$ = exports.StringFilterExpression$ = exports.StorageProfileSummary$ = exports.StepSummary$ = exports.StepSearchSummary$ = exports.StepRequiredCapabilities$ = exports.StepParameterChunks$ = exports.StepParameter$ = exports.StepDetailsIdentifiers$ = exports.StepDetailsError$ = exports.StepDetailsEntity$ = exports.StepDependency$ = exports.StepConsumer$ = exports.StepAttributeCapability$ = exports.StepAmountCapability$ = exports.Stats$ = exports.Statistics$ = exports.StartSessionsStatisticsAggregationResponse$ = exports.StartSessionsStatisticsAggregationRequest$ = exports.SessionSummary$ = exports.SessionActionSummary$ = exports.ServiceManagedEc2InstanceMarketOptions$ = exports.ServiceManagedEc2InstanceCapabilities$ = exports.ServiceManagedEc2FleetConfiguration$ = exports.ServiceManagedEc2AutoScalingConfiguration$ = exports.SearchWorkersResponse$ = exports.SearchWorkersRequest$ = exports.SearchTermFilterExpression$ = exports.SearchTasksResponse$ = exports.SearchTasksRequest$ = exports.SearchStepsResponse$ = exports.SearchStepsRequest$ = exports.SearchJobsResponse$ = exports.SearchJobsRequest$ = exports.SearchGroupedFilterExpressions$ = exports.SchedulingMinPriorityOverrideAlwaysScheduleLast$ = exports.SchedulingMaxPriorityOverrideAlwaysScheduleFirst$ = exports.S3Location$ = exports.ResponseBudgetAction$ = exports.QueueSummary$ = exports.QueueMember$ = exports.QueueLimitAssociationSummary$ = void 0;
|
|
10
|
+
exports.WorkerSessionSummary$ = exports.WorkerSearchSummary$ = exports.WorkerCapabilities$ = exports.WorkerAttributeCapability$ = exports.WorkerAmountCapability$ = exports.WindowsUser$ = exports.WeightedBalancedSchedulingConfiguration$ = exports.VpcConfiguration$ = exports.VCpuCountRange$ = exports.ValidationExceptionField$ = exports.UserJobsFirst$ = exports.UpdateWorkerScheduleResponse$ = exports.UpdateWorkerScheduleRequest$ = exports.UpdateWorkerResponse$ = exports.UpdateWorkerRequest$ = exports.UpdateTaskResponse$ = exports.UpdateTaskRequest$ = exports.UpdateStorageProfileResponse$ = exports.UpdateStorageProfileRequest$ = exports.UpdateStepResponse$ = exports.UpdateStepRequest$ = exports.UpdateSessionResponse$ = exports.UpdateSessionRequest$ = exports.UpdateQueueResponse$ = exports.UpdateQueueRequest$ = exports.UpdateQueueLimitAssociationResponse$ = exports.UpdateQueueLimitAssociationRequest$ = exports.UpdateQueueFleetAssociationResponse$ = exports.UpdateQueueFleetAssociationRequest$ = exports.UpdateQueueEnvironmentResponse$ = exports.UpdateQueueEnvironmentRequest$ = exports.UpdateMonitorSettingsResponse$ = exports.UpdateMonitorSettingsRequest$ = exports.UpdateMonitorResponse$ = exports.UpdateMonitorRequest$ = exports.UpdateLimitResponse$ = exports.UpdateLimitRequest$ = exports.UpdateJobResponse$ = exports.UpdateJobRequest$ = exports.UpdateFleetResponse$ = exports.UpdateFleetRequest$ = exports.UpdateFarmResponse$ = exports.UpdateFarmRequest$ = exports.UpdatedSessionActionInfo$ = exports.UpdateBudgetResponse$ = exports.UpdateBudgetRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TaskSummary$ = exports.TaskSearchSummary$ = void 0;
|
|
11
|
+
exports.CreateWorker$ = exports.CreateStorageProfile$ = exports.CreateQueueLimitAssociation$ = exports.CreateQueueFleetAssociation$ = exports.CreateQueueEnvironment$ = exports.CreateQueue$ = exports.CreateMonitor$ = exports.CreateLimit$ = exports.CreateLicenseEndpoint$ = exports.CreateJob$ = exports.CreateFleet$ = exports.CreateFarm$ = exports.CreateBudget$ = exports.CopyJobTemplate$ = exports.BatchUpdateTask$ = exports.BatchUpdateJob$ = exports.BatchGetWorker$ = exports.BatchGetTask$ = exports.BatchGetStep$ = exports.BatchGetSessionAction$ = exports.BatchGetSession$ = exports.BatchGetJobEntity$ = exports.BatchGetJob$ = exports.AssumeQueueRoleForWorker$ = exports.AssumeQueueRoleForUser$ = exports.AssumeQueueRoleForRead$ = exports.AssumeFleetRoleForWorker$ = exports.AssumeFleetRoleForRead$ = exports.AssociateMemberToQueue$ = exports.AssociateMemberToJob$ = exports.AssociateMemberToFleet$ = exports.AssociateMemberToFarm$ = exports.UsageTrackingResource$ = exports.TaskParameterValue$ = exports.SessionsStatisticsResources$ = exports.SessionActionDefinitionSummary$ = exports.SessionActionDefinition$ = exports.SearchSortExpression$ = exports.SearchFilterExpression$ = exports.SchedulingMinPriorityOverride$ = exports.SchedulingMaxPriorityOverride$ = exports.SchedulingConfiguration$ = exports.JobParameter$ = exports.JobEntityIdentifiersUnion$ = exports.JobEntity$ = exports.GetJobEntityError$ = exports.FleetConfiguration$ = exports.BudgetSchedule$ = exports.AssignedSessionActionDefinition$ = exports.WorkerSummary$ = void 0;
|
|
12
|
+
exports.ListMonitors$ = exports.ListMeteredProducts$ = exports.ListLimits$ = exports.ListLicenseEndpoints$ = exports.ListJobs$ = exports.ListJobParameterDefinitions$ = exports.ListJobMembers$ = exports.ListFleets$ = exports.ListFleetMembers$ = exports.ListFarms$ = exports.ListFarmMembers$ = exports.ListBudgets$ = exports.ListAvailableMeteredProducts$ = exports.GetWorker$ = exports.GetTask$ = exports.GetStorageProfileForQueue$ = exports.GetStorageProfile$ = exports.GetStep$ = exports.GetSessionsStatisticsAggregation$ = exports.GetSessionAction$ = exports.GetSession$ = exports.GetQueueLimitAssociation$ = exports.GetQueueFleetAssociation$ = exports.GetQueueEnvironment$ = exports.GetQueue$ = exports.GetMonitorSettings$ = exports.GetMonitor$ = exports.GetLimit$ = exports.GetLicenseEndpoint$ = exports.GetJob$ = exports.GetFleet$ = exports.GetFarm$ = exports.GetBudget$ = exports.DisassociateMemberFromQueue$ = exports.DisassociateMemberFromJob$ = exports.DisassociateMemberFromFleet$ = exports.DisassociateMemberFromFarm$ = exports.DeleteWorker$ = exports.DeleteStorageProfile$ = exports.DeleteQueueLimitAssociation$ = exports.DeleteQueueFleetAssociation$ = exports.DeleteQueueEnvironment$ = exports.DeleteQueue$ = exports.DeleteMonitor$ = exports.DeleteMeteredProduct$ = exports.DeleteLimit$ = exports.DeleteLicenseEndpoint$ = exports.DeleteFleet$ = exports.DeleteFarm$ = exports.DeleteBudget$ = void 0;
|
|
13
|
+
exports.UpdateWorkerSchedule$ = exports.UpdateWorker$ = exports.UpdateTask$ = exports.UpdateStorageProfile$ = exports.UpdateStep$ = exports.UpdateSession$ = exports.UpdateQueueLimitAssociation$ = exports.UpdateQueueFleetAssociation$ = exports.UpdateQueueEnvironment$ = exports.UpdateQueue$ = exports.UpdateMonitorSettings$ = exports.UpdateMonitor$ = exports.UpdateLimit$ = exports.UpdateJob$ = exports.UpdateFleet$ = exports.UpdateFarm$ = exports.UpdateBudget$ = exports.UntagResource$ = exports.TagResource$ = exports.StartSessionsStatisticsAggregation$ = exports.SearchWorkers$ = exports.SearchTasks$ = exports.SearchSteps$ = exports.SearchJobs$ = exports.PutMeteredProduct$ = exports.ListWorkers$ = exports.ListTasks$ = exports.ListTagsForResource$ = exports.ListStorageProfilesForQueue$ = exports.ListStorageProfiles$ = exports.ListSteps$ = exports.ListStepDependencies$ = exports.ListStepConsumers$ = exports.ListSessionsForWorker$ = exports.ListSessions$ = exports.ListSessionActions$ = exports.ListQueues$ = exports.ListQueueMembers$ = exports.ListQueueLimitAssociations$ = exports.ListQueueFleetAssociations$ = exports.ListQueueEnvironments$ = void 0;
|
|
14
14
|
const _A = "Attachments";
|
|
15
15
|
const _AC = "AcceleratorCapabilities";
|
|
16
16
|
const _ACR = "AcceleratorCountRange";
|
|
@@ -292,6 +292,9 @@ const _GLRe = "GetLimitResponse";
|
|
|
292
292
|
const _GM = "GetMonitor";
|
|
293
293
|
const _GMR = "GetMonitorRequest";
|
|
294
294
|
const _GMRe = "GetMonitorResponse";
|
|
295
|
+
const _GMS = "GetMonitorSettings";
|
|
296
|
+
const _GMSR = "GetMonitorSettingsRequest";
|
|
297
|
+
const _GMSRe = "GetMonitorSettingsResponse";
|
|
295
298
|
const _GQ = "GetQueue";
|
|
296
299
|
const _GQE = "GetQueueEnvironment";
|
|
297
300
|
const _GQER = "GetQueueEnvironmentRequest";
|
|
@@ -587,6 +590,9 @@ const _ULRp = "UpdateLimitResponse";
|
|
|
587
590
|
const _UM = "UpdateMonitor";
|
|
588
591
|
const _UMR = "UpdateMonitorRequest";
|
|
589
592
|
const _UMRp = "UpdateMonitorResponse";
|
|
593
|
+
const _UMS = "UpdateMonitorSettings";
|
|
594
|
+
const _UMSR = "UpdateMonitorSettingsRequest";
|
|
595
|
+
const _UMSRp = "UpdateMonitorSettingsResponse";
|
|
590
596
|
const _UQ = "UpdateQueue";
|
|
591
597
|
const _UQE = "UpdateQueueEnvironment";
|
|
592
598
|
const _UQER = "UpdateQueueEnvironmentRequest";
|
|
@@ -922,6 +928,7 @@ const _sc = "schedule";
|
|
|
922
928
|
const _se = "server";
|
|
923
929
|
const _sel = "selections";
|
|
924
930
|
const _ses = "sessions";
|
|
931
|
+
const _set = "settings";
|
|
925
932
|
const _st = "status";
|
|
926
933
|
const _sta = "statistics";
|
|
927
934
|
const _ste = "steps";
|
|
@@ -1913,6 +1920,16 @@ exports.GetMonitorResponse$ = [3, n0, _GMRe,
|
|
|
1913
1920
|
[_mI, _dN, _su, _ur, _rA, _iCIA, _iCAA, _cA, _cB, _iCR, _uA, _uB],
|
|
1914
1921
|
[0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 5, 0], 9
|
|
1915
1922
|
];
|
|
1923
|
+
exports.GetMonitorSettingsRequest$ = [3, n0, _GMSR,
|
|
1924
|
+
0,
|
|
1925
|
+
[_mI],
|
|
1926
|
+
[[0, 1]], 1
|
|
1927
|
+
];
|
|
1928
|
+
exports.GetMonitorSettingsResponse$ = [3, n0, _GMSRe,
|
|
1929
|
+
0,
|
|
1930
|
+
[_set],
|
|
1931
|
+
[128 | 0], 1
|
|
1932
|
+
];
|
|
1916
1933
|
exports.GetQueueEnvironmentRequest$ = [3, n0, _GQER,
|
|
1917
1934
|
0,
|
|
1918
1935
|
[_fI, _qI, _qEI],
|
|
@@ -2823,6 +2840,16 @@ exports.UpdateMonitorResponse$ = [3, n0, _UMRp,
|
|
|
2823
2840
|
[],
|
|
2824
2841
|
[]
|
|
2825
2842
|
];
|
|
2843
|
+
exports.UpdateMonitorSettingsRequest$ = [3, n0, _UMSR,
|
|
2844
|
+
0,
|
|
2845
|
+
[_mI, _set],
|
|
2846
|
+
[[0, 1], 128 | 0], 2
|
|
2847
|
+
];
|
|
2848
|
+
exports.UpdateMonitorSettingsResponse$ = [3, n0, _UMSRp,
|
|
2849
|
+
0,
|
|
2850
|
+
[],
|
|
2851
|
+
[]
|
|
2852
|
+
];
|
|
2826
2853
|
exports.UpdateQueueEnvironmentRequest$ = [3, n0, _UQER,
|
|
2827
2854
|
0,
|
|
2828
2855
|
[_fI, _qI, _qEI, _cT, _pr, _tT, _te],
|
|
@@ -3270,6 +3297,7 @@ var JobParameters = [2, n0, _JP,
|
|
|
3270
3297
|
];
|
|
3271
3298
|
var LogOptions = 128 | 0;
|
|
3272
3299
|
var LogParameters = 128 | 0;
|
|
3300
|
+
var SettingsMap = 128 | 0;
|
|
3273
3301
|
var Tags = 128 | 0;
|
|
3274
3302
|
var TaskParameters = [2, n0, _TP,
|
|
3275
3303
|
8, [0,
|
|
@@ -3537,6 +3565,9 @@ exports.GetLimit$ = [9, n0, _GL,
|
|
|
3537
3565
|
exports.GetMonitor$ = [9, n0, _GM,
|
|
3538
3566
|
{ [_end]: ["management."], [_h]: ["GET", "/2023-10-12/monitors/{monitorId}", 200] }, () => exports.GetMonitorRequest$, () => exports.GetMonitorResponse$
|
|
3539
3567
|
];
|
|
3568
|
+
exports.GetMonitorSettings$ = [9, n0, _GMS,
|
|
3569
|
+
{ [_end]: ["management."], [_h]: ["GET", "/2023-10-12/monitors/{monitorId}/settings", 200] }, () => exports.GetMonitorSettingsRequest$, () => exports.GetMonitorSettingsResponse$
|
|
3570
|
+
];
|
|
3540
3571
|
exports.GetQueue$ = [9, n0, _GQ,
|
|
3541
3572
|
{ [_end]: ["management."], [_h]: ["GET", "/2023-10-12/farms/{farmId}/queues/{queueId}", 200] }, () => exports.GetQueueRequest$, () => exports.GetQueueResponse$
|
|
3542
3573
|
];
|
|
@@ -3702,6 +3733,9 @@ exports.UpdateLimit$ = [9, n0, _UL,
|
|
|
3702
3733
|
exports.UpdateMonitor$ = [9, n0, _UM,
|
|
3703
3734
|
{ [_end]: ["management."], [_h]: ["PATCH", "/2023-10-12/monitors/{monitorId}", 200] }, () => exports.UpdateMonitorRequest$, () => exports.UpdateMonitorResponse$
|
|
3704
3735
|
];
|
|
3736
|
+
exports.UpdateMonitorSettings$ = [9, n0, _UMS,
|
|
3737
|
+
{ [_end]: ["management."], [_h]: ["PATCH", "/2023-10-12/monitors/{monitorId}/settings", 200] }, () => exports.UpdateMonitorSettingsRequest$, () => exports.UpdateMonitorSettingsResponse$
|
|
3738
|
+
];
|
|
3705
3739
|
exports.UpdateQueue$ = [9, n0, _UQ,
|
|
3706
3740
|
{ [_end]: ["management."], [_h]: ["PATCH", "/2023-10-12/farms/{farmId}/queues/{queueId}", 200] }, () => exports.UpdateQueueRequest$, () => exports.UpdateQueueResponse$
|
|
3707
3741
|
];
|
package/dist-es/Deadline.js
CHANGED
|
@@ -55,6 +55,7 @@ import { GetJobCommand } from "./commands/GetJobCommand";
|
|
|
55
55
|
import { GetLicenseEndpointCommand, } from "./commands/GetLicenseEndpointCommand";
|
|
56
56
|
import { GetLimitCommand } from "./commands/GetLimitCommand";
|
|
57
57
|
import { GetMonitorCommand, } from "./commands/GetMonitorCommand";
|
|
58
|
+
import { GetMonitorSettingsCommand, } from "./commands/GetMonitorSettingsCommand";
|
|
58
59
|
import { GetQueueCommand } from "./commands/GetQueueCommand";
|
|
59
60
|
import { GetQueueEnvironmentCommand, } from "./commands/GetQueueEnvironmentCommand";
|
|
60
61
|
import { GetQueueFleetAssociationCommand, } from "./commands/GetQueueFleetAssociationCommand";
|
|
@@ -110,6 +111,7 @@ import { UpdateFleetCommand, } from "./commands/UpdateFleetCommand";
|
|
|
110
111
|
import { UpdateJobCommand } from "./commands/UpdateJobCommand";
|
|
111
112
|
import { UpdateLimitCommand, } from "./commands/UpdateLimitCommand";
|
|
112
113
|
import { UpdateMonitorCommand, } from "./commands/UpdateMonitorCommand";
|
|
114
|
+
import { UpdateMonitorSettingsCommand, } from "./commands/UpdateMonitorSettingsCommand";
|
|
113
115
|
import { UpdateQueueCommand, } from "./commands/UpdateQueueCommand";
|
|
114
116
|
import { UpdateQueueEnvironmentCommand, } from "./commands/UpdateQueueEnvironmentCommand";
|
|
115
117
|
import { UpdateQueueFleetAssociationCommand, } from "./commands/UpdateQueueFleetAssociationCommand";
|
|
@@ -217,6 +219,7 @@ const commands = {
|
|
|
217
219
|
GetLicenseEndpointCommand,
|
|
218
220
|
GetLimitCommand,
|
|
219
221
|
GetMonitorCommand,
|
|
222
|
+
GetMonitorSettingsCommand,
|
|
220
223
|
GetQueueCommand,
|
|
221
224
|
GetQueueEnvironmentCommand,
|
|
222
225
|
GetQueueFleetAssociationCommand,
|
|
@@ -272,6 +275,7 @@ const commands = {
|
|
|
272
275
|
UpdateJobCommand,
|
|
273
276
|
UpdateLimitCommand,
|
|
274
277
|
UpdateMonitorCommand,
|
|
278
|
+
UpdateMonitorSettingsCommand,
|
|
275
279
|
UpdateQueueCommand,
|
|
276
280
|
UpdateQueueEnvironmentCommand,
|
|
277
281
|
UpdateQueueFleetAssociationCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetMonitorSettings$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetMonitorSettingsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("Deadline", "GetMonitorSettings", {})
|
|
13
|
+
.n("DeadlineClient", "GetMonitorSettingsCommand")
|
|
14
|
+
.sc(GetMonitorSettings$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateMonitorSettings$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateMonitorSettingsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("Deadline", "UpdateMonitorSettings", {})
|
|
13
|
+
.n("DeadlineClient", "UpdateMonitorSettingsCommand")
|
|
14
|
+
.sc(UpdateMonitorSettings$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -54,6 +54,7 @@ export * from "./GetJobCommand";
|
|
|
54
54
|
export * from "./GetLicenseEndpointCommand";
|
|
55
55
|
export * from "./GetLimitCommand";
|
|
56
56
|
export * from "./GetMonitorCommand";
|
|
57
|
+
export * from "./GetMonitorSettingsCommand";
|
|
57
58
|
export * from "./GetQueueCommand";
|
|
58
59
|
export * from "./GetQueueEnvironmentCommand";
|
|
59
60
|
export * from "./GetQueueFleetAssociationCommand";
|
|
@@ -109,6 +110,7 @@ export * from "./UpdateFleetCommand";
|
|
|
109
110
|
export * from "./UpdateJobCommand";
|
|
110
111
|
export * from "./UpdateLimitCommand";
|
|
111
112
|
export * from "./UpdateMonitorCommand";
|
|
113
|
+
export * from "./UpdateMonitorSettingsCommand";
|
|
112
114
|
export * from "./UpdateQueueCommand";
|
|
113
115
|
export * from "./UpdateQueueEnvironmentCommand";
|
|
114
116
|
export * from "./UpdateQueueFleetAssociationCommand";
|
|
@@ -279,6 +279,9 @@ const _GLRe = "GetLimitResponse";
|
|
|
279
279
|
const _GM = "GetMonitor";
|
|
280
280
|
const _GMR = "GetMonitorRequest";
|
|
281
281
|
const _GMRe = "GetMonitorResponse";
|
|
282
|
+
const _GMS = "GetMonitorSettings";
|
|
283
|
+
const _GMSR = "GetMonitorSettingsRequest";
|
|
284
|
+
const _GMSRe = "GetMonitorSettingsResponse";
|
|
282
285
|
const _GQ = "GetQueue";
|
|
283
286
|
const _GQE = "GetQueueEnvironment";
|
|
284
287
|
const _GQER = "GetQueueEnvironmentRequest";
|
|
@@ -574,6 +577,9 @@ const _ULRp = "UpdateLimitResponse";
|
|
|
574
577
|
const _UM = "UpdateMonitor";
|
|
575
578
|
const _UMR = "UpdateMonitorRequest";
|
|
576
579
|
const _UMRp = "UpdateMonitorResponse";
|
|
580
|
+
const _UMS = "UpdateMonitorSettings";
|
|
581
|
+
const _UMSR = "UpdateMonitorSettingsRequest";
|
|
582
|
+
const _UMSRp = "UpdateMonitorSettingsResponse";
|
|
577
583
|
const _UQ = "UpdateQueue";
|
|
578
584
|
const _UQE = "UpdateQueueEnvironment";
|
|
579
585
|
const _UQER = "UpdateQueueEnvironmentRequest";
|
|
@@ -909,6 +915,7 @@ const _sc = "schedule";
|
|
|
909
915
|
const _se = "server";
|
|
910
916
|
const _sel = "selections";
|
|
911
917
|
const _ses = "sessions";
|
|
918
|
+
const _set = "settings";
|
|
912
919
|
const _st = "status";
|
|
913
920
|
const _sta = "statistics";
|
|
914
921
|
const _ste = "steps";
|
|
@@ -1900,6 +1907,16 @@ export var GetMonitorResponse$ = [3, n0, _GMRe,
|
|
|
1900
1907
|
[_mI, _dN, _su, _ur, _rA, _iCIA, _iCAA, _cA, _cB, _iCR, _uA, _uB],
|
|
1901
1908
|
[0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 5, 0], 9
|
|
1902
1909
|
];
|
|
1910
|
+
export var GetMonitorSettingsRequest$ = [3, n0, _GMSR,
|
|
1911
|
+
0,
|
|
1912
|
+
[_mI],
|
|
1913
|
+
[[0, 1]], 1
|
|
1914
|
+
];
|
|
1915
|
+
export var GetMonitorSettingsResponse$ = [3, n0, _GMSRe,
|
|
1916
|
+
0,
|
|
1917
|
+
[_set],
|
|
1918
|
+
[128 | 0], 1
|
|
1919
|
+
];
|
|
1903
1920
|
export var GetQueueEnvironmentRequest$ = [3, n0, _GQER,
|
|
1904
1921
|
0,
|
|
1905
1922
|
[_fI, _qI, _qEI],
|
|
@@ -2810,6 +2827,16 @@ export var UpdateMonitorResponse$ = [3, n0, _UMRp,
|
|
|
2810
2827
|
[],
|
|
2811
2828
|
[]
|
|
2812
2829
|
];
|
|
2830
|
+
export var UpdateMonitorSettingsRequest$ = [3, n0, _UMSR,
|
|
2831
|
+
0,
|
|
2832
|
+
[_mI, _set],
|
|
2833
|
+
[[0, 1], 128 | 0], 2
|
|
2834
|
+
];
|
|
2835
|
+
export var UpdateMonitorSettingsResponse$ = [3, n0, _UMSRp,
|
|
2836
|
+
0,
|
|
2837
|
+
[],
|
|
2838
|
+
[]
|
|
2839
|
+
];
|
|
2813
2840
|
export var UpdateQueueEnvironmentRequest$ = [3, n0, _UQER,
|
|
2814
2841
|
0,
|
|
2815
2842
|
[_fI, _qI, _qEI, _cT, _pr, _tT, _te],
|
|
@@ -3257,6 +3284,7 @@ var JobParameters = [2, n0, _JP,
|
|
|
3257
3284
|
];
|
|
3258
3285
|
var LogOptions = 128 | 0;
|
|
3259
3286
|
var LogParameters = 128 | 0;
|
|
3287
|
+
var SettingsMap = 128 | 0;
|
|
3260
3288
|
var Tags = 128 | 0;
|
|
3261
3289
|
var TaskParameters = [2, n0, _TP,
|
|
3262
3290
|
8, [0,
|
|
@@ -3524,6 +3552,9 @@ export var GetLimit$ = [9, n0, _GL,
|
|
|
3524
3552
|
export var GetMonitor$ = [9, n0, _GM,
|
|
3525
3553
|
{ [_end]: ["management."], [_h]: ["GET", "/2023-10-12/monitors/{monitorId}", 200] }, () => GetMonitorRequest$, () => GetMonitorResponse$
|
|
3526
3554
|
];
|
|
3555
|
+
export var GetMonitorSettings$ = [9, n0, _GMS,
|
|
3556
|
+
{ [_end]: ["management."], [_h]: ["GET", "/2023-10-12/monitors/{monitorId}/settings", 200] }, () => GetMonitorSettingsRequest$, () => GetMonitorSettingsResponse$
|
|
3557
|
+
];
|
|
3527
3558
|
export var GetQueue$ = [9, n0, _GQ,
|
|
3528
3559
|
{ [_end]: ["management."], [_h]: ["GET", "/2023-10-12/farms/{farmId}/queues/{queueId}", 200] }, () => GetQueueRequest$, () => GetQueueResponse$
|
|
3529
3560
|
];
|
|
@@ -3689,6 +3720,9 @@ export var UpdateLimit$ = [9, n0, _UL,
|
|
|
3689
3720
|
export var UpdateMonitor$ = [9, n0, _UM,
|
|
3690
3721
|
{ [_end]: ["management."], [_h]: ["PATCH", "/2023-10-12/monitors/{monitorId}", 200] }, () => UpdateMonitorRequest$, () => UpdateMonitorResponse$
|
|
3691
3722
|
];
|
|
3723
|
+
export var UpdateMonitorSettings$ = [9, n0, _UMS,
|
|
3724
|
+
{ [_end]: ["management."], [_h]: ["PATCH", "/2023-10-12/monitors/{monitorId}/settings", 200] }, () => UpdateMonitorSettingsRequest$, () => UpdateMonitorSettingsResponse$
|
|
3725
|
+
];
|
|
3692
3726
|
export var UpdateQueue$ = [9, n0, _UQ,
|
|
3693
3727
|
{ [_end]: ["management."], [_h]: ["PATCH", "/2023-10-12/farms/{farmId}/queues/{queueId}", 200] }, () => UpdateQueueRequest$, () => UpdateQueueResponse$
|
|
3694
3728
|
];
|
package/dist-types/Deadline.d.ts
CHANGED
|
@@ -56,6 +56,7 @@ import { type GetJobCommandInput, type GetJobCommandOutput } from "./commands/Ge
|
|
|
56
56
|
import { type GetLicenseEndpointCommandInput, type GetLicenseEndpointCommandOutput } from "./commands/GetLicenseEndpointCommand";
|
|
57
57
|
import { type GetLimitCommandInput, type GetLimitCommandOutput } from "./commands/GetLimitCommand";
|
|
58
58
|
import { type GetMonitorCommandInput, type GetMonitorCommandOutput } from "./commands/GetMonitorCommand";
|
|
59
|
+
import { type GetMonitorSettingsCommandInput, type GetMonitorSettingsCommandOutput } from "./commands/GetMonitorSettingsCommand";
|
|
59
60
|
import { type GetQueueCommandInput, type GetQueueCommandOutput } from "./commands/GetQueueCommand";
|
|
60
61
|
import { type GetQueueEnvironmentCommandInput, type GetQueueEnvironmentCommandOutput } from "./commands/GetQueueEnvironmentCommand";
|
|
61
62
|
import { type GetQueueFleetAssociationCommandInput, type GetQueueFleetAssociationCommandOutput } from "./commands/GetQueueFleetAssociationCommand";
|
|
@@ -111,6 +112,7 @@ import { type UpdateFleetCommandInput, type UpdateFleetCommandOutput } from "./c
|
|
|
111
112
|
import { type UpdateJobCommandInput, type UpdateJobCommandOutput } from "./commands/UpdateJobCommand";
|
|
112
113
|
import { type UpdateLimitCommandInput, type UpdateLimitCommandOutput } from "./commands/UpdateLimitCommand";
|
|
113
114
|
import { type UpdateMonitorCommandInput, type UpdateMonitorCommandOutput } from "./commands/UpdateMonitorCommand";
|
|
115
|
+
import { type UpdateMonitorSettingsCommandInput, type UpdateMonitorSettingsCommandOutput } from "./commands/UpdateMonitorSettingsCommand";
|
|
114
116
|
import { type UpdateQueueCommandInput, type UpdateQueueCommandOutput } from "./commands/UpdateQueueCommand";
|
|
115
117
|
import { type UpdateQueueEnvironmentCommandInput, type UpdateQueueEnvironmentCommandOutput } from "./commands/UpdateQueueEnvironmentCommand";
|
|
116
118
|
import { type UpdateQueueFleetAssociationCommandInput, type UpdateQueueFleetAssociationCommandOutput } from "./commands/UpdateQueueFleetAssociationCommand";
|
|
@@ -459,6 +461,12 @@ export interface Deadline {
|
|
|
459
461
|
getMonitor(args: GetMonitorCommandInput, options?: __HttpHandlerOptions): Promise<GetMonitorCommandOutput>;
|
|
460
462
|
getMonitor(args: GetMonitorCommandInput, cb: (err: any, data?: GetMonitorCommandOutput) => void): void;
|
|
461
463
|
getMonitor(args: GetMonitorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMonitorCommandOutput) => void): void;
|
|
464
|
+
/**
|
|
465
|
+
* @see {@link GetMonitorSettingsCommand}
|
|
466
|
+
*/
|
|
467
|
+
getMonitorSettings(args: GetMonitorSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetMonitorSettingsCommandOutput>;
|
|
468
|
+
getMonitorSettings(args: GetMonitorSettingsCommandInput, cb: (err: any, data?: GetMonitorSettingsCommandOutput) => void): void;
|
|
469
|
+
getMonitorSettings(args: GetMonitorSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMonitorSettingsCommandOutput) => void): void;
|
|
462
470
|
/**
|
|
463
471
|
* @see {@link GetQueueCommand}
|
|
464
472
|
*/
|
|
@@ -793,6 +801,12 @@ export interface Deadline {
|
|
|
793
801
|
updateMonitor(args: UpdateMonitorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMonitorCommandOutput>;
|
|
794
802
|
updateMonitor(args: UpdateMonitorCommandInput, cb: (err: any, data?: UpdateMonitorCommandOutput) => void): void;
|
|
795
803
|
updateMonitor(args: UpdateMonitorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMonitorCommandOutput) => void): void;
|
|
804
|
+
/**
|
|
805
|
+
* @see {@link UpdateMonitorSettingsCommand}
|
|
806
|
+
*/
|
|
807
|
+
updateMonitorSettings(args: UpdateMonitorSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMonitorSettingsCommandOutput>;
|
|
808
|
+
updateMonitorSettings(args: UpdateMonitorSettingsCommandInput, cb: (err: any, data?: UpdateMonitorSettingsCommandOutput) => void): void;
|
|
809
|
+
updateMonitorSettings(args: UpdateMonitorSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMonitorSettingsCommandOutput) => void): void;
|
|
796
810
|
/**
|
|
797
811
|
* @see {@link UpdateQueueCommand}
|
|
798
812
|
*/
|
|
@@ -63,6 +63,7 @@ import type { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobC
|
|
|
63
63
|
import type { GetLicenseEndpointCommandInput, GetLicenseEndpointCommandOutput } from "./commands/GetLicenseEndpointCommand";
|
|
64
64
|
import type { GetLimitCommandInput, GetLimitCommandOutput } from "./commands/GetLimitCommand";
|
|
65
65
|
import type { GetMonitorCommandInput, GetMonitorCommandOutput } from "./commands/GetMonitorCommand";
|
|
66
|
+
import type { GetMonitorSettingsCommandInput, GetMonitorSettingsCommandOutput } from "./commands/GetMonitorSettingsCommand";
|
|
66
67
|
import type { GetQueueCommandInput, GetQueueCommandOutput } from "./commands/GetQueueCommand";
|
|
67
68
|
import type { GetQueueEnvironmentCommandInput, GetQueueEnvironmentCommandOutput } from "./commands/GetQueueEnvironmentCommand";
|
|
68
69
|
import type { GetQueueFleetAssociationCommandInput, GetQueueFleetAssociationCommandOutput } from "./commands/GetQueueFleetAssociationCommand";
|
|
@@ -118,6 +119,7 @@ import type { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./comman
|
|
|
118
119
|
import type { UpdateJobCommandInput, UpdateJobCommandOutput } from "./commands/UpdateJobCommand";
|
|
119
120
|
import type { UpdateLimitCommandInput, UpdateLimitCommandOutput } from "./commands/UpdateLimitCommand";
|
|
120
121
|
import type { UpdateMonitorCommandInput, UpdateMonitorCommandOutput } from "./commands/UpdateMonitorCommand";
|
|
122
|
+
import type { UpdateMonitorSettingsCommandInput, UpdateMonitorSettingsCommandOutput } from "./commands/UpdateMonitorSettingsCommand";
|
|
121
123
|
import type { UpdateQueueCommandInput, UpdateQueueCommandOutput } from "./commands/UpdateQueueCommand";
|
|
122
124
|
import type { UpdateQueueEnvironmentCommandInput, UpdateQueueEnvironmentCommandOutput } from "./commands/UpdateQueueEnvironmentCommand";
|
|
123
125
|
import type { UpdateQueueFleetAssociationCommandInput, UpdateQueueFleetAssociationCommandOutput } from "./commands/UpdateQueueFleetAssociationCommand";
|
|
@@ -134,11 +136,11 @@ export { __Client };
|
|
|
134
136
|
/**
|
|
135
137
|
* @public
|
|
136
138
|
*/
|
|
137
|
-
export type ServiceInputTypes = AssociateMemberToFarmCommandInput | AssociateMemberToFleetCommandInput | AssociateMemberToJobCommandInput | AssociateMemberToQueueCommandInput | AssumeFleetRoleForReadCommandInput | AssumeFleetRoleForWorkerCommandInput | AssumeQueueRoleForReadCommandInput | AssumeQueueRoleForUserCommandInput | AssumeQueueRoleForWorkerCommandInput | BatchGetJobCommandInput | BatchGetJobEntityCommandInput | BatchGetSessionActionCommandInput | BatchGetSessionCommandInput | BatchGetStepCommandInput | BatchGetTaskCommandInput | BatchGetWorkerCommandInput | BatchUpdateJobCommandInput | BatchUpdateTaskCommandInput | CopyJobTemplateCommandInput | CreateBudgetCommandInput | CreateFarmCommandInput | CreateFleetCommandInput | CreateJobCommandInput | CreateLicenseEndpointCommandInput | CreateLimitCommandInput | CreateMonitorCommandInput | CreateQueueCommandInput | CreateQueueEnvironmentCommandInput | CreateQueueFleetAssociationCommandInput | CreateQueueLimitAssociationCommandInput | CreateStorageProfileCommandInput | CreateWorkerCommandInput | DeleteBudgetCommandInput | DeleteFarmCommandInput | DeleteFleetCommandInput | DeleteLicenseEndpointCommandInput | DeleteLimitCommandInput | DeleteMeteredProductCommandInput | DeleteMonitorCommandInput | DeleteQueueCommandInput | DeleteQueueEnvironmentCommandInput | DeleteQueueFleetAssociationCommandInput | DeleteQueueLimitAssociationCommandInput | DeleteStorageProfileCommandInput | DeleteWorkerCommandInput | DisassociateMemberFromFarmCommandInput | DisassociateMemberFromFleetCommandInput | DisassociateMemberFromJobCommandInput | DisassociateMemberFromQueueCommandInput | GetBudgetCommandInput | GetFarmCommandInput | GetFleetCommandInput | GetJobCommandInput | GetLicenseEndpointCommandInput | GetLimitCommandInput | GetMonitorCommandInput | GetQueueCommandInput | GetQueueEnvironmentCommandInput | GetQueueFleetAssociationCommandInput | GetQueueLimitAssociationCommandInput | GetSessionActionCommandInput | GetSessionCommandInput | GetSessionsStatisticsAggregationCommandInput | GetStepCommandInput | GetStorageProfileCommandInput | GetStorageProfileForQueueCommandInput | GetTaskCommandInput | GetWorkerCommandInput | ListAvailableMeteredProductsCommandInput | ListBudgetsCommandInput | ListFarmMembersCommandInput | ListFarmsCommandInput | ListFleetMembersCommandInput | ListFleetsCommandInput | ListJobMembersCommandInput | ListJobParameterDefinitionsCommandInput | ListJobsCommandInput | ListLicenseEndpointsCommandInput | ListLimitsCommandInput | ListMeteredProductsCommandInput | ListMonitorsCommandInput | ListQueueEnvironmentsCommandInput | ListQueueFleetAssociationsCommandInput | ListQueueLimitAssociationsCommandInput | ListQueueMembersCommandInput | ListQueuesCommandInput | ListSessionActionsCommandInput | ListSessionsCommandInput | ListSessionsForWorkerCommandInput | ListStepConsumersCommandInput | ListStepDependenciesCommandInput | ListStepsCommandInput | ListStorageProfilesCommandInput | ListStorageProfilesForQueueCommandInput | ListTagsForResourceCommandInput | ListTasksCommandInput | ListWorkersCommandInput | PutMeteredProductCommandInput | SearchJobsCommandInput | SearchStepsCommandInput | SearchTasksCommandInput | SearchWorkersCommandInput | StartSessionsStatisticsAggregationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBudgetCommandInput | UpdateFarmCommandInput | UpdateFleetCommandInput | UpdateJobCommandInput | UpdateLimitCommandInput | UpdateMonitorCommandInput | UpdateQueueCommandInput | UpdateQueueEnvironmentCommandInput | UpdateQueueFleetAssociationCommandInput | UpdateQueueLimitAssociationCommandInput | UpdateSessionCommandInput | UpdateStepCommandInput | UpdateStorageProfileCommandInput | UpdateTaskCommandInput | UpdateWorkerCommandInput | UpdateWorkerScheduleCommandInput;
|
|
139
|
+
export type ServiceInputTypes = AssociateMemberToFarmCommandInput | AssociateMemberToFleetCommandInput | AssociateMemberToJobCommandInput | AssociateMemberToQueueCommandInput | AssumeFleetRoleForReadCommandInput | AssumeFleetRoleForWorkerCommandInput | AssumeQueueRoleForReadCommandInput | AssumeQueueRoleForUserCommandInput | AssumeQueueRoleForWorkerCommandInput | BatchGetJobCommandInput | BatchGetJobEntityCommandInput | BatchGetSessionActionCommandInput | BatchGetSessionCommandInput | BatchGetStepCommandInput | BatchGetTaskCommandInput | BatchGetWorkerCommandInput | BatchUpdateJobCommandInput | BatchUpdateTaskCommandInput | CopyJobTemplateCommandInput | CreateBudgetCommandInput | CreateFarmCommandInput | CreateFleetCommandInput | CreateJobCommandInput | CreateLicenseEndpointCommandInput | CreateLimitCommandInput | CreateMonitorCommandInput | CreateQueueCommandInput | CreateQueueEnvironmentCommandInput | CreateQueueFleetAssociationCommandInput | CreateQueueLimitAssociationCommandInput | CreateStorageProfileCommandInput | CreateWorkerCommandInput | DeleteBudgetCommandInput | DeleteFarmCommandInput | DeleteFleetCommandInput | DeleteLicenseEndpointCommandInput | DeleteLimitCommandInput | DeleteMeteredProductCommandInput | DeleteMonitorCommandInput | DeleteQueueCommandInput | DeleteQueueEnvironmentCommandInput | DeleteQueueFleetAssociationCommandInput | DeleteQueueLimitAssociationCommandInput | DeleteStorageProfileCommandInput | DeleteWorkerCommandInput | DisassociateMemberFromFarmCommandInput | DisassociateMemberFromFleetCommandInput | DisassociateMemberFromJobCommandInput | DisassociateMemberFromQueueCommandInput | GetBudgetCommandInput | GetFarmCommandInput | GetFleetCommandInput | GetJobCommandInput | GetLicenseEndpointCommandInput | GetLimitCommandInput | GetMonitorCommandInput | GetMonitorSettingsCommandInput | GetQueueCommandInput | GetQueueEnvironmentCommandInput | GetQueueFleetAssociationCommandInput | GetQueueLimitAssociationCommandInput | GetSessionActionCommandInput | GetSessionCommandInput | GetSessionsStatisticsAggregationCommandInput | GetStepCommandInput | GetStorageProfileCommandInput | GetStorageProfileForQueueCommandInput | GetTaskCommandInput | GetWorkerCommandInput | ListAvailableMeteredProductsCommandInput | ListBudgetsCommandInput | ListFarmMembersCommandInput | ListFarmsCommandInput | ListFleetMembersCommandInput | ListFleetsCommandInput | ListJobMembersCommandInput | ListJobParameterDefinitionsCommandInput | ListJobsCommandInput | ListLicenseEndpointsCommandInput | ListLimitsCommandInput | ListMeteredProductsCommandInput | ListMonitorsCommandInput | ListQueueEnvironmentsCommandInput | ListQueueFleetAssociationsCommandInput | ListQueueLimitAssociationsCommandInput | ListQueueMembersCommandInput | ListQueuesCommandInput | ListSessionActionsCommandInput | ListSessionsCommandInput | ListSessionsForWorkerCommandInput | ListStepConsumersCommandInput | ListStepDependenciesCommandInput | ListStepsCommandInput | ListStorageProfilesCommandInput | ListStorageProfilesForQueueCommandInput | ListTagsForResourceCommandInput | ListTasksCommandInput | ListWorkersCommandInput | PutMeteredProductCommandInput | SearchJobsCommandInput | SearchStepsCommandInput | SearchTasksCommandInput | SearchWorkersCommandInput | StartSessionsStatisticsAggregationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBudgetCommandInput | UpdateFarmCommandInput | UpdateFleetCommandInput | UpdateJobCommandInput | UpdateLimitCommandInput | UpdateMonitorCommandInput | UpdateMonitorSettingsCommandInput | UpdateQueueCommandInput | UpdateQueueEnvironmentCommandInput | UpdateQueueFleetAssociationCommandInput | UpdateQueueLimitAssociationCommandInput | UpdateSessionCommandInput | UpdateStepCommandInput | UpdateStorageProfileCommandInput | UpdateTaskCommandInput | UpdateWorkerCommandInput | UpdateWorkerScheduleCommandInput;
|
|
138
140
|
/**
|
|
139
141
|
* @public
|
|
140
142
|
*/
|
|
141
|
-
export type ServiceOutputTypes = AssociateMemberToFarmCommandOutput | AssociateMemberToFleetCommandOutput | AssociateMemberToJobCommandOutput | AssociateMemberToQueueCommandOutput | AssumeFleetRoleForReadCommandOutput | AssumeFleetRoleForWorkerCommandOutput | AssumeQueueRoleForReadCommandOutput | AssumeQueueRoleForUserCommandOutput | AssumeQueueRoleForWorkerCommandOutput | BatchGetJobCommandOutput | BatchGetJobEntityCommandOutput | BatchGetSessionActionCommandOutput | BatchGetSessionCommandOutput | BatchGetStepCommandOutput | BatchGetTaskCommandOutput | BatchGetWorkerCommandOutput | BatchUpdateJobCommandOutput | BatchUpdateTaskCommandOutput | CopyJobTemplateCommandOutput | CreateBudgetCommandOutput | CreateFarmCommandOutput | CreateFleetCommandOutput | CreateJobCommandOutput | CreateLicenseEndpointCommandOutput | CreateLimitCommandOutput | CreateMonitorCommandOutput | CreateQueueCommandOutput | CreateQueueEnvironmentCommandOutput | CreateQueueFleetAssociationCommandOutput | CreateQueueLimitAssociationCommandOutput | CreateStorageProfileCommandOutput | CreateWorkerCommandOutput | DeleteBudgetCommandOutput | DeleteFarmCommandOutput | DeleteFleetCommandOutput | DeleteLicenseEndpointCommandOutput | DeleteLimitCommandOutput | DeleteMeteredProductCommandOutput | DeleteMonitorCommandOutput | DeleteQueueCommandOutput | DeleteQueueEnvironmentCommandOutput | DeleteQueueFleetAssociationCommandOutput | DeleteQueueLimitAssociationCommandOutput | DeleteStorageProfileCommandOutput | DeleteWorkerCommandOutput | DisassociateMemberFromFarmCommandOutput | DisassociateMemberFromFleetCommandOutput | DisassociateMemberFromJobCommandOutput | DisassociateMemberFromQueueCommandOutput | GetBudgetCommandOutput | GetFarmCommandOutput | GetFleetCommandOutput | GetJobCommandOutput | GetLicenseEndpointCommandOutput | GetLimitCommandOutput | GetMonitorCommandOutput | GetQueueCommandOutput | GetQueueEnvironmentCommandOutput | GetQueueFleetAssociationCommandOutput | GetQueueLimitAssociationCommandOutput | GetSessionActionCommandOutput | GetSessionCommandOutput | GetSessionsStatisticsAggregationCommandOutput | GetStepCommandOutput | GetStorageProfileCommandOutput | GetStorageProfileForQueueCommandOutput | GetTaskCommandOutput | GetWorkerCommandOutput | ListAvailableMeteredProductsCommandOutput | ListBudgetsCommandOutput | ListFarmMembersCommandOutput | ListFarmsCommandOutput | ListFleetMembersCommandOutput | ListFleetsCommandOutput | ListJobMembersCommandOutput | ListJobParameterDefinitionsCommandOutput | ListJobsCommandOutput | ListLicenseEndpointsCommandOutput | ListLimitsCommandOutput | ListMeteredProductsCommandOutput | ListMonitorsCommandOutput | ListQueueEnvironmentsCommandOutput | ListQueueFleetAssociationsCommandOutput | ListQueueLimitAssociationsCommandOutput | ListQueueMembersCommandOutput | ListQueuesCommandOutput | ListSessionActionsCommandOutput | ListSessionsCommandOutput | ListSessionsForWorkerCommandOutput | ListStepConsumersCommandOutput | ListStepDependenciesCommandOutput | ListStepsCommandOutput | ListStorageProfilesCommandOutput | ListStorageProfilesForQueueCommandOutput | ListTagsForResourceCommandOutput | ListTasksCommandOutput | ListWorkersCommandOutput | PutMeteredProductCommandOutput | SearchJobsCommandOutput | SearchStepsCommandOutput | SearchTasksCommandOutput | SearchWorkersCommandOutput | StartSessionsStatisticsAggregationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBudgetCommandOutput | UpdateFarmCommandOutput | UpdateFleetCommandOutput | UpdateJobCommandOutput | UpdateLimitCommandOutput | UpdateMonitorCommandOutput | UpdateQueueCommandOutput | UpdateQueueEnvironmentCommandOutput | UpdateQueueFleetAssociationCommandOutput | UpdateQueueLimitAssociationCommandOutput | UpdateSessionCommandOutput | UpdateStepCommandOutput | UpdateStorageProfileCommandOutput | UpdateTaskCommandOutput | UpdateWorkerCommandOutput | UpdateWorkerScheduleCommandOutput;
|
|
143
|
+
export type ServiceOutputTypes = AssociateMemberToFarmCommandOutput | AssociateMemberToFleetCommandOutput | AssociateMemberToJobCommandOutput | AssociateMemberToQueueCommandOutput | AssumeFleetRoleForReadCommandOutput | AssumeFleetRoleForWorkerCommandOutput | AssumeQueueRoleForReadCommandOutput | AssumeQueueRoleForUserCommandOutput | AssumeQueueRoleForWorkerCommandOutput | BatchGetJobCommandOutput | BatchGetJobEntityCommandOutput | BatchGetSessionActionCommandOutput | BatchGetSessionCommandOutput | BatchGetStepCommandOutput | BatchGetTaskCommandOutput | BatchGetWorkerCommandOutput | BatchUpdateJobCommandOutput | BatchUpdateTaskCommandOutput | CopyJobTemplateCommandOutput | CreateBudgetCommandOutput | CreateFarmCommandOutput | CreateFleetCommandOutput | CreateJobCommandOutput | CreateLicenseEndpointCommandOutput | CreateLimitCommandOutput | CreateMonitorCommandOutput | CreateQueueCommandOutput | CreateQueueEnvironmentCommandOutput | CreateQueueFleetAssociationCommandOutput | CreateQueueLimitAssociationCommandOutput | CreateStorageProfileCommandOutput | CreateWorkerCommandOutput | DeleteBudgetCommandOutput | DeleteFarmCommandOutput | DeleteFleetCommandOutput | DeleteLicenseEndpointCommandOutput | DeleteLimitCommandOutput | DeleteMeteredProductCommandOutput | DeleteMonitorCommandOutput | DeleteQueueCommandOutput | DeleteQueueEnvironmentCommandOutput | DeleteQueueFleetAssociationCommandOutput | DeleteQueueLimitAssociationCommandOutput | DeleteStorageProfileCommandOutput | DeleteWorkerCommandOutput | DisassociateMemberFromFarmCommandOutput | DisassociateMemberFromFleetCommandOutput | DisassociateMemberFromJobCommandOutput | DisassociateMemberFromQueueCommandOutput | GetBudgetCommandOutput | GetFarmCommandOutput | GetFleetCommandOutput | GetJobCommandOutput | GetLicenseEndpointCommandOutput | GetLimitCommandOutput | GetMonitorCommandOutput | GetMonitorSettingsCommandOutput | GetQueueCommandOutput | GetQueueEnvironmentCommandOutput | GetQueueFleetAssociationCommandOutput | GetQueueLimitAssociationCommandOutput | GetSessionActionCommandOutput | GetSessionCommandOutput | GetSessionsStatisticsAggregationCommandOutput | GetStepCommandOutput | GetStorageProfileCommandOutput | GetStorageProfileForQueueCommandOutput | GetTaskCommandOutput | GetWorkerCommandOutput | ListAvailableMeteredProductsCommandOutput | ListBudgetsCommandOutput | ListFarmMembersCommandOutput | ListFarmsCommandOutput | ListFleetMembersCommandOutput | ListFleetsCommandOutput | ListJobMembersCommandOutput | ListJobParameterDefinitionsCommandOutput | ListJobsCommandOutput | ListLicenseEndpointsCommandOutput | ListLimitsCommandOutput | ListMeteredProductsCommandOutput | ListMonitorsCommandOutput | ListQueueEnvironmentsCommandOutput | ListQueueFleetAssociationsCommandOutput | ListQueueLimitAssociationsCommandOutput | ListQueueMembersCommandOutput | ListQueuesCommandOutput | ListSessionActionsCommandOutput | ListSessionsCommandOutput | ListSessionsForWorkerCommandOutput | ListStepConsumersCommandOutput | ListStepDependenciesCommandOutput | ListStepsCommandOutput | ListStorageProfilesCommandOutput | ListStorageProfilesForQueueCommandOutput | ListTagsForResourceCommandOutput | ListTasksCommandOutput | ListWorkersCommandOutput | PutMeteredProductCommandOutput | SearchJobsCommandOutput | SearchStepsCommandOutput | SearchTasksCommandOutput | SearchWorkersCommandOutput | StartSessionsStatisticsAggregationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBudgetCommandOutput | UpdateFarmCommandOutput | UpdateFleetCommandOutput | UpdateJobCommandOutput | UpdateLimitCommandOutput | UpdateMonitorCommandOutput | UpdateMonitorSettingsCommandOutput | UpdateQueueCommandOutput | UpdateQueueEnvironmentCommandOutput | UpdateQueueFleetAssociationCommandOutput | UpdateQueueLimitAssociationCommandOutput | UpdateSessionCommandOutput | UpdateStepCommandOutput | UpdateStorageProfileCommandOutput | UpdateTaskCommandOutput | UpdateWorkerCommandOutput | UpdateWorkerScheduleCommandOutput;
|
|
142
144
|
/**
|
|
143
145
|
* @public
|
|
144
146
|
*/
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
+
import type { GetMonitorSettingsRequest, GetMonitorSettingsResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetMonitorSettingsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetMonitorSettingsCommandInput extends GetMonitorSettingsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetMonitorSettingsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetMonitorSettingsCommandOutput extends GetMonitorSettingsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetMonitorSettingsCommand_base: {
|
|
25
|
+
new (input: GetMonitorSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMonitorSettingsCommandInput, GetMonitorSettingsCommandOutput, DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetMonitorSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMonitorSettingsCommandInput, GetMonitorSettingsCommandOutput, DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Gets the settings for a Deadline Cloud monitor.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DeadlineClient, GetMonitorSettingsCommand } from "@aws-sdk/client-deadline"; // ES Modules import
|
|
35
|
+
* // const { DeadlineClient, GetMonitorSettingsCommand } = require("@aws-sdk/client-deadline"); // CommonJS import
|
|
36
|
+
* // import type { DeadlineClientConfig } from "@aws-sdk/client-deadline";
|
|
37
|
+
* const config = {}; // type is DeadlineClientConfig
|
|
38
|
+
* const client = new DeadlineClient(config);
|
|
39
|
+
* const input = { // GetMonitorSettingsRequest
|
|
40
|
+
* monitorId: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new GetMonitorSettingsCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // { // GetMonitorSettingsResponse
|
|
45
|
+
* // settings: { // SettingsMap // required
|
|
46
|
+
* // "<keys>": "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @param GetMonitorSettingsCommandInput - {@link GetMonitorSettingsCommandInput}
|
|
53
|
+
* @returns {@link GetMonitorSettingsCommandOutput}
|
|
54
|
+
* @see {@link GetMonitorSettingsCommandInput} for command's `input` shape.
|
|
55
|
+
* @see {@link GetMonitorSettingsCommandOutput} for command's `response` shape.
|
|
56
|
+
* @see {@link DeadlineClientResolvedConfig | config} for DeadlineClient's `config` shape.
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
59
|
+
* <p>You don't have permission to perform the action.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
62
|
+
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
65
|
+
* <p>The requested resource can't be found.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
68
|
+
* <p>Your request exceeded a request rate quota.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ValidationException} (client fault)
|
|
71
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link DeadlineServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
75
|
+
*
|
|
76
|
+
*
|
|
77
|
+
* @example Get monitor settings
|
|
78
|
+
* ```javascript
|
|
79
|
+
* //
|
|
80
|
+
* const input = {
|
|
81
|
+
* monitorId: "monitor-1234567890abcdef1234567890abcdef"
|
|
82
|
+
* };
|
|
83
|
+
* const command = new GetMonitorSettingsCommand(input);
|
|
84
|
+
* const response = await client.send(command);
|
|
85
|
+
* /* response is
|
|
86
|
+
* { /* metadata only *\/ }
|
|
87
|
+
* *\/
|
|
88
|
+
* ```
|
|
89
|
+
*
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export declare class GetMonitorSettingsCommand extends GetMonitorSettingsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: GetMonitorSettingsRequest;
|
|
97
|
+
output: GetMonitorSettingsResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: GetMonitorSettingsCommandInput;
|
|
101
|
+
output: GetMonitorSettingsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
|
|
4
|
+
import type { UpdateMonitorSettingsRequest, UpdateMonitorSettingsResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateMonitorSettingsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateMonitorSettingsCommandInput extends UpdateMonitorSettingsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateMonitorSettingsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateMonitorSettingsCommandOutput extends UpdateMonitorSettingsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateMonitorSettingsCommand_base: {
|
|
25
|
+
new (input: UpdateMonitorSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMonitorSettingsCommandInput, UpdateMonitorSettingsCommandOutput, DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateMonitorSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMonitorSettingsCommandInput, UpdateMonitorSettingsCommandOutput, DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates the settings for a Deadline Cloud monitor. Keys present in the request are upserted; keys absent are left unchanged. Send an empty string value to delete a key.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DeadlineClient, UpdateMonitorSettingsCommand } from "@aws-sdk/client-deadline"; // ES Modules import
|
|
35
|
+
* // const { DeadlineClient, UpdateMonitorSettingsCommand } = require("@aws-sdk/client-deadline"); // CommonJS import
|
|
36
|
+
* // import type { DeadlineClientConfig } from "@aws-sdk/client-deadline";
|
|
37
|
+
* const config = {}; // type is DeadlineClientConfig
|
|
38
|
+
* const client = new DeadlineClient(config);
|
|
39
|
+
* const input = { // UpdateMonitorSettingsRequest
|
|
40
|
+
* monitorId: "STRING_VALUE", // required
|
|
41
|
+
* settings: { // SettingsMap // required
|
|
42
|
+
* "<keys>": "STRING_VALUE",
|
|
43
|
+
* },
|
|
44
|
+
* };
|
|
45
|
+
* const command = new UpdateMonitorSettingsCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // {};
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @param UpdateMonitorSettingsCommandInput - {@link UpdateMonitorSettingsCommandInput}
|
|
52
|
+
* @returns {@link UpdateMonitorSettingsCommandOutput}
|
|
53
|
+
* @see {@link UpdateMonitorSettingsCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link UpdateMonitorSettingsCommandOutput} for command's `response` shape.
|
|
55
|
+
* @see {@link DeadlineClientResolvedConfig | config} for DeadlineClient's `config` shape.
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
+
* <p>You don't have permission to perform the action.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
61
|
+
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
|
+
* <p>The requested resource can't be found.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
67
|
+
* <p>Your request exceeded a request rate quota.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ValidationException} (client fault)
|
|
70
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link DeadlineServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
76
|
+
* @example Update monitor settings
|
|
77
|
+
* ```javascript
|
|
78
|
+
* //
|
|
79
|
+
* const input = {
|
|
80
|
+
* monitorId: "monitor-1234567890abcdef1234567890abcdef",
|
|
81
|
+
* settings: {
|
|
82
|
+
* idcApplicationArn: "arn:aws:sso::123456789012:application/ins-1234567890abcdef/apl-1234567890abcdef"
|
|
83
|
+
* }
|
|
84
|
+
* };
|
|
85
|
+
* const command = new UpdateMonitorSettingsCommand(input);
|
|
86
|
+
* const response = await client.send(command);
|
|
87
|
+
* /* response is
|
|
88
|
+
* { /* metadata only *\/ }
|
|
89
|
+
* *\/
|
|
90
|
+
* ```
|
|
91
|
+
*
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
export declare class UpdateMonitorSettingsCommand extends UpdateMonitorSettingsCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: UpdateMonitorSettingsRequest;
|
|
99
|
+
output: {};
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: UpdateMonitorSettingsCommandInput;
|
|
103
|
+
output: UpdateMonitorSettingsCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
}
|
|
@@ -54,6 +54,7 @@ export * from "./GetJobCommand";
|
|
|
54
54
|
export * from "./GetLicenseEndpointCommand";
|
|
55
55
|
export * from "./GetLimitCommand";
|
|
56
56
|
export * from "./GetMonitorCommand";
|
|
57
|
+
export * from "./GetMonitorSettingsCommand";
|
|
57
58
|
export * from "./GetQueueCommand";
|
|
58
59
|
export * from "./GetQueueEnvironmentCommand";
|
|
59
60
|
export * from "./GetQueueFleetAssociationCommand";
|
|
@@ -109,6 +110,7 @@ export * from "./UpdateFleetCommand";
|
|
|
109
110
|
export * from "./UpdateJobCommand";
|
|
110
111
|
export * from "./UpdateLimitCommand";
|
|
111
112
|
export * from "./UpdateMonitorCommand";
|
|
113
|
+
export * from "./UpdateMonitorSettingsCommand";
|
|
112
114
|
export * from "./UpdateQueueCommand";
|
|
113
115
|
export * from "./UpdateQueueEnvironmentCommand";
|
|
114
116
|
export * from "./UpdateQueueFleetAssociationCommand";
|
|
@@ -1619,6 +1619,26 @@ export interface GetMonitorResponse {
|
|
|
1619
1619
|
*/
|
|
1620
1620
|
updatedBy?: string | undefined;
|
|
1621
1621
|
}
|
|
1622
|
+
/**
|
|
1623
|
+
* @public
|
|
1624
|
+
*/
|
|
1625
|
+
export interface GetMonitorSettingsRequest {
|
|
1626
|
+
/**
|
|
1627
|
+
* <p>The unique identifier of the monitor. This ID is returned by the <code>CreateMonitor</code> operation, and is included in the response to the <code>GetMonitor</code> operation.</p>
|
|
1628
|
+
* @public
|
|
1629
|
+
*/
|
|
1630
|
+
monitorId: string | undefined;
|
|
1631
|
+
}
|
|
1632
|
+
/**
|
|
1633
|
+
* @public
|
|
1634
|
+
*/
|
|
1635
|
+
export interface GetMonitorSettingsResponse {
|
|
1636
|
+
/**
|
|
1637
|
+
* Monitor settings as key-value pairs.
|
|
1638
|
+
* @public
|
|
1639
|
+
*/
|
|
1640
|
+
settings: Record<string, string> | undefined;
|
|
1641
|
+
}
|
|
1622
1642
|
/**
|
|
1623
1643
|
* Shared pagination fields for List operation inputs (nextToken + maxResults).
|
|
1624
1644
|
* @public
|
|
@@ -1747,6 +1767,26 @@ export interface UpdateMonitorRequest {
|
|
|
1747
1767
|
*/
|
|
1748
1768
|
export interface UpdateMonitorResponse {
|
|
1749
1769
|
}
|
|
1770
|
+
/**
|
|
1771
|
+
* @public
|
|
1772
|
+
*/
|
|
1773
|
+
export interface UpdateMonitorSettingsRequest {
|
|
1774
|
+
/**
|
|
1775
|
+
* <p>The unique identifier of the monitor to update settings for.</p>
|
|
1776
|
+
* @public
|
|
1777
|
+
*/
|
|
1778
|
+
monitorId: string | undefined;
|
|
1779
|
+
/**
|
|
1780
|
+
* Monitor settings as key-value pairs. Keys present in the request are upserted; keys absent are left unchanged. Send an empty string value to delete a key.
|
|
1781
|
+
* @public
|
|
1782
|
+
*/
|
|
1783
|
+
settings: Record<string, string> | undefined;
|
|
1784
|
+
}
|
|
1785
|
+
/**
|
|
1786
|
+
* @public
|
|
1787
|
+
*/
|
|
1788
|
+
export interface UpdateMonitorSettingsResponse {
|
|
1789
|
+
}
|
|
1750
1790
|
/**
|
|
1751
1791
|
* <p>The details of a filtered search for parameters.</p>
|
|
1752
1792
|
* @public
|
|
@@ -188,6 +188,8 @@ export declare var GetLimitRequest$: StaticStructureSchema;
|
|
|
188
188
|
export declare var GetLimitResponse$: StaticStructureSchema;
|
|
189
189
|
export declare var GetMonitorRequest$: StaticStructureSchema;
|
|
190
190
|
export declare var GetMonitorResponse$: StaticStructureSchema;
|
|
191
|
+
export declare var GetMonitorSettingsRequest$: StaticStructureSchema;
|
|
192
|
+
export declare var GetMonitorSettingsResponse$: StaticStructureSchema;
|
|
191
193
|
export declare var GetQueueEnvironmentRequest$: StaticStructureSchema;
|
|
192
194
|
export declare var GetQueueEnvironmentResponse$: StaticStructureSchema;
|
|
193
195
|
export declare var GetQueueFleetAssociationRequest$: StaticStructureSchema;
|
|
@@ -370,6 +372,8 @@ export declare var UpdateLimitRequest$: StaticStructureSchema;
|
|
|
370
372
|
export declare var UpdateLimitResponse$: StaticStructureSchema;
|
|
371
373
|
export declare var UpdateMonitorRequest$: StaticStructureSchema;
|
|
372
374
|
export declare var UpdateMonitorResponse$: StaticStructureSchema;
|
|
375
|
+
export declare var UpdateMonitorSettingsRequest$: StaticStructureSchema;
|
|
376
|
+
export declare var UpdateMonitorSettingsResponse$: StaticStructureSchema;
|
|
373
377
|
export declare var UpdateQueueEnvironmentRequest$: StaticStructureSchema;
|
|
374
378
|
export declare var UpdateQueueEnvironmentResponse$: StaticStructureSchema;
|
|
375
379
|
export declare var UpdateQueueFleetAssociationRequest$: StaticStructureSchema;
|
|
@@ -475,6 +479,7 @@ export declare var GetJob$: StaticOperationSchema;
|
|
|
475
479
|
export declare var GetLicenseEndpoint$: StaticOperationSchema;
|
|
476
480
|
export declare var GetLimit$: StaticOperationSchema;
|
|
477
481
|
export declare var GetMonitor$: StaticOperationSchema;
|
|
482
|
+
export declare var GetMonitorSettings$: StaticOperationSchema;
|
|
478
483
|
export declare var GetQueue$: StaticOperationSchema;
|
|
479
484
|
export declare var GetQueueEnvironment$: StaticOperationSchema;
|
|
480
485
|
export declare var GetQueueFleetAssociation$: StaticOperationSchema;
|
|
@@ -530,6 +535,7 @@ export declare var UpdateFleet$: StaticOperationSchema;
|
|
|
530
535
|
export declare var UpdateJob$: StaticOperationSchema;
|
|
531
536
|
export declare var UpdateLimit$: StaticOperationSchema;
|
|
532
537
|
export declare var UpdateMonitor$: StaticOperationSchema;
|
|
538
|
+
export declare var UpdateMonitorSettings$: StaticOperationSchema;
|
|
533
539
|
export declare var UpdateQueue$: StaticOperationSchema;
|
|
534
540
|
export declare var UpdateQueueEnvironment$: StaticOperationSchema;
|
|
535
541
|
export declare var UpdateQueueFleetAssociation$: StaticOperationSchema;
|
|
@@ -229,6 +229,10 @@ import {
|
|
|
229
229
|
GetMonitorCommandInput,
|
|
230
230
|
GetMonitorCommandOutput,
|
|
231
231
|
} from "./commands/GetMonitorCommand";
|
|
232
|
+
import {
|
|
233
|
+
GetMonitorSettingsCommandInput,
|
|
234
|
+
GetMonitorSettingsCommandOutput,
|
|
235
|
+
} from "./commands/GetMonitorSettingsCommand";
|
|
232
236
|
import {
|
|
233
237
|
GetQueueCommandInput,
|
|
234
238
|
GetQueueCommandOutput,
|
|
@@ -449,6 +453,10 @@ import {
|
|
|
449
453
|
UpdateMonitorCommandInput,
|
|
450
454
|
UpdateMonitorCommandOutput,
|
|
451
455
|
} from "./commands/UpdateMonitorCommand";
|
|
456
|
+
import {
|
|
457
|
+
UpdateMonitorSettingsCommandInput,
|
|
458
|
+
UpdateMonitorSettingsCommandOutput,
|
|
459
|
+
} from "./commands/UpdateMonitorSettingsCommand";
|
|
452
460
|
import {
|
|
453
461
|
UpdateQueueCommandInput,
|
|
454
462
|
UpdateQueueCommandOutput,
|
|
@@ -1219,6 +1227,19 @@ export interface Deadline {
|
|
|
1219
1227
|
options: __HttpHandlerOptions,
|
|
1220
1228
|
cb: (err: any, data?: GetMonitorCommandOutput) => void
|
|
1221
1229
|
): void;
|
|
1230
|
+
getMonitorSettings(
|
|
1231
|
+
args: GetMonitorSettingsCommandInput,
|
|
1232
|
+
options?: __HttpHandlerOptions
|
|
1233
|
+
): Promise<GetMonitorSettingsCommandOutput>;
|
|
1234
|
+
getMonitorSettings(
|
|
1235
|
+
args: GetMonitorSettingsCommandInput,
|
|
1236
|
+
cb: (err: any, data?: GetMonitorSettingsCommandOutput) => void
|
|
1237
|
+
): void;
|
|
1238
|
+
getMonitorSettings(
|
|
1239
|
+
args: GetMonitorSettingsCommandInput,
|
|
1240
|
+
options: __HttpHandlerOptions,
|
|
1241
|
+
cb: (err: any, data?: GetMonitorSettingsCommandOutput) => void
|
|
1242
|
+
): void;
|
|
1222
1243
|
getQueue(
|
|
1223
1244
|
args: GetQueueCommandInput,
|
|
1224
1245
|
options?: __HttpHandlerOptions
|
|
@@ -1944,6 +1965,19 @@ export interface Deadline {
|
|
|
1944
1965
|
options: __HttpHandlerOptions,
|
|
1945
1966
|
cb: (err: any, data?: UpdateMonitorCommandOutput) => void
|
|
1946
1967
|
): void;
|
|
1968
|
+
updateMonitorSettings(
|
|
1969
|
+
args: UpdateMonitorSettingsCommandInput,
|
|
1970
|
+
options?: __HttpHandlerOptions
|
|
1971
|
+
): Promise<UpdateMonitorSettingsCommandOutput>;
|
|
1972
|
+
updateMonitorSettings(
|
|
1973
|
+
args: UpdateMonitorSettingsCommandInput,
|
|
1974
|
+
cb: (err: any, data?: UpdateMonitorSettingsCommandOutput) => void
|
|
1975
|
+
): void;
|
|
1976
|
+
updateMonitorSettings(
|
|
1977
|
+
args: UpdateMonitorSettingsCommandInput,
|
|
1978
|
+
options: __HttpHandlerOptions,
|
|
1979
|
+
cb: (err: any, data?: UpdateMonitorSettingsCommandOutput) => void
|
|
1980
|
+
): void;
|
|
1947
1981
|
updateQueue(
|
|
1948
1982
|
args: UpdateQueueCommandInput,
|
|
1949
1983
|
options?: __HttpHandlerOptions
|
|
@@ -268,6 +268,10 @@ import {
|
|
|
268
268
|
GetMonitorCommandInput,
|
|
269
269
|
GetMonitorCommandOutput,
|
|
270
270
|
} from "./commands/GetMonitorCommand";
|
|
271
|
+
import {
|
|
272
|
+
GetMonitorSettingsCommandInput,
|
|
273
|
+
GetMonitorSettingsCommandOutput,
|
|
274
|
+
} from "./commands/GetMonitorSettingsCommand";
|
|
271
275
|
import {
|
|
272
276
|
GetQueueCommandInput,
|
|
273
277
|
GetQueueCommandOutput,
|
|
@@ -488,6 +492,10 @@ import {
|
|
|
488
492
|
UpdateMonitorCommandInput,
|
|
489
493
|
UpdateMonitorCommandOutput,
|
|
490
494
|
} from "./commands/UpdateMonitorCommand";
|
|
495
|
+
import {
|
|
496
|
+
UpdateMonitorSettingsCommandInput,
|
|
497
|
+
UpdateMonitorSettingsCommandOutput,
|
|
498
|
+
} from "./commands/UpdateMonitorSettingsCommand";
|
|
491
499
|
import {
|
|
492
500
|
UpdateQueueCommandInput,
|
|
493
501
|
UpdateQueueCommandOutput,
|
|
@@ -592,6 +600,7 @@ export type ServiceInputTypes =
|
|
|
592
600
|
| GetLicenseEndpointCommandInput
|
|
593
601
|
| GetLimitCommandInput
|
|
594
602
|
| GetMonitorCommandInput
|
|
603
|
+
| GetMonitorSettingsCommandInput
|
|
595
604
|
| GetQueueCommandInput
|
|
596
605
|
| GetQueueEnvironmentCommandInput
|
|
597
606
|
| GetQueueFleetAssociationCommandInput
|
|
@@ -647,6 +656,7 @@ export type ServiceInputTypes =
|
|
|
647
656
|
| UpdateJobCommandInput
|
|
648
657
|
| UpdateLimitCommandInput
|
|
649
658
|
| UpdateMonitorCommandInput
|
|
659
|
+
| UpdateMonitorSettingsCommandInput
|
|
650
660
|
| UpdateQueueCommandInput
|
|
651
661
|
| UpdateQueueEnvironmentCommandInput
|
|
652
662
|
| UpdateQueueFleetAssociationCommandInput
|
|
@@ -714,6 +724,7 @@ export type ServiceOutputTypes =
|
|
|
714
724
|
| GetLicenseEndpointCommandOutput
|
|
715
725
|
| GetLimitCommandOutput
|
|
716
726
|
| GetMonitorCommandOutput
|
|
727
|
+
| GetMonitorSettingsCommandOutput
|
|
717
728
|
| GetQueueCommandOutput
|
|
718
729
|
| GetQueueEnvironmentCommandOutput
|
|
719
730
|
| GetQueueFleetAssociationCommandOutput
|
|
@@ -769,6 +780,7 @@ export type ServiceOutputTypes =
|
|
|
769
780
|
| UpdateJobCommandOutput
|
|
770
781
|
| UpdateLimitCommandOutput
|
|
771
782
|
| UpdateMonitorCommandOutput
|
|
783
|
+
| UpdateMonitorSettingsCommandOutput
|
|
772
784
|
| UpdateQueueCommandOutput
|
|
773
785
|
| UpdateQueueEnvironmentCommandOutput
|
|
774
786
|
| UpdateQueueFleetAssociationCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeadlineClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DeadlineClient";
|
|
8
|
+
import {
|
|
9
|
+
GetMonitorSettingsRequest,
|
|
10
|
+
GetMonitorSettingsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetMonitorSettingsCommandInput
|
|
15
|
+
extends GetMonitorSettingsRequest {}
|
|
16
|
+
export interface GetMonitorSettingsCommandOutput
|
|
17
|
+
extends GetMonitorSettingsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetMonitorSettingsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetMonitorSettingsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetMonitorSettingsCommandInput,
|
|
24
|
+
GetMonitorSettingsCommandOutput,
|
|
25
|
+
DeadlineClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetMonitorSettingsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetMonitorSettingsCommandInput,
|
|
33
|
+
GetMonitorSettingsCommandOutput,
|
|
34
|
+
DeadlineClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetMonitorSettingsCommand extends GetMonitorSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetMonitorSettingsRequest;
|
|
44
|
+
output: GetMonitorSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetMonitorSettingsCommandInput;
|
|
48
|
+
output: GetMonitorSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeadlineClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DeadlineClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateMonitorSettingsRequest,
|
|
10
|
+
UpdateMonitorSettingsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateMonitorSettingsCommandInput
|
|
15
|
+
extends UpdateMonitorSettingsRequest {}
|
|
16
|
+
export interface UpdateMonitorSettingsCommandOutput
|
|
17
|
+
extends UpdateMonitorSettingsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateMonitorSettingsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateMonitorSettingsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateMonitorSettingsCommandInput,
|
|
24
|
+
UpdateMonitorSettingsCommandOutput,
|
|
25
|
+
DeadlineClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateMonitorSettingsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateMonitorSettingsCommandInput,
|
|
33
|
+
UpdateMonitorSettingsCommandOutput,
|
|
34
|
+
DeadlineClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateMonitorSettingsCommand extends UpdateMonitorSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateMonitorSettingsRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateMonitorSettingsCommandInput;
|
|
48
|
+
output: UpdateMonitorSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -54,6 +54,7 @@ export * from "./GetJobCommand";
|
|
|
54
54
|
export * from "./GetLicenseEndpointCommand";
|
|
55
55
|
export * from "./GetLimitCommand";
|
|
56
56
|
export * from "./GetMonitorCommand";
|
|
57
|
+
export * from "./GetMonitorSettingsCommand";
|
|
57
58
|
export * from "./GetQueueCommand";
|
|
58
59
|
export * from "./GetQueueEnvironmentCommand";
|
|
59
60
|
export * from "./GetQueueFleetAssociationCommand";
|
|
@@ -109,6 +110,7 @@ export * from "./UpdateFleetCommand";
|
|
|
109
110
|
export * from "./UpdateJobCommand";
|
|
110
111
|
export * from "./UpdateLimitCommand";
|
|
111
112
|
export * from "./UpdateMonitorCommand";
|
|
113
|
+
export * from "./UpdateMonitorSettingsCommand";
|
|
112
114
|
export * from "./UpdateQueueCommand";
|
|
113
115
|
export * from "./UpdateQueueEnvironmentCommand";
|
|
114
116
|
export * from "./UpdateQueueFleetAssociationCommand";
|
|
@@ -412,6 +412,12 @@ export interface GetMonitorResponse {
|
|
|
412
412
|
updatedAt?: Date | undefined;
|
|
413
413
|
updatedBy?: string | undefined;
|
|
414
414
|
}
|
|
415
|
+
export interface GetMonitorSettingsRequest {
|
|
416
|
+
monitorId: string | undefined;
|
|
417
|
+
}
|
|
418
|
+
export interface GetMonitorSettingsResponse {
|
|
419
|
+
settings: Record<string, string> | undefined;
|
|
420
|
+
}
|
|
415
421
|
export interface ListMonitorsRequest {
|
|
416
422
|
nextToken?: string | undefined;
|
|
417
423
|
maxResults?: number | undefined;
|
|
@@ -441,6 +447,11 @@ export interface UpdateMonitorRequest {
|
|
|
441
447
|
roleArn?: string | undefined;
|
|
442
448
|
}
|
|
443
449
|
export interface UpdateMonitorResponse {}
|
|
450
|
+
export interface UpdateMonitorSettingsRequest {
|
|
451
|
+
monitorId: string | undefined;
|
|
452
|
+
settings: Record<string, string> | undefined;
|
|
453
|
+
}
|
|
454
|
+
export interface UpdateMonitorSettingsResponse {}
|
|
444
455
|
export interface ParameterFilterExpression {
|
|
445
456
|
name: string | undefined;
|
|
446
457
|
operator: ComparisonOperator | undefined;
|
|
@@ -188,6 +188,8 @@ export declare var GetLimitRequest$: StaticStructureSchema;
|
|
|
188
188
|
export declare var GetLimitResponse$: StaticStructureSchema;
|
|
189
189
|
export declare var GetMonitorRequest$: StaticStructureSchema;
|
|
190
190
|
export declare var GetMonitorResponse$: StaticStructureSchema;
|
|
191
|
+
export declare var GetMonitorSettingsRequest$: StaticStructureSchema;
|
|
192
|
+
export declare var GetMonitorSettingsResponse$: StaticStructureSchema;
|
|
191
193
|
export declare var GetQueueEnvironmentRequest$: StaticStructureSchema;
|
|
192
194
|
export declare var GetQueueEnvironmentResponse$: StaticStructureSchema;
|
|
193
195
|
export declare var GetQueueFleetAssociationRequest$: StaticStructureSchema;
|
|
@@ -370,6 +372,8 @@ export declare var UpdateLimitRequest$: StaticStructureSchema;
|
|
|
370
372
|
export declare var UpdateLimitResponse$: StaticStructureSchema;
|
|
371
373
|
export declare var UpdateMonitorRequest$: StaticStructureSchema;
|
|
372
374
|
export declare var UpdateMonitorResponse$: StaticStructureSchema;
|
|
375
|
+
export declare var UpdateMonitorSettingsRequest$: StaticStructureSchema;
|
|
376
|
+
export declare var UpdateMonitorSettingsResponse$: StaticStructureSchema;
|
|
373
377
|
export declare var UpdateQueueEnvironmentRequest$: StaticStructureSchema;
|
|
374
378
|
export declare var UpdateQueueEnvironmentResponse$: StaticStructureSchema;
|
|
375
379
|
export declare var UpdateQueueFleetAssociationRequest$: StaticStructureSchema;
|
|
@@ -475,6 +479,7 @@ export declare var GetJob$: StaticOperationSchema;
|
|
|
475
479
|
export declare var GetLicenseEndpoint$: StaticOperationSchema;
|
|
476
480
|
export declare var GetLimit$: StaticOperationSchema;
|
|
477
481
|
export declare var GetMonitor$: StaticOperationSchema;
|
|
482
|
+
export declare var GetMonitorSettings$: StaticOperationSchema;
|
|
478
483
|
export declare var GetQueue$: StaticOperationSchema;
|
|
479
484
|
export declare var GetQueueEnvironment$: StaticOperationSchema;
|
|
480
485
|
export declare var GetQueueFleetAssociation$: StaticOperationSchema;
|
|
@@ -530,6 +535,7 @@ export declare var UpdateFleet$: StaticOperationSchema;
|
|
|
530
535
|
export declare var UpdateJob$: StaticOperationSchema;
|
|
531
536
|
export declare var UpdateLimit$: StaticOperationSchema;
|
|
532
537
|
export declare var UpdateMonitor$: StaticOperationSchema;
|
|
538
|
+
export declare var UpdateMonitorSettings$: StaticOperationSchema;
|
|
533
539
|
export declare var UpdateQueue$: StaticOperationSchema;
|
|
534
540
|
export declare var UpdateQueueEnvironment$: StaticOperationSchema;
|
|
535
541
|
export declare var UpdateQueueFleetAssociation$: StaticOperationSchema;
|
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.
|
|
4
|
+
"version": "3.1030.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",
|