aws-sdk-invoicing 1.9.0 → 1.10.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: ffb197e23ad4b8e4e25132eb47464848350150626c7cd5cc787c05068526a24b
4
- data.tar.gz: 781798e80a93074c28ad4dbe1e8c542b0ca2c932857d5919d4b2559b154b6363
3
+ metadata.gz: 6b91a1c0114c21a65f411d2ef9409dfbceb057f6f3f6723a3d270a8635ba1929
4
+ data.tar.gz: f34c15ca0a722e6adce49933943d83fe5fcf6fbab189426e4b2ca663ed6c3521
5
5
  SHA512:
6
- metadata.gz: b5c9a692e2569f4a9b657812295b2aa206d7277d042d55cd0a15dd9d87ae3018f29f5ac184ef10b8b35e2cceaaab425d958608f6b8bf4db68ef400f6fa7dcf00
7
- data.tar.gz: f72a8f68e40af4ef6c4070232ebca4c814311063f9ef832fdf6d535e8a765e5cfaf2ece9fb4b9ed7a4358c9560c323567dac98cf27969fda112cda5236e88376
6
+ metadata.gz: 87aa5dbcaf2a9b7c695b9722e23dd84e4639f93a09f31e874ee9c1a8397cf9efc210c9251267d245cee78f9b70dffdc1212fc5fd69fd1933d756fc5beb32ea1f
7
+ data.tar.gz: f4059ba7218d855c57fea2e5c08d590b27f3939162e24e47db93eb041c8c62e2d8a49156fa1ca25d1f5e377229015e33131558b10b8a093f2b18ad5c5db6ce98
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.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.9.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
1
+ 1.10.0
@@ -95,8 +95,8 @@ module Aws::Invoicing
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::Invoicing
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::Invoicing
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
@@ -384,8 +381,8 @@ module Aws::Invoicing
384
381
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
385
382
  #
386
383
  # @option options [Aws::TokenProvider] :token_provider
387
- # Your Bearer token used for authentication. This can be an instance of any one of the
388
- # following classes:
384
+ # Your Bearer token used for authentication. This can be any class that includes and implements
385
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
389
386
  #
390
387
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
391
388
  # tokens.
@@ -1837,7 +1834,7 @@ module Aws::Invoicing
1837
1834
  tracer: tracer
1838
1835
  )
1839
1836
  context[:gem_name] = 'aws-sdk-invoicing'
1840
- context[:gem_version] = '1.9.0'
1837
+ context[:gem_version] = '1.10.0'
1841
1838
  Seahorse::Client::Request.new(handlers, context)
1842
1839
  end
1843
1840
 
@@ -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.9.0'
58
+ GEM_VERSION = '1.10.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-invoicing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services