aws-sdk-bcmdataexports 1.18.0 → 1.19.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-bcmdataexports/client.rb +1 -1
- data/lib/aws-sdk-bcmdataexports/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-bcmdataexports.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be19bf51978c1aa6731dc2e9ac34b7bec5ceef534cd2604f922b09f01a0e2e13
|
4
|
+
data.tar.gz: 0dc415a4d4f75d4f7229265e977d061d2b7dcb951e956fcafdc6bb9935a4de5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd9a08dcfd73e0b27b42ce9cc78fe551c47eb399f9613de8e820bd074475255b18fd4b1573f21bf87b910d0bad81a99669d3d2ab62160dc2007da516a4b24ffc
|
7
|
+
data.tar.gz: a7cf438ddce7a000e6f0c2d26a6f75cf11f55b3f1fed83f3297a955a617a3140cf96126dda9616539690e3097fad545cd6f3135b03b5453e99e3ca61e96f3f87
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.19.0
|
@@ -1062,7 +1062,7 @@ module Aws::BCMDataExports
|
|
1062
1062
|
tracer: tracer
|
1063
1063
|
)
|
1064
1064
|
context[:gem_name] = 'aws-sdk-bcmdataexports'
|
1065
|
-
context[:gem_version] = '1.
|
1065
|
+
context[:gem_version] = '1.19.0'
|
1066
1066
|
Seahorse::Client::Request.new(handlers, context)
|
1067
1067
|
end
|
1068
1068
|
|
@@ -25,7 +25,7 @@ module Aws::BCMDataExports
|
|
25
25
|
end
|
26
26
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
27
27
|
end
|
28
|
-
return Aws::Endpoints::Endpoint.new(url: "https://bcm-data-exports.us-east-1.api.aws", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"bcm-data-exports", "signingRegion"=>"us-east-1"}]})
|
28
|
+
return Aws::Endpoints::Endpoint.new(url: "https://bcm-data-exports.us-east-1.api.aws", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "bcm-data-exports", "signingRegion" => "us-east-1"}]})
|
29
29
|
end
|
30
30
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
31
31
|
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bcmdataexports
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bcmdataexports/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - AWS Billing and Cost Management Data Exports
|
99
96
|
test_files: []
|