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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-deadline/client.rb +11 -11
- data/lib/aws-sdk-deadline/types.rb +28 -19
- data/lib/aws-sdk-deadline.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0afb7b47be938bc0fe4b30160646bdf6a345a7d5005322b7e7de02ac2a8261b9
|
|
4
|
+
data.tar.gz: 73bae4bf3eb91d0c52f89af86ad0a3448474b0b231f1f3acd79f615ca81b07bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe63b051919526098cb5699b075d5ff09d341352c5f76aeb9ad537064777ba4b590351cb6be17420f3f86191f39a2bf02cd3bd0666fc040a92d5efaf858fcb79
|
|
7
|
+
data.tar.gz: 7334ab4b241e8a4d3ac29cfd55ab28da7ef13d2c1997f3cd443730feda764469cfadc255fc718a4b27364b686a57c083a81dc8357558251edf89ba2f0021fd6b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
|
2415
|
-
# Identity Center is in a different
|
|
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
|
-
# `
|
|
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
|
-
#
|
|
7483
|
-
# upserted; keys absent are left unchanged. Send an empty
|
|
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.
|
|
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:
|
|
120
|
+
# * `grid:r580` - [NVIDIA vGPU software 19][1]
|
|
116
121
|
#
|
|
117
|
-
# * `grid:
|
|
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:
|
|
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:
|
|
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/
|
|
141
|
-
# [2]: https://docs.nvidia.com/vgpu/
|
|
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
|
|
3010
|
-
# Identity Center is in a different
|
|
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
|
|
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
|
|
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
|
-
# `
|
|
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
|
-
#
|
|
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
|
|
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
|
|
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
|
-
#
|
|
11949
|
-
# upserted; keys absent are left unchanged. Send an
|
|
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
|
data/lib/aws-sdk-deadline.rb
CHANGED
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