aws-sdk-elementalinference 1.4.0 → 1.5.0
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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elementalinference/client.rb +383 -26
- data/lib/aws-sdk-elementalinference/client_api.rb +199 -0
- data/lib/aws-sdk-elementalinference/types.rb +486 -72
- data/lib/aws-sdk-elementalinference.rb +1 -1
- data/sig/client.rbs +89 -7
- data/sig/params.rbs +20 -7
- data/sig/types.rbs +114 -0
- metadata +1 -1
|
@@ -15,32 +15,53 @@ module Aws::ElementalInference
|
|
|
15
15
|
include Seahorse::Model
|
|
16
16
|
|
|
17
17
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
18
|
+
AspectRatio = Shapes::StructureShape.new(name: 'AspectRatio')
|
|
18
19
|
AssociateFeedRequest = Shapes::StructureShape.new(name: 'AssociateFeedRequest')
|
|
19
20
|
AssociateFeedResponse = Shapes::StructureShape.new(name: 'AssociateFeedResponse')
|
|
20
21
|
AssociatedResourceName = Shapes::StringShape.new(name: 'AssociatedResourceName')
|
|
21
22
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
22
23
|
ClippingConfig = Shapes::StructureShape.new(name: 'ClippingConfig')
|
|
23
24
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
25
|
+
CreateDictionaryRequest = Shapes::StructureShape.new(name: 'CreateDictionaryRequest')
|
|
26
|
+
CreateDictionaryResponse = Shapes::StructureShape.new(name: 'CreateDictionaryResponse')
|
|
24
27
|
CreateFeedRequest = Shapes::StructureShape.new(name: 'CreateFeedRequest')
|
|
25
28
|
CreateFeedResponse = Shapes::StructureShape.new(name: 'CreateFeedResponse')
|
|
26
29
|
CreateOutput = Shapes::StructureShape.new(name: 'CreateOutput')
|
|
27
30
|
CreateOutputList = Shapes::ListShape.new(name: 'CreateOutputList')
|
|
28
31
|
CroppingConfig = Shapes::StructureShape.new(name: 'CroppingConfig')
|
|
32
|
+
DeleteDictionaryRequest = Shapes::StructureShape.new(name: 'DeleteDictionaryRequest')
|
|
33
|
+
DeleteDictionaryResponse = Shapes::StructureShape.new(name: 'DeleteDictionaryResponse')
|
|
29
34
|
DeleteFeedRequest = Shapes::StructureShape.new(name: 'DeleteFeedRequest')
|
|
30
35
|
DeleteFeedResponse = Shapes::StructureShape.new(name: 'DeleteFeedResponse')
|
|
36
|
+
DictionaryArn = Shapes::StringShape.new(name: 'DictionaryArn')
|
|
37
|
+
DictionaryEntriesPayload = Shapes::StringShape.new(name: 'DictionaryEntriesPayload')
|
|
38
|
+
DictionaryId = Shapes::StringShape.new(name: 'DictionaryId')
|
|
39
|
+
DictionaryLanguage = Shapes::StringShape.new(name: 'DictionaryLanguage')
|
|
40
|
+
DictionaryStatus = Shapes::StringShape.new(name: 'DictionaryStatus')
|
|
41
|
+
DictionarySummary = Shapes::StructureShape.new(name: 'DictionarySummary')
|
|
42
|
+
DictionarySummaryList = Shapes::ListShape.new(name: 'DictionarySummaryList')
|
|
31
43
|
DisassociateFeedRequest = Shapes::StructureShape.new(name: 'DisassociateFeedRequest')
|
|
32
44
|
DisassociateFeedResponse = Shapes::StructureShape.new(name: 'DisassociateFeedResponse')
|
|
45
|
+
ExportDictionaryEntriesRequest = Shapes::StructureShape.new(name: 'ExportDictionaryEntriesRequest')
|
|
46
|
+
ExportDictionaryEntriesResponse = Shapes::StructureShape.new(name: 'ExportDictionaryEntriesResponse')
|
|
33
47
|
FeedArn = Shapes::StringShape.new(name: 'FeedArn')
|
|
34
48
|
FeedAssociation = Shapes::StructureShape.new(name: 'FeedAssociation')
|
|
35
49
|
FeedId = Shapes::StringShape.new(name: 'FeedId')
|
|
50
|
+
FeedReferences = Shapes::ListShape.new(name: 'FeedReferences')
|
|
36
51
|
FeedStatus = Shapes::StringShape.new(name: 'FeedStatus')
|
|
37
52
|
FeedSummary = Shapes::StructureShape.new(name: 'FeedSummary')
|
|
38
53
|
FeedSummaryList = Shapes::ListShape.new(name: 'FeedSummaryList')
|
|
54
|
+
GetDictionaryRequest = Shapes::StructureShape.new(name: 'GetDictionaryRequest')
|
|
55
|
+
GetDictionaryResponse = Shapes::StructureShape.new(name: 'GetDictionaryResponse')
|
|
39
56
|
GetFeedRequest = Shapes::StructureShape.new(name: 'GetFeedRequest')
|
|
40
57
|
GetFeedResponse = Shapes::StructureShape.new(name: 'GetFeedResponse')
|
|
41
58
|
GetOutput = Shapes::StructureShape.new(name: 'GetOutput')
|
|
42
59
|
GetOutputList = Shapes::ListShape.new(name: 'GetOutputList')
|
|
60
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
43
61
|
InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
|
|
62
|
+
ListDictionariesRequest = Shapes::StructureShape.new(name: 'ListDictionariesRequest')
|
|
63
|
+
ListDictionariesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListDictionariesRequestMaxResultsInteger')
|
|
64
|
+
ListDictionariesResponse = Shapes::StructureShape.new(name: 'ListDictionariesResponse')
|
|
44
65
|
ListFeedsRequest = Shapes::StructureShape.new(name: 'ListFeedsRequest')
|
|
45
66
|
ListFeedsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListFeedsRequestMaxResultsInteger')
|
|
46
67
|
ListFeedsResponse = Shapes::StructureShape.new(name: 'ListFeedsResponse')
|
|
@@ -48,6 +69,7 @@ module Aws::ElementalInference
|
|
|
48
69
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
|
49
70
|
OutputConfig = Shapes::UnionShape.new(name: 'OutputConfig')
|
|
50
71
|
OutputStatus = Shapes::StringShape.new(name: 'OutputStatus')
|
|
72
|
+
ProfanityFilterMode = Shapes::StringShape.new(name: 'ProfanityFilterMode')
|
|
51
73
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
|
52
74
|
ResourceDescription = Shapes::StringShape.new(name: 'ResourceDescription')
|
|
53
75
|
ResourceName = Shapes::StringShape.new(name: 'ResourceName')
|
|
@@ -55,13 +77,17 @@ module Aws::ElementalInference
|
|
|
55
77
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
56
78
|
String = Shapes::StringShape.new(name: 'String')
|
|
57
79
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
|
80
|
+
SubtitlingConfig = Shapes::StructureShape.new(name: 'SubtitlingConfig')
|
|
58
81
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
59
82
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
60
83
|
TagMap = Shapes::MapShape.new(name: 'TagMap')
|
|
61
84
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
|
62
85
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
|
63
86
|
TooManyRequestException = Shapes::StructureShape.new(name: 'TooManyRequestException')
|
|
87
|
+
TranscriptionLanguage = Shapes::StringShape.new(name: 'TranscriptionLanguage')
|
|
64
88
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
89
|
+
UpdateDictionaryRequest = Shapes::StructureShape.new(name: 'UpdateDictionaryRequest')
|
|
90
|
+
UpdateDictionaryResponse = Shapes::StructureShape.new(name: 'UpdateDictionaryResponse')
|
|
65
91
|
UpdateFeedRequest = Shapes::StructureShape.new(name: 'UpdateFeedRequest')
|
|
66
92
|
UpdateFeedResponse = Shapes::StructureShape.new(name: 'UpdateFeedResponse')
|
|
67
93
|
UpdateOutput = Shapes::StructureShape.new(name: 'UpdateOutput')
|
|
@@ -71,6 +97,10 @@ module Aws::ElementalInference
|
|
|
71
97
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
72
98
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
|
73
99
|
|
|
100
|
+
AspectRatio.add_member(:width, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "width"))
|
|
101
|
+
AspectRatio.add_member(:height, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "height"))
|
|
102
|
+
AspectRatio.struct_class = Types::AspectRatio
|
|
103
|
+
|
|
74
104
|
AssociateFeedRequest.add_member(:id, Shapes::ShapeRef.new(shape: FeedId, required: true, location: "uri", location_name: "id"))
|
|
75
105
|
AssociateFeedRequest.add_member(:associated_resource_name, Shapes::ShapeRef.new(shape: AssociatedResourceName, required: true, location_name: "associatedResourceName", metadata: {"idempotencyToken" => true}))
|
|
76
106
|
AssociateFeedRequest.add_member(:outputs, Shapes::ShapeRef.new(shape: CreateOutputList, required: true, location_name: "outputs"))
|
|
@@ -87,6 +117,21 @@ module Aws::ElementalInference
|
|
|
87
117
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
88
118
|
ConflictException.struct_class = Types::ConflictException
|
|
89
119
|
|
|
120
|
+
CreateDictionaryRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
121
|
+
CreateDictionaryRequest.add_member(:language, Shapes::ShapeRef.new(shape: DictionaryLanguage, required: true, location_name: "language"))
|
|
122
|
+
CreateDictionaryRequest.add_member(:entries, Shapes::ShapeRef.new(shape: DictionaryEntriesPayload, location_name: "entries"))
|
|
123
|
+
CreateDictionaryRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
124
|
+
CreateDictionaryRequest.struct_class = Types::CreateDictionaryRequest
|
|
125
|
+
|
|
126
|
+
CreateDictionaryResponse.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
127
|
+
CreateDictionaryResponse.add_member(:arn, Shapes::ShapeRef.new(shape: DictionaryArn, required: true, location_name: "arn"))
|
|
128
|
+
CreateDictionaryResponse.add_member(:id, Shapes::ShapeRef.new(shape: DictionaryId, required: true, location_name: "id"))
|
|
129
|
+
CreateDictionaryResponse.add_member(:language, Shapes::ShapeRef.new(shape: DictionaryLanguage, required: true, location_name: "language"))
|
|
130
|
+
CreateDictionaryResponse.add_member(:status, Shapes::ShapeRef.new(shape: DictionaryStatus, required: true, location_name: "status"))
|
|
131
|
+
CreateDictionaryResponse.add_member(:references, Shapes::ShapeRef.new(shape: FeedReferences, location_name: "references"))
|
|
132
|
+
CreateDictionaryResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
133
|
+
CreateDictionaryResponse.struct_class = Types::CreateDictionaryResponse
|
|
134
|
+
|
|
90
135
|
CreateFeedRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
91
136
|
CreateFeedRequest.add_member(:outputs, Shapes::ShapeRef.new(shape: CreateOutputList, required: true, location_name: "outputs"))
|
|
92
137
|
CreateFeedRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
@@ -112,6 +157,14 @@ module Aws::ElementalInference
|
|
|
112
157
|
|
|
113
158
|
CroppingConfig.struct_class = Types::CroppingConfig
|
|
114
159
|
|
|
160
|
+
DeleteDictionaryRequest.add_member(:id, Shapes::ShapeRef.new(shape: DictionaryId, required: true, location: "uri", location_name: "id"))
|
|
161
|
+
DeleteDictionaryRequest.struct_class = Types::DeleteDictionaryRequest
|
|
162
|
+
|
|
163
|
+
DeleteDictionaryResponse.add_member(:arn, Shapes::ShapeRef.new(shape: DictionaryArn, required: true, location_name: "arn"))
|
|
164
|
+
DeleteDictionaryResponse.add_member(:id, Shapes::ShapeRef.new(shape: DictionaryId, required: true, location_name: "id"))
|
|
165
|
+
DeleteDictionaryResponse.add_member(:status, Shapes::ShapeRef.new(shape: DictionaryStatus, required: true, location_name: "status"))
|
|
166
|
+
DeleteDictionaryResponse.struct_class = Types::DeleteDictionaryResponse
|
|
167
|
+
|
|
115
168
|
DeleteFeedRequest.add_member(:id, Shapes::ShapeRef.new(shape: FeedId, required: true, location: "uri", location_name: "id"))
|
|
116
169
|
DeleteFeedRequest.struct_class = Types::DeleteFeedRequest
|
|
117
170
|
|
|
@@ -120,6 +173,15 @@ module Aws::ElementalInference
|
|
|
120
173
|
DeleteFeedResponse.add_member(:status, Shapes::ShapeRef.new(shape: FeedStatus, required: true, location_name: "status"))
|
|
121
174
|
DeleteFeedResponse.struct_class = Types::DeleteFeedResponse
|
|
122
175
|
|
|
176
|
+
DictionarySummary.add_member(:arn, Shapes::ShapeRef.new(shape: DictionaryArn, required: true, location_name: "arn"))
|
|
177
|
+
DictionarySummary.add_member(:id, Shapes::ShapeRef.new(shape: DictionaryId, required: true, location_name: "id"))
|
|
178
|
+
DictionarySummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
179
|
+
DictionarySummary.add_member(:language, Shapes::ShapeRef.new(shape: DictionaryLanguage, required: true, location_name: "language"))
|
|
180
|
+
DictionarySummary.add_member(:status, Shapes::ShapeRef.new(shape: DictionaryStatus, required: true, location_name: "status"))
|
|
181
|
+
DictionarySummary.struct_class = Types::DictionarySummary
|
|
182
|
+
|
|
183
|
+
DictionarySummaryList.member = Shapes::ShapeRef.new(shape: DictionarySummary)
|
|
184
|
+
|
|
123
185
|
DisassociateFeedRequest.add_member(:id, Shapes::ShapeRef.new(shape: FeedId, required: true, location: "uri", location_name: "id"))
|
|
124
186
|
DisassociateFeedRequest.add_member(:associated_resource_name, Shapes::ShapeRef.new(shape: AssociatedResourceName, required: true, location_name: "associatedResourceName", metadata: {"idempotencyToken" => true}))
|
|
125
187
|
DisassociateFeedRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
@@ -129,9 +191,17 @@ module Aws::ElementalInference
|
|
|
129
191
|
DisassociateFeedResponse.add_member(:id, Shapes::ShapeRef.new(shape: FeedId, required: true, location_name: "id"))
|
|
130
192
|
DisassociateFeedResponse.struct_class = Types::DisassociateFeedResponse
|
|
131
193
|
|
|
194
|
+
ExportDictionaryEntriesRequest.add_member(:id, Shapes::ShapeRef.new(shape: DictionaryId, required: true, location: "uri", location_name: "id"))
|
|
195
|
+
ExportDictionaryEntriesRequest.struct_class = Types::ExportDictionaryEntriesRequest
|
|
196
|
+
|
|
197
|
+
ExportDictionaryEntriesResponse.add_member(:entries, Shapes::ShapeRef.new(shape: DictionaryEntriesPayload, location_name: "entries"))
|
|
198
|
+
ExportDictionaryEntriesResponse.struct_class = Types::ExportDictionaryEntriesResponse
|
|
199
|
+
|
|
132
200
|
FeedAssociation.add_member(:associated_resource_name, Shapes::ShapeRef.new(shape: AssociatedResourceName, required: true, location_name: "associatedResourceName"))
|
|
133
201
|
FeedAssociation.struct_class = Types::FeedAssociation
|
|
134
202
|
|
|
203
|
+
FeedReferences.member = Shapes::ShapeRef.new(shape: FeedId)
|
|
204
|
+
|
|
135
205
|
FeedSummary.add_member(:arn, Shapes::ShapeRef.new(shape: FeedArn, required: true, location_name: "arn"))
|
|
136
206
|
FeedSummary.add_member(:id, Shapes::ShapeRef.new(shape: FeedId, required: true, location_name: "id"))
|
|
137
207
|
FeedSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
@@ -141,6 +211,18 @@ module Aws::ElementalInference
|
|
|
141
211
|
|
|
142
212
|
FeedSummaryList.member = Shapes::ShapeRef.new(shape: FeedSummary)
|
|
143
213
|
|
|
214
|
+
GetDictionaryRequest.add_member(:id, Shapes::ShapeRef.new(shape: DictionaryId, required: true, location: "uri", location_name: "id"))
|
|
215
|
+
GetDictionaryRequest.struct_class = Types::GetDictionaryRequest
|
|
216
|
+
|
|
217
|
+
GetDictionaryResponse.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
218
|
+
GetDictionaryResponse.add_member(:arn, Shapes::ShapeRef.new(shape: DictionaryArn, required: true, location_name: "arn"))
|
|
219
|
+
GetDictionaryResponse.add_member(:id, Shapes::ShapeRef.new(shape: DictionaryId, required: true, location_name: "id"))
|
|
220
|
+
GetDictionaryResponse.add_member(:language, Shapes::ShapeRef.new(shape: DictionaryLanguage, required: true, location_name: "language"))
|
|
221
|
+
GetDictionaryResponse.add_member(:status, Shapes::ShapeRef.new(shape: DictionaryStatus, required: true, location_name: "status"))
|
|
222
|
+
GetDictionaryResponse.add_member(:references, Shapes::ShapeRef.new(shape: FeedReferences, location_name: "references"))
|
|
223
|
+
GetDictionaryResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
224
|
+
GetDictionaryResponse.struct_class = Types::GetDictionaryResponse
|
|
225
|
+
|
|
144
226
|
GetFeedRequest.add_member(:id, Shapes::ShapeRef.new(shape: FeedId, required: true, location: "uri", location_name: "id"))
|
|
145
227
|
GetFeedRequest.struct_class = Types::GetFeedRequest
|
|
146
228
|
|
|
@@ -166,6 +248,14 @@ module Aws::ElementalInference
|
|
|
166
248
|
InternalServerErrorException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
167
249
|
InternalServerErrorException.struct_class = Types::InternalServerErrorException
|
|
168
250
|
|
|
251
|
+
ListDictionariesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListDictionariesRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
252
|
+
ListDictionariesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
253
|
+
ListDictionariesRequest.struct_class = Types::ListDictionariesRequest
|
|
254
|
+
|
|
255
|
+
ListDictionariesResponse.add_member(:dictionaries, Shapes::ShapeRef.new(shape: DictionarySummaryList, required: true, location_name: "dictionaries"))
|
|
256
|
+
ListDictionariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
257
|
+
ListDictionariesResponse.struct_class = Types::ListDictionariesResponse
|
|
258
|
+
|
|
169
259
|
ListFeedsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListFeedsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
170
260
|
ListFeedsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
171
261
|
ListFeedsRequest.struct_class = Types::ListFeedsRequest
|
|
@@ -182,9 +272,11 @@ module Aws::ElementalInference
|
|
|
182
272
|
|
|
183
273
|
OutputConfig.add_member(:cropping, Shapes::ShapeRef.new(shape: CroppingConfig, location_name: "cropping"))
|
|
184
274
|
OutputConfig.add_member(:clipping, Shapes::ShapeRef.new(shape: ClippingConfig, location_name: "clipping"))
|
|
275
|
+
OutputConfig.add_member(:subtitling, Shapes::ShapeRef.new(shape: SubtitlingConfig, location_name: "subtitling"))
|
|
185
276
|
OutputConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
186
277
|
OutputConfig.add_member_subclass(:cropping, Types::OutputConfig::Cropping)
|
|
187
278
|
OutputConfig.add_member_subclass(:clipping, Types::OutputConfig::Clipping)
|
|
279
|
+
OutputConfig.add_member_subclass(:subtitling, Types::OutputConfig::Subtitling)
|
|
188
280
|
OutputConfig.add_member_subclass(:unknown, Types::OutputConfig::Unknown)
|
|
189
281
|
OutputConfig.struct_class = Types::OutputConfig
|
|
190
282
|
|
|
@@ -196,6 +288,12 @@ module Aws::ElementalInference
|
|
|
196
288
|
|
|
197
289
|
StringList.member = Shapes::ShapeRef.new(shape: String)
|
|
198
290
|
|
|
291
|
+
SubtitlingConfig.add_member(:language, Shapes::ShapeRef.new(shape: TranscriptionLanguage, required: true, location_name: "language"))
|
|
292
|
+
SubtitlingConfig.add_member(:aspect_ratio, Shapes::ShapeRef.new(shape: AspectRatio, location_name: "aspectRatio"))
|
|
293
|
+
SubtitlingConfig.add_member(:dictionary, Shapes::ShapeRef.new(shape: DictionaryId, location_name: "dictionary"))
|
|
294
|
+
SubtitlingConfig.add_member(:profanity_filter, Shapes::ShapeRef.new(shape: ProfanityFilterMode, location_name: "profanityFilter"))
|
|
295
|
+
SubtitlingConfig.struct_class = Types::SubtitlingConfig
|
|
296
|
+
|
|
199
297
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
200
298
|
|
|
201
299
|
TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
@@ -212,6 +310,21 @@ module Aws::ElementalInference
|
|
|
212
310
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
|
213
311
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
|
214
312
|
|
|
313
|
+
UpdateDictionaryRequest.add_member(:id, Shapes::ShapeRef.new(shape: DictionaryId, required: true, location: "uri", location_name: "id"))
|
|
314
|
+
UpdateDictionaryRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
|
315
|
+
UpdateDictionaryRequest.add_member(:language, Shapes::ShapeRef.new(shape: DictionaryLanguage, location_name: "language"))
|
|
316
|
+
UpdateDictionaryRequest.add_member(:entries, Shapes::ShapeRef.new(shape: DictionaryEntriesPayload, location_name: "entries"))
|
|
317
|
+
UpdateDictionaryRequest.struct_class = Types::UpdateDictionaryRequest
|
|
318
|
+
|
|
319
|
+
UpdateDictionaryResponse.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
320
|
+
UpdateDictionaryResponse.add_member(:arn, Shapes::ShapeRef.new(shape: DictionaryArn, required: true, location_name: "arn"))
|
|
321
|
+
UpdateDictionaryResponse.add_member(:id, Shapes::ShapeRef.new(shape: DictionaryId, required: true, location_name: "id"))
|
|
322
|
+
UpdateDictionaryResponse.add_member(:language, Shapes::ShapeRef.new(shape: DictionaryLanguage, required: true, location_name: "language"))
|
|
323
|
+
UpdateDictionaryResponse.add_member(:status, Shapes::ShapeRef.new(shape: DictionaryStatus, required: true, location_name: "status"))
|
|
324
|
+
UpdateDictionaryResponse.add_member(:references, Shapes::ShapeRef.new(shape: FeedReferences, location_name: "references"))
|
|
325
|
+
UpdateDictionaryResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
326
|
+
UpdateDictionaryResponse.struct_class = Types::UpdateDictionaryResponse
|
|
327
|
+
|
|
215
328
|
UpdateFeedRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
216
329
|
UpdateFeedRequest.add_member(:id, Shapes::ShapeRef.new(shape: FeedId, required: true, location: "uri", location_name: "id"))
|
|
217
330
|
UpdateFeedRequest.add_member(:outputs, Shapes::ShapeRef.new(shape: UpdateOutputList, required: true, location_name: "outputs"))
|
|
@@ -273,6 +386,20 @@ module Aws::ElementalInference
|
|
|
273
386
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
274
387
|
end)
|
|
275
388
|
|
|
389
|
+
api.add_operation(:create_dictionary, Seahorse::Model::Operation.new.tap do |o|
|
|
390
|
+
o.name = "CreateDictionary"
|
|
391
|
+
o.http_method = "POST"
|
|
392
|
+
o.http_request_uri = "/v1/dictionary"
|
|
393
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDictionaryRequest)
|
|
394
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDictionaryResponse)
|
|
395
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
396
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
397
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
398
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestException)
|
|
399
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
400
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
401
|
+
end)
|
|
402
|
+
|
|
276
403
|
api.add_operation(:create_feed, Seahorse::Model::Operation.new.tap do |o|
|
|
277
404
|
o.name = "CreateFeed"
|
|
278
405
|
o.http_method = "POST"
|
|
@@ -287,6 +414,20 @@ module Aws::ElementalInference
|
|
|
287
414
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
288
415
|
end)
|
|
289
416
|
|
|
417
|
+
api.add_operation(:delete_dictionary, Seahorse::Model::Operation.new.tap do |o|
|
|
418
|
+
o.name = "DeleteDictionary"
|
|
419
|
+
o.http_method = "DELETE"
|
|
420
|
+
o.http_request_uri = "/v1/dictionary/{id}"
|
|
421
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDictionaryRequest)
|
|
422
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDictionaryResponse)
|
|
423
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
424
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
425
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
426
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
427
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestException)
|
|
428
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
429
|
+
end)
|
|
430
|
+
|
|
290
431
|
api.add_operation(:delete_feed, Seahorse::Model::Operation.new.tap do |o|
|
|
291
432
|
o.name = "DeleteFeed"
|
|
292
433
|
o.http_method = "DELETE"
|
|
@@ -315,6 +456,32 @@ module Aws::ElementalInference
|
|
|
315
456
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
316
457
|
end)
|
|
317
458
|
|
|
459
|
+
api.add_operation(:export_dictionary_entries, Seahorse::Model::Operation.new.tap do |o|
|
|
460
|
+
o.name = "ExportDictionaryEntries"
|
|
461
|
+
o.http_method = "GET"
|
|
462
|
+
o.http_request_uri = "/v1/dictionary/{id}/entries/export"
|
|
463
|
+
o.input = Shapes::ShapeRef.new(shape: ExportDictionaryEntriesRequest)
|
|
464
|
+
o.output = Shapes::ShapeRef.new(shape: ExportDictionaryEntriesResponse)
|
|
465
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
466
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
467
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
468
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
469
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestException)
|
|
470
|
+
end)
|
|
471
|
+
|
|
472
|
+
api.add_operation(:get_dictionary, Seahorse::Model::Operation.new.tap do |o|
|
|
473
|
+
o.name = "GetDictionary"
|
|
474
|
+
o.http_method = "GET"
|
|
475
|
+
o.http_request_uri = "/v1/dictionary/{id}"
|
|
476
|
+
o.input = Shapes::ShapeRef.new(shape: GetDictionaryRequest)
|
|
477
|
+
o.output = Shapes::ShapeRef.new(shape: GetDictionaryResponse)
|
|
478
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
479
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
480
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
481
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
482
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestException)
|
|
483
|
+
end)
|
|
484
|
+
|
|
318
485
|
api.add_operation(:get_feed, Seahorse::Model::Operation.new.tap do |o|
|
|
319
486
|
o.name = "GetFeed"
|
|
320
487
|
o.http_method = "GET"
|
|
@@ -327,6 +494,24 @@ module Aws::ElementalInference
|
|
|
327
494
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestException)
|
|
328
495
|
end)
|
|
329
496
|
|
|
497
|
+
api.add_operation(:list_dictionaries, Seahorse::Model::Operation.new.tap do |o|
|
|
498
|
+
o.name = "ListDictionaries"
|
|
499
|
+
o.http_method = "GET"
|
|
500
|
+
o.http_request_uri = "/v1/dictionaries"
|
|
501
|
+
o.input = Shapes::ShapeRef.new(shape: ListDictionariesRequest)
|
|
502
|
+
o.output = Shapes::ShapeRef.new(shape: ListDictionariesResponse)
|
|
503
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
504
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
505
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
506
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestException)
|
|
507
|
+
o[:pager] = Aws::Pager.new(
|
|
508
|
+
limit_key: "max_results",
|
|
509
|
+
tokens: {
|
|
510
|
+
"next_token" => "next_token"
|
|
511
|
+
}
|
|
512
|
+
)
|
|
513
|
+
end)
|
|
514
|
+
|
|
330
515
|
api.add_operation(:list_feeds, Seahorse::Model::Operation.new.tap do |o|
|
|
331
516
|
o.name = "ListFeeds"
|
|
332
517
|
o.http_method = "GET"
|
|
@@ -387,6 +572,20 @@ module Aws::ElementalInference
|
|
|
387
572
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
388
573
|
end)
|
|
389
574
|
|
|
575
|
+
api.add_operation(:update_dictionary, Seahorse::Model::Operation.new.tap do |o|
|
|
576
|
+
o.name = "UpdateDictionary"
|
|
577
|
+
o.http_method = "PATCH"
|
|
578
|
+
o.http_request_uri = "/v1/dictionary/{id}"
|
|
579
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDictionaryRequest)
|
|
580
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDictionaryResponse)
|
|
581
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
582
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
583
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
584
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
585
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestException)
|
|
586
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
587
|
+
end)
|
|
588
|
+
|
|
390
589
|
api.add_operation(:update_feed, Seahorse::Model::Operation.new.tap do |o|
|
|
391
590
|
o.name = "UpdateFeed"
|
|
392
591
|
o.http_method = "PUT"
|