aws-sdk-bcmdashboards 1.2.0 → 1.3.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-bcmdashboards/client.rb +1 -1
- data/lib/aws-sdk-bcmdashboards/endpoint_parameters.rb +3 -3
- data/lib/aws-sdk-bcmdashboards.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: af791a924a679311523526b9f2fa939f5d065b69553433075f770520bb33d62a
|
4
|
+
data.tar.gz: add88ed7e6eb8339445b16c14a3256cdc540f805c994a7bf9e7a28d28c69f7dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd12bd336a3e6e61ebc51dacbe453efcc14a7a91d0e67f0a85f388579f74c80d82cb310a261ae4e6aa0c22ed4348b74ca54454d1354572111b216d843e947ba5
|
7
|
+
data.tar.gz: fb231c65a4009f72e914cd0648f204f4ddf79d79988981b5c95b9f02c112b9eb9918fc7e6e61f3847970810f40c1269af6cfed50d5ce851c2094b390039c8c29
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.3.0
|
@@ -1763,7 +1763,7 @@ module Aws::BCMDashboards
|
|
1763
1763
|
tracer: tracer
|
1764
1764
|
)
|
1765
1765
|
context[:gem_name] = 'aws-sdk-bcmdashboards'
|
1766
|
-
context[:gem_version] = '1.
|
1766
|
+
context[:gem_version] = '1.3.0'
|
1767
1767
|
Seahorse::Client::Request.new(handlers, context)
|
1768
1768
|
end
|
1769
1769
|
|
@@ -13,17 +13,17 @@ module Aws::BCMDashboards
|
|
13
13
|
# @!attribute use_fips
|
14
14
|
# 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.
|
15
15
|
#
|
16
|
-
# @return [
|
16
|
+
# @return [boolean]
|
17
17
|
#
|
18
18
|
# @!attribute endpoint
|
19
19
|
# Override the endpoint used to send this request
|
20
20
|
#
|
21
|
-
# @return [
|
21
|
+
# @return [string]
|
22
22
|
#
|
23
23
|
# @!attribute region
|
24
24
|
# The AWS region used to dispatch the request.
|
25
25
|
#
|
26
|
-
# @return [
|
26
|
+
# @return [string]
|
27
27
|
#
|
28
28
|
EndpointParameters = Struct.new(
|
29
29
|
:use_fips,
|