aws-sdk-deadline 1.22.0 → 1.24.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8de749433c14ca7db11da737c889edf6453081fcb25e94a5074e9fa71c585d51
4
- data.tar.gz: 41e5c453ed9e9fe7425b25c8997c98124917cf442bc3c0d0e5d25b708071a85a
3
+ metadata.gz: 0a6489b88c0f427a7bd475c1bb01ad5e5cc5158298060f6852f33f85f30f7704
4
+ data.tar.gz: b4bc3e505dbd71900a481780d3f84cb25de515fd795c044f76fac4e4b5b4a0da
5
5
  SHA512:
6
- metadata.gz: dc95e67bc15ae9eb7ac6823452d0b10453ea34d388cd44956ee64a25392e5ccc8535382abcc181e28923598c3c33218fbf67f37471c39d8f67ab0bf580ea5290
7
- data.tar.gz: c2e4305db33706041b9efc59539e6ba7f767769e2396bc6364c4eb0b1c702b6432a329e5699ecd0ba4a162f5093bae7d41ee299f3e92fe8259101cd6aacb72f5
6
+ metadata.gz: e6289f5bb70f0194897bb89de7c434357db70b3e43515671f637c4018e7b56f74804306658bab94319d3cf40a27f2d39d68a54b11820f1894f1d50f05689ce0d
7
+ data.tar.gz: 5e18a930736fc2893fd33ffcc4288b85f03d35421a131633e278ac0c493150062759d7720f7fee54d722b272b842a5161d2877860b653f1d9eb3a068342fcdf2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.23.0 (2025-04-30)
10
+ ------------------
11
+
12
+ * Feature - Adds support for tag management on workers and tag inheritance from fleets to their associated workers.
13
+
4
14
  1.22.0 (2025-03-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.24.0
@@ -1230,6 +1230,7 @@ module Aws::Deadline
1230
1230
  # ],
1231
1231
  # },
1232
1232
  # storage_profile_id: "StorageProfileId",
1233
+ # tag_propagation_mode: "NO_PROPAGATION", # accepts NO_PROPAGATION, PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH
1233
1234
  # },
1234
1235
  # service_managed_ec2: {
1235
1236
  # instance_capabilities: { # required
@@ -1913,6 +1914,10 @@ module Aws::Deadline
1913
1914
  # **A suitable default value is auto-generated.** You should normally
1914
1915
  # not need to pass this option.**
1915
1916
  #
1917
+ # @option params [Hash<String,String>] :tags
1918
+ # Each tag consists of a tag key and a tag value. Tag keys and values
1919
+ # are both required, but tag values can be empty strings.
1920
+ #
1916
1921
  # @return [Types::CreateWorkerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1917
1922
  #
1918
1923
  # * {Types::CreateWorkerResponse#worker_id #worker_id} => String
@@ -1930,6 +1935,9 @@ module Aws::Deadline
1930
1935
  # host_name: "HostName",
1931
1936
  # },
1932
1937
  # client_token: "ClientToken",
1938
+ # tags: {
1939
+ # "String" => "String",
1940
+ # },
1933
1941
  # })
1934
1942
  #
1935
1943
  # @example Response structure
@@ -2605,6 +2613,7 @@ module Aws::Deadline
2605
2613
  # resp.configuration.customer_managed.worker_capabilities.custom_attributes[0].values #=> Array
2606
2614
  # resp.configuration.customer_managed.worker_capabilities.custom_attributes[0].values[0] #=> String
2607
2615
  # resp.configuration.customer_managed.storage_profile_id #=> String
2616
+ # resp.configuration.customer_managed.tag_propagation_mode #=> String, one of "NO_PROPAGATION", "PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH"
2608
2617
  # resp.configuration.service_managed_ec2.instance_capabilities.v_cpu_count.min #=> Integer
2609
2618
  # resp.configuration.service_managed_ec2.instance_capabilities.v_cpu_count.max #=> Integer
2610
2619
  # resp.configuration.service_managed_ec2.instance_capabilities.memory_mi_b.min #=> Integer
@@ -4008,6 +4017,7 @@ module Aws::Deadline
4008
4017
  # resp.fleets[0].configuration.customer_managed.worker_capabilities.custom_attributes[0].values #=> Array
4009
4018
  # resp.fleets[0].configuration.customer_managed.worker_capabilities.custom_attributes[0].values[0] #=> String
4010
4019
  # resp.fleets[0].configuration.customer_managed.storage_profile_id #=> String
4020
+ # resp.fleets[0].configuration.customer_managed.tag_propagation_mode #=> String, one of "NO_PROPAGATION", "PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH"
4011
4021
  # resp.fleets[0].configuration.service_managed_ec2.instance_capabilities.v_cpu_count.min #=> Integer
4012
4022
  # resp.fleets[0].configuration.service_managed_ec2.instance_capabilities.v_cpu_count.max #=> Integer
4013
4023
  # resp.fleets[0].configuration.service_managed_ec2.instance_capabilities.memory_mi_b.min #=> Integer
@@ -6164,6 +6174,7 @@ module Aws::Deadline
6164
6174
  # ],
6165
6175
  # },
6166
6176
  # storage_profile_id: "StorageProfileId",
6177
+ # tag_propagation_mode: "NO_PROPAGATION", # accepts NO_PROPAGATION, PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH
6167
6178
  # },
6168
6179
  # service_managed_ec2: {
6169
6180
  # instance_capabilities: { # required
@@ -6999,7 +7010,7 @@ module Aws::Deadline
6999
7010
  tracer: tracer
7000
7011
  )
