aws-sdk-core 2.10.91 → 2.10.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/comprehend/2017-11-27/api-2.json +685 -0
- data/apis/comprehend/2017-11-27/examples-1.json +5 -0
- data/apis/comprehend/2017-11-27/paginators-1.json +9 -0
- data/apis/dynamodb/2011-12-05/api-2.json +1 -0
- data/apis/dynamodb/2012-08-10/api-2.json +610 -1
- data/apis/ecs/2014-11-13/api-2.json +151 -17
- data/apis/glacier/2012-06-01/api-2.json +174 -3
- data/apis/greengrass/2017-06-07/api-2.json +568 -1
- data/apis/iot-jobs-data/2017-09-29/api-2.json +339 -0
- data/apis/iot-jobs-data/2017-09-29/examples-1.json +5 -0
- data/apis/iot-jobs-data/2017-09-29/paginators-1.json +4 -0
- data/apis/iot/2015-05-28/api-2.json +3105 -203
- data/apis/kinesis-video-archived-media/2017-09-30/api-2.json +200 -0
- data/apis/kinesis-video-archived-media/2017-09-30/examples-1.json +5 -0
- data/apis/kinesis-video-archived-media/2017-09-30/paginators-1.json +4 -0
- data/apis/kinesis-video-media/2017-09-30/api-2.json +160 -0
- data/apis/kinesis-video-media/2017-09-30/examples-1.json +5 -0
- data/apis/kinesis-video-media/2017-09-30/paginators-1.json +4 -0
- data/apis/kinesisvideo/2017-09-30/api-2.json +548 -0
- data/apis/kinesisvideo/2017-09-30/examples-1.json +5 -0
- data/apis/kinesisvideo/2017-09-30/paginators-1.json +4 -0
- data/apis/rekognition/2016-06-27/api-2.json +994 -33
- data/apis/rekognition/2016-06-27/paginators-1.json +35 -0
- data/apis/runtime.sagemaker/2017-05-13/api-2.json +134 -0
- data/apis/runtime.sagemaker/2017-05-13/examples-1.json +5 -0
- data/apis/runtime.sagemaker/2017-05-13/paginators-1.json +4 -0
- data/apis/s3/2006-03-01/api-2.json +138 -2
- data/apis/sagemaker/2017-07-24/api-2.json +1540 -0
- data/apis/sagemaker/2017-07-24/examples-1.json +5 -0
- data/apis/sagemaker/2017-07-24/paginators-1.json +34 -0
- data/apis/sagemaker/2017-07-24/waiters-2.json +344 -0
- data/apis/translate/2017-07-01/api-2.json +119 -0
- data/apis/translate/2017-07-01/examples-1.json +5 -0
- data/apis/translate/2017-07-01/paginators-1.json +4 -0
- data/lib/aws-sdk-core.rb +8 -0
- data/lib/aws-sdk-core/comprehend.rb +6 -0
- data/lib/aws-sdk-core/iotjobsdataplane.rb +6 -0
- data/lib/aws-sdk-core/kinesisvideo.rb +6 -0
- data/lib/aws-sdk-core/kinesisvideoarchivedmedia.rb +6 -0
- data/lib/aws-sdk-core/kinesisvideomedia.rb +6 -0
- data/lib/aws-sdk-core/sagemaker.rb +7 -0
- data/lib/aws-sdk-core/sagemakerruntime.rb +6 -0
- data/lib/aws-sdk-core/translate.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +32 -0
- metadata +34 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pagination": {
|
|
3
|
+
"ListEndpointConfigs": {
|
|
4
|
+
"input_token": "NextToken",
|
|
5
|
+
"output_token": "NextToken",
|
|
6
|
+
"limit_key": "MaxResults"
|
|
7
|
+
},
|
|
8
|
+
"ListEndpoints": {
|
|
9
|
+
"input_token": "NextToken",
|
|
10
|
+
"output_token": "NextToken",
|
|
11
|
+
"limit_key": "MaxResults"
|
|
12
|
+
},
|
|
13
|
+
"ListModels": {
|
|
14
|
+
"input_token": "NextToken",
|
|
15
|
+
"output_token": "NextToken",
|
|
16
|
+
"limit_key": "MaxResults"
|
|
17
|
+
},
|
|
18
|
+
"ListNotebookInstances": {
|
|
19
|
+
"input_token": "NextToken",
|
|
20
|
+
"output_token": "NextToken",
|
|
21
|
+
"limit_key": "MaxResults"
|
|
22
|
+
},
|
|
23
|
+
"ListTags": {
|
|
24
|
+
"input_token": "NextToken",
|
|
25
|
+
"output_token": "NextToken",
|
|
26
|
+
"limit_key": "MaxResults"
|
|
27
|
+
},
|
|
28
|
+
"ListTrainingJobs": {
|
|
29
|
+
"input_token": "NextToken",
|
|
30
|
+
"output_token": "NextToken",
|
|
31
|
+
"limit_key": "MaxResults"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,344 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 2,
|
|
3
|
+
"waiters": {
|
|
4
|
+
"NotebookInstance_Running": {
|
|
5
|
+
"delay": 120,
|
|
6
|
+
"interval": 120,
|
|
7
|
+
"operation": "DescribeNotebookInstance",
|
|
8
|
+
"maxAttempts": 120,
|
|
9
|
+
"acceptors": [
|
|
10
|
+
{
|
|
11
|
+
"expected": "InService",
|
|
12
|
+
"matcher": "path",
|
|
13
|
+
"state": "success",
|
|
14
|
+
"argument": "NotebookInstanceStatus"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"expected": "ThrottlingException",
|
|
18
|
+
"matcher": "error",
|
|
19
|
+
"state": "retry"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"expected": "Failed",
|
|
23
|
+
"matcher": "path",
|
|
24
|
+
"state": "failure",
|
|
25
|
+
"argument": "NotebookInstanceStatus"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"expected": "Stopped",
|
|
29
|
+
"matcher": "path",
|
|
30
|
+
"state": "failure",
|
|
31
|
+
"argument": "NotebookInstanceStatus"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"expected": "Stopping",
|
|
35
|
+
"matcher": "path",
|
|
36
|
+
"state": "failure",
|
|
37
|
+
"argument": "NotebookInstanceStatus"
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
"NotebookInstance_Stopped": {
|
|
42
|
+
"delay": 120,
|
|
43
|
+
"interval": 120,
|
|
44
|
+
"operation": "DescribeNotebookInstance",
|
|
45
|
+
"maxAttempts": 120,
|
|
46
|
+
"acceptors": [
|
|
47
|
+
{
|
|
48
|
+
"expected": "Stopped",
|
|
49
|
+
"matcher": "path",
|
|
50
|
+
"state": "success",
|
|
51
|
+
"argument": "NotebookInstanceStatus"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"expected": "Stopping",
|
|
55
|
+
"matcher": "path",
|
|
56
|
+
"state": "retry",
|
|
57
|
+
"argument": "NotebookInstanceStatus"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"expected": "ThrottlingException",
|
|
61
|
+
"matcher": "error",
|
|
62
|
+
"state": "retry"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"expected": "Failed",
|
|
66
|
+
"matcher": "path",
|
|
67
|
+
"state": "failure",
|
|
68
|
+
"argument": "NotebookInstanceStatus"
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
"NotebookInstance_Deleted": {
|
|
73
|
+
"delay": 120,
|
|
74
|
+
"interval": 120,
|
|
75
|
+
"operation": "DescribeNotebookInstance",
|
|
76
|
+
"maxAttempts": 120,
|
|
77
|
+
"acceptors": [
|
|
78
|
+
{
|
|
79
|
+
"expected": "ValidationException",
|
|
80
|
+
"matcher": "error",
|
|
81
|
+
"state": "success"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"expected": "Deleting",
|
|
85
|
+
"matcher": "path",
|
|
86
|
+
"state": "retry",
|
|
87
|
+
"argument": "NotebookInstanceStatus"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"expected": "ThrottlingException",
|
|
91
|
+
"matcher": "error",
|
|
92
|
+
"state": "retry"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"expected": "Failed",
|
|
96
|
+
"matcher": "path",
|
|
97
|
+
"state": "failure",
|
|
98
|
+
"argument": "NotebookInstanceStatus"
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
"TrainingJob_Stopped": {
|
|
103
|
+
"delay": 120,
|
|
104
|
+
"interval": 120,
|
|
105
|
+
"operation": "DescribeTrainingJob",
|
|
106
|
+
"maxAttempts": 120,
|
|
107
|
+
"acceptors": [
|
|
108
|
+
{
|
|
109
|
+
"expected": "Completed",
|
|
110
|
+
"matcher": "path",
|
|
111
|
+
"state": "success",
|
|
112
|
+
"argument": "TrainingJobStatus"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"expected": "Stopping",
|
|
116
|
+
"matcher": "path",
|
|
117
|
+
"state": "retry",
|
|
118
|
+
"argument": "TrainingJobStatus"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"expected": "Stopped",
|
|
122
|
+
"matcher": "path",
|
|
123
|
+
"state": "success",
|
|
124
|
+
"argument": "TrainingJobStatus"
|
|
125
|
+
},
|
|
126
|
+
|
|
127
|
+
{
|
|
128
|
+
"expected": "ThrottlingException",
|
|
129
|
+
"matcher": "error",
|
|
130
|
+
"state": "retry"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"expected": "ValidationException",
|
|
134
|
+
"matcher": "error",
|
|
135
|
+
"state": "failure"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"expected": "Failed",
|
|
139
|
+
"matcher": "path",
|
|
140
|
+
"state": "failure",
|
|
141
|
+
"argument": "TrainingJobStatus"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"expected": "Deleting",
|
|
145
|
+
"matcher": "path",
|
|
146
|
+
"state": "failure",
|
|
147
|
+
"argument": "TrainingJobStatus"
|
|
148
|
+
}
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
"TrainingJob_Deleted": {
|
|
152
|
+
"delay": 120,
|
|
153
|
+
"interval": 120,
|
|
154
|
+
"operation": "DescribeTrainingJob",
|
|
155
|
+
"maxAttempts": 120,
|
|
156
|
+
"acceptors": [
|
|
157
|
+
{
|
|
158
|
+
"expected": "ValidationException",
|
|
159
|
+
"matcher": "error",
|
|
160
|
+
"state": "success"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"expected": "Deleting",
|
|
164
|
+
"matcher": "path",
|
|
165
|
+
"state": "retry",
|
|
166
|
+
"argument": "TrainingJobStatus"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"expected": "ThrottlingException",
|
|
170
|
+
"matcher": "error",
|
|
171
|
+
"state": "retry"
|
|
172
|
+
}
|
|
173
|
+
]
|
|
174
|
+
},
|
|
175
|
+
"TrainingJob_Created": {
|
|
176
|
+
"delay": 120,
|
|
177
|
+
"interval": 120,
|
|
178
|
+
"operation": "DescribeTrainingJob",
|
|
179
|
+
"maxAttempts": 120,
|
|
180
|
+
"acceptors": [
|
|
181
|
+
{
|
|
182
|
+
"expected": "Created",
|
|
183
|
+
"matcher": "path",
|
|
184
|
+
"state": "success",
|
|
185
|
+
"argument": "TrainingJobStatus"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"expected": "Completed",
|
|
189
|
+
"matcher": "path",
|
|
190
|
+
"state": "success",
|
|
191
|
+
"argument": "TrainingJobStatus"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"expected": "InProgress",
|
|
195
|
+
"matcher": "path",
|
|
196
|
+
"state": "retry",
|
|
197
|
+
"argument": "TrainingJobStatus"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"expected": "Failed",
|
|
201
|
+
"matcher": "path",
|
|
202
|
+
"state": "failure",
|
|
203
|
+
"argument": "TrainingJobStatus"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"expected": "Stopping",
|
|
207
|
+
"matcher": "path",
|
|
208
|
+
"state": "failure",
|
|
209
|
+
"argument": "TrainingJobStatus"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"expected": "Stopped",
|
|
213
|
+
"matcher": "path",
|
|
214
|
+
"state": "failure",
|
|
215
|
+
"argument": "TrainingJobStatus"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"expected": "Deleting",
|
|
219
|
+
"matcher": "path",
|
|
220
|
+
"state": "failure",
|
|
221
|
+
"argument": "TrainingJobStatus"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"expected": "ValidationException",
|
|
225
|
+
"matcher": "error",
|
|
226
|
+
"state": "failure"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"expected": "ThrottlingException",
|
|
230
|
+
"matcher": "error",
|
|
231
|
+
"state": "retry"
|
|
232
|
+
}
|
|
233
|
+
]
|
|
234
|
+
},
|
|
235
|
+
"Endpoint_Created": {
|
|
236
|
+
"delay": 120,
|
|
237
|
+
"interval": 120,
|
|
238
|
+
"operation": "DescribeEndpoint",
|
|
239
|
+
"maxAttempts": 120,
|
|
240
|
+
"acceptors": [
|
|
241
|
+
{
|
|
242
|
+
"expected": "InService",
|
|
243
|
+
"matcher": "path",
|
|
244
|
+
"state": "success",
|
|
245
|
+
"argument": "EndpointStatus"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"expected": "Creating",
|
|
249
|
+
"matcher": "path",
|
|
250
|
+
"state": "retry",
|
|
251
|
+
"argument": "EndpointStatus"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"expected": "Failed",
|
|
255
|
+
"matcher": "path",
|
|
256
|
+
"state": "failure",
|
|
257
|
+
"argument": "EndpointStatus"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"expected": "ThrottlingException",
|
|
261
|
+
"matcher": "error",
|
|
262
|
+
"state": "retry"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"expected": "ValidationException",
|
|
266
|
+
"matcher": "error",
|
|
267
|
+
"state": "failure"
|
|
268
|
+
}
|
|
269
|
+
]
|
|
270
|
+
},
|
|
271
|
+
"Endpoint_Deleted": {
|
|
272
|
+
"delay": 120,
|
|
273
|
+
"interval": 120,
|
|
274
|
+
"operation": "DescribeEndpoint",
|
|
275
|
+
"maxAttempts": 120,
|
|
276
|
+
"acceptors": [
|
|
277
|
+
{
|
|
278
|
+
"expected": "ValidationException",
|
|
279
|
+
"matcher": "error",
|
|
280
|
+
"state": "success"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"expected": "Deleting",
|
|
284
|
+
"matcher": "path",
|
|
285
|
+
"state": "retry",
|
|
286
|
+
"argument": "EndpointStatus"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"expected": "Failed",
|
|
290
|
+
"matcher": "path",
|
|
291
|
+
"state": "failure",
|
|
292
|
+
"argument": "EndpointStatus"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"expected": "ThrottlingException",
|
|
296
|
+
"matcher": "error",
|
|
297
|
+
"state": "retry"
|
|
298
|
+
}
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
"Endpoint_Updated": {
|
|
302
|
+
"delay": 120,
|
|
303
|
+
"interval": 120,
|
|
304
|
+
"operation": "DescribeEndpoint",
|
|
305
|
+
"maxAttempts": 120,
|
|
306
|
+
"acceptors": [
|
|
307
|
+
{
|
|
308
|
+
"expected": "200",
|
|
309
|
+
"matcher": "path",
|
|
310
|
+
"state": "success",
|
|
311
|
+
"argument": "EndpointName"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"expected": "Updating",
|
|
315
|
+
"matcher": "path",
|
|
316
|
+
"state": "retry",
|
|
317
|
+
"argument": "EndpointStatus"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"expected": "RollingBack",
|
|
321
|
+
"matcher": "path",
|
|
322
|
+
"state": "retry",
|
|
323
|
+
"argument": "EndpointStatus"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"expected": "Failed",
|
|
327
|
+
"matcher": "path",
|
|
328
|
+
"state": "failure",
|
|
329
|
+
"argument": "EndpointStatus"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"expected": "ThrottlingException",
|
|
333
|
+
"matcher": "error",
|
|
334
|
+
"state": "retry"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"expected": "ValidationException",
|
|
338
|
+
"matcher": "error",
|
|
339
|
+
"state": "retry"
|
|
340
|
+
}
|
|
341
|
+
]
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version":"2.0",
|
|
3
|
+
"metadata":{
|
|
4
|
+
"apiVersion":"2017-07-01",
|
|
5
|
+
"endpointPrefix":"translate",
|
|
6
|
+
"jsonVersion":"1.1",
|
|
7
|
+
"protocol":"json",
|
|
8
|
+
"serviceFullName":"Amazon Translate",
|
|
9
|
+
"serviceId":"Translate",
|
|
10
|
+
"signatureVersion":"v4",
|
|
11
|
+
"signingName":"translate",
|
|
12
|
+
"targetPrefix":"AWSShineFrontendService_20170701",
|
|
13
|
+
"uid":"translate-2017-07-01"
|
|
14
|
+
},
|
|
15
|
+
"operations":{
|
|
16
|
+
"TranslateText":{
|
|
17
|
+
"name":"TranslateText",
|
|
18
|
+
"http":{
|
|
19
|
+
"method":"POST",
|
|
20
|
+
"requestUri":"/"
|
|
21
|
+
},
|
|
22
|
+
"input":{"shape":"TranslateTextRequest"},
|
|
23
|
+
"output":{"shape":"TranslateTextResponse"},
|
|
24
|
+
"errors":[
|
|
25
|
+
{"shape":"InvalidRequestException"},
|
|
26
|
+
{"shape":"TextSizeLimitExceededException"},
|
|
27
|
+
{"shape":"TooManyRequestsException"},
|
|
28
|
+
{"shape":"UnsupportedLanguagePairException"},
|
|
29
|
+
{"shape":"InternalServerException"},
|
|
30
|
+
{"shape":"ServiceUnavailableException"}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"shapes":{
|
|
35
|
+
"BoundedLengthString":{
|
|
36
|
+
"type":"string",
|
|
37
|
+
"max":1000,
|
|
38
|
+
"min":1
|
|
39
|
+
},
|
|
40
|
+
"InternalServerException":{
|
|
41
|
+
"type":"structure",
|
|
42
|
+
"members":{
|
|
43
|
+
"Message":{"shape":"String"}
|
|
44
|
+
},
|
|
45
|
+
"exception":true,
|
|
46
|
+
"fault":true
|
|
47
|
+
},
|
|
48
|
+
"InvalidRequestException":{
|
|
49
|
+
"type":"structure",
|
|
50
|
+
"members":{
|
|
51
|
+
"Message":{"shape":"String"}
|
|
52
|
+
},
|
|
53
|
+
"exception":true
|
|
54
|
+
},
|
|
55
|
+
"LanguageCodeString":{
|
|
56
|
+
"type":"string",
|
|
57
|
+
"max":5,
|
|
58
|
+
"min":2
|
|
59
|
+
},
|
|
60
|
+
"ServiceUnavailableException":{
|
|
61
|
+
"type":"structure",
|
|
62
|
+
"members":{
|
|
63
|
+
"Message":{"shape":"String"}
|
|
64
|
+
},
|
|
65
|
+
"exception":true
|
|
66
|
+
},
|
|
67
|
+
"String":{
|
|
68
|
+
"type":"string",
|
|
69
|
+
"min":1
|
|
70
|
+
},
|
|
71
|
+
"TextSizeLimitExceededException":{
|
|
72
|
+
"type":"structure",
|
|
73
|
+
"members":{
|
|
74
|
+
"Message":{"shape":"String"}
|
|
75
|
+
},
|
|
76
|
+
"exception":true
|
|
77
|
+
},
|
|
78
|
+
"TooManyRequestsException":{
|
|
79
|
+
"type":"structure",
|
|
80
|
+
"members":{
|
|
81
|
+
"Message":{"shape":"String"}
|
|
82
|
+
},
|
|
83
|
+
"exception":true
|
|
84
|
+
},
|
|
85
|
+
"TranslateTextRequest":{
|
|
86
|
+
"type":"structure",
|
|
87
|
+
"required":[
|
|
88
|
+
"Text",
|
|
89
|
+
"SourceLanguageCode",
|
|
90
|
+
"TargetLanguageCode"
|
|
91
|
+
],
|
|
92
|
+
"members":{
|
|
93
|
+
"Text":{"shape":"BoundedLengthString"},
|
|
94
|
+
"SourceLanguageCode":{"shape":"LanguageCodeString"},
|
|
95
|
+
"TargetLanguageCode":{"shape":"LanguageCodeString"}
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"TranslateTextResponse":{
|
|
99
|
+
"type":"structure",
|
|
100
|
+
"required":[
|
|
101
|
+
"TranslatedText",
|
|
102
|
+
"SourceLanguageCode",
|
|
103
|
+
"TargetLanguageCode"
|
|
104
|
+
],
|
|
105
|
+
"members":{
|
|
106
|
+
"TranslatedText":{"shape":"String"},
|
|
107
|
+
"SourceLanguageCode":{"shape":"LanguageCodeString"},
|
|
108
|
+
"TargetLanguageCode":{"shape":"LanguageCodeString"}
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"UnsupportedLanguagePairException":{
|
|
112
|
+
"type":"structure",
|
|
113
|
+
"members":{
|
|
114
|
+
"Message":{"shape":"String"}
|
|
115
|
+
},
|
|
116
|
+
"exception":true
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|