aws-sdk-lexmodelbuildingservice 1.24.0 → 1.25.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4a44aa8c9c919e7b48ff0c486bc44b0ea3dd05a
|
4
|
+
data.tar.gz: fdbdcdad694b700755aaab6e0269e9f0f29a9671
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5585ae448564e42111748eb8291ff084ac6edd4bb76a9b4d63ec427a6bb05c598227c414d5eadf91d679f189e9fc84a60e6b6b64223123742b35aaf2a3efc4fa
|
7
|
+
data.tar.gz: 9962d6834344f3f71716be0cde35d1903cb7a84057b3276f76d650f172a267f75c6ed65927b1516102a83d02ea8349bb71e896aaa8d30c8f8bd5057b820c9fd5
|
@@ -2773,8 +2773,7 @@ module Aws::LexModelBuildingService
|
|
2773
2773
|
# exception.
|
2774
2774
|
#
|
2775
2775
|
# @option params [Types::ConversationLogsRequest] :conversation_logs
|
2776
|
-
# Settings
|
2777
|
-
# alias.
|
2776
|
+
# Settings for conversation logs for the alias.
|
2778
2777
|
#
|
2779
2778
|
# @return [Types::PutBotAliasResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2780
2779
|
#
|
@@ -3726,7 +3725,7 @@ module Aws::LexModelBuildingService
|
|
3726
3725
|
params: params,
|
3727
3726
|
config: config)
|
3728
3727
|
context[:gem_name] = 'aws-sdk-lexmodelbuildingservice'
|
3729
|
-
context[:gem_version] = '1.
|
3728
|
+
context[:gem_version] = '1.25.0'
|
3730
3729
|
Seahorse::Client::Request.new(handlers, context)
|
3731
3730
|
end
|
3732
3731
|
|
@@ -312,12 +312,14 @@ module Aws::LexModelBuildingService
|
|
312
312
|
# @!attribute [rw] iam_role_arn
|
313
313
|
# The Amazon Resource Name (ARN) of an IAM role with permission to
|
314
314
|
# write to your CloudWatch Logs for text logs and your S3 bucket for
|
315
|
-
# audio logs.
|
316
|
-
#
|
315
|
+
# audio logs. If audio encryption is enabled, this role also provides
|
316
|
+
# access permission for the AWS KMS key used for encrypting audio
|
317
|
+
# logs. For more information, see [Creating an IAM Role and Policy for
|
318
|
+
# Conversation Logs][1].
|
317
319
|
#
|
318
320
|
#
|
319
321
|
#
|
320
|
-
# [1]: https://docs.aws.amazon.com/lex/latest/dg/conversation-logs.html
|
322
|
+
# [1]: https://docs.aws.amazon.com/lex/latest/dg/conversation-logs-role-and-policy.html
|
321
323
|
# @return [String]
|
322
324
|
#
|
323
325
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/ConversationLogsRequest AWS API Documentation
|
@@ -331,7 +333,8 @@ module Aws::LexModelBuildingService
|
|
331
333
|
# Contains information about conversation log settings.
|
332
334
|
#
|
333
335
|
# @!attribute [rw] log_settings
|
334
|
-
# The settings for your conversation logs.
|
336
|
+
# The settings for your conversation logs. You can log text, audio, or
|
337
|
+
# both.
|
335
338
|
# @return [Array<Types::LogSettingsResponse>]
|
336
339
|
#
|
337
340
|
# @!attribute [rw] iam_role_arn
|
@@ -2493,7 +2496,8 @@ module Aws::LexModelBuildingService
|
|
2493
2496
|
include Aws::Structure
|
2494
2497
|
end
|
2495
2498
|
|
2496
|
-
# Settings used to configure
|
2499
|
+
# Settings used to configure delivery mode and destination for
|
2500
|
+
# conversation logs.
|
2497
2501
|
#
|
2498
2502
|
# @note When making an API call, you may pass LogSettingsRequest
|
2499
2503
|
# data as a hash:
|
@@ -2557,11 +2561,10 @@ module Aws::LexModelBuildingService
|
|
2557
2561
|
# @return [String]
|
2558
2562
|
#
|
2559
2563
|
# @!attribute [rw] resource_prefix
|
2560
|
-
# The resource prefix of the S3 object
|
2561
|
-
#
|
2562
|
-
# prefix
|
2563
|
-
#
|
2564
|
-
# `aws/lex/bot-name/bot-alias/bot-version`
|
2564
|
+
# The resource prefix is the first part of the S3 object key within
|
2565
|
+
# the S3 bucket that you specified to contain audio logs. For
|
2566
|
+
# CloudWatch Logs it is the prefix of the log stream name within the
|
2567
|
+
# log group that you specified.
|
2565
2568
|
# @return [String]
|
2566
2569
|
#
|
2567
2570
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/LogSettingsResponse AWS API Documentation
|
@@ -2735,8 +2738,7 @@ module Aws::LexModelBuildingService
|
|
2735
2738
|
# @return [String]
|
2736
2739
|
#
|
2737
2740
|
# @!attribute [rw] conversation_logs
|
2738
|
-
# Settings
|
2739
|
-
# the alias.
|
2741
|
+
# Settings for conversation logs for the alias.
|
2740
2742
|
# @return [Types::ConversationLogsRequest]
|
2741
2743
|
#
|
2742
2744
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/PutBotAliasRequest AWS API Documentation
|
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.
|
4
|
+
version: 1.25.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:
|
11
|
+
date: 2020-01-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|