7001
7012
  context[:gem_name] = 'aws-sdk-deadline'
7002
- context[:gem_version] = '1.22.0'
7013
+ context[:gem_version] = '1.24.0'
7003
7014
  Seahorse::Client::Request.new(handlers, context)
7004
7015
  end
7005
7016
 
@@ -555,6 +555,7 @@ module Aws::Deadline
555
555
  SyncInputJobAttachmentsSessionActionDefinition = Shapes::StructureShape.new(name: 'SyncInputJobAttachmentsSessionActionDefinition')
556
556
  SyncInputJobAttachmentsSessionActionDefinitionSummary = Shapes::StructureShape.new(name: 'SyncInputJobAttachmentsSessionActionDefinitionSummary')
557
557
  SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
558
+ TagPropagationMode = Shapes::StringShape.new(name: 'TagPropagationMode')
558
559
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
559
560
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
560
561
  Tags = Shapes::MapShape.new(name: 'Tags')
@@ -852,7 +853,7 @@ module Aws::Deadline
852
853
  BudgetSummary.add_member(:usage_tracking_resource, Shapes::ShapeRef.new(shape: UsageTrackingResource, required: true, location_name: "usageTrackingResource"))
853
854
  BudgetSummary.add_member(:status, Shapes::ShapeRef.new(shape: BudgetStatus, required: true, location_name: "status"))
854
855
  BudgetSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
855
- BudgetSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, deprecated: true, location_name: "description", metadata: {"deprecatedMessage"=>"ListBudgets no longer supports description. Use GetBudget if description is needed."}))
856
+ BudgetSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, deprecated: true, location_name: "description", metadata: {"deprecatedMessage" => "ListBudgets no longer supports description. Use GetBudget if description is needed."}))
856
857
  BudgetSummary.add_member(:approximate_dollar_limit, Shapes::ShapeRef.new(shape: ConsumedUsageLimit, required: true, location_name: "approximateDollarLimit"))
857
858
  BudgetSummary.add_member(:usages, Shapes::ShapeRef.new(shape: ConsumedUsages, required: true, location_name: "usages"))
858
859
  BudgetSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
@@ -883,7 +884,7 @@ module Aws::Deadline
883
884
  CopyJobTemplateResponse.add_member(:template_type, Shapes::ShapeRef.new(shape: JobTemplateType, required: true, location_name: "templateType"))
884
885
  CopyJobTemplateResponse.struct_class = Types::CopyJobTemplateResponse
885
886
 
886
- CreateBudgetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
887
+ CreateBudgetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
887
888
  CreateBudgetRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
888
889
  CreateBudgetRequest.add_member(:usage_tracking_resource, Shapes::ShapeRef.new(shape: UsageTrackingResource, required: true, location_name: "usageTrackingResource"))
889
890
  CreateBudgetRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
@@ -896,7 +897,7 @@ module Aws::Deadline
896
897
  CreateBudgetResponse.add_member(:budget_id, Shapes::ShapeRef.new(shape: BudgetId, required: true, location_name: "budgetId"))
