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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-prometheusservice/client.rb +1 -1
- data/lib/aws-sdk-prometheusservice/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-prometheusservice.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ae436b05cf0e83f45ce1d6b35d0eb12193647ad0fc3b5a967134c4a5a5d1498
|
4
|
+
data.tar.gz: 3157a2daba65a148ce3afcabb590a4d8a76972e75724898d353b8fa359b68f24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 747405226a226763f6a6d3e68ac950922ac6251e26b82ab7eb40d71a8da6d945310257625c95fa2a96936d9e570277f2dbae1c57088eebd385729282f01d19b4
|
7
|
+
data.tar.gz: 36e211a94b98402117553d7080e1be38b5e23a469b7f7f90d9d35470edf397d696633b2c0815f9486ca5fc354c0411702876330fd2952606bfa3f675d6aafd92
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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 [
|
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 [
|
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 [
|
26
|
+
# @return [boolean]
|
27
27
|
#
|
28
28
|
# @!attribute endpoint
|
29
29
|
# Override the endpoint used to send this request
|
30
30
|
#
|
31
|
-
# @return [
|
31
|
+
# @return [string]
|
32
32
|
#
|
33
33
|
EndpointParameters = Struct.new(
|
34
34
|
:region,
|