aws-sdk-lexmodelsv2 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1923 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::LexModelsV2
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
17
+ AttachmentTitle = Shapes::StringShape.new(name: 'AttachmentTitle')
18
+ AttachmentUrl = Shapes::StringShape.new(name: 'AttachmentUrl')
19
+ AudioLogDestination = Shapes::StructureShape.new(name: 'AudioLogDestination')
20
+ AudioLogSetting = Shapes::StructureShape.new(name: 'AudioLogSetting')
21
+ AudioLogSettingsList = Shapes::ListShape.new(name: 'AudioLogSettingsList')
22
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
23
+ BotAliasHistoryEvent = Shapes::StructureShape.new(name: 'BotAliasHistoryEvent')
24
+ BotAliasHistoryEventsList = Shapes::ListShape.new(name: 'BotAliasHistoryEventsList')
25
+ BotAliasId = Shapes::StringShape.new(name: 'BotAliasId')
26
+ BotAliasLocaleSettings = Shapes::StructureShape.new(name: 'BotAliasLocaleSettings')
27
+ BotAliasLocaleSettingsMap = Shapes::MapShape.new(name: 'BotAliasLocaleSettingsMap')
28
+ BotAliasStatus = Shapes::StringShape.new(name: 'BotAliasStatus')
29
+ BotAliasSummary = Shapes::StructureShape.new(name: 'BotAliasSummary')
30
+ BotAliasSummaryList = Shapes::ListShape.new(name: 'BotAliasSummaryList')
31
+ BotFilter = Shapes::StructureShape.new(name: 'BotFilter')
32
+ BotFilterName = Shapes::StringShape.new(name: 'BotFilterName')
33
+ BotFilterOperator = Shapes::StringShape.new(name: 'BotFilterOperator')
34
+ BotFilters = Shapes::ListShape.new(name: 'BotFilters')
35
+ BotLocaleFilter = Shapes::StructureShape.new(name: 'BotLocaleFilter')
36
+ BotLocaleFilterName = Shapes::StringShape.new(name: 'BotLocaleFilterName')
37
+ BotLocaleFilterOperator = Shapes::StringShape.new(name: 'BotLocaleFilterOperator')
38
+ BotLocaleFilters = Shapes::ListShape.new(name: 'BotLocaleFilters')
39
+ BotLocaleHistoryEvent = Shapes::StructureShape.new(name: 'BotLocaleHistoryEvent')
40
+ BotLocaleHistoryEventDescription = Shapes::StringShape.new(name: 'BotLocaleHistoryEventDescription')
41
+ BotLocaleHistoryEventsList = Shapes::ListShape.new(name: 'BotLocaleHistoryEventsList')
42
+ BotLocaleSortAttribute = Shapes::StringShape.new(name: 'BotLocaleSortAttribute')
43
+ BotLocaleSortBy = Shapes::StructureShape.new(name: 'BotLocaleSortBy')
44
+ BotLocaleStatus = Shapes::StringShape.new(name: 'BotLocaleStatus')
45
+ BotLocaleSummary = Shapes::StructureShape.new(name: 'BotLocaleSummary')
46
+ BotLocaleSummaryList = Shapes::ListShape.new(name: 'BotLocaleSummaryList')
47
+ BotSortAttribute = Shapes::StringShape.new(name: 'BotSortAttribute')
48
+ BotSortBy = Shapes::StructureShape.new(name: 'BotSortBy')
49
+ BotStatus = Shapes::StringShape.new(name: 'BotStatus')
50
+ BotSummary = Shapes::StructureShape.new(name: 'BotSummary')
51
+ BotSummaryList = Shapes::ListShape.new(name: 'BotSummaryList')
52
+ BotVersion = Shapes::StringShape.new(name: 'BotVersion')
53
+ BotVersionLocaleDetails = Shapes::StructureShape.new(name: 'BotVersionLocaleDetails')
54
+ BotVersionLocaleSpecification = Shapes::MapShape.new(name: 'BotVersionLocaleSpecification')
55
+ BotVersionSortAttribute = Shapes::StringShape.new(name: 'BotVersionSortAttribute')
56
+ BotVersionSortBy = Shapes::StructureShape.new(name: 'BotVersionSortBy')
57
+ BotVersionSummary = Shapes::StructureShape.new(name: 'BotVersionSummary')
58
+ BotVersionSummaryList = Shapes::ListShape.new(name: 'BotVersionSummaryList')
59
+ BoxedBoolean = Shapes::BooleanShape.new(name: 'BoxedBoolean')
60
+ BuildBotLocaleRequest = Shapes::StructureShape.new(name: 'BuildBotLocaleRequest')
61
+ BuildBotLocaleResponse = Shapes::StructureShape.new(name: 'BuildBotLocaleResponse')
62
+ BuiltInIntentSortAttribute = Shapes::StringShape.new(name: 'BuiltInIntentSortAttribute')
63
+ BuiltInIntentSortBy = Shapes::StructureShape.new(name: 'BuiltInIntentSortBy')
64
+ BuiltInIntentSummary = Shapes::StructureShape.new(name: 'BuiltInIntentSummary')
65
+ BuiltInIntentSummaryList = Shapes::ListShape.new(name: 'BuiltInIntentSummaryList')
66
+ BuiltInOrCustomSlotTypeId = Shapes::StringShape.new(name: 'BuiltInOrCustomSlotTypeId')
67
+ BuiltInSlotTypeSortAttribute = Shapes::StringShape.new(name: 'BuiltInSlotTypeSortAttribute')
68
+ BuiltInSlotTypeSortBy = Shapes::StructureShape.new(name: 'BuiltInSlotTypeSortBy')
69
+ BuiltInSlotTypeSummary = Shapes::StructureShape.new(name: 'BuiltInSlotTypeSummary')
70
+ BuiltInSlotTypeSummaryList = Shapes::ListShape.new(name: 'BuiltInSlotTypeSummaryList')
71
+ BuiltInsMaxResults = Shapes::IntegerShape.new(name: 'BuiltInsMaxResults')
72
+ Button = Shapes::StructureShape.new(name: 'Button')
73
+ ButtonText = Shapes::StringShape.new(name: 'ButtonText')
74
+ ButtonValue = Shapes::StringShape.new(name: 'ButtonValue')
75
+ ButtonsList = Shapes::ListShape.new(name: 'ButtonsList')
76
+ ChildDirected = Shapes::BooleanShape.new(name: 'ChildDirected')
77
+ CloudWatchLogGroupArn = Shapes::StringShape.new(name: 'CloudWatchLogGroupArn')
78
+ CloudWatchLogGroupLogDestination = Shapes::StructureShape.new(name: 'CloudWatchLogGroupLogDestination')
79
+ CodeHookInterfaceVersion = Shapes::StringShape.new(name: 'CodeHookInterfaceVersion')
80
+ CodeHookSpecification = Shapes::StructureShape.new(name: 'CodeHookSpecification')
81
+ ConfidenceThreshold = Shapes::FloatShape.new(name: 'ConfidenceThreshold')
82
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
83
+ ContextTimeToLiveInSeconds = Shapes::IntegerShape.new(name: 'ContextTimeToLiveInSeconds')
84
+ ContextTurnsToLive = Shapes::IntegerShape.new(name: 'ContextTurnsToLive')
85
+ ConversationLogSettings = Shapes::StructureShape.new(name: 'ConversationLogSettings')
86
+ CreateBotAliasRequest = Shapes::StructureShape.new(name: 'CreateBotAliasRequest')
87
+ CreateBotAliasResponse = Shapes::StructureShape.new(name: 'CreateBotAliasResponse')
88
+ CreateBotLocaleRequest = Shapes::StructureShape.new(name: 'CreateBotLocaleRequest')
89
+ CreateBotLocaleResponse = Shapes::StructureShape.new(name: 'CreateBotLocaleResponse')
90
+ CreateBotRequest = Shapes::StructureShape.new(name: 'CreateBotRequest')
91
+ CreateBotResponse = Shapes::StructureShape.new(name: 'CreateBotResponse')
92
+ CreateBotVersionRequest = Shapes::StructureShape.new(name: 'CreateBotVersionRequest')
93
+ CreateBotVersionResponse = Shapes::StructureShape.new(name: 'CreateBotVersionResponse')
94
+ CreateIntentRequest = Shapes::StructureShape.new(name: 'CreateIntentRequest')
95
+ CreateIntentResponse = Shapes::StructureShape.new(name: 'CreateIntentResponse')
96
+ CreateSlotRequest = Shapes::StructureShape.new(name: 'CreateSlotRequest')
97
+ CreateSlotResponse = Shapes::StructureShape.new(name: 'CreateSlotResponse')
98
+ CreateSlotTypeRequest = Shapes::StructureShape.new(name: 'CreateSlotTypeRequest')
99
+ CreateSlotTypeResponse = Shapes::StructureShape.new(name: 'CreateSlotTypeResponse')
100
+ CustomPayload = Shapes::StructureShape.new(name: 'CustomPayload')
101
+ CustomPayloadValue = Shapes::StringShape.new(name: 'CustomPayloadValue')
102
+ DataPrivacy = Shapes::StructureShape.new(name: 'DataPrivacy')
103
+ DeleteBotAliasRequest = Shapes::StructureShape.new(name: 'DeleteBotAliasRequest')
104
+ DeleteBotAliasResponse = Shapes::StructureShape.new(name: 'DeleteBotAliasResponse')
105
+ DeleteBotLocaleRequest = Shapes::StructureShape.new(name: 'DeleteBotLocaleRequest')
106
+ DeleteBotLocaleResponse = Shapes::StructureShape.new(name: 'DeleteBotLocaleResponse')
107
+ DeleteBotRequest = Shapes::StructureShape.new(name: 'DeleteBotRequest')
108
+ DeleteBotResponse = Shapes::StructureShape.new(name: 'DeleteBotResponse')
109
+ DeleteBotVersionRequest = Shapes::StructureShape.new(name: 'DeleteBotVersionRequest')
110
+ DeleteBotVersionResponse = Shapes::StructureShape.new(name: 'DeleteBotVersionResponse')
111
+ DeleteIntentRequest = Shapes::StructureShape.new(name: 'DeleteIntentRequest')
112
+ DeleteSlotRequest = Shapes::StructureShape.new(name: 'DeleteSlotRequest')
113
+ DeleteSlotTypeRequest = Shapes::StructureShape.new(name: 'DeleteSlotTypeRequest')
114
+ DescribeBotAliasRequest = Shapes::StructureShape.new(name: 'DescribeBotAliasRequest')
115
+ DescribeBotAliasResponse = Shapes::StructureShape.new(name: 'DescribeBotAliasResponse')
116
+ DescribeBotLocaleRequest = Shapes::StructureShape.new(name: 'DescribeBotLocaleRequest')
117
+ DescribeBotLocaleResponse = Shapes::StructureShape.new(name: 'DescribeBotLocaleResponse')
118
+ DescribeBotRequest = Shapes::StructureShape.new(name: 'DescribeBotRequest')
119
+ DescribeBotResponse = Shapes::StructureShape.new(name: 'DescribeBotResponse')
120
+ DescribeBotVersionRequest = Shapes::StructureShape.new(name: 'DescribeBotVersionRequest')
121
+ DescribeBotVersionResponse = Shapes::StructureShape.new(name: 'DescribeBotVersionResponse')
122
+ DescribeIntentRequest = Shapes::StructureShape.new(name: 'DescribeIntentRequest')
123
+ DescribeIntentResponse = Shapes::StructureShape.new(name: 'DescribeIntentResponse')
124
+ DescribeSlotRequest = Shapes::StructureShape.new(name: 'DescribeSlotRequest')
125
+ DescribeSlotResponse = Shapes::StructureShape.new(name: 'DescribeSlotResponse')
126
+ DescribeSlotTypeRequest = Shapes::StructureShape.new(name: 'DescribeSlotTypeRequest')
127
+ DescribeSlotTypeResponse = Shapes::StructureShape.new(name: 'DescribeSlotTypeResponse')
128
+ Description = Shapes::StringShape.new(name: 'Description')
129
+ DialogCodeHookSettings = Shapes::StructureShape.new(name: 'DialogCodeHookSettings')
130
+ DraftBotVersion = Shapes::StringShape.new(name: 'DraftBotVersion')
131
+ ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
132
+ FailureReason = Shapes::StringShape.new(name: 'FailureReason')
133
+ FailureReasons = Shapes::ListShape.new(name: 'FailureReasons')
134
+ FilterValue = Shapes::StringShape.new(name: 'FilterValue')
135
+ FilterValues = Shapes::ListShape.new(name: 'FilterValues')
136
+ FulfillmentCodeHookSettings = Shapes::StructureShape.new(name: 'FulfillmentCodeHookSettings')
137
+ Id = Shapes::StringShape.new(name: 'Id')
138
+ ImageResponseCard = Shapes::StructureShape.new(name: 'ImageResponseCard')
139
+ InputContext = Shapes::StructureShape.new(name: 'InputContext')
140
+ InputContextsList = Shapes::ListShape.new(name: 'InputContextsList')
141
+ IntentClosingSetting = Shapes::StructureShape.new(name: 'IntentClosingSetting')
142
+ IntentConfirmationSetting = Shapes::StructureShape.new(name: 'IntentConfirmationSetting')
143
+ IntentFilter = Shapes::StructureShape.new(name: 'IntentFilter')
144
+ IntentFilterName = Shapes::StringShape.new(name: 'IntentFilterName')
145
+ IntentFilterOperator = Shapes::StringShape.new(name: 'IntentFilterOperator')
146
+ IntentFilters = Shapes::ListShape.new(name: 'IntentFilters')
147
+ IntentSignature = Shapes::StringShape.new(name: 'IntentSignature')
148
+ IntentSortAttribute = Shapes::StringShape.new(name: 'IntentSortAttribute')
149
+ IntentSortBy = Shapes::StructureShape.new(name: 'IntentSortBy')
150
+ IntentSummary = Shapes::StructureShape.new(name: 'IntentSummary')
151
+ IntentSummaryList = Shapes::ListShape.new(name: 'IntentSummaryList')
152
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
153
+ KendraConfiguration = Shapes::StructureShape.new(name: 'KendraConfiguration')
154
+ KendraIndexArn = Shapes::StringShape.new(name: 'KendraIndexArn')
155
+ KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
156
+ LambdaARN = Shapes::StringShape.new(name: 'LambdaARN')
157
+ LambdaCodeHook = Shapes::StructureShape.new(name: 'LambdaCodeHook')
158
+ ListBotAliasesRequest = Shapes::StructureShape.new(name: 'ListBotAliasesRequest')
159
+ ListBotAliasesResponse = Shapes::StructureShape.new(name: 'ListBotAliasesResponse')
160
+ ListBotLocalesRequest = Shapes::StructureShape.new(name: 'ListBotLocalesRequest')
161
+ ListBotLocalesResponse = Shapes::StructureShape.new(name: 'ListBotLocalesResponse')
162
+ ListBotVersionsRequest = Shapes::StructureShape.new(name: 'ListBotVersionsRequest')
163
+ ListBotVersionsResponse = Shapes::StructureShape.new(name: 'ListBotVersionsResponse')
164
+ ListBotsRequest = Shapes::StructureShape.new(name: 'ListBotsRequest')
165
+ ListBotsResponse = Shapes::StructureShape.new(name: 'ListBotsResponse')
166
+ ListBuiltInIntentsRequest = Shapes::StructureShape.new(name: 'ListBuiltInIntentsRequest')
167
+ ListBuiltInIntentsResponse = Shapes::StructureShape.new(name: 'ListBuiltInIntentsResponse')
168
+ ListBuiltInSlotTypesRequest = Shapes::StructureShape.new(name: 'ListBuiltInSlotTypesRequest')
169
+ ListBuiltInSlotTypesResponse = Shapes::StructureShape.new(name: 'ListBuiltInSlotTypesResponse')
170
+ ListIntentsRequest = Shapes::StructureShape.new(name: 'ListIntentsRequest')
171
+ ListIntentsResponse = Shapes::StructureShape.new(name: 'ListIntentsResponse')
172
+ ListSlotTypesRequest = Shapes::StructureShape.new(name: 'ListSlotTypesRequest')
173
+ ListSlotTypesResponse = Shapes::StructureShape.new(name: 'ListSlotTypesResponse')
174
+ ListSlotsRequest = Shapes::StructureShape.new(name: 'ListSlotsRequest')
175
+ ListSlotsResponse = Shapes::StructureShape.new(name: 'ListSlotsResponse')
176
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
177
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
178
+ LocaleId = Shapes::StringShape.new(name: 'LocaleId')
179
+ LocaleName = Shapes::StringShape.new(name: 'LocaleName')
180
+ LogPrefix = Shapes::StringShape.new(name: 'LogPrefix')
181
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
182
+ Message = Shapes::StructureShape.new(name: 'Message')
183
+ MessageGroup = Shapes::StructureShape.new(name: 'MessageGroup')
184
+ MessageGroupsList = Shapes::ListShape.new(name: 'MessageGroupsList')
185
+ MessageVariationsList = Shapes::ListShape.new(name: 'MessageVariationsList')
186
+ Name = Shapes::StringShape.new(name: 'Name')
187
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
188
+ NumericalBotVersion = Shapes::StringShape.new(name: 'NumericalBotVersion')
189
+ ObfuscationSetting = Shapes::StructureShape.new(name: 'ObfuscationSetting')
190
+ ObfuscationSettingType = Shapes::StringShape.new(name: 'ObfuscationSettingType')
191
+ OutputContext = Shapes::StructureShape.new(name: 'OutputContext')
192
+ OutputContextsList = Shapes::ListShape.new(name: 'OutputContextsList')
193
+ PlainTextMessage = Shapes::StructureShape.new(name: 'PlainTextMessage')
194
+ PlainTextMessageValue = Shapes::StringShape.new(name: 'PlainTextMessageValue')
195
+ PreconditionFailedException = Shapes::StructureShape.new(name: 'PreconditionFailedException')
196
+ PriorityValue = Shapes::IntegerShape.new(name: 'PriorityValue')
197
+ PromptMaxRetries = Shapes::IntegerShape.new(name: 'PromptMaxRetries')
198
+ PromptSpecification = Shapes::StructureShape.new(name: 'PromptSpecification')
199
+ QueryFilterString = Shapes::StringShape.new(name: 'QueryFilterString')
200
+ RegexPattern = Shapes::StringShape.new(name: 'RegexPattern')
201
+ ResourceCount = Shapes::IntegerShape.new(name: 'ResourceCount')
202
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
203
+ ResponseSpecification = Shapes::StructureShape.new(name: 'ResponseSpecification')
204
+ RetryAfterSeconds = Shapes::IntegerShape.new(name: 'RetryAfterSeconds')
205
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
206
+ S3BucketArn = Shapes::StringShape.new(name: 'S3BucketArn')
207
+ S3BucketLogDestination = Shapes::StructureShape.new(name: 'S3BucketLogDestination')
208
+ SSMLMessage = Shapes::StructureShape.new(name: 'SSMLMessage')
209
+ SSMLMessageValue = Shapes::StringShape.new(name: 'SSMLMessageValue')
210
+ SampleUtterance = Shapes::StructureShape.new(name: 'SampleUtterance')
211
+ SampleUtterancesList = Shapes::ListShape.new(name: 'SampleUtterancesList')
212
+ SampleValue = Shapes::StructureShape.new(name: 'SampleValue')
213
+ SentimentAnalysisSettings = Shapes::StructureShape.new(name: 'SentimentAnalysisSettings')
214
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
215
+ SessionTTL = Shapes::IntegerShape.new(name: 'SessionTTL')
216
+ SkipResourceInUseCheck = Shapes::BooleanShape.new(name: 'SkipResourceInUseCheck')
217
+ SlotConstraint = Shapes::StringShape.new(name: 'SlotConstraint')
218
+ SlotDefaultValue = Shapes::StructureShape.new(name: 'SlotDefaultValue')
219
+ SlotDefaultValueList = Shapes::ListShape.new(name: 'SlotDefaultValueList')
220
+ SlotDefaultValueSpecification = Shapes::StructureShape.new(name: 'SlotDefaultValueSpecification')
221
+ SlotDefaultValueString = Shapes::StringShape.new(name: 'SlotDefaultValueString')
222
+ SlotFilter = Shapes::StructureShape.new(name: 'SlotFilter')
223
+ SlotFilterName = Shapes::StringShape.new(name: 'SlotFilterName')
224
+ SlotFilterOperator = Shapes::StringShape.new(name: 'SlotFilterOperator')
225
+ SlotFilters = Shapes::ListShape.new(name: 'SlotFilters')
226
+ SlotPrioritiesList = Shapes::ListShape.new(name: 'SlotPrioritiesList')
227
+ SlotPriority = Shapes::StructureShape.new(name: 'SlotPriority')
228
+ SlotSortAttribute = Shapes::StringShape.new(name: 'SlotSortAttribute')
229
+ SlotSortBy = Shapes::StructureShape.new(name: 'SlotSortBy')
230
+ SlotSummary = Shapes::StructureShape.new(name: 'SlotSummary')
231
+ SlotSummaryList = Shapes::ListShape.new(name: 'SlotSummaryList')
232
+ SlotTypeFilter = Shapes::StructureShape.new(name: 'SlotTypeFilter')
233
+ SlotTypeFilterName = Shapes::StringShape.new(name: 'SlotTypeFilterName')
234
+ SlotTypeFilterOperator = Shapes::StringShape.new(name: 'SlotTypeFilterOperator')
235
+ SlotTypeFilters = Shapes::ListShape.new(name: 'SlotTypeFilters')
236
+ SlotTypeSignature = Shapes::StringShape.new(name: 'SlotTypeSignature')
237
+ SlotTypeSortAttribute = Shapes::StringShape.new(name: 'SlotTypeSortAttribute')
238
+ SlotTypeSortBy = Shapes::StructureShape.new(name: 'SlotTypeSortBy')
239
+ SlotTypeSummary = Shapes::StructureShape.new(name: 'SlotTypeSummary')
240
+ SlotTypeSummaryList = Shapes::ListShape.new(name: 'SlotTypeSummaryList')
241
+ SlotTypeValue = Shapes::StructureShape.new(name: 'SlotTypeValue')
242
+ SlotTypeValues = Shapes::ListShape.new(name: 'SlotTypeValues')
243
+ SlotValueElicitationSetting = Shapes::StructureShape.new(name: 'SlotValueElicitationSetting')
244
+ SlotValueRegexFilter = Shapes::StructureShape.new(name: 'SlotValueRegexFilter')
245
+ SlotValueResolutionStrategy = Shapes::StringShape.new(name: 'SlotValueResolutionStrategy')
246
+ SlotValueSelectionSetting = Shapes::StructureShape.new(name: 'SlotValueSelectionSetting')
247
+ SortOrder = Shapes::StringShape.new(name: 'SortOrder')
248
+ StillWaitingResponseFrequency = Shapes::IntegerShape.new(name: 'StillWaitingResponseFrequency')
249
+ StillWaitingResponseSpecification = Shapes::StructureShape.new(name: 'StillWaitingResponseSpecification')
250
+ StillWaitingResponseTimeout = Shapes::IntegerShape.new(name: 'StillWaitingResponseTimeout')
251
+ SynonymList = Shapes::ListShape.new(name: 'SynonymList')
252
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
253
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
254
+ TagMap = Shapes::MapShape.new(name: 'TagMap')
255
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
256
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
257
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
258
+ TextLogDestination = Shapes::StructureShape.new(name: 'TextLogDestination')
259
+ TextLogSetting = Shapes::StructureShape.new(name: 'TextLogSetting')
260
+ TextLogSettingsList = Shapes::ListShape.new(name: 'TextLogSettingsList')
261
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
262
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
263
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
264
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
265
+ UpdateBotAliasRequest = Shapes::StructureShape.new(name: 'UpdateBotAliasRequest')
266
+ UpdateBotAliasResponse = Shapes::StructureShape.new(name: 'UpdateBotAliasResponse')
267
+ UpdateBotLocaleRequest = Shapes::StructureShape.new(name: 'UpdateBotLocaleRequest')
268
+ UpdateBotLocaleResponse = Shapes::StructureShape.new(name: 'UpdateBotLocaleResponse')
269
+ UpdateBotRequest = Shapes::StructureShape.new(name: 'UpdateBotRequest')
270
+ UpdateBotResponse = Shapes::StructureShape.new(name: 'UpdateBotResponse')
271
+ UpdateIntentRequest = Shapes::StructureShape.new(name: 'UpdateIntentRequest')
272
+ UpdateIntentResponse = Shapes::StructureShape.new(name: 'UpdateIntentResponse')
273
+ UpdateSlotRequest = Shapes::StructureShape.new(name: 'UpdateSlotRequest')
274
+ UpdateSlotResponse = Shapes::StructureShape.new(name: 'UpdateSlotResponse')
275
+ UpdateSlotTypeRequest = Shapes::StructureShape.new(name: 'UpdateSlotTypeRequest')
276
+ UpdateSlotTypeResponse = Shapes::StructureShape.new(name: 'UpdateSlotTypeResponse')
277
+ Utterance = Shapes::StringShape.new(name: 'Utterance')
278
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
279
+ Value = Shapes::StringShape.new(name: 'Value')
280
+ VoiceId = Shapes::StringShape.new(name: 'VoiceId')
281
+ VoiceSettings = Shapes::StructureShape.new(name: 'VoiceSettings')
282
+ WaitAndContinueSpecification = Shapes::StructureShape.new(name: 'WaitAndContinueSpecification')
283
+
284
+ AudioLogDestination.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3BucketLogDestination, required: true, location_name: "s3Bucket"))
285
+ AudioLogDestination.struct_class = Types::AudioLogDestination
286
+
287
+ AudioLogSetting.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
288
+ AudioLogSetting.add_member(:destination, Shapes::ShapeRef.new(shape: AudioLogDestination, required: true, location_name: "destination"))
289
+ AudioLogSetting.struct_class = Types::AudioLogSetting
290
+
291
+ AudioLogSettingsList.member = Shapes::ShapeRef.new(shape: AudioLogSetting)
292
+
293
+ BotAliasHistoryEvent.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
294
+ BotAliasHistoryEvent.add_member(:start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startDate"))
295
+ BotAliasHistoryEvent.add_member(:end_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endDate"))
296
+ BotAliasHistoryEvent.struct_class = Types::BotAliasHistoryEvent
297
+
298
+ BotAliasHistoryEventsList.member = Shapes::ShapeRef.new(shape: BotAliasHistoryEvent)
299
+
300
+ BotAliasLocaleSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
301
+ BotAliasLocaleSettings.add_member(:code_hook_specification, Shapes::ShapeRef.new(shape: CodeHookSpecification, location_name: "codeHookSpecification"))
302
+ BotAliasLocaleSettings.struct_class = Types::BotAliasLocaleSettings
303
+
304
+ BotAliasLocaleSettingsMap.key = Shapes::ShapeRef.new(shape: LocaleId)
305
+ BotAliasLocaleSettingsMap.value = Shapes::ShapeRef.new(shape: BotAliasLocaleSettings)
306
+
307
+ BotAliasSummary.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, location_name: "botAliasId"))
308
+ BotAliasSummary.add_member(:bot_alias_name, Shapes::ShapeRef.new(shape: Name, location_name: "botAliasName"))
309
+ BotAliasSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
310
+ BotAliasSummary.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
311
+ BotAliasSummary.add_member(:bot_alias_status, Shapes::ShapeRef.new(shape: BotAliasStatus, location_name: "botAliasStatus"))
312
+ BotAliasSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
313
+ BotAliasSummary.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
314
+ BotAliasSummary.struct_class = Types::BotAliasSummary
315
+
316
+ BotAliasSummaryList.member = Shapes::ShapeRef.new(shape: BotAliasSummary)
317
+
318
+ BotFilter.add_member(:name, Shapes::ShapeRef.new(shape: BotFilterName, required: true, location_name: "name"))
319
+ BotFilter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "values"))
320
+ BotFilter.add_member(:operator, Shapes::ShapeRef.new(shape: BotFilterOperator, required: true, location_name: "operator"))
321
+ BotFilter.struct_class = Types::BotFilter
322
+
323
+ BotFilters.member = Shapes::ShapeRef.new(shape: BotFilter)
324
+
325
+ BotLocaleFilter.add_member(:name, Shapes::ShapeRef.new(shape: BotLocaleFilterName, required: true, location_name: "name"))
326
+ BotLocaleFilter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "values"))
327
+ BotLocaleFilter.add_member(:operator, Shapes::ShapeRef.new(shape: BotLocaleFilterOperator, required: true, location_name: "operator"))
328
+ BotLocaleFilter.struct_class = Types::BotLocaleFilter
329
+
330
+ BotLocaleFilters.member = Shapes::ShapeRef.new(shape: BotLocaleFilter)
331
+
332
+ BotLocaleHistoryEvent.add_member(:event, Shapes::ShapeRef.new(shape: BotLocaleHistoryEventDescription, required: true, location_name: "event"))
333
+ BotLocaleHistoryEvent.add_member(:event_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "eventDate"))
334
+ BotLocaleHistoryEvent.struct_class = Types::BotLocaleHistoryEvent
335
+
336
+ BotLocaleHistoryEventsList.member = Shapes::ShapeRef.new(shape: BotLocaleHistoryEvent)
337
+
338
+ BotLocaleSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: BotLocaleSortAttribute, required: true, location_name: "attribute"))
339
+ BotLocaleSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
340
+ BotLocaleSortBy.struct_class = Types::BotLocaleSortBy
341
+
342
+ BotLocaleSummary.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
343
+ BotLocaleSummary.add_member(:locale_name, Shapes::ShapeRef.new(shape: LocaleName, location_name: "localeName"))
344
+ BotLocaleSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
345
+ BotLocaleSummary.add_member(:bot_locale_status, Shapes::ShapeRef.new(shape: BotLocaleStatus, location_name: "botLocaleStatus"))
346
+ BotLocaleSummary.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
347
+ BotLocaleSummary.add_member(:last_build_submitted_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastBuildSubmittedDateTime"))
348
+ BotLocaleSummary.struct_class = Types::BotLocaleSummary
349
+
350
+ BotLocaleSummaryList.member = Shapes::ShapeRef.new(shape: BotLocaleSummary)
351
+
352
+ BotSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: BotSortAttribute, required: true, location_name: "attribute"))
353
+ BotSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
354
+ BotSortBy.struct_class = Types::BotSortBy
355
+
356
+ BotSummary.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
357
+ BotSummary.add_member(:bot_name, Shapes::ShapeRef.new(shape: Name, location_name: "botName"))
358
+ BotSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
359
+ BotSummary.add_member(:bot_status, Shapes::ShapeRef.new(shape: BotStatus, location_name: "botStatus"))
360
+ BotSummary.add_member(:latest_bot_version, Shapes::ShapeRef.new(shape: NumericalBotVersion, location_name: "latestBotVersion"))
361
+ BotSummary.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
362
+ BotSummary.struct_class = Types::BotSummary
363
+
364
+ BotSummaryList.member = Shapes::ShapeRef.new(shape: BotSummary)
365
+
366
+ BotVersionLocaleDetails.add_member(:source_bot_version, Shapes::ShapeRef.new(shape: BotVersion, required: true, location_name: "sourceBotVersion"))
367
+ BotVersionLocaleDetails.struct_class = Types::BotVersionLocaleDetails
368
+
369
+ BotVersionLocaleSpecification.key = Shapes::ShapeRef.new(shape: LocaleId)
370
+ BotVersionLocaleSpecification.value = Shapes::ShapeRef.new(shape: BotVersionLocaleDetails)
371
+
372
+ BotVersionSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: BotVersionSortAttribute, required: true, location_name: "attribute"))
373
+ BotVersionSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
374
+ BotVersionSortBy.struct_class = Types::BotVersionSortBy
375
+
376
+ BotVersionSummary.add_member(:bot_name, Shapes::ShapeRef.new(shape: Name, location_name: "botName"))
377
+ BotVersionSummary.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
378
+ BotVersionSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
379
+ BotVersionSummary.add_member(:bot_status, Shapes::ShapeRef.new(shape: BotStatus, location_name: "botStatus"))
380
+ BotVersionSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
381
+ BotVersionSummary.struct_class = Types::BotVersionSummary
382
+
383
+ BotVersionSummaryList.member = Shapes::ShapeRef.new(shape: BotVersionSummary)
384
+
385
+ BuildBotLocaleRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
386
+ BuildBotLocaleRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
387
+ BuildBotLocaleRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
388
+ BuildBotLocaleRequest.struct_class = Types::BuildBotLocaleRequest
389
+
390
+ BuildBotLocaleResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
391
+ BuildBotLocaleResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
392
+ BuildBotLocaleResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
393
+ BuildBotLocaleResponse.add_member(:bot_locale_status, Shapes::ShapeRef.new(shape: BotLocaleStatus, location_name: "botLocaleStatus"))
394
+ BuildBotLocaleResponse.add_member(:last_build_submitted_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastBuildSubmittedDateTime"))
395
+ BuildBotLocaleResponse.struct_class = Types::BuildBotLocaleResponse
396
+
397
+ BuiltInIntentSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: BuiltInIntentSortAttribute, required: true, location_name: "attribute"))
398
+ BuiltInIntentSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
399
+ BuiltInIntentSortBy.struct_class = Types::BuiltInIntentSortBy
400
+
401
+ BuiltInIntentSummary.add_member(:intent_signature, Shapes::ShapeRef.new(shape: IntentSignature, location_name: "intentSignature"))
402
+ BuiltInIntentSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
403
+ BuiltInIntentSummary.struct_class = Types::BuiltInIntentSummary
404
+
405
+ BuiltInIntentSummaryList.member = Shapes::ShapeRef.new(shape: BuiltInIntentSummary)
406
+
407
+ BuiltInSlotTypeSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: BuiltInSlotTypeSortAttribute, required: true, location_name: "attribute"))
408
+ BuiltInSlotTypeSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
409
+ BuiltInSlotTypeSortBy.struct_class = Types::BuiltInSlotTypeSortBy
410
+
411
+ BuiltInSlotTypeSummary.add_member(:slot_type_signature, Shapes::ShapeRef.new(shape: SlotTypeSignature, location_name: "slotTypeSignature"))
412
+ BuiltInSlotTypeSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
413
+ BuiltInSlotTypeSummary.struct_class = Types::BuiltInSlotTypeSummary
414
+
415
+ BuiltInSlotTypeSummaryList.member = Shapes::ShapeRef.new(shape: BuiltInSlotTypeSummary)
416
+
417
+ Button.add_member(:text, Shapes::ShapeRef.new(shape: ButtonText, required: true, location_name: "text"))
418
+ Button.add_member(:value, Shapes::ShapeRef.new(shape: ButtonValue, required: true, location_name: "value"))
419
+ Button.struct_class = Types::Button
420
+
421
+ ButtonsList.member = Shapes::ShapeRef.new(shape: Button)
422
+
423
+ CloudWatchLogGroupLogDestination.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: CloudWatchLogGroupArn, required: true, location_name: "cloudWatchLogGroupArn"))
424
+ CloudWatchLogGroupLogDestination.add_member(:log_prefix, Shapes::ShapeRef.new(shape: LogPrefix, required: true, location_name: "logPrefix"))
425
+ CloudWatchLogGroupLogDestination.struct_class = Types::CloudWatchLogGroupLogDestination
426
+
427
+ CodeHookSpecification.add_member(:lambda_code_hook, Shapes::ShapeRef.new(shape: LambdaCodeHook, required: true, location_name: "lambdaCodeHook"))
428
+ CodeHookSpecification.struct_class = Types::CodeHookSpecification
429
+
430
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
431
+ ConflictException.struct_class = Types::ConflictException
432
+
433
+ ConversationLogSettings.add_member(:text_log_settings, Shapes::ShapeRef.new(shape: TextLogSettingsList, location_name: "textLogSettings"))
434
+ ConversationLogSettings.add_member(:audio_log_settings, Shapes::ShapeRef.new(shape: AudioLogSettingsList, location_name: "audioLogSettings"))
435
+ ConversationLogSettings.struct_class = Types::ConversationLogSettings
436
+
437
+ CreateBotAliasRequest.add_member(:bot_alias_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "botAliasName"))
438
+ CreateBotAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
439
+ CreateBotAliasRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: NumericalBotVersion, location_name: "botVersion"))
440
+ CreateBotAliasRequest.add_member(:bot_alias_locale_settings, Shapes::ShapeRef.new(shape: BotAliasLocaleSettingsMap, location_name: "botAliasLocaleSettings"))
441
+ CreateBotAliasRequest.add_member(:conversation_log_settings, Shapes::ShapeRef.new(shape: ConversationLogSettings, location_name: "conversationLogSettings"))
442
+ CreateBotAliasRequest.add_member(:sentiment_analysis_settings, Shapes::ShapeRef.new(shape: SentimentAnalysisSettings, location_name: "sentimentAnalysisSettings"))
443
+ CreateBotAliasRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
444
+ CreateBotAliasRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
445
+ CreateBotAliasRequest.struct_class = Types::CreateBotAliasRequest
446
+
447
+ CreateBotAliasResponse.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, location_name: "botAliasId"))
448
+ CreateBotAliasResponse.add_member(:bot_alias_name, Shapes::ShapeRef.new(shape: Name, location_name: "botAliasName"))
449
+ CreateBotAliasResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
450
+ CreateBotAliasResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: NumericalBotVersion, location_name: "botVersion"))
451
+ CreateBotAliasResponse.add_member(:bot_alias_locale_settings, Shapes::ShapeRef.new(shape: BotAliasLocaleSettingsMap, location_name: "botAliasLocaleSettings"))
452
+ CreateBotAliasResponse.add_member(:conversation_log_settings, Shapes::ShapeRef.new(shape: ConversationLogSettings, location_name: "conversationLogSettings"))
453
+ CreateBotAliasResponse.add_member(:sentiment_analysis_settings, Shapes::ShapeRef.new(shape: SentimentAnalysisSettings, location_name: "sentimentAnalysisSettings"))
454
+ CreateBotAliasResponse.add_member(:bot_alias_status, Shapes::ShapeRef.new(shape: BotAliasStatus, location_name: "botAliasStatus"))
455
+ CreateBotAliasResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
456
+ CreateBotAliasResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
457
+ CreateBotAliasResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
458
+ CreateBotAliasResponse.struct_class = Types::CreateBotAliasResponse
459
+
460
+ CreateBotLocaleRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
461
+ CreateBotLocaleRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
462
+ CreateBotLocaleRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location_name: "localeId"))
463
+ CreateBotLocaleRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
464
+ CreateBotLocaleRequest.add_member(:nlu_intent_confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, required: true, location_name: "nluIntentConfidenceThreshold"))
465
+ CreateBotLocaleRequest.add_member(:voice_settings, Shapes::ShapeRef.new(shape: VoiceSettings, location_name: "voiceSettings"))
466
+ CreateBotLocaleRequest.struct_class = Types::CreateBotLocaleRequest
467
+
468
+ CreateBotLocaleResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
469
+ CreateBotLocaleResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
470
+ CreateBotLocaleResponse.add_member(:locale_name, Shapes::ShapeRef.new(shape: LocaleName, location_name: "localeName"))
471
+ CreateBotLocaleResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
472
+ CreateBotLocaleResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
473
+ CreateBotLocaleResponse.add_member(:nlu_intent_confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "nluIntentConfidenceThreshold"))
474
+ CreateBotLocaleResponse.add_member(:voice_settings, Shapes::ShapeRef.new(shape: VoiceSettings, location_name: "voiceSettings"))
475
+ CreateBotLocaleResponse.add_member(:bot_locale_status, Shapes::ShapeRef.new(shape: BotLocaleStatus, location_name: "botLocaleStatus"))
476
+ CreateBotLocaleResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
477
+ CreateBotLocaleResponse.struct_class = Types::CreateBotLocaleResponse
478
+
479
+ CreateBotRequest.add_member(:bot_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "botName"))
480
+ CreateBotRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
481
+ CreateBotRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
482
+ CreateBotRequest.add_member(:data_privacy, Shapes::ShapeRef.new(shape: DataPrivacy, required: true, location_name: "dataPrivacy"))
483
+ CreateBotRequest.add_member(:idle_session_ttl_in_seconds, Shapes::ShapeRef.new(shape: SessionTTL, required: true, location_name: "idleSessionTTLInSeconds"))
484
+ CreateBotRequest.add_member(:bot_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "botTags"))
485
+ CreateBotRequest.add_member(:test_bot_alias_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "testBotAliasTags"))
486
+ CreateBotRequest.struct_class = Types::CreateBotRequest
487
+
488
+ CreateBotResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
489
+ CreateBotResponse.add_member(:bot_name, Shapes::ShapeRef.new(shape: Name, location_name: "botName"))
490
+ CreateBotResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
491
+ CreateBotResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
492
+ CreateBotResponse.add_member(:data_privacy, Shapes::ShapeRef.new(shape: DataPrivacy, location_name: "dataPrivacy"))
493
+ CreateBotResponse.add_member(:idle_session_ttl_in_seconds, Shapes::ShapeRef.new(shape: SessionTTL, location_name: "idleSessionTTLInSeconds"))
494
+ CreateBotResponse.add_member(:bot_status, Shapes::ShapeRef.new(shape: BotStatus, location_name: "botStatus"))
495
+ CreateBotResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
496
+ CreateBotResponse.add_member(:bot_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "botTags"))
497
+ CreateBotResponse.add_member(:test_bot_alias_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "testBotAliasTags"))
498
+ CreateBotResponse.struct_class = Types::CreateBotResponse
499
+
500
+ CreateBotVersionRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
501
+ CreateBotVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
502
+ CreateBotVersionRequest.add_member(:bot_version_locale_specification, Shapes::ShapeRef.new(shape: BotVersionLocaleSpecification, required: true, location_name: "botVersionLocaleSpecification"))
503
+ CreateBotVersionRequest.struct_class = Types::CreateBotVersionRequest
504
+
505
+ CreateBotVersionResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
506
+ CreateBotVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
507
+ CreateBotVersionResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: NumericalBotVersion, location_name: "botVersion"))
508
+ CreateBotVersionResponse.add_member(:bot_version_locale_specification, Shapes::ShapeRef.new(shape: BotVersionLocaleSpecification, location_name: "botVersionLocaleSpecification"))
509
+ CreateBotVersionResponse.add_member(:bot_status, Shapes::ShapeRef.new(shape: BotStatus, location_name: "botStatus"))
510
+ CreateBotVersionResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
511
+ CreateBotVersionResponse.struct_class = Types::CreateBotVersionResponse
512
+
513
+ CreateIntentRequest.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "intentName"))
514
+ CreateIntentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
515
+ CreateIntentRequest.add_member(:parent_intent_signature, Shapes::ShapeRef.new(shape: IntentSignature, location_name: "parentIntentSignature"))
516
+ CreateIntentRequest.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: SampleUtterancesList, location_name: "sampleUtterances"))
517
+ CreateIntentRequest.add_member(:dialog_code_hook, Shapes::ShapeRef.new(shape: DialogCodeHookSettings, location_name: "dialogCodeHook"))
518
+ CreateIntentRequest.add_member(:fulfillment_code_hook, Shapes::ShapeRef.new(shape: FulfillmentCodeHookSettings, location_name: "fulfillmentCodeHook"))
519
+ CreateIntentRequest.add_member(:intent_confirmation_setting, Shapes::ShapeRef.new(shape: IntentConfirmationSetting, location_name: "intentConfirmationSetting"))
520
+ CreateIntentRequest.add_member(:intent_closing_setting, Shapes::ShapeRef.new(shape: IntentClosingSetting, location_name: "intentClosingSetting"))
521
+ CreateIntentRequest.add_member(:input_contexts, Shapes::ShapeRef.new(shape: InputContextsList, location_name: "inputContexts"))
522
+ CreateIntentRequest.add_member(:output_contexts, Shapes::ShapeRef.new(shape: OutputContextsList, location_name: "outputContexts"))
523
+ CreateIntentRequest.add_member(:kendra_configuration, Shapes::ShapeRef.new(shape: KendraConfiguration, location_name: "kendraConfiguration"))
524
+ CreateIntentRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
525
+ CreateIntentRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
526
+ CreateIntentRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
527
+ CreateIntentRequest.struct_class = Types::CreateIntentRequest
528
+
529
+ CreateIntentResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
530
+ CreateIntentResponse.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, location_name: "intentName"))
531
+ CreateIntentResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
532
+ CreateIntentResponse.add_member(:parent_intent_signature, Shapes::ShapeRef.new(shape: IntentSignature, location_name: "parentIntentSignature"))
533
+ CreateIntentResponse.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: SampleUtterancesList, location_name: "sampleUtterances"))
534
+ CreateIntentResponse.add_member(:dialog_code_hook, Shapes::ShapeRef.new(shape: DialogCodeHookSettings, location_name: "dialogCodeHook"))
535
+ CreateIntentResponse.add_member(:fulfillment_code_hook, Shapes::ShapeRef.new(shape: FulfillmentCodeHookSettings, location_name: "fulfillmentCodeHook"))
536
+ CreateIntentResponse.add_member(:intent_confirmation_setting, Shapes::ShapeRef.new(shape: IntentConfirmationSetting, location_name: "intentConfirmationSetting"))
537
+ CreateIntentResponse.add_member(:intent_closing_setting, Shapes::ShapeRef.new(shape: IntentClosingSetting, location_name: "intentClosingSetting"))
538
+ CreateIntentResponse.add_member(:input_contexts, Shapes::ShapeRef.new(shape: InputContextsList, location_name: "inputContexts"))
539
+ CreateIntentResponse.add_member(:output_contexts, Shapes::ShapeRef.new(shape: OutputContextsList, location_name: "outputContexts"))
540
+ CreateIntentResponse.add_member(:kendra_configuration, Shapes::ShapeRef.new(shape: KendraConfiguration, location_name: "kendraConfiguration"))
541
+ CreateIntentResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
542
+ CreateIntentResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
543
+ CreateIntentResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
544
+ CreateIntentResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
545
+ CreateIntentResponse.struct_class = Types::CreateIntentResponse
546
+
547
+ CreateSlotRequest.add_member(:slot_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "slotName"))
548
+ CreateSlotRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
549
+ CreateSlotRequest.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: BuiltInOrCustomSlotTypeId, required: true, location_name: "slotTypeId"))
550
+ CreateSlotRequest.add_member(:value_elicitation_setting, Shapes::ShapeRef.new(shape: SlotValueElicitationSetting, required: true, location_name: "valueElicitationSetting"))
551
+ CreateSlotRequest.add_member(:obfuscation_setting, Shapes::ShapeRef.new(shape: ObfuscationSetting, location_name: "obfuscationSetting"))
552
+ CreateSlotRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
553
+ CreateSlotRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
554
+ CreateSlotRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
555
+ CreateSlotRequest.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "intentId"))
556
+ CreateSlotRequest.struct_class = Types::CreateSlotRequest
557
+
558
+ CreateSlotResponse.add_member(:slot_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotId"))
559
+ CreateSlotResponse.add_member(:slot_name, Shapes::ShapeRef.new(shape: Name, location_name: "slotName"))
560
+ CreateSlotResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
561
+ CreateSlotResponse.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: BuiltInOrCustomSlotTypeId, location_name: "slotTypeId"))
562
+ CreateSlotResponse.add_member(:value_elicitation_setting, Shapes::ShapeRef.new(shape: SlotValueElicitationSetting, location_name: "valueElicitationSetting"))
563
+ CreateSlotResponse.add_member(:obfuscation_setting, Shapes::ShapeRef.new(shape: ObfuscationSetting, location_name: "obfuscationSetting"))
564
+ CreateSlotResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
565
+ CreateSlotResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
566
+ CreateSlotResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
567
+ CreateSlotResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
568
+ CreateSlotResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
569
+ CreateSlotResponse.struct_class = Types::CreateSlotResponse
570
+
571
+ CreateSlotTypeRequest.add_member(:slot_type_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "slotTypeName"))
572
+ CreateSlotTypeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
573
+ CreateSlotTypeRequest.add_member(:slot_type_values, Shapes::ShapeRef.new(shape: SlotTypeValues, location_name: "slotTypeValues"))
574
+ CreateSlotTypeRequest.add_member(:value_selection_setting, Shapes::ShapeRef.new(shape: SlotValueSelectionSetting, required: true, location_name: "valueSelectionSetting"))
575
+ CreateSlotTypeRequest.add_member(:parent_slot_type_signature, Shapes::ShapeRef.new(shape: SlotTypeSignature, location_name: "parentSlotTypeSignature"))
576
+ CreateSlotTypeRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
577
+ CreateSlotTypeRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
578
+ CreateSlotTypeRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
579
+ CreateSlotTypeRequest.struct_class = Types::CreateSlotTypeRequest
580
+
581
+ CreateSlotTypeResponse.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotTypeId"))
582
+ CreateSlotTypeResponse.add_member(:slot_type_name, Shapes::ShapeRef.new(shape: Name, location_name: "slotTypeName"))
583
+ CreateSlotTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
584
+ CreateSlotTypeResponse.add_member(:slot_type_values, Shapes::ShapeRef.new(shape: SlotTypeValues, location_name: "slotTypeValues"))
585
+ CreateSlotTypeResponse.add_member(:value_selection_setting, Shapes::ShapeRef.new(shape: SlotValueSelectionSetting, location_name: "valueSelectionSetting"))
586
+ CreateSlotTypeResponse.add_member(:parent_slot_type_signature, Shapes::ShapeRef.new(shape: SlotTypeSignature, location_name: "parentSlotTypeSignature"))
587
+ CreateSlotTypeResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
588
+ CreateSlotTypeResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
589
+ CreateSlotTypeResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
590
+ CreateSlotTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
591
+ CreateSlotTypeResponse.struct_class = Types::CreateSlotTypeResponse
592
+
593
+ CustomPayload.add_member(:value, Shapes::ShapeRef.new(shape: CustomPayloadValue, required: true, location_name: "value"))
594
+ CustomPayload.struct_class = Types::CustomPayload
595
+
596
+ DataPrivacy.add_member(:child_directed, Shapes::ShapeRef.new(shape: ChildDirected, required: true, location_name: "childDirected"))
597
+ DataPrivacy.struct_class = Types::DataPrivacy
598
+
599
+ DeleteBotAliasRequest.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, required: true, location: "uri", location_name: "botAliasId"))
600
+ DeleteBotAliasRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
601
+ DeleteBotAliasRequest.add_member(:skip_resource_in_use_check, Shapes::ShapeRef.new(shape: SkipResourceInUseCheck, location: "querystring", location_name: "skipResourceInUseCheck"))
602
+ DeleteBotAliasRequest.struct_class = Types::DeleteBotAliasRequest
603
+
604
+ DeleteBotAliasResponse.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, location_name: "botAliasId"))
605
+ DeleteBotAliasResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
606
+ DeleteBotAliasResponse.add_member(:bot_alias_status, Shapes::ShapeRef.new(shape: BotAliasStatus, location_name: "botAliasStatus"))
607
+ DeleteBotAliasResponse.struct_class = Types::DeleteBotAliasResponse
608
+
609
+ DeleteBotLocaleRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
610
+ DeleteBotLocaleRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
611
+ DeleteBotLocaleRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
612
+ DeleteBotLocaleRequest.struct_class = Types::DeleteBotLocaleRequest
613
+
614
+ DeleteBotLocaleResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
615
+ DeleteBotLocaleResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
616
+ DeleteBotLocaleResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
617
+ DeleteBotLocaleResponse.add_member(:bot_locale_status, Shapes::ShapeRef.new(shape: BotLocaleStatus, location_name: "botLocaleStatus"))
618
+ DeleteBotLocaleResponse.struct_class = Types::DeleteBotLocaleResponse
619
+
620
+ DeleteBotRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
621
+ DeleteBotRequest.add_member(:skip_resource_in_use_check, Shapes::ShapeRef.new(shape: SkipResourceInUseCheck, location: "querystring", location_name: "skipResourceInUseCheck"))
622
+ DeleteBotRequest.struct_class = Types::DeleteBotRequest
623
+
624
+ DeleteBotResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
625
+ DeleteBotResponse.add_member(:bot_status, Shapes::ShapeRef.new(shape: BotStatus, location_name: "botStatus"))
626
+ DeleteBotResponse.struct_class = Types::DeleteBotResponse
627
+
628
+ DeleteBotVersionRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
629
+ DeleteBotVersionRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: NumericalBotVersion, required: true, location: "uri", location_name: "botVersion"))
630
+ DeleteBotVersionRequest.add_member(:skip_resource_in_use_check, Shapes::ShapeRef.new(shape: SkipResourceInUseCheck, location: "querystring", location_name: "skipResourceInUseCheck"))
631
+ DeleteBotVersionRequest.struct_class = Types::DeleteBotVersionRequest
632
+
633
+ DeleteBotVersionResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
634
+ DeleteBotVersionResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: NumericalBotVersion, location_name: "botVersion"))
635
+ DeleteBotVersionResponse.add_member(:bot_status, Shapes::ShapeRef.new(shape: BotStatus, location_name: "botStatus"))
636
+ DeleteBotVersionResponse.struct_class = Types::DeleteBotVersionResponse
637
+
638
+ DeleteIntentRequest.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "intentId"))
639
+ DeleteIntentRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
640
+ DeleteIntentRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
641
+ DeleteIntentRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
642
+ DeleteIntentRequest.struct_class = Types::DeleteIntentRequest
643
+
644
+ DeleteSlotRequest.add_member(:slot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "slotId"))
645
+ DeleteSlotRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
646
+ DeleteSlotRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
647
+ DeleteSlotRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
648
+ DeleteSlotRequest.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "intentId"))
649
+ DeleteSlotRequest.struct_class = Types::DeleteSlotRequest
650
+
651
+ DeleteSlotTypeRequest.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "slotTypeId"))
652
+ DeleteSlotTypeRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
653
+ DeleteSlotTypeRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
654
+ DeleteSlotTypeRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
655
+ DeleteSlotTypeRequest.add_member(:skip_resource_in_use_check, Shapes::ShapeRef.new(shape: SkipResourceInUseCheck, location: "querystring", location_name: "skipResourceInUseCheck"))
656
+ DeleteSlotTypeRequest.struct_class = Types::DeleteSlotTypeRequest
657
+
658
+ DescribeBotAliasRequest.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, required: true, location: "uri", location_name: "botAliasId"))
659
+ DescribeBotAliasRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
660
+ DescribeBotAliasRequest.struct_class = Types::DescribeBotAliasRequest
661
+
662
+ DescribeBotAliasResponse.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, location_name: "botAliasId"))
663
+ DescribeBotAliasResponse.add_member(:bot_alias_name, Shapes::ShapeRef.new(shape: Name, location_name: "botAliasName"))
664
+ DescribeBotAliasResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
665
+ DescribeBotAliasResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
666
+ DescribeBotAliasResponse.add_member(:bot_alias_locale_settings, Shapes::ShapeRef.new(shape: BotAliasLocaleSettingsMap, location_name: "botAliasLocaleSettings"))
667
+ DescribeBotAliasResponse.add_member(:conversation_log_settings, Shapes::ShapeRef.new(shape: ConversationLogSettings, location_name: "conversationLogSettings"))
668
+ DescribeBotAliasResponse.add_member(:sentiment_analysis_settings, Shapes::ShapeRef.new(shape: SentimentAnalysisSettings, location_name: "sentimentAnalysisSettings"))
669
+ DescribeBotAliasResponse.add_member(:bot_alias_history_events, Shapes::ShapeRef.new(shape: BotAliasHistoryEventsList, location_name: "botAliasHistoryEvents"))
670
+ DescribeBotAliasResponse.add_member(:bot_alias_status, Shapes::ShapeRef.new(shape: BotAliasStatus, location_name: "botAliasStatus"))
671
+ DescribeBotAliasResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
672
+ DescribeBotAliasResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
673
+ DescribeBotAliasResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
674
+ DescribeBotAliasResponse.struct_class = Types::DescribeBotAliasResponse
675
+
676
+ DescribeBotLocaleRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
677
+ DescribeBotLocaleRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, required: true, location: "uri", location_name: "botVersion"))
678
+ DescribeBotLocaleRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
679
+ DescribeBotLocaleRequest.struct_class = Types::DescribeBotLocaleRequest
680
+
681
+ DescribeBotLocaleResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
682
+ DescribeBotLocaleResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
683
+ DescribeBotLocaleResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
684
+ DescribeBotLocaleResponse.add_member(:locale_name, Shapes::ShapeRef.new(shape: LocaleName, location_name: "localeName"))
685
+ DescribeBotLocaleResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
686
+ DescribeBotLocaleResponse.add_member(:nlu_intent_confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "nluIntentConfidenceThreshold"))
687
+ DescribeBotLocaleResponse.add_member(:voice_settings, Shapes::ShapeRef.new(shape: VoiceSettings, location_name: "voiceSettings"))
688
+ DescribeBotLocaleResponse.add_member(:intents_count, Shapes::ShapeRef.new(shape: ResourceCount, location_name: "intentsCount"))
689
+ DescribeBotLocaleResponse.add_member(:slot_types_count, Shapes::ShapeRef.new(shape: ResourceCount, location_name: "slotTypesCount"))
690
+ DescribeBotLocaleResponse.add_member(:bot_locale_status, Shapes::ShapeRef.new(shape: BotLocaleStatus, location_name: "botLocaleStatus"))
691
+ DescribeBotLocaleResponse.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
692
+ DescribeBotLocaleResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
693
+ DescribeBotLocaleResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
694
+ DescribeBotLocaleResponse.add_member(:last_build_submitted_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastBuildSubmittedDateTime"))
695
+ DescribeBotLocaleResponse.add_member(:bot_locale_history_events, Shapes::ShapeRef.new(shape: BotLocaleHistoryEventsList, location_name: "botLocaleHistoryEvents"))
696
+ DescribeBotLocaleResponse.struct_class = Types::DescribeBotLocaleResponse
697
+
698
+ DescribeBotRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
699
+ DescribeBotRequest.struct_class = Types::DescribeBotRequest
700
+
701
+ DescribeBotResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
702
+ DescribeBotResponse.add_member(:bot_name, Shapes::ShapeRef.new(shape: Name, location_name: "botName"))
703
+ DescribeBotResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
704
+ DescribeBotResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
705
+ DescribeBotResponse.add_member(:data_privacy, Shapes::ShapeRef.new(shape: DataPrivacy, location_name: "dataPrivacy"))
706
+ DescribeBotResponse.add_member(:idle_session_ttl_in_seconds, Shapes::ShapeRef.new(shape: SessionTTL, location_name: "idleSessionTTLInSeconds"))
707
+ DescribeBotResponse.add_member(:bot_status, Shapes::ShapeRef.new(shape: BotStatus, location_name: "botStatus"))
708
+ DescribeBotResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
709
+ DescribeBotResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
710
+ DescribeBotResponse.struct_class = Types::DescribeBotResponse
711
+
712
+ DescribeBotVersionRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
713
+ DescribeBotVersionRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: NumericalBotVersion, required: true, location: "uri", location_name: "botVersion"))
714
+ DescribeBotVersionRequest.struct_class = Types::DescribeBotVersionRequest
715
+
716
+ DescribeBotVersionResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
717
+ DescribeBotVersionResponse.add_member(:bot_name, Shapes::ShapeRef.new(shape: Name, location_name: "botName"))
718
+ DescribeBotVersionResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: NumericalBotVersion, location_name: "botVersion"))
719
+ DescribeBotVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
720
+ DescribeBotVersionResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
721
+ DescribeBotVersionResponse.add_member(:data_privacy, Shapes::ShapeRef.new(shape: DataPrivacy, location_name: "dataPrivacy"))
722
+ DescribeBotVersionResponse.add_member(:idle_session_ttl_in_seconds, Shapes::ShapeRef.new(shape: SessionTTL, location_name: "idleSessionTTLInSeconds"))
723
+ DescribeBotVersionResponse.add_member(:bot_status, Shapes::ShapeRef.new(shape: BotStatus, location_name: "botStatus"))
724
+ DescribeBotVersionResponse.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
725
+ DescribeBotVersionResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
726
+ DescribeBotVersionResponse.struct_class = Types::DescribeBotVersionResponse
727
+
728
+ DescribeIntentRequest.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "intentId"))
729
+ DescribeIntentRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
730
+ DescribeIntentRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, required: true, location: "uri", location_name: "botVersion"))
731
+ DescribeIntentRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
732
+ DescribeIntentRequest.struct_class = Types::DescribeIntentRequest
733
+
734
+ DescribeIntentResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
735
+ DescribeIntentResponse.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, location_name: "intentName"))
736
+ DescribeIntentResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
737
+ DescribeIntentResponse.add_member(:parent_intent_signature, Shapes::ShapeRef.new(shape: IntentSignature, location_name: "parentIntentSignature"))
738
+ DescribeIntentResponse.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: SampleUtterancesList, location_name: "sampleUtterances"))
739
+ DescribeIntentResponse.add_member(:dialog_code_hook, Shapes::ShapeRef.new(shape: DialogCodeHookSettings, location_name: "dialogCodeHook"))
740
+ DescribeIntentResponse.add_member(:fulfillment_code_hook, Shapes::ShapeRef.new(shape: FulfillmentCodeHookSettings, location_name: "fulfillmentCodeHook"))
741
+ DescribeIntentResponse.add_member(:slot_priorities, Shapes::ShapeRef.new(shape: SlotPrioritiesList, location_name: "slotPriorities"))
742
+ DescribeIntentResponse.add_member(:intent_confirmation_setting, Shapes::ShapeRef.new(shape: IntentConfirmationSetting, location_name: "intentConfirmationSetting"))
743
+ DescribeIntentResponse.add_member(:intent_closing_setting, Shapes::ShapeRef.new(shape: IntentClosingSetting, location_name: "intentClosingSetting"))
744
+ DescribeIntentResponse.add_member(:input_contexts, Shapes::ShapeRef.new(shape: InputContextsList, location_name: "inputContexts"))
745
+ DescribeIntentResponse.add_member(:output_contexts, Shapes::ShapeRef.new(shape: OutputContextsList, location_name: "outputContexts"))
746
+ DescribeIntentResponse.add_member(:kendra_configuration, Shapes::ShapeRef.new(shape: KendraConfiguration, location_name: "kendraConfiguration"))
747
+ DescribeIntentResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
748
+ DescribeIntentResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
749
+ DescribeIntentResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
750
+ DescribeIntentResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
751
+ DescribeIntentResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
752
+ DescribeIntentResponse.struct_class = Types::DescribeIntentResponse
753
+
754
+ DescribeSlotRequest.add_member(:slot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "slotId"))
755
+ DescribeSlotRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
756
+ DescribeSlotRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, required: true, location: "uri", location_name: "botVersion"))
757
+ DescribeSlotRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
758
+ DescribeSlotRequest.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "intentId"))
759
+ DescribeSlotRequest.struct_class = Types::DescribeSlotRequest
760
+
761
+ DescribeSlotResponse.add_member(:slot_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotId"))
762
+ DescribeSlotResponse.add_member(:slot_name, Shapes::ShapeRef.new(shape: Name, location_name: "slotName"))
763
+ DescribeSlotResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
764
+ DescribeSlotResponse.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: BuiltInOrCustomSlotTypeId, location_name: "slotTypeId"))
765
+ DescribeSlotResponse.add_member(:value_elicitation_setting, Shapes::ShapeRef.new(shape: SlotValueElicitationSetting, location_name: "valueElicitationSetting"))
766
+ DescribeSlotResponse.add_member(:obfuscation_setting, Shapes::ShapeRef.new(shape: ObfuscationSetting, location_name: "obfuscationSetting"))
767
+ DescribeSlotResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
768
+ DescribeSlotResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
769
+ DescribeSlotResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
770
+ DescribeSlotResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
771
+ DescribeSlotResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
772
+ DescribeSlotResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
773
+ DescribeSlotResponse.struct_class = Types::DescribeSlotResponse
774
+
775
+ DescribeSlotTypeRequest.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "slotTypeId"))
776
+ DescribeSlotTypeRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
777
+ DescribeSlotTypeRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, required: true, location: "uri", location_name: "botVersion"))
778
+ DescribeSlotTypeRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
779
+ DescribeSlotTypeRequest.struct_class = Types::DescribeSlotTypeRequest
780
+
781
+ DescribeSlotTypeResponse.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotTypeId"))
782
+ DescribeSlotTypeResponse.add_member(:slot_type_name, Shapes::ShapeRef.new(shape: Name, location_name: "slotTypeName"))
783
+ DescribeSlotTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
784
+ DescribeSlotTypeResponse.add_member(:slot_type_values, Shapes::ShapeRef.new(shape: SlotTypeValues, location_name: "slotTypeValues"))
785
+ DescribeSlotTypeResponse.add_member(:value_selection_setting, Shapes::ShapeRef.new(shape: SlotValueSelectionSetting, location_name: "valueSelectionSetting"))
786
+ DescribeSlotTypeResponse.add_member(:parent_slot_type_signature, Shapes::ShapeRef.new(shape: SlotTypeSignature, location_name: "parentSlotTypeSignature"))
787
+ DescribeSlotTypeResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
788
+ DescribeSlotTypeResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
789
+ DescribeSlotTypeResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
790
+ DescribeSlotTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
791
+ DescribeSlotTypeResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
792
+ DescribeSlotTypeResponse.struct_class = Types::DescribeSlotTypeResponse
793
+
794
+ DialogCodeHookSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
795
+ DialogCodeHookSettings.struct_class = Types::DialogCodeHookSettings
796
+
797
+ FailureReasons.member = Shapes::ShapeRef.new(shape: FailureReason)
798
+
799
+ FilterValues.member = Shapes::ShapeRef.new(shape: FilterValue)
800
+
801
+ FulfillmentCodeHookSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
802
+ FulfillmentCodeHookSettings.struct_class = Types::FulfillmentCodeHookSettings
803
+
804
+ ImageResponseCard.add_member(:title, Shapes::ShapeRef.new(shape: AttachmentTitle, required: true, location_name: "title"))
805
+ ImageResponseCard.add_member(:subtitle, Shapes::ShapeRef.new(shape: AttachmentTitle, location_name: "subtitle"))
806
+ ImageResponseCard.add_member(:image_url, Shapes::ShapeRef.new(shape: AttachmentUrl, location_name: "imageUrl"))
807
+ ImageResponseCard.add_member(:buttons, Shapes::ShapeRef.new(shape: ButtonsList, location_name: "buttons"))
808
+ ImageResponseCard.struct_class = Types::ImageResponseCard
809
+
810
+ InputContext.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
811
+ InputContext.struct_class = Types::InputContext
812
+
813
+ InputContextsList.member = Shapes::ShapeRef.new(shape: InputContext)
814
+
815
+ IntentClosingSetting.add_member(:closing_response, Shapes::ShapeRef.new(shape: ResponseSpecification, required: true, location_name: "closingResponse"))
816
+ IntentClosingSetting.struct_class = Types::IntentClosingSetting
817
+
818
+ IntentConfirmationSetting.add_member(:prompt_specification, Shapes::ShapeRef.new(shape: PromptSpecification, required: true, location_name: "promptSpecification"))
819
+ IntentConfirmationSetting.add_member(:declination_response, Shapes::ShapeRef.new(shape: ResponseSpecification, required: true, location_name: "declinationResponse"))
820
+ IntentConfirmationSetting.struct_class = Types::IntentConfirmationSetting
821
+
822
+ IntentFilter.add_member(:name, Shapes::ShapeRef.new(shape: IntentFilterName, required: true, location_name: "name"))
823
+ IntentFilter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "values"))
824
+ IntentFilter.add_member(:operator, Shapes::ShapeRef.new(shape: IntentFilterOperator, required: true, location_name: "operator"))
825
+ IntentFilter.struct_class = Types::IntentFilter
826
+
827
+ IntentFilters.member = Shapes::ShapeRef.new(shape: IntentFilter)
828
+
829
+ IntentSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: IntentSortAttribute, required: true, location_name: "attribute"))
830
+ IntentSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
831
+ IntentSortBy.struct_class = Types::IntentSortBy
832
+
833
+ IntentSummary.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
834
+ IntentSummary.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, location_name: "intentName"))
835
+ IntentSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
836
+ IntentSummary.add_member(:parent_intent_signature, Shapes::ShapeRef.new(shape: IntentSignature, location_name: "parentIntentSignature"))
837
+ IntentSummary.add_member(:input_contexts, Shapes::ShapeRef.new(shape: InputContextsList, location_name: "inputContexts"))
838
+ IntentSummary.add_member(:output_contexts, Shapes::ShapeRef.new(shape: OutputContextsList, location_name: "outputContexts"))
839
+ IntentSummary.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
840
+ IntentSummary.struct_class = Types::IntentSummary
841
+
842
+ IntentSummaryList.member = Shapes::ShapeRef.new(shape: IntentSummary)
843
+
844
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
845
+ InternalServerException.struct_class = Types::InternalServerException
846
+
847
+ KendraConfiguration.add_member(:kendra_index, Shapes::ShapeRef.new(shape: KendraIndexArn, required: true, location_name: "kendraIndex"))
848
+ KendraConfiguration.add_member(:query_filter_string_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "queryFilterStringEnabled"))
849
+ KendraConfiguration.add_member(:query_filter_string, Shapes::ShapeRef.new(shape: QueryFilterString, location_name: "queryFilterString"))
850
+ KendraConfiguration.struct_class = Types::KendraConfiguration
851
+
852
+ LambdaCodeHook.add_member(:lambda_arn, Shapes::ShapeRef.new(shape: LambdaARN, required: true, location_name: "lambdaARN"))
853
+ LambdaCodeHook.add_member(:code_hook_interface_version, Shapes::ShapeRef.new(shape: CodeHookInterfaceVersion, required: true, location_name: "codeHookInterfaceVersion"))
854
+ LambdaCodeHook.struct_class = Types::LambdaCodeHook
855
+
856
+ ListBotAliasesRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
857
+ ListBotAliasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
858
+ ListBotAliasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
859
+ ListBotAliasesRequest.struct_class = Types::ListBotAliasesRequest
860
+
861
+ ListBotAliasesResponse.add_member(:bot_alias_summaries, Shapes::ShapeRef.new(shape: BotAliasSummaryList, location_name: "botAliasSummaries"))
862
+ ListBotAliasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
863
+ ListBotAliasesResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
864
+ ListBotAliasesResponse.struct_class = Types::ListBotAliasesResponse
865
+
866
+ ListBotLocalesRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
867
+ ListBotLocalesRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, required: true, location: "uri", location_name: "botVersion"))
868
+ ListBotLocalesRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: BotLocaleSortBy, location_name: "sortBy"))
869
+ ListBotLocalesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: BotLocaleFilters, location_name: "filters"))
870
+ ListBotLocalesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
871
+ ListBotLocalesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
872
+ ListBotLocalesRequest.struct_class = Types::ListBotLocalesRequest
873
+
874
+ ListBotLocalesResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
875
+ ListBotLocalesResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
876
+ ListBotLocalesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
877
+ ListBotLocalesResponse.add_member(:bot_locale_summaries, Shapes::ShapeRef.new(shape: BotLocaleSummaryList, location_name: "botLocaleSummaries"))
878
+ ListBotLocalesResponse.struct_class = Types::ListBotLocalesResponse
879
+
880
+ ListBotVersionsRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
881
+ ListBotVersionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: BotVersionSortBy, location_name: "sortBy"))
882
+ ListBotVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
883
+ ListBotVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
884
+ ListBotVersionsRequest.struct_class = Types::ListBotVersionsRequest
885
+
886
+ ListBotVersionsResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
887
+ ListBotVersionsResponse.add_member(:bot_version_summaries, Shapes::ShapeRef.new(shape: BotVersionSummaryList, location_name: "botVersionSummaries"))
888
+ ListBotVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
889
+ ListBotVersionsResponse.struct_class = Types::ListBotVersionsResponse
890
+
891
+ ListBotsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: BotSortBy, location_name: "sortBy"))
892
+ ListBotsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: BotFilters, location_name: "filters"))
893
+ ListBotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
894
+ ListBotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
895
+ ListBotsRequest.struct_class = Types::ListBotsRequest
896
+
897
+ ListBotsResponse.add_member(:bot_summaries, Shapes::ShapeRef.new(shape: BotSummaryList, location_name: "botSummaries"))
898
+ ListBotsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
899
+ ListBotsResponse.struct_class = Types::ListBotsResponse
900
+
901
+ ListBuiltInIntentsRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
902
+ ListBuiltInIntentsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: BuiltInIntentSortBy, location_name: "sortBy"))
903
+ ListBuiltInIntentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BuiltInsMaxResults, location_name: "maxResults"))
904
+ ListBuiltInIntentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
905
+ ListBuiltInIntentsRequest.struct_class = Types::ListBuiltInIntentsRequest
906
+
907
+ ListBuiltInIntentsResponse.add_member(:built_in_intent_summaries, Shapes::ShapeRef.new(shape: BuiltInIntentSummaryList, location_name: "builtInIntentSummaries"))
908
+ ListBuiltInIntentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
909
+ ListBuiltInIntentsResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
910
+ ListBuiltInIntentsResponse.struct_class = Types::ListBuiltInIntentsResponse
911
+
912
+ ListBuiltInSlotTypesRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
913
+ ListBuiltInSlotTypesRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: BuiltInSlotTypeSortBy, location_name: "sortBy"))
914
+ ListBuiltInSlotTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BuiltInsMaxResults, location_name: "maxResults"))
915
+ ListBuiltInSlotTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
916
+ ListBuiltInSlotTypesRequest.struct_class = Types::ListBuiltInSlotTypesRequest
917
+
918
+ ListBuiltInSlotTypesResponse.add_member(:built_in_slot_type_summaries, Shapes::ShapeRef.new(shape: BuiltInSlotTypeSummaryList, location_name: "builtInSlotTypeSummaries"))
919
+ ListBuiltInSlotTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
920
+ ListBuiltInSlotTypesResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
921
+ ListBuiltInSlotTypesResponse.struct_class = Types::ListBuiltInSlotTypesResponse
922
+
923
+ ListIntentsRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
924
+ ListIntentsRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, required: true, location: "uri", location_name: "botVersion"))
925
+ ListIntentsRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
926
+ ListIntentsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: IntentSortBy, location_name: "sortBy"))
927
+ ListIntentsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: IntentFilters, location_name: "filters"))
928
+ ListIntentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
929
+ ListIntentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
930
+ ListIntentsRequest.struct_class = Types::ListIntentsRequest
931
+
932
+ ListIntentsResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
933
+ ListIntentsResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
934
+ ListIntentsResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
935
+ ListIntentsResponse.add_member(:intent_summaries, Shapes::ShapeRef.new(shape: IntentSummaryList, location_name: "intentSummaries"))
936
+ ListIntentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
937
+ ListIntentsResponse.struct_class = Types::ListIntentsResponse
938
+
939
+ ListSlotTypesRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
940
+ ListSlotTypesRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, required: true, location: "uri", location_name: "botVersion"))
941
+ ListSlotTypesRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
942
+ ListSlotTypesRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SlotTypeSortBy, location_name: "sortBy"))
943
+ ListSlotTypesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SlotTypeFilters, location_name: "filters"))
944
+ ListSlotTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
945
+ ListSlotTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
946
+ ListSlotTypesRequest.struct_class = Types::ListSlotTypesRequest
947
+
948
+ ListSlotTypesResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
949
+ ListSlotTypesResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
950
+ ListSlotTypesResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
951
+ ListSlotTypesResponse.add_member(:slot_type_summaries, Shapes::ShapeRef.new(shape: SlotTypeSummaryList, location_name: "slotTypeSummaries"))
952
+ ListSlotTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
953
+ ListSlotTypesResponse.struct_class = Types::ListSlotTypesResponse
954
+
955
+ ListSlotsRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
956
+ ListSlotsRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, required: true, location: "uri", location_name: "botVersion"))
957
+ ListSlotsRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
958
+ ListSlotsRequest.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "intentId"))
959
+ ListSlotsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SlotSortBy, location_name: "sortBy"))
960
+ ListSlotsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SlotFilters, location_name: "filters"))
961
+ ListSlotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
962
+ ListSlotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
963
+ ListSlotsRequest.struct_class = Types::ListSlotsRequest
964
+
965
+ ListSlotsResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
966
+ ListSlotsResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
967
+ ListSlotsResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
968
+ ListSlotsResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
969
+ ListSlotsResponse.add_member(:slot_summaries, Shapes::ShapeRef.new(shape: SlotSummaryList, location_name: "slotSummaries"))
970
+ ListSlotsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
971
+ ListSlotsResponse.struct_class = Types::ListSlotsResponse
972
+
973
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "uri", location_name: "resourceARN"))
974
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
975
+
976
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
977
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
978
+
979
+ Message.add_member(:plain_text_message, Shapes::ShapeRef.new(shape: PlainTextMessage, location_name: "plainTextMessage"))
980
+ Message.add_member(:custom_payload, Shapes::ShapeRef.new(shape: CustomPayload, location_name: "customPayload"))
981
+ Message.add_member(:ssml_message, Shapes::ShapeRef.new(shape: SSMLMessage, location_name: "ssmlMessage"))
982
+ Message.add_member(:image_response_card, Shapes::ShapeRef.new(shape: ImageResponseCard, location_name: "imageResponseCard"))
983
+ Message.struct_class = Types::Message
984
+
985
+ MessageGroup.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "message"))
986
+ MessageGroup.add_member(:variations, Shapes::ShapeRef.new(shape: MessageVariationsList, location_name: "variations"))
987
+ MessageGroup.struct_class = Types::MessageGroup
988
+
989
+ MessageGroupsList.member = Shapes::ShapeRef.new(shape: MessageGroup)
990
+
991
+ MessageVariationsList.member = Shapes::ShapeRef.new(shape: Message)
992
+
993
+ ObfuscationSetting.add_member(:obfuscation_setting_type, Shapes::ShapeRef.new(shape: ObfuscationSettingType, required: true, location_name: "obfuscationSettingType"))
994
+ ObfuscationSetting.struct_class = Types::ObfuscationSetting
995
+
996
+ OutputContext.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
997
+ OutputContext.add_member(:time_to_live_in_seconds, Shapes::ShapeRef.new(shape: ContextTimeToLiveInSeconds, required: true, location_name: "timeToLiveInSeconds"))
998
+ OutputContext.add_member(:turns_to_live, Shapes::ShapeRef.new(shape: ContextTurnsToLive, required: true, location_name: "turnsToLive"))
999
+ OutputContext.struct_class = Types::OutputContext
1000
+
1001
+ OutputContextsList.member = Shapes::ShapeRef.new(shape: OutputContext)
1002
+
1003
+ PlainTextMessage.add_member(:value, Shapes::ShapeRef.new(shape: PlainTextMessageValue, required: true, location_name: "value"))
1004
+ PlainTextMessage.struct_class = Types::PlainTextMessage
1005
+
1006
+ PreconditionFailedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1007
+ PreconditionFailedException.struct_class = Types::PreconditionFailedException
1008
+
1009
+ PromptSpecification.add_member(:message_groups, Shapes::ShapeRef.new(shape: MessageGroupsList, required: true, location_name: "messageGroups"))
1010
+ PromptSpecification.add_member(:max_retries, Shapes::ShapeRef.new(shape: PromptMaxRetries, required: true, location_name: "maxRetries"))
1011
+ PromptSpecification.add_member(:allow_interrupt, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "allowInterrupt"))
1012
+ PromptSpecification.struct_class = Types::PromptSpecification
1013
+
1014
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1015
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
1016
+
1017
+ ResponseSpecification.add_member(:message_groups, Shapes::ShapeRef.new(shape: MessageGroupsList, required: true, location_name: "messageGroups"))
1018
+ ResponseSpecification.add_member(:allow_interrupt, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "allowInterrupt"))
1019
+ ResponseSpecification.struct_class = Types::ResponseSpecification
1020
+
1021
+ S3BucketLogDestination.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1022
+ S3BucketLogDestination.add_member(:s3_bucket_arn, Shapes::ShapeRef.new(shape: S3BucketArn, required: true, location_name: "s3BucketArn"))
1023
+ S3BucketLogDestination.add_member(:log_prefix, Shapes::ShapeRef.new(shape: LogPrefix, required: true, location_name: "logPrefix"))
1024
+ S3BucketLogDestination.struct_class = Types::S3BucketLogDestination
1025
+
1026
+ SSMLMessage.add_member(:value, Shapes::ShapeRef.new(shape: SSMLMessageValue, required: true, location_name: "value"))
1027
+ SSMLMessage.struct_class = Types::SSMLMessage
1028
+
1029
+ SampleUtterance.add_member(:utterance, Shapes::ShapeRef.new(shape: Utterance, required: true, location_name: "utterance"))
1030
+ SampleUtterance.struct_class = Types::SampleUtterance
1031
+
1032
+ SampleUtterancesList.member = Shapes::ShapeRef.new(shape: SampleUtterance)
1033
+
1034
+ SampleValue.add_member(:value, Shapes::ShapeRef.new(shape: Value, required: true, location_name: "value"))
1035
+ SampleValue.struct_class = Types::SampleValue
1036
+
1037
+ SentimentAnalysisSettings.add_member(:detect_sentiment, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "detectSentiment"))
1038
+ SentimentAnalysisSettings.struct_class = Types::SentimentAnalysisSettings
1039
+
1040
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1041
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
1042
+
1043
+ SlotDefaultValue.add_member(:default_value, Shapes::ShapeRef.new(shape: SlotDefaultValueString, required: true, location_name: "defaultValue"))
1044
+ SlotDefaultValue.struct_class = Types::SlotDefaultValue
1045
+
1046
+ SlotDefaultValueList.member = Shapes::ShapeRef.new(shape: SlotDefaultValue)
1047
+
1048
+ SlotDefaultValueSpecification.add_member(:default_value_list, Shapes::ShapeRef.new(shape: SlotDefaultValueList, required: true, location_name: "defaultValueList"))
1049
+ SlotDefaultValueSpecification.struct_class = Types::SlotDefaultValueSpecification
1050
+
1051
+ SlotFilter.add_member(:name, Shapes::ShapeRef.new(shape: SlotFilterName, required: true, location_name: "name"))
1052
+ SlotFilter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "values"))
1053
+ SlotFilter.add_member(:operator, Shapes::ShapeRef.new(shape: SlotFilterOperator, required: true, location_name: "operator"))
1054
+ SlotFilter.struct_class = Types::SlotFilter
1055
+
1056
+ SlotFilters.member = Shapes::ShapeRef.new(shape: SlotFilter)
1057
+
1058
+ SlotPrioritiesList.member = Shapes::ShapeRef.new(shape: SlotPriority)
1059
+
1060
+ SlotPriority.add_member(:priority, Shapes::ShapeRef.new(shape: PriorityValue, required: true, location_name: "priority"))
1061
+ SlotPriority.add_member(:slot_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "slotId"))
1062
+ SlotPriority.struct_class = Types::SlotPriority
1063
+
1064
+ SlotSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: SlotSortAttribute, required: true, location_name: "attribute"))
1065
+ SlotSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
1066
+ SlotSortBy.struct_class = Types::SlotSortBy
1067
+
1068
+ SlotSummary.add_member(:slot_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotId"))
1069
+ SlotSummary.add_member(:slot_name, Shapes::ShapeRef.new(shape: Name, location_name: "slotName"))
1070
+ SlotSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1071
+ SlotSummary.add_member(:slot_constraint, Shapes::ShapeRef.new(shape: SlotConstraint, location_name: "slotConstraint"))
1072
+ SlotSummary.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: BuiltInOrCustomSlotTypeId, location_name: "slotTypeId"))
1073
+ SlotSummary.add_member(:value_elicitation_prompt_specification, Shapes::ShapeRef.new(shape: PromptSpecification, location_name: "valueElicitationPromptSpecification"))
1074
+ SlotSummary.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1075
+ SlotSummary.struct_class = Types::SlotSummary
1076
+
1077
+ SlotSummaryList.member = Shapes::ShapeRef.new(shape: SlotSummary)
1078
+
1079
+ SlotTypeFilter.add_member(:name, Shapes::ShapeRef.new(shape: SlotTypeFilterName, required: true, location_name: "name"))
1080
+ SlotTypeFilter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "values"))
1081
+ SlotTypeFilter.add_member(:operator, Shapes::ShapeRef.new(shape: SlotTypeFilterOperator, required: true, location_name: "operator"))
1082
+ SlotTypeFilter.struct_class = Types::SlotTypeFilter
1083
+
1084
+ SlotTypeFilters.member = Shapes::ShapeRef.new(shape: SlotTypeFilter)
1085
+
1086
+ SlotTypeSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: SlotTypeSortAttribute, required: true, location_name: "attribute"))
1087
+ SlotTypeSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
1088
+ SlotTypeSortBy.struct_class = Types::SlotTypeSortBy
1089
+
1090
+ SlotTypeSummary.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotTypeId"))
1091
+ SlotTypeSummary.add_member(:slot_type_name, Shapes::ShapeRef.new(shape: Name, location_name: "slotTypeName"))
1092
+ SlotTypeSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1093
+ SlotTypeSummary.add_member(:parent_slot_type_signature, Shapes::ShapeRef.new(shape: SlotTypeSignature, location_name: "parentSlotTypeSignature"))
1094
+ SlotTypeSummary.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1095
+ SlotTypeSummary.struct_class = Types::SlotTypeSummary
1096
+
1097
+ SlotTypeSummaryList.member = Shapes::ShapeRef.new(shape: SlotTypeSummary)
1098
+
1099
+ SlotTypeValue.add_member(:sample_value, Shapes::ShapeRef.new(shape: SampleValue, location_name: "sampleValue"))
1100
+ SlotTypeValue.add_member(:synonyms, Shapes::ShapeRef.new(shape: SynonymList, location_name: "synonyms"))
1101
+ SlotTypeValue.struct_class = Types::SlotTypeValue
1102
+
1103
+ SlotTypeValues.member = Shapes::ShapeRef.new(shape: SlotTypeValue)
1104
+
1105
+ SlotValueElicitationSetting.add_member(:default_value_specification, Shapes::ShapeRef.new(shape: SlotDefaultValueSpecification, location_name: "defaultValueSpecification"))
1106
+ SlotValueElicitationSetting.add_member(:slot_constraint, Shapes::ShapeRef.new(shape: SlotConstraint, required: true, location_name: "slotConstraint"))
1107
+ SlotValueElicitationSetting.add_member(:prompt_specification, Shapes::ShapeRef.new(shape: PromptSpecification, location_name: "promptSpecification"))
1108
+ SlotValueElicitationSetting.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: SampleUtterancesList, location_name: "sampleUtterances"))
1109
+ SlotValueElicitationSetting.add_member(:wait_and_continue_specification, Shapes::ShapeRef.new(shape: WaitAndContinueSpecification, location_name: "waitAndContinueSpecification"))
1110
+ SlotValueElicitationSetting.struct_class = Types::SlotValueElicitationSetting
1111
+
1112
+ SlotValueRegexFilter.add_member(:pattern, Shapes::ShapeRef.new(shape: RegexPattern, required: true, location_name: "pattern"))
1113
+ SlotValueRegexFilter.struct_class = Types::SlotValueRegexFilter
1114
+
1115
+ SlotValueSelectionSetting.add_member(:resolution_strategy, Shapes::ShapeRef.new(shape: SlotValueResolutionStrategy, required: true, location_name: "resolutionStrategy"))
1116
+ SlotValueSelectionSetting.add_member(:regex_filter, Shapes::ShapeRef.new(shape: SlotValueRegexFilter, location_name: "regexFilter"))
1117
+ SlotValueSelectionSetting.struct_class = Types::SlotValueSelectionSetting
1118
+
1119
+ StillWaitingResponseSpecification.add_member(:message_groups, Shapes::ShapeRef.new(shape: MessageGroupsList, required: true, location_name: "messageGroups"))
1120
+ StillWaitingResponseSpecification.add_member(:frequency_in_seconds, Shapes::ShapeRef.new(shape: StillWaitingResponseFrequency, required: true, location_name: "frequencyInSeconds"))
1121
+ StillWaitingResponseSpecification.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: StillWaitingResponseTimeout, required: true, location_name: "timeoutInSeconds"))
1122
+ StillWaitingResponseSpecification.add_member(:allow_interrupt, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "allowInterrupt"))
1123
+ StillWaitingResponseSpecification.struct_class = Types::StillWaitingResponseSpecification
1124
+
1125
+ SynonymList.member = Shapes::ShapeRef.new(shape: SampleValue)
1126
+
1127
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
1128
+
1129
+ TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
1130
+ TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
1131
+
1132
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "uri", location_name: "resourceARN"))
1133
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
1134
+ TagResourceRequest.struct_class = Types::TagResourceRequest
1135
+
1136
+ TagResourceResponse.struct_class = Types::TagResourceResponse
1137
+
1138
+ TextLogDestination.add_member(:cloud_watch, Shapes::ShapeRef.new(shape: CloudWatchLogGroupLogDestination, required: true, location_name: "cloudWatch"))
1139
+ TextLogDestination.struct_class = Types::TextLogDestination
1140
+
1141
+ TextLogSetting.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
1142
+ TextLogSetting.add_member(:destination, Shapes::ShapeRef.new(shape: TextLogDestination, required: true, location_name: "destination"))
1143
+ TextLogSetting.struct_class = Types::TextLogSetting
1144
+
1145
+ TextLogSettingsList.member = Shapes::ShapeRef.new(shape: TextLogSetting)
1146
+
1147
+ ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location: "header", location_name: "Retry-After"))
1148
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1149
+ ThrottlingException.struct_class = Types::ThrottlingException
1150
+
1151
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "uri", location_name: "resourceARN"))
1152
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
1153
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
1154
+
1155
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
1156
+
1157
+ UpdateBotAliasRequest.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, required: true, location: "uri", location_name: "botAliasId"))
1158
+ UpdateBotAliasRequest.add_member(:bot_alias_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "botAliasName"))
1159
+ UpdateBotAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1160
+ UpdateBotAliasRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
1161
+ UpdateBotAliasRequest.add_member(:bot_alias_locale_settings, Shapes::ShapeRef.new(shape: BotAliasLocaleSettingsMap, location_name: "botAliasLocaleSettings"))
1162
+ UpdateBotAliasRequest.add_member(:conversation_log_settings, Shapes::ShapeRef.new(shape: ConversationLogSettings, location_name: "conversationLogSettings"))
1163
+ UpdateBotAliasRequest.add_member(:sentiment_analysis_settings, Shapes::ShapeRef.new(shape: SentimentAnalysisSettings, location_name: "sentimentAnalysisSettings"))
1164
+ UpdateBotAliasRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1165
+ UpdateBotAliasRequest.struct_class = Types::UpdateBotAliasRequest
1166
+
1167
+ UpdateBotAliasResponse.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, location_name: "botAliasId"))
1168
+ UpdateBotAliasResponse.add_member(:bot_alias_name, Shapes::ShapeRef.new(shape: Name, location_name: "botAliasName"))
1169
+ UpdateBotAliasResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1170
+ UpdateBotAliasResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
1171
+ UpdateBotAliasResponse.add_member(:bot_alias_locale_settings, Shapes::ShapeRef.new(shape: BotAliasLocaleSettingsMap, location_name: "botAliasLocaleSettings"))
1172
+ UpdateBotAliasResponse.add_member(:conversation_log_settings, Shapes::ShapeRef.new(shape: ConversationLogSettings, location_name: "conversationLogSettings"))
1173
+ UpdateBotAliasResponse.add_member(:sentiment_analysis_settings, Shapes::ShapeRef.new(shape: SentimentAnalysisSettings, location_name: "sentimentAnalysisSettings"))
1174
+ UpdateBotAliasResponse.add_member(:bot_alias_status, Shapes::ShapeRef.new(shape: BotAliasStatus, location_name: "botAliasStatus"))
1175
+ UpdateBotAliasResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
1176
+ UpdateBotAliasResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1177
+ UpdateBotAliasResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1178
+ UpdateBotAliasResponse.struct_class = Types::UpdateBotAliasResponse
1179
+
1180
+ UpdateBotLocaleRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1181
+ UpdateBotLocaleRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
1182
+ UpdateBotLocaleRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
1183
+ UpdateBotLocaleRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1184
+ UpdateBotLocaleRequest.add_member(:nlu_intent_confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, required: true, location_name: "nluIntentConfidenceThreshold"))
1185
+ UpdateBotLocaleRequest.add_member(:voice_settings, Shapes::ShapeRef.new(shape: VoiceSettings, location_name: "voiceSettings"))
1186
+ UpdateBotLocaleRequest.struct_class = Types::UpdateBotLocaleRequest
1187
+
1188
+ UpdateBotLocaleResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
1189
+ UpdateBotLocaleResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
1190
+ UpdateBotLocaleResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1191
+ UpdateBotLocaleResponse.add_member(:locale_name, Shapes::ShapeRef.new(shape: LocaleName, location_name: "localeName"))
1192
+ UpdateBotLocaleResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1193
+ UpdateBotLocaleResponse.add_member(:nlu_intent_confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "nluIntentConfidenceThreshold"))
1194
+ UpdateBotLocaleResponse.add_member(:voice_settings, Shapes::ShapeRef.new(shape: VoiceSettings, location_name: "voiceSettings"))
1195
+ UpdateBotLocaleResponse.add_member(:bot_locale_status, Shapes::ShapeRef.new(shape: BotLocaleStatus, location_name: "botLocaleStatus"))
1196
+ UpdateBotLocaleResponse.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
1197
+ UpdateBotLocaleResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1198
+ UpdateBotLocaleResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1199
+ UpdateBotLocaleResponse.struct_class = Types::UpdateBotLocaleResponse
1200
+
1201
+ UpdateBotRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1202
+ UpdateBotRequest.add_member(:bot_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "botName"))
1203
+ UpdateBotRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1204
+ UpdateBotRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1205
+ UpdateBotRequest.add_member(:data_privacy, Shapes::ShapeRef.new(shape: DataPrivacy, required: true, location_name: "dataPrivacy"))
1206
+ UpdateBotRequest.add_member(:idle_session_ttl_in_seconds, Shapes::ShapeRef.new(shape: SessionTTL, required: true, location_name: "idleSessionTTLInSeconds"))
1207
+ UpdateBotRequest.struct_class = Types::UpdateBotRequest
1208
+
1209
+ UpdateBotResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
1210
+ UpdateBotResponse.add_member(:bot_name, Shapes::ShapeRef.new(shape: Name, location_name: "botName"))
1211
+ UpdateBotResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1212
+ UpdateBotResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
1213
+ UpdateBotResponse.add_member(:data_privacy, Shapes::ShapeRef.new(shape: DataPrivacy, location_name: "dataPrivacy"))
1214
+ UpdateBotResponse.add_member(:idle_session_ttl_in_seconds, Shapes::ShapeRef.new(shape: SessionTTL, location_name: "idleSessionTTLInSeconds"))
1215
+ UpdateBotResponse.add_member(:bot_status, Shapes::ShapeRef.new(shape: BotStatus, location_name: "botStatus"))
1216
+ UpdateBotResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1217
+ UpdateBotResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1218
+ UpdateBotResponse.struct_class = Types::UpdateBotResponse
1219
+
1220
+ UpdateIntentRequest.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "intentId"))
1221
+ UpdateIntentRequest.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "intentName"))
1222
+ UpdateIntentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1223
+ UpdateIntentRequest.add_member(:parent_intent_signature, Shapes::ShapeRef.new(shape: IntentSignature, location_name: "parentIntentSignature"))
1224
+ UpdateIntentRequest.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: SampleUtterancesList, location_name: "sampleUtterances"))
1225
+ UpdateIntentRequest.add_member(:dialog_code_hook, Shapes::ShapeRef.new(shape: DialogCodeHookSettings, location_name: "dialogCodeHook"))
1226
+ UpdateIntentRequest.add_member(:fulfillment_code_hook, Shapes::ShapeRef.new(shape: FulfillmentCodeHookSettings, location_name: "fulfillmentCodeHook"))
1227
+ UpdateIntentRequest.add_member(:slot_priorities, Shapes::ShapeRef.new(shape: SlotPrioritiesList, location_name: "slotPriorities"))
1228
+ UpdateIntentRequest.add_member(:intent_confirmation_setting, Shapes::ShapeRef.new(shape: IntentConfirmationSetting, location_name: "intentConfirmationSetting"))
1229
+ UpdateIntentRequest.add_member(:intent_closing_setting, Shapes::ShapeRef.new(shape: IntentClosingSetting, location_name: "intentClosingSetting"))
1230
+ UpdateIntentRequest.add_member(:input_contexts, Shapes::ShapeRef.new(shape: InputContextsList, location_name: "inputContexts"))
1231
+ UpdateIntentRequest.add_member(:output_contexts, Shapes::ShapeRef.new(shape: OutputContextsList, location_name: "outputContexts"))
1232
+ UpdateIntentRequest.add_member(:kendra_configuration, Shapes::ShapeRef.new(shape: KendraConfiguration, location_name: "kendraConfiguration"))
1233
+ UpdateIntentRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1234
+ UpdateIntentRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
1235
+ UpdateIntentRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
1236
+ UpdateIntentRequest.struct_class = Types::UpdateIntentRequest
1237
+
1238
+ UpdateIntentResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
1239
+ UpdateIntentResponse.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, location_name: "intentName"))
1240
+ UpdateIntentResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1241
+ UpdateIntentResponse.add_member(:parent_intent_signature, Shapes::ShapeRef.new(shape: IntentSignature, location_name: "parentIntentSignature"))
1242
+ UpdateIntentResponse.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: SampleUtterancesList, location_name: "sampleUtterances"))
1243
+ UpdateIntentResponse.add_member(:dialog_code_hook, Shapes::ShapeRef.new(shape: DialogCodeHookSettings, location_name: "dialogCodeHook"))
1244
+ UpdateIntentResponse.add_member(:fulfillment_code_hook, Shapes::ShapeRef.new(shape: FulfillmentCodeHookSettings, location_name: "fulfillmentCodeHook"))
1245
+ UpdateIntentResponse.add_member(:slot_priorities, Shapes::ShapeRef.new(shape: SlotPrioritiesList, location_name: "slotPriorities"))
1246
+ UpdateIntentResponse.add_member(:intent_confirmation_setting, Shapes::ShapeRef.new(shape: IntentConfirmationSetting, location_name: "intentConfirmationSetting"))
1247
+ UpdateIntentResponse.add_member(:intent_closing_setting, Shapes::ShapeRef.new(shape: IntentClosingSetting, location_name: "intentClosingSetting"))
1248
+ UpdateIntentResponse.add_member(:input_contexts, Shapes::ShapeRef.new(shape: InputContextsList, location_name: "inputContexts"))
1249
+ UpdateIntentResponse.add_member(:output_contexts, Shapes::ShapeRef.new(shape: OutputContextsList, location_name: "outputContexts"))
1250
+ UpdateIntentResponse.add_member(:kendra_configuration, Shapes::ShapeRef.new(shape: KendraConfiguration, location_name: "kendraConfiguration"))
1251
+ UpdateIntentResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
1252
+ UpdateIntentResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
1253
+ UpdateIntentResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1254
+ UpdateIntentResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1255
+ UpdateIntentResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1256
+ UpdateIntentResponse.struct_class = Types::UpdateIntentResponse
1257
+
1258
+ UpdateSlotRequest.add_member(:slot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "slotId"))
1259
+ UpdateSlotRequest.add_member(:slot_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "slotName"))
1260
+ UpdateSlotRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1261
+ UpdateSlotRequest.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: BuiltInOrCustomSlotTypeId, required: true, location_name: "slotTypeId"))
1262
+ UpdateSlotRequest.add_member(:value_elicitation_setting, Shapes::ShapeRef.new(shape: SlotValueElicitationSetting, required: true, location_name: "valueElicitationSetting"))
1263
+ UpdateSlotRequest.add_member(:obfuscation_setting, Shapes::ShapeRef.new(shape: ObfuscationSetting, location_name: "obfuscationSetting"))
1264
+ UpdateSlotRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1265
+ UpdateSlotRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
1266
+ UpdateSlotRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
1267
+ UpdateSlotRequest.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "intentId"))
1268
+ UpdateSlotRequest.struct_class = Types::UpdateSlotRequest
1269
+
1270
+ UpdateSlotResponse.add_member(:slot_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotId"))
1271
+ UpdateSlotResponse.add_member(:slot_name, Shapes::ShapeRef.new(shape: Name, location_name: "slotName"))
1272
+ UpdateSlotResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1273
+ UpdateSlotResponse.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: BuiltInOrCustomSlotTypeId, location_name: "slotTypeId"))
1274
+ UpdateSlotResponse.add_member(:value_elicitation_setting, Shapes::ShapeRef.new(shape: SlotValueElicitationSetting, location_name: "valueElicitationSetting"))
1275
+ UpdateSlotResponse.add_member(:obfuscation_setting, Shapes::ShapeRef.new(shape: ObfuscationSetting, location_name: "obfuscationSetting"))
1276
+ UpdateSlotResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
1277
+ UpdateSlotResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
1278
+ UpdateSlotResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1279
+ UpdateSlotResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
1280
+ UpdateSlotResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1281
+ UpdateSlotResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1282
+ UpdateSlotResponse.struct_class = Types::UpdateSlotResponse
1283
+
1284
+ UpdateSlotTypeRequest.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "slotTypeId"))
1285
+ UpdateSlotTypeRequest.add_member(:slot_type_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "slotTypeName"))
1286
+ UpdateSlotTypeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1287
+ UpdateSlotTypeRequest.add_member(:slot_type_values, Shapes::ShapeRef.new(shape: SlotTypeValues, location_name: "slotTypeValues"))
1288
+ UpdateSlotTypeRequest.add_member(:value_selection_setting, Shapes::ShapeRef.new(shape: SlotValueSelectionSetting, required: true, location_name: "valueSelectionSetting"))
1289
+ UpdateSlotTypeRequest.add_member(:parent_slot_type_signature, Shapes::ShapeRef.new(shape: SlotTypeSignature, location_name: "parentSlotTypeSignature"))
1290
+ UpdateSlotTypeRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1291
+ UpdateSlotTypeRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
1292
+ UpdateSlotTypeRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
1293
+ UpdateSlotTypeRequest.struct_class = Types::UpdateSlotTypeRequest
1294
+
1295
+ UpdateSlotTypeResponse.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotTypeId"))
1296
+ UpdateSlotTypeResponse.add_member(:slot_type_name, Shapes::ShapeRef.new(shape: Name, location_name: "slotTypeName"))
1297
+ UpdateSlotTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1298
+ UpdateSlotTypeResponse.add_member(:slot_type_values, Shapes::ShapeRef.new(shape: SlotTypeValues, location_name: "slotTypeValues"))
1299
+ UpdateSlotTypeResponse.add_member(:value_selection_setting, Shapes::ShapeRef.new(shape: SlotValueSelectionSetting, location_name: "valueSelectionSetting"))
1300
+ UpdateSlotTypeResponse.add_member(:parent_slot_type_signature, Shapes::ShapeRef.new(shape: SlotTypeSignature, location_name: "parentSlotTypeSignature"))
1301
+ UpdateSlotTypeResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
1302
+ UpdateSlotTypeResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
1303
+ UpdateSlotTypeResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1304
+ UpdateSlotTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1305
+ UpdateSlotTypeResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1306
+ UpdateSlotTypeResponse.struct_class = Types::UpdateSlotTypeResponse
1307
+
1308
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1309
+ ValidationException.struct_class = Types::ValidationException
1310
+
1311
+ VoiceSettings.add_member(:voice_id, Shapes::ShapeRef.new(shape: VoiceId, required: true, location_name: "voiceId"))
1312
+ VoiceSettings.struct_class = Types::VoiceSettings
1313
+
1314
+ WaitAndContinueSpecification.add_member(:waiting_response, Shapes::ShapeRef.new(shape: ResponseSpecification, required: true, location_name: "waitingResponse"))
1315
+ WaitAndContinueSpecification.add_member(:continue_response, Shapes::ShapeRef.new(shape: ResponseSpecification, required: true, location_name: "continueResponse"))
1316
+ WaitAndContinueSpecification.add_member(:still_waiting_response, Shapes::ShapeRef.new(shape: StillWaitingResponseSpecification, location_name: "stillWaitingResponse"))
1317
+ WaitAndContinueSpecification.struct_class = Types::WaitAndContinueSpecification
1318
+
1319
+
1320
+ # @api private
1321
+ API = Seahorse::Model::Api.new.tap do |api|
1322
+
1323
+ api.version = "2020-08-07"
1324
+
1325
+ api.metadata = {
1326
+ "apiVersion" => "2020-08-07",
1327
+ "endpointPrefix" => "models-v2-lex",
1328
+ "jsonVersion" => "1.1",
1329
+ "protocol" => "rest-json",
1330
+ "serviceAbbreviation" => "Lex Models V2",
1331
+ "serviceFullName" => "Amazon Lex Model Building V2",
1332
+ "serviceId" => "Lex Models V2",
1333
+ "signatureVersion" => "v4",
1334
+ "signingName" => "lex",
1335
+ "uid" => "models.lex.v2-2020-08-07",
1336
+ }
1337
+
1338
+ api.add_operation(:build_bot_locale, Seahorse::Model::Operation.new.tap do |o|
1339
+ o.name = "BuildBotLocale"
1340
+ o.http_method = "POST"
1341
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/"
1342
+ o.input = Shapes::ShapeRef.new(shape: BuildBotLocaleRequest)
1343
+ o.output = Shapes::ShapeRef.new(shape: BuildBotLocaleResponse)
1344
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1345
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1346
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1347
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1348
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1349
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1350
+ end)
1351
+
1352
+ api.add_operation(:create_bot, Seahorse::Model::Operation.new.tap do |o|
1353
+ o.name = "CreateBot"
1354
+ o.http_method = "PUT"
1355
+ o.http_request_uri = "/bots/"
1356
+ o.input = Shapes::ShapeRef.new(shape: CreateBotRequest)
1357
+ o.output = Shapes::ShapeRef.new(shape: CreateBotResponse)
1358
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1359
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1360
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1361
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1362
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1363
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1364
+ end)
1365
+
1366
+ api.add_operation(:create_bot_alias, Seahorse::Model::Operation.new.tap do |o|
1367
+ o.name = "CreateBotAlias"
1368
+ o.http_method = "PUT"
1369
+ o.http_request_uri = "/bots/{botId}/botaliases/"
1370
+ o.input = Shapes::ShapeRef.new(shape: CreateBotAliasRequest)
1371
+ o.output = Shapes::ShapeRef.new(shape: CreateBotAliasResponse)
1372
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1373
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1374
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1375
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1376
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1377
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1378
+ end)
1379
+
1380
+ api.add_operation(:create_bot_locale, Seahorse::Model::Operation.new.tap do |o|
1381
+ o.name = "CreateBotLocale"
1382
+ o.http_method = "PUT"
1383
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/"
1384
+ o.input = Shapes::ShapeRef.new(shape: CreateBotLocaleRequest)
1385
+ o.output = Shapes::ShapeRef.new(shape: CreateBotLocaleResponse)
1386
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1387
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1388
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1389
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1390
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1391
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1392
+ end)
1393
+
1394
+ api.add_operation(:create_bot_version, Seahorse::Model::Operation.new.tap do |o|
1395
+ o.name = "CreateBotVersion"
1396
+ o.http_method = "PUT"
1397
+ o.http_request_uri = "/bots/{botId}/botversions/"
1398
+ o.input = Shapes::ShapeRef.new(shape: CreateBotVersionRequest)
1399
+ o.output = Shapes::ShapeRef.new(shape: CreateBotVersionResponse)
1400
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1401
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1402
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1403
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1404
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1405
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1406
+ end)
1407
+
1408
+ api.add_operation(:create_intent, Seahorse::Model::Operation.new.tap do |o|
1409
+ o.name = "CreateIntent"
1410
+ o.http_method = "PUT"
1411
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/"
1412
+ o.input = Shapes::ShapeRef.new(shape: CreateIntentRequest)
1413
+ o.output = Shapes::ShapeRef.new(shape: CreateIntentResponse)
1414
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1415
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1416
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1417
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1418
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1419
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1420
+ end)
1421
+
1422
+ api.add_operation(:create_slot, Seahorse::Model::Operation.new.tap do |o|
1423
+ o.name = "CreateSlot"
1424
+ o.http_method = "PUT"
1425
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/"
1426
+ o.input = Shapes::ShapeRef.new(shape: CreateSlotRequest)
1427
+ o.output = Shapes::ShapeRef.new(shape: CreateSlotResponse)
1428
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1429
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1430
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1431
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1432
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1433
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1434
+ end)
1435
+
1436
+ api.add_operation(:create_slot_type, Seahorse::Model::Operation.new.tap do |o|
1437
+ o.name = "CreateSlotType"
1438
+ o.http_method = "PUT"
1439
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/"
1440
+ o.input = Shapes::ShapeRef.new(shape: CreateSlotTypeRequest)
1441
+ o.output = Shapes::ShapeRef.new(shape: CreateSlotTypeResponse)
1442
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1443
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1444
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1445
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1446
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1447
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1448
+ end)
1449
+
1450
+ api.add_operation(:delete_bot, Seahorse::Model::Operation.new.tap do |o|
1451
+ o.name = "DeleteBot"
1452
+ o.http_method = "DELETE"
1453
+ o.http_request_uri = "/bots/{botId}/"
1454
+ o.input = Shapes::ShapeRef.new(shape: DeleteBotRequest)
1455
+ o.output = Shapes::ShapeRef.new(shape: DeleteBotResponse)
1456
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1457
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1458
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1459
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1460
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1461
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1462
+ end)
1463
+
1464
+ api.add_operation(:delete_bot_alias, Seahorse::Model::Operation.new.tap do |o|
1465
+ o.name = "DeleteBotAlias"
1466
+ o.http_method = "DELETE"
1467
+ o.http_request_uri = "/bots/{botId}/botaliases/{botAliasId}/"
1468
+ o.input = Shapes::ShapeRef.new(shape: DeleteBotAliasRequest)
1469
+ o.output = Shapes::ShapeRef.new(shape: DeleteBotAliasResponse)
1470
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1471
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1472
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1473
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1474
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1475
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1476
+ end)
1477
+
1478
+ api.add_operation(:delete_bot_locale, Seahorse::Model::Operation.new.tap do |o|
1479
+ o.name = "DeleteBotLocale"
1480
+ o.http_method = "DELETE"
1481
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/"
1482
+ o.input = Shapes::ShapeRef.new(shape: DeleteBotLocaleRequest)
1483
+ o.output = Shapes::ShapeRef.new(shape: DeleteBotLocaleResponse)
1484
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1485
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1486
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1487
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1488
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1489
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1490
+ end)
1491
+
1492
+ api.add_operation(:delete_bot_version, Seahorse::Model::Operation.new.tap do |o|
1493
+ o.name = "DeleteBotVersion"
1494
+ o.http_method = "DELETE"
1495
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/"
1496
+ o.input = Shapes::ShapeRef.new(shape: DeleteBotVersionRequest)
1497
+ o.output = Shapes::ShapeRef.new(shape: DeleteBotVersionResponse)
1498
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1499
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1500
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1501
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1502
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1503
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1504
+ end)
1505
+
1506
+ api.add_operation(:delete_intent, Seahorse::Model::Operation.new.tap do |o|
1507
+ o.name = "DeleteIntent"
1508
+ o.http_method = "DELETE"
1509
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/"
1510
+ o.input = Shapes::ShapeRef.new(shape: DeleteIntentRequest)
1511
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1512
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1513
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1514
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1515
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1516
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1517
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1518
+ end)
1519
+
1520
+ api.add_operation(:delete_slot, Seahorse::Model::Operation.new.tap do |o|
1521
+ o.name = "DeleteSlot"
1522
+ o.http_method = "DELETE"
1523
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/{slotId}/"
1524
+ o.input = Shapes::ShapeRef.new(shape: DeleteSlotRequest)
1525
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1526
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1527
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1528
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1529
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1530
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1531
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1532
+ end)
1533
+
1534
+ api.add_operation(:delete_slot_type, Seahorse::Model::Operation.new.tap do |o|
1535
+ o.name = "DeleteSlotType"
1536
+ o.http_method = "DELETE"
1537
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/{slotTypeId}/"
1538
+ o.input = Shapes::ShapeRef.new(shape: DeleteSlotTypeRequest)
1539
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1540
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1541
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1542
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1543
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1544
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1545
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1546
+ end)
1547
+
1548
+ api.add_operation(:describe_bot, Seahorse::Model::Operation.new.tap do |o|
1549
+ o.name = "DescribeBot"
1550
+ o.http_method = "GET"
1551
+ o.http_request_uri = "/bots/{botId}/"
1552
+ o.input = Shapes::ShapeRef.new(shape: DescribeBotRequest)
1553
+ o.output = Shapes::ShapeRef.new(shape: DescribeBotResponse)
1554
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1555
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1556
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1557
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1558
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1559
+ end)
1560
+
1561
+ api.add_operation(:describe_bot_alias, Seahorse::Model::Operation.new.tap do |o|
1562
+ o.name = "DescribeBotAlias"
1563
+ o.http_method = "GET"
1564
+ o.http_request_uri = "/bots/{botId}/botaliases/{botAliasId}/"
1565
+ o.input = Shapes::ShapeRef.new(shape: DescribeBotAliasRequest)
1566
+ o.output = Shapes::ShapeRef.new(shape: DescribeBotAliasResponse)
1567
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1568
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1569
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1570
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1571
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1572
+ end)
1573
+
1574
+ api.add_operation(:describe_bot_locale, Seahorse::Model::Operation.new.tap do |o|
1575
+ o.name = "DescribeBotLocale"
1576
+ o.http_method = "GET"
1577
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/"
1578
+ o.input = Shapes::ShapeRef.new(shape: DescribeBotLocaleRequest)
1579
+ o.output = Shapes::ShapeRef.new(shape: DescribeBotLocaleResponse)
1580
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1581
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1582
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1583
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1584
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1585
+ end)
1586
+
1587
+ api.add_operation(:describe_bot_version, Seahorse::Model::Operation.new.tap do |o|
1588
+ o.name = "DescribeBotVersion"
1589
+ o.http_method = "GET"
1590
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/"
1591
+ o.input = Shapes::ShapeRef.new(shape: DescribeBotVersionRequest)
1592
+ o.output = Shapes::ShapeRef.new(shape: DescribeBotVersionResponse)
1593
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1594
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1595
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1596
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1597
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1598
+ end)
1599
+
1600
+ api.add_operation(:describe_intent, Seahorse::Model::Operation.new.tap do |o|
1601
+ o.name = "DescribeIntent"
1602
+ o.http_method = "GET"
1603
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/"
1604
+ o.input = Shapes::ShapeRef.new(shape: DescribeIntentRequest)
1605
+ o.output = Shapes::ShapeRef.new(shape: DescribeIntentResponse)
1606
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1607
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1608
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1609
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1610
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1611
+ end)
1612
+
1613
+ api.add_operation(:describe_slot, Seahorse::Model::Operation.new.tap do |o|
1614
+ o.name = "DescribeSlot"
1615
+ o.http_method = "GET"
1616
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/{slotId}/"
1617
+ o.input = Shapes::ShapeRef.new(shape: DescribeSlotRequest)
1618
+ o.output = Shapes::ShapeRef.new(shape: DescribeSlotResponse)
1619
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1620
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1621
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1622
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1623
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1624
+ end)
1625
+
1626
+ api.add_operation(:describe_slot_type, Seahorse::Model::Operation.new.tap do |o|
1627
+ o.name = "DescribeSlotType"
1628
+ o.http_method = "GET"
1629
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/{slotTypeId}/"
1630
+ o.input = Shapes::ShapeRef.new(shape: DescribeSlotTypeRequest)
1631
+ o.output = Shapes::ShapeRef.new(shape: DescribeSlotTypeResponse)
1632
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1633
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1634
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1635
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1636
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1637
+ end)
1638
+
1639
+ api.add_operation(:list_bot_aliases, Seahorse::Model::Operation.new.tap do |o|
1640
+ o.name = "ListBotAliases"
1641
+ o.http_method = "POST"
1642
+ o.http_request_uri = "/bots/{botId}/botaliases/"
1643
+ o.input = Shapes::ShapeRef.new(shape: ListBotAliasesRequest)
1644
+ o.output = Shapes::ShapeRef.new(shape: ListBotAliasesResponse)
1645
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1646
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1647
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1648
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1649
+ o[:pager] = Aws::Pager.new(
1650
+ limit_key: "max_results",
1651
+ tokens: {
1652
+ "next_token" => "next_token"
1653
+ }
1654
+ )
1655
+ end)
1656
+
1657
+ api.add_operation(:list_bot_locales, Seahorse::Model::Operation.new.tap do |o|
1658
+ o.name = "ListBotLocales"
1659
+ o.http_method = "POST"
1660
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/"
1661
+ o.input = Shapes::ShapeRef.new(shape: ListBotLocalesRequest)
1662
+ o.output = Shapes::ShapeRef.new(shape: ListBotLocalesResponse)
1663
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1664
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1665
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1666
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1667
+ o[:pager] = Aws::Pager.new(
1668
+ limit_key: "max_results",
1669
+ tokens: {
1670
+ "next_token" => "next_token"
1671
+ }
1672
+ )
1673
+ end)
1674
+
1675
+ api.add_operation(:list_bot_versions, Seahorse::Model::Operation.new.tap do |o|
1676
+ o.name = "ListBotVersions"
1677
+ o.http_method = "POST"
1678
+ o.http_request_uri = "/bots/{botId}/botversions/"
1679
+ o.input = Shapes::ShapeRef.new(shape: ListBotVersionsRequest)
1680
+ o.output = Shapes::ShapeRef.new(shape: ListBotVersionsResponse)
1681
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1682
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1683
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1684
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1685
+ o[:pager] = Aws::Pager.new(
1686
+ limit_key: "max_results",
1687
+ tokens: {
1688
+ "next_token" => "next_token"
1689
+ }
1690
+ )
1691
+ end)
1692
+
1693
+ api.add_operation(:list_bots, Seahorse::Model::Operation.new.tap do |o|
1694
+ o.name = "ListBots"
1695
+ o.http_method = "POST"
1696
+ o.http_request_uri = "/bots/"
1697
+ o.input = Shapes::ShapeRef.new(shape: ListBotsRequest)
1698
+ o.output = Shapes::ShapeRef.new(shape: ListBotsResponse)
1699
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1700
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1701
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1702
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1703
+ o[:pager] = Aws::Pager.new(
1704
+ limit_key: "max_results",
1705
+ tokens: {
1706
+ "next_token" => "next_token"
1707
+ }
1708
+ )
1709
+ end)
1710
+
1711
+ api.add_operation(:list_built_in_intents, Seahorse::Model::Operation.new.tap do |o|
1712
+ o.name = "ListBuiltInIntents"
1713
+ o.http_method = "POST"
1714
+ o.http_request_uri = "/builtins/locales/{localeId}/intents/"
1715
+ o.input = Shapes::ShapeRef.new(shape: ListBuiltInIntentsRequest)
1716
+ o.output = Shapes::ShapeRef.new(shape: ListBuiltInIntentsResponse)
1717
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1718
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1719
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1720
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1721
+ o[:pager] = Aws::Pager.new(
1722
+ limit_key: "max_results",
1723
+ tokens: {
1724
+ "next_token" => "next_token"
1725
+ }
1726
+ )
1727
+ end)
1728
+
1729
+ api.add_operation(:list_built_in_slot_types, Seahorse::Model::Operation.new.tap do |o|
1730
+ o.name = "ListBuiltInSlotTypes"
1731
+ o.http_method = "POST"
1732
+ o.http_request_uri = "/builtins/locales/{localeId}/slottypes/"
1733
+ o.input = Shapes::ShapeRef.new(shape: ListBuiltInSlotTypesRequest)
1734
+ o.output = Shapes::ShapeRef.new(shape: ListBuiltInSlotTypesResponse)
1735
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1736
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1737
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1738
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1739
+ o[:pager] = Aws::Pager.new(
1740
+ limit_key: "max_results",
1741
+ tokens: {
1742
+ "next_token" => "next_token"
1743
+ }
1744
+ )
1745
+ end)
1746
+
1747
+ api.add_operation(:list_intents, Seahorse::Model::Operation.new.tap do |o|
1748
+ o.name = "ListIntents"
1749
+ o.http_method = "POST"
1750
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/"
1751
+ o.input = Shapes::ShapeRef.new(shape: ListIntentsRequest)
1752
+ o.output = Shapes::ShapeRef.new(shape: ListIntentsResponse)
1753
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1754
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1755
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1756
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1757
+ o[:pager] = Aws::Pager.new(
1758
+ limit_key: "max_results",
1759
+ tokens: {
1760
+ "next_token" => "next_token"
1761
+ }
1762
+ )
1763
+ end)
1764
+
1765
+ api.add_operation(:list_slot_types, Seahorse::Model::Operation.new.tap do |o|
1766
+ o.name = "ListSlotTypes"
1767
+ o.http_method = "POST"
1768
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/"
1769
+ o.input = Shapes::ShapeRef.new(shape: ListSlotTypesRequest)
1770
+ o.output = Shapes::ShapeRef.new(shape: ListSlotTypesResponse)
1771
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1772
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1773
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1774
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1775
+ o[:pager] = Aws::Pager.new(
1776
+ limit_key: "max_results",
1777
+ tokens: {
1778
+ "next_token" => "next_token"
1779
+ }
1780
+ )
1781
+ end)
1782
+
1783
+ api.add_operation(:list_slots, Seahorse::Model::Operation.new.tap do |o|
1784
+ o.name = "ListSlots"
1785
+ o.http_method = "POST"
1786
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/"
1787
+ o.input = Shapes::ShapeRef.new(shape: ListSlotsRequest)
1788
+ o.output = Shapes::ShapeRef.new(shape: ListSlotsResponse)
1789
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1790
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1791
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1792
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1793
+ o[:pager] = Aws::Pager.new(
1794
+ limit_key: "max_results",
1795
+ tokens: {
1796
+ "next_token" => "next_token"
1797
+ }
1798
+ )
1799
+ end)
1800
+
1801
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1802
+ o.name = "ListTagsForResource"
1803
+ o.http_method = "GET"
1804
+ o.http_request_uri = "/tags/{resourceARN}"
1805
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1806
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1807
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1808
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1809
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1810
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1811
+ end)
1812
+
1813
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1814
+ o.name = "TagResource"
1815
+ o.http_method = "POST"
1816
+ o.http_request_uri = "/tags/{resourceARN}"
1817
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1818
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1819
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1820
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1821
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1822
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1823
+ end)
1824
+
1825
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1826
+ o.name = "UntagResource"
1827
+ o.http_method = "DELETE"
1828
+ o.http_request_uri = "/tags/{resourceARN}"
1829
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1830
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1831
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1832
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1833
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1834
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1835
+ end)
1836
+
1837
+ api.add_operation(:update_bot, Seahorse::Model::Operation.new.tap do |o|
1838
+ o.name = "UpdateBot"
1839
+ o.http_method = "PUT"
1840
+ o.http_request_uri = "/bots/{botId}/"
1841
+ o.input = Shapes::ShapeRef.new(shape: UpdateBotRequest)
1842
+ o.output = Shapes::ShapeRef.new(shape: UpdateBotResponse)
1843
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1844
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1845
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1846
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1847
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1848
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1849
+ end)
1850
+
1851
+ api.add_operation(:update_bot_alias, Seahorse::Model::Operation.new.tap do |o|
1852
+ o.name = "UpdateBotAlias"
1853
+ o.http_method = "PUT"
1854
+ o.http_request_uri = "/bots/{botId}/botaliases/{botAliasId}/"
1855
+ o.input = Shapes::ShapeRef.new(shape: UpdateBotAliasRequest)
1856
+ o.output = Shapes::ShapeRef.new(shape: UpdateBotAliasResponse)
1857
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1858
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1859
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1860
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1861
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1862
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1863
+ end)
1864
+
1865
+ api.add_operation(:update_bot_locale, Seahorse::Model::Operation.new.tap do |o|
1866
+ o.name = "UpdateBotLocale"
1867
+ o.http_method = "PUT"
1868
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/"
1869
+ o.input = Shapes::ShapeRef.new(shape: UpdateBotLocaleRequest)
1870
+ o.output = Shapes::ShapeRef.new(shape: UpdateBotLocaleResponse)
1871
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1872
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1873
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1874
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1875
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1876
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1877
+ end)
1878
+
1879
+ api.add_operation(:update_intent, Seahorse::Model::Operation.new.tap do |o|
1880
+ o.name = "UpdateIntent"
1881
+ o.http_method = "PUT"
1882
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/"
1883
+ o.input = Shapes::ShapeRef.new(shape: UpdateIntentRequest)
1884
+ o.output = Shapes::ShapeRef.new(shape: UpdateIntentResponse)
1885
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1886
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1887
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1888
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1889
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1890
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1891
+ end)
1892
+
1893
+ api.add_operation(:update_slot, Seahorse::Model::Operation.new.tap do |o|
1894
+ o.name = "UpdateSlot"
1895
+ o.http_method = "PUT"
1896
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/{slotId}/"
1897
+ o.input = Shapes::ShapeRef.new(shape: UpdateSlotRequest)
1898
+ o.output = Shapes::ShapeRef.new(shape: UpdateSlotResponse)
1899
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1900
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1901
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1902
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1903
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1904
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1905
+ end)
1906
+
1907
+ api.add_operation(:update_slot_type, Seahorse::Model::Operation.new.tap do |o|
1908
+ o.name = "UpdateSlotType"
1909
+ o.http_method = "PUT"
1910
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/{slotTypeId}/"
1911
+ o.input = Shapes::ShapeRef.new(shape: UpdateSlotTypeRequest)
1912
+ o.output = Shapes::ShapeRef.new(shape: UpdateSlotTypeResponse)
1913
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1914
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1915
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1916
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1917
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1918
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1919
+ end)
1920
+ end
1921
+
1922
+ end
1923
+ end