aws-sdk-lexmodelsv2 1.59.0 → 1.60.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: e4db9bee88360ebb6c2f3869e8b0aa813eba0b8eb8645086743d4b3e7b301d58
4
- data.tar.gz: fad501a3d3c62f49dfc0e17b4947052f11cee8bd4e2beaa39e79233fe6d4c785
3
+ metadata.gz: d0755b4a62cb4a7319109a18b25a887f6f55d219992db7de3e9a8475d79c489b
4
+ data.tar.gz: 330113efae04392670e50e60a266ebbb5eecdefc58bfedac8248292c00fe32e8
5
5
  SHA512:
6
- metadata.gz: c44be7fce38319f0ebb852642c72816644a750e7610cb7a91b5fb163e79580dd163987e979f2b9dc653defc5049234f76971c28223d0f18324ff19b09ce3bdea
7
- data.tar.gz: 1d22a1deb228c32e3e803f2bd1da53c51624aeb162bbb9073d8bcbf4f3d08fafd3c7f11996d680d48216904f46bff4a2277a02d89f634f6992b7067578477c4e
6
+ metadata.gz: ae1f2013d00fecfa2bd6110c2cc9b82888869458f58ba06ea51d6b1dfd65fad2a30c16b6fd0e8c4378257accb9abe43cf3168d0fd2556b827a9ab851bae7327d
7
+ data.tar.gz: 7aca1fb319a8da56bea24805d0bdc9703cf33d698790360118ce51943d25d368f2a46e69aa749b80e69e5e9fd7700c1c5543144b3b0d2cf932470e41e3de8c18
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2024-09-11)
5
+ ------------------
6
+
7
+ * Feature - Support new Polly voice engines in VoiceSettings: long-form and generative
8
+
4
9
  1.59.0 (2024-09-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.0
@@ -1060,7 +1060,7 @@ module Aws::LexModelsV2
1060
1060
  # nlu_intent_confidence_threshold: 1.0, # required
1061
1061
  # voice_settings: {
1062
1062
  # voice_id: "VoiceId", # required
1063
- # engine: "standard", # accepts standard, neural
1063
+ # engine: "standard", # accepts standard, neural, long-form, generative
1064
1064
  # },
1065
1065
  # generative_ai_settings: {
1066
1066
  # runtime_settings: {
@@ -1115,7 +1115,7 @@ module Aws::LexModelsV2
1115
1115
  # resp.description #=> String
1116
1116
  # resp.nlu_intent_confidence_threshold #=> Float
1117
1117
  # resp.voice_settings.voice_id #=> String
1118
- # resp.voice_settings.engine #=> String, one of "standard", "neural"
1118
+ # resp.voice_settings.engine #=> String, one of "standard", "neural", "long-form", "generative"
1119
1119
  # resp.bot_locale_status #=> String, one of "Creating", "Building", "Built", "ReadyExpressTesting", "Failed", "Deleting", "NotBuilt", "Importing", "Processing"
1120
1120
  # resp.creation_date_time #=> Time
1121
1121
  # resp.generative_ai_settings.runtime_settings.slot_resolution_improvement.enabled #=> Boolean
@@ -3549,7 +3549,7 @@ module Aws::LexModelsV2
3549
3549
  # resp.description #=> String
3550
3550
  # resp.nlu_intent_confidence_threshold #=> Float
3551
3551
  # resp.voice_settings.voice_id #=> String
3552
- # resp.voice_settings.engine #=> String, one of "standard", "neural"
3552
+ # resp.voice_settings.engine #=> String, one of "standard", "neural", "long-form", "generative"
3553
3553
  # resp.intents_count #=> Integer
3554
3554
  # resp.slot_types_count #=> Integer
3555
3555
  # resp.bot_locale_status #=> String, one of "Creating", "Building", "Built", "ReadyExpressTesting", "Failed", "Deleting", "NotBuilt", "Importing", "Processing"
@@ -4004,7 +4004,7 @@ module Aws::LexModelsV2
4004
4004
  # resp.resource_specification.bot_locale_import_specification.locale_id #=> String
4005
4005
  # resp.resource_specification.bot_locale_import_specification.nlu_intent_confidence_threshold #=> Float
4006
4006
  # 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"
4007
+ # resp.resource_specification.bot_locale_import_specification.voice_settings.engine #=> String, one of "standard", "neural", "long-form", "generative"
4008
4008
  # resp.resource_specification.custom_vocabulary_import_specification.bot_id #=> String
4009
4009
  # resp.resource_specification.custom_vocabulary_import_specification.bot_version #=> String
4010
4010
  # resp.resource_specification.custom_vocabulary_import_specification.locale_id #=> String
@@ -8425,7 +8425,7 @@ module Aws::LexModelsV2
8425
8425
  # nlu_intent_confidence_threshold: 1.0,
8426
8426
  # voice_settings: {
8427
8427
  # voice_id: "VoiceId", # required
8428
- # engine: "standard", # accepts standard, neural
8428
+ # engine: "standard", # accepts standard, neural, long-form, generative
8429
8429
  # },
8430
8430
  # },
8431
8431
  # custom_vocabulary_import_specification: {
@@ -8472,7 +8472,7 @@ module Aws::LexModelsV2
8472
8472
  # resp.resource_specification.bot_locale_import_specification.locale_id #=> String
8473
8473
  # resp.resource_specification.bot_locale_import_specification.nlu_intent_confidence_threshold #=> Float
8474
8474
  # 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"
8475
+ # resp.resource_specification.bot_locale_import_specification.voice_settings.engine #=> String, one of "standard", "neural", "long-form", "generative"
8476
8476
  # resp.resource_specification.custom_vocabulary_import_specification.bot_id #=> String
8477
8477
  # resp.resource_specification.custom_vocabulary_import_specification.bot_version #=> String
8478
8478
  # resp.resource_specification.custom_vocabulary_import_specification.locale_id #=> String
@@ -9066,7 +9066,7 @@ module Aws::LexModelsV2
9066
9066
  # nlu_intent_confidence_threshold: 1.0, # required
9067
9067
  # voice_settings: {
9068
9068
  # voice_id: "VoiceId", # required
9069
- # engine: "standard", # accepts standard, neural
9069
+ # engine: "standard", # accepts standard, neural, long-form, generative
9070
9070
  # },
9071
9071
  # generative_ai_settings: {
9072
9072
  # runtime_settings: {
@@ -9121,7 +9121,7 @@ module Aws::LexModelsV2
9121
9121
  # resp.description #=> String
9122
9122
  # resp.nlu_intent_confidence_threshold #=> Float
9123
9123
  # resp.voice_settings.voice_id #=> String
9124
- # resp.voice_settings.engine #=> String, one of "standard", "neural"
9124
+ # resp.voice_settings.engine #=> String, one of "standard", "neural", "long-form", "generative"
9125
9125
  # resp.bot_locale_status #=> String, one of "Creating", "Building", "Built", "ReadyExpressTesting", "Failed", "Deleting", "NotBuilt", "Importing", "Processing"
9126
9126
  # resp.failure_reasons #=> Array
9127
9127
  # resp.failure_reasons[0] #=> String
@@ -10494,7 +10494,7 @@ module Aws::LexModelsV2
10494
10494
  tracer: tracer
10495
10495
  )
10496
10496
  context[:gem_name] = 'aws-sdk-lexmodelsv2'
10497
- context[:gem_version] = '1.59.0'
10497
+ context[:gem_version] = '1.60.0'
10498
10498
  Seahorse::Client::Request.new(handlers, context)
10499
10499
  end
10500
10500