aws-sdk-deadline 1.18.0 → 1.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-deadline/client.rb +561 -34
- data/lib/aws-sdk-deadline/client_api.rb +349 -8
- data/lib/aws-sdk-deadline/types.rb +835 -76
- data/lib/aws-sdk-deadline/waiters.rb +38 -0
- data/lib/aws-sdk-deadline.rb +1 -1
- data/sig/client.rbs +164 -15
- data/sig/types.rbs +179 -8
- data/sig/waiters.rbs +14 -2
- metadata +2 -2
@@ -25,9 +25,12 @@ module Aws::Deadline
|
|
25
25
|
AcceleratorTypes = Shapes::ListShape.new(name: 'AcceleratorTypes')
|
26
26
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
27
27
|
AccessKeyId = Shapes::StringShape.new(name: 'AccessKeyId')
|
28
|
+
AcquiredLimit = Shapes::StructureShape.new(name: 'AcquiredLimit')
|
29
|
+
AcquiredLimits = Shapes::ListShape.new(name: 'AcquiredLimits')
|
28
30
|
AggregationId = Shapes::StringShape.new(name: 'AggregationId')
|
29
31
|
AllowedStorageProfileIds = Shapes::ListShape.new(name: 'AllowedStorageProfileIds')
|
30
32
|
AmountCapabilityName = Shapes::StringShape.new(name: 'AmountCapabilityName')
|
33
|
+
AmountRequirementName = Shapes::StringShape.new(name: 'AmountRequirementName')
|
31
34
|
AssignedEnvironmentEnterSessionActionDefinition = Shapes::StructureShape.new(name: 'AssignedEnvironmentEnterSessionActionDefinition')
|
32
35
|
AssignedEnvironmentExitSessionActionDefinition = Shapes::StructureShape.new(name: 'AssignedEnvironmentExitSessionActionDefinition')
|
33
36
|
AssignedSession = Shapes::StructureShape.new(name: 'AssignedSession')
|
@@ -102,12 +105,16 @@ module Aws::Deadline
|
|
102
105
|
CreateLicenseEndpointRequestSecurityGroupIdsList = Shapes::ListShape.new(name: 'CreateLicenseEndpointRequestSecurityGroupIdsList')
|
103
106
|
CreateLicenseEndpointRequestSubnetIdsList = Shapes::ListShape.new(name: 'CreateLicenseEndpointRequestSubnetIdsList')
|
104
107
|
CreateLicenseEndpointResponse = Shapes::StructureShape.new(name: 'CreateLicenseEndpointResponse')
|
108
|
+
CreateLimitRequest = Shapes::StructureShape.new(name: 'CreateLimitRequest')
|
109
|
+
CreateLimitResponse = Shapes::StructureShape.new(name: 'CreateLimitResponse')
|
105
110
|
CreateMonitorRequest = Shapes::StructureShape.new(name: 'CreateMonitorRequest')
|
106
111
|
CreateMonitorResponse = Shapes::StructureShape.new(name: 'CreateMonitorResponse')
|
107
112
|
CreateQueueEnvironmentRequest = Shapes::StructureShape.new(name: 'CreateQueueEnvironmentRequest')
|
108
113
|
CreateQueueEnvironmentResponse = Shapes::StructureShape.new(name: 'CreateQueueEnvironmentResponse')
|
109
114
|
CreateQueueFleetAssociationRequest = Shapes::StructureShape.new(name: 'CreateQueueFleetAssociationRequest')
|
110
115
|
CreateQueueFleetAssociationResponse = Shapes::StructureShape.new(name: 'CreateQueueFleetAssociationResponse')
|
116
|
+
CreateQueueLimitAssociationRequest = Shapes::StructureShape.new(name: 'CreateQueueLimitAssociationRequest')
|
117
|
+
CreateQueueLimitAssociationResponse = Shapes::StructureShape.new(name: 'CreateQueueLimitAssociationResponse')
|
111
118
|
CreateQueueRequest = Shapes::StructureShape.new(name: 'CreateQueueRequest')
|
112
119
|
CreateQueueResponse = Shapes::StructureShape.new(name: 'CreateQueueResponse')
|
113
120
|
CreateStorageProfileRequest = Shapes::StructureShape.new(name: 'CreateStorageProfileRequest')
|
@@ -131,6 +138,8 @@ module Aws::Deadline
|
|
131
138
|
DeleteFleetResponse = Shapes::StructureShape.new(name: 'DeleteFleetResponse')
|
132
139
|
DeleteLicenseEndpointRequest = Shapes::StructureShape.new(name: 'DeleteLicenseEndpointRequest')
|
133
140
|
DeleteLicenseEndpointResponse = Shapes::StructureShape.new(name: 'DeleteLicenseEndpointResponse')
|
141
|
+
DeleteLimitRequest = Shapes::StructureShape.new(name: 'DeleteLimitRequest')
|
142
|
+
DeleteLimitResponse = Shapes::StructureShape.new(name: 'DeleteLimitResponse')
|
134
143
|
DeleteMeteredProductRequest = Shapes::StructureShape.new(name: 'DeleteMeteredProductRequest')
|
135
144
|
DeleteMeteredProductResponse = Shapes::StructureShape.new(name: 'DeleteMeteredProductResponse')
|
136
145
|
DeleteMonitorRequest = Shapes::StructureShape.new(name: 'DeleteMonitorRequest')
|
@@ -139,6 +148,8 @@ module Aws::Deadline
|
|
139
148
|
DeleteQueueEnvironmentResponse = Shapes::StructureShape.new(name: 'DeleteQueueEnvironmentResponse')
|
140
149
|
DeleteQueueFleetAssociationRequest = Shapes::StructureShape.new(name: 'DeleteQueueFleetAssociationRequest')
|
141
150
|
DeleteQueueFleetAssociationResponse = Shapes::StructureShape.new(name: 'DeleteQueueFleetAssociationResponse')
|
151
|
+
DeleteQueueLimitAssociationRequest = Shapes::StructureShape.new(name: 'DeleteQueueLimitAssociationRequest')
|
152
|
+
DeleteQueueLimitAssociationResponse = Shapes::StructureShape.new(name: 'DeleteQueueLimitAssociationResponse')
|
142
153
|
DeleteQueueRequest = Shapes::StructureShape.new(name: 'DeleteQueueRequest')
|
143
154
|
DeleteQueueResponse = Shapes::StructureShape.new(name: 'DeleteQueueResponse')
|
144
155
|
DeleteStorageProfileRequest = Shapes::StructureShape.new(name: 'DeleteStorageProfileRequest')
|
@@ -217,12 +228,16 @@ module Aws::Deadline
|
|
217
228
|
GetLicenseEndpointResponse = Shapes::StructureShape.new(name: 'GetLicenseEndpointResponse')
|
218
229
|
GetLicenseEndpointResponseSecurityGroupIdsList = Shapes::ListShape.new(name: 'GetLicenseEndpointResponseSecurityGroupIdsList')
|
219
230
|
GetLicenseEndpointResponseSubnetIdsList = Shapes::ListShape.new(name: 'GetLicenseEndpointResponseSubnetIdsList')
|
231
|
+
GetLimitRequest = Shapes::StructureShape.new(name: 'GetLimitRequest')
|
232
|
+
GetLimitResponse = Shapes::StructureShape.new(name: 'GetLimitResponse')
|
220
233
|
GetMonitorRequest = Shapes::StructureShape.new(name: 'GetMonitorRequest')
|
221
234
|
GetMonitorResponse = Shapes::StructureShape.new(name: 'GetMonitorResponse')
|
222
235
|
GetQueueEnvironmentRequest = Shapes::StructureShape.new(name: 'GetQueueEnvironmentRequest')
|
223
236
|
GetQueueEnvironmentResponse = Shapes::StructureShape.new(name: 'GetQueueEnvironmentResponse')
|
224
237
|
GetQueueFleetAssociationRequest = Shapes::StructureShape.new(name: 'GetQueueFleetAssociationRequest')
|
225
238
|
GetQueueFleetAssociationResponse = Shapes::StructureShape.new(name: 'GetQueueFleetAssociationResponse')
|
239
|
+
GetQueueLimitAssociationRequest = Shapes::StructureShape.new(name: 'GetQueueLimitAssociationRequest')
|
240
|
+
GetQueueLimitAssociationResponse = Shapes::StructureShape.new(name: 'GetQueueLimitAssociationResponse')
|
226
241
|
GetQueueRequest = Shapes::StructureShape.new(name: 'GetQueueRequest')
|
227
242
|
GetQueueResponse = Shapes::StructureShape.new(name: 'GetQueueResponse')
|
228
243
|
GetSessionActionRequest = Shapes::StructureShape.new(name: 'GetSessionActionRequest')
|
@@ -296,6 +311,9 @@ module Aws::Deadline
|
|
296
311
|
LicenseEndpointSummaries = Shapes::ListShape.new(name: 'LicenseEndpointSummaries')
|
297
312
|
LicenseEndpointSummary = Shapes::StructureShape.new(name: 'LicenseEndpointSummary')
|
298
313
|
LicenseProduct = Shapes::StringShape.new(name: 'LicenseProduct')
|
314
|
+
LimitId = Shapes::StringShape.new(name: 'LimitId')
|
315
|
+
LimitSummaries = Shapes::ListShape.new(name: 'LimitSummaries')
|
316
|
+
LimitSummary = Shapes::StructureShape.new(name: 'LimitSummary')
|
299
317
|
ListAttributeCapabilityValue = Shapes::ListShape.new(name: 'ListAttributeCapabilityValue')
|
300
318
|
ListAvailableMeteredProductsRequest = Shapes::StructureShape.new(name: 'ListAvailableMeteredProductsRequest')
|
301
319
|
ListAvailableMeteredProductsResponse = Shapes::StructureShape.new(name: 'ListAvailableMeteredProductsResponse')
|
@@ -317,6 +335,8 @@ module Aws::Deadline
|
|
317
335
|
ListJobsResponse = Shapes::StructureShape.new(name: 'ListJobsResponse')
|
318
336
|
ListLicenseEndpointsRequest = Shapes::StructureShape.new(name: 'ListLicenseEndpointsRequest')
|
319
337
|
ListLicenseEndpointsResponse = Shapes::StructureShape.new(name: 'ListLicenseEndpointsResponse')
|
338
|
+
ListLimitsRequest = Shapes::StructureShape.new(name: 'ListLimitsRequest')
|
339
|
+
ListLimitsResponse = Shapes::StructureShape.new(name: 'ListLimitsResponse')
|
320
340
|
ListMeteredProductsRequest = Shapes::StructureShape.new(name: 'ListMeteredProductsRequest')
|
321
341
|
ListMeteredProductsResponse = Shapes::StructureShape.new(name: 'ListMeteredProductsResponse')
|
322
342
|
ListMonitorsRequest = Shapes::StructureShape.new(name: 'ListMonitorsRequest')
|
@@ -325,6 +345,8 @@ module Aws::Deadline
|
|
325
345
|
ListQueueEnvironmentsResponse = Shapes::StructureShape.new(name: 'ListQueueEnvironmentsResponse')
|
326
346
|
ListQueueFleetAssociationsRequest = Shapes::StructureShape.new(name: 'ListQueueFleetAssociationsRequest')
|
327
347
|
ListQueueFleetAssociationsResponse = Shapes::StructureShape.new(name: 'ListQueueFleetAssociationsResponse')
|
348
|
+
ListQueueLimitAssociationsRequest = Shapes::StructureShape.new(name: 'ListQueueLimitAssociationsRequest')
|
349
|
+
ListQueueLimitAssociationsResponse = Shapes::StructureShape.new(name: 'ListQueueLimitAssociationsResponse')
|
328
350
|
ListQueueMembersRequest = Shapes::StructureShape.new(name: 'ListQueueMembersRequest')
|
329
351
|
ListQueueMembersResponse = Shapes::StructureShape.new(name: 'ListQueueMembersResponse')
|
330
352
|
ListQueuesRequest = Shapes::StructureShape.new(name: 'ListQueuesRequest')
|
@@ -365,15 +387,18 @@ module Aws::Deadline
|
|
365
387
|
ManifestPropertiesInputManifestPathString = Shapes::StringShape.new(name: 'ManifestPropertiesInputManifestPathString')
|
366
388
|
ManifestPropertiesList = Shapes::ListShape.new(name: 'ManifestPropertiesList')
|
367
389
|
ManifestPropertiesRootPathString = Shapes::StringShape.new(name: 'ManifestPropertiesRootPathString')
|
390
|
+
MaxCount = Shapes::IntegerShape.new(name: 'MaxCount')
|
368
391
|
MaxFailedTasksCount = Shapes::IntegerShape.new(name: 'MaxFailedTasksCount')
|
369
392
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
370
393
|
MaxRetriesPerTask = Shapes::IntegerShape.new(name: 'MaxRetriesPerTask')
|
394
|
+
MaxWorkerCount = Shapes::IntegerShape.new(name: 'MaxWorkerCount')
|
371
395
|
MembershipLevel = Shapes::StringShape.new(name: 'MembershipLevel')
|
372
396
|
MemoryAmountMiB = Shapes::IntegerShape.new(name: 'MemoryAmountMiB')
|
373
397
|
MemoryMiBRange = Shapes::StructureShape.new(name: 'MemoryMiBRange')
|
374
398
|
MeteredProductId = Shapes::StringShape.new(name: 'MeteredProductId')
|
375
399
|
MeteredProductSummary = Shapes::StructureShape.new(name: 'MeteredProductSummary')
|
376
400
|
MeteredProductSummaryList = Shapes::ListShape.new(name: 'MeteredProductSummaryList')
|
401
|
+
MinOneMaxInteger = Shapes::IntegerShape.new(name: 'MinOneMaxInteger')
|
377
402
|
MinOneMaxTenThousand = Shapes::IntegerShape.new(name: 'MinOneMaxTenThousand')
|
378
403
|
MinZeroMaxInteger = Shapes::IntegerShape.new(name: 'MinZeroMaxInteger')
|
379
404
|
MonitorId = Shapes::StringShape.new(name: 'MonitorId')
|
@@ -409,6 +434,9 @@ module Aws::Deadline
|
|
409
434
|
QueueFleetAssociationSummaries = Shapes::ListShape.new(name: 'QueueFleetAssociationSummaries')
|
410
435
|
QueueFleetAssociationSummary = Shapes::StructureShape.new(name: 'QueueFleetAssociationSummary')
|
411
436
|
QueueId = Shapes::StringShape.new(name: 'QueueId')
|
437
|
+
QueueLimitAssociationStatus = Shapes::StringShape.new(name: 'QueueLimitAssociationStatus')
|
438
|
+
QueueLimitAssociationSummaries = Shapes::ListShape.new(name: 'QueueLimitAssociationSummaries')
|
439
|
+
QueueLimitAssociationSummary = Shapes::StructureShape.new(name: 'QueueLimitAssociationSummary')
|
412
440
|
QueueMember = Shapes::StructureShape.new(name: 'QueueMember')
|
413
441
|
QueueMemberList = Shapes::ListShape.new(name: 'QueueMemberList')
|
414
442
|
QueueStatus = Shapes::StringShape.new(name: 'QueueStatus')
|
@@ -557,6 +585,8 @@ module Aws::Deadline
|
|
557
585
|
UpdateJobLifecycleStatus = Shapes::StringShape.new(name: 'UpdateJobLifecycleStatus')
|
558
586
|
UpdateJobRequest = Shapes::StructureShape.new(name: 'UpdateJobRequest')
|
559
587
|
UpdateJobResponse = Shapes::StructureShape.new(name: 'UpdateJobResponse')
|
588
|
+
UpdateLimitRequest = Shapes::StructureShape.new(name: 'UpdateLimitRequest')
|
589
|
+
UpdateLimitResponse = Shapes::StructureShape.new(name: 'UpdateLimitResponse')
|
560
590
|
UpdateMonitorRequest = Shapes::StructureShape.new(name: 'UpdateMonitorRequest')
|
561
591
|
UpdateMonitorResponse = Shapes::StructureShape.new(name: 'UpdateMonitorResponse')
|
562
592
|
UpdateQueueEnvironmentRequest = Shapes::StructureShape.new(name: 'UpdateQueueEnvironmentRequest')
|
@@ -564,6 +594,9 @@ module Aws::Deadline
|
|
564
594
|
UpdateQueueFleetAssociationRequest = Shapes::StructureShape.new(name: 'UpdateQueueFleetAssociationRequest')
|
565
595
|
UpdateQueueFleetAssociationResponse = Shapes::StructureShape.new(name: 'UpdateQueueFleetAssociationResponse')
|
566
596
|
UpdateQueueFleetAssociationStatus = Shapes::StringShape.new(name: 'UpdateQueueFleetAssociationStatus')
|
597
|
+
UpdateQueueLimitAssociationRequest = Shapes::StructureShape.new(name: 'UpdateQueueLimitAssociationRequest')
|
598
|
+
UpdateQueueLimitAssociationResponse = Shapes::StructureShape.new(name: 'UpdateQueueLimitAssociationResponse')
|
599
|
+
UpdateQueueLimitAssociationStatus = Shapes::StringShape.new(name: 'UpdateQueueLimitAssociationStatus')
|
567
600
|
UpdateQueueRequest = Shapes::StructureShape.new(name: 'UpdateQueueRequest')
|
568
601
|
UpdateQueueResponse = Shapes::StructureShape.new(name: 'UpdateQueueResponse')
|
569
602
|
UpdateSessionRequest = Shapes::StructureShape.new(name: 'UpdateSessionRequest')
|
@@ -639,6 +672,12 @@ module Aws::Deadline
|
|
639
672
|
AccessDeniedException.add_member(:context, Shapes::ShapeRef.new(shape: ExceptionContext, location_name: "context"))
|
640
673
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
641
674
|
|
675
|
+
AcquiredLimit.add_member(:limit_id, Shapes::ShapeRef.new(shape: LimitId, required: true, location_name: "limitId"))
|
676
|
+
AcquiredLimit.add_member(:count, Shapes::ShapeRef.new(shape: MinOneMaxInteger, required: true, location_name: "count"))
|
677
|
+
AcquiredLimit.struct_class = Types::AcquiredLimit
|
678
|
+
|
679
|
+
AcquiredLimits.member = Shapes::ShapeRef.new(shape: AcquiredLimit)
|
680
|
+
|
642
681
|
AllowedStorageProfileIds.member = Shapes::ShapeRef.new(shape: StorageProfileId)
|
643
682
|
|
644
683
|
AssignedEnvironmentEnterSessionActionDefinition.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
|
@@ -891,6 +930,7 @@ module Aws::Deadline
|
|
891
930
|
CreateJobRequest.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: CreateJobTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
|
892
931
|
CreateJobRequest.add_member(:max_failed_tasks_count, Shapes::ShapeRef.new(shape: MaxFailedTasksCount, location_name: "maxFailedTasksCount"))
|
893
932
|
CreateJobRequest.add_member(:max_retries_per_task, Shapes::ShapeRef.new(shape: MaxRetriesPerTask, location_name: "maxRetriesPerTask"))
|
933
|
+
CreateJobRequest.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: MaxWorkerCount, location_name: "maxWorkerCount"))
|
894
934
|
CreateJobRequest.add_member(:source_job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "sourceJobId"))
|
895
935
|
CreateJobRequest.struct_class = Types::CreateJobRequest
|
896
936
|
|
@@ -911,6 +951,17 @@ module Aws::Deadline
|
|
911
951
|
CreateLicenseEndpointResponse.add_member(:license_endpoint_id, Shapes::ShapeRef.new(shape: LicenseEndpointId, required: true, location_name: "licenseEndpointId"))
|
912
952
|
CreateLicenseEndpointResponse.struct_class = Types::CreateLicenseEndpointResponse
|
913
953
|
|
954
|
+
CreateLimitRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
955
|
+
CreateLimitRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
956
|
+
CreateLimitRequest.add_member(:amount_requirement_name, Shapes::ShapeRef.new(shape: AmountRequirementName, required: true, location_name: "amountRequirementName"))
|
957
|
+
CreateLimitRequest.add_member(:max_count, Shapes::ShapeRef.new(shape: MaxCount, required: true, location_name: "maxCount"))
|
958
|
+
CreateLimitRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
959
|
+
CreateLimitRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
960
|
+
CreateLimitRequest.struct_class = Types::CreateLimitRequest
|
961
|
+
|
962
|
+
CreateLimitResponse.add_member(:limit_id, Shapes::ShapeRef.new(shape: LimitId, required: true, location_name: "limitId"))
|
963
|
+
CreateLimitResponse.struct_class = Types::CreateLimitResponse
|
964
|
+
|
914
965
|
CreateMonitorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
915
966
|
CreateMonitorRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
916
967
|
CreateMonitorRequest.add_member(:identity_center_instance_arn, Shapes::ShapeRef.new(shape: IdentityCenterInstanceArn, required: true, location_name: "identityCenterInstanceArn"))
|
@@ -940,6 +991,13 @@ module Aws::Deadline
|
|
940
991
|
|
941
992
|
CreateQueueFleetAssociationResponse.struct_class = Types::CreateQueueFleetAssociationResponse
|
942
993
|
|
994
|
+
CreateQueueLimitAssociationRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
995
|
+
CreateQueueLimitAssociationRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "queueId"))
|
996
|
+
CreateQueueLimitAssociationRequest.add_member(:limit_id, Shapes::ShapeRef.new(shape: LimitId, required: true, location_name: "limitId"))
|
997
|
+
CreateQueueLimitAssociationRequest.struct_class = Types::CreateQueueLimitAssociationRequest
|
998
|
+
|
999
|
+
CreateQueueLimitAssociationResponse.struct_class = Types::CreateQueueLimitAssociationResponse
|
1000
|
+
|
943
1001
|
CreateQueueRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
944
1002
|
CreateQueueRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
945
1003
|
CreateQueueRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
@@ -1023,6 +1081,12 @@ module Aws::Deadline
|
|
1023
1081
|
|
1024
1082
|
DeleteLicenseEndpointResponse.struct_class = Types::DeleteLicenseEndpointResponse
|
1025
1083
|
|
1084
|
+
DeleteLimitRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1085
|
+
DeleteLimitRequest.add_member(:limit_id, Shapes::ShapeRef.new(shape: LimitId, required: true, location: "uri", location_name: "limitId"))
|
1086
|
+
DeleteLimitRequest.struct_class = Types::DeleteLimitRequest
|
1087
|
+
|
1088
|
+
DeleteLimitResponse.struct_class = Types::DeleteLimitResponse
|
1089
|
+
|
1026
1090
|
DeleteMeteredProductRequest.add_member(:license_endpoint_id, Shapes::ShapeRef.new(shape: LicenseEndpointId, required: true, location: "uri", location_name: "licenseEndpointId"))
|
1027
1091
|
DeleteMeteredProductRequest.add_member(:product_id, Shapes::ShapeRef.new(shape: MeteredProductId, required: true, location: "uri", location_name: "productId"))
|
1028
1092
|
DeleteMeteredProductRequest.struct_class = Types::DeleteMeteredProductRequest
|
@@ -1048,6 +1112,13 @@ module Aws::Deadline
|
|
1048
1112
|
|
1049
1113
|
DeleteQueueFleetAssociationResponse.struct_class = Types::DeleteQueueFleetAssociationResponse
|
1050
1114
|
|
1115
|
+
DeleteQueueLimitAssociationRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1116
|
+
DeleteQueueLimitAssociationRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1117
|
+
DeleteQueueLimitAssociationRequest.add_member(:limit_id, Shapes::ShapeRef.new(shape: LimitId, required: true, location: "uri", location_name: "limitId"))
|
1118
|
+
DeleteQueueLimitAssociationRequest.struct_class = Types::DeleteQueueLimitAssociationRequest
|
1119
|
+
|
1120
|
+
DeleteQueueLimitAssociationResponse.struct_class = Types::DeleteQueueLimitAssociationResponse
|
1121
|
+
|
1051
1122
|
DeleteQueueRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1052
1123
|
DeleteQueueRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1053
1124
|
DeleteQueueRequest.struct_class = Types::DeleteQueueRequest
|
@@ -1296,8 +1367,8 @@ module Aws::Deadline
|
|
1296
1367
|
GetJobEntityError.struct_class = Types::GetJobEntityError
|
1297
1368
|
|
1298
1369
|
GetJobRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1299
|
-
GetJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1300
1370
|
GetJobRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1371
|
+
GetJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1301
1372
|
GetJobRequest.struct_class = Types::GetJobRequest
|
1302
1373
|
|
1303
1374
|
GetJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
@@ -1320,6 +1391,7 @@ module Aws::Deadline
|
|
1320
1391
|
GetJobResponse.add_member(:parameters, Shapes::ShapeRef.new(shape: JobParameters, location_name: "parameters"))
|
1321
1392
|
GetJobResponse.add_member(:attachments, Shapes::ShapeRef.new(shape: Attachments, location_name: "attachments"))
|
1322
1393
|
GetJobResponse.add_member(:description, Shapes::ShapeRef.new(shape: JobDescription, location_name: "description"))
|
1394
|
+
GetJobResponse.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: MaxWorkerCount, location_name: "maxWorkerCount"))
|
1323
1395
|
GetJobResponse.add_member(:source_job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "sourceJobId"))
|
1324
1396
|
GetJobResponse.struct_class = Types::GetJobResponse
|
1325
1397
|
|
@@ -1339,6 +1411,23 @@ module Aws::Deadline
|
|
1339
1411
|
|
1340
1412
|
GetLicenseEndpointResponseSubnetIdsList.member = Shapes::ShapeRef.new(shape: SubnetId)
|
1341
1413
|
|
1414
|
+
GetLimitRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1415
|
+
GetLimitRequest.add_member(:limit_id, Shapes::ShapeRef.new(shape: LimitId, required: true, location: "uri", location_name: "limitId"))
|
1416
|
+
GetLimitRequest.struct_class = Types::GetLimitRequest
|
1417
|
+
|
1418
|
+
GetLimitResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
1419
|
+
GetLimitResponse.add_member(:amount_requirement_name, Shapes::ShapeRef.new(shape: AmountRequirementName, required: true, location_name: "amountRequirementName"))
|
1420
|
+
GetLimitResponse.add_member(:max_count, Shapes::ShapeRef.new(shape: MaxCount, required: true, location_name: "maxCount"))
|
1421
|
+
GetLimitResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1422
|
+
GetLimitResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1423
|
+
GetLimitResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1424
|
+
GetLimitResponse.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1425
|
+
GetLimitResponse.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
1426
|
+
GetLimitResponse.add_member(:limit_id, Shapes::ShapeRef.new(shape: LimitId, required: true, location_name: "limitId"))
|
1427
|
+
GetLimitResponse.add_member(:current_count, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, required: true, location_name: "currentCount"))
|
1428
|
+
GetLimitResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1429
|
+
GetLimitResponse.struct_class = Types::GetLimitResponse
|
1430
|
+
|
1342
1431
|
GetMonitorRequest.add_member(:monitor_id, Shapes::ShapeRef.new(shape: MonitorId, required: true, location: "uri", location_name: "monitorId"))
|
1343
1432
|
GetMonitorRequest.struct_class = Types::GetMonitorRequest
|
1344
1433
|
|
@@ -1385,6 +1474,20 @@ module Aws::Deadline
|
|
1385
1474
|
GetQueueFleetAssociationResponse.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1386
1475
|
GetQueueFleetAssociationResponse.struct_class = Types::GetQueueFleetAssociationResponse
|
1387
1476
|
|
1477
|
+
GetQueueLimitAssociationRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1478
|
+
GetQueueLimitAssociationRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1479
|
+
GetQueueLimitAssociationRequest.add_member(:limit_id, Shapes::ShapeRef.new(shape: LimitId, required: true, location: "uri", location_name: "limitId"))
|
1480
|
+
GetQueueLimitAssociationRequest.struct_class = Types::GetQueueLimitAssociationRequest
|
1481
|
+
|
1482
|
+
GetQueueLimitAssociationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1483
|
+
GetQueueLimitAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1484
|
+
GetQueueLimitAssociationResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1485
|
+
GetQueueLimitAssociationResponse.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1486
|
+
GetQueueLimitAssociationResponse.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "queueId"))
|
1487
|
+
GetQueueLimitAssociationResponse.add_member(:limit_id, Shapes::ShapeRef.new(shape: LimitId, required: true, location_name: "limitId"))
|
1488
|
+
GetQueueLimitAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: QueueLimitAssociationStatus, required: true, location_name: "status"))
|
1489
|
+
GetQueueLimitAssociationResponse.struct_class = Types::GetQueueLimitAssociationResponse
|
1490
|
+
|
1388
1491
|
GetQueueRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1389
1492
|
GetQueueRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1390
1493
|
GetQueueRequest.struct_class = Types::GetQueueRequest
|
@@ -1423,6 +1526,7 @@ module Aws::Deadline
|
|
1423
1526
|
GetSessionActionResponse.add_member(:process_exit_code, Shapes::ShapeRef.new(shape: ProcessExitCode, location_name: "processExitCode"))
|
1424
1527
|
GetSessionActionResponse.add_member(:progress_message, Shapes::ShapeRef.new(shape: SessionActionProgressMessage, location_name: "progressMessage"))
|
1425
1528
|
GetSessionActionResponse.add_member(:definition, Shapes::ShapeRef.new(shape: SessionActionDefinition, required: true, location_name: "definition"))
|
1529
|
+
GetSessionActionResponse.add_member(:acquired_limits, Shapes::ShapeRef.new(shape: AcquiredLimits, location_name: "acquiredLimits"))
|
1426
1530
|
GetSessionActionResponse.struct_class = Types::GetSessionActionResponse
|
1427
1531
|
|
1428
1532
|
GetSessionRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
@@ -1533,9 +1637,9 @@ module Aws::Deadline
|
|
1533
1637
|
GetWorkerRequest.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, required: true, location: "uri", location_name: "workerId"))
|
1534
1638
|
GetWorkerRequest.struct_class = Types::GetWorkerRequest
|
1535
1639
|
|
1536
|
-
GetWorkerResponse.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, required: true, location_name: "workerId"))
|
1537
1640
|
GetWorkerResponse.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
1538
1641
|
GetWorkerResponse.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
1642
|
+
GetWorkerResponse.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, required: true, location_name: "workerId"))
|
1539
1643
|
GetWorkerResponse.add_member(:host_properties, Shapes::ShapeRef.new(shape: HostPropertiesResponse, location_name: "hostProperties"))
|
1540
1644
|
GetWorkerResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorkerStatus, required: true, location_name: "status"))
|
1541
1645
|
GetWorkerResponse.add_member(:log, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "log"))
|
@@ -1680,6 +1784,7 @@ module Aws::Deadline
|
|
1680
1784
|
JobSearchSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
1681
1785
|
JobSearchSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
1682
1786
|
JobSearchSummary.add_member(:job_parameters, Shapes::ShapeRef.new(shape: JobParameters, location_name: "jobParameters"))
|
1787
|
+
JobSearchSummary.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: MaxWorkerCount, location_name: "maxWorkerCount"))
|
1683
1788
|
JobSearchSummary.add_member(:source_job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "sourceJobId"))
|
1684
1789
|
JobSearchSummary.struct_class = Types::JobSearchSummary
|
1685
1790
|
|
@@ -1701,6 +1806,7 @@ module Aws::Deadline
|
|
1701
1806
|
JobSummary.add_member(:task_run_status_counts, Shapes::ShapeRef.new(shape: TaskRunStatusCounts, location_name: "taskRunStatusCounts"))
|
1702
1807
|
JobSummary.add_member(:max_failed_tasks_count, Shapes::ShapeRef.new(shape: MaxFailedTasksCount, location_name: "maxFailedTasksCount"))
|
1703
1808
|
JobSummary.add_member(:max_retries_per_task, Shapes::ShapeRef.new(shape: MaxRetriesPerTask, location_name: "maxRetriesPerTask"))
|
1809
|
+
JobSummary.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: MaxWorkerCount, location_name: "maxWorkerCount"))
|
1704
1810
|
JobSummary.add_member(:source_job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "sourceJobId"))
|
1705
1811
|
JobSummary.struct_class = Types::JobSummary
|
1706
1812
|
|
@@ -1712,6 +1818,20 @@ module Aws::Deadline
|
|
1712
1818
|
LicenseEndpointSummary.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
1713
1819
|
LicenseEndpointSummary.struct_class = Types::LicenseEndpointSummary
|
1714
1820
|
|
1821
|
+
LimitSummaries.member = Shapes::ShapeRef.new(shape: LimitSummary)
|
1822
|
+
|
1823
|
+
LimitSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
1824
|
+
LimitSummary.add_member(:amount_requirement_name, Shapes::ShapeRef.new(shape: AmountRequirementName, required: true, location_name: "amountRequirementName"))
|
1825
|
+
LimitSummary.add_member(:max_count, Shapes::ShapeRef.new(shape: MaxCount, required: true, location_name: "maxCount"))
|
1826
|
+
LimitSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1827
|
+
LimitSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1828
|
+
LimitSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1829
|
+
LimitSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1830
|
+
LimitSummary.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
1831
|
+
LimitSummary.add_member(:limit_id, Shapes::ShapeRef.new(shape: LimitId, required: true, location_name: "limitId"))
|
1832
|
+
LimitSummary.add_member(:current_count, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, required: true, location_name: "currentCount"))
|
1833
|
+
LimitSummary.struct_class = Types::LimitSummary
|
1834
|
+
|
1715
1835
|
ListAttributeCapabilityValue.member = Shapes::ShapeRef.new(shape: AttributeCapabilityValue)
|
1716
1836
|
|
1717
1837
|
ListAvailableMeteredProductsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
@@ -1813,6 +1933,15 @@ module Aws::Deadline
|
|
1813
1933
|
ListLicenseEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1814
1934
|
ListLicenseEndpointsResponse.struct_class = Types::ListLicenseEndpointsResponse
|
1815
1935
|
|
1936
|
+
ListLimitsRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1937
|
+
ListLimitsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1938
|
+
ListLimitsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1939
|
+
ListLimitsRequest.struct_class = Types::ListLimitsRequest
|
1940
|
+
|
1941
|
+
ListLimitsResponse.add_member(:limits, Shapes::ShapeRef.new(shape: LimitSummaries, required: true, location_name: "limits"))
|
1942
|
+
ListLimitsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1943
|
+
ListLimitsResponse.struct_class = Types::ListLimitsResponse
|
1944
|
+
|
1816
1945
|
ListMeteredProductsRequest.add_member(:license_endpoint_id, Shapes::ShapeRef.new(shape: LicenseEndpointId, required: true, location: "uri", location_name: "licenseEndpointId"))
|
1817
1946
|
ListMeteredProductsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1818
1947
|
ListMeteredProductsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -1851,6 +1980,17 @@ module Aws::Deadline
|
|
1851
1980
|
ListQueueFleetAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1852
1981
|
ListQueueFleetAssociationsResponse.struct_class = Types::ListQueueFleetAssociationsResponse
|
1853
1982
|
|
1983
|
+
ListQueueLimitAssociationsRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1984
|
+
ListQueueLimitAssociationsRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location: "querystring", location_name: "queueId"))
|
1985
|
+
ListQueueLimitAssociationsRequest.add_member(:limit_id, Shapes::ShapeRef.new(shape: LimitId, location: "querystring", location_name: "limitId"))
|
1986
|
+
ListQueueLimitAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1987
|
+
ListQueueLimitAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1988
|
+
ListQueueLimitAssociationsRequest.struct_class = Types::ListQueueLimitAssociationsRequest
|
1989
|
+
|
1990
|
+
ListQueueLimitAssociationsResponse.add_member(:queue_limit_associations, Shapes::ShapeRef.new(shape: QueueLimitAssociationSummaries, required: true, location_name: "queueLimitAssociations"))
|
1991
|
+
ListQueueLimitAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1992
|
+
ListQueueLimitAssociationsResponse.struct_class = Types::ListQueueLimitAssociationsResponse
|
1993
|
+
|
1854
1994
|
ListQueueMembersRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1855
1995
|
ListQueueMembersRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1856
1996
|
ListQueueMembersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
@@ -2090,6 +2230,17 @@ module Aws::Deadline
|
|
2090
2230
|
QueueFleetAssociationSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
2091
2231
|
QueueFleetAssociationSummary.struct_class = Types::QueueFleetAssociationSummary
|
2092
2232
|
|
2233
|
+
QueueLimitAssociationSummaries.member = Shapes::ShapeRef.new(shape: QueueLimitAssociationSummary)
|
2234
|
+
|
2235
|
+
QueueLimitAssociationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
2236
|
+
QueueLimitAssociationSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
2237
|
+
QueueLimitAssociationSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
2238
|
+
QueueLimitAssociationSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
2239
|
+
QueueLimitAssociationSummary.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "queueId"))
|
2240
|
+
QueueLimitAssociationSummary.add_member(:limit_id, Shapes::ShapeRef.new(shape: LimitId, required: true, location_name: "limitId"))
|
2241
|
+
QueueLimitAssociationSummary.add_member(:status, Shapes::ShapeRef.new(shape: QueueLimitAssociationStatus, required: true, location_name: "status"))
|
2242
|
+
QueueLimitAssociationSummary.struct_class = Types::QueueLimitAssociationSummary
|
2243
|
+
|
2093
2244
|
QueueMember.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
2094
2245
|
QueueMember.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "queueId"))
|
2095
2246
|
QueueMember.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, required: true, location_name: "principalId"))
|
@@ -2579,18 +2730,28 @@ module Aws::Deadline
|
|
2579
2730
|
UpdateFleetResponse.struct_class = Types::UpdateFleetResponse
|
2580
2731
|
|
2581
2732
|
UpdateJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
2582
|
-
UpdateJobRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2583
|
-
UpdateJobRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
2584
|
-
UpdateJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
2585
2733
|
UpdateJobRequest.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: JobTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
|
2586
2734
|
UpdateJobRequest.add_member(:priority, Shapes::ShapeRef.new(shape: JobPriority, location_name: "priority"))
|
2587
2735
|
UpdateJobRequest.add_member(:max_failed_tasks_count, Shapes::ShapeRef.new(shape: MaxFailedTasksCount, location_name: "maxFailedTasksCount"))
|
2588
2736
|
UpdateJobRequest.add_member(:max_retries_per_task, Shapes::ShapeRef.new(shape: MaxRetriesPerTask, location_name: "maxRetriesPerTask"))
|
2589
2737
|
UpdateJobRequest.add_member(:lifecycle_status, Shapes::ShapeRef.new(shape: UpdateJobLifecycleStatus, location_name: "lifecycleStatus"))
|
2738
|
+
UpdateJobRequest.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: MaxWorkerCount, location_name: "maxWorkerCount"))
|
2739
|
+
UpdateJobRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2740
|
+
UpdateJobRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
2741
|
+
UpdateJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
2590
2742
|
UpdateJobRequest.struct_class = Types::UpdateJobRequest
|
2591
2743
|
|
2592
2744
|
UpdateJobResponse.struct_class = Types::UpdateJobResponse
|
2593
2745
|
|
2746
|
+
UpdateLimitRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2747
|
+
UpdateLimitRequest.add_member(:limit_id, Shapes::ShapeRef.new(shape: LimitId, required: true, location: "uri", location_name: "limitId"))
|
2748
|
+
UpdateLimitRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
|
2749
|
+
UpdateLimitRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2750
|
+
UpdateLimitRequest.add_member(:max_count, Shapes::ShapeRef.new(shape: MaxCount, location_name: "maxCount"))
|
2751
|
+
UpdateLimitRequest.struct_class = Types::UpdateLimitRequest
|
2752
|
+
|
2753
|
+
UpdateLimitResponse.struct_class = Types::UpdateLimitResponse
|
2754
|
+
|
2594
2755
|
UpdateMonitorRequest.add_member(:monitor_id, Shapes::ShapeRef.new(shape: MonitorId, required: true, location: "uri", location_name: "monitorId"))
|
2595
2756
|
UpdateMonitorRequest.add_member(:subdomain, Shapes::ShapeRef.new(shape: Subdomain, location_name: "subdomain"))
|
2596
2757
|
UpdateMonitorRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
|
@@ -2618,6 +2779,14 @@ module Aws::Deadline
|
|
2618
2779
|
|
2619
2780
|
UpdateQueueFleetAssociationResponse.struct_class = Types::UpdateQueueFleetAssociationResponse
|
2620
2781
|
|
2782
|
+
UpdateQueueLimitAssociationRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2783
|
+
UpdateQueueLimitAssociationRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
2784
|
+
UpdateQueueLimitAssociationRequest.add_member(:limit_id, Shapes::ShapeRef.new(shape: LimitId, required: true, location: "uri", location_name: "limitId"))
|
2785
|
+
UpdateQueueLimitAssociationRequest.add_member(:status, Shapes::ShapeRef.new(shape: UpdateQueueLimitAssociationStatus, required: true, location_name: "status"))
|
2786
|
+
UpdateQueueLimitAssociationRequest.struct_class = Types::UpdateQueueLimitAssociationRequest
|
2787
|
+
|
2788
|
+
UpdateQueueLimitAssociationResponse.struct_class = Types::UpdateQueueLimitAssociationResponse
|
2789
|
+
|
2621
2790
|
UpdateQueueRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
2622
2791
|
UpdateQueueRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2623
2792
|
UpdateQueueRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
@@ -2636,21 +2805,21 @@ module Aws::Deadline
|
|
2636
2805
|
UpdateQueueResponse.struct_class = Types::UpdateQueueResponse
|
2637
2806
|
|
2638
2807
|
UpdateSessionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
2808
|
+
UpdateSessionRequest.add_member(:target_lifecycle_status, Shapes::ShapeRef.new(shape: SessionLifecycleTargetStatus, required: true, location_name: "targetLifecycleStatus"))
|
2639
2809
|
UpdateSessionRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2640
2810
|
UpdateSessionRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
2641
2811
|
UpdateSessionRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
2642
2812
|
UpdateSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location: "uri", location_name: "sessionId"))
|
2643
|
-
UpdateSessionRequest.add_member(:target_lifecycle_status, Shapes::ShapeRef.new(shape: SessionLifecycleTargetStatus, required: true, location_name: "targetLifecycleStatus"))
|
2644
2813
|
UpdateSessionRequest.struct_class = Types::UpdateSessionRequest
|
2645
2814
|
|
2646
2815
|
UpdateSessionResponse.struct_class = Types::UpdateSessionResponse
|
2647
2816
|
|
2817
|
+
UpdateStepRequest.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: StepTargetTaskRunStatus, required: true, location_name: "targetTaskRunStatus"))
|
2648
2818
|
UpdateStepRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
2649
2819
|
UpdateStepRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2650
2820
|
UpdateStepRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
2651
2821
|
UpdateStepRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
2652
2822
|
UpdateStepRequest.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location: "uri", location_name: "stepId"))
|
2653
|
-
UpdateStepRequest.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: StepTargetTaskRunStatus, required: true, location_name: "targetTaskRunStatus"))
|
2654
2823
|
UpdateStepRequest.struct_class = Types::UpdateStepRequest
|
2655
2824
|
|
2656
2825
|
UpdateStepResponse.struct_class = Types::UpdateStepResponse
|
@@ -2667,12 +2836,12 @@ module Aws::Deadline
|
|
2667
2836
|
UpdateStorageProfileResponse.struct_class = Types::UpdateStorageProfileResponse
|
2668
2837
|
|
2669
2838
|
UpdateTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
2839
|
+
UpdateTaskRequest.add_member(:target_run_status, Shapes::ShapeRef.new(shape: TaskTargetRunStatus, required: true, location_name: "targetRunStatus"))
|
2670
2840
|
UpdateTaskRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2671
2841
|
UpdateTaskRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
2672
2842
|
UpdateTaskRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
2673
2843
|
UpdateTaskRequest.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location: "uri", location_name: "stepId"))
|
2674
2844
|
UpdateTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location: "uri", location_name: "taskId"))
|
2675
|
-
UpdateTaskRequest.add_member(:target_run_status, Shapes::ShapeRef.new(shape: TaskTargetRunStatus, required: true, location_name: "targetRunStatus"))
|
2676
2845
|
UpdateTaskRequest.struct_class = Types::UpdateTaskRequest
|
2677
2846
|
|
2678
2847
|
UpdateTaskResponse.struct_class = Types::UpdateTaskResponse
|
@@ -3082,6 +3251,23 @@ module Aws::Deadline
|
|
3082
3251
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3083
3252
|
end)
|
3084
3253
|
|
3254
|
+
api.add_operation(:create_limit, Seahorse::Model::Operation.new.tap do |o|
|
3255
|
+
o.name = "CreateLimit"
|
3256
|
+
o.http_method = "POST"
|
3257
|
+
o.http_request_uri = "/2023-10-12/farms/{farmId}/limits"
|
3258
|
+
o.endpoint_pattern = {
|
3259
|
+
"hostPrefix" => "management.",
|
3260
|
+
}
|
3261
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLimitRequest)
|
3262
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLimitResponse)
|
3263
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3264
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3265
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3266
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3267
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3268
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3269
|
+
end)
|
3270
|
+
|
3085
3271
|
api.add_operation(:create_monitor, Seahorse::Model::Operation.new.tap do |o|
|
3086
3272
|
o.name = "CreateMonitor"
|
3087
3273
|
o.http_method = "POST"
|
@@ -3148,6 +3334,22 @@ module Aws::Deadline
|
|
3148
3334
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3149
3335
|
end)
|
3150
3336
|
|
3337
|
+
api.add_operation(:create_queue_limit_association, Seahorse::Model::Operation.new.tap do |o|
|
3338
|
+
o.name = "CreateQueueLimitAssociation"
|
3339
|
+
o.http_method = "PUT"
|
3340
|
+
o.http_request_uri = "/2023-10-12/farms/{farmId}/queue-limit-associations"
|
3341
|
+
o.endpoint_pattern = {
|
3342
|
+
"hostPrefix" => "management.",
|
3343
|
+
}
|
3344
|
+
o.input = Shapes::ShapeRef.new(shape: CreateQueueLimitAssociationRequest)
|
3345
|
+
o.output = Shapes::ShapeRef.new(shape: CreateQueueLimitAssociationResponse)
|
3346
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3347
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3348
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3349
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3350
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3351
|
+
end)
|
3352
|
+
|
3151
3353
|
api.add_operation(:create_storage_profile, Seahorse::Model::Operation.new.tap do |o|
|
3152
3354
|
o.name = "CreateStorageProfile"
|
3153
3355
|
o.http_method = "POST"
|
@@ -3248,6 +3450,21 @@ module Aws::Deadline
|
|
3248
3450
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3249
3451
|
end)
|
3250
3452
|
|
3453
|
+
api.add_operation(:delete_limit, Seahorse::Model::Operation.new.tap do |o|
|
3454
|
+
o.name = "DeleteLimit"
|
3455
|
+
o.http_method = "DELETE"
|
3456
|
+
o.http_request_uri = "/2023-10-12/farms/{farmId}/limits/{limitId}"
|
3457
|
+
o.endpoint_pattern = {
|
3458
|
+
"hostPrefix" => "management.",
|
3459
|
+
}
|
3460
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteLimitRequest)
|
3461
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteLimitResponse)
|
3462
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3463
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3464
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3465
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3466
|
+
end)
|
3467
|
+
|
3251
3468
|
api.add_operation(:delete_metered_product, Seahorse::Model::Operation.new.tap do |o|
|
3252
3469
|
o.name = "DeleteMeteredProduct"
|
3253
3470
|
o.http_method = "DELETE"
|
@@ -3329,6 +3546,23 @@ module Aws::Deadline
|
|
3329
3546
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3330
3547
|
end)
|
3331
3548
|
|
3549
|
+
api.add_operation(:delete_queue_limit_association, Seahorse::Model::Operation.new.tap do |o|
|
3550
|
+
o.name = "DeleteQueueLimitAssociation"
|
3551
|
+
o.http_method = "DELETE"
|
3552
|
+
o.http_request_uri = "/2023-10-12/farms/{farmId}/queue-limit-associations/{queueId}/{limitId}"
|
3553
|
+
o.endpoint_pattern = {
|
3554
|
+
"hostPrefix" => "management.",
|
3555
|
+
}
|
3556
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteQueueLimitAssociationRequest)
|
3557
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteQueueLimitAssociationResponse)
|
3558
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3559
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3560
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3561
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3562
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3563
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3564
|
+
end)
|
3565
|
+
|
3332
3566
|
api.add_operation(:delete_storage_profile, Seahorse::Model::Operation.new.tap do |o|
|
3333
3567
|
o.name = "DeleteStorageProfile"
|
3334
3568
|
o.http_method = "DELETE"
|
@@ -3507,6 +3741,22 @@ module Aws::Deadline
|
|
3507
3741
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3508
3742
|
end)
|
3509
3743
|
|
3744
|
+
api.add_operation(:get_limit, Seahorse::Model::Operation.new.tap do |o|
|
3745
|
+
o.name = "GetLimit"
|
3746
|
+
o.http_method = "GET"
|
3747
|
+
o.http_request_uri = "/2023-10-12/farms/{farmId}/limits/{limitId}"
|
3748
|
+
o.endpoint_pattern = {
|
3749
|
+
"hostPrefix" => "management.",
|
3750
|
+
}
|
3751
|
+
o.input = Shapes::ShapeRef.new(shape: GetLimitRequest)
|
3752
|
+
o.output = Shapes::ShapeRef.new(shape: GetLimitResponse)
|
3753
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3754
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3755
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3756
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3757
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3758
|
+
end)
|
3759
|
+
|
3510
3760
|
api.add_operation(:get_monitor, Seahorse::Model::Operation.new.tap do |o|
|
3511
3761
|
o.name = "GetMonitor"
|
3512
3762
|
o.http_method = "GET"
|
@@ -3571,6 +3821,22 @@ module Aws::Deadline
|
|
3571
3821
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3572
3822
|
end)
|
3573
3823
|
|
3824
|
+
api.add_operation(:get_queue_limit_association, Seahorse::Model::Operation.new.tap do |o|
|
3825
|
+
o.name = "GetQueueLimitAssociation"
|
3826
|
+
o.http_method = "GET"
|
3827
|
+
o.http_request_uri = "/2023-10-12/farms/{farmId}/queue-limit-associations/{queueId}/{limitId}"
|
3828
|
+
o.endpoint_pattern = {
|
3829
|
+
"hostPrefix" => "management.",
|
3830
|
+
}
|
3831
|
+
o.input = Shapes::ShapeRef.new(shape: GetQueueLimitAssociationRequest)
|
3832
|
+
o.output = Shapes::ShapeRef.new(shape: GetQueueLimitAssociationResponse)
|
3833
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3834
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3835
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3836
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3837
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3838
|
+
end)
|
3839
|
+
|
3574
3840
|
api.add_operation(:get_session, Seahorse::Model::Operation.new.tap do |o|
|
3575
3841
|
o.name = "GetSession"
|
3576
3842
|
o.http_method = "GET"
|
@@ -3921,6 +4187,28 @@ module Aws::Deadline
|
|
3921
4187
|
)
|
3922
4188
|
end)
|
3923
4189
|
|
4190
|
+
api.add_operation(:list_limits, Seahorse::Model::Operation.new.tap do |o|
|
4191
|
+
o.name = "ListLimits"
|
4192
|
+
o.http_method = "GET"
|
4193
|
+
o.http_request_uri = "/2023-10-12/farms/{farmId}/limits"
|
4194
|
+
o.endpoint_pattern = {
|
4195
|
+
"hostPrefix" => "management.",
|
4196
|
+
}
|
4197
|
+
o.input = Shapes::ShapeRef.new(shape: ListLimitsRequest)
|
4198
|
+
o.output = Shapes::ShapeRef.new(shape: ListLimitsResponse)
|
4199
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4200
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
4201
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4202
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4203
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4204
|
+
o[:pager] = Aws::Pager.new(
|
4205
|
+
limit_key: "max_results",
|
4206
|
+
tokens: {
|
4207
|
+
"next_token" => "next_token"
|
4208
|
+
}
|
4209
|
+
)
|
4210
|
+
end)
|
4211
|
+
|
3924
4212
|
api.add_operation(:list_metered_products, Seahorse::Model::Operation.new.tap do |o|
|
3925
4213
|
o.name = "ListMeteredProducts"
|
3926
4214
|
o.http_method = "GET"
|
@@ -4007,6 +4295,27 @@ module Aws::Deadline
|
|
4007
4295
|
)
|
4008
4296
|
end)
|
4009
4297
|
|
4298
|
+
api.add_operation(:list_queue_limit_associations, Seahorse::Model::Operation.new.tap do |o|
|
4299
|
+
o.name = "ListQueueLimitAssociations"
|
4300
|
+
o.http_method = "GET"
|
4301
|
+
o.http_request_uri = "/2023-10-12/farms/{farmId}/queue-limit-associations"
|
4302
|
+
o.endpoint_pattern = {
|
4303
|
+
"hostPrefix" => "management.",
|
4304
|
+
}
|
4305
|
+
o.input = Shapes::ShapeRef.new(shape: ListQueueLimitAssociationsRequest)
|
4306
|
+
o.output = Shapes::ShapeRef.new(shape: ListQueueLimitAssociationsResponse)
|
4307
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4308
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
4309
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4310
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4311
|
+
o[:pager] = Aws::Pager.new(
|
4312
|
+
limit_key: "max_results",
|
4313
|
+
tokens: {
|
4314
|
+
"next_token" => "next_token"
|
4315
|
+
}
|
4316
|
+
)
|
4317
|
+
end)
|
4318
|
+
|
4010
4319
|
api.add_operation(:list_queue_members, Seahorse::Model::Operation.new.tap do |o|
|
4011
4320
|
o.name = "ListQueueMembers"
|
4012
4321
|
o.http_method = "GET"
|
@@ -4483,6 +4792,22 @@ module Aws::Deadline
|
|
4483
4792
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4484
4793
|
end)
|
4485
4794
|
|
4795
|
+
api.add_operation(:update_limit, Seahorse::Model::Operation.new.tap do |o|
|
4796
|
+
o.name = "UpdateLimit"
|
4797
|
+
o.http_method = "PATCH"
|
4798
|
+
o.http_request_uri = "/2023-10-12/farms/{farmId}/limits/{limitId}"
|
4799
|
+
o.endpoint_pattern = {
|
4800
|
+
"hostPrefix" => "management.",
|
4801
|
+
}
|
4802
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateLimitRequest)
|
4803
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateLimitResponse)
|
4804
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4805
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
4806
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4807
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4808
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4809
|
+
end)
|
4810
|
+
|
4486
4811
|
api.add_operation(:update_monitor, Seahorse::Model::Operation.new.tap do |o|
|
4487
4812
|
o.name = "UpdateMonitor"
|
4488
4813
|
o.http_method = "PATCH"
|
@@ -4547,6 +4872,22 @@ module Aws::Deadline
|
|
4547
4872
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4548
4873
|
end)
|
4549
4874
|
|
4875
|
+
api.add_operation(:update_queue_limit_association, Seahorse::Model::Operation.new.tap do |o|
|
4876
|
+
o.name = "UpdateQueueLimitAssociation"
|
4877
|
+
o.http_method = "PATCH"
|
4878
|
+
o.http_request_uri = "/2023-10-12/farms/{farmId}/queue-limit-associations/{queueId}/{limitId}"
|
4879
|
+
o.endpoint_pattern = {
|
4880
|
+
"hostPrefix" => "management.",
|
4881
|
+
}
|
4882
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateQueueLimitAssociationRequest)
|
4883
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateQueueLimitAssociationResponse)
|
4884
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4885
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
4886
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4887
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4888
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4889
|
+
end)
|
4890
|
+
|
4550
4891
|
api.add_operation(:update_session, Seahorse::Model::Operation.new.tap do |o|
|
4551
4892
|
o.name = "UpdateSession"
|
4552
4893
|
o.http_method = "PATCH"
|