aws-sdk-deadline 1.6.0 → 1.7.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 +1 -1
- data/lib/aws-sdk-deadline/types.rb +9 -9
- data/lib/aws-sdk-deadline.rb +1 -1
- metadata +2 -2
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
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.7.0
|
@@ -6224,7 +6224,7 @@ module Aws::Deadline
|
|
6224
6224
|
params: params,
|
6225
6225
|
config: config)
|
6226
6226
|
context[:gem_name] = 'aws-sdk-deadline'
|
6227
|
-
context[:gem_version] = '1.
|
6227
|
+
context[:gem_version] = '1.7.0'
|
6228
6228
|
Seahorse::Client::Request.new(handlers, context)
|
6229
6229
|
end
|
6230
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
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-07-
|
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
|