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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-taxsettings/client.rb +1 -3
- data/lib/aws-sdk-taxsettings.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9aaedc3a667fe889e517cc845687ad336cf931a776976923506d9d1a8e2743c
|
4
|
+
data.tar.gz: 33a6438db2f7e6ead3dc16e11ae5de52bf0b1659078c52fdf63ce49020c0fc1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f62c3f0781f3ea09be34d90d30ef1a804f0f09329ccb3ae678716ac2956a20564d8496dacaeaa40566fe9d6fc90370f8fe31cede71a277c5c206f002bc7cff4d
|
7
|
+
data.tar.gz: e8434ef0ef2187c2c0a4bbb80086c113feebf46ab0246f059c06899c6248027b2446afe5e70bc11e010ab318a2267ed0a262e5e2e2d7aa02de000e6f85149e13
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
1427
|
+
context[:gem_version] = '1.14.0'
|
1430
1428
|
Seahorse::Client::Request.new(handlers, context)
|
1431
1429
|
end
|
1432
1430
|
|
data/lib/aws-sdk-taxsettings.rb
CHANGED
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.
|
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-
|
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
|