@aws-sdk/client-elementalinference 3.1075.0 → 3.1077.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.
- package/dist-cjs/index.js +778 -15
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -46
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/ElementalInferenceServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -88
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -38
- package/dist-cjs/schemas/schemas_0.js +0 -484
package/dist-cjs/index.js
CHANGED
|
@@ -1,21 +1,58 @@
|
|
|
1
|
-
|
|
2
|
-
const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
1
|
+
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
3
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
4
|
-
const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
5
4
|
exports.$Command = Command;
|
|
6
5
|
exports.__Client = Client;
|
|
7
|
-
const { resolveRegionConfig } = require("@smithy/core/config");
|
|
8
|
-
const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
9
|
-
const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
10
|
-
const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
11
|
-
const { getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
12
|
-
const {
|
|
13
|
-
const {
|
|
14
|
-
const {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
const {
|
|
18
|
-
|
|
6
|
+
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
|
+
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
8
|
+
const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
9
|
+
const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
10
|
+
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
|
+
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
|
+
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
|
+
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
|
+
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
16
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
17
|
+
|
|
18
|
+
const defaultElementalInferenceHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
19
|
+
return {
|
|
20
|
+
operation: getSmithyContext(context).operation,
|
|
21
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
22
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
23
|
+
})(),
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
27
|
+
return {
|
|
28
|
+
schemeId: "aws.auth#sigv4",
|
|
29
|
+
signingProperties: {
|
|
30
|
+
name: "elemental-inference",
|
|
31
|
+
region: authParameters.region,
|
|
32
|
+
},
|
|
33
|
+
propertiesExtractor: (config, context) => ({
|
|
34
|
+
signingProperties: {
|
|
35
|
+
config,
|
|
36
|
+
context,
|
|
37
|
+
},
|
|
38
|
+
}),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
const defaultElementalInferenceHttpAuthSchemeProvider = (authParameters) => {
|
|
42
|
+
const options = [];
|
|
43
|
+
switch (authParameters.operation) {
|
|
44
|
+
default: {
|
|
45
|
+
options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
return options;
|
|
49
|
+
};
|
|
50
|
+
const resolveHttpAuthSchemeConfig = (config) => {
|
|
51
|
+
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
52
|
+
return Object.assign(config_0, {
|
|
53
|
+
authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
|
|
54
|
+
});
|
|
55
|
+
};
|
|
19
56
|
|
|
20
57
|
const resolveClientEndpointParameters = (options) => {
|
|
21
58
|
return Object.assign(options, {
|
|
@@ -31,6 +68,658 @@ const commonParams = {
|
|
|
31
68
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
32
69
|
};
|
|
33
70
|
|
|
71
|
+
var version = "3.1076.0";
|
|
72
|
+
var packageInfo = {
|
|
73
|
+
version: version};
|
|
74
|
+
|
|
75
|
+
const k = "ref";
|
|
76
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
77
|
+
const _data = {
|
|
78
|
+
conditions: [
|
|
79
|
+
[c, [g]],
|
|
80
|
+
[c, j],
|
|
81
|
+
["aws.partition", j, d],
|
|
82
|
+
[e, [{ [k]: "UseFIPS" }, b]],
|
|
83
|
+
[e, [{ [k]: "UseDualStack" }, b]],
|
|
84
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
85
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
|
|
86
|
+
],
|
|
87
|
+
results: [
|
|
88
|
+
[a],
|
|
89
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
90
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
91
|
+
[g, i],
|
|
92
|
+
["https://elemental-inference-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
93
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
94
|
+
["https://elemental-inference-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
95
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
96
|
+
["https://elemental-inference.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
97
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
98
|
+
["https://elemental-inference.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
99
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
100
|
+
]
|
|
101
|
+
};
|
|
102
|
+
const root = 2;
|
|
103
|
+
const r = 100_000_000;
|
|
104
|
+
const nodes = new Int32Array([
|
|
105
|
+
-1, 1, -1,
|
|
106
|
+
0, 12, 3,
|
|
107
|
+
1, 4, r + 11,
|
|
108
|
+
2, 5, r + 11,
|
|
109
|
+
3, 8, 6,
|
|
110
|
+
4, 7, r + 10,
|
|
111
|
+
5, r + 8, r + 9,
|
|
112
|
+
4, 10, 9,
|
|
113
|
+
6, r + 6, r + 7,
|
|
114
|
+
5, 11, r + 5,
|
|
115
|
+
6, r + 4, r + 5,
|
|
116
|
+
3, r + 1, 13,
|
|
117
|
+
4, r + 2, r + 3,
|
|
118
|
+
]);
|
|
119
|
+
const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
120
|
+
|
|
121
|
+
const cache = new EndpointCache({
|
|
122
|
+
size: 50,
|
|
123
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
124
|
+
});
|
|
125
|
+
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
126
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
127
|
+
endpointParams: endpointParams,
|
|
128
|
+
logger: context.logger,
|
|
129
|
+
}));
|
|
130
|
+
};
|
|
131
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
132
|
+
|
|
133
|
+
class ElementalInferenceServiceException extends ServiceException {
|
|
134
|
+
constructor(options) {
|
|
135
|
+
super(options);
|
|
136
|
+
Object.setPrototypeOf(this, ElementalInferenceServiceException.prototype);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
class AccessDeniedException extends ElementalInferenceServiceException {
|
|
141
|
+
name = "AccessDeniedException";
|
|
142
|
+
$fault = "client";
|
|
143
|
+
constructor(opts) {
|
|
144
|
+
super({
|
|
145
|
+
name: "AccessDeniedException",
|
|
146
|
+
$fault: "client",
|
|
147
|
+
...opts,
|
|
148
|
+
});
|
|
149
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
class ConflictException extends ElementalInferenceServiceException {
|
|
153
|
+
name = "ConflictException";
|
|
154
|
+
$fault = "client";
|
|
155
|
+
$retryable = {};
|
|
156
|
+
constructor(opts) {
|
|
157
|
+
super({
|
|
158
|
+
name: "ConflictException",
|
|
159
|
+
$fault: "client",
|
|
160
|
+
...opts,
|
|
161
|
+
});
|
|
162
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
class InternalServerErrorException extends ElementalInferenceServiceException {
|
|
166
|
+
name = "InternalServerErrorException";
|
|
167
|
+
$fault = "server";
|
|
168
|
+
$retryable = {};
|
|
169
|
+
constructor(opts) {
|
|
170
|
+
super({
|
|
171
|
+
name: "InternalServerErrorException",
|
|
172
|
+
$fault: "server",
|
|
173
|
+
...opts,
|
|
174
|
+
});
|
|
175
|
+
Object.setPrototypeOf(this, InternalServerErrorException.prototype);
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
class ResourceNotFoundException extends ElementalInferenceServiceException {
|
|
179
|
+
name = "ResourceNotFoundException";
|
|
180
|
+
$fault = "client";
|
|
181
|
+
constructor(opts) {
|
|
182
|
+
super({
|
|
183
|
+
name: "ResourceNotFoundException",
|
|
184
|
+
$fault: "client",
|
|
185
|
+
...opts,
|
|
186
|
+
});
|
|
187
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
class ServiceQuotaExceededException extends ElementalInferenceServiceException {
|
|
191
|
+
name = "ServiceQuotaExceededException";
|
|
192
|
+
$fault = "client";
|
|
193
|
+
constructor(opts) {
|
|
194
|
+
super({
|
|
195
|
+
name: "ServiceQuotaExceededException",
|
|
196
|
+
$fault: "client",
|
|
197
|
+
...opts,
|
|
198
|
+
});
|
|
199
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
class TooManyRequestException extends ElementalInferenceServiceException {
|
|
203
|
+
name = "TooManyRequestException";
|
|
204
|
+
$fault = "client";
|
|
205
|
+
$retryable = {};
|
|
206
|
+
constructor(opts) {
|
|
207
|
+
super({
|
|
208
|
+
name: "TooManyRequestException",
|
|
209
|
+
$fault: "client",
|
|
210
|
+
...opts,
|
|
211
|
+
});
|
|
212
|
+
Object.setPrototypeOf(this, TooManyRequestException.prototype);
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
class ValidationException extends ElementalInferenceServiceException {
|
|
216
|
+
name = "ValidationException";
|
|
217
|
+
$fault = "client";
|
|
218
|
+
constructor(opts) {
|
|
219
|
+
super({
|
|
220
|
+
name: "ValidationException",
|
|
221
|
+
$fault: "client",
|
|
222
|
+
...opts,
|
|
223
|
+
});
|
|
224
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
const _ADE = "AccessDeniedException";
|
|
229
|
+
const _AF = "AssociateFeed";
|
|
230
|
+
const _AFR = "AssociateFeedRequest";
|
|
231
|
+
const _AFRs = "AssociateFeedResponse";
|
|
232
|
+
const _AR = "AspectRatio";
|
|
233
|
+
const _CC = "ClippingConfig";
|
|
234
|
+
const _CCr = "CroppingConfig";
|
|
235
|
+
const _CD = "CreateDictionary";
|
|
236
|
+
const _CDR = "CreateDictionaryRequest";
|
|
237
|
+
const _CDRr = "CreateDictionaryResponse";
|
|
238
|
+
const _CE = "ConflictException";
|
|
239
|
+
const _CF = "CreateFeed";
|
|
240
|
+
const _CFR = "CreateFeedRequest";
|
|
241
|
+
const _CFRr = "CreateFeedResponse";
|
|
242
|
+
const _CO = "CreateOutput";
|
|
243
|
+
const _COL = "CreateOutputList";
|
|
244
|
+
const _DD = "DeleteDictionary";
|
|
245
|
+
const _DDR = "DeleteDictionaryRequest";
|
|
246
|
+
const _DDRe = "DeleteDictionaryResponse";
|
|
247
|
+
const _DF = "DeleteFeed";
|
|
248
|
+
const _DFR = "DeleteFeedRequest";
|
|
249
|
+
const _DFRe = "DeleteFeedResponse";
|
|
250
|
+
const _DFRi = "DisassociateFeedRequest";
|
|
251
|
+
const _DFRis = "DisassociateFeedResponse";
|
|
252
|
+
const _DFi = "DisassociateFeed";
|
|
253
|
+
const _DS = "DictionarySummary";
|
|
254
|
+
const _DSL = "DictionarySummaryList";
|
|
255
|
+
const _EDE = "ExportDictionaryEntries";
|
|
256
|
+
const _EDER = "ExportDictionaryEntriesRequest";
|
|
257
|
+
const _EDERx = "ExportDictionaryEntriesResponse";
|
|
258
|
+
const _FA = "FeedAssociation";
|
|
259
|
+
const _FS = "FeedSummary";
|
|
260
|
+
const _FSL = "FeedSummaryList";
|
|
261
|
+
const _GD = "GetDictionary";
|
|
262
|
+
const _GDR = "GetDictionaryRequest";
|
|
263
|
+
const _GDRe = "GetDictionaryResponse";
|
|
264
|
+
const _GF = "GetFeed";
|
|
265
|
+
const _GFR = "GetFeedRequest";
|
|
266
|
+
const _GFRe = "GetFeedResponse";
|
|
267
|
+
const _GO = "GetOutput";
|
|
268
|
+
const _GOL = "GetOutputList";
|
|
269
|
+
const _ISEE = "InternalServerErrorException";
|
|
270
|
+
const _LD = "ListDictionaries";
|
|
271
|
+
const _LDR = "ListDictionariesRequest";
|
|
272
|
+
const _LDRi = "ListDictionariesResponse";
|
|
273
|
+
const _LF = "ListFeeds";
|
|
274
|
+
const _LFR = "ListFeedsRequest";
|
|
275
|
+
const _LFRi = "ListFeedsResponse";
|
|
276
|
+
const _LTFR = "ListTagsForResource";
|
|
277
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
278
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
279
|
+
const _OC = "OutputConfig";
|
|
280
|
+
const _RNFE = "ResourceNotFoundException";
|
|
281
|
+
const _SC = "SubtitlingConfig";
|
|
282
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
283
|
+
const _TMRE = "TooManyRequestException";
|
|
284
|
+
const _TR = "TagResource";
|
|
285
|
+
const _TRR = "TagResourceRequest";
|
|
286
|
+
const _UD = "UpdateDictionary";
|
|
287
|
+
const _UDR = "UpdateDictionaryRequest";
|
|
288
|
+
const _UDRp = "UpdateDictionaryResponse";
|
|
289
|
+
const _UF = "UpdateFeed";
|
|
290
|
+
const _UFR = "UpdateFeedRequest";
|
|
291
|
+
const _UFRp = "UpdateFeedResponse";
|
|
292
|
+
const _UO = "UpdateOutput";
|
|
293
|
+
const _UOL = "UpdateOutputList";
|
|
294
|
+
const _UR = "UntagResource";
|
|
295
|
+
const _URR = "UntagResourceRequest";
|
|
296
|
+
const _VE = "ValidationException";
|
|
297
|
+
const _a = "arn";
|
|
298
|
+
const _aR = "aspectRatio";
|
|
299
|
+
const _aRN = "associatedResourceName";
|
|
300
|
+
const _as = "association";
|
|
301
|
+
const _c = "client";
|
|
302
|
+
const _cM = "callbackMetadata";
|
|
303
|
+
const _cl = "clipping";
|
|
304
|
+
const _cr = "cropping";
|
|
305
|
+
const _d = "description";
|
|
306
|
+
const _dE = "dataEndpoints";
|
|
307
|
+
const _dR = "dryRun";
|
|
308
|
+
const _di = "dictionaries";
|
|
309
|
+
const _dic = "dictionary";
|
|
310
|
+
const _e = "error";
|
|
311
|
+
const _en = "entries";
|
|
312
|
+
const _f = "feeds";
|
|
313
|
+
const _fA = "fromAssociation";
|
|
314
|
+
const _h = "height";
|
|
315
|
+
const _hE = "httpError";
|
|
316
|
+
const _hQ = "httpQuery";
|
|
317
|
+
const _ht = "http";
|
|
318
|
+
const _i = "id";
|
|
319
|
+
const _l = "language";
|
|
320
|
+
const _m = "message";
|
|
321
|
+
const _mR = "maxResults";
|
|
322
|
+
const _n = "name";
|
|
323
|
+
const _nT = "nextToken";
|
|
324
|
+
const _o = "outputs";
|
|
325
|
+
const _oC = "outputConfig";
|
|
326
|
+
const _pF = "profanityFilter";
|
|
327
|
+
const _r = "references";
|
|
328
|
+
const _rA = "resourceArn";
|
|
329
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.elementalinference";
|
|
330
|
+
const _se = "server";
|
|
331
|
+
const _st = "status";
|
|
332
|
+
const _su = "subtitling";
|
|
333
|
+
const _t = "tags";
|
|
334
|
+
const _tK = "tagKeys";
|
|
335
|
+
const _w = "width";
|
|
336
|
+
const n0 = "com.amazonaws.elementalinference";
|
|
337
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
338
|
+
var ElementalInferenceServiceException$ = [-3, _s, "ElementalInferenceServiceException", 0, [], []];
|
|
339
|
+
_s_registry.registerError(ElementalInferenceServiceException$, ElementalInferenceServiceException);
|
|
340
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
341
|
+
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
342
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
343
|
+
[_m],
|
|
344
|
+
[0], 1
|
|
345
|
+
];
|
|
346
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
347
|
+
var ConflictException$ = [-3, n0, _CE,
|
|
348
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
349
|
+
[_m],
|
|
350
|
+
[0], 1
|
|
351
|
+
];
|
|
352
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
353
|
+
var InternalServerErrorException$ = [-3, n0, _ISEE,
|
|
354
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
355
|
+
[_m],
|
|
356
|
+
[0], 1
|
|
357
|
+
];
|
|
358
|
+
n0_registry.registerError(InternalServerErrorException$, InternalServerErrorException);
|
|
359
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
360
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
361
|
+
[_m],
|
|
362
|
+
[0], 1
|
|
363
|
+
];
|
|
364
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
365
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
366
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
367
|
+
[_m],
|
|
368
|
+
[0], 1
|
|
369
|
+
];
|
|
370
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
371
|
+
var TooManyRequestException$ = [-3, n0, _TMRE,
|
|
372
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
373
|
+
[_m],
|
|
374
|
+
[0], 1
|
|
375
|
+
];
|
|
376
|
+
n0_registry.registerError(TooManyRequestException$, TooManyRequestException);
|
|
377
|
+
var ValidationException$ = [-3, n0, _VE,
|
|
378
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
379
|
+
[_m],
|
|
380
|
+
[0], 1
|
|
381
|
+
];
|
|
382
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
383
|
+
const errorTypeRegistries = [
|
|
384
|
+
_s_registry,
|
|
385
|
+
n0_registry,
|
|
386
|
+
];
|
|
387
|
+
var AspectRatio$ = [3, n0, _AR,
|
|
388
|
+
0,
|
|
389
|
+
[_w, _h],
|
|
390
|
+
[1, 1], 2
|
|
391
|
+
];
|
|
392
|
+
var AssociateFeedRequest$ = [3, n0, _AFR,
|
|
393
|
+
0,
|
|
394
|
+
[_i, _o, _aRN, _dR],
|
|
395
|
+
[[0, 1], () => CreateOutputList, [0, 4], 2], 2
|
|
396
|
+
];
|
|
397
|
+
var AssociateFeedResponse$ = [3, n0, _AFRs,
|
|
398
|
+
0,
|
|
399
|
+
[_a, _i],
|
|
400
|
+
[0, 0], 2
|
|
401
|
+
];
|
|
402
|
+
var ClippingConfig$ = [3, n0, _CC,
|
|
403
|
+
0,
|
|
404
|
+
[_cM],
|
|
405
|
+
[0]
|
|
406
|
+
];
|
|
407
|
+
var CreateDictionaryRequest$ = [3, n0, _CDR,
|
|
408
|
+
0,
|
|
409
|
+
[_n, _l, _en, _t],
|
|
410
|
+
[0, 0, 0, 128 | 0], 2
|
|
411
|
+
];
|
|
412
|
+
var CreateDictionaryResponse$ = [3, n0, _CDRr,
|
|
413
|
+
0,
|
|
414
|
+
[_n, _a, _i, _l, _st, _r, _t],
|
|
415
|
+
[0, 0, 0, 0, 0, 64 | 0, 128 | 0], 5
|
|
416
|
+
];
|
|
417
|
+
var CreateFeedRequest$ = [3, n0, _CFR,
|
|
418
|
+
0,
|
|
419
|
+
[_n, _o, _t],
|
|
420
|
+
[0, () => CreateOutputList, 128 | 0], 2
|
|
421
|
+
];
|
|
422
|
+
var CreateFeedResponse$ = [3, n0, _CFRr,
|
|
423
|
+
0,
|
|
424
|
+
[_a, _n, _i, _dE, _o, _st, _as, _t],
|
|
425
|
+
[0, 0, 0, 64 | 0, () => GetOutputList, 0, () => FeedAssociation$, 128 | 0], 6
|
|
426
|
+
];
|
|
427
|
+
var CreateOutput$ = [3, n0, _CO,
|
|
428
|
+
0,
|
|
429
|
+
[_n, _oC, _st, _d],
|
|
430
|
+
[0, () => OutputConfig$, 0, 0], 3
|
|
431
|
+
];
|
|
432
|
+
var CroppingConfig$ = [3, n0, _CCr,
|
|
433
|
+
0,
|
|
434
|
+
[],
|
|
435
|
+
[]
|
|
436
|
+
];
|
|
437
|
+
var DeleteDictionaryRequest$ = [3, n0, _DDR,
|
|
438
|
+
0,
|
|
439
|
+
[_i],
|
|
440
|
+
[[0, 1]], 1
|
|
441
|
+
];
|
|
442
|
+
var DeleteDictionaryResponse$ = [3, n0, _DDRe,
|
|
443
|
+
0,
|
|
444
|
+
[_a, _i, _st],
|
|
445
|
+
[0, 0, 0], 3
|
|
446
|
+
];
|
|
447
|
+
var DeleteFeedRequest$ = [3, n0, _DFR,
|
|
448
|
+
0,
|
|
449
|
+
[_i],
|
|
450
|
+
[[0, 1]], 1
|
|
451
|
+
];
|
|
452
|
+
var DeleteFeedResponse$ = [3, n0, _DFRe,
|
|
453
|
+
0,
|
|
454
|
+
[_a, _i, _st],
|
|
455
|
+
[0, 0, 0], 3
|
|
456
|
+
];
|
|
457
|
+
var DictionarySummary$ = [3, n0, _DS,
|
|
458
|
+
0,
|
|
459
|
+
[_a, _i, _n, _l, _st],
|
|
460
|
+
[0, 0, 0, 0, 0], 5
|
|
461
|
+
];
|
|
462
|
+
var DisassociateFeedRequest$ = [3, n0, _DFRi,
|
|
463
|
+
0,
|
|
464
|
+
[_i, _aRN, _dR],
|
|
465
|
+
[[0, 1], [0, 4], 2], 1
|
|
466
|
+
];
|
|
467
|
+
var DisassociateFeedResponse$ = [3, n0, _DFRis,
|
|
468
|
+
0,
|
|
469
|
+
[_a, _i],
|
|
470
|
+
[0, 0], 2
|
|
471
|
+
];
|
|
472
|
+
var ExportDictionaryEntriesRequest$ = [3, n0, _EDER,
|
|
473
|
+
0,
|
|
474
|
+
[_i],
|
|
475
|
+
[[0, 1]], 1
|
|
476
|
+
];
|
|
477
|
+
var ExportDictionaryEntriesResponse$ = [3, n0, _EDERx,
|
|
478
|
+
0,
|
|
479
|
+
[_en],
|
|
480
|
+
[0]
|
|
481
|
+
];
|
|
482
|
+
var FeedAssociation$ = [3, n0, _FA,
|
|
483
|
+
0,
|
|
484
|
+
[_aRN],
|
|
485
|
+
[0], 1
|
|
486
|
+
];
|
|
487
|
+
var FeedSummary$ = [3, n0, _FS,
|
|
488
|
+
0,
|
|
489
|
+
[_a, _i, _n, _st, _as],
|
|
490
|
+
[0, 0, 0, 0, () => FeedAssociation$], 4
|
|
491
|
+
];
|
|
492
|
+
var GetDictionaryRequest$ = [3, n0, _GDR,
|
|
493
|
+
0,
|
|
494
|
+
[_i],
|
|
495
|
+
[[0, 1]], 1
|
|
496
|
+
];
|
|
497
|
+
var GetDictionaryResponse$ = [3, n0, _GDRe,
|
|
498
|
+
0,
|
|
499
|
+
[_n, _a, _i, _l, _st, _r, _t],
|
|
500
|
+
[0, 0, 0, 0, 0, 64 | 0, 128 | 0], 5
|
|
501
|
+
];
|
|
502
|
+
var GetFeedRequest$ = [3, n0, _GFR,
|
|
503
|
+
0,
|
|
504
|
+
[_i],
|
|
505
|
+
[[0, 1]], 1
|
|
506
|
+
];
|
|
507
|
+
var GetFeedResponse$ = [3, n0, _GFRe,
|
|
508
|
+
0,
|
|
509
|
+
[_a, _n, _i, _dE, _o, _st, _as, _t],
|
|
510
|
+
[0, 0, 0, 64 | 0, () => GetOutputList, 0, () => FeedAssociation$, 128 | 0], 6
|
|
511
|
+
];
|
|
512
|
+
var GetOutput$ = [3, n0, _GO,
|
|
513
|
+
0,
|
|
514
|
+
[_n, _oC, _st, _d, _fA],
|
|
515
|
+
[0, () => OutputConfig$, 0, 0, 2], 3
|
|
516
|
+
];
|
|
517
|
+
var ListDictionariesRequest$ = [3, n0, _LDR,
|
|
518
|
+
0,
|
|
519
|
+
[_mR, _nT],
|
|
520
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
521
|
+
];
|
|
522
|
+
var ListDictionariesResponse$ = [3, n0, _LDRi,
|
|
523
|
+
0,
|
|
524
|
+
[_di, _nT],
|
|
525
|
+
[() => DictionarySummaryList, 0], 1
|
|
526
|
+
];
|
|
527
|
+
var ListFeedsRequest$ = [3, n0, _LFR,
|
|
528
|
+
0,
|
|
529
|
+
[_mR, _nT],
|
|
530
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
531
|
+
];
|
|
532
|
+
var ListFeedsResponse$ = [3, n0, _LFRi,
|
|
533
|
+
0,
|
|
534
|
+
[_f, _nT],
|
|
535
|
+
[() => FeedSummaryList, 0], 1
|
|
536
|
+
];
|
|
537
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
538
|
+
0,
|
|
539
|
+
[_rA],
|
|
540
|
+
[[0, 1]], 1
|
|
541
|
+
];
|
|
542
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
543
|
+
0,
|
|
544
|
+
[_t],
|
|
545
|
+
[128 | 0]
|
|
546
|
+
];
|
|
547
|
+
var SubtitlingConfig$ = [3, n0, _SC,
|
|
548
|
+
0,
|
|
549
|
+
[_l, _aR, _dic, _pF],
|
|
550
|
+
[0, () => AspectRatio$, 0, 0], 1
|
|
551
|
+
];
|
|
552
|
+
var TagResourceRequest$ = [3, n0, _TRR,
|
|
553
|
+
0,
|
|
554
|
+
[_rA, _t],
|
|
555
|
+
[[0, 1], 128 | 0], 2
|
|
556
|
+
];
|
|
557
|
+
var UntagResourceRequest$ = [3, n0, _URR,
|
|
558
|
+
0,
|
|
559
|
+
[_rA, _tK],
|
|
560
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
561
|
+
];
|
|
562
|
+
var UpdateDictionaryRequest$ = [3, n0, _UDR,
|
|
563
|
+
0,
|
|
564
|
+
[_i, _n, _l, _en],
|
|
565
|
+
[[0, 1], 0, 0, 0], 1
|
|
566
|
+
];
|
|
567
|
+
var UpdateDictionaryResponse$ = [3, n0, _UDRp,
|
|
568
|
+
0,
|
|
569
|
+
[_n, _a, _i, _l, _st, _r, _t],
|
|
570
|
+
[0, 0, 0, 0, 0, 64 | 0, 128 | 0], 5
|
|
571
|
+
];
|
|
572
|
+
var UpdateFeedRequest$ = [3, n0, _UFR,
|
|
573
|
+
0,
|
|
574
|
+
[_n, _i, _o],
|
|
575
|
+
[0, [0, 1], () => UpdateOutputList], 3
|
|
576
|
+
];
|
|
577
|
+
var UpdateFeedResponse$ = [3, n0, _UFRp,
|
|
578
|
+
0,
|
|
579
|
+
[_a, _n, _i, _dE, _o, _st, _as, _t],
|
|
580
|
+
[0, 0, 0, 64 | 0, () => GetOutputList, 0, () => FeedAssociation$, 128 | 0], 6
|
|
581
|
+
];
|
|
582
|
+
var UpdateOutput$ = [3, n0, _UO,
|
|
583
|
+
0,
|
|
584
|
+
[_n, _oC, _st, _d, _fA],
|
|
585
|
+
[0, () => OutputConfig$, 0, 0, 2], 3
|
|
586
|
+
];
|
|
587
|
+
var __Unit = "unit";
|
|
588
|
+
var CreateOutputList = [1, n0, _COL,
|
|
589
|
+
0, () => CreateOutput$
|
|
590
|
+
];
|
|
591
|
+
var DictionarySummaryList = [1, n0, _DSL,
|
|
592
|
+
0, () => DictionarySummary$
|
|
593
|
+
];
|
|
594
|
+
var FeedSummaryList = [1, n0, _FSL,
|
|
595
|
+
0, () => FeedSummary$
|
|
596
|
+
];
|
|
597
|
+
var GetOutputList = [1, n0, _GOL,
|
|
598
|
+
0, () => GetOutput$
|
|
599
|
+
];
|
|
600
|
+
var UpdateOutputList = [1, n0, _UOL,
|
|
601
|
+
0, () => UpdateOutput$
|
|
602
|
+
];
|
|
603
|
+
var OutputConfig$ = [4, n0, _OC,
|
|
604
|
+
0,
|
|
605
|
+
[_cr, _cl, _su],
|
|
606
|
+
[() => CroppingConfig$, () => ClippingConfig$, () => SubtitlingConfig$]
|
|
607
|
+
];
|
|
608
|
+
var AssociateFeed$ = [9, n0, _AF,
|
|
609
|
+
{ [_ht]: ["POST", "/v1/feed/{id}/associate", 200] }, () => AssociateFeedRequest$, () => AssociateFeedResponse$
|
|
610
|
+
];
|
|
611
|
+
var CreateDictionary$ = [9, n0, _CD,
|
|
612
|
+
{ [_ht]: ["POST", "/v1/dictionary", 202] }, () => CreateDictionaryRequest$, () => CreateDictionaryResponse$
|
|
613
|
+
];
|
|
614
|
+
var CreateFeed$ = [9, n0, _CF,
|
|
615
|
+
{ [_ht]: ["POST", "/v1/feed", 202] }, () => CreateFeedRequest$, () => CreateFeedResponse$
|
|
616
|
+
];
|
|
617
|
+
var DeleteDictionary$ = [9, n0, _DD,
|
|
618
|
+
{ [_ht]: ["DELETE", "/v1/dictionary/{id}", 202] }, () => DeleteDictionaryRequest$, () => DeleteDictionaryResponse$
|
|
619
|
+
];
|
|
620
|
+
var DeleteFeed$ = [9, n0, _DF,
|
|
621
|
+
{ [_ht]: ["DELETE", "/v1/feed/{id}", 202] }, () => DeleteFeedRequest$, () => DeleteFeedResponse$
|
|
622
|
+
];
|
|
623
|
+
var DisassociateFeed$ = [9, n0, _DFi,
|
|
624
|
+
{ [_ht]: ["POST", "/v1/feed/{id}/disassociate", 200] }, () => DisassociateFeedRequest$, () => DisassociateFeedResponse$
|
|
625
|
+
];
|
|
626
|
+
var ExportDictionaryEntries$ = [9, n0, _EDE,
|
|
627
|
+
{ [_ht]: ["GET", "/v1/dictionary/{id}/entries/export", 200] }, () => ExportDictionaryEntriesRequest$, () => ExportDictionaryEntriesResponse$
|
|
628
|
+
];
|
|
629
|
+
var GetDictionary$ = [9, n0, _GD,
|
|
630
|
+
{ [_ht]: ["GET", "/v1/dictionary/{id}", 200] }, () => GetDictionaryRequest$, () => GetDictionaryResponse$
|
|
631
|
+
];
|
|
632
|
+
var GetFeed$ = [9, n0, _GF,
|
|
633
|
+
{ [_ht]: ["GET", "/v1/feed/{id}", 200] }, () => GetFeedRequest$, () => GetFeedResponse$
|
|
634
|
+
];
|
|
635
|
+
var ListDictionaries$ = [9, n0, _LD,
|
|
636
|
+
{ [_ht]: ["GET", "/v1/dictionaries", 200] }, () => ListDictionariesRequest$, () => ListDictionariesResponse$
|
|
637
|
+
];
|
|
638
|
+
var ListFeeds$ = [9, n0, _LF,
|
|
639
|
+
{ [_ht]: ["GET", "/v1/feeds", 200] }, () => ListFeedsRequest$, () => ListFeedsResponse$
|
|
640
|
+
];
|
|
641
|
+
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
642
|
+
{ [_ht]: ["GET", "/v1/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
643
|
+
];
|
|
644
|
+
var TagResource$ = [9, n0, _TR,
|
|
645
|
+
{ [_ht]: ["POST", "/v1/tags/{resourceArn}", 204] }, () => TagResourceRequest$, () => __Unit
|
|
646
|
+
];
|
|
647
|
+
var UntagResource$ = [9, n0, _UR,
|
|
648
|
+
{ [_ht]: ["DELETE", "/v1/tags/{resourceArn}", 204] }, () => UntagResourceRequest$, () => __Unit
|
|
649
|
+
];
|
|
650
|
+
var UpdateDictionary$ = [9, n0, _UD,
|
|
651
|
+
{ [_ht]: ["PATCH", "/v1/dictionary/{id}", 200] }, () => UpdateDictionaryRequest$, () => UpdateDictionaryResponse$
|
|
652
|
+
];
|
|
653
|
+
var UpdateFeed$ = [9, n0, _UF,
|
|
654
|
+
{ [_ht]: ["PUT", "/v1/feed/{id}", 200] }, () => UpdateFeedRequest$, () => UpdateFeedResponse$
|
|
655
|
+
];
|
|
656
|
+
|
|
657
|
+
const getRuntimeConfig$1 = (config) => {
|
|
658
|
+
return {
|
|
659
|
+
apiVersion: "2018-11-14",
|
|
660
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
661
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
662
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
663
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
664
|
+
extensions: config?.extensions ?? [],
|
|
665
|
+
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultElementalInferenceHttpAuthSchemeProvider,
|
|
666
|
+
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
667
|
+
{
|
|
668
|
+
schemeId: "aws.auth#sigv4",
|
|
669
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
670
|
+
signer: new AwsSdkSigV4Signer(),
|
|
671
|
+
},
|
|
672
|
+
],
|
|
673
|
+
logger: config?.logger ?? new NoOpLogger(),
|
|
674
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
675
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
676
|
+
defaultNamespace: "com.amazonaws.elementalinference",
|
|
677
|
+
errorTypeRegistries,
|
|
678
|
+
version: "2018-11-14",
|
|
679
|
+
serviceTarget: "ElementalInference",
|
|
680
|
+
},
|
|
681
|
+
serviceId: config?.serviceId ?? "ElementalInference",
|
|
682
|
+
sha256: config?.sha256 ?? Sha256,
|
|
683
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
684
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
685
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
686
|
+
};
|
|
687
|
+
};
|
|
688
|
+
|
|
689
|
+
const getRuntimeConfig = (config) => {
|
|
690
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
691
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
692
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
693
|
+
const clientSharedValues = getRuntimeConfig$1(config);
|
|
694
|
+
emitWarningIfUnsupportedVersion$1(process.version);
|
|
695
|
+
const loaderConfig = {
|
|
696
|
+
profile: config?.profile,
|
|
697
|
+
logger: clientSharedValues.logger,
|
|
698
|
+
};
|
|
699
|
+
return {
|
|
700
|
+
...clientSharedValues,
|
|
701
|
+
...config,
|
|
702
|
+
runtime: "node",
|
|
703
|
+
defaultsMode,
|
|
704
|
+
authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
705
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
706
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
|
|
707
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
708
|
+
maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
709
|
+
region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
710
|
+
requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
711
|
+
retryMode: config?.retryMode ??
|
|
712
|
+
loadConfig({
|
|
713
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
714
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
715
|
+
}, config),
|
|
716
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
717
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
718
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
719
|
+
userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
720
|
+
};
|
|
721
|
+
};
|
|
722
|
+
|
|
34
723
|
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
35
724
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
36
725
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -429,30 +1118,104 @@ const FeedStatus = {
|
|
|
429
1118
|
UPDATING: "UPDATING",
|
|
430
1119
|
};
|
|
431
1120
|
|
|
1121
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1122
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1123
|
+
exports.AspectRatio$ = AspectRatio$;
|
|
1124
|
+
exports.AssociateFeed$ = AssociateFeed$;
|
|
432
1125
|
exports.AssociateFeedCommand = AssociateFeedCommand;
|
|
1126
|
+
exports.AssociateFeedRequest$ = AssociateFeedRequest$;
|
|
1127
|
+
exports.AssociateFeedResponse$ = AssociateFeedResponse$;
|
|
1128
|
+
exports.ClippingConfig$ = ClippingConfig$;
|
|
1129
|
+
exports.ConflictException = ConflictException;
|
|
1130
|
+
exports.ConflictException$ = ConflictException$;
|
|
1131
|
+
exports.CreateDictionary$ = CreateDictionary$;
|
|
433
1132
|
exports.CreateDictionaryCommand = CreateDictionaryCommand;
|
|
1133
|
+
exports.CreateDictionaryRequest$ = CreateDictionaryRequest$;
|
|
1134
|
+
exports.CreateDictionaryResponse$ = CreateDictionaryResponse$;
|
|
1135
|
+
exports.CreateFeed$ = CreateFeed$;
|
|
434
1136
|
exports.CreateFeedCommand = CreateFeedCommand;
|
|
1137
|
+
exports.CreateFeedRequest$ = CreateFeedRequest$;
|
|
1138
|
+
exports.CreateFeedResponse$ = CreateFeedResponse$;
|
|
1139
|
+
exports.CreateOutput$ = CreateOutput$;
|
|
1140
|
+
exports.CroppingConfig$ = CroppingConfig$;
|
|
1141
|
+
exports.DeleteDictionary$ = DeleteDictionary$;
|
|
435
1142
|
exports.DeleteDictionaryCommand = DeleteDictionaryCommand;
|
|
1143
|
+
exports.DeleteDictionaryRequest$ = DeleteDictionaryRequest$;
|
|
1144
|
+
exports.DeleteDictionaryResponse$ = DeleteDictionaryResponse$;
|
|
1145
|
+
exports.DeleteFeed$ = DeleteFeed$;
|
|
436
1146
|
exports.DeleteFeedCommand = DeleteFeedCommand;
|
|
1147
|
+
exports.DeleteFeedRequest$ = DeleteFeedRequest$;
|
|
1148
|
+
exports.DeleteFeedResponse$ = DeleteFeedResponse$;
|
|
437
1149
|
exports.DictionaryLanguage = DictionaryLanguage;
|
|
438
1150
|
exports.DictionaryStatus = DictionaryStatus;
|
|
1151
|
+
exports.DictionarySummary$ = DictionarySummary$;
|
|
1152
|
+
exports.DisassociateFeed$ = DisassociateFeed$;
|
|
439
1153
|
exports.DisassociateFeedCommand = DisassociateFeedCommand;
|
|
1154
|
+
exports.DisassociateFeedRequest$ = DisassociateFeedRequest$;
|
|
1155
|
+
exports.DisassociateFeedResponse$ = DisassociateFeedResponse$;
|
|
440
1156
|
exports.ElementalInference = ElementalInference;
|
|
441
1157
|
exports.ElementalInferenceClient = ElementalInferenceClient;
|
|
1158
|
+
exports.ElementalInferenceServiceException = ElementalInferenceServiceException;
|
|
1159
|
+
exports.ElementalInferenceServiceException$ = ElementalInferenceServiceException$;
|
|
1160
|
+
exports.ExportDictionaryEntries$ = ExportDictionaryEntries$;
|
|
442
1161
|
exports.ExportDictionaryEntriesCommand = ExportDictionaryEntriesCommand;
|
|
1162
|
+
exports.ExportDictionaryEntriesRequest$ = ExportDictionaryEntriesRequest$;
|
|
1163
|
+
exports.ExportDictionaryEntriesResponse$ = ExportDictionaryEntriesResponse$;
|
|
1164
|
+
exports.FeedAssociation$ = FeedAssociation$;
|
|
443
1165
|
exports.FeedStatus = FeedStatus;
|
|
1166
|
+
exports.FeedSummary$ = FeedSummary$;
|
|
1167
|
+
exports.GetDictionary$ = GetDictionary$;
|
|
444
1168
|
exports.GetDictionaryCommand = GetDictionaryCommand;
|
|
1169
|
+
exports.GetDictionaryRequest$ = GetDictionaryRequest$;
|
|
1170
|
+
exports.GetDictionaryResponse$ = GetDictionaryResponse$;
|
|
1171
|
+
exports.GetFeed$ = GetFeed$;
|
|
445
1172
|
exports.GetFeedCommand = GetFeedCommand;
|
|
1173
|
+
exports.GetFeedRequest$ = GetFeedRequest$;
|
|
1174
|
+
exports.GetFeedResponse$ = GetFeedResponse$;
|
|
1175
|
+
exports.GetOutput$ = GetOutput$;
|
|
1176
|
+
exports.InternalServerErrorException = InternalServerErrorException;
|
|
1177
|
+
exports.InternalServerErrorException$ = InternalServerErrorException$;
|
|
1178
|
+
exports.ListDictionaries$ = ListDictionaries$;
|
|
446
1179
|
exports.ListDictionariesCommand = ListDictionariesCommand;
|
|
1180
|
+
exports.ListDictionariesRequest$ = ListDictionariesRequest$;
|
|
1181
|
+
exports.ListDictionariesResponse$ = ListDictionariesResponse$;
|
|
1182
|
+
exports.ListFeeds$ = ListFeeds$;
|
|
447
1183
|
exports.ListFeedsCommand = ListFeedsCommand;
|
|
1184
|
+
exports.ListFeedsRequest$ = ListFeedsRequest$;
|
|
1185
|
+
exports.ListFeedsResponse$ = ListFeedsResponse$;
|
|
1186
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
448
1187
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1188
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1189
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1190
|
+
exports.OutputConfig$ = OutputConfig$;
|
|
449
1191
|
exports.OutputStatus = OutputStatus;
|
|
450
1192
|
exports.ProfanityFilterMode = ProfanityFilterMode;
|
|
1193
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1194
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1195
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1196
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1197
|
+
exports.SubtitlingConfig$ = SubtitlingConfig$;
|
|
1198
|
+
exports.TagResource$ = TagResource$;
|
|
451
1199
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1200
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1201
|
+
exports.TooManyRequestException = TooManyRequestException;
|
|
1202
|
+
exports.TooManyRequestException$ = TooManyRequestException$;
|
|
452
1203
|
exports.TranscriptionLanguage = TranscriptionLanguage;
|
|
1204
|
+
exports.UntagResource$ = UntagResource$;
|
|
453
1205
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1206
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1207
|
+
exports.UpdateDictionary$ = UpdateDictionary$;
|
|
454
1208
|
exports.UpdateDictionaryCommand = UpdateDictionaryCommand;
|
|
1209
|
+
exports.UpdateDictionaryRequest$ = UpdateDictionaryRequest$;
|
|
1210
|
+
exports.UpdateDictionaryResponse$ = UpdateDictionaryResponse$;
|
|
1211
|
+
exports.UpdateFeed$ = UpdateFeed$;
|
|
455
1212
|
exports.UpdateFeedCommand = UpdateFeedCommand;
|
|
1213
|
+
exports.UpdateFeedRequest$ = UpdateFeedRequest$;
|
|
1214
|
+
exports.UpdateFeedResponse$ = UpdateFeedResponse$;
|
|
1215
|
+
exports.UpdateOutput$ = UpdateOutput$;
|
|
1216
|
+
exports.ValidationException = ValidationException;
|
|
1217
|
+
exports.ValidationException$ = ValidationException$;
|
|
1218
|
+
exports.errorTypeRegistries = errorTypeRegistries;
|
|
456
1219
|
exports.paginateListDictionaries = paginateListDictionaries;
|
|
457
1220
|
exports.paginateListFeeds = paginateListFeeds;
|
|
458
1221
|
exports.waitForFeedDeleted = waitForFeedDeleted;
|