aws-sdk-prometheusservice 1.60.0 → 1.61.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: 6f0af02419e5f79e85d7e8c139357c100717c051fb10862294ecf107d58896a8
4
- data.tar.gz: fd2a51982d4937aa2242d9eb76b2207136cebdbb7af9bfcb680e1bb27e7e103c
3
+ metadata.gz: 6ae436b05cf0e83f45ce1d6b35d0eb12193647ad0fc3b5a967134c4a5a5d1498
4
+ data.tar.gz: 3157a2daba65a148ce3afcabb590a4d8a76972e75724898d353b8fa359b68f24
5
5
  SHA512:
6
- metadata.gz: 839a82f66eebc2d046382519c6db2953b0f7957223697e9da653b3f4b2c6f096eea59951071324373c42e1f386acd373c73833dc4b25380e2581a1a3c145625d
7
- data.tar.gz: c60895769cc8fbe53b139f55f343d451b7554f46da5508ff0850f2677dddab01aab801ad0af6a6648faa0135f63cbd9d46120f179dce353b671b44bfee856603
6
+ metadata.gz: 747405226a226763f6a6d3e68ac950922ac6251e26b82ab7eb40d71a8da6d945310257625c95fa2a96936d9e570277f2dbae1c57088eebd385729282f01d19b4
7
+ data.tar.gz: 36e211a94b98402117553d7080e1be38b5e23a469b7f7f90d9d35470edf397d696633b2c0815f9486ca5fc354c0411702876330fd2952606bfa3f675d6aafd92
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.60.0 (2025-09-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.61.0
@@ -2681,7 +2681,7 @@ module Aws::PrometheusService
2681
2681
  tracer: tracer
2682
2682
  )
2683
2683
  context[:gem_name] = 'aws-sdk-prometheusservice'
2684
- context[:gem_version] = '1.60.0'
2684
+ context[:gem_version] = '1.61.0'
2685
2685
  Seahorse::Client::Request.new(handlers, context)
2686
2686
  end
2687
2687
 
@@ -13,22 +13,22 @@ module Aws::PrometheusService
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::PrometheusService
55
55
  autoload :EndpointProvider, 'aws-sdk-prometheusservice/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-prometheusservice/endpoints'
57
57
 
58
- GEM_VERSION = '1.60.0'
58
+ GEM_VERSION = '1.61.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-prometheusservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.60.0
4
+ version: 1.61.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services