aws-sdk-backupsearch 1.13.0 → 1.14.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-backupsearch/client.rb +1 -1
- data/lib/aws-sdk-backupsearch/endpoint_parameters.rb +3 -3
- data/lib/aws-sdk-backupsearch.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: af681a0cf12a91479a486c58bdfe4e01d115e49d190da3f25c952b16fdfb35fc
|
|
4
|
+
data.tar.gz: fafb191e9af0c6079dc6f4ea9b70fc978c2021733b72d3b8d3b1101f28d06567
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4f206f31b27ec076b7365439f2ee7055d1d1962e686bcbb80ccab1d7cd6ceffd7ad38b69becb3fe9340fc2ea8ffd4b6e196f640436d237be6e904123a303625
|
|
7
|
+
data.tar.gz: af2cba82e0da2856addecda07a479f637d8dbaafc9449b1000d2f5658976595db5f0ab8a94507883ea8a3f45e7a3bd0cbc45a27fd0a8d44db97da2ca3d728752
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.14.0
|
|
@@ -1191,7 +1191,7 @@ module Aws::BackupSearch
|
|
|
1191
1191
|
tracer: tracer
|
|
1192
1192
|
)
|
|
1193
1193
|
context[:gem_name] = 'aws-sdk-backupsearch'
|
|
1194
|
-
context[:gem_version] = '1.
|
|
1194
|
+
context[:gem_version] = '1.14.0'
|
|
1195
1195
|
Seahorse::Client::Request.new(handlers, context)
|
|
1196
1196
|
end
|
|
1197
1197
|
|
|
@@ -13,17 +13,17 @@ module Aws::BackupSearch
|
|
|
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,
|
data/lib/aws-sdk-backupsearch.rb
CHANGED