aws-sdk-deadline 1.51.0 → 1.52.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: 77d70c5cd45cd7ce38099023c574b53fcb9564a6c43529fc5e379fb04ef05d07
4
- data.tar.gz: e943fb9fabbf2ce7c12c01441235348978d1fef8ce3143c46cf9ab5f0f9243d8
3
+ metadata.gz: 0afb7b47be938bc0fe4b30160646bdf6a345a7d5005322b7e7de02ac2a8261b9
4
+ data.tar.gz: 73bae4bf3eb91d0c52f89af86ad0a3448474b0b231f1f3acd79f615ca81b07bb
5
5
  SHA512:
6
- metadata.gz: 2c2c2d4832f9878255eabf5ff894913e6a6dc3ff661987de3f4e31ce783443c282847a8007355d4a00df99345af859b4e431014fb26d0f0f82cc9cf294b2e15c
7
- data.tar.gz: 6405cbf74a377e195def2b4d55bac261cf04ce69380fc912377cf4cf3e3d06a9005b37fddc753b58d98a0620a7bdd87edda8ca995c885c196cd641c9eb2dda6a
6
+ metadata.gz: fe63b051919526098cb5699b075d5ff09d341352c5f76aeb9ad537064777ba4b590351cb6be17420f3f86191f39a2bf02cd3bd0666fc040a92d5efaf858fcb79
7
+ data.tar.gz: 7334ab4b241e8a4d3ac29cfd55ab28da7ef13d2c1997f3cd443730feda764469cfadc255fc718a4b27364b686a57c083a81dc8357558251edf89ba2f0021fd6b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2026-04-29)
5
+ ------------------
6
+
7
+ * Feature - Adds support for rtx-pro-server-6000 GPU accelerator for service-managed fleets.
8
+
4
9
  1.51.0 (2026-04-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -2058,7 +2058,7 @@ module Aws::Deadline
2058
2058
  # accelerator_capabilities: {
2059
2059
  # selections: [ # required
2060
2060
  # {
2061
- # name: "t4", # required, accepts t4, a10g, l4, l40s
2061
+ # name: "t4", # required, accepts t4, a10g, l4, l40s, rtx-pro-server-6000
2062
2062
  # runtime: "AcceleratorRuntime",
2063
2063
  # },
2064
2064
  # ],
@@ -2411,8 +2411,8 @@ module Aws::Deadline
2411
2411
  # authenticates monitor users.
2412
2412
  #
2413
2413
  # @option params [String] :identity_center_region
2414
- # The AWS region where IAM Identity Center is enabled. Required when
2415
- # Identity Center is in a different region than the monitor.
2414
+ # The AWS Region where IAM Identity Center is enabled. Required when IAM
2415
+ # Identity Center is in a different Region than the monitor.
2416
2416
  #
2417
2417
  # @option params [required, String] :subdomain
2418
2418
  # The subdomain to use when creating the monitor URL. The full URL of
@@ -3518,7 +3518,7 @@ module Aws::Deadline
3518
3518
  # resp.configuration.service_managed_ec2.instance_capabilities.root_ebs_volume.iops #=> Integer
3519
3519
  # resp.configuration.service_managed_ec2.instance_capabilities.root_ebs_volume.throughput_mi_b #=> Integer
3520
3520
  # resp.configuration.service_managed_ec2.instance_capabilities.accelerator_capabilities.selections #=> Array
3521
- # resp.configuration.service_managed_ec2.instance_capabilities.accelerator_capabilities.selections[0].name #=> String, one of "t4", "a10g", "l4", "l40s"
3521
+ # resp.configuration.service_managed_ec2.instance_capabilities.accelerator_capabilities.selections[0].name #=> String, one of "t4", "a10g", "l4", "l40s", "rtx-pro-server-6000"
3522
3522
  # resp.configuration.service_managed_ec2.instance_capabilities.accelerator_capabilities.selections[0].runtime #=> String
3523
3523
  # resp.configuration.service_managed_ec2.instance_capabilities.accelerator_capabilities.count.min #=> Integer
3524
3524
  # resp.configuration.service_managed_ec2.instance_capabilities.accelerator_capabilities.count.max #=> Integer
@@ -3828,7 +3828,7 @@ module Aws::Deadline
3828
3828
  # @option params [required, String] :monitor_id
3829
3829
  # The unique identifier of the monitor. This ID is returned by the
3830
3830
  # `CreateMonitor` operation, and is included in the response to the
3831
- # `GetMonitor` operation.
3831
+ # `ListMonitors` operation.
3832
3832
  #
3833
3833
  # @return [Types::GetMonitorSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3834
3834
  #
@@ -4997,7 +4997,7 @@ module Aws::Deadline
4997
4997
  # resp.fleets[0].configuration.service_managed_ec2.instance_capabilities.root_ebs_volume.iops #=> Integer
4998
4998
  # resp.fleets[0].configuration.service_managed_ec2.instance_capabilities.root_ebs_volume.throughput_mi_b #=> Integer
4999
4999
  # resp.fleets[0].configuration.service_managed_ec2.instance_capabilities.accelerator_capabilities.selections #=> Array
5000
- # resp.fleets[0].configuration.service_managed_ec2.instance_capabilities.accelerator_capabilities.selections[0].name #=> String, one of "t4", "a10g", "l4", "l40s"
5000
+ # resp.fleets[0].configuration.service_managed_ec2.instance_capabilities.accelerator_capabilities.selections[0].name #=> String, one of "t4", "a10g", "l4", "l40s", "rtx-pro-server-6000"
5001
5001
  # resp.fleets[0].configuration.service_managed_ec2.instance_capabilities.accelerator_capabilities.selections[0].runtime #=> String
5002
5002
  # resp.fleets[0].configuration.service_managed_ec2.instance_capabilities.accelerator_capabilities.count.min #=> Integer
5003
5003
  # resp.fleets[0].configuration.service_managed_ec2.instance_capabilities.accelerator_capabilities.count.max #=> Integer
@@ -7231,7 +7231,7 @@ module Aws::Deadline
7231
7231
  # accelerator_capabilities: {
7232
7232
  # selections: [ # required
7233
7233
  # {
7234
- # name: "t4", # required, accepts t4, a10g, l4, l40s
7234
+ # name: "t4", # required, accepts t4, a10g, l4, l40s, rtx-pro-server-6000
7235
7235
  # runtime: "AcceleratorRuntime",
7236
7236
  # },
7237
7237
  # ],
@@ -7479,9 +7479,9 @@ module Aws::Deadline
7479
7479
  # The unique identifier of the monitor to update settings for.
7480
7480
  #
7481
7481
  # @option params [required, Hash<String,String>] :settings
7482
- # Monitor settings as key-value pairs. Keys present in the request are
7483
- # upserted; keys absent are left unchanged. Send an empty string value
7484
- # to delete a key.
7482
+ # The monitor settings to update as key-value pairs. Keys present in the
7483
+ # request are upserted; keys absent are left unchanged. Send an empty
7484
+ # string value to delete a key.
7485
7485
  #
7486
7486
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
7487
7487
  #
@@ -8149,7 +8149,7 @@ module Aws::Deadline
8149
8149
  tracer: tracer
8150
8150
  )
