aws-sdk-deadline 1.37.0 → 1.38.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: 8e6a57c5da05e729f620bac4f624b1c185a20b4b162af032b59173cebf5367c5
4
+ data.tar.gz: 47a566726bd22b64def687e015fa67c74d82814079737bf79781c300af2e085e
5
5
  SHA512:
6
- metadata.gz: ba610c31b5e86ca914f184aaa88428078e3dddacc81158275661394df248f03fdf8bb93196021418b6b1aaff8d2337493821dfc79af0988edf35e59e1338a02f
7
- data.tar.gz: 68958ea0dbaaa6479a2ca254ef49d188041d28fd96cdb512a3438d72ad38d47e027ea9ad4fd9581a010a2955008691cea9cfe3ab6682349c26455e07a1f773d2
6
+ metadata.gz: 3c88582692d3e6ef0384c88be13964046c20c6fb34a0cd3655a26f4aa18e00895a9886c2a458dc29d3ae9dd0dce9f560e6e3bf60b3e0e3accafd03f06f05ecfd
7
+ data.tar.gz: f820a51778c6ffe6d9858668c75da22140f40d4058f96a43f7bb65e993c4dc7ddd58c049d8a58c1f973c0a9cac4cdf7906cc70062606991fab4f077af9604513
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.37.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.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.38.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.38.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.38.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services