aws-sdk-bcmdataexports 1.24.0 → 1.26.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bcmdataexports/client.rb +1 -1
- data/lib/aws-sdk-bcmdataexports/endpoint_parameters.rb +3 -3
- data/lib/aws-sdk-bcmdataexports.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18088166125dec34399d4d5f529acc434218ad2d11aa53b16ced84d46d99e25e
|
4
|
+
data.tar.gz: 653bfb6faad8036340ff4ed629ebad21def799a89c47c3f734e1e19aec29b236
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b37051f3ea6652dc3cfac40633964719f358ba05e0d9913436eda2fdad53c340a616e832c79338c1e572b6e84c3d83d942fb4d98954a0f09e73154e8e596683e
|
7
|
+
data.tar.gz: 482b67f5896c5a081dd2b576d121bc2305dbcdca798530429c6b46d3b8d492ee9c42f986b03c38e212356022bccf38cbf0035b95631036d9b07f39113c6b9ca4
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.26.0 (2025-10-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Update endpoint ruleset parameters casing
|
8
|
+
|
9
|
+
1.25.0 (2025-08-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.24.0 (2025-08-04)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.26.0
|
@@ -1068,7 +1068,7 @@ module Aws::BCMDataExports
|
|
1068
1068
|
tracer: tracer
|
1069
1069
|
)
|
1070
1070
|
context[:gem_name] = 'aws-sdk-bcmdataexports'
|
1071
|
-
context[:gem_version] = '1.
|
1071
|
+
context[:gem_version] = '1.26.0'
|
1072
1072
|
Seahorse::Client::Request.new(handlers, context)
|
1073
1073
|
end
|
1074
1074
|
|
@@ -13,17 +13,17 @@ module Aws::BCMDataExports
|
|
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_fips
|
19
19
|
# 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.
|
20
20
|
#
|
21
|
-
# @return [
|
21
|
+
# @return [boolean]
|
22
22
|
#
|
23
23
|
# @!attribute endpoint
|
24
24
|
# Override the endpoint used to send this request
|
25
25
|
#
|
26
|
-
# @return [
|
26
|
+
# @return [string]
|
27
27
|
#
|
28
28
|
EndpointParameters = Struct.new(
|
29
29
|
:region,
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-bcmdataexports
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.231.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.231.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|