aws-sdk-deadline 1.37.0 → 1.39.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d858c6b95f7873f56f7512cc2f4a54d1850299e3a423b31ebaf636170d206d4
4
- data.tar.gz: 709777368eb7f3b9d596bd5ff79b4db9e917fe47f6c9e339a04e1f278c6cc8b5
3
+ metadata.gz: 915555a85303e61a591032bf420997d30bd687e968b66028707b5607ff6348da
4
+ data.tar.gz: 4288d8456e0aee82f7582e55a19b9ffac3a912d3134054ded47148ebf5eec2b7
5
5
  SHA512:
6
- metadata.gz: ba610c31b5e86ca914f184aaa88428078e3dddacc81158275661394df248f03fdf8bb93196021418b6b1aaff8d2337493821dfc79af0988edf35e59e1338a02f
7
- data.tar.gz: 68958ea0dbaaa6479a2ca254ef49d188041d28fd96cdb512a3438d72ad38d47e027ea9ad4fd9581a010a2955008691cea9cfe3ab6682349c26455e07a1f773d2
6
+ metadata.gz: 2ec4af0be5797099f619c9962f2c128341abdeca933a6d5b6b2e03e2a0589d6f4c2fc31152aec6408002429740c023444f8a1e60fffcfca6b7612dd7a50e2458
7
+ data.tar.gz: 3b92c17da3470707192df40b2980375090ff296e21e3a59eb3e1d7cefee953b60c645f20eaf84b4b94233009bf2fc836fbdf5faac4237e2ed7e84dab4fa70507
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2025-11-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.38.0 (2025-10-30)
10
+ ------------------
11
+
12
+ * Feature - Update endpoint ruleset parameters casing
13
+
4
14
  1.37.0 (2025-10-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.39.0
@@ -7129,7 +7129,7 @@ module Aws::Deadline
7129
7129
  tracer: tracer
7130
7130
  )
7131
7131
  context[:gem_name] = 'aws-sdk-deadline'
7132
- context[:gem_version] = '1.37.0'
7132
+ context[:gem_version] = '1.39.0'
7133
7133
  Seahorse::Client::Request.new(handlers, context)
7134
7134
  end
7135
7135
 
@@ -13,22 +13,22 @@ module Aws::Deadline
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -55,7 +55,7 @@ module Aws::Deadline
55
55
  autoload :EndpointProvider, 'aws-sdk-deadline/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-deadline/endpoints'
57
57
 
58
- GEM_VERSION = '1.37.0'
58
+ GEM_VERSION = '1.39.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-deadline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.234.0
21
+ version: 3.239.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.234.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement