aws-sdk-migrationhubstrategyrecommendations 1.45.0 → 1.46.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: fcab23adfe782732bd811c1f694b4bc4bb27b84e12000a6e109749263b0a6a26
|
|
4
|
+
data.tar.gz: 37e88bc34b137c47d7104916d4b738abe0f8bf121cd039a6cc1ae141acf82881
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9a7db439fc3fd0ca305b569ef5f9d6da782658d4286f43632a15acc36c36b1c2fd34d0f8f62f6858dda5b74f69d677882bc02c2cb33faa44354a801e00a9cc8
|
|
7
|
+
data.tar.gz: 28ab7324e1bbfd86d444636096db5bb1f591942181fda41d0c148bf32fbf54f651406c6729391ffeddb96f7eae4251a4e1834d96d5fefc6e0f1d3fb045607089
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.46.0
|
|
@@ -1665,7 +1665,7 @@ module Aws::MigrationHubStrategyRecommendations
|
|
|
1665
1665
|
tracer: tracer
|
|
1666
1666
|
)
|
|
1667
1667
|
context[:gem_name] = 'aws-sdk-migrationhubstrategyrecommendations'
|
|
1668
|
-
context[:gem_version] = '1.
|
|
1668
|
+
context[:gem_version] = '1.46.0'
|
|
1669
1669
|
Seahorse::Client::Request.new(handlers, context)
|
|
1670
1670
|
end
|
|
1671
1671
|
|
|
@@ -13,22 +13,22 @@ module Aws::MigrationHubStrategyRecommendations
|
|
|
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,
|
|
@@ -54,7 +54,7 @@ module Aws::MigrationHubStrategyRecommendations
|
|
|
54
54
|
autoload :EndpointProvider, 'aws-sdk-migrationhubstrategyrecommendations/endpoint_provider'
|
|
55
55
|
autoload :Endpoints, 'aws-sdk-migrationhubstrategyrecommendations/endpoints'
|
|
56
56
|
|
|
57
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.46.0'
|
|
58
58
|
|
|
59
59
|
end
|
|
60
60
|
|