aws-sdk-deadline 1.6.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2c9c85eb2136056e729f9e0fc68342b3f59069d98bd6016f354f673d508dc59
4
- data.tar.gz: '08d6a0bfd8da3728324aca3c2fdd635ec85e51f9fb713ca1312f552167711372'
3
+ metadata.gz: 2bef0f6b63fd0773255525a52e195e875b5fb82cabcbdc949edbbcb7e5388392
4
+ data.tar.gz: 0b39e10a57b12c3835dfcb815f38d10798045132700f30f33d34772b765d718c
5
5
  SHA512:
6
- metadata.gz: 0655ecca6180490a1e6e534a49d974506c13bd5e3cf8cc446c9a9bdaaf7dbef84dda83dce1a96b3296447e5893f1b37251acd007f87d40c7806acf8c842f4ee9
7
- data.tar.gz: 4f586c9b5d4452b7146a428afe131af240cff35a00c11bde767e9981d7a0364784147c6f6c720d7e04d5466b8edcf4b273532407a9174a7dcd143e9a90735650
6
+ metadata.gz: 6fdd14f9fd64de84bc5d09e07bcea42862c6e9bb475f39fc58b589370c6d46ce770faba06659686c4c96c3f03ef1c3d161bb298d419ce1c44e7cead7037e7b03
7
+ data.tar.gz: 1695ded011c09ecf31b1464a0812a3b226d0f60634dc7b0824cd7d42a0654df0f3f0c4b7447a40fbf9de6ce46ce2656b3e1d31142f96967ecda4ddaa9f42a142
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.6.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
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.6.0'
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
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-deadline/customizations'
53
53
  # @!group service
54
54
  module Aws::Deadline
55
55
 
56
- GEM_VERSION = '1.6.0'
56
+ GEM_VERSION = '1.7.0'
57
57
 
58
58
  end
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.6.0
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-02 00:00:00.000000000 Z
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