aws-sdk-billingconductor 1.37.0 → 1.38.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: 6043e36b7dc42e7586e12135387f9206b9256bef379eb5c9e69f820be94bf9d6
4
- data.tar.gz: 2ee3f3862532629a4f6785a015867cee02d6da983de084cd8a3a2237fec224c6
3
+ metadata.gz: 9b3cc9a74cb9dbe39b3aa1ca6bf9813f1189880f4b26c1cbbf5bf01a008a5064
4
+ data.tar.gz: 3345db8e9d604671e268b4f74a128b47620e470b0bdae31589fde7679be1e964
5
5
  SHA512:
6
- metadata.gz: a5ed5c57100d602c3a6979f44992746dd85796f54abe81ec7bc8c27db9974c347226e91e2a1dc91dedb1635a161f5cca985baeff1087ec7ba9cd39b0015b92dd
7
- data.tar.gz: cb7b04bb0e08e12ef6715866973cdbd93adc1aeb357cc67a7f403113e4ecbfa9f3a757de0abd00c9200a49019f8158986ab5365d860a055583927814243fbed7
6
+ metadata.gz: 4ccb13382a3161d3b156b48bb6d1288cbcd7f577124968baa9057b4ca86a2334dcf16341e0a6a15acbe10513626e2bc5371cf3c9aa4e0abd55b705fe555737b9
7
+ data.tar.gz: e322ffc25bd326c720124d55b7dd487b1986143fb897b4525972c4e88a5af85a4916964006ecef8933fa66f579e75d883fef0b8388c5273a4d8a6f200ad458cf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.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.37.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -2201,7 +2201,7 @@ module Aws::BillingConductor
2201
2201
  tracer: tracer
2202
2202
  )
2203
2203
  context[:gem_name] = 'aws-sdk-billingconductor'
2204
- context[:gem_version] = '1.37.0'
2204
+ context[:gem_version] = '1.38.0'
2205
2205
  Seahorse::Client::Request.new(handlers, context)
2206
2206
  end
2207
2207
 
@@ -348,7 +348,7 @@ module Aws::BillingConductor
348
348
  ConflictException.add_member(:reason, Shapes::ShapeRef.new(shape: ConflictExceptionReason, location_name: "Reason"))
349
349
  ConflictException.struct_class = Types::ConflictException
350
350
 
351
- CreateBillingGroupInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amzn-Client-Token", metadata: {"idempotencyToken"=>true}))
351
+ CreateBillingGroupInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amzn-Client-Token", metadata: {"idempotencyToken" => true}))
352
352
  CreateBillingGroupInput.add_member(:name, Shapes::ShapeRef.new(shape: BillingGroupName, required: true, location_name: "Name"))
353
353
  CreateBillingGroupInput.add_member(:account_grouping, Shapes::ShapeRef.new(shape: AccountGrouping, required: true, location_name: "AccountGrouping"))
354
354
  CreateBillingGroupInput.add_member(:computation_preference, Shapes::ShapeRef.new(shape: ComputationPreference, required: true, location_name: "ComputationPreference"))
@@ -360,7 +360,7 @@ module Aws::BillingConductor
360
360
  CreateBillingGroupOutput.add_member(:arn, Shapes::ShapeRef.new(shape: BillingGroupArn, location_name: "Arn"))
361
361
  CreateBillingGroupOutput.struct_class = Types::CreateBillingGroupOutput
362
362
 
363
- CreateCustomLineItemInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amzn-Client-Token", metadata: {"idempotencyToken"=>true}))
363
+ CreateCustomLineItemInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amzn-Client-Token", metadata: {"idempotencyToken" => true}))
364
364
  CreateCustomLineItemInput.add_member(:name, Shapes::ShapeRef.new(shape: CustomLineItemName, required: true, location_name: "Name"))
365
365
  CreateCustomLineItemInput.add_member(:description, Shapes::ShapeRef.new(shape: CustomLineItemDescription, required: true, location_name: "Description"))
366
366
  CreateCustomLineItemInput.add_member(:billing_group_arn, Shapes::ShapeRef.new(shape: BillingGroupArn, required: true, location_name: "BillingGroupArn"))
@@ -376,7 +376,7 @@ module Aws::BillingConductor
376
376
  CreateFreeTierConfig.add_member(:activated, Shapes::ShapeRef.new(shape: TieringActivated, required: true, location_name: "Activated"))
377
377
  CreateFreeTierConfig.struct_class = Types::CreateFreeTierConfig
378
378
 
379
- CreatePricingPlanInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amzn-Client-Token", metadata: {"idempotencyToken"=>true}))
379
+ CreatePricingPlanInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amzn-Client-Token", metadata: {"idempotencyToken" => true}))
380
380
  CreatePricingPlanInput.add_member(:name, Shapes::ShapeRef.new(shape: PricingPlanName, required: true, location_name: "Name"))
381
381
  CreatePricingPlanInput.add_member(:description, Shapes::ShapeRef.new(shape: PricingPlanDescription, location_name: "Description"))
382
382
  CreatePricingPlanInput.add_member(:pricing_rule_arns, Shapes::ShapeRef.new(shape: PricingRuleArnsInput, location_name: "PricingRuleArns"))
@@ -386,7 +386,7 @@ module Aws::BillingConductor
386
386
  CreatePricingPlanOutput.add_member(:arn, Shapes::ShapeRef.new(shape: PricingPlanArn, location_name: "Arn"))
387
387
  CreatePricingPlanOutput.struct_class = Types::CreatePricingPlanOutput
388
388
 
389
- CreatePricingRuleInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amzn-Client-Token", metadata: {"idempotencyToken"=>true}))
389
+ CreatePricingRuleInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amzn-Client-Token", metadata: {"idempotencyToken" => true}))
390
390
  CreatePricingRuleInput.add_member(:name, Shapes::ShapeRef.new(shape: PricingRuleName, required: true, location_name: "Name"))
391
391
  CreatePricingRuleInput.add_member(:description, Shapes::ShapeRef.new(shape: PricingRuleDescription, location_name: "Description"))
392
392
  CreatePricingRuleInput.add_member(:scope, Shapes::ShapeRef.new(shape: PricingRuleScope, required: true, location_name: "Scope"))
@@ -22,7 +22,7 @@ module Aws::BillingConductor
22
22
  if Aws::Endpoints::Matchers.set?(parameters.region)
23
23
  if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
24
24
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
25
- return Aws::Endpoints::Endpoint.new(url: "https://billingconductor.us-east-1.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"billingconductor", "signingRegion"=>"us-east-1"}]})
25
+ return Aws::Endpoints::Endpoint.new(url: "https://billingconductor.us-east-1.amazonaws.com", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "billingconductor", "signingRegion" => "us-east-1"}]})
26
26
  end
27
27
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
28
28
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
@@ -55,7 +55,7 @@ module Aws::BillingConductor
55
55
  autoload :EndpointProvider, 'aws-sdk-billingconductor/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-billingconductor/endpoints'
57
57
 
58
- GEM_VERSION = '1.37.0'
58
+ GEM_VERSION = '1.38.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-billingconductor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.38.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-billingconductor
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-billingconductor/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 - AWSBillingConductor
100
97
  test_files: []