aws-sdk-lexmodelbuildingservice 1.83.0 → 1.85.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2379aa14fa6813e350f9ecd36b218d1af7a403692ec6b5e0084a7c3a15538e1a
4
- data.tar.gz: c051c10d869a5fadcab71f21d1d0b5ff9186bc18ddaba7f0077dad09796a2089
3
+ metadata.gz: 6d966cc322b4152e759c192f3a1307a3fecb9100b7d71d9fd7514201976d3a28
4
+ data.tar.gz: 9934306b130ae3ea227df7c650974fcaa6b10550c1d22c4e48468719bdfb09c9
5
5
  SHA512:
6
- metadata.gz: fd40b3ce353fa3dcde278b337d72cfe11c03b6516e57e84959a2d5cada3ad50944019ee0e2cb16f4b9b13f39e91ad0b6b3d5748066f605f2ef51996f32858e84
7
- data.tar.gz: c0923ee8a6dcde08902cee4cd0bf3848a109b61dffd1589d8afacf63683a0d25c7b8b1a7d6612fcdd41eb9efc0ce08fa45edb342c848fc1a39cfb2696375bc50
6
+ metadata.gz: 31a2c7426cd09943676f97a6bbdcdaaccbde0160632877b66842d1a206abaa94f6d8a23f40b9468f2c89b2dcf48f4ed443cfd24021030e150fb5009a11c711f3
7
+ data.tar.gz: 8d12c291ee9f1a9ca06880316735587959cdd41056971747ecf9bc6262d76294642428d4eaa76febe3c5c2f93bff1d33a686d53467b03537d92b1ec8ecf5611d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.0 (2025-01-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.84.0 (2024-11-06)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.83.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.85.0
@@ -257,11 +257,34 @@ module Aws::LexModelBuildingService
257
257
  # Used when loading credentials from the shared credentials file
258
258
  # at HOME/.aws/credentials. When not specified, 'default' is used.
259
259
  #
260
+ # @option options [String] :request_checksum_calculation ("when_supported")
261
+ # Determines when a checksum will be calculated for request payloads. Values are:
262
+ #
263
+ # * `when_supported` - (default) When set, a checksum will be
264
+ # calculated for all request payloads of operations modeled with the
265
+ # `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
266
+ # `requestAlgorithmMember` is modeled.
267
+ # * `when_required` - When set, a checksum will only be calculated for
268
+ # request payloads of operations modeled with the `httpChecksum` trait where
269
+ # `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
270
+ # is modeled and supplied.
271
+ #
260
272
  # @option options [Integer] :request_min_compression_size_bytes (10240)
261
273
  # The minimum size in bytes that triggers compression for request
262
274
  # bodies. The value must be non-negative integer value between 0
263
275
  # and 10485780 bytes inclusive.
264
276
  #
277
+ # @option options [String] :response_checksum_validation ("when_supported")
278
+ # Determines when checksum validation will be performed on response payloads. Values are:
279
+ #
280
+ # * `when_supported` - (default) When set, checksum validation is performed on all
281
+ # response payloads of operations modeled with the `httpChecksum` trait where
282
+ # `responseAlgorithms` is modeled, except when no modeled checksum algorithms
283
+ # are supported.
284
+ # * `when_required` - When set, checksum validation is not performed on
285
+ # response payloads of operations unless the checksum algorithm is supported and
286
+ # the `requestValidationModeMember` member is set to `ENABLED`.
287
+ #
265
288
  # @option options [Proc] :retry_backoff
266
289
  # A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
267
290
  # This option is only used in the `legacy` retry mode.
@@ -3428,8 +3451,8 @@ module Aws::LexModelBuildingService
3428
3451
  #
3429
3452
  # @option params [Array<String>] :sample_utterances
3430
3453
  # An array of utterances (strings) that a user might say to signal the
3431
- # intent. For example, "I want \\\{PizzaSize\\} pizza", "Order
3432
- # \\\{Quantity\\} \\\{PizzaSize\\} pizzas".
3454
+ # intent. For example, "I want \{PizzaSize} pizza", "Order
3455
+ # \{Quantity} \{PizzaSize} pizzas".
3433
3456
  #
3434
3457
  # In each utterance, a slot name is enclosed in curly braces.
3435
3458
  #
@@ -4494,7 +4517,7 @@ module Aws::LexModelBuildingService
4494
4517
  tracer: tracer
4495
4518
  )
