aws-sdk-lexruntimev2 1.56.0 → 1.57.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: 34d404a1ce053699423931ca70ae91b7ec87a997a297ef8bc7cb28c5afaf8d1d
4
- data.tar.gz: dcadd03f20b234d2e86d947e33715e42fee43fbedfba9add20ec97a68f89f19a
3
+ metadata.gz: 81204c43ce144a1e53139bcec092f097aa008c4fef8bcaf59c7a05db18449bd0
4
+ data.tar.gz: 389f4b4dcdd6ae3fe556ed7311dbad35061604b35262b1105728c475bf90d477
5
5
  SHA512:
6
- metadata.gz: fb27de1621d68a834a27e2b48040fe6a43f45d4f0366091cb1a13c57cea8e4ac9b4fc79c519b861d50b1d4643e8b6a8b99b90772815eef8e6250590118c96b43
7
- data.tar.gz: cfdd9399dcae7995e8926702c43429e90e361b2a0fbb6c033e3935048b7a41ee47d8f46a4460252452b0453f713ee65646a088d5430e315c29bdd55a48d7a573
6
+ metadata.gz: 4acaf290d6b4bca10c53423c506cf56306700f8d895f33db0c7c54147ab074f89844408a38b358e4c5b2ee2d586ffbc02218524c4eda93d5a85e989fc239cbc2
7
+ data.tar.gz: 30c90223743dbeb3d89647617cc22f6141c6d697bf43aadf3780672dcc20f6ee99fb0f98377a2bb0c3f047856f0e5a64af79a809a52ec4d5586e96c0cb7a9282
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.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.56.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -88,8 +88,8 @@ module Aws::LexRuntimeV2
88
88
  # class name or an instance of a plugin class.
89
89
  #
90
90
  # @option options [required, Aws::CredentialProvider] :credentials
91
- # Your AWS credentials used for authentication. This can be an instance of any one of the
92
- # following classes:
91
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
92
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
93
93
  #
94
94
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
95
95
  # credentials.
@@ -117,8 +117,7 @@ module Aws::LexRuntimeV2
117
117
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
118
118
  # from the Cognito Identity service.
119
119
  #
120
- # When `:credentials` are not configured directly, the following
121
- # locations will be searched for credentials:
120
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
122
121
  #
123
122
  # * `Aws.config[:credentials]`
124
123
  #
@@ -132,12 +131,10 @@ module Aws::LexRuntimeV2
132
131
  #
133
132
  # * `~/.aws/config`
134
133
  #
135
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
136
- # are very aggressive. Construct and pass an instance of
137
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
138
- # enable retries and extended timeouts. Instance profile credential
139
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
140
- # to `true`.
134
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
135
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
136
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
137
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
141
138
  #
142
139
  # @option options [required, String] :region
143
140
  # The AWS region to connect to. The configured `:region` is
@@ -337,8 +334,8 @@ module Aws::LexRuntimeV2
337
334
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
338
335
  #
339
336
  # @option options [Aws::TokenProvider] :token_provider
340
- # Your Bearer token used for authentication. This can be an instance of any one of the
341
- # following classes:
337
+ # Your Bearer token used for authentication. This can be any class that includes and implements
338
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
342
339
  #
343
340
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
344
341
  # tokens.
@@ -828,7 +825,7 @@ module Aws::LexRuntimeV2
828
825
  tracer: tracer
829
826
  )
830
827
  context[:gem_name] = 'aws-sdk-lexruntimev2'
831
- context[:gem_version] = '1.56.0'
828
+ context[:gem_version] = '1.57.0'
832
829
  Seahorse::Client::Request.new(handlers, context)
833
830
  end
834
831
 
@@ -97,8 +97,8 @@ module Aws::LexRuntimeV2
97
97
  # class name or an instance of a plugin class.
98
98
  #
99
99
  # @option options [required, Aws::CredentialProvider] :credentials
100
- # Your AWS credentials used for authentication. This can be an instance of any one of the
101
- # following classes:
100
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
101
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
102
102
  #
103
103
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
104
104
  # credentials.
@@ -126,8 +126,7 @@ module Aws::LexRuntimeV2
126
126
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
127
127
  # from the Cognito Identity service.
128
128
  #
129
- # When `:credentials` are not configured directly, the following
130
- # locations will be searched for credentials:
129
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
131
130
  #
132
131
  # * `Aws.config[:credentials]`
133
132
  #
@@ -141,12 +140,10 @@ module Aws::LexRuntimeV2
141
140
  #
142
141
  # * `~/.aws/config`
143
142
  #
144
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
145
- # are very aggressive. Construct and pass an instance of
146
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
147
- # enable retries and extended timeouts. Instance profile credential
148
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
149
- # to `true`.
143
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
144
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
146
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
150
147
  #
151
148
  # @option options [required, String] :region
152
149
  # The AWS region to connect to. The configured `:region` is
@@ -388,8 +385,8 @@ module Aws::LexRuntimeV2
388
385
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
389
386
  #
390
387
  # @option options [Aws::TokenProvider] :token_provider
391
- # Your Bearer token used for authentication. This can be an instance of any one of the
392
- # following classes:
388
+ # Your Bearer token used for authentication. This can be any class that includes and implements
389
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
393
390
  #
394
391
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
395
392
  # tokens.
@@ -1263,7 +1260,7 @@ module Aws::LexRuntimeV2
1263
1260
  tracer: tracer
1264
1261
  )
1265
1262
  context[:gem_name] = 'aws-sdk-lexruntimev2'
1266
- context[:gem_version] = '1.56.0'
1263
+ context[:gem_version] = '1.57.0'
1267
1264
  Seahorse::Client::Request.new(handlers, context)
1268
1265
  end
1269
1266
 
@@ -56,7 +56,7 @@ module Aws::LexRuntimeV2
56
56
  autoload :AsyncClient, 'aws-sdk-lexruntimev2/async_client'
57
57
  autoload :EventStreams, 'aws-sdk-lexruntimev2/event_streams'
58
58
 
59
- GEM_VERSION = '1.56.0'
59
+ GEM_VERSION = '1.57.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexruntimev2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services