aws-sdk-invoicing 1.3.0 → 1.4.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: 409c77187350aaac3055d92fbb548cbb6229f9c428fc273cb1d612a5aa19bb51
4
- data.tar.gz: 614e01b64638fb30554772a089eae828bfd6d82828f76e3a4c2b67fb4c14be70
3
+ metadata.gz: 5a75229cd6ca2c51ee20e7cbd061137bb29182cac88adf46c203be4b6aee9656
4
+ data.tar.gz: 5e3ed48b15c19083eac0e91a0a77071e25ebebd9aed748629be1977c6e976680
5
5
  SHA512:
6
- metadata.gz: 0e25205b790fc9e21adfe9866c832038968ce4a2c4d3d94e29b7ec41efac9cd753ebfe6a152c243c98eb6fea2857abbf11bce7f35f5c6567e78c8c02f7f41002
7
- data.tar.gz: b7f9ff3bf5aface99a73f23ccadb9f8e6702e88e72568508fa014a3d0935e17e724757acfd8f956bccf9b5659b36dfd3c55006aaf07704c4b4e6b984ac3a0840
6
+ metadata.gz: 59183f51d5af08e55579845f389c96f33a4fe54eebe26c631f71f496325e364fd05e50dd4d601d418905fb9b8395b4c2a608624d3c2c55019ee81e2a9be04c80
7
+ data.tar.gz: 4bdf881ccedf6860095a9d3801a0c1818c05678e253220b14d32a4203c46a52f3fec528dfed16bee1b5ffe15308817f6242e7ead747bd5dc85cc5013ea7a3d8f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.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.3.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.4.0
@@ -1186,7 +1186,7 @@ module Aws::Invoicing
1186
1186
  tracer: tracer
1187
1187
  )
1188
1188
  context[:gem_name] = 'aws-sdk-invoicing'
1189
- context[:gem_version] = '1.3.0'
1189
+ context[:gem_version] = '1.4.0'
1190
1190
  Seahorse::Client::Request.new(handlers, context)
1191
1191
  end
1192
1192
 
@@ -111,7 +111,7 @@ module Aws::Invoicing
111
111
  GetInvoiceUnitResponse.add_member(:invoice_receiver, Shapes::ShapeRef.new(shape: AccountIdString, location_name: "InvoiceReceiver"))
112
112
  GetInvoiceUnitResponse.add_member(:name, Shapes::ShapeRef.new(shape: InvoiceUnitName, location_name: "Name"))
113
113
  GetInvoiceUnitResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
114
- GetInvoiceUnitResponse.add_member(:tax_inheritance_disabled, Shapes::ShapeRef.new(shape: TaxInheritanceDisabledFlag, location_name: "TaxInheritanceDisabled", metadata: {"box"=>true}))
114
+ GetInvoiceUnitResponse.add_member(:tax_inheritance_disabled, Shapes::ShapeRef.new(shape: TaxInheritanceDisabledFlag, location_name: "TaxInheritanceDisabled", metadata: {"box" => true}))
115
115
  GetInvoiceUnitResponse.add_member(:rule, Shapes::ShapeRef.new(shape: InvoiceUnitRule, location_name: "Rule"))
116
116
  GetInvoiceUnitResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: LastModifiedTimestamp, location_name: "LastModified"))
117
117
  GetInvoiceUnitResponse.struct_class = Types::GetInvoiceUnitResponse
@@ -132,7 +132,7 @@ module Aws::Invoicing
132
132
  InvoiceUnit.add_member(:invoice_receiver, Shapes::ShapeRef.new(shape: AccountIdString, location_name: "InvoiceReceiver"))
133
133
  InvoiceUnit.add_member(:name, Shapes::ShapeRef.new(shape: InvoiceUnitName, location_name: "Name"))
134
134
  InvoiceUnit.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
135
- InvoiceUnit.add_member(:tax_inheritance_disabled, Shapes::ShapeRef.new(shape: TaxInheritanceDisabledFlag, location_name: "TaxInheritanceDisabled", metadata: {"box"=>true}))
135
+ InvoiceUnit.add_member(:tax_inheritance_disabled, Shapes::ShapeRef.new(shape: TaxInheritanceDisabledFlag, location_name: "TaxInheritanceDisabled", metadata: {"box" => true}))
136
136
  InvoiceUnit.add_member(:rule, Shapes::ShapeRef.new(shape: InvoiceUnitRule, location_name: "Rule"))
137
137
  InvoiceUnit.add_member(:last_modified, Shapes::ShapeRef.new(shape: LastModifiedTimestamp, location_name: "LastModified"))
138
138
  InvoiceUnit.struct_class = Types::InvoiceUnit
@@ -205,7 +205,7 @@ module Aws::Invoicing
205
205
 
206
206
  UpdateInvoiceUnitRequest.add_member(:invoice_unit_arn, Shapes::ShapeRef.new(shape: InvoiceUnitArnString, required: true, location_name: "InvoiceUnitArn"))
207
207
  UpdateInvoiceUnitRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
208
- UpdateInvoiceUnitRequest.add_member(:tax_inheritance_disabled, Shapes::ShapeRef.new(shape: TaxInheritanceDisabledFlag, location_name: "TaxInheritanceDisabled", metadata: {"box"=>true}))
208
+ UpdateInvoiceUnitRequest.add_member(:tax_inheritance_disabled, Shapes::ShapeRef.new(shape: TaxInheritanceDisabledFlag, location_name: "TaxInheritanceDisabled", metadata: {"box" => true}))
209
209
  UpdateInvoiceUnitRequest.add_member(:rule, Shapes::ShapeRef.new(shape: InvoiceUnitRule, location_name: "Rule"))
210
210
  UpdateInvoiceUnitRequest.struct_class = Types::UpdateInvoiceUnitRequest
211
211
 
@@ -19,9 +19,9 @@ module Aws::Invoicing
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://invoicing-fips.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingRegion"=>"#{partition_result['implicitGlobalRegion']}"}]})
22
+ return Aws::Endpoints::Endpoint.new(url: "https://invoicing-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://invoicing.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingRegion"=>"#{partition_result['implicitGlobalRegion']}"}]})
24
+ return Aws::Endpoints::Endpoint.new(url: "https://invoicing.#{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::Invoicing
55
55
  autoload :EndpointProvider, 'aws-sdk-invoicing/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-invoicing/endpoints'
57
57
 
58
- GEM_VERSION = '1.3.0'
58
+ GEM_VERSION = '1.4.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-invoicing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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-invoicing
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-invoicing/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 Invoicing
100
97
  test_files: []