aws-sdk-bcmrecommendedactions 1.1.0 → 1.2.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a94ce2072e37e6eb8a26bc61db011ddfb614a032df3953be29d0e56a2f22298f
|
4
|
+
data.tar.gz: 7cc72f55251ff9c99b1254621d19c17cc0785fc255bea3064feadf8aaecb7545
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ccbff960b5f9a9d672055d4e2ece981443b21df7e4abe48320f3f8b297f7305cb3fb46d0c56e40e8ec18a861e25529e5b68311de21776ac971234fd2cbd9f3c9
|
7
|
+
data.tar.gz: 3e4a3c66fd13155e518722a83e602707d7d64bb2b030d189ced0fb8367f16e6c25968fb5b631920e9e3fd754e9550be32259b53156593290c5e7d4b7da4f5dc8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.2.0
|
@@ -560,7 +560,7 @@ module Aws::BCMRecommendedActions
|
|
560
560
|
tracer: tracer
|
561
561
|
)
|
562
562
|
context[:gem_name] = 'aws-sdk-bcmrecommendedactions'
|
563
|
-
context[:gem_version] = '1.
|
563
|
+
context[:gem_version] = '1.2.0'
|
564
564
|
Seahorse::Client::Request.new(handlers, context)
|
565
565
|
end
|
566
566
|
|
@@ -13,17 +13,17 @@ module Aws::BCMRecommendedActions
|
|
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,
|