aws-sdk-lexmodelbuildingservice 1.92.0 → 1.93.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: 457e781b72e9e3611d68f82afc69a4a0dd343960a75198a21a752440747911f4
4
- data.tar.gz: 12d0943dda14264a572d7430adedc830ef90c81fc56072582da8f70d1c20856a
3
+ metadata.gz: 2bda73a7964e4124a0492629d359759deec66a9afff762e2e2241c10acd4ad36
4
+ data.tar.gz: c6382db5a717ae979690d11990e0d3f96797bc3dc6d00e464bb3db2959419e74
5
5
  SHA512:
6
- metadata.gz: 6083dff4c240cf99e53e6f49688ec4aecdd0c08e30a0e05ac37d26c788564924a199f534ad7d44a39ecf4565145d86ac24f559ba6a09947cb3dbf144f2133d3f
7
- data.tar.gz: 04a25ca19fa6b60cb9746b2aca398b08ef033342d30f6dc7b0c84506300280daa90ab5cf2a76fb4343981e5892e15945fcb2291b620041eaf827b9770af06b00
6
+ metadata.gz: 4e1d9968e891d12dea84a78096aa4676e408be6f731710f9982b1d3880f30aec6f08cddc372e382e5b9b3d9ec0bba7500824f68e80e3dc6b795ac114c0f6604c
7
+ data.tar.gz: 90e5a72e8550836085eeb06cd9b6e8ee90d1983417b7b7a1818c57e37466bbb493e7ae55623febf07d7f2adec39a0814351b09e272f5173ddc4ec9d3d54c123e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.93.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.92.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.93.0
@@ -95,8 +95,8 @@ module Aws::LexModelBuildingService
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::LexModelBuildingService
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::LexModelBuildingService
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::LexModelBuildingService
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.
@@ -4526,7 +4523,7 @@ module Aws::LexModelBuildingService
4526
4523
  tracer: tracer
4527
4524
  )
4528
4525
  context[:gem_name] = 'aws-sdk-lexmodelbuildingservice'
4529
- context[:gem_version] = '1.92.0'
4526
+ context[:gem_version] = '1.93.0'
4530
4527
  Seahorse::Client::Request.new(handlers, context)
4531
4528
  end
4532
4529
 
@@ -54,7 +54,7 @@ module Aws::LexModelBuildingService
54
54
  autoload :EndpointProvider, 'aws-sdk-lexmodelbuildingservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lexmodelbuildingservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.92.0'
57
+ GEM_VERSION = '1.93.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-lexmodelbuildingservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.92.0
4
+ version: 1.93.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services