aws-sdk-lexmodelbuildingservice 1.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1119 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::LexModelBuildingService
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ AliasName = Shapes::StringShape.new(name: 'AliasName')
15
+ AliasNameOrListAll = Shapes::StringShape.new(name: 'AliasNameOrListAll')
16
+ BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
17
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
18
+ BotAliasMetadata = Shapes::StructureShape.new(name: 'BotAliasMetadata')
19
+ BotAliasMetadataList = Shapes::ListShape.new(name: 'BotAliasMetadataList')
20
+ BotChannelAssociation = Shapes::StructureShape.new(name: 'BotChannelAssociation')
21
+ BotChannelAssociationList = Shapes::ListShape.new(name: 'BotChannelAssociationList')
22
+ BotChannelName = Shapes::StringShape.new(name: 'BotChannelName')
23
+ BotMetadata = Shapes::StructureShape.new(name: 'BotMetadata')
24
+ BotMetadataList = Shapes::ListShape.new(name: 'BotMetadataList')
25
+ BotName = Shapes::StringShape.new(name: 'BotName')
26
+ BotVersions = Shapes::ListShape.new(name: 'BotVersions')
27
+ BuiltinIntentMetadata = Shapes::StructureShape.new(name: 'BuiltinIntentMetadata')
28
+ BuiltinIntentMetadataList = Shapes::ListShape.new(name: 'BuiltinIntentMetadataList')
29
+ BuiltinIntentSignature = Shapes::StringShape.new(name: 'BuiltinIntentSignature')
30
+ BuiltinIntentSlot = Shapes::StructureShape.new(name: 'BuiltinIntentSlot')
31
+ BuiltinIntentSlotList = Shapes::ListShape.new(name: 'BuiltinIntentSlotList')
32
+ BuiltinSlotTypeMetadata = Shapes::StructureShape.new(name: 'BuiltinSlotTypeMetadata')
33
+ BuiltinSlotTypeMetadataList = Shapes::ListShape.new(name: 'BuiltinSlotTypeMetadataList')
34
+ BuiltinSlotTypeSignature = Shapes::StringShape.new(name: 'BuiltinSlotTypeSignature')
35
+ ChannelConfigurationMap = Shapes::MapShape.new(name: 'ChannelConfigurationMap')
36
+ ChannelType = Shapes::StringShape.new(name: 'ChannelType')
37
+ CodeHook = Shapes::StructureShape.new(name: 'CodeHook')
38
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
39
+ ContentString = Shapes::StringShape.new(name: 'ContentString')
40
+ ContentType = Shapes::StringShape.new(name: 'ContentType')
41
+ Count = Shapes::IntegerShape.new(name: 'Count')
42
+ CreateBotVersionRequest = Shapes::StructureShape.new(name: 'CreateBotVersionRequest')
43
+ CreateBotVersionResponse = Shapes::StructureShape.new(name: 'CreateBotVersionResponse')
44
+ CreateIntentVersionRequest = Shapes::StructureShape.new(name: 'CreateIntentVersionRequest')
45
+ CreateIntentVersionResponse = Shapes::StructureShape.new(name: 'CreateIntentVersionResponse')
46
+ CreateSlotTypeVersionRequest = Shapes::StructureShape.new(name: 'CreateSlotTypeVersionRequest')
47
+ CreateSlotTypeVersionResponse = Shapes::StructureShape.new(name: 'CreateSlotTypeVersionResponse')
48
+ CustomOrBuiltinSlotTypeName = Shapes::StringShape.new(name: 'CustomOrBuiltinSlotTypeName')
49
+ DeleteBotAliasRequest = Shapes::StructureShape.new(name: 'DeleteBotAliasRequest')
50
+ DeleteBotChannelAssociationRequest = Shapes::StructureShape.new(name: 'DeleteBotChannelAssociationRequest')
51
+ DeleteBotRequest = Shapes::StructureShape.new(name: 'DeleteBotRequest')
52
+ DeleteIntentRequest = Shapes::StructureShape.new(name: 'DeleteIntentRequest')
53
+ DeleteSlotTypeRequest = Shapes::StructureShape.new(name: 'DeleteSlotTypeRequest')
54
+ DeleteUtterancesRequest = Shapes::StructureShape.new(name: 'DeleteUtterancesRequest')
55
+ Description = Shapes::StringShape.new(name: 'Description')
56
+ EnumerationValue = Shapes::StructureShape.new(name: 'EnumerationValue')
57
+ EnumerationValues = Shapes::ListShape.new(name: 'EnumerationValues')
58
+ FollowUpPrompt = Shapes::StructureShape.new(name: 'FollowUpPrompt')
59
+ FulfillmentActivity = Shapes::StructureShape.new(name: 'FulfillmentActivity')
60
+ FulfillmentActivityType = Shapes::StringShape.new(name: 'FulfillmentActivityType')
61
+ GetBotAliasRequest = Shapes::StructureShape.new(name: 'GetBotAliasRequest')
62
+ GetBotAliasResponse = Shapes::StructureShape.new(name: 'GetBotAliasResponse')
63
+ GetBotAliasesRequest = Shapes::StructureShape.new(name: 'GetBotAliasesRequest')
64
+ GetBotAliasesResponse = Shapes::StructureShape.new(name: 'GetBotAliasesResponse')
65
+ GetBotChannelAssociationRequest = Shapes::StructureShape.new(name: 'GetBotChannelAssociationRequest')
66
+ GetBotChannelAssociationResponse = Shapes::StructureShape.new(name: 'GetBotChannelAssociationResponse')
67
+ GetBotChannelAssociationsRequest = Shapes::StructureShape.new(name: 'GetBotChannelAssociationsRequest')
68
+ GetBotChannelAssociationsResponse = Shapes::StructureShape.new(name: 'GetBotChannelAssociationsResponse')
69
+ GetBotRequest = Shapes::StructureShape.new(name: 'GetBotRequest')
70
+ GetBotResponse = Shapes::StructureShape.new(name: 'GetBotResponse')
71
+ GetBotVersionsRequest = Shapes::StructureShape.new(name: 'GetBotVersionsRequest')
72
+ GetBotVersionsResponse = Shapes::StructureShape.new(name: 'GetBotVersionsResponse')
73
+ GetBotsRequest = Shapes::StructureShape.new(name: 'GetBotsRequest')
74
+ GetBotsResponse = Shapes::StructureShape.new(name: 'GetBotsResponse')
75
+ GetBuiltinIntentRequest = Shapes::StructureShape.new(name: 'GetBuiltinIntentRequest')
76
+ GetBuiltinIntentResponse = Shapes::StructureShape.new(name: 'GetBuiltinIntentResponse')
77
+ GetBuiltinIntentsRequest = Shapes::StructureShape.new(name: 'GetBuiltinIntentsRequest')
78
+ GetBuiltinIntentsResponse = Shapes::StructureShape.new(name: 'GetBuiltinIntentsResponse')
79
+ GetBuiltinSlotTypesRequest = Shapes::StructureShape.new(name: 'GetBuiltinSlotTypesRequest')
80
+ GetBuiltinSlotTypesResponse = Shapes::StructureShape.new(name: 'GetBuiltinSlotTypesResponse')
81
+ GetIntentRequest = Shapes::StructureShape.new(name: 'GetIntentRequest')
82
+ GetIntentResponse = Shapes::StructureShape.new(name: 'GetIntentResponse')
83
+ GetIntentVersionsRequest = Shapes::StructureShape.new(name: 'GetIntentVersionsRequest')
84
+ GetIntentVersionsResponse = Shapes::StructureShape.new(name: 'GetIntentVersionsResponse')
85
+ GetIntentsRequest = Shapes::StructureShape.new(name: 'GetIntentsRequest')
86
+ GetIntentsResponse = Shapes::StructureShape.new(name: 'GetIntentsResponse')
87
+ GetSlotTypeRequest = Shapes::StructureShape.new(name: 'GetSlotTypeRequest')
88
+ GetSlotTypeResponse = Shapes::StructureShape.new(name: 'GetSlotTypeResponse')
89
+ GetSlotTypeVersionsRequest = Shapes::StructureShape.new(name: 'GetSlotTypeVersionsRequest')
90
+ GetSlotTypeVersionsResponse = Shapes::StructureShape.new(name: 'GetSlotTypeVersionsResponse')
91
+ GetSlotTypesRequest = Shapes::StructureShape.new(name: 'GetSlotTypesRequest')
92
+ GetSlotTypesResponse = Shapes::StructureShape.new(name: 'GetSlotTypesResponse')
93
+ GetUtterancesViewRequest = Shapes::StructureShape.new(name: 'GetUtterancesViewRequest')
94
+ GetUtterancesViewResponse = Shapes::StructureShape.new(name: 'GetUtterancesViewResponse')
95
+ Intent = Shapes::StructureShape.new(name: 'Intent')
96
+ IntentList = Shapes::ListShape.new(name: 'IntentList')
97
+ IntentMetadata = Shapes::StructureShape.new(name: 'IntentMetadata')
98
+ IntentMetadataList = Shapes::ListShape.new(name: 'IntentMetadataList')
99
+ IntentName = Shapes::StringShape.new(name: 'IntentName')
100
+ IntentUtteranceList = Shapes::ListShape.new(name: 'IntentUtteranceList')
101
+ InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
102
+ LambdaARN = Shapes::StringShape.new(name: 'LambdaARN')
103
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
104
+ ListOfUtterance = Shapes::ListShape.new(name: 'ListOfUtterance')
105
+ ListsOfUtterances = Shapes::ListShape.new(name: 'ListsOfUtterances')
106
+ Locale = Shapes::StringShape.new(name: 'Locale')
107
+ LocaleList = Shapes::ListShape.new(name: 'LocaleList')
108
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
109
+ Message = Shapes::StructureShape.new(name: 'Message')
110
+ MessageList = Shapes::ListShape.new(name: 'MessageList')
111
+ MessageVersion = Shapes::StringShape.new(name: 'MessageVersion')
112
+ Name = Shapes::StringShape.new(name: 'Name')
113
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
114
+ NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
115
+ PreconditionFailedException = Shapes::StructureShape.new(name: 'PreconditionFailedException')
116
+ Priority = Shapes::IntegerShape.new(name: 'Priority')
117
+ ProcessBehavior = Shapes::StringShape.new(name: 'ProcessBehavior')
118
+ Prompt = Shapes::StructureShape.new(name: 'Prompt')
119
+ PromptMaxAttempts = Shapes::IntegerShape.new(name: 'PromptMaxAttempts')
120
+ PutBotAliasRequest = Shapes::StructureShape.new(name: 'PutBotAliasRequest')
121
+ PutBotAliasResponse = Shapes::StructureShape.new(name: 'PutBotAliasResponse')
122
+ PutBotRequest = Shapes::StructureShape.new(name: 'PutBotRequest')
123
+ PutBotResponse = Shapes::StructureShape.new(name: 'PutBotResponse')
124
+ PutIntentRequest = Shapes::StructureShape.new(name: 'PutIntentRequest')
125
+ PutIntentResponse = Shapes::StructureShape.new(name: 'PutIntentResponse')
126
+ PutSlotTypeRequest = Shapes::StructureShape.new(name: 'PutSlotTypeRequest')
127
+ PutSlotTypeResponse = Shapes::StructureShape.new(name: 'PutSlotTypeResponse')
128
+ ReferenceType = Shapes::StringShape.new(name: 'ReferenceType')
129
+ ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
130
+ ResourceReference = Shapes::StructureShape.new(name: 'ResourceReference')
131
+ ResponseCard = Shapes::StringShape.new(name: 'ResponseCard')
132
+ SessionTTL = Shapes::IntegerShape.new(name: 'SessionTTL')
133
+ Slot = Shapes::StructureShape.new(name: 'Slot')
134
+ SlotConstraint = Shapes::StringShape.new(name: 'SlotConstraint')
135
+ SlotList = Shapes::ListShape.new(name: 'SlotList')
136
+ SlotName = Shapes::StringShape.new(name: 'SlotName')
137
+ SlotTypeMetadata = Shapes::StructureShape.new(name: 'SlotTypeMetadata')
138
+ SlotTypeMetadataList = Shapes::ListShape.new(name: 'SlotTypeMetadataList')
139
+ SlotTypeName = Shapes::StringShape.new(name: 'SlotTypeName')
140
+ SlotUtteranceList = Shapes::ListShape.new(name: 'SlotUtteranceList')
141
+ Statement = Shapes::StructureShape.new(name: 'Statement')
142
+ Status = Shapes::StringShape.new(name: 'Status')
143
+ StatusType = Shapes::StringShape.new(name: 'StatusType')
144
+ String = Shapes::StringShape.new(name: 'String')
145
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
146
+ UserId = Shapes::StringShape.new(name: 'UserId')
147
+ Utterance = Shapes::StringShape.new(name: 'Utterance')
148
+ UtteranceData = Shapes::StructureShape.new(name: 'UtteranceData')
149
+ UtteranceList = Shapes::StructureShape.new(name: 'UtteranceList')
150
+ UtteranceString = Shapes::StringShape.new(name: 'UtteranceString')
151
+ Value = Shapes::StringShape.new(name: 'Value')
152
+ Version = Shapes::StringShape.new(name: 'Version')
153
+
154
+ BotAliasMetadata.add_member(:name, Shapes::ShapeRef.new(shape: AliasName, location_name: "name"))
155
+ BotAliasMetadata.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
156
+ BotAliasMetadata.add_member(:bot_version, Shapes::ShapeRef.new(shape: Version, location_name: "botVersion"))
157
+ BotAliasMetadata.add_member(:bot_name, Shapes::ShapeRef.new(shape: BotName, location_name: "botName"))
158
+ BotAliasMetadata.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
159
+ BotAliasMetadata.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
160
+ BotAliasMetadata.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
161
+ BotAliasMetadata.struct_class = Types::BotAliasMetadata
162
+
163
+ BotAliasMetadataList.member = Shapes::ShapeRef.new(shape: BotAliasMetadata)
164
+
165
+ BotChannelAssociation.add_member(:name, Shapes::ShapeRef.new(shape: BotChannelName, location_name: "name"))
166
+ BotChannelAssociation.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
167
+ BotChannelAssociation.add_member(:bot_alias, Shapes::ShapeRef.new(shape: AliasName, location_name: "botAlias"))
168
+ BotChannelAssociation.add_member(:bot_name, Shapes::ShapeRef.new(shape: BotName, location_name: "botName"))
169
+ BotChannelAssociation.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
170
+ BotChannelAssociation.add_member(:type, Shapes::ShapeRef.new(shape: ChannelType, location_name: "type"))
171
+ BotChannelAssociation.add_member(:bot_configuration, Shapes::ShapeRef.new(shape: ChannelConfigurationMap, location_name: "botConfiguration"))
172
+ BotChannelAssociation.struct_class = Types::BotChannelAssociation
173
+
174
+ BotChannelAssociationList.member = Shapes::ShapeRef.new(shape: BotChannelAssociation)
175
+
176
+ BotMetadata.add_member(:name, Shapes::ShapeRef.new(shape: BotName, location_name: "name"))
177
+ BotMetadata.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
178
+ BotMetadata.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
179
+ BotMetadata.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
180
+ BotMetadata.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
181
+ BotMetadata.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
182
+ BotMetadata.struct_class = Types::BotMetadata
183
+
184
+ BotMetadataList.member = Shapes::ShapeRef.new(shape: BotMetadata)
185
+
186
+ BotVersions.member = Shapes::ShapeRef.new(shape: Version)
187
+
188
+ BuiltinIntentMetadata.add_member(:signature, Shapes::ShapeRef.new(shape: BuiltinIntentSignature, location_name: "signature"))
189
+ BuiltinIntentMetadata.add_member(:supported_locales, Shapes::ShapeRef.new(shape: LocaleList, location_name: "supportedLocales"))
190
+ BuiltinIntentMetadata.struct_class = Types::BuiltinIntentMetadata
191
+
192
+ BuiltinIntentMetadataList.member = Shapes::ShapeRef.new(shape: BuiltinIntentMetadata)
193
+
194
+ BuiltinIntentSlot.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
195
+ BuiltinIntentSlot.struct_class = Types::BuiltinIntentSlot
196
+
197
+ BuiltinIntentSlotList.member = Shapes::ShapeRef.new(shape: BuiltinIntentSlot)
198
+
199
+ BuiltinSlotTypeMetadata.add_member(:signature, Shapes::ShapeRef.new(shape: BuiltinSlotTypeSignature, location_name: "signature"))
200
+ BuiltinSlotTypeMetadata.add_member(:supported_locales, Shapes::ShapeRef.new(shape: LocaleList, location_name: "supportedLocales"))
201
+ BuiltinSlotTypeMetadata.struct_class = Types::BuiltinSlotTypeMetadata
202
+
203
+ BuiltinSlotTypeMetadataList.member = Shapes::ShapeRef.new(shape: BuiltinSlotTypeMetadata)
204
+
205
+ ChannelConfigurationMap.key = Shapes::ShapeRef.new(shape: String)
206
+ ChannelConfigurationMap.value = Shapes::ShapeRef.new(shape: String)
207
+
208
+ CodeHook.add_member(:uri, Shapes::ShapeRef.new(shape: LambdaARN, required: true, location_name: "uri"))
209
+ CodeHook.add_member(:message_version, Shapes::ShapeRef.new(shape: MessageVersion, required: true, location_name: "messageVersion"))
210
+ CodeHook.struct_class = Types::CodeHook
211
+
212
+ CreateBotVersionRequest.add_member(:name, Shapes::ShapeRef.new(shape: BotName, required: true, location: "uri", location_name: "name"))
213
+ CreateBotVersionRequest.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
214
+ CreateBotVersionRequest.struct_class = Types::CreateBotVersionRequest
215
+
216
+ CreateBotVersionResponse.add_member(:name, Shapes::ShapeRef.new(shape: BotName, location_name: "name"))
217
+ CreateBotVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
218
+ CreateBotVersionResponse.add_member(:intents, Shapes::ShapeRef.new(shape: IntentList, location_name: "intents"))
219
+ CreateBotVersionResponse.add_member(:clarification_prompt, Shapes::ShapeRef.new(shape: Prompt, location_name: "clarificationPrompt"))
220
+ CreateBotVersionResponse.add_member(:abort_statement, Shapes::ShapeRef.new(shape: Statement, location_name: "abortStatement"))
221
+ CreateBotVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
222
+ CreateBotVersionResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
223
+ CreateBotVersionResponse.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
224
+ CreateBotVersionResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
225
+ CreateBotVersionResponse.add_member(:idle_session_ttl_in_seconds, Shapes::ShapeRef.new(shape: SessionTTL, location_name: "idleSessionTTLInSeconds"))
226
+ CreateBotVersionResponse.add_member(:voice_id, Shapes::ShapeRef.new(shape: String, location_name: "voiceId"))
227
+ CreateBotVersionResponse.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
228
+ CreateBotVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
229
+ CreateBotVersionResponse.add_member(:locale, Shapes::ShapeRef.new(shape: Locale, location_name: "locale"))
230
+ CreateBotVersionResponse.add_member(:child_directed, Shapes::ShapeRef.new(shape: Boolean, location_name: "childDirected"))
231
+ CreateBotVersionResponse.struct_class = Types::CreateBotVersionResponse
232
+
233
+ CreateIntentVersionRequest.add_member(:name, Shapes::ShapeRef.new(shape: IntentName, required: true, location: "uri", location_name: "name"))
234
+ CreateIntentVersionRequest.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
235
+ CreateIntentVersionRequest.struct_class = Types::CreateIntentVersionRequest
236
+
237
+ CreateIntentVersionResponse.add_member(:name, Shapes::ShapeRef.new(shape: IntentName, location_name: "name"))
238
+ CreateIntentVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
239
+ CreateIntentVersionResponse.add_member(:slots, Shapes::ShapeRef.new(shape: SlotList, location_name: "slots"))
240
+ CreateIntentVersionResponse.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: IntentUtteranceList, location_name: "sampleUtterances"))
241
+ CreateIntentVersionResponse.add_member(:confirmation_prompt, Shapes::ShapeRef.new(shape: Prompt, location_name: "confirmationPrompt"))
242
+ CreateIntentVersionResponse.add_member(:rejection_statement, Shapes::ShapeRef.new(shape: Statement, location_name: "rejectionStatement"))
243
+ CreateIntentVersionResponse.add_member(:follow_up_prompt, Shapes::ShapeRef.new(shape: FollowUpPrompt, location_name: "followUpPrompt"))
244
+ CreateIntentVersionResponse.add_member(:conclusion_statement, Shapes::ShapeRef.new(shape: Statement, location_name: "conclusionStatement"))
245
+ CreateIntentVersionResponse.add_member(:dialog_code_hook, Shapes::ShapeRef.new(shape: CodeHook, location_name: "dialogCodeHook"))
246
+ CreateIntentVersionResponse.add_member(:fulfillment_activity, Shapes::ShapeRef.new(shape: FulfillmentActivity, location_name: "fulfillmentActivity"))
247
+ CreateIntentVersionResponse.add_member(:parent_intent_signature, Shapes::ShapeRef.new(shape: BuiltinIntentSignature, location_name: "parentIntentSignature"))
248
+ CreateIntentVersionResponse.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
249
+ CreateIntentVersionResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
250
+ CreateIntentVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
251
+ CreateIntentVersionResponse.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
252
+ CreateIntentVersionResponse.struct_class = Types::CreateIntentVersionResponse
253
+
254
+ CreateSlotTypeVersionRequest.add_member(:name, Shapes::ShapeRef.new(shape: SlotTypeName, required: true, location: "uri", location_name: "name"))
255
+ CreateSlotTypeVersionRequest.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
256
+ CreateSlotTypeVersionRequest.struct_class = Types::CreateSlotTypeVersionRequest
257
+
258
+ CreateSlotTypeVersionResponse.add_member(:name, Shapes::ShapeRef.new(shape: SlotTypeName, location_name: "name"))
259
+ CreateSlotTypeVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
260
+ CreateSlotTypeVersionResponse.add_member(:enumeration_values, Shapes::ShapeRef.new(shape: EnumerationValues, location_name: "enumerationValues"))
261
+ CreateSlotTypeVersionResponse.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
262
+ CreateSlotTypeVersionResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
263
+ CreateSlotTypeVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
264
+ CreateSlotTypeVersionResponse.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
265
+ CreateSlotTypeVersionResponse.struct_class = Types::CreateSlotTypeVersionResponse
266
+
267
+ DeleteBotAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: AliasName, required: true, location: "uri", location_name: "name"))
268
+ DeleteBotAliasRequest.add_member(:bot_name, Shapes::ShapeRef.new(shape: BotName, required: true, location: "uri", location_name: "botName"))
269
+ DeleteBotAliasRequest.struct_class = Types::DeleteBotAliasRequest
270
+
271
+ DeleteBotChannelAssociationRequest.add_member(:name, Shapes::ShapeRef.new(shape: BotChannelName, required: true, location: "uri", location_name: "name"))
272
+ DeleteBotChannelAssociationRequest.add_member(:bot_name, Shapes::ShapeRef.new(shape: BotName, required: true, location: "uri", location_name: "botName"))
273
+ DeleteBotChannelAssociationRequest.add_member(:bot_alias, Shapes::ShapeRef.new(shape: AliasName, required: true, location: "uri", location_name: "aliasName"))
274
+ DeleteBotChannelAssociationRequest.struct_class = Types::DeleteBotChannelAssociationRequest
275
+
276
+ DeleteBotRequest.add_member(:name, Shapes::ShapeRef.new(shape: BotName, required: true, location: "uri", location_name: "name"))
277
+ DeleteBotRequest.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
278
+ DeleteBotRequest.struct_class = Types::DeleteBotRequest
279
+
280
+ DeleteIntentRequest.add_member(:name, Shapes::ShapeRef.new(shape: IntentName, required: true, location: "uri", location_name: "name"))
281
+ DeleteIntentRequest.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
282
+ DeleteIntentRequest.struct_class = Types::DeleteIntentRequest
283
+
284
+ DeleteSlotTypeRequest.add_member(:name, Shapes::ShapeRef.new(shape: SlotTypeName, required: true, location: "uri", location_name: "name"))
285
+ DeleteSlotTypeRequest.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
286
+ DeleteSlotTypeRequest.struct_class = Types::DeleteSlotTypeRequest
287
+
288
+ DeleteUtterancesRequest.add_member(:bot_name, Shapes::ShapeRef.new(shape: BotName, required: true, location: "uri", location_name: "botName"))
289
+ DeleteUtterancesRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "userId"))
290
+ DeleteUtterancesRequest.struct_class = Types::DeleteUtterancesRequest
291
+
292
+ EnumerationValue.add_member(:value, Shapes::ShapeRef.new(shape: Value, required: true, location_name: "value"))
293
+ EnumerationValue.struct_class = Types::EnumerationValue
294
+
295
+ EnumerationValues.member = Shapes::ShapeRef.new(shape: EnumerationValue)
296
+
297
+ FollowUpPrompt.add_member(:prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "prompt"))
298
+ FollowUpPrompt.add_member(:rejection_statement, Shapes::ShapeRef.new(shape: Statement, required: true, location_name: "rejectionStatement"))
299
+ FollowUpPrompt.struct_class = Types::FollowUpPrompt
300
+
301
+ FulfillmentActivity.add_member(:type, Shapes::ShapeRef.new(shape: FulfillmentActivityType, required: true, location_name: "type"))
302
+ FulfillmentActivity.add_member(:code_hook, Shapes::ShapeRef.new(shape: CodeHook, location_name: "codeHook"))
303
+ FulfillmentActivity.struct_class = Types::FulfillmentActivity
304
+
305
+ GetBotAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: AliasName, required: true, location: "uri", location_name: "name"))
306
+ GetBotAliasRequest.add_member(:bot_name, Shapes::ShapeRef.new(shape: BotName, required: true, location: "uri", location_name: "botName"))
307
+ GetBotAliasRequest.struct_class = Types::GetBotAliasRequest
308
+
309
+ GetBotAliasResponse.add_member(:name, Shapes::ShapeRef.new(shape: AliasName, location_name: "name"))
310
+ GetBotAliasResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
311
+ GetBotAliasResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: Version, location_name: "botVersion"))
312
+ GetBotAliasResponse.add_member(:bot_name, Shapes::ShapeRef.new(shape: BotName, location_name: "botName"))
313
+ GetBotAliasResponse.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
314
+ GetBotAliasResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
315
+ GetBotAliasResponse.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
316
+ GetBotAliasResponse.struct_class = Types::GetBotAliasResponse
317
+
318
+ GetBotAliasesRequest.add_member(:bot_name, Shapes::ShapeRef.new(shape: BotName, required: true, location: "uri", location_name: "botName"))
319
+ GetBotAliasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
320
+ GetBotAliasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
321
+ GetBotAliasesRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: AliasName, location: "querystring", location_name: "nameContains"))
322
+ GetBotAliasesRequest.struct_class = Types::GetBotAliasesRequest
323
+
324
+ GetBotAliasesResponse.add_member(:bot_aliases, Shapes::ShapeRef.new(shape: BotAliasMetadataList, location_name: "BotAliases"))
325
+ GetBotAliasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
326
+ GetBotAliasesResponse.struct_class = Types::GetBotAliasesResponse
327
+
328
+ GetBotChannelAssociationRequest.add_member(:name, Shapes::ShapeRef.new(shape: BotChannelName, required: true, location: "uri", location_name: "name"))
329
+ GetBotChannelAssociationRequest.add_member(:bot_name, Shapes::ShapeRef.new(shape: BotName, required: true, location: "uri", location_name: "botName"))
330
+ GetBotChannelAssociationRequest.add_member(:bot_alias, Shapes::ShapeRef.new(shape: AliasName, required: true, location: "uri", location_name: "aliasName"))
331
+ GetBotChannelAssociationRequest.struct_class = Types::GetBotChannelAssociationRequest
332
+
333
+ GetBotChannelAssociationResponse.add_member(:name, Shapes::ShapeRef.new(shape: BotChannelName, location_name: "name"))
334
+ GetBotChannelAssociationResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
335
+ GetBotChannelAssociationResponse.add_member(:bot_alias, Shapes::ShapeRef.new(shape: AliasName, location_name: "botAlias"))
336
+ GetBotChannelAssociationResponse.add_member(:bot_name, Shapes::ShapeRef.new(shape: BotName, location_name: "botName"))
337
+ GetBotChannelAssociationResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
338
+ GetBotChannelAssociationResponse.add_member(:type, Shapes::ShapeRef.new(shape: ChannelType, location_name: "type"))
339
+ GetBotChannelAssociationResponse.add_member(:bot_configuration, Shapes::ShapeRef.new(shape: ChannelConfigurationMap, location_name: "botConfiguration"))
340
+ GetBotChannelAssociationResponse.struct_class = Types::GetBotChannelAssociationResponse
341
+
342
+ GetBotChannelAssociationsRequest.add_member(:bot_name, Shapes::ShapeRef.new(shape: BotName, required: true, location: "uri", location_name: "botName"))
343
+ GetBotChannelAssociationsRequest.add_member(:bot_alias, Shapes::ShapeRef.new(shape: AliasNameOrListAll, required: true, location: "uri", location_name: "aliasName"))
344
+ GetBotChannelAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
345
+ GetBotChannelAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
346
+ GetBotChannelAssociationsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: BotChannelName, location: "querystring", location_name: "nameContains"))
347
+ GetBotChannelAssociationsRequest.struct_class = Types::GetBotChannelAssociationsRequest
348
+
349
+ GetBotChannelAssociationsResponse.add_member(:bot_channel_associations, Shapes::ShapeRef.new(shape: BotChannelAssociationList, location_name: "botChannelAssociations"))
350
+ GetBotChannelAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
351
+ GetBotChannelAssociationsResponse.struct_class = Types::GetBotChannelAssociationsResponse
352
+
353
+ GetBotRequest.add_member(:name, Shapes::ShapeRef.new(shape: BotName, required: true, location: "uri", location_name: "name"))
354
+ GetBotRequest.add_member(:version_or_alias, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "versionoralias"))
355
+ GetBotRequest.struct_class = Types::GetBotRequest
356
+
357
+ GetBotResponse.add_member(:name, Shapes::ShapeRef.new(shape: BotName, location_name: "name"))
358
+ GetBotResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
359
+ GetBotResponse.add_member(:intents, Shapes::ShapeRef.new(shape: IntentList, location_name: "intents"))
360
+ GetBotResponse.add_member(:clarification_prompt, Shapes::ShapeRef.new(shape: Prompt, location_name: "clarificationPrompt"))
361
+ GetBotResponse.add_member(:abort_statement, Shapes::ShapeRef.new(shape: Statement, location_name: "abortStatement"))
362
+ GetBotResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
363
+ GetBotResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
364
+ GetBotResponse.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
365
+ GetBotResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
366
+ GetBotResponse.add_member(:idle_session_ttl_in_seconds, Shapes::ShapeRef.new(shape: SessionTTL, location_name: "idleSessionTTLInSeconds"))
367
+ GetBotResponse.add_member(:voice_id, Shapes::ShapeRef.new(shape: String, location_name: "voiceId"))
368
+ GetBotResponse.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
369
+ GetBotResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
370
+ GetBotResponse.add_member(:locale, Shapes::ShapeRef.new(shape: Locale, location_name: "locale"))
371
+ GetBotResponse.add_member(:child_directed, Shapes::ShapeRef.new(shape: Boolean, location_name: "childDirected"))
372
+ GetBotResponse.struct_class = Types::GetBotResponse
373
+
374
+ GetBotVersionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: BotName, required: true, location: "uri", location_name: "name"))
375
+ GetBotVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
376
+ GetBotVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
377
+ GetBotVersionsRequest.struct_class = Types::GetBotVersionsRequest
378
+
379
+ GetBotVersionsResponse.add_member(:bots, Shapes::ShapeRef.new(shape: BotMetadataList, location_name: "bots"))
380
+ GetBotVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
381
+ GetBotVersionsResponse.struct_class = Types::GetBotVersionsResponse
382
+
383
+ GetBotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
384
+ GetBotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
385
+ GetBotsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: BotName, location: "querystring", location_name: "nameContains"))
386
+ GetBotsRequest.struct_class = Types::GetBotsRequest
387
+
388
+ GetBotsResponse.add_member(:bots, Shapes::ShapeRef.new(shape: BotMetadataList, location_name: "bots"))
389
+ GetBotsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
390
+ GetBotsResponse.struct_class = Types::GetBotsResponse
391
+
392
+ GetBuiltinIntentRequest.add_member(:signature, Shapes::ShapeRef.new(shape: BuiltinIntentSignature, required: true, location: "uri", location_name: "signature"))
393
+ GetBuiltinIntentRequest.struct_class = Types::GetBuiltinIntentRequest
394
+
395
+ GetBuiltinIntentResponse.add_member(:signature, Shapes::ShapeRef.new(shape: BuiltinIntentSignature, location_name: "signature"))
396
+ GetBuiltinIntentResponse.add_member(:supported_locales, Shapes::ShapeRef.new(shape: LocaleList, location_name: "supportedLocales"))
397
+ GetBuiltinIntentResponse.add_member(:slots, Shapes::ShapeRef.new(shape: BuiltinIntentSlotList, location_name: "slots"))
398
+ GetBuiltinIntentResponse.struct_class = Types::GetBuiltinIntentResponse
399
+
400
+ GetBuiltinIntentsRequest.add_member(:locale, Shapes::ShapeRef.new(shape: Locale, location: "querystring", location_name: "locale"))
401
+ GetBuiltinIntentsRequest.add_member(:signature_contains, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "signatureContains"))
402
+ GetBuiltinIntentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
403
+ GetBuiltinIntentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
404
+ GetBuiltinIntentsRequest.struct_class = Types::GetBuiltinIntentsRequest
405
+
406
+ GetBuiltinIntentsResponse.add_member(:intents, Shapes::ShapeRef.new(shape: BuiltinIntentMetadataList, location_name: "intents"))
407
+ GetBuiltinIntentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
408
+ GetBuiltinIntentsResponse.struct_class = Types::GetBuiltinIntentsResponse
409
+
410
+ GetBuiltinSlotTypesRequest.add_member(:locale, Shapes::ShapeRef.new(shape: Locale, location: "querystring", location_name: "locale"))
411
+ GetBuiltinSlotTypesRequest.add_member(:signature_contains, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "signatureContains"))
412
+ GetBuiltinSlotTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
413
+ GetBuiltinSlotTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
414
+ GetBuiltinSlotTypesRequest.struct_class = Types::GetBuiltinSlotTypesRequest
415
+
416
+ GetBuiltinSlotTypesResponse.add_member(:slot_types, Shapes::ShapeRef.new(shape: BuiltinSlotTypeMetadataList, location_name: "slotTypes"))
417
+ GetBuiltinSlotTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
418
+ GetBuiltinSlotTypesResponse.struct_class = Types::GetBuiltinSlotTypesResponse
419
+
420
+ GetIntentRequest.add_member(:name, Shapes::ShapeRef.new(shape: IntentName, required: true, location: "uri", location_name: "name"))
421
+ GetIntentRequest.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location: "uri", location_name: "version"))
422
+ GetIntentRequest.struct_class = Types::GetIntentRequest
423
+
424
+ GetIntentResponse.add_member(:name, Shapes::ShapeRef.new(shape: IntentName, location_name: "name"))
425
+ GetIntentResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
426
+ GetIntentResponse.add_member(:slots, Shapes::ShapeRef.new(shape: SlotList, location_name: "slots"))
427
+ GetIntentResponse.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: IntentUtteranceList, location_name: "sampleUtterances"))
428
+ GetIntentResponse.add_member(:confirmation_prompt, Shapes::ShapeRef.new(shape: Prompt, location_name: "confirmationPrompt"))
429
+ GetIntentResponse.add_member(:rejection_statement, Shapes::ShapeRef.new(shape: Statement, location_name: "rejectionStatement"))
430
+ GetIntentResponse.add_member(:follow_up_prompt, Shapes::ShapeRef.new(shape: FollowUpPrompt, location_name: "followUpPrompt"))
431
+ GetIntentResponse.add_member(:conclusion_statement, Shapes::ShapeRef.new(shape: Statement, location_name: "conclusionStatement"))
432
+ GetIntentResponse.add_member(:dialog_code_hook, Shapes::ShapeRef.new(shape: CodeHook, location_name: "dialogCodeHook"))
433
+ GetIntentResponse.add_member(:fulfillment_activity, Shapes::ShapeRef.new(shape: FulfillmentActivity, location_name: "fulfillmentActivity"))
434
+ GetIntentResponse.add_member(:parent_intent_signature, Shapes::ShapeRef.new(shape: BuiltinIntentSignature, location_name: "parentIntentSignature"))
435
+ GetIntentResponse.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
436
+ GetIntentResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
437
+ GetIntentResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
438
+ GetIntentResponse.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
439
+ GetIntentResponse.struct_class = Types::GetIntentResponse
440
+
441
+ GetIntentVersionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: IntentName, required: true, location: "uri", location_name: "name"))
442
+ GetIntentVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
443
+ GetIntentVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
444
+ GetIntentVersionsRequest.struct_class = Types::GetIntentVersionsRequest
445
+
446
+ GetIntentVersionsResponse.add_member(:intents, Shapes::ShapeRef.new(shape: IntentMetadataList, location_name: "intents"))
447
+ GetIntentVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
448
+ GetIntentVersionsResponse.struct_class = Types::GetIntentVersionsResponse
449
+
450
+ GetIntentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
451
+ GetIntentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
452
+ GetIntentsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: IntentName, location: "querystring", location_name: "nameContains"))
453
+ GetIntentsRequest.struct_class = Types::GetIntentsRequest
454
+
455
+ GetIntentsResponse.add_member(:intents, Shapes::ShapeRef.new(shape: IntentMetadataList, location_name: "intents"))
456
+ GetIntentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
457
+ GetIntentsResponse.struct_class = Types::GetIntentsResponse
458
+
459
+ GetSlotTypeRequest.add_member(:name, Shapes::ShapeRef.new(shape: SlotTypeName, required: true, location: "uri", location_name: "name"))
460
+ GetSlotTypeRequest.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location: "uri", location_name: "version"))
461
+ GetSlotTypeRequest.struct_class = Types::GetSlotTypeRequest
462
+
463
+ GetSlotTypeResponse.add_member(:name, Shapes::ShapeRef.new(shape: SlotTypeName, location_name: "name"))
464
+ GetSlotTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
465
+ GetSlotTypeResponse.add_member(:enumeration_values, Shapes::ShapeRef.new(shape: EnumerationValues, location_name: "enumerationValues"))
466
+ GetSlotTypeResponse.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
467
+ GetSlotTypeResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
468
+ GetSlotTypeResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
469
+ GetSlotTypeResponse.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
470
+ GetSlotTypeResponse.struct_class = Types::GetSlotTypeResponse
471
+
472
+ GetSlotTypeVersionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: SlotTypeName, required: true, location: "uri", location_name: "name"))
473
+ GetSlotTypeVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
474
+ GetSlotTypeVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
475
+ GetSlotTypeVersionsRequest.struct_class = Types::GetSlotTypeVersionsRequest
476
+
477
+ GetSlotTypeVersionsResponse.add_member(:slot_types, Shapes::ShapeRef.new(shape: SlotTypeMetadataList, location_name: "slotTypes"))
478
+ GetSlotTypeVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
479
+ GetSlotTypeVersionsResponse.struct_class = Types::GetSlotTypeVersionsResponse
480
+
481
+ GetSlotTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
482
+ GetSlotTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
483
+ GetSlotTypesRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: SlotTypeName, location: "querystring", location_name: "nameContains"))
484
+ GetSlotTypesRequest.struct_class = Types::GetSlotTypesRequest
485
+
486
+ GetSlotTypesResponse.add_member(:slot_types, Shapes::ShapeRef.new(shape: SlotTypeMetadataList, location_name: "slotTypes"))
487
+ GetSlotTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
488
+ GetSlotTypesResponse.struct_class = Types::GetSlotTypesResponse
489
+
490
+ GetUtterancesViewRequest.add_member(:bot_name, Shapes::ShapeRef.new(shape: BotName, required: true, location: "uri", location_name: "botname"))
491
+ GetUtterancesViewRequest.add_member(:bot_versions, Shapes::ShapeRef.new(shape: BotVersions, required: true, location: "querystring", location_name: "bot_versions"))
492
+ GetUtterancesViewRequest.add_member(:status_type, Shapes::ShapeRef.new(shape: StatusType, required: true, location: "querystring", location_name: "status_type"))
493
+ GetUtterancesViewRequest.struct_class = Types::GetUtterancesViewRequest
494
+
495
+ GetUtterancesViewResponse.add_member(:bot_name, Shapes::ShapeRef.new(shape: BotName, location_name: "botName"))
496
+ GetUtterancesViewResponse.add_member(:utterances, Shapes::ShapeRef.new(shape: ListsOfUtterances, location_name: "utterances"))
497
+ GetUtterancesViewResponse.struct_class = Types::GetUtterancesViewResponse
498
+
499
+ Intent.add_member(:intent_name, Shapes::ShapeRef.new(shape: IntentName, required: true, location_name: "intentName"))
500
+ Intent.add_member(:intent_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "intentVersion"))
501
+ Intent.struct_class = Types::Intent
502
+
503
+ IntentList.member = Shapes::ShapeRef.new(shape: Intent)
504
+
505
+ IntentMetadata.add_member(:name, Shapes::ShapeRef.new(shape: IntentName, location_name: "name"))
506
+ IntentMetadata.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
507
+ IntentMetadata.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
508
+ IntentMetadata.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
509
+ IntentMetadata.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
510
+ IntentMetadata.struct_class = Types::IntentMetadata
511
+
512
+ IntentMetadataList.member = Shapes::ShapeRef.new(shape: IntentMetadata)
513
+
514
+ IntentUtteranceList.member = Shapes::ShapeRef.new(shape: Utterance)
515
+
516
+ ListOfUtterance.member = Shapes::ShapeRef.new(shape: UtteranceData)
517
+
518
+ ListsOfUtterances.member = Shapes::ShapeRef.new(shape: UtteranceList)
519
+
520
+ LocaleList.member = Shapes::ShapeRef.new(shape: Locale)
521
+
522
+ Message.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, required: true, location_name: "contentType"))
523
+ Message.add_member(:content, Shapes::ShapeRef.new(shape: ContentString, required: true, location_name: "content"))
524
+ Message.struct_class = Types::Message
525
+
526
+ MessageList.member = Shapes::ShapeRef.new(shape: Message)
527
+
528
+ Prompt.add_member(:messages, Shapes::ShapeRef.new(shape: MessageList, required: true, location_name: "messages"))
529
+ Prompt.add_member(:max_attempts, Shapes::ShapeRef.new(shape: PromptMaxAttempts, required: true, location_name: "maxAttempts"))
530
+ Prompt.add_member(:response_card, Shapes::ShapeRef.new(shape: ResponseCard, location_name: "responseCard"))
531
+ Prompt.struct_class = Types::Prompt
532
+
533
+ PutBotAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: AliasName, required: true, location: "uri", location_name: "name"))
534
+ PutBotAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
535
+ PutBotAliasRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "botVersion"))
536
+ PutBotAliasRequest.add_member(:bot_name, Shapes::ShapeRef.new(shape: BotName, required: true, location: "uri", location_name: "botName"))
537
+ PutBotAliasRequest.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
538
+ PutBotAliasRequest.struct_class = Types::PutBotAliasRequest
539
+
540
+ PutBotAliasResponse.add_member(:name, Shapes::ShapeRef.new(shape: AliasName, location_name: "name"))
541
+ PutBotAliasResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
542
+ PutBotAliasResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: Version, location_name: "botVersion"))
543
+ PutBotAliasResponse.add_member(:bot_name, Shapes::ShapeRef.new(shape: BotName, location_name: "botName"))
544
+ PutBotAliasResponse.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
545
+ PutBotAliasResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
546
+ PutBotAliasResponse.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
547
+ PutBotAliasResponse.struct_class = Types::PutBotAliasResponse
548
+
549
+ PutBotRequest.add_member(:name, Shapes::ShapeRef.new(shape: BotName, required: true, location: "uri", location_name: "name"))
550
+ PutBotRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
551
+ PutBotRequest.add_member(:intents, Shapes::ShapeRef.new(shape: IntentList, location_name: "intents"))
552
+ PutBotRequest.add_member(:clarification_prompt, Shapes::ShapeRef.new(shape: Prompt, location_name: "clarificationPrompt"))
553
+ PutBotRequest.add_member(:abort_statement, Shapes::ShapeRef.new(shape: Statement, location_name: "abortStatement"))
554
+ PutBotRequest.add_member(:idle_session_ttl_in_seconds, Shapes::ShapeRef.new(shape: SessionTTL, location_name: "idleSessionTTLInSeconds"))
555
+ PutBotRequest.add_member(:voice_id, Shapes::ShapeRef.new(shape: String, location_name: "voiceId"))
556
+ PutBotRequest.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
557
+ PutBotRequest.add_member(:process_behavior, Shapes::ShapeRef.new(shape: ProcessBehavior, location_name: "processBehavior"))
558
+ PutBotRequest.add_member(:locale, Shapes::ShapeRef.new(shape: Locale, required: true, location_name: "locale"))
559
+ PutBotRequest.add_member(:child_directed, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "childDirected"))
560
+ PutBotRequest.struct_class = Types::PutBotRequest
561
+
562
+ PutBotResponse.add_member(:name, Shapes::ShapeRef.new(shape: BotName, location_name: "name"))
563
+ PutBotResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
564
+ PutBotResponse.add_member(:intents, Shapes::ShapeRef.new(shape: IntentList, location_name: "intents"))
565
+ PutBotResponse.add_member(:clarification_prompt, Shapes::ShapeRef.new(shape: Prompt, location_name: "clarificationPrompt"))
566
+ PutBotResponse.add_member(:abort_statement, Shapes::ShapeRef.new(shape: Statement, location_name: "abortStatement"))
567
+ PutBotResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
568
+ PutBotResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
569
+ PutBotResponse.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
570
+ PutBotResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
571
+ PutBotResponse.add_member(:idle_session_ttl_in_seconds, Shapes::ShapeRef.new(shape: SessionTTL, location_name: "idleSessionTTLInSeconds"))
572
+ PutBotResponse.add_member(:voice_id, Shapes::ShapeRef.new(shape: String, location_name: "voiceId"))
573
+ PutBotResponse.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
574
+ PutBotResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
575
+ PutBotResponse.add_member(:locale, Shapes::ShapeRef.new(shape: Locale, location_name: "locale"))
576
+ PutBotResponse.add_member(:child_directed, Shapes::ShapeRef.new(shape: Boolean, location_name: "childDirected"))
577
+ PutBotResponse.struct_class = Types::PutBotResponse
578
+
579
+ PutIntentRequest.add_member(:name, Shapes::ShapeRef.new(shape: IntentName, required: true, location: "uri", location_name: "name"))
580
+ PutIntentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
581
+ PutIntentRequest.add_member(:slots, Shapes::ShapeRef.new(shape: SlotList, location_name: "slots"))
582
+ PutIntentRequest.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: IntentUtteranceList, location_name: "sampleUtterances"))
583
+ PutIntentRequest.add_member(:confirmation_prompt, Shapes::ShapeRef.new(shape: Prompt, location_name: "confirmationPrompt"))
584
+ PutIntentRequest.add_member(:rejection_statement, Shapes::ShapeRef.new(shape: Statement, location_name: "rejectionStatement"))
585
+ PutIntentRequest.add_member(:follow_up_prompt, Shapes::ShapeRef.new(shape: FollowUpPrompt, location_name: "followUpPrompt"))
586
+ PutIntentRequest.add_member(:conclusion_statement, Shapes::ShapeRef.new(shape: Statement, location_name: "conclusionStatement"))
587
+ PutIntentRequest.add_member(:dialog_code_hook, Shapes::ShapeRef.new(shape: CodeHook, location_name: "dialogCodeHook"))
588
+ PutIntentRequest.add_member(:fulfillment_activity, Shapes::ShapeRef.new(shape: FulfillmentActivity, location_name: "fulfillmentActivity"))
589
+ PutIntentRequest.add_member(:parent_intent_signature, Shapes::ShapeRef.new(shape: BuiltinIntentSignature, location_name: "parentIntentSignature"))
590
+ PutIntentRequest.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
591
+ PutIntentRequest.struct_class = Types::PutIntentRequest
592
+
593
+ PutIntentResponse.add_member(:name, Shapes::ShapeRef.new(shape: IntentName, location_name: "name"))
594
+ PutIntentResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
595
+ PutIntentResponse.add_member(:slots, Shapes::ShapeRef.new(shape: SlotList, location_name: "slots"))
596
+ PutIntentResponse.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: IntentUtteranceList, location_name: "sampleUtterances"))
597
+ PutIntentResponse.add_member(:confirmation_prompt, Shapes::ShapeRef.new(shape: Prompt, location_name: "confirmationPrompt"))
598
+ PutIntentResponse.add_member(:rejection_statement, Shapes::ShapeRef.new(shape: Statement, location_name: "rejectionStatement"))
599
+ PutIntentResponse.add_member(:follow_up_prompt, Shapes::ShapeRef.new(shape: FollowUpPrompt, location_name: "followUpPrompt"))
600
+ PutIntentResponse.add_member(:conclusion_statement, Shapes::ShapeRef.new(shape: Statement, location_name: "conclusionStatement"))
601
+ PutIntentResponse.add_member(:dialog_code_hook, Shapes::ShapeRef.new(shape: CodeHook, location_name: "dialogCodeHook"))
602
+ PutIntentResponse.add_member(:fulfillment_activity, Shapes::ShapeRef.new(shape: FulfillmentActivity, location_name: "fulfillmentActivity"))
603
+ PutIntentResponse.add_member(:parent_intent_signature, Shapes::ShapeRef.new(shape: BuiltinIntentSignature, location_name: "parentIntentSignature"))
604
+ PutIntentResponse.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
605
+ PutIntentResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
606
+ PutIntentResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
607
+ PutIntentResponse.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
608
+ PutIntentResponse.struct_class = Types::PutIntentResponse
609
+
610
+ PutSlotTypeRequest.add_member(:name, Shapes::ShapeRef.new(shape: SlotTypeName, required: true, location: "uri", location_name: "name"))
611
+ PutSlotTypeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
612
+ PutSlotTypeRequest.add_member(:enumeration_values, Shapes::ShapeRef.new(shape: EnumerationValues, location_name: "enumerationValues"))
613
+ PutSlotTypeRequest.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
614
+ PutSlotTypeRequest.struct_class = Types::PutSlotTypeRequest
615
+
616
+ PutSlotTypeResponse.add_member(:name, Shapes::ShapeRef.new(shape: SlotTypeName, location_name: "name"))
617
+ PutSlotTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
618
+ PutSlotTypeResponse.add_member(:enumeration_values, Shapes::ShapeRef.new(shape: EnumerationValues, location_name: "enumerationValues"))
619
+ PutSlotTypeResponse.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
620
+ PutSlotTypeResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
621
+ PutSlotTypeResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
622
+ PutSlotTypeResponse.add_member(:checksum, Shapes::ShapeRef.new(shape: String, location_name: "checksum"))
623
+ PutSlotTypeResponse.struct_class = Types::PutSlotTypeResponse
624
+
625
+ ResourceReference.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
626
+ ResourceReference.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
627
+ ResourceReference.struct_class = Types::ResourceReference
628
+
629
+ Slot.add_member(:name, Shapes::ShapeRef.new(shape: SlotName, required: true, location_name: "name"))
630
+ Slot.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
631
+ Slot.add_member(:slot_constraint, Shapes::ShapeRef.new(shape: SlotConstraint, required: true, location_name: "slotConstraint"))
632
+ Slot.add_member(:slot_type, Shapes::ShapeRef.new(shape: CustomOrBuiltinSlotTypeName, location_name: "slotType"))
633
+ Slot.add_member(:slot_type_version, Shapes::ShapeRef.new(shape: Version, location_name: "slotTypeVersion"))
634
+ Slot.add_member(:value_elicitation_prompt, Shapes::ShapeRef.new(shape: Prompt, location_name: "valueElicitationPrompt"))
635
+ Slot.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, location_name: "priority"))
636
+ Slot.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: SlotUtteranceList, location_name: "sampleUtterances"))
637
+ Slot.add_member(:response_card, Shapes::ShapeRef.new(shape: ResponseCard, location_name: "responseCard"))
638
+ Slot.struct_class = Types::Slot
639
+
640
+ SlotList.member = Shapes::ShapeRef.new(shape: Slot)
641
+
642
+ SlotTypeMetadata.add_member(:name, Shapes::ShapeRef.new(shape: SlotTypeName, location_name: "name"))
643
+ SlotTypeMetadata.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
644
+ SlotTypeMetadata.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
645
+ SlotTypeMetadata.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
646
+ SlotTypeMetadata.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
647
+ SlotTypeMetadata.struct_class = Types::SlotTypeMetadata
648
+
649
+ SlotTypeMetadataList.member = Shapes::ShapeRef.new(shape: SlotTypeMetadata)
650
+
651
+ SlotUtteranceList.member = Shapes::ShapeRef.new(shape: Utterance)
652
+
653
+ Statement.add_member(:messages, Shapes::ShapeRef.new(shape: MessageList, required: true, location_name: "messages"))
654
+ Statement.add_member(:response_card, Shapes::ShapeRef.new(shape: ResponseCard, location_name: "responseCard"))
655
+ Statement.struct_class = Types::Statement
656
+
657
+ UtteranceData.add_member(:utterance_string, Shapes::ShapeRef.new(shape: UtteranceString, location_name: "utteranceString"))
658
+ UtteranceData.add_member(:count, Shapes::ShapeRef.new(shape: Count, location_name: "count"))
659
+ UtteranceData.add_member(:distinct_users, Shapes::ShapeRef.new(shape: Count, location_name: "distinctUsers"))
660
+ UtteranceData.add_member(:first_uttered_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "firstUtteredDate"))
661
+ UtteranceData.add_member(:last_uttered_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUtteredDate"))
662
+ UtteranceData.struct_class = Types::UtteranceData
663
+
664
+ UtteranceList.add_member(:bot_version, Shapes::ShapeRef.new(shape: Version, location_name: "botVersion"))
665
+ UtteranceList.add_member(:utterances, Shapes::ShapeRef.new(shape: ListOfUtterance, location_name: "utterances"))
666
+ UtteranceList.struct_class = Types::UtteranceList
667
+
668
+
669
+ # @api private
670
+ API = Seahorse::Model::Api.new.tap do |api|
671
+
672
+ api.version = "2017-04-19"
673
+
674
+ api.metadata = {
675
+ "endpointPrefix" => "models.lex",
676
+ "jsonVersion" => "1.1",
677
+ "protocol" => "rest-json",
678
+ "serviceFullName" => "Amazon Lex Model Building Service",
679
+ "signatureVersion" => "v4",
680
+ "signingName" => "lex",
681
+ }
682
+
683
+ api.add_operation(:create_bot_version, Seahorse::Model::Operation.new.tap do |o|
684
+ o.name = "CreateBotVersion"
685
+ o.http_method = "POST"
686
+ o.http_request_uri = "/bots/{name}/versions"
687
+ o.input = Shapes::ShapeRef.new(shape: CreateBotVersionRequest)
688
+ o.output = Shapes::ShapeRef.new(shape: CreateBotVersionResponse)
689
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
690
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
691
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
692
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
693
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
694
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
695
+ end)
696
+
697
+ api.add_operation(:create_intent_version, Seahorse::Model::Operation.new.tap do |o|
698
+ o.name = "CreateIntentVersion"
699
+ o.http_method = "POST"
700
+ o.http_request_uri = "/intents/{name}/versions"
701
+ o.input = Shapes::ShapeRef.new(shape: CreateIntentVersionRequest)
702
+ o.output = Shapes::ShapeRef.new(shape: CreateIntentVersionResponse)
703
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
704
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
705
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
706
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
707
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
708
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
709
+ end)
710
+
711
+ api.add_operation(:create_slot_type_version, Seahorse::Model::Operation.new.tap do |o|
712
+ o.name = "CreateSlotTypeVersion"
713
+ o.http_method = "POST"
714
+ o.http_request_uri = "/slottypes/{name}/versions"
715
+ o.input = Shapes::ShapeRef.new(shape: CreateSlotTypeVersionRequest)
716
+ o.output = Shapes::ShapeRef.new(shape: CreateSlotTypeVersionResponse)
717
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
718
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
719
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
720
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
721
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
722
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
723
+ end)
724
+
725
+ api.add_operation(:delete_bot, Seahorse::Model::Operation.new.tap do |o|
726
+ o.name = "DeleteBot"
727
+ o.http_method = "DELETE"
728
+ o.http_request_uri = "/bots/{name}"
729
+ o.input = Shapes::ShapeRef.new(shape: DeleteBotRequest)
730
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
731
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
732
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
733
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
734
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
735
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
736
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
737
+ end)
738
+
739
+ api.add_operation(:delete_bot_alias, Seahorse::Model::Operation.new.tap do |o|
740
+ o.name = "DeleteBotAlias"
741
+ o.http_method = "DELETE"
742
+ o.http_request_uri = "/bots/{botName}/aliases/{name}"
743
+ o.input = Shapes::ShapeRef.new(shape: DeleteBotAliasRequest)
744
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
745
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
746
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
747
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
748
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
749
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
750
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
751
+ end)
752
+
753
+ api.add_operation(:delete_bot_channel_association, Seahorse::Model::Operation.new.tap do |o|
754
+ o.name = "DeleteBotChannelAssociation"
755
+ o.http_method = "DELETE"
756
+ o.http_request_uri = "/bots/{botName}/aliases/{aliasName}/channels/{name}"
757
+ o.input = Shapes::ShapeRef.new(shape: DeleteBotChannelAssociationRequest)
758
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
759
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
760
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
761
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
762
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
763
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
764
+ end)
765
+
766
+ api.add_operation(:delete_intent, Seahorse::Model::Operation.new.tap do |o|
767
+ o.name = "DeleteIntent"
768
+ o.http_method = "DELETE"
769
+ o.http_request_uri = "/intents/{name}"
770
+ o.input = Shapes::ShapeRef.new(shape: DeleteIntentRequest)
771
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
772
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
773
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
774
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
775
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
776
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
777
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
778
+ end)
779
+
780
+ api.add_operation(:delete_slot_type, Seahorse::Model::Operation.new.tap do |o|
781
+ o.name = "DeleteSlotType"
782
+ o.http_method = "DELETE"
783
+ o.http_request_uri = "/slottypes/{name}"
784
+ o.input = Shapes::ShapeRef.new(shape: DeleteSlotTypeRequest)
785
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
786
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
787
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
788
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
789
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
790
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
791
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
792
+ end)
793
+
794
+ api.add_operation(:delete_utterances, Seahorse::Model::Operation.new.tap do |o|
795
+ o.name = "DeleteUtterances"
796
+ o.http_method = "DELETE"
797
+ o.http_request_uri = "/bots/{botName}/utterances/{userId}"
798
+ o.input = Shapes::ShapeRef.new(shape: DeleteUtterancesRequest)
799
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
800
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
801
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
802
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
803
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
804
+ end)
805
+
806
+ api.add_operation(:get_bot, Seahorse::Model::Operation.new.tap do |o|
807
+ o.name = "GetBot"
808
+ o.http_method = "GET"
809
+ o.http_request_uri = "/bots/{name}/versions/{versionoralias}"
810
+ o.input = Shapes::ShapeRef.new(shape: GetBotRequest)
811
+ o.output = Shapes::ShapeRef.new(shape: GetBotResponse)
812
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
813
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
814
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
815
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
816
+ end)
817
+
818
+ api.add_operation(:get_bot_alias, Seahorse::Model::Operation.new.tap do |o|
819
+ o.name = "GetBotAlias"
820
+ o.http_method = "GET"
821
+ o.http_request_uri = "/bots/{botName}/aliases/{name}"
822
+ o.input = Shapes::ShapeRef.new(shape: GetBotAliasRequest)
823
+ o.output = Shapes::ShapeRef.new(shape: GetBotAliasResponse)
824
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
825
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
826
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
827
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
828
+ end)
829
+
830
+ api.add_operation(:get_bot_aliases, Seahorse::Model::Operation.new.tap do |o|
831
+ o.name = "GetBotAliases"
832
+ o.http_method = "GET"
833
+ o.http_request_uri = "/bots/{botName}/aliases/"
834
+ o.input = Shapes::ShapeRef.new(shape: GetBotAliasesRequest)
835
+ o.output = Shapes::ShapeRef.new(shape: GetBotAliasesResponse)
836
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
837
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
838
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
839
+ o[:pager] = Aws::Pager.new(
840
+ limit_key: "max_results",
841
+ tokens: {
842
+ "next_token" => "next_token"
843
+ }
844
+ )
845
+ end)
846
+
847
+ api.add_operation(:get_bot_channel_association, Seahorse::Model::Operation.new.tap do |o|
848
+ o.name = "GetBotChannelAssociation"
849
+ o.http_method = "GET"
850
+ o.http_request_uri = "/bots/{botName}/aliases/{aliasName}/channels/{name}"
851
+ o.input = Shapes::ShapeRef.new(shape: GetBotChannelAssociationRequest)
852
+ o.output = Shapes::ShapeRef.new(shape: GetBotChannelAssociationResponse)
853
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
854
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
855
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
856
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
857
+ end)
858
+
859
+ api.add_operation(:get_bot_channel_associations, Seahorse::Model::Operation.new.tap do |o|
860
+ o.name = "GetBotChannelAssociations"
861
+ o.http_method = "GET"
862
+ o.http_request_uri = "/bots/{botName}/aliases/{aliasName}/channels/"
863
+ o.input = Shapes::ShapeRef.new(shape: GetBotChannelAssociationsRequest)
864
+ o.output = Shapes::ShapeRef.new(shape: GetBotChannelAssociationsResponse)
865
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
866
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
867
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
868
+ o[:pager] = Aws::Pager.new(
869
+ limit_key: "max_results",
870
+ tokens: {
871
+ "next_token" => "next_token"
872
+ }
873
+ )
874
+ end)
875
+
876
+ api.add_operation(:get_bot_versions, Seahorse::Model::Operation.new.tap do |o|
877
+ o.name = "GetBotVersions"
878
+ o.http_method = "GET"
879
+ o.http_request_uri = "/bots/{name}/versions/"
880
+ o.input = Shapes::ShapeRef.new(shape: GetBotVersionsRequest)
881
+ o.output = Shapes::ShapeRef.new(shape: GetBotVersionsResponse)
882
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
883
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
884
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
885
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
886
+ o[:pager] = Aws::Pager.new(
887
+ limit_key: "max_results",
888
+ tokens: {
889
+ "next_token" => "next_token"
890
+ }
891
+ )
892
+ end)
893
+
894
+ api.add_operation(:get_bots, Seahorse::Model::Operation.new.tap do |o|
895
+ o.name = "GetBots"
896
+ o.http_method = "GET"
897
+ o.http_request_uri = "/bots/"
898
+ o.input = Shapes::ShapeRef.new(shape: GetBotsRequest)
899
+ o.output = Shapes::ShapeRef.new(shape: GetBotsResponse)
900
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
901
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
902
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
903
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
904
+ o[:pager] = Aws::Pager.new(
905
+ limit_key: "max_results",
906
+ tokens: {
907
+ "next_token" => "next_token"
908
+ }
909
+ )
910
+ end)
911
+
912
+ api.add_operation(:get_builtin_intent, Seahorse::Model::Operation.new.tap do |o|
913
+ o.name = "GetBuiltinIntent"
914
+ o.http_method = "GET"
915
+ o.http_request_uri = "/builtins/intents/{signature}"
916
+ o.input = Shapes::ShapeRef.new(shape: GetBuiltinIntentRequest)
917
+ o.output = Shapes::ShapeRef.new(shape: GetBuiltinIntentResponse)
918
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
919
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
920
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
921
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
922
+ end)
923
+
924
+ api.add_operation(:get_builtin_intents, Seahorse::Model::Operation.new.tap do |o|
925
+ o.name = "GetBuiltinIntents"
926
+ o.http_method = "GET"
927
+ o.http_request_uri = "/builtins/intents/"
928
+ o.input = Shapes::ShapeRef.new(shape: GetBuiltinIntentsRequest)
929
+ o.output = Shapes::ShapeRef.new(shape: GetBuiltinIntentsResponse)
930
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
931
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
932
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
933
+ o[:pager] = Aws::Pager.new(
934
+ limit_key: "max_results",
935
+ tokens: {
936
+ "next_token" => "next_token"
937
+ }
938
+ )
939
+ end)
940
+
941
+ api.add_operation(:get_builtin_slot_types, Seahorse::Model::Operation.new.tap do |o|
942
+ o.name = "GetBuiltinSlotTypes"
943
+ o.http_method = "GET"
944
+ o.http_request_uri = "/builtins/slottypes/"
945
+ o.input = Shapes::ShapeRef.new(shape: GetBuiltinSlotTypesRequest)
946
+ o.output = Shapes::ShapeRef.new(shape: GetBuiltinSlotTypesResponse)
947
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
948
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
949
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
950
+ o[:pager] = Aws::Pager.new(
951
+ limit_key: "max_results",
952
+ tokens: {
953
+ "next_token" => "next_token"
954
+ }
955
+ )
956
+ end)
957
+
958
+ api.add_operation(:get_intent, Seahorse::Model::Operation.new.tap do |o|
959
+ o.name = "GetIntent"
960
+ o.http_method = "GET"
961
+ o.http_request_uri = "/intents/{name}/versions/{version}"
962
+ o.input = Shapes::ShapeRef.new(shape: GetIntentRequest)
963
+ o.output = Shapes::ShapeRef.new(shape: GetIntentResponse)
964
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
965
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
966
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
967
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
968
+ end)
969
+
970
+ api.add_operation(:get_intent_versions, Seahorse::Model::Operation.new.tap do |o|
971
+ o.name = "GetIntentVersions"
972
+ o.http_method = "GET"
973
+ o.http_request_uri = "/intents/{name}/versions/"
974
+ o.input = Shapes::ShapeRef.new(shape: GetIntentVersionsRequest)
975
+ o.output = Shapes::ShapeRef.new(shape: GetIntentVersionsResponse)
976
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
977
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
978
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
979
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
980
+ o[:pager] = Aws::Pager.new(
981
+ limit_key: "max_results",
982
+ tokens: {
983
+ "next_token" => "next_token"
984
+ }
985
+ )
986
+ end)
987
+
988
+ api.add_operation(:get_intents, Seahorse::Model::Operation.new.tap do |o|
989
+ o.name = "GetIntents"
990
+ o.http_method = "GET"
991
+ o.http_request_uri = "/intents/"
992
+ o.input = Shapes::ShapeRef.new(shape: GetIntentsRequest)
993
+ o.output = Shapes::ShapeRef.new(shape: GetIntentsResponse)
994
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
995
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
996
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
997
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
998
+ o[:pager] = Aws::Pager.new(
999
+ limit_key: "max_results",
1000
+ tokens: {
1001
+ "next_token" => "next_token"
1002
+ }
1003
+ )
1004
+ end)
1005
+
1006
+ api.add_operation(:get_slot_type, Seahorse::Model::Operation.new.tap do |o|
1007
+ o.name = "GetSlotType"
1008
+ o.http_method = "GET"
1009
+ o.http_request_uri = "/slottypes/{name}/versions/{version}"
1010
+ o.input = Shapes::ShapeRef.new(shape: GetSlotTypeRequest)
1011
+ o.output = Shapes::ShapeRef.new(shape: GetSlotTypeResponse)
1012
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1013
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1014
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1015
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1016
+ end)
1017
+
1018
+ api.add_operation(:get_slot_type_versions, Seahorse::Model::Operation.new.tap do |o|
1019
+ o.name = "GetSlotTypeVersions"
1020
+ o.http_method = "GET"
1021
+ o.http_request_uri = "/slottypes/{name}/versions/"
1022
+ o.input = Shapes::ShapeRef.new(shape: GetSlotTypeVersionsRequest)
1023
+ o.output = Shapes::ShapeRef.new(shape: GetSlotTypeVersionsResponse)
1024
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1025
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1026
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1027
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1028
+ o[:pager] = Aws::Pager.new(
1029
+ limit_key: "max_results",
1030
+ tokens: {
1031
+ "next_token" => "next_token"
1032
+ }
1033
+ )
1034
+ end)
1035
+
1036
+ api.add_operation(:get_slot_types, Seahorse::Model::Operation.new.tap do |o|
1037
+ o.name = "GetSlotTypes"
1038
+ o.http_method = "GET"
1039
+ o.http_request_uri = "/slottypes/"
1040
+ o.input = Shapes::ShapeRef.new(shape: GetSlotTypesRequest)
1041
+ o.output = Shapes::ShapeRef.new(shape: GetSlotTypesResponse)
1042
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1043
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1044
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1045
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1046
+ o[:pager] = Aws::Pager.new(
1047
+ limit_key: "max_results",
1048
+ tokens: {
1049
+ "next_token" => "next_token"
1050
+ }
1051
+ )
1052
+ end)
1053
+
1054
+ api.add_operation(:get_utterances_view, Seahorse::Model::Operation.new.tap do |o|
1055
+ o.name = "GetUtterancesView"
1056
+ o.http_method = "GET"
1057
+ o.http_request_uri = "/bots/{botname}/utterances?view=aggregation"
1058
+ o.input = Shapes::ShapeRef.new(shape: GetUtterancesViewRequest)
1059
+ o.output = Shapes::ShapeRef.new(shape: GetUtterancesViewResponse)
1060
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1061
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1062
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1063
+ end)
1064
+
1065
+ api.add_operation(:put_bot, Seahorse::Model::Operation.new.tap do |o|
1066
+ o.name = "PutBot"
1067
+ o.http_method = "PUT"
1068
+ o.http_request_uri = "/bots/{name}/versions/$LATEST"
1069
+ o.input = Shapes::ShapeRef.new(shape: PutBotRequest)
1070
+ o.output = Shapes::ShapeRef.new(shape: PutBotResponse)
1071
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1072
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1073
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1074
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1075
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1076
+ end)
1077
+
1078
+ api.add_operation(:put_bot_alias, Seahorse::Model::Operation.new.tap do |o|
1079
+ o.name = "PutBotAlias"
1080
+ o.http_method = "PUT"
1081
+ o.http_request_uri = "/bots/{botName}/aliases/{name}"
1082
+ o.input = Shapes::ShapeRef.new(shape: PutBotAliasRequest)
1083
+ o.output = Shapes::ShapeRef.new(shape: PutBotAliasResponse)
1084
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1085
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1086
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1087
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1088
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1089
+ end)
1090
+
1091
+ api.add_operation(:put_intent, Seahorse::Model::Operation.new.tap do |o|
1092
+ o.name = "PutIntent"
1093
+ o.http_method = "PUT"
1094
+ o.http_request_uri = "/intents/{name}/versions/$LATEST"
1095
+ o.input = Shapes::ShapeRef.new(shape: PutIntentRequest)
1096
+ o.output = Shapes::ShapeRef.new(shape: PutIntentResponse)
1097
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1098
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1099
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1100
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1101
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1102
+ end)
1103
+
1104
+ api.add_operation(:put_slot_type, Seahorse::Model::Operation.new.tap do |o|
1105
+ o.name = "PutSlotType"
1106
+ o.http_method = "PUT"
1107
+ o.http_request_uri = "/slottypes/{name}/versions/$LATEST"
1108
+ o.input = Shapes::ShapeRef.new(shape: PutSlotTypeRequest)
1109
+ o.output = Shapes::ShapeRef.new(shape: PutSlotTypeResponse)
1110
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1111
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1112
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1113
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1114
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1115
+ end)
1116
+ end
1117
+
1118
+ end
1119
+ end