8151
8151
  context[:gem_name] = 'aws-sdk-deadline'
8152
- context[:gem_version] = '1.51.0'
8152
+ context[:gem_version] = '1.52.0'
8153
8153
  Seahorse::Client::Request.new(handlers, context)
8154
8154
  end
8155
8155
 
@@ -27,6 +27,8 @@ module Aws::Deadline
27
27
  #
28
28
  # * `l40s`: Uses G6e instance family
29
29
  #
30
+ # * `rtx-pro-server-6000`: Uses G7e instance family
31
+ #
30
32
  # </note>
31
33
  #
32
34
  # @!attribute [rw] selections
@@ -100,6 +102,9 @@ module Aws::Deadline
100
102
  # * `l4` - NVIDIA L4 Tensor Core GPU (24 GiB memory)
101
103
  #
102
104
  # * `l40s` - NVIDIA L40S Tensor Core GPU (48 GiB memory)
105
+ #
106
+ # * `rtx-pro-server-6000` - NVIDIA RTX PRO Server 6000 GPU (96 GiB
107
+ # memory)
103
108
  # @return [String]
104
109
  #
105
110
  # @!attribute [rw] runtime
@@ -112,9 +117,11 @@ module Aws::Deadline
112
117
  # specify `latest` and a new version of the runtime is released, the