897
898
  CreateBudgetResponse.struct_class = Types::CreateBudgetResponse
898
899
 
899
- CreateFarmRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
900
+ CreateFarmRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
900
901
  CreateFarmRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
901
902
  CreateFarmRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
902
903
  CreateFarmRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
@@ -906,7 +907,7 @@ module Aws::Deadline
906
907
  CreateFarmResponse.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
907
908
  CreateFarmResponse.struct_class = Types::CreateFarmResponse
908
909
 
909
- CreateFleetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
910
+ CreateFleetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
910
911
  CreateFleetRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
911
912
  CreateFleetRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
912
913
  CreateFleetRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
@@ -922,7 +923,7 @@ module Aws::Deadline
922
923
 
923
924
  CreateJobRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
924
925
  CreateJobRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
925
- CreateJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
926
+ CreateJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
926
927
  CreateJobRequest.add_member(:template, Shapes::ShapeRef.new(shape: JobTemplate, location_name: "template"))
927
928
  CreateJobRequest.add_member(:template_type, Shapes::ShapeRef.new(shape: JobTemplateType, location_name: "templateType"))
928
929
  CreateJobRequest.add_member(:priority, Shapes::ShapeRef.new(shape: JobPriority, required: true, location_name: "priority"))
@@ -939,7 +940,7 @@ module Aws::Deadline
939
940
  CreateJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
940
941
  CreateJobResponse.struct_class = Types::CreateJobResponse
941
942
 
942
- CreateLicenseEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
943
+ CreateLicenseEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
943
944
  CreateLicenseEndpointRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcId"))
944
945
  CreateLicenseEndpointRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: CreateLicenseEndpointRequestSubnetIdsList, required: true, location_name: "subnetIds"))
945
946
  CreateLicenseEndpointRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: CreateLicenseEndpointRequestSecurityGroupIdsList, required: true, location_name: "securityGroupIds"))
@@ -953,7 +954,7 @@ module Aws::Deadline
953
954
  CreateLicenseEndpointResponse.add_member(:license_endpoint_id, Shapes::ShapeRef.new(shape: LicenseEndpointId, required: true, location_name: "licenseEndpointId"))
954
955
  CreateLicenseEndpointResponse.struct_class = Types::CreateLicenseEndpointResponse
955
956
 
956
- CreateLimitRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
957
+ CreateLimitRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
957
958
  CreateLimitRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
958
959
  CreateLimitRequest.add_member(:amount_requirement_name, Shapes::ShapeRef.new(shape: AmountRequirementName, required: true, location_name: "amountRequirementName"))
959
960
  CreateLimitRequest.add_member(:max_count, Shapes::ShapeRef.new(shape: MaxCount, required: true, location_name: "maxCount"))
@@ -964,7 +965,7 @@ module Aws::Deadline
964
965
  CreateLimitResponse.add_member(:limit_id, Shapes::ShapeRef.new(shape: LimitId, required: true, location_name: "limitId"))
965
966
  CreateLimitResponse.struct_class = Types::CreateLimitResponse
966
967
 
967
- CreateMonitorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
968
+ CreateMonitorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
968
969
  CreateMonitorRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
969
970
  CreateMonitorRequest.add_member(:identity_center_instance_arn, Shapes::ShapeRef.new(shape: IdentityCenterInstanceArn, required: true, location_name: "identityCenterInstanceArn"))
970
971
  CreateMonitorRequest.add_member(:subdomain, Shapes::ShapeRef.new(shape: Subdomain, required: true, location_name: "subdomain"))
@@ -975,7 +976,7 @@ module Aws::Deadline
975
976
  CreateMonitorResponse.add_member(:identity_center_application_arn, Shapes::ShapeRef.new(shape: IdentityCenterApplicationArn, required: true, location_name: "identityCenterApplicationArn"))
976
977
  CreateMonitorResponse.struct_class = Types::CreateMonitorResponse
977
978
 
978
- CreateQueueEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
979
+ CreateQueueEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
979
980
  CreateQueueEnvironmentRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
980
981
  CreateQueueEnvironmentRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
981
982
  CreateQueueEnvironmentRequest.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "priority"))
@@ -1000,7 +1001,7 @@ module Aws::Deadline
1000
1001
 
1001
1002
  CreateQueueLimitAssociationResponse.struct_class = Types::CreateQueueLimitAssociationResponse
