aws-sdk-deadline 1.25.0 → 1.26.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 +5 -1
- data/lib/aws-sdk-deadline/client_api.rb +1 -0
- data/lib/aws-sdk-deadline/types.rb +6 -1
- data/lib/aws-sdk-deadline.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +1 -0
- 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: 710a7ac2c53ffb26924c311bfa495007cc51a7a1443058bd301a0fb1f5d35fe4
|
4
|
+
data.tar.gz: 163fa692a11b19d678d6ff5ec163d78f7c912237de41682aff92b087c681117a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 290cd2c6877a69643506a6b8c564bcfbb553b8639861bee928b99289d9e5913edc2c68b0ad92c9635f567ff3f42fa0279917eee025a96fe78f57d712d42fc164
|
7
|
+
data.tar.gz: 62e1b3eaba6dacfafeb0fd9e00ccd694a3399a70b34386db5d7fd9dd94cbd72ea5f48ad88765922e2cb787f6ca17f50bc7d9e8297fdf7b8aed54f0928e75ea46
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.26.0 (2025-05-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - AWS Deadline Cloud service-managed fleets now support storage profiles. With storage profiles, you can map file paths between a workstation and the worker hosts running the job.
|
8
|
+
|
4
9
|
1.25.0 (2025-05-12)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.26.0
|
@@ -1292,6 +1292,7 @@ module Aws::Deadline
|
|
1292
1292
|
# instance_market_options: { # required
|
1293
1293
|
# type: "on-demand", # required, accepts on-demand, spot
|
1294
1294
|
# },
|
1295
|
+
# storage_profile_id: "StorageProfileId",
|
1295
1296
|
# },
|
1296
1297
|
# },
|
1297
1298
|
# tags: {
|
@@ -2667,6 +2668,7 @@ module Aws::Deadline
|
|
2667
2668
|
# resp.configuration.service_managed_ec2.instance_capabilities.custom_attributes[0].values #=> Array
|
2668
2669
|
# resp.configuration.service_managed_ec2.instance_capabilities.custom_attributes[0].values[0] #=> String
|
2669
2670
|
# resp.configuration.service_managed_ec2.instance_market_options.type #=> String, one of "on-demand", "spot"
|
2671
|
+
# resp.configuration.service_managed_ec2.storage_profile_id #=> String
|
2670
2672
|
# resp.host_configuration.script_body #=> String
|
2671
2673
|
# resp.host_configuration.script_timeout_seconds #=> Integer
|
2672
2674
|
# resp.capabilities.amounts #=> Array
|
@@ -4073,6 +4075,7 @@ module Aws::Deadline
|
|
4073
4075
|
# resp.fleets[0].configuration.service_managed_ec2.instance_capabilities.custom_attributes[0].values #=> Array
|
4074
4076
|
# resp.fleets[0].configuration.service_managed_ec2.instance_capabilities.custom_attributes[0].values[0] #=> String
|
4075
4077
|
# resp.fleets[0].configuration.service_managed_ec2.instance_market_options.type #=> String, one of "on-demand", "spot"
|
4078
|
+
# resp.fleets[0].configuration.service_managed_ec2.storage_profile_id #=> String
|
4076
4079
|
# resp.fleets[0].created_at #=> Time
|
4077
4080
|
# resp.fleets[0].created_by #=> String
|
4078
4081
|
# resp.fleets[0].updated_at #=> Time
|
@@ -6265,6 +6268,7 @@ module Aws::Deadline
|
|
6265
6268
|
# instance_market_options: { # required
|
6266
6269
|
# type: "on-demand", # required, accepts on-demand, spot
|
6267
6270
|
# },
|
6271
|
+
# storage_profile_id: "StorageProfileId",
|
6268
6272
|
# },
|
6269
6273
|
# },
|
6270
6274
|
# host_configuration: {
|
@@ -7058,7 +7062,7 @@ module Aws::Deadline
|
|
7058
7062
|
tracer: tracer
|
7059
7063
|
)
|
7060
7064
|
context[:gem_name] = 'aws-sdk-deadline'
|
7061
|
-
context[:gem_version] = '1.
|
7065
|
+
context[:gem_version] = '1.26.0'
|
7062
7066
|
Seahorse::Client::Request.new(handlers, context)
|
7063
7067
|
end
|
7064
7068
|
|
@@ -2398,6 +2398,7 @@ module Aws::Deadline
|
|
2398
2398
|
|
2399
2399
|
ServiceManagedEc2FleetConfiguration.add_member(:instance_capabilities, Shapes::ShapeRef.new(shape: ServiceManagedEc2InstanceCapabilities, required: true, location_name: "instanceCapabilities"))
|
2400
2400
|
ServiceManagedEc2FleetConfiguration.add_member(:instance_market_options, Shapes::ShapeRef.new(shape: ServiceManagedEc2InstanceMarketOptions, required: true, location_name: "instanceMarketOptions"))
|
2401
|
+
ServiceManagedEc2FleetConfiguration.add_member(:storage_profile_id, Shapes::ShapeRef.new(shape: StorageProfileId, location_name: "storageProfileId"))
|
2401
2402
|
ServiceManagedEc2FleetConfiguration.struct_class = Types::ServiceManagedEc2FleetConfiguration
|
2402
2403
|
|
2403
2404
|
ServiceManagedEc2InstanceCapabilities.add_member(:v_cpu_count, Shapes::ShapeRef.new(shape: VCpuCountRange, required: true, location_name: "vCpuCount"))
|
@@ -8009,11 +8009,16 @@ module Aws::Deadline
|
|
8009
8009
|
# The Amazon EC2 market type.
|
8010
8010
|
# @return [Types::ServiceManagedEc2InstanceMarketOptions]
|
8011
8011
|
#
|
8012
|
+
# @!attribute [rw] storage_profile_id
|
8013
|
+
# The storage profile ID.
|
8014
|
+
# @return [String]
|
8015
|
+
#
|
8012
8016
|
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/ServiceManagedEc2FleetConfiguration AWS API Documentation
|
8013
8017
|
#
|
8014
8018
|
class ServiceManagedEc2FleetConfiguration < Struct.new(
|
8015
8019
|
:instance_capabilities,
|
8016
|
-
:instance_market_options
|
8020
|
+
:instance_market_options,
|
8021
|
+
:storage_profile_id)
|
8017
8022
|
SENSITIVE = []
|
8018
8023
|
include Aws::Structure
|
8019
8024
|
end
|
data/lib/aws-sdk-deadline.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -382,7 +382,8 @@ module Aws
|
|
382
382
|
},
|
383
383
|
instance_market_options: {
|
384
384
|
type: ("on-demand" | "spot")
|
385
|
-
}
|
385
|
+
},
|
386
|
+
storage_profile_id: ::String?
|
386
387
|
}?
|
387
388
|
},
|
388
389
|
?tags: Hash[::String, ::String],
|
@@ -2011,7 +2012,8 @@ module Aws
|
|
2011
2012
|
},
|
2012
2013
|
instance_market_options: {
|
2013
2014
|
type: ("on-demand" | "spot")
|
2014
|
-
}
|
2015
|
+
},
|
2016
|
+
storage_profile_id: ::String?
|
2015
2017
|
}?
|
2016
2018
|
},
|
2017
2019
|
?host_configuration: {
|
data/sig/types.rbs
CHANGED
@@ -2202,6 +2202,7 @@ module Aws::Deadline
|
|
2202
2202
|
class ServiceManagedEc2FleetConfiguration
|
2203
2203
|
attr_accessor instance_capabilities: Types::ServiceManagedEc2InstanceCapabilities
|
2204
2204
|
attr_accessor instance_market_options: Types::ServiceManagedEc2InstanceMarketOptions
|
2205
|
+
attr_accessor storage_profile_id: ::String
|
2205
2206
|
SENSITIVE: []
|
2206
2207
|
end
|
2207
2208
|
|