113
118
  # new version of the runtime is used.
114
119
  #
115
- # * `grid:r570` - [NVIDIA vGPU software 18][1]
120
+ # * `grid:r580` - [NVIDIA vGPU software 19][1]
116
121
  #
117
- # * `grid:r535` - [NVIDIA vGPU software 16][2]
122
+ # * `grid:r570` - [NVIDIA vGPU software 18][2]
123
+ #
124
+ # * `grid:r535` - [NVIDIA vGPU software 16][3]
118
125
  #
119
126
  # If you don't specify a runtime, Amazon Web Services Deadline Cloud
120
127
  # uses `latest` as the default. However, if you have multiple
@@ -123,22 +130,26 @@ module Aws::Deadline
123
130
  #
124
131
  # Not all runtimes are compatible with all accelerator types:
125
132
  #
126
- # * `t4` and `a10g`: Support all runtimes (`grid:r570`, `grid:r535`)
133
+ # * `t4` and `a10g`: Support all runtimes (`grid:r580`, `grid:r570`,
134
+ # `grid:r535`)
127
135
  #
128
136
  # * `l4` and `l40s`: Only support `grid:r570` and newer
129
137
  #
138
+ # * `rtx-pro-server-6000`: Only supports `grid:r580`
139
+ #
130
140
  # All accelerators in a fleet must use the same runtime version. You
131
141
  # cannot mix different runtime versions within a single fleet.
132
142
  #
133
- # <note markdown="1"> When you specify `latest`, it resolves to `grid:r570` for all
143
+ # <note markdown="1"> When you specify `latest`, it resolves to `grid:r580` for all
134
144
  # currently supported accelerators.
135
145
  #
136
146
  # </note>
137
147
  #
138
148
  #
139
149
  #
140
- # [1]: https://docs.nvidia.com/vgpu/18.0/index.html
141
- # [2]: https://docs.nvidia.com/vgpu/16.0/index.html
150
+ # [1]: https://docs.nvidia.com/vgpu/19.0/index.html
151
+ # [2]: https://docs.nvidia.com/vgpu/18.0/index.html
152
+ # [3]: https://docs.nvidia.com/vgpu/16.0/index.html
142
153
  # @return [String]
143
154
  #
144
155
  # @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/AcceleratorSelection AWS API Documentation
@@ -3006,8 +3017,8 @@ module Aws::Deadline
3006
3017
  # @return [String]
3007
3018
  #
3008
3019
  # @!attribute [rw] identity_center_region
3009
- # The AWS region where IAM Identity Center is enabled. Required when
3010
- # Identity Center is in a different region than the monitor.
3020
+ # The AWS Region where IAM Identity Center is enabled. Required when
3021
+ # IAM Identity Center is in a different Region than the monitor.
3011
3022
  # @return [String]
3012
3023
  #
3013
3024
  # @!attribute [rw] subdomain
@@ -3398,8 +3409,7 @@ module Aws::Deadline
3398
3409
  #
3399
3410
  # @!attribute [rw] scale_out_workers_per_minute
3400
3411
  # The number of workers that can be added per minute to the fleet. The
3401
- # default is a service-defined value that balances efficiency with
3402
- # cost.
3412
+ # default is 10 workers per minute.
3403
3413
  # @return [Integer]
3404
3414
  #
3405
3415
  # @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/CustomerManagedAutoScalingConfiguration AWS API Documentation
@@ -5210,7 +5220,7 @@ module Aws::Deadline
5210
5220
  # @return [String]
5211
5221
  #
5212
5222
  # @!attribute [rw] identity_center_region
5213
- # The AWS region where IAM Identity Center is enabled.
5223
+ # The AWS Region where IAM Identity Center is enabled.
5214
5224
  # @return [String]
