aws-sdk-lexmodelsv2 1.59.0 → 1.61.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: e4db9bee88360ebb6c2f3869e8b0aa813eba0b8eb8645086743d4b3e7b301d58
4
- data.tar.gz: fad501a3d3c62f49dfc0e17b4947052f11cee8bd4e2beaa39e79233fe6d4c785
3
+ metadata.gz: 66fad1ec529a36046a3e26b049598fc601ad368bd38c5ee424caab7fc93d4cc0
4
+ data.tar.gz: 9caf523a799b138df93711563f9afdcb7630254a4b73572243eabf5a03f3080e
5
5
  SHA512:
6
- metadata.gz: c44be7fce38319f0ebb852642c72816644a750e7610cb7a91b5fb163e79580dd163987e979f2b9dc653defc5049234f76971c28223d0f18324ff19b09ce3bdea
7
- data.tar.gz: 1d22a1deb228c32e3e803f2bd1da53c51624aeb162bbb9073d8bcbf4f3d08fafd3c7f11996d680d48216904f46bff4a2277a02d89f634f6992b7067578477c4e
6
+ metadata.gz: 8835bb6ffa6915e7e20c8e198eecb18fb297831a6da8c88487f5e656c1d20edf45c4055eafb146ec0ef6f96b503023d3f6c738b1d31cdd30d3a05f652b0e47a6
7
+ data.tar.gz: dd5c1c035ec0908cd0bc95b2a878a8367fdc9e4d7d5aaa625d3d954616b401aceb350cf86a6cc824700649f93112441db1645955559a5977bc12cc79f2a404af
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2024-09-20)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.60.0 (2024-09-11)
10
+ ------------------
11
+
12
+ * Feature - Support new Polly voice engines in VoiceSettings: long-form and generative
13
+
4
14
  1.59.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.61.0
@@ -130,13 +130,15 @@ module Aws::LexModelsV2
130
130
  # locations will be searched for credentials:
131
131
  #
132
132
  # * `Aws.config[:credentials]`
133
- # * The `:access_key_id`, `:secret_access_key`, and `:session_token` options.
134
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
133
+ # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
134
+ # `:account_id` options.
135
+ # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
136
+ # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
135
137
  # * `~/.aws/credentials`
136
138
  # * `~/.aws/config`
137
139
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
138
140
  # are very aggressive. Construct and pass an instance of
139
- # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
141
+ # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
140
142
  # enable retries and extended timeouts. Instance profile credential
141
143
  # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
142
144
  # to true.
@@ -155,6 +157,8 @@ module Aws::LexModelsV2
155
157
  #
156
158
  # @option options [String] :access_key_id
157
159
  #
160
+ # @option options [String] :account_id
161
+ #
158
162
  # @option options [Boolean] :active_endpoint_cache (false)
159
163
  # When set to `true`, a thread polling for endpoints will be running in
160
164
  # the background every 60 secs (default). Defaults to `false`.
@@ -369,7 +373,9 @@ module Aws::LexModelsV2
369
373
  # sending the request.
370
374
  #
371
375
  # @option options [Aws::LexModelsV2::EndpointProvider] :endpoint_provider
372
- # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::LexModelsV2::EndpointParameters`
376
+ # The endpoint provider used to resolve endpoints. Any object that responds to
377
+ # `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
378
+ # `Aws::LexModelsV2::EndpointParameters`.
373
379
  #
374
380
  # @option options [Float] :http_continue_timeout (1)
375
381
  # The number of seconds to wait for a 100-continue response before sending the
@@ -1060,7 +1066,7 @@ module Aws::LexModelsV2
1060
1066
  # nlu_intent_confidence_threshold: 1.0, # required
1061
1067
  # voice_settings: {
1062
1068
  # voice_id: "VoiceId", # required
1063
- # engine: "standard", # accepts standard, neural
1069
+ # engine: "standard", # accepts standard, neural, long-form, generative
1064
1070
  # },
1065
1071
  # generative_ai_settings: {
1066
1072
  # runtime_settings: {
@@ -1115,7 +1121,7 @@ module Aws::LexModelsV2
1115
1121
  # resp.description #=> String
1116
1122
  # resp.nlu_intent_confidence_threshold #=> Float
1117
1123
  # resp.voice_settings.voice_id #=> String
1118
- # resp.voice_settings.engine #=> String, one of "standard", "neural"
1124
+ # resp.voice_settings.engine #=> String, one of "standard", "neural", "long-form", "generative"
1119
1125
  # resp.bot_locale_status #=> String, one of "Creating", "Building", "Built", "ReadyExpressTesting", "Failed", "Deleting", "NotBuilt", "Importing", "Processing"
1120
1126
  # resp.creation_date_time #=> Time
1121
1127
  # resp.generative_ai_settings.runtime_settings.slot_resolution_improvement.enabled #=> Boolean
