aws-sdk-billing 1.4.0 → 1.5.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: e59db6dff681fb3f46aa3fd0f925ff387f4ff533b05884aaacc2c5e14a8a54e7
4
- data.tar.gz: c9cc35e957d9f49f54868dc12b36cedf2628b242f0623c34117ecc4017ee33e1
3
+ metadata.gz: b597b60f07c99b8cec88c5eea6983ca6a6c45e7a2555efbec39698c9af4a5660
4
+ data.tar.gz: 05b416be9337d86ca54bc03f23b57d827146bd4fb1dd33d115408c86e783917b
5
5
  SHA512:
6
- metadata.gz: 285e619f212f3ea804c36d40b065cf389fec9e1264a7c706c9d854b22d1c6b6d8b23f9aa0cdf686f1a7d64e65c5d3f793d3f5888f38c9800536f1d053cf0ee7a
7
- data.tar.gz: 69ed5476d0492bf52229fafdb4489833280edcae21d5b3a77c78370444bb6a3deb5a8dbab0677bf3a7e4bd13efebd912a9bbde653f7e57ba24d84cefe7651ed7
6
+ metadata.gz: dc921d18de7530418e20f0f263b92904058939922daafe8b1a45d2faa1772a3523e66b6632100e66480d119184c5b4acb75a3f4e8537f49ba8668dda8595499a
7
+ data.tar.gz: d0a8f946bcb6dcce3bbf052928c3c52ea09b5e18038a8664c9812fce42dca075e23fdcc47e2688078c3b8dbc2f9027cbc6ad755020527b7e89f558c35a3432be
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.4.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.5.0
@@ -1128,7 +1128,7 @@ module Aws::Billing
1128
1128
  tracer: tracer
1129
1129
  )
1130
1130
  context[:gem_name] = 'aws-sdk-billing'
1131
- context[:gem_version] = '1.4.0'
1131
+ context[:gem_version] = '1.5.0'
1132
1132
  Seahorse::Client::Request.new(handlers, context)
1133
1133
  end
1134
1134
 
@@ -122,7 +122,7 @@ module Aws::Billing
122
122
  CreateBillingViewRequest.add_member(:description, Shapes::ShapeRef.new(shape: BillingViewDescription, location_name: "description"))
123
123
  CreateBillingViewRequest.add_member(:source_views, Shapes::ShapeRef.new(shape: BillingViewSourceViewsList, required: true, location_name: "sourceViews"))
124
124
  CreateBillingViewRequest.add_member(:data_filter_expression, Shapes::ShapeRef.new(shape: Expression, location_name: "dataFilterExpression"))
125
- CreateBillingViewRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
125
+ CreateBillingViewRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
126
126
  CreateBillingViewRequest.add_member(:resource_tags, Shapes::ShapeRef.new(shape: ResourceTagList, location_name: "resourceTags"))
127
127
  CreateBillingViewRequest.struct_class = Types::CreateBillingViewRequest
128
128
 
@@ -19,9 +19,9 @@ module Aws::Billing
19
19
  if Aws::Endpoints::Matchers.set?(parameters.region)
20
20
  if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
21
21
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
22
- return Aws::Endpoints::Endpoint.new(url: "https://billing-fips.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingRegion"=>"#{partition_result['implicitGlobalRegion']}"}]})
22
+ return Aws::Endpoints::Endpoint.new(url: "https://billing-fips.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingRegion" => "#{partition_result['implicitGlobalRegion']}"}]})
23
23
  end
24
- return Aws::Endpoints::Endpoint.new(url: "https://billing.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingRegion"=>"#{partition_result['implicitGlobalRegion']}"}]})
24
+ return Aws::Endpoints::Endpoint.new(url: "https://billing.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingRegion" => "#{partition_result['implicitGlobalRegion']}"}]})
25
25
  end
26
26
  end
27
27
  raise ArgumentError, "Invalid Configuration: Missing Region"
@@ -55,7 +55,7 @@ module Aws::Billing
55
55
  autoload :EndpointProvider, 'aws-sdk-billing/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-billing/endpoints'
57
57
 
58
- GEM_VERSION = '1.4.0'
58
+ GEM_VERSION = '1.5.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-billing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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: 2025-02-18 00:00:00.000000000 Z
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
@@ -78,7 +77,6 @@ licenses:
78
77
  metadata:
79
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-billing
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-billing/CHANGELOG.md
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
94
+ rubygems_version: 3.6.7
98
95
  specification_version: 4
99
96
  summary: AWS SDK for Ruby - AWS Billing
100
97
  test_files: []