aws-sdk-simspaceweaver 1.39.0 → 1.40.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-simspaceweaver/client.rb +1 -1
- data/lib/aws-sdk-simspaceweaver/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-simspaceweaver.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: 955834116a309f89f7ddb2e9dae01996847151a923dac2a92e90bb6a458ba318
|
|
4
|
+
data.tar.gz: d6903f0aa90f13c43bb4b4079bc3bceb32a39587f67f241e6fbbae85adbe115c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 917b350bd679a630ee809b923a74dbdc8227cf08e01d617b3f0b97d0babfbbb43a449abd9ca55f810b9767b8e3de0276db17cc2fafa103e4cee41d3e68ce151f
|
|
7
|
+
data.tar.gz: 4575b676b1b4b389f75f0beb16ee6de0852de8775c588ec6b1f78789ea3f5148374faa871eb1d56235b7ed6a0cf2e90a83353ca1616f8fdd9526a04bfbbb2ffd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.40.0
|
|
@@ -1245,7 +1245,7 @@ module Aws::SimSpaceWeaver
|
|
|
1245
1245
|
tracer: tracer
|
|
1246
1246
|
)
|
|
1247
1247
|
context[:gem_name] = 'aws-sdk-simspaceweaver'
|
|
1248
|
-
context[:gem_version] = '1.
|
|
1248
|
+
context[:gem_version] = '1.40.0'
|
|
1249
1249
|
Seahorse::Client::Request.new(handlers, context)
|
|
1250
1250
|
end
|
|
1251
1251
|
|
|
@@ -13,22 +13,22 @@ module Aws::SimSpaceWeaver
|
|
|
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,
|