1002
1003
 
1003
- CreateQueueRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
1004
+ CreateQueueRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
1004
1005
  CreateQueueRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
1005
1006
  CreateQueueRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
1006
1007
  CreateQueueRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
@@ -1016,7 +1017,7 @@ module Aws::Deadline
1016
1017
  CreateQueueResponse.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "queueId"))
1017
1018
  CreateQueueResponse.struct_class = Types::CreateQueueResponse
1018
1019
 
1019
- CreateStorageProfileRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
1020
+ CreateStorageProfileRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
1020
1021
  CreateStorageProfileRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
1021
1022
  CreateStorageProfileRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
1022
1023
  CreateStorageProfileRequest.add_member(:os_family, Shapes::ShapeRef.new(shape: StorageProfileOperatingSystemFamily, required: true, location_name: "osFamily"))
@@ -1029,7 +1030,8 @@ module Aws::Deadline
1029
1030
  CreateWorkerRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
1030
1031
  CreateWorkerRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
1031
1032
  CreateWorkerRequest.add_member(:host_properties, Shapes::ShapeRef.new(shape: HostPropertiesRequest, location_name: "hostProperties"))
1032
- CreateWorkerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
1033
+ CreateWorkerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
1034
+ CreateWorkerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
1033
1035
  CreateWorkerRequest.struct_class = Types::CreateWorkerRequest
1034
1036
 
1035
1037
  CreateWorkerResponse.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, required: true, location_name: "workerId"))
@@ -1042,6 +1044,7 @@ module Aws::Deadline
1042
1044
  CustomerManagedFleetConfiguration.add_member(:mode, Shapes::ShapeRef.new(shape: AutoScalingMode, required: true, location_name: "mode"))
1043
1045
  CustomerManagedFleetConfiguration.add_member(:worker_capabilities, Shapes::ShapeRef.new(shape: CustomerManagedWorkerCapabilities, required: true, location_name: "workerCapabilities"))
1044
1046
  CustomerManagedFleetConfiguration.add_member(:storage_profile_id, Shapes::ShapeRef.new(shape: StorageProfileId, location_name: "storageProfileId"))
1047
+ CustomerManagedFleetConfiguration.add_member(:tag_propagation_mode, Shapes::ShapeRef.new(shape: TagPropagationMode, location_name: "tagPropagationMode"))
1045
1048
  CustomerManagedFleetConfiguration.struct_class = Types::CustomerManagedFleetConfiguration
1046
1049
 
1047
1050
  CustomerManagedWorkerCapabilities.add_member(:v_cpu_count, Shapes::ShapeRef.new(shape: VCpuCountRange, required: true, location_name: "vCpuCount"))
@@ -1071,7 +1074,7 @@ module Aws::Deadline
1071
1074
 
1072
1075
  DeleteFarmResponse.struct_class = Types::DeleteFarmResponse
1073
1076
 
1074
- DeleteFleetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
1077
+ DeleteFleetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
1075
1078
  DeleteFleetRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
1076
1079
  DeleteFleetRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
1077
1080
  DeleteFleetRequest.struct_class = Types::DeleteFleetRequest
@@ -2698,7 +2701,7 @@ module Aws::Deadline
2698
2701
 
2699
2702
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
2700
2703
 
2701
- UpdateBudgetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
2704
+ UpdateBudgetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
2702
2705
  UpdateBudgetRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
2703
2706
  UpdateBudgetRequest.add_member(:budget_id, Shapes::ShapeRef.new(shape: BudgetId, required: true, location: "uri", location_name: "budgetId"))
2704
2707
  UpdateBudgetRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
@@ -2719,7 +2722,7 @@ module Aws::Deadline
2719
2722
 
2720
2723
  UpdateFarmResponse.struct_class = Types::UpdateFarmResponse
2721
2724
 
2722
- UpdateFleetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
2725
+ UpdateFleetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
2723
2726
  UpdateFleetRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
2724
2727
  UpdateFleetRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
2725
2728
  UpdateFleetRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
@@ -2732,7 +2735,7 @@ module Aws::Deadline
2732
2735
 
2733
2736
  UpdateFleetResponse.struct_class = Types::UpdateFleetResponse
2734
2737
 
2735
- UpdateJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
2738
+ UpdateJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
2736
2739
  UpdateJobRequest.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: JobTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
