aws-sdk-devopsguru 1.66.0 → 1.67.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: 2ab17f3827edb586cf3b3ad45bb03dea77ad5979da41b113793e0f98397aaa00
4
- data.tar.gz: 612d71a072bdc625d6cbb64e33321f899ca3ad59f34fe2718ca52bf4bae1acf1
3
+ metadata.gz: b5a170613bc00593a0f7f5cf376c5e361e1efa222852fbc4ccac16b543bcad54
4
+ data.tar.gz: 958088cec629d41394026530ac6523fbd7e925477c1628a2d500d7e11fcab215
5
5
  SHA512:
6
- metadata.gz: 837b6cf603445034a991f898d74e3a114267ce51f9829d2f37129759f349ad38d7fc1cc7d52b3b4b49203c91904a591081fd7392a21b7f23a82e828d10d8308e
7
- data.tar.gz: f221b8c8c75c0749f9cc7994840e8f3e241848e99eb4e6445919cfdaf20e845042a6708ec3292842c15d2f06734158b802d247ee509c6510b395ba7adef3da9b
6
+ metadata.gz: b5f937d4ebc88b21c7ee8210ae86c287b4b195302d36038febfe0dba41770ccbb5c6dfab3f5ab7134d6b709cb169782ea8c2d72a25524d9e122eadd1d8f125af
7
+ data.tar.gz: 7aa3ae9294d615b879b7356b4968e97b4adbff067815ab78f499618f1bfbfa6b34fe2c8dbdba43436af22d51a636a045b9b63cbe4ea84e56798a10579dd0b075
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.66.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.67.0
@@ -2449,7 +2449,7 @@ module Aws::DevOpsGuru
2449
2449
  tracer: tracer
2450
2450
  )
2451
2451
  context[:gem_name] = 'aws-sdk-devopsguru'
2452
- context[:gem_version] = '1.66.0'
2452
+ context[:gem_version] = '1.67.0'
2453
2453
  Seahorse::Client::Request.new(handlers, context)
2454
2454
  end
2455
2455
 
@@ -13,22 +13,22 @@ module Aws::DevOpsGuru
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,
@@ -54,7 +54,7 @@ module Aws::DevOpsGuru
54
54
  autoload :EndpointProvider, 'aws-sdk-devopsguru/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-devopsguru/endpoints'
56
56
 
57
- GEM_VERSION = '1.66.0'
57
+ GEM_VERSION = '1.67.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-devopsguru
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.66.0
4
+ version: 1.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services