aws-sdk-taxsettings 1.10.0 → 1.11.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 +3 -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: 8e120aa30ed6545bb284268542f6b208827a886614c608bd4124ed3ec64c141c
|
4
|
+
data.tar.gz: 5549f9f92afd5f5aaf2d904376842b59c66580b09528d01fdc90c641ac7e9ecc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 612ffd28eec25ffb0e942e5e9c9db2a653f2e794180523e583a6f69c004f1eeab9bc14b45f78109e82c3449fc9c21882c711a663bb22f88a4539a5d6cafd6bea
|
7
|
+
data.tar.gz: d6370f17fa1a7ba2044ca2fc7e5bfb70d5bdac4f3b88e78056bf896cc76779eaac488c4f8f0fe204280fb2e4fb8a52d07a17dc5e6f610fb34a28f99b7502f431
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.11.0
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
37
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
38
38
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:taxsettings)
|
40
|
-
|
41
39
|
module Aws::TaxSettings
|
42
40
|
# An API client for TaxSettings. To construct a client, you need to configure a `:region` and `:credentials`.
|
43
41
|
#
|
@@ -1281,7 +1279,7 @@ module Aws::TaxSettings
|
|
1281
1279
|
tracer: tracer
|
1282
1280
|
)
|
1283
1281
|
context[:gem_name] = 'aws-sdk-taxsettings'
|
1284
|
-
context[:gem_version] = '1.
|
1282
|
+
context[:gem_version] = '1.11.0'
|
1285
1283
|
Seahorse::Client::Request.new(handlers, context)
|
1286
1284
|
end
|
1287
1285
|
|
data/lib/aws-sdk-taxsettings.rb
CHANGED
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:taxsettings)
|
15
|
+
|
14
16
|
# This module provides support for Tax Settings. This module is available in the
|
15
17
|
# `aws-sdk-taxsettings` gem.
|
16
18
|
#
|
@@ -52,7 +54,7 @@ module Aws::TaxSettings
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-taxsettings/endpoint_provider'
|
53
55
|
autoload :Endpoints, 'aws-sdk-taxsettings/endpoints'
|
54
56
|
|
55
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.11.0'
|
56
58
|
|
57
59
|
end
|
58
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.
|
4
|
+
version: 1.11.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-09-
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|