aws-sdk-deadline 1.5.0 → 1.7.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-deadline/client.rb +10 -1
- data/lib/aws-sdk-deadline/types.rb +9 -9
- data/lib/aws-sdk-deadline.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/resource.rbs +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2bef0f6b63fd0773255525a52e195e875b5fb82cabcbdc949edbbcb7e5388392
|
4
|
+
data.tar.gz: 0b39e10a57b12c3835dfcb815f38d10798045132700f30f33d34772b765d718c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6fdd14f9fd64de84bc5d09e07bcea42862c6e9bb475f39fc58b589370c6d46ce770faba06659686c4c96c3f03ef1c3d161bb298d419ce1c44e7cead7037e7b03
|
7
|
+
data.tar.gz: 1695ded011c09ecf31b1464a0812a3b226d0f60634dc7b0824cd7d42a0654df0f3f0c4b7447a40fbf9de6ce46ce2656b3e1d31142f96967ecda4ddaa9f42a142
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.7.0 (2024-07-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.6.0 (2024-07-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.5.0 (2024-06-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.7.0
|
@@ -312,6 +312,15 @@ module Aws::Deadline
|
|
312
312
|
#
|
313
313
|
# @option options [String] :session_token
|
314
314
|
#
|
315
|
+
# @option options [Array] :sigv4a_signing_region_set
|
316
|
+
# A list of regions that should be signed with SigV4a signing. When
|
317
|
+
# not passed, a default `:sigv4a_signing_region_set` is searched for
|
318
|
+
# in the following locations:
|
319
|
+
#
|
320
|
+
# * `Aws.config[:sigv4a_signing_region_set]`
|
321
|
+
# * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
|
322
|
+
# * `~/.aws/config`
|
323
|
+
#
|
315
324
|
# @option options [Boolean] :stub_responses (false)
|
316
325
|
# Causes the client to return stubbed responses. By default
|
317
326
|
# fake responses are generated and returned. You can specify
|
@@ -6215,7 +6224,7 @@ module Aws::Deadline
|
|
6215
6224
|
params: params,
|
6216
6225
|
config: config)
|
6217
6226
|
context[:gem_name] = 'aws-sdk-deadline'
|
6218
|
-
context[:gem_version] = '1.
|
6227
|
+
context[:gem_version] = '1.7.0'
|
6219
6228
|
Seahorse::Client::Request.new(handlers, context)
|
6220
6229
|
end
|
6221
6230
|
|
@@ -565,7 +565,7 @@ module Aws::Deadline
|
|
565
565
|
class Attachments < Struct.new(
|
566
566
|
:file_system,
|
567
567
|
:manifests)
|
568
|
-
SENSITIVE = []
|
568
|
+
SENSITIVE = [:manifests]
|
569
569
|
include Aws::Structure
|
570
570
|
end
|
571
571
|
|
@@ -1397,7 +1397,7 @@ module Aws::Deadline
|
|
1397
1397
|
:required_file_system_location_names,
|
1398
1398
|
:role_arn,
|
1399
1399
|
:tags)
|
1400
|
-
SENSITIVE = [:description]
|
1400
|
+
SENSITIVE = [:description, :required_file_system_location_names]
|
1401
1401
|
include Aws::Structure
|
1402
1402
|
end
|
1403
1403
|
|
@@ -1445,7 +1445,7 @@ module Aws::Deadline
|
|
1445
1445
|
:farm_id,
|
1446
1446
|
:file_system_locations,
|
1447
1447
|
:os_family)
|
1448
|
-
SENSITIVE = []
|
1448
|
+
SENSITIVE = [:file_system_locations]
|
1449
1449
|
include Aws::Structure
|
1450
1450
|
end
|
1451
1451
|
|
@@ -3314,7 +3314,7 @@ module Aws::Deadline
|
|
3314
3314
|
:status,
|
3315
3315
|
:updated_at,
|
3316
3316
|
:updated_by)
|
3317
|
-
SENSITIVE = [:description]
|
3317
|
+
SENSITIVE = [:description, :required_file_system_location_names]
|
3318
3318
|
include Aws::Structure
|
3319
3319
|
end
|
3320
3320
|
|
@@ -3727,7 +3727,7 @@ module Aws::Deadline
|
|
3727
3727
|
:file_system_locations,
|
3728
3728
|
:os_family,
|
3729
3729
|
:storage_profile_id)
|
3730
|
-
SENSITIVE = []
|
3730
|
+
SENSITIVE = [:file_system_locations]
|
3731
3731
|
include Aws::Structure
|
3732
3732
|
end
|
3733
3733
|
|
@@ -3791,7 +3791,7 @@ module Aws::Deadline
|
|
3791
3791
|
:storage_profile_id,
|
3792
3792
|
:updated_at,
|
3793
3793
|
:updated_by)
|
3794
|
-
SENSITIVE = []
|
3794
|
+
SENSITIVE = [:file_system_locations]
|
3795
3795
|
include Aws::Structure
|
3796
3796
|
end
|
3797
3797
|
|
@@ -4181,7 +4181,7 @@ module Aws::Deadline
|
|
4181
4181
|
:path_mapping_rules,
|
4182
4182
|
:queue_role_arn,
|
4183
4183
|
:schema_version)
|
4184
|
-
SENSITIVE = [:parameters]
|
4184
|
+
SENSITIVE = [:parameters, :path_mapping_rules]
|
4185
4185
|
include Aws::Structure
|
4186
4186
|
end
|
4187
4187
|
|
@@ -8652,7 +8652,7 @@ module Aws::Deadline
|
|
8652
8652
|
:required_file_system_location_names_to_add,
|
8653
8653
|
:required_file_system_location_names_to_remove,
|
8654
8654
|
:role_arn)
|
8655
|
-
SENSITIVE = [:description]
|
8655
|
+
SENSITIVE = [:description, :required_file_system_location_names_to_add, :required_file_system_location_names_to_remove]
|
8656
8656
|
include Aws::Structure
|
8657
8657
|
end
|
8658
8658
|
|
@@ -8792,7 +8792,7 @@ module Aws::Deadline
|
|
8792
8792
|
:file_system_locations_to_remove,
|
8793
8793
|
:os_family,
|
8794
8794
|
:storage_profile_id)
|
8795
|
-
SENSITIVE = []
|
8795
|
+
SENSITIVE = [:file_system_locations_to_add, :file_system_locations_to_remove]
|
8796
8796
|
include Aws::Structure
|
8797
8797
|
end
|
8798
8798
|
|
data/lib/aws-sdk-deadline.rb
CHANGED
data/sig/client.rbs
CHANGED
data/sig/resource.rbs
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-deadline
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.201.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.201.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|