aws-sdk-taxsettings 1.13.0 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f6ddd27656b84a7f8d40e6668caaf56a631506e8daab7abdb9c9efe0f1143a44
4
- data.tar.gz: bf5ba75485e155ae52a430eb3e061b6766802f2715d67ea122e17b1e467d8486
3
+ metadata.gz: a9aaedc3a667fe889e517cc845687ad336cf931a776976923506d9d1a8e2743c
4
+ data.tar.gz: 33a6438db2f7e6ead3dc16e11ae5de52bf0b1659078c52fdf63ce49020c0fc1c
5
5
  SHA512:
6
- metadata.gz: f1027b0d9b93c892f3d365dbf818a31b8964f08dcfe5ecacb14a2561cab7e35669f0b9a8f6a5bff9c367beae56e21c468dd1052bc9c39cb517cb482fa6a06338
7
- data.tar.gz: e98d6caab0faf8cb46e128a11d2da6f5341d3f67c11569e3820ab735e2a0a52abc5454bb7e1ae469e6fb9130328ce1291b153cac7a9d835a99bb610ddfb3b4bb
6
+ metadata.gz: f62c3f0781f3ea09be34d90d30ef1a804f0f09329ccb3ae678716ac2956a20564d8496dacaeaa40566fe9d6fc90370f8fe31cede71a277c5c206f002bc7cff4d
7
+ data.tar.gz: e8434ef0ef2187c2c0a4bbb80086c113feebf46ab0246f059c06899c6248027b2446afe5e70bc11e010ab318a2267ed0a262e5e2e2d7aa02de000e6f85149e13
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.13.0 (2024-11-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.14.0
@@ -630,7 +630,6 @@ module Aws::TaxSettings
630
630
  #
631
631
  # * **Note:** In the **Tax Settings** page of the Billing console,
632
632
  # `Government` appears as **Public institutions**
633
- #
634
633
  # * If your `sector` is `Business` and you're subject to KDV tax, you
635
634
  # must specify your industry in the `industries` field.
636
635
  #
@@ -1275,7 +1274,6 @@ module Aws::TaxSettings
1275
1274
  #
1276
1275
  # * **Note:** In the **Tax Settings** page of the Billing console,
1277
1276
  # `Government` appears as **Public institutions**
1278
- #
1279
1277
  # * If your `sector` is `Business` and you're subject to KDV tax, you
1280
1278
  # must specify your industry in the `industries` field.
1281
1279
  #
@@ -1426,7 +1424,7 @@ module Aws::TaxSettings
1426
1424
  tracer: tracer
1427
1425
  )
1428
1426
  context[:gem_name] = 'aws-sdk-taxsettings'
1429
- context[:gem_version] = '1.13.0'
1427
+ context[:gem_version] = '1.14.0'
1430
1428
  Seahorse::Client::Request.new(handlers, context)
1431
1429
  end
1432
1430
 
@@ -54,7 +54,7 @@ module Aws::TaxSettings
54
54
  autoload :EndpointProvider, 'aws-sdk-taxsettings/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-taxsettings/endpoints'
56
56
 
57
- GEM_VERSION = '1.13.0'
57
+ GEM_VERSION = '1.14.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-taxsettings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-01 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core