5215
5225
  #
5216
5226
  # @!attribute [rw] identity_center_application_arn
@@ -5258,7 +5268,7 @@ module Aws::Deadline
5258
5268
  # @!attribute [rw] monitor_id
5259
5269
  # The unique identifier of the monitor. This ID is returned by the
5260
5270
  # `CreateMonitor` operation, and is included in the response to the
5261
- # `GetMonitor` operation.
5271
+ # `ListMonitors` operation.
5262
5272
  # @return [String]
5263
5273
  #
5264
5274
  # @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/GetMonitorSettingsRequest AWS API Documentation
@@ -5270,7 +5280,7 @@ module Aws::Deadline
5270
5280
  end
5271
5281
 
5272
5282
  # @!attribute [rw] settings
5273
- # Monitor settings as key-value pairs.
5283
+ # The monitor settings as key-value pairs.
5274
5284
  # @return [Hash<String,String>]
5275
5285
  #
5276
5286
  # @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/GetMonitorSettingsResponse AWS API Documentation
@@ -9028,7 +9038,7 @@ module Aws::Deadline
9028
9038
  # @return [String]
9029
9039
  #
9030
9040
  # @!attribute [rw] identity_center_region
9031
- # The AWS region where IAM Identity Center is enabled.
9041
+ # The AWS Region where IAM Identity Center is enabled.
9032
9042
  # @return [String]
9033
9043
  #
9034
9044
  # @!attribute [rw] identity_center_application_arn
@@ -10077,8 +10087,7 @@ module Aws::Deadline
10077
10087
  #
10078
10088
  # @!attribute [rw] scale_out_workers_per_minute
10079
10089
  # The number of workers that can be added per minute to the fleet. The
10080
- # default is a service-defined value that balances efficiency with
10081
- # cost.
10090
+ # default is 10 workers per minute.
10082
10091
  # @return [Integer]
10083
10092
  #
10084
10093
  # @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/ServiceManagedEc2AutoScalingConfiguration AWS API Documentation
@@ -11945,9 +11954,9 @@ module Aws::Deadline
11945
11954
  # @return [String]
11946
11955
  #
11947
11956
  # @!attribute [rw] settings
11948
- # Monitor settings as key-value pairs. Keys present in the request are
11949
- # upserted; keys absent are left unchanged. Send an empty string value
11950
- # to delete a key.
11957
+ # The monitor settings to update as key-value pairs. Keys present in
11958
+ # the request are upserted; keys absent are left unchanged. Send an
11959
+ # empty string value to delete a key.
11951
11960
  # @return [Hash<String,String>]
11952
11961
  #
11953
11962
  # @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/UpdateMonitorSettingsRequest AWS API Documentation
@@ -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.51.0'
58
+ GEM_VERSION = '1.52.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -515,7 +515,7 @@ module Aws
515
515
  accelerator_capabilities: {
516
516
  selections: Array[
517
517
  {
518
- name: ("t4" | "a10g" | "l4" | "l40s"),
518
+ name: ("t4" | "a10g" | "l4" | "l40s" | "rtx-pro-server-6000"),
519
519
  runtime: ::String?
520
520
  },
521
521
  ],
@@ -2223,7 +2223,7 @@ module Aws
2223
2223
  accelerator_capabilities: {
2224
2224
  selections: Array[
2225
2225
  {
2226
- name: ("t4" | "a10g" | "l4" | "l40s"),
2226
+ name: ("t4" | "a10g" | "l4" | "l40s" | "rtx-pro-server-6000"),
2227
2227
  runtime: ::String?
2228
2228
  },
2229
2229
  ],
data/sig/types.rbs CHANGED
@@ -21,7 +21,7 @@ module Aws::Deadline
21
21
  end
22
22
 
23
23
  class AcceleratorSelection
24
- attr_accessor name: ("t4" | "a10g" | "l4" | "l40s")
24
+ attr_accessor name: ("t4" | "a10g" | "l4" | "l40s" | "rtx-pro-server-6000")
25
25
  attr_accessor runtime: ::String
26
26
  SENSITIVE: []
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-deadline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services