aws-sdk-lexmodelbuildingservice 1.28.0 → 1.29.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f42a8ed7a775199158709a4d4f06091342dd1fa43193fc47b541f1263bb91a5f
|
4
|
+
data.tar.gz: 2e622a50d5c32f8aca572e14da600142b5a8f9f23cff2423b26763b5b3774a7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c9fe750c767929e64573778da5a9a74fdc12a03e0d29c7841f67343274fd2a8b97406a2a50b80962c06cdb4613fe2a25c7f84feb9fd545225f208572c036781
|
7
|
+
data.tar.gz: a24fd8463d70da4c9de8bdf4bc718132b3c71c3cacbc5b3014fce113c75a8c9d442110b8843364fc7f9f13436f56ee7bf62d32145f2a437070ea54426534a5bb
|
@@ -105,7 +105,7 @@ module Aws::LexModelBuildingService
|
|
105
105
|
# @option options [required, String] :region
|
106
106
|
# The AWS region to connect to. The configured `:region` is
|
107
107
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
108
|
+
# a default `:region` is searched for in the following locations:
|
109
109
|
#
|
110
110
|
# * `Aws.config[:region]`
|
111
111
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +161,7 @@ module Aws::LexModelBuildingService
|
|
161
161
|
# @option options [String] :endpoint
|
162
162
|
# The client endpoint is normally constructed from the `:region`
|
163
163
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
164
|
+
# to test endpoints. This should be a valid HTTP(S) URI.
|
165
165
|
#
|
166
166
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
167
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -269,8 +269,7 @@ module Aws::LexModelBuildingService
|
|
269
269
|
#
|
270
270
|
# @option options [Integer] :http_read_timeout (60) The default
|
271
271
|
# number of seconds to wait for response data. This value can
|
272
|
-
# safely be set
|
273
|
-
# per-request on the session yielded by {#session_for}.
|
272
|
+
# safely be set per-request on the session.
|
274
273
|
#
|
275
274
|
# @option options [Float] :http_idle_timeout (5) The number of
|
276
275
|
# seconds a connection is allowed to sit idle before it is
|
@@ -282,7 +281,7 @@ module Aws::LexModelBuildingService
|
|
282
281
|
# request body. This option has no effect unless the request has
|
283
282
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
284
283
|
# disables this behaviour. This value can safely be set per
|
285
|
-
# request on the session
|
284
|
+
# request on the session.
|
286
285
|
#
|
287
286
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
288
287
|
# HTTP debug output will be sent to the `:logger`.
|
@@ -1150,6 +1149,8 @@ module Aws::LexModelBuildingService
|
|
1150
1149
|
# * {Types::GetBotAliasesResponse#bot_aliases #bot_aliases} => Array<Types::BotAliasMetadata>
|
1151
1150
|
# * {Types::GetBotAliasesResponse#next_token #next_token} => String
|
1152
1151
|
#
|
1152
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1153
|
+
#
|
1153
1154
|
# @example Request syntax with placeholder values
|
1154
1155
|
#
|
1155
1156
|
# resp = client.get_bot_aliases({
|
@@ -1281,6 +1282,8 @@ module Aws::LexModelBuildingService
|
|
1281
1282
|
# * {Types::GetBotChannelAssociationsResponse#bot_channel_associations #bot_channel_associations} => Array<Types::BotChannelAssociation>
|
1282
1283
|
# * {Types::GetBotChannelAssociationsResponse#next_token #next_token} => String
|
1283
1284
|
#
|
1285
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1286
|
+
#
|
1284
1287
|
# @example Request syntax with placeholder values
|
1285
1288
|
#
|
1286
1289
|
# resp = client.get_bot_channel_associations({
|
@@ -1347,6 +1350,8 @@ module Aws::LexModelBuildingService
|
|
1347
1350
|
# * {Types::GetBotVersionsResponse#bots #bots} => Array<Types::BotMetadata>
|
1348
1351
|
# * {Types::GetBotVersionsResponse#next_token #next_token} => String
|
1349
1352
|
#
|
1353
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1354
|
+
#
|
1350
1355
|
# @example Request syntax with placeholder values
|
1351
1356
|
#
|
1352
1357
|
# resp = client.get_bot_versions({
|
@@ -1406,6 +1411,8 @@ module Aws::LexModelBuildingService
|
|
1406
1411
|
# * {Types::GetBotsResponse#bots #bots} => Array<Types::BotMetadata>
|
1407
1412
|
# * {Types::GetBotsResponse#next_token #next_token} => String
|
1408
1413
|
#
|
1414
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1415
|
+
#
|
1409
1416
|
#
|
1410
1417
|
# @example Example: To get a list of bots
|
1411
1418
|
#
|
@@ -1535,6 +1542,8 @@ module Aws::LexModelBuildingService
|
|
1535
1542
|
# * {Types::GetBuiltinIntentsResponse#intents #intents} => Array<Types::BuiltinIntentMetadata>
|
1536
1543
|
# * {Types::GetBuiltinIntentsResponse#next_token #next_token} => String
|
1537
1544
|
#
|
1545
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1546
|
+
#
|
1538
1547
|
# @example Request syntax with placeholder values
|
1539
1548
|
#
|
1540
1549
|
# resp = client.get_builtin_intents({
|
@@ -1596,6 +1605,8 @@ module Aws::LexModelBuildingService
|
|
1596
1605
|
# * {Types::GetBuiltinSlotTypesResponse#slot_types #slot_types} => Array<Types::BuiltinSlotTypeMetadata>
|
1597
1606
|
# * {Types::GetBuiltinSlotTypesResponse#next_token #next_token} => String
|
1598
1607
|
#
|
1608
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1609
|
+
#
|
1599
1610
|
# @example Request syntax with placeholder values
|
1600
1611
|
#
|
1601
1612
|
# resp = client.get_builtin_slot_types({
|
@@ -2000,6 +2011,8 @@ module Aws::LexModelBuildingService
|
|
2000
2011
|
# * {Types::GetIntentVersionsResponse#intents #intents} => Array<Types::IntentMetadata>
|
2001
2012
|
# * {Types::GetIntentVersionsResponse#next_token #next_token} => String
|
2002
2013
|
#
|
2014
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2015
|
+
#
|
2003
2016
|
# @example Request syntax with placeholder values
|
2004
2017
|
#
|
2005
2018
|
# resp = client.get_intent_versions({
|
@@ -2057,6 +2070,8 @@ module Aws::LexModelBuildingService
|
|
2057
2070
|
# * {Types::GetIntentsResponse#intents #intents} => Array<Types::IntentMetadata>
|
2058
2071
|
# * {Types::GetIntentsResponse#next_token #next_token} => String
|
2059
2072
|
#
|
2073
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2074
|
+
#
|
2060
2075
|
#
|
2061
2076
|
# @example Example: To get a list of intents
|
2062
2077
|
#
|
@@ -2225,6 +2240,8 @@ module Aws::LexModelBuildingService
|
|
2225
2240
|
# * {Types::GetSlotTypeVersionsResponse#slot_types #slot_types} => Array<Types::SlotTypeMetadata>
|
2226
2241
|
# * {Types::GetSlotTypeVersionsResponse#next_token #next_token} => String
|
2227
2242
|
#
|
2243
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2244
|
+
#
|
2228
2245
|
# @example Request syntax with placeholder values
|
2229
2246
|
#
|
2230
2247
|
# resp = client.get_slot_type_versions({
|
@@ -2282,6 +2299,8 @@ module Aws::LexModelBuildingService
|
|
2282
2299
|
# * {Types::GetSlotTypesResponse#slot_types #slot_types} => Array<Types::SlotTypeMetadata>
|
2283
2300
|
# * {Types::GetSlotTypesResponse#next_token #next_token} => String
|
2284
2301
|
#
|
2302
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2303
|
+
#
|
2285
2304
|
#
|
2286
2305
|
# @example Example: To get a list of slot types
|
2287
2306
|
#
|
@@ -3953,7 +3972,7 @@ module Aws::LexModelBuildingService
|
|
3953
3972
|
params: params,
|
3954
3973
|
config: config)
|
3955
3974
|
context[:gem_name] = 'aws-sdk-lexmodelbuildingservice'
|
3956
|
-
context[:gem_version] = '1.
|
3975
|
+
context[:gem_version] = '1.29.0'
|
3957
3976
|
Seahorse::Client::Request.new(handlers, context)
|
3958
3977
|
end
|
3959
3978
|
|
@@ -6,13 +6,7 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::LexModelBuildingService
|
9
|
-
|
10
|
-
# To create a resource object:
|
11
|
-
# resource = Aws::LexModelBuildingService::Resource.new(region: 'us-west-2')
|
12
|
-
# You can supply a client object with custom configuration that will be used for all resource operations.
|
13
|
-
# If you do not pass +:client+, a default client will be constructed.
|
14
|
-
# client = Aws::LexModelBuildingService::Client.new(region: 'us-west-2')
|
15
|
-
# resource = Aws::LexModelBuildingService::Resource.new(client: client)
|
9
|
+
|
16
10
|
class Resource
|
17
11
|
|
18
12
|
# @param options ({})
|
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.29.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: 2020-
|
11
|
+
date: 2020-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
- !ruby/object:Gem::Version
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
|
-
|
83
|
+
rubyforge_project:
|
84
|
+
rubygems_version: 2.7.6.2
|
84
85
|
signing_key:
|
85
86
|
specification_version: 4
|
86
87
|
summary: AWS SDK for Ruby - Amazon Lex Model Building Service
|