@@ -3549,7 +3555,7 @@ module Aws::LexModelsV2
3549
3555
  # resp.description #=> String
3550
3556
  # resp.nlu_intent_confidence_threshold #=> Float
3551
3557
  # resp.voice_settings.voice_id #=> String
3552
- # resp.voice_settings.engine #=> String, one of "standard", "neural"
3558
+ # resp.voice_settings.engine #=> String, one of "standard", "neural", "long-form", "generative"
3553
3559
  # resp.intents_count #=> Integer
3554
3560
  # resp.slot_types_count #=> Integer
3555
3561
  # resp.bot_locale_status #=> String, one of "Creating", "Building", "Built", "ReadyExpressTesting", "Failed", "Deleting", "NotBuilt", "Importing", "Processing"
@@ -4004,7 +4010,7 @@ module Aws::LexModelsV2
4004
4010
  # resp.resource_specification.bot_locale_import_specification.locale_id #=> String
4005
4011
  # resp.resource_specification.bot_locale_import_specification.nlu_intent_confidence_threshold #=> Float
4006
4012
  # resp.resource_specification.bot_locale_import_specification.voice_settings.voice_id #=> String
4007
- # resp.resource_specification.bot_locale_import_specification.voice_settings.engine #=> String, one of "standard", "neural"
4013
+ # resp.resource_specification.bot_locale_import_specification.voice_settings.engine #=> String, one of "standard", "neural", "long-form", "generative"
4008
4014
  # resp.resource_specification.custom_vocabulary_import_specification.bot_id #=> String
4009
4015
  # resp.resource_specification.custom_vocabulary_import_specification.bot_version #=> String
4010
4016
  # resp.resource_specification.custom_vocabulary_import_specification.locale_id #=> String
@@ -8425,7 +8431,7 @@ module Aws::LexModelsV2
8425
8431
  # nlu_intent_confidence_threshold: 1.0,
8426
8432
  # voice_settings: {
8427
8433
  # voice_id: "VoiceId", # required
8428
- # engine: "standard", # accepts standard, neural
8434
+ # engine: "standard", # accepts standard, neural, long-form, generative
8429
8435
  # },
8430
8436
  # },
8431
8437
  # custom_vocabulary_import_specification: {
@@ -8472,7 +8478,7 @@ module Aws::LexModelsV2
8472
8478
  # resp.resource_specification.bot_locale_import_specification.locale_id #=> String
8473
8479
  # resp.resource_specification.bot_locale_import_specification.nlu_intent_confidence_threshold #=> Float
8474
8480
  # resp.resource_specification.bot_locale_import_specification.voice_settings.voice_id #=> String
8475
- # resp.resource_specification.bot_locale_import_specification.voice_settings.engine #=> String, one of "standard", "neural"
8481
+ # resp.resource_specification.bot_locale_import_specification.voice_settings.engine #=> String, one of "standard", "neural", "long-form", "generative"
8476
8482
  # resp.resource_specification.custom_vocabulary_import_specification.bot_id #=> String
8477
8483
  # resp.resource_specification.custom_vocabulary_import_specification.bot_version #=> String
8478
8484
  # resp.resource_specification.custom_vocabulary_import_specification.locale_id #=> String
@@ -9066,7 +9072,7 @@ module Aws::LexModelsV2
9066
9072
  # nlu_intent_confidence_threshold: 1.0, # required
9067
9073
  # voice_settings: {
9068
9074
  # voice_id: "VoiceId", # required
9069
- # engine: "standard", # accepts standard, neural
9075
+ # engine: "standard", # accepts standard, neural, long-form, generative
9070
9076
  # },
9071
9077
  # generative_ai_settings: {
9072
9078
  # runtime_settings: {
@@ -9121,7 +9127,7 @@ module Aws::LexModelsV2
9121
9127
  # resp.description #=> String
9122
9128
  # resp.nlu_intent_confidence_threshold #=> Float
9123
9129
  # resp.voice_settings.voice_id #=> String
9124
- # resp.voice_settings.engine #=> String, one of "standard", "neural"
9130
+ # resp.voice_settings.engine #=> String, one of "standard", "neural", "long-form", "generative"
9125
9131
  # resp.bot_locale_status #=> String, one of "Creating", "Building", "Built", "ReadyExpressTesting", "Failed", "Deleting", "NotBuilt", "Importing", "Processing"
9126
9132
  # resp.failure_reasons #=> Array
9127
9133
  # resp.failure_reasons[0] #=> String
@@ -10494,7 +10500,7 @@ module Aws::LexModelsV2
10494
10500
  tracer: tracer
10495
10501
  )
10496
10502
  context[:gem_name] = 'aws-sdk-lexmodelsv2'
10497
- context[:gem_version] = '1.59.0'
10503
+ context[:gem_version] = '1.61.0'
10498
10504
  Seahorse::Client::Request.new(handlers, context)
10499
10505
  end
10500
10506