2737
2740
  UpdateJobRequest.add_member(:priority, Shapes::ShapeRef.new(shape: JobPriority, location_name: "priority"))
2738
2741
  UpdateJobRequest.add_member(:max_failed_tasks_count, Shapes::ShapeRef.new(shape: MaxFailedTasksCount, location_name: "maxFailedTasksCount"))
@@ -2763,7 +2766,7 @@ module Aws::Deadline
2763
2766
 
2764
2767
  UpdateMonitorResponse.struct_class = Types::UpdateMonitorResponse
2765
2768
 
2766
- UpdateQueueEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
2769
+ UpdateQueueEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
2767
2770
  UpdateQueueEnvironmentRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
2768
2771
  UpdateQueueEnvironmentRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
2769
2772
  UpdateQueueEnvironmentRequest.add_member(:queue_environment_id, Shapes::ShapeRef.new(shape: QueueEnvironmentId, required: true, location: "uri", location_name: "queueEnvironmentId"))
@@ -2790,7 +2793,7 @@ module Aws::Deadline
2790
2793
 
2791
2794
  UpdateQueueLimitAssociationResponse.struct_class = Types::UpdateQueueLimitAssociationResponse
2792
2795
 
2793
- UpdateQueueRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
2796
+ UpdateQueueRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
2794
2797
  UpdateQueueRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
2795
2798
  UpdateQueueRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
2796
2799
  UpdateQueueRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
@@ -2807,7 +2810,7 @@ module Aws::Deadline
2807
2810
 
2808
2811
  UpdateQueueResponse.struct_class = Types::UpdateQueueResponse
2809
2812
 
2810
- UpdateSessionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
2813
+ UpdateSessionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
2811
2814
  UpdateSessionRequest.add_member(:target_lifecycle_status, Shapes::ShapeRef.new(shape: SessionLifecycleTargetStatus, required: true, location_name: "targetLifecycleStatus"))
2812
2815
  UpdateSessionRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
2813
2816
  UpdateSessionRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
@@ -2818,7 +2821,7 @@ module Aws::Deadline
2818
2821
  UpdateSessionResponse.struct_class = Types::UpdateSessionResponse
2819
2822
 
2820
2823
  UpdateStepRequest.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: StepTargetTaskRunStatus, required: true, location_name: "targetTaskRunStatus"))
2821
- UpdateStepRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
2824
+ UpdateStepRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
2822
2825
  UpdateStepRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
2823
2826
  UpdateStepRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
2824
2827
  UpdateStepRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
@@ -2827,7 +2830,7 @@ module Aws::Deadline
2827
2830
 
2828
2831
  UpdateStepResponse.struct_class = Types::UpdateStepResponse
2829
2832
 
2830
- UpdateStorageProfileRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
2833
+ UpdateStorageProfileRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
2831
2834
  UpdateStorageProfileRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
2832
2835
  UpdateStorageProfileRequest.add_member(:storage_profile_id, Shapes::ShapeRef.new(shape: StorageProfileId, required: true, location: "uri", location_name: "storageProfileId"))
2833
2836
  UpdateStorageProfileRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
@@ -2838,7 +2841,7 @@ module Aws::Deadline
2838
2841
 
2839
2842
  UpdateStorageProfileResponse.struct_class = Types::UpdateStorageProfileResponse
2840
2843
 
2841
- UpdateTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
2844
+ UpdateTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken" => true}))
2842
2845
  UpdateTaskRequest.add_member(:target_run_status, Shapes::ShapeRef.new(shape: TaskTargetRunStatus, required: true, location_name: "targetRunStatus"))
2843
2846
  UpdateTaskRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
2844
2847
  UpdateTaskRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
@@ -1751,13 +1751,19 @@ module Aws::Deadline
1751
1751
  # not need to pass this option.
1752
1752
  # @return [String]
1753
1753
  #
1754
+ # @!attribute [rw] tags
1755
+ # Each tag consists of a tag key and a tag value. Tag keys and values
1756
+ # are both required, but tag values can be empty strings.
1757
+ # @return [Hash<String,String>]
1758
+ #
1754
1759
  # @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/CreateWorkerRequest AWS API Documentation
1755
1760
  #