4496
4519
  context[:gem_name] = 'aws-sdk-lexmodelbuildingservice'
4497
- context[:gem_version] = '1.83.0'
4520
+ context[:gem_version] = '1.85.0'
4498
4521
  Seahorse::Client::Request.new(handlers, context)
4499
4522
  end
4500
4523
 
@@ -3474,8 +3474,8 @@ module Aws::LexModelBuildingService
3474
3474
  #
3475
3475
  # @!attribute [rw] sample_utterances
3476
3476
  # An array of utterances (strings) that a user might say to signal the
3477
- # intent. For example, "I want \\\{PizzaSize\\} pizza", "Order
3478
- # \\\{Quantity\\} \\\{PizzaSize\\} pizzas".
3477
+ # intent. For example, "I want \{PizzaSize} pizza", "Order
3478
+ # \{Quantity} \{PizzaSize} pizzas".
3479
3479
  #
3480
3480
  # In each utterance, a slot name is enclosed in curly braces.
3481
3481
  # @return [Array<String>]
@@ -3942,11 +3942,11 @@ module Aws::LexModelBuildingService
3942
3942
  # The body of the exception contains a JSON object that describes the
3943
3943
  # resource.
3944
3944
  #
3945
- # `\{ "resourceType": BOT | BOTALIAS | BOTCHANNEL | INTENT,`
3945
+ # `{ "resourceType": BOT | BOTALIAS | BOTCHANNEL | INTENT,`
3946
3946
  #
3947
- # `"resourceReference": \{`
3947
+ # `"resourceReference": {`
3948
3948
  #
3949
- # `"name": string, "version": string \} \}`
3949
+ # `"name": string, "version": string } }`
3950
3950
  #
3951
3951
  # @!attribute [rw] reference_type
3952
3952
  # @return [String]
@@ -4043,9 +4043,9 @@ module Aws::LexModelBuildingService
4043
4043
  # @!attribute [rw] obfuscation_setting
4044
4044
  # Determines whether a slot is obfuscated in conversation logs and
4045
4045
  # stored utterances. When you obfuscate a slot, the value is replaced
4046
- # by the slot name in curly braces (\\\{\\}). For example, if the slot
4046
+ # by the slot name in curly braces (\{}). For example, if the slot
4047
4047
  # name is "full\_name", obfuscated values are replaced with
4048
- # "\\\{full\_name\\}". For more information, see [ Slot Obfuscation
4048
+ # "\{full\_name}". For more information, see [ Slot Obfuscation
4049
4049
  # ][1].
4050
4050
  #
4051
4051
  #
@@ -4087,7 +4087,7 @@ module Aws::LexModelBuildingService
4087
4087
  # * `#context-name.slot-name` - The slot value "slot-name" in the
4088
4088
  # context "context-name."
4089
4089
  #
4090
- # * `\{attribute\}` - The slot value of the session attribute
4090
+ # * `{attribute}` - The slot value of the session attribute
4091
4091
  # "attribute."
4092
4092
  #
4093
4093
  # * `'value'` - The discrete value "value."
@@ -4191,7 +4191,7 @@ module Aws::LexModelBuildingService
4191
4191
  #
4192
4192
  # The following regular expression operators are not supported:
4193
4193
  #
4194
- # * Infinite repeaters: *, +, or \\\{x,\\} with no upper bound.
4194
+ # * Infinite repeaters: *, +, or \{x,} with no upper bound.
4195
4195
  #
4196
4196
  # * Wild card (.)
4197
4197
  # @return [String]
@@ -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.83.0'
57
+ GEM_VERSION = '1.85.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
data/sig/resource.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexmodelbuildingservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.83.0
4
+ version: 1.85.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-10-18 00:00:00.000000000 Z
11
+ date: 2025-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.210.0
22
+ version: 3.216.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.210.0
32
+ version: 3.216.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement