aws-sdk-taxsettings 1.27.0 → 1.28.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: a52df3077689da32c1b4d237dcfbd09aa78cbd3f4536ee822b760c0769e22a80
4
- data.tar.gz: ee642d087d5857b5d131e0865005fa45cede2a916aee795e415ad3ef7c2ae362
3
+ metadata.gz: c26cf2a52ef70c8c7284699746119ba97582008e960655cb06a4d25cd00b3b9a
4
+ data.tar.gz: 127e2af8e92894d44531873465d42b5e1aa11192f23fa4877f7f7a948ba87533
5
5
  SHA512:
6
- metadata.gz: 85cd73a03454942f43b3e688ae2e8aad588f0ab28ae59960aaae638ad8c3209095fb8a4bbe8606fb855373cbe4e3af55144a61a8e813813e1670567bd8595991
7
- data.tar.gz: b5b55fdb4f0555c4ffd77a091f61cb6ff285eb89b8f7a865373bb757f9cc9bc29369be76660acdcddba828e1196fa3b101e337791fb3d977738499915cfb2cba
6
+ metadata.gz: 26ac80b1e1452ebdf254cf7765918e247c04013a13ab3eebe265ab90a58ad21efb717004b7ab46b077e05de67ee50dc9481ae619625039cc6a0e5079b41f58f8
7
+ data.tar.gz: 1e05e93360099769eaaef92914793157339b4ab26f791d3d0f7cf24478e795d286b4b4691d663eeadca819e666e7a2a65e1f87bb88a45f1a81e29db0ece4145d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.27.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -95,8 +95,8 @@ module Aws::TaxSettings
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::TaxSettings
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::TaxSettings
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::TaxSettings
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -1821,7 +1818,7 @@ module Aws::TaxSettings
1821
1818
  tracer: tracer
1822
1819
  )
1823
1820
  context[:gem_name] = 'aws-sdk-taxsettings'
1824
- context[:gem_version] = '1.27.0'
1821
+ context[:gem_version] = '1.28.0'
1825
1822
  Seahorse::Client::Request.new(handlers, context)
1826
1823
  end
1827
1824
 
@@ -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.27.0'
57
+ GEM_VERSION = '1.28.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-taxsettings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services