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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5edf173c998a7bd1bfea457690f792c0202303c18497d0364cf2a642e12cdf96
4
- data.tar.gz: 04613dd0b006a44b07e1fde794f35cac321a511292cc9b5c11a2186b32024210
3
+ metadata.gz: 2bef0f6b63fd0773255525a52e195e875b5fb82cabcbdc949edbbcb7e5388392
4
+ data.tar.gz: 0b39e10a57b12c3835dfcb815f38d10798045132700f30f33d34772b765d718c
5
5
  SHA512:
6
- metadata.gz: af5ea6aa109f2f809da5812f35b95c8e74b85cce32428c8917e8ae92a8e85525d2be6222f054f648978a63dd4e75d97ce8cbee196a57e870b840d7e649553c56
7
- data.tar.gz: 889f61a0846ac59432ab63952201c64778075cce4521a55b8b6ed7e7f72e74bb54483d80b92b2c5b129d5489f61c63ddafbf7167f78f599c2149e4b1b89505eb
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.5.0
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.5.0'
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
 
@@ -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.5.0'
56
+ GEM_VERSION = '1.7.0'
57
57
 
58
58
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
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.5.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-06-25 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.199.0
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.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement