aws-sdk-lexmodelbuildingservice 1.0.0.rc4 → 1.0.0.rc5

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: 2092f8a74bc3416017e5f4b421df731ef35739c3
4
- data.tar.gz: 15d01b509d8fa4b554bb66c83aac6a722b301aae
3
+ metadata.gz: e8bc1f889265636e74aa00f337c136b89d5aefb0
4
+ data.tar.gz: cdeb8c8ef8a7484f37088a0ba74ac955a88335a6
5
5
  SHA512:
6
- metadata.gz: 9cc59a2125ec71ffdc92bc604e72e08d3e4d6fa387886b804f43e06859f88bbd4ec1f8954db85cdd71e5e626aa574cc01b08641012c3f258b3fab1c059c67e53
7
- data.tar.gz: 5793ed8a68c90f6d0f9c573850ed30eb232e5a8e794ccab30f9ad60e4d12a1fe9531eb2c83a434f9682e99c84c585eb4fa6136721937ba52ed91b6ec3a255eaf
6
+ metadata.gz: 07da3a6229045cf2d3a5d34668c747927e2060ffe187ca0396dd463ec8fd3a5a16ecfec1ed248c01b390eb00d9857aa0d83147d2c73c1eadedafd312bdf4ee38
7
+ data.tar.gz: 0a2f35f0dfd61cd4598ba7d21bb67d79f8b66d00fa8f021462f050a9c13fa4b7e671b4928d39716ac80a3631914c1772ae19fcc0b4d0e06aeee5fe2b7f56c9ee
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-lexmodelbuildingservice/customizations'
42
42
  # @service
43
43
  module Aws::LexModelBuildingService
44
44
 
45
- GEM_VERSION = '1.0.0.rc4'
45
+ GEM_VERSION = '1.0.0.rc5'
46
46
 
47
47
  end
@@ -995,7 +995,9 @@ module Aws::LexModelBuildingService
995
995
  # @option params [String] :name_contains
996
996
  # Substring to match in channel association names. An association will
997
997
  # be returned if any part of its name matches the substring. For
998
- # example, "xyz" matches both "xyzabc" and "abcxyz."
998
+ # example, "xyz" matches both "xyzabc" and "abcxyz." To return all
999
+ # bot channel associations, use a hyphen ("-") as the `nameContains`
1000
+ # parameter.
999
1001
  #
1000
1002
  # @return [Types::GetBotChannelAssociationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1001
1003
  #
@@ -1845,7 +1847,7 @@ module Aws::LexModelBuildingService
1845
1847
  # The default is 300 seconds (5 minutes).
1846
1848
  #
1847
1849
  # @option params [String] :voice_id
1848
- # The Amazon Parrot voice ID that you want Amazon Lex to use for voice
1850
+ # The Amazon Polly voice ID that you want Amazon Lex to use for voice
1849
1851
  # interactions with the user. The locale configured for the voice must
1850
1852
  # match the locale of the bot. For more information, see [Voice][1] in
1851
1853
  # the *Amazon Polly Developer Guide*.
@@ -2527,7 +2529,7 @@ module Aws::LexModelBuildingService
2527
2529
  params: params,
2528
2530
  config: config)
2529
2531
  context[:gem_name] = 'aws-sdk-lexmodelbuildingservice'
2530
- context[:gem_version] = '1.0.0.rc4'
2532
+ context[:gem_version] = '1.0.0.rc5'
2531
2533
  Seahorse::Client::Request.new(handlers, context)
2532
2534
  end
2533
2535
 
@@ -316,7 +316,7 @@ module Aws::LexModelBuildingService
316
316
  # @return [Integer]
317
317
  #
318
318
  # @!attribute [rw] voice_id
319
- # The Amazon Parrot voice ID that Amazon Lex uses for voice
319
+ # The Amazon Polly voice ID that Amazon Lex uses for voice
320
320
  # interactions with the user.
321
321
  # @return [String]
322
322
  #
@@ -1158,7 +1158,9 @@ module Aws::LexModelBuildingService
1158
1158
  # @!attribute [rw] name_contains
1159
1159
  # Substring to match in channel association names. An association will
1160
1160
  # be returned if any part of its name matches the substring. For
1161
- # example, "xyz" matches both "xyzabc" and "abcxyz."
1161
+ # example, "xyz" matches both "xyzabc" and "abcxyz." To return
1162
+ # all bot channel associations, use a hyphen ("-") as the
1163
+ # `nameContains` parameter.
1162
1164
  # @return [String]
1163
1165
  #
1164
1166
  # @see http://docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetBotChannelAssociationsRequest AWS API Documentation
@@ -1266,8 +1268,8 @@ module Aws::LexModelBuildingService
1266
1268
  # @return [Integer]
1267
1269
  #
1268
1270
  # @!attribute [rw] voice_id
1269
- # The Amazon Parrot voice ID that Amazon Lex uses for voice
1270
- # interaction with the user. For more information, see .
1271
+ # The Amazon Polly voice ID that Amazon Lex uses for voice interaction
1272
+ # with the user. For more information, see .
1271
1273
  # @return [String]
1272
1274
  #
1273
1275
  # @!attribute [rw] checksum
@@ -2399,7 +2401,7 @@ module Aws::LexModelBuildingService
2399
2401
  # @return [Integer]
2400
2402
  #
2401
2403
  # @!attribute [rw] voice_id
2402
- # The Amazon Parrot voice ID that you want Amazon Lex to use for voice
2404
+ # The Amazon Polly voice ID that you want Amazon Lex to use for voice
2403
2405
  # interactions with the user. The locale configured for the voice must
2404
2406
  # match the locale of the bot. For more information, see [Voice][1] in
2405
2407
  # the *Amazon Polly Developer Guide*.
@@ -2541,8 +2543,8 @@ module Aws::LexModelBuildingService
2541
2543
  # @return [Integer]
2542
2544
  #
2543
2545
  # @!attribute [rw] voice_id
2544
- # The Amazon Parrot voice ID that Amazon Lex uses for voice
2545
- # interaction with the user. For more information, see .
2546
+ # The Amazon Polly voice ID that Amazon Lex uses for voice interaction
2547
+ # with the user. For more information, see .
2546
2548
  # @return [String]
2547
2549
  #
2548
2550
  # @!attribute [rw] checksum
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.0.0.rc4
4
+ version: 1.0.0.rc5
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: 2017-05-23 00:00:00.000000000 Z
11
+ date: 2017-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 3.0.0.rc12
19
+ version: 3.0.0.rc13
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 3.0.0.rc12
26
+ version: 3.0.0.rc13
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: aws-sigv4
29
29
  requirement: !ruby/object:Gem::Requirement