1756
1761
  class CreateWorkerRequest < Struct.new(
1757
1762
  :farm_id,
1758
1763
  :fleet_id,
1759
1764
  :host_properties,
1760
- :client_token)
1765
+ :client_token,
1766
+ :tags)
1761
1767
  SENSITIVE = []
1762
1768
  include Aws::Structure
1763
1769
  end
@@ -1788,12 +1794,27 @@ module Aws::Deadline
1788
1794
  # The storage profile ID.
1789
1795
  # @return [String]
1790
1796
  #
1797
+ # @!attribute [rw] tag_propagation_mode
1798
+ # Specifies whether tags associated with a fleet are attached to
1799
+ # workers when the worker is launched.
1800
+ #
1801
+ # When the `tagPropagationMode` is set to
1802
+ # `PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH` any tag associated with a
1803
+ # fleet is attached to workers when they launch. If the tags for a
1804
+ # fleet change, the tags associated with running workers **do not**
1805
+ # change.
1806
+ #
1807
+ # If you don't specify `tagPropagationMode`, the default is
1808
+ # `NO_PROPAGATION`.
1809
+ # @return [String]
1810
+ #
1791
1811
  # @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/CustomerManagedFleetConfiguration AWS API Documentation
1792
1812
  #
1793
1813
  class CustomerManagedFleetConfiguration < Struct.new(
1794
1814
  :mode,
1795
1815
  :worker_capabilities,
1796
- :storage_profile_id)
1816
+ :storage_profile_id,
1817
+ :tag_propagation_mode)
1797
1818
  SENSITIVE = []
1798
1819
  include Aws::Structure
1799
1820
  end
@@ -55,7 +55,7 @@ module Aws::Deadline
55
55
  autoload :EndpointProvider, 'aws-sdk-deadline/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-deadline/endpoints'
57
57
 
58
- GEM_VERSION = '1.22.0'
58
+ GEM_VERSION = '1.24.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -332,7 +332,8 @@ module Aws
332
332
  },
333
333
  ]?
334
334
  },
335
- storage_profile_id: ::String?
335
+ storage_profile_id: ::String?,
336
+ tag_propagation_mode: ("NO_PROPAGATION" | "PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH")?
336
337
  }?,
337
338
  service_managed_ec2: {
338
339
  instance_capabilities: {
@@ -577,7 +578,8 @@ module Aws
577
578
  }?,
578
579
  host_name: ::String?
579
580
  },
580
- ?client_token: ::String
581
+ ?client_token: ::String,
582
+ ?tags: Hash[::String, ::String]
581
583
  ) -> _CreateWorkerResponseSuccess
582
584
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkerResponseSuccess
583
585
 
@@ -1954,7 +1956,8 @@ module Aws
1954
1956
  },
1955
1957
  ]?
1956
1958
  },
1957
- storage_profile_id: ::String?
1959
+ storage_profile_id: ::String?,
1960
+ tag_propagation_mode: ("NO_PROPAGATION" | "PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH")?
1958
1961
  }?,
1959
1962
  service_managed_ec2: {
1960
1963
  instance_capabilities: {
data/sig/types.rbs CHANGED
@@ -494,6 +494,7 @@ module Aws::Deadline
494
494
  attr_accessor fleet_id: ::String
495
495
  attr_accessor host_properties: Types::HostPropertiesRequest
496
496
  attr_accessor client_token: ::String
497
+ attr_accessor tags: ::Hash[::String, ::String]
497
498
  SENSITIVE: []
498
499
  end
499
500
 
@@ -506,6 +507,7 @@ module Aws::Deadline
506
507
  attr_accessor mode: ("NO_SCALING" | "EVENT_BASED_AUTO_SCALING")
507
508
  attr_accessor worker_capabilities: Types::CustomerManagedWorkerCapabilities
508
509
  attr_accessor storage_profile_id: ::String
510
+ attr_accessor tag_propagation_mode: ("NO_PROPAGATION" | "PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH")
509
511
  SENSITIVE: []
510
512
  end
511
513
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-deadline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-03-31 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -78,7 +77,6 @@ licenses:
78
77
  metadata:
79
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-deadline
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-deadline/CHANGELOG.md
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
94
+ rubygems_version: 3.6.7
98
95
  specification_version: 4
99
96
  summary: AWS SDK for Ruby - AWSDeadlineCloud
100
97
  test_files: []