@aws-sdk/client-chime-sdk-media-pipelines 3.928.0 → 3.929.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 +1749 -1789
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ChimeSDKMediaPipelinesClient.js +2 -0
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +3 -10
- package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +3 -10
- package/dist-es/commands/CreateMediaInsightsPipelineCommand.js +3 -10
- package/dist-es/commands/CreateMediaInsightsPipelineConfigurationCommand.js +3 -10
- package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +3 -10
- package/dist-es/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +3 -10
- package/dist-es/commands/CreateMediaStreamPipelineCommand.js +3 -10
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +3 -9
- package/dist-es/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteMediaPipelineCommand.js +3 -9
- package/dist-es/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +3 -9
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +3 -10
- package/dist-es/commands/GetMediaInsightsPipelineConfigurationCommand.js +3 -10
- package/dist-es/commands/GetMediaPipelineCommand.js +3 -10
- package/dist-es/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +3 -10
- package/dist-es/commands/GetSpeakerSearchTaskCommand.js +3 -9
- package/dist-es/commands/GetVoiceToneAnalysisTaskCommand.js +3 -9
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +3 -9
- package/dist-es/commands/ListMediaInsightsPipelineConfigurationsCommand.js +3 -10
- package/dist-es/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +3 -10
- package/dist-es/commands/ListMediaPipelinesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/StartSpeakerSearchTaskCommand.js +3 -10
- package/dist-es/commands/StartVoiceToneAnalysisTaskCommand.js +3 -10
- package/dist-es/commands/StopSpeakerSearchTaskCommand.js +3 -9
- package/dist-es/commands/StopVoiceToneAnalysisTaskCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +3 -10
- package/dist-es/commands/UpdateMediaInsightsPipelineStatusCommand.js +3 -9
- package/dist-es/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -334
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1668 -0
- package/dist-types/ChimeSDKMediaPipelinesClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -220
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +203 -0
- package/dist-types/ts3.4/ChimeSDKMediaPipelinesClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -165
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +210 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -1164
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -281
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -377
package/dist-cjs/index.js
CHANGED
|
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
|
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
7
|
var configResolver = require('@smithy/config-resolver');
|
|
8
8
|
var core = require('@smithy/core');
|
|
9
|
+
var schema = require('@smithy/core/schema');
|
|
9
10
|
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
10
11
|
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
11
12
|
var middlewareRetry = require('@smithy/middleware-retry');
|
|
@@ -14,9 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
14
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
15
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
16
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
17
|
-
var middlewareSerde = require('@smithy/middleware-serde');
|
|
18
|
-
var core$1 = require('@aws-sdk/core');
|
|
19
|
-
var uuid = require('@smithy/uuid');
|
|
20
18
|
|
|
21
19
|
const resolveClientEndpointParameters = (options) => {
|
|
22
20
|
return Object.assign(options, {
|
|
@@ -92,6 +90,7 @@ class ChimeSDKMediaPipelinesClient extends smithyClient.Client {
|
|
|
92
90
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
93
91
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
94
92
|
this.config = _config_8;
|
|
93
|
+
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
95
94
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
96
95
|
this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
|
|
97
96
|
this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
|
|
@@ -111,12 +110,12 @@ class ChimeSDKMediaPipelinesClient extends smithyClient.Client {
|
|
|
111
110
|
}
|
|
112
111
|
}
|
|
113
112
|
|
|
114
|
-
class ChimeSDKMediaPipelinesServiceException extends smithyClient.ServiceException {
|
|
113
|
+
let ChimeSDKMediaPipelinesServiceException$1 = class ChimeSDKMediaPipelinesServiceException extends smithyClient.ServiceException {
|
|
115
114
|
constructor(options) {
|
|
116
115
|
super(options);
|
|
117
116
|
Object.setPrototypeOf(this, ChimeSDKMediaPipelinesServiceException.prototype);
|
|
118
117
|
}
|
|
119
|
-
}
|
|
118
|
+
};
|
|
120
119
|
|
|
121
120
|
const ActiveSpeakerPosition = {
|
|
122
121
|
BottomLeft: "BottomLeft",
|
|
@@ -238,7 +237,7 @@ const ErrorCode = {
|
|
|
238
237
|
ServiceUnavailable: "ServiceUnavailable",
|
|
239
238
|
Throttling: "Throttling",
|
|
240
239
|
};
|
|
241
|
-
class BadRequestException extends ChimeSDKMediaPipelinesServiceException {
|
|
240
|
+
let BadRequestException$1 = class BadRequestException extends ChimeSDKMediaPipelinesServiceException$1 {
|
|
242
241
|
name = "BadRequestException";
|
|
243
242
|
$fault = "client";
|
|
244
243
|
Code;
|
|
@@ -255,7 +254,7 @@ class BadRequestException extends ChimeSDKMediaPipelinesServiceException {
|
|
|
255
254
|
this.Message = opts.Message;
|
|
256
255
|
this.RequestId = opts.RequestId;
|
|
257
256
|
}
|
|
258
|
-
}
|
|
257
|
+
};
|
|
259
258
|
const ParticipantRole = {
|
|
260
259
|
AGENT: "AGENT",
|
|
261
260
|
CUSTOMER: "CUSTOMER",
|
|
@@ -275,7 +274,7 @@ const MediaPipelineStatus = {
|
|
|
275
274
|
Stopped: "Stopped",
|
|
276
275
|
Stopping: "Stopping",
|
|
277
276
|
};
|
|
278
|
-
class ForbiddenException extends ChimeSDKMediaPipelinesServiceException {
|
|
277
|
+
let ForbiddenException$1 = class ForbiddenException extends ChimeSDKMediaPipelinesServiceException$1 {
|
|
279
278
|
name = "ForbiddenException";
|
|
280
279
|
$fault = "client";
|
|
281
280
|
Code;
|
|
@@ -292,8 +291,8 @@ class ForbiddenException extends ChimeSDKMediaPipelinesServiceException {
|
|
|
292
291
|
this.Message = opts.Message;
|
|
293
292
|
this.RequestId = opts.RequestId;
|
|
294
293
|
}
|
|
295
|
-
}
|
|
296
|
-
class ResourceLimitExceededException extends ChimeSDKMediaPipelinesServiceException {
|
|
294
|
+
};
|
|
295
|
+
let ResourceLimitExceededException$1 = class ResourceLimitExceededException extends ChimeSDKMediaPipelinesServiceException$1 {
|
|
297
296
|
name = "ResourceLimitExceededException";
|
|
298
297
|
$fault = "client";
|
|
299
298
|
Code;
|
|
@@ -310,8 +309,8 @@ class ResourceLimitExceededException extends ChimeSDKMediaPipelinesServiceExcept
|
|
|
310
309
|
this.Message = opts.Message;
|
|
311
310
|
this.RequestId = opts.RequestId;
|
|
312
311
|
}
|
|
313
|
-
}
|
|
314
|
-
class ServiceFailureException extends ChimeSDKMediaPipelinesServiceException {
|
|
312
|
+
};
|
|
313
|
+
let ServiceFailureException$1 = class ServiceFailureException extends ChimeSDKMediaPipelinesServiceException$1 {
|
|
315
314
|
name = "ServiceFailureException";
|
|
316
315
|
$fault = "server";
|
|
317
316
|
Code;
|
|
@@ -328,8 +327,8 @@ class ServiceFailureException extends ChimeSDKMediaPipelinesServiceException {
|
|
|
328
327
|
this.Message = opts.Message;
|
|
329
328
|
this.RequestId = opts.RequestId;
|
|
330
329
|
}
|
|
331
|
-
}
|
|
332
|
-
class ServiceUnavailableException extends ChimeSDKMediaPipelinesServiceException {
|
|
330
|
+
};
|
|
331
|
+
let ServiceUnavailableException$1 = class ServiceUnavailableException extends ChimeSDKMediaPipelinesServiceException$1 {
|
|
333
332
|
name = "ServiceUnavailableException";
|
|
334
333
|
$fault = "server";
|
|
335
334
|
Code;
|
|
@@ -346,8 +345,8 @@ class ServiceUnavailableException extends ChimeSDKMediaPipelinesServiceException
|
|
|
346
345
|
this.Message = opts.Message;
|
|
347
346
|
this.RequestId = opts.RequestId;
|
|
348
347
|
}
|
|
349
|
-
}
|
|
350
|
-
class ThrottledClientException extends ChimeSDKMediaPipelinesServiceException {
|
|
348
|
+
};
|
|
349
|
+
let ThrottledClientException$1 = class ThrottledClientException extends ChimeSDKMediaPipelinesServiceException$1 {
|
|
351
350
|
name = "ThrottledClientException";
|
|
352
351
|
$fault = "client";
|
|
353
352
|
Code;
|
|
@@ -364,8 +363,8 @@ class ThrottledClientException extends ChimeSDKMediaPipelinesServiceException {
|
|
|
364
363
|
this.Message = opts.Message;
|
|
365
364
|
this.RequestId = opts.RequestId;
|
|
366
365
|
}
|
|
367
|
-
}
|
|
368
|
-
class UnauthorizedClientException extends ChimeSDKMediaPipelinesServiceException {
|
|
366
|
+
};
|
|
367
|
+
let UnauthorizedClientException$1 = class UnauthorizedClientException extends ChimeSDKMediaPipelinesServiceException$1 {
|
|
369
368
|
name = "UnauthorizedClientException";
|
|
370
369
|
$fault = "client";
|
|
371
370
|
Code;
|
|
@@ -382,7 +381,7 @@ class UnauthorizedClientException extends ChimeSDKMediaPipelinesServiceException
|
|
|
382
381
|
this.Message = opts.Message;
|
|
383
382
|
this.RequestId = opts.RequestId;
|
|
384
383
|
}
|
|
385
|
-
}
|
|
384
|
+
};
|
|
386
385
|
const ConcatenationSinkType = {
|
|
387
386
|
S3Bucket: "S3Bucket",
|
|
388
387
|
};
|
|
@@ -421,7 +420,7 @@ const MediaInsightsPipelineConfigurationElementType = {
|
|
|
421
420
|
VOICE_ANALYTICS_PROCESSOR: "VoiceAnalyticsProcessor",
|
|
422
421
|
VOICE_ENHANCEMENT_SINK: "VoiceEnhancementSink",
|
|
423
422
|
};
|
|
424
|
-
class NotFoundException extends ChimeSDKMediaPipelinesServiceException {
|
|
423
|
+
let NotFoundException$1 = class NotFoundException extends ChimeSDKMediaPipelinesServiceException$1 {
|
|
425
424
|
name = "NotFoundException";
|
|
426
425
|
$fault = "client";
|
|
427
426
|
Code;
|
|
@@ -438,7 +437,7 @@ class NotFoundException extends ChimeSDKMediaPipelinesServiceException {
|
|
|
438
437
|
this.Message = opts.Message;
|
|
439
438
|
this.RequestId = opts.RequestId;
|
|
440
439
|
}
|
|
441
|
-
}
|
|
440
|
+
};
|
|
442
441
|
const VoiceAnalyticsConfigurationStatus = {
|
|
443
442
|
DISABLED: "Disabled",
|
|
444
443
|
ENABLED: "Enabled",
|
|
@@ -461,7 +460,7 @@ const LiveConnectorMuxType = {
|
|
|
461
460
|
const LiveConnectorSourceType = {
|
|
462
461
|
ChimeSdkMeeting: "ChimeSdkMeeting",
|
|
463
462
|
};
|
|
464
|
-
class ConflictException extends ChimeSDKMediaPipelinesServiceException {
|
|
463
|
+
let ConflictException$1 = class ConflictException extends ChimeSDKMediaPipelinesServiceException$1 {
|
|
465
464
|
name = "ConflictException";
|
|
466
465
|
$fault = "client";
|
|
467
466
|
Code;
|
|
@@ -478,7 +477,7 @@ class ConflictException extends ChimeSDKMediaPipelinesServiceException {
|
|
|
478
477
|
this.Message = opts.Message;
|
|
479
478
|
this.RequestId = opts.RequestId;
|
|
480
479
|
}
|
|
481
|
-
}
|
|
480
|
+
};
|
|
482
481
|
const KinesisVideoStreamPoolStatus = {
|
|
483
482
|
ACTIVE: "ACTIVE",
|
|
484
483
|
CREATING: "CREATING",
|
|
@@ -508,1512 +507,1678 @@ const MediaPipelineStatusUpdate = {
|
|
|
508
507
|
Pause: "Pause",
|
|
509
508
|
Resume: "Resume",
|
|
510
509
|
};
|
|
511
|
-
const SelectedVideoStreamsFilterSensitiveLog = (obj) => ({
|
|
512
|
-
...obj,
|
|
513
|
-
...(obj.ExternalUserIds && { ExternalUserIds: smithyClient.SENSITIVE_STRING }),
|
|
514
|
-
});
|
|
515
|
-
const SourceConfigurationFilterSensitiveLog = (obj) => ({
|
|
516
|
-
...obj,
|
|
517
|
-
...(obj.SelectedVideoStreams && {
|
|
518
|
-
SelectedVideoStreams: SelectedVideoStreamsFilterSensitiveLog(obj.SelectedVideoStreams),
|
|
519
|
-
}),
|
|
520
|
-
});
|
|
521
|
-
const ChimeSdkMeetingConfigurationFilterSensitiveLog = (obj) => ({
|
|
522
|
-
...obj,
|
|
523
|
-
...(obj.SourceConfiguration && {
|
|
524
|
-
SourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.SourceConfiguration),
|
|
525
|
-
}),
|
|
526
|
-
});
|
|
527
|
-
const CreateMediaCapturePipelineRequestFilterSensitiveLog = (obj) => ({
|
|
528
|
-
...obj,
|
|
529
|
-
...(obj.SourceArn && { SourceArn: smithyClient.SENSITIVE_STRING }),
|
|
530
|
-
...(obj.SinkArn && { SinkArn: smithyClient.SENSITIVE_STRING }),
|
|
531
|
-
...(obj.ClientRequestToken && { ClientRequestToken: smithyClient.SENSITIVE_STRING }),
|
|
532
|
-
...(obj.ChimeSdkMeetingConfiguration && {
|
|
533
|
-
ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfigurationFilterSensitiveLog(obj.ChimeSdkMeetingConfiguration),
|
|
534
|
-
}),
|
|
535
|
-
...(obj.SinkIamRoleArn && { SinkIamRoleArn: smithyClient.SENSITIVE_STRING }),
|
|
536
|
-
});
|
|
537
|
-
const MediaCapturePipelineFilterSensitiveLog = (obj) => ({
|
|
538
|
-
...obj,
|
|
539
|
-
...(obj.SourceArn && { SourceArn: smithyClient.SENSITIVE_STRING }),
|
|
540
|
-
...(obj.SinkArn && { SinkArn: smithyClient.SENSITIVE_STRING }),
|
|
541
|
-
...(obj.ChimeSdkMeetingConfiguration && {
|
|
542
|
-
ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfigurationFilterSensitiveLog(obj.ChimeSdkMeetingConfiguration),
|
|
543
|
-
}),
|
|
544
|
-
...(obj.SinkIamRoleArn && { SinkIamRoleArn: smithyClient.SENSITIVE_STRING }),
|
|
545
|
-
});
|
|
546
|
-
const CreateMediaCapturePipelineResponseFilterSensitiveLog = (obj) => ({
|
|
547
|
-
...obj,
|
|
548
|
-
...(obj.MediaCapturePipeline && {
|
|
549
|
-
MediaCapturePipeline: MediaCapturePipelineFilterSensitiveLog(obj.MediaCapturePipeline),
|
|
550
|
-
}),
|
|
551
|
-
});
|
|
552
|
-
const S3BucketSinkConfigurationFilterSensitiveLog = (obj) => ({
|
|
553
|
-
...obj,
|
|
554
|
-
...(obj.Destination && { Destination: smithyClient.SENSITIVE_STRING }),
|
|
555
|
-
});
|
|
556
|
-
const ConcatenationSinkFilterSensitiveLog = (obj) => ({
|
|
557
|
-
...obj,
|
|
558
|
-
...(obj.S3BucketSinkConfiguration && {
|
|
559
|
-
S3BucketSinkConfiguration: S3BucketSinkConfigurationFilterSensitiveLog(obj.S3BucketSinkConfiguration),
|
|
560
|
-
}),
|
|
561
|
-
});
|
|
562
|
-
const MediaCapturePipelineSourceConfigurationFilterSensitiveLog = (obj) => ({
|
|
563
|
-
...obj,
|
|
564
|
-
...(obj.MediaPipelineArn && { MediaPipelineArn: smithyClient.SENSITIVE_STRING }),
|
|
565
|
-
});
|
|
566
|
-
const ConcatenationSourceFilterSensitiveLog = (obj) => ({
|
|
567
|
-
...obj,
|
|
568
|
-
...(obj.MediaCapturePipelineSourceConfiguration && {
|
|
569
|
-
MediaCapturePipelineSourceConfiguration: MediaCapturePipelineSourceConfigurationFilterSensitiveLog(obj.MediaCapturePipelineSourceConfiguration),
|
|
570
|
-
}),
|
|
571
|
-
});
|
|
572
|
-
const CreateMediaConcatenationPipelineRequestFilterSensitiveLog = (obj) => ({
|
|
573
|
-
...obj,
|
|
574
|
-
...(obj.Sources && { Sources: obj.Sources.map((item) => ConcatenationSourceFilterSensitiveLog(item)) }),
|
|
575
|
-
...(obj.Sinks && { Sinks: obj.Sinks.map((item) => ConcatenationSinkFilterSensitiveLog(item)) }),
|
|
576
|
-
...(obj.ClientRequestToken && { ClientRequestToken: smithyClient.SENSITIVE_STRING }),
|
|
577
|
-
});
|
|
578
|
-
const MediaConcatenationPipelineFilterSensitiveLog = (obj) => ({
|
|
579
|
-
...obj,
|
|
580
|
-
...(obj.Sources && { Sources: obj.Sources.map((item) => ConcatenationSourceFilterSensitiveLog(item)) }),
|
|
581
|
-
...(obj.Sinks && { Sinks: obj.Sinks.map((item) => ConcatenationSinkFilterSensitiveLog(item)) }),
|
|
582
|
-
});
|
|
583
|
-
const CreateMediaConcatenationPipelineResponseFilterSensitiveLog = (obj) => ({
|
|
584
|
-
...obj,
|
|
585
|
-
...(obj.MediaConcatenationPipeline && {
|
|
586
|
-
MediaConcatenationPipeline: MediaConcatenationPipelineFilterSensitiveLog(obj.MediaConcatenationPipeline),
|
|
587
|
-
}),
|
|
588
|
-
});
|
|
589
|
-
const S3RecordingSinkRuntimeConfigurationFilterSensitiveLog = (obj) => ({
|
|
590
|
-
...obj,
|
|
591
|
-
...(obj.Destination && { Destination: smithyClient.SENSITIVE_STRING }),
|
|
592
|
-
});
|
|
593
|
-
const CreateMediaInsightsPipelineRequestFilterSensitiveLog = (obj) => ({
|
|
594
|
-
...obj,
|
|
595
|
-
...(obj.MediaInsightsPipelineConfigurationArn && { MediaInsightsPipelineConfigurationArn: smithyClient.SENSITIVE_STRING }),
|
|
596
|
-
...(obj.MediaInsightsRuntimeMetadata && { MediaInsightsRuntimeMetadata: smithyClient.SENSITIVE_STRING }),
|
|
597
|
-
...(obj.S3RecordingSinkRuntimeConfiguration && {
|
|
598
|
-
S3RecordingSinkRuntimeConfiguration: S3RecordingSinkRuntimeConfigurationFilterSensitiveLog(obj.S3RecordingSinkRuntimeConfiguration),
|
|
599
|
-
}),
|
|
600
|
-
...(obj.ClientRequestToken && { ClientRequestToken: smithyClient.SENSITIVE_STRING }),
|
|
601
|
-
});
|
|
602
|
-
const MediaInsightsPipelineFilterSensitiveLog = (obj) => ({
|
|
603
|
-
...obj,
|
|
604
|
-
...(obj.MediaPipelineArn && { MediaPipelineArn: smithyClient.SENSITIVE_STRING }),
|
|
605
|
-
...(obj.MediaInsightsPipelineConfigurationArn && { MediaInsightsPipelineConfigurationArn: smithyClient.SENSITIVE_STRING }),
|
|
606
|
-
...(obj.MediaInsightsRuntimeMetadata && { MediaInsightsRuntimeMetadata: smithyClient.SENSITIVE_STRING }),
|
|
607
|
-
...(obj.S3RecordingSinkRuntimeConfiguration && {
|
|
608
|
-
S3RecordingSinkRuntimeConfiguration: S3RecordingSinkRuntimeConfigurationFilterSensitiveLog(obj.S3RecordingSinkRuntimeConfiguration),
|
|
609
|
-
}),
|
|
610
|
-
});
|
|
611
|
-
const CreateMediaInsightsPipelineResponseFilterSensitiveLog = (obj) => ({
|
|
612
|
-
...obj,
|
|
613
|
-
...(obj.MediaInsightsPipeline && {
|
|
614
|
-
MediaInsightsPipeline: MediaInsightsPipelineFilterSensitiveLog(obj.MediaInsightsPipeline),
|
|
615
|
-
}),
|
|
616
|
-
});
|
|
617
|
-
const KinesisDataStreamSinkConfigurationFilterSensitiveLog = (obj) => ({
|
|
618
|
-
...obj,
|
|
619
|
-
...(obj.InsightsTarget && { InsightsTarget: smithyClient.SENSITIVE_STRING }),
|
|
620
|
-
});
|
|
621
|
-
const LambdaFunctionSinkConfigurationFilterSensitiveLog = (obj) => ({
|
|
622
|
-
...obj,
|
|
623
|
-
...(obj.InsightsTarget && { InsightsTarget: smithyClient.SENSITIVE_STRING }),
|
|
624
|
-
});
|
|
625
|
-
const S3RecordingSinkConfigurationFilterSensitiveLog = (obj) => ({
|
|
626
|
-
...obj,
|
|
627
|
-
...(obj.Destination && { Destination: smithyClient.SENSITIVE_STRING }),
|
|
628
|
-
});
|
|
629
|
-
const SnsTopicSinkConfigurationFilterSensitiveLog = (obj) => ({
|
|
630
|
-
...obj,
|
|
631
|
-
...(obj.InsightsTarget && { InsightsTarget: smithyClient.SENSITIVE_STRING }),
|
|
632
|
-
});
|
|
633
|
-
const SqsQueueSinkConfigurationFilterSensitiveLog = (obj) => ({
|
|
634
|
-
...obj,
|
|
635
|
-
...(obj.InsightsTarget && { InsightsTarget: smithyClient.SENSITIVE_STRING }),
|
|
636
|
-
});
|
|
637
|
-
const MediaInsightsPipelineConfigurationElementFilterSensitiveLog = (obj) => ({
|
|
638
|
-
...obj,
|
|
639
|
-
...(obj.KinesisDataStreamSinkConfiguration && {
|
|
640
|
-
KinesisDataStreamSinkConfiguration: KinesisDataStreamSinkConfigurationFilterSensitiveLog(obj.KinesisDataStreamSinkConfiguration),
|
|
641
|
-
}),
|
|
642
|
-
...(obj.S3RecordingSinkConfiguration && {
|
|
643
|
-
S3RecordingSinkConfiguration: S3RecordingSinkConfigurationFilterSensitiveLog(obj.S3RecordingSinkConfiguration),
|
|
644
|
-
}),
|
|
645
|
-
...(obj.LambdaFunctionSinkConfiguration && {
|
|
646
|
-
LambdaFunctionSinkConfiguration: LambdaFunctionSinkConfigurationFilterSensitiveLog(obj.LambdaFunctionSinkConfiguration),
|
|
647
|
-
}),
|
|
648
|
-
...(obj.SqsQueueSinkConfiguration && {
|
|
649
|
-
SqsQueueSinkConfiguration: SqsQueueSinkConfigurationFilterSensitiveLog(obj.SqsQueueSinkConfiguration),
|
|
650
|
-
}),
|
|
651
|
-
...(obj.SnsTopicSinkConfiguration && {
|
|
652
|
-
SnsTopicSinkConfiguration: SnsTopicSinkConfigurationFilterSensitiveLog(obj.SnsTopicSinkConfiguration),
|
|
653
|
-
}),
|
|
654
|
-
});
|
|
655
|
-
const CreateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
656
|
-
...obj,
|
|
657
|
-
...(obj.ResourceAccessRoleArn && { ResourceAccessRoleArn: smithyClient.SENSITIVE_STRING }),
|
|
658
|
-
...(obj.Elements && {
|
|
659
|
-
Elements: obj.Elements.map((item) => MediaInsightsPipelineConfigurationElementFilterSensitiveLog(item)),
|
|
660
|
-
}),
|
|
661
|
-
...(obj.ClientRequestToken && { ClientRequestToken: smithyClient.SENSITIVE_STRING }),
|
|
662
|
-
});
|
|
663
|
-
const MediaInsightsPipelineConfigurationFilterSensitiveLog = (obj) => ({
|
|
664
|
-
...obj,
|
|
665
|
-
...(obj.MediaInsightsPipelineConfigurationArn && { MediaInsightsPipelineConfigurationArn: smithyClient.SENSITIVE_STRING }),
|
|
666
|
-
...(obj.ResourceAccessRoleArn && { ResourceAccessRoleArn: smithyClient.SENSITIVE_STRING }),
|
|
667
|
-
...(obj.Elements && {
|
|
668
|
-
Elements: obj.Elements.map((item) => MediaInsightsPipelineConfigurationElementFilterSensitiveLog(item)),
|
|
669
|
-
}),
|
|
670
|
-
});
|
|
671
|
-
const CreateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
672
|
-
...obj,
|
|
673
|
-
...(obj.MediaInsightsPipelineConfiguration && {
|
|
674
|
-
MediaInsightsPipelineConfiguration: MediaInsightsPipelineConfigurationFilterSensitiveLog(obj.MediaInsightsPipelineConfiguration),
|
|
675
|
-
}),
|
|
676
|
-
});
|
|
677
|
-
const LiveConnectorRTMPConfigurationFilterSensitiveLog = (obj) => ({
|
|
678
|
-
...obj,
|
|
679
|
-
...(obj.Url && { Url: smithyClient.SENSITIVE_STRING }),
|
|
680
|
-
});
|
|
681
|
-
const LiveConnectorSinkConfigurationFilterSensitiveLog = (obj) => ({
|
|
682
|
-
...obj,
|
|
683
|
-
...(obj.RTMPConfiguration && {
|
|
684
|
-
RTMPConfiguration: LiveConnectorRTMPConfigurationFilterSensitiveLog(obj.RTMPConfiguration),
|
|
685
|
-
}),
|
|
686
|
-
});
|
|
687
|
-
const ChimeSdkMeetingLiveConnectorConfigurationFilterSensitiveLog = (obj) => ({
|
|
688
|
-
...obj,
|
|
689
|
-
...(obj.Arn && { Arn: smithyClient.SENSITIVE_STRING }),
|
|
690
|
-
...(obj.SourceConfiguration && {
|
|
691
|
-
SourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.SourceConfiguration),
|
|
692
|
-
}),
|
|
693
|
-
});
|
|
694
|
-
const LiveConnectorSourceConfigurationFilterSensitiveLog = (obj) => ({
|
|
695
|
-
...obj,
|
|
696
|
-
...(obj.ChimeSdkMeetingLiveConnectorConfiguration && {
|
|
697
|
-
ChimeSdkMeetingLiveConnectorConfiguration: ChimeSdkMeetingLiveConnectorConfigurationFilterSensitiveLog(obj.ChimeSdkMeetingLiveConnectorConfiguration),
|
|
698
|
-
}),
|
|
699
|
-
});
|
|
700
|
-
const CreateMediaLiveConnectorPipelineRequestFilterSensitiveLog = (obj) => ({
|
|
701
|
-
...obj,
|
|
702
|
-
...(obj.Sources && { Sources: obj.Sources.map((item) => LiveConnectorSourceConfigurationFilterSensitiveLog(item)) }),
|
|
703
|
-
...(obj.Sinks && { Sinks: obj.Sinks.map((item) => LiveConnectorSinkConfigurationFilterSensitiveLog(item)) }),
|
|
704
|
-
...(obj.ClientRequestToken && { ClientRequestToken: smithyClient.SENSITIVE_STRING }),
|
|
705
|
-
});
|
|
706
|
-
const MediaLiveConnectorPipelineFilterSensitiveLog = (obj) => ({
|
|
707
|
-
...obj,
|
|
708
|
-
...(obj.Sources && { Sources: obj.Sources.map((item) => LiveConnectorSourceConfigurationFilterSensitiveLog(item)) }),
|
|
709
|
-
...(obj.Sinks && { Sinks: obj.Sinks.map((item) => LiveConnectorSinkConfigurationFilterSensitiveLog(item)) }),
|
|
710
|
-
});
|
|
711
|
-
const CreateMediaLiveConnectorPipelineResponseFilterSensitiveLog = (obj) => ({
|
|
712
|
-
...obj,
|
|
713
|
-
...(obj.MediaLiveConnectorPipeline && {
|
|
714
|
-
MediaLiveConnectorPipeline: MediaLiveConnectorPipelineFilterSensitiveLog(obj.MediaLiveConnectorPipeline),
|
|
715
|
-
}),
|
|
716
|
-
});
|
|
717
|
-
const CreateMediaPipelineKinesisVideoStreamPoolRequestFilterSensitiveLog = (obj) => ({
|
|
718
|
-
...obj,
|
|
719
|
-
...(obj.ClientRequestToken && { ClientRequestToken: smithyClient.SENSITIVE_STRING }),
|
|
720
|
-
});
|
|
721
|
-
const KinesisVideoStreamPoolConfigurationFilterSensitiveLog = (obj) => ({
|
|
722
|
-
...obj,
|
|
723
|
-
...(obj.PoolArn && { PoolArn: smithyClient.SENSITIVE_STRING }),
|
|
724
|
-
});
|
|
725
|
-
const CreateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog = (obj) => ({
|
|
726
|
-
...obj,
|
|
727
|
-
...(obj.KinesisVideoStreamPoolConfiguration && {
|
|
728
|
-
KinesisVideoStreamPoolConfiguration: KinesisVideoStreamPoolConfigurationFilterSensitiveLog(obj.KinesisVideoStreamPoolConfiguration),
|
|
729
|
-
}),
|
|
730
|
-
});
|
|
731
|
-
const MediaStreamSinkFilterSensitiveLog = (obj) => ({
|
|
732
|
-
...obj,
|
|
733
|
-
...(obj.SinkArn && { SinkArn: smithyClient.SENSITIVE_STRING }),
|
|
734
|
-
});
|
|
735
|
-
const MediaStreamSourceFilterSensitiveLog = (obj) => ({
|
|
736
|
-
...obj,
|
|
737
|
-
...(obj.SourceArn && { SourceArn: smithyClient.SENSITIVE_STRING }),
|
|
738
|
-
});
|
|
739
|
-
const CreateMediaStreamPipelineRequestFilterSensitiveLog = (obj) => ({
|
|
740
|
-
...obj,
|
|
741
|
-
...(obj.Sources && { Sources: obj.Sources.map((item) => MediaStreamSourceFilterSensitiveLog(item)) }),
|
|
742
|
-
...(obj.Sinks && { Sinks: obj.Sinks.map((item) => MediaStreamSinkFilterSensitiveLog(item)) }),
|
|
743
|
-
...(obj.ClientRequestToken && { ClientRequestToken: smithyClient.SENSITIVE_STRING }),
|
|
744
|
-
});
|
|
745
|
-
const MediaStreamPipelineFilterSensitiveLog = (obj) => ({
|
|
746
|
-
...obj,
|
|
747
|
-
...(obj.Sources && { Sources: obj.Sources.map((item) => MediaStreamSourceFilterSensitiveLog(item)) }),
|
|
748
|
-
...(obj.Sinks && { Sinks: obj.Sinks.map((item) => MediaStreamSinkFilterSensitiveLog(item)) }),
|
|
749
|
-
});
|
|
750
|
-
const CreateMediaStreamPipelineResponseFilterSensitiveLog = (obj) => ({
|
|
751
|
-
...obj,
|
|
752
|
-
...(obj.MediaStreamPipeline && {
|
|
753
|
-
MediaStreamPipeline: MediaStreamPipelineFilterSensitiveLog(obj.MediaStreamPipeline),
|
|
754
|
-
}),
|
|
755
|
-
});
|
|
756
|
-
const GetMediaCapturePipelineResponseFilterSensitiveLog = (obj) => ({
|
|
757
|
-
...obj,
|
|
758
|
-
...(obj.MediaCapturePipeline && {
|
|
759
|
-
MediaCapturePipeline: MediaCapturePipelineFilterSensitiveLog(obj.MediaCapturePipeline),
|
|
760
|
-
}),
|
|
761
|
-
});
|
|
762
|
-
const GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
763
|
-
...obj,
|
|
764
|
-
...(obj.MediaInsightsPipelineConfiguration && {
|
|
765
|
-
MediaInsightsPipelineConfiguration: MediaInsightsPipelineConfigurationFilterSensitiveLog(obj.MediaInsightsPipelineConfiguration),
|
|
766
|
-
}),
|
|
767
|
-
});
|
|
768
|
-
const MediaPipelineFilterSensitiveLog = (obj) => ({
|
|
769
|
-
...obj,
|
|
770
|
-
...(obj.MediaCapturePipeline && {
|
|
771
|
-
MediaCapturePipeline: MediaCapturePipelineFilterSensitiveLog(obj.MediaCapturePipeline),
|
|
772
|
-
}),
|
|
773
|
-
...(obj.MediaLiveConnectorPipeline && {
|
|
774
|
-
MediaLiveConnectorPipeline: MediaLiveConnectorPipelineFilterSensitiveLog(obj.MediaLiveConnectorPipeline),
|
|
775
|
-
}),
|
|
776
|
-
...(obj.MediaConcatenationPipeline && {
|
|
777
|
-
MediaConcatenationPipeline: MediaConcatenationPipelineFilterSensitiveLog(obj.MediaConcatenationPipeline),
|
|
778
|
-
}),
|
|
779
|
-
...(obj.MediaInsightsPipeline && {
|
|
780
|
-
MediaInsightsPipeline: MediaInsightsPipelineFilterSensitiveLog(obj.MediaInsightsPipeline),
|
|
781
|
-
}),
|
|
782
|
-
...(obj.MediaStreamPipeline && {
|
|
783
|
-
MediaStreamPipeline: MediaStreamPipelineFilterSensitiveLog(obj.MediaStreamPipeline),
|
|
784
|
-
}),
|
|
785
|
-
});
|
|
786
|
-
const GetMediaPipelineResponseFilterSensitiveLog = (obj) => ({
|
|
787
|
-
...obj,
|
|
788
|
-
...(obj.MediaPipeline && { MediaPipeline: MediaPipelineFilterSensitiveLog(obj.MediaPipeline) }),
|
|
789
|
-
});
|
|
790
|
-
const GetMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog = (obj) => ({
|
|
791
|
-
...obj,
|
|
792
|
-
...(obj.KinesisVideoStreamPoolConfiguration && {
|
|
793
|
-
KinesisVideoStreamPoolConfiguration: KinesisVideoStreamPoolConfigurationFilterSensitiveLog(obj.KinesisVideoStreamPoolConfiguration),
|
|
794
|
-
}),
|
|
795
|
-
});
|
|
796
|
-
const MediaInsightsPipelineConfigurationSummaryFilterSensitiveLog = (obj) => ({
|
|
797
|
-
...obj,
|
|
798
|
-
...(obj.MediaInsightsPipelineConfigurationArn && { MediaInsightsPipelineConfigurationArn: smithyClient.SENSITIVE_STRING }),
|
|
799
|
-
});
|
|
800
|
-
const ListMediaInsightsPipelineConfigurationsResponseFilterSensitiveLog = (obj) => ({
|
|
801
|
-
...obj,
|
|
802
|
-
...(obj.MediaInsightsPipelineConfigurations && {
|
|
803
|
-
MediaInsightsPipelineConfigurations: obj.MediaInsightsPipelineConfigurations.map((item) => MediaInsightsPipelineConfigurationSummaryFilterSensitiveLog(item)),
|
|
804
|
-
}),
|
|
805
|
-
});
|
|
806
|
-
const KinesisVideoStreamPoolSummaryFilterSensitiveLog = (obj) => ({
|
|
807
|
-
...obj,
|
|
808
|
-
...(obj.PoolArn && { PoolArn: smithyClient.SENSITIVE_STRING }),
|
|
809
|
-
});
|
|
810
|
-
const ListMediaPipelineKinesisVideoStreamPoolsResponseFilterSensitiveLog = (obj) => ({
|
|
811
|
-
...obj,
|
|
812
|
-
...(obj.KinesisVideoStreamPools && {
|
|
813
|
-
KinesisVideoStreamPools: obj.KinesisVideoStreamPools.map((item) => KinesisVideoStreamPoolSummaryFilterSensitiveLog(item)),
|
|
814
|
-
}),
|
|
815
|
-
});
|
|
816
|
-
const StartSpeakerSearchTaskRequestFilterSensitiveLog = (obj) => ({
|
|
817
|
-
...obj,
|
|
818
|
-
...(obj.VoiceProfileDomainArn && { VoiceProfileDomainArn: smithyClient.SENSITIVE_STRING }),
|
|
819
|
-
...(obj.ClientRequestToken && { ClientRequestToken: smithyClient.SENSITIVE_STRING }),
|
|
820
|
-
});
|
|
821
|
-
const StartVoiceToneAnalysisTaskRequestFilterSensitiveLog = (obj) => ({
|
|
822
|
-
...obj,
|
|
823
|
-
...(obj.ClientRequestToken && { ClientRequestToken: smithyClient.SENSITIVE_STRING }),
|
|
824
|
-
});
|
|
825
|
-
const UpdateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
826
|
-
...obj,
|
|
827
|
-
...(obj.ResourceAccessRoleArn && { ResourceAccessRoleArn: smithyClient.SENSITIVE_STRING }),
|
|
828
|
-
...(obj.Elements && {
|
|
829
|
-
Elements: obj.Elements.map((item) => MediaInsightsPipelineConfigurationElementFilterSensitiveLog(item)),
|
|
830
|
-
}),
|
|
831
|
-
});
|
|
832
|
-
const UpdateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
833
|
-
...obj,
|
|
834
|
-
...(obj.MediaInsightsPipelineConfiguration && {
|
|
835
|
-
MediaInsightsPipelineConfiguration: MediaInsightsPipelineConfigurationFilterSensitiveLog(obj.MediaInsightsPipelineConfiguration),
|
|
836
|
-
}),
|
|
837
|
-
});
|
|
838
|
-
const UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog = (obj) => ({
|
|
839
|
-
...obj,
|
|
840
|
-
...(obj.KinesisVideoStreamPoolConfiguration && {
|
|
841
|
-
KinesisVideoStreamPoolConfiguration: KinesisVideoStreamPoolConfigurationFilterSensitiveLog(obj.KinesisVideoStreamPoolConfiguration),
|
|
842
|
-
}),
|
|
843
|
-
});
|
|
844
510
|
|
|
845
|
-
const
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
const
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
const
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
const
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
const
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
const
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
const
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
const
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
const
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
const
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
const
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
const
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
const
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
const
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
const
|
|
1031
|
-
const b = core.requestBuilder(input, context);
|
|
1032
|
-
const headers = {};
|
|
1033
|
-
b.bp("/media-pipeline-kinesis-video-stream-pools/{Identifier}");
|
|
1034
|
-
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1035
|
-
let body;
|
|
1036
|
-
b.m("GET").h(headers).b(body);
|
|
1037
|
-
return b.build();
|
|
1038
|
-
};
|
|
1039
|
-
const se_GetSpeakerSearchTaskCommand = async (input, context) => {
|
|
1040
|
-
const b = core.requestBuilder(input, context);
|
|
1041
|
-
const headers = {};
|
|
1042
|
-
b.bp("/media-insights-pipelines/{Identifier}/speaker-search-tasks/{SpeakerSearchTaskId}");
|
|
1043
|
-
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1044
|
-
b.p("SpeakerSearchTaskId", () => input.SpeakerSearchTaskId, "{SpeakerSearchTaskId}", false);
|
|
1045
|
-
let body;
|
|
1046
|
-
b.m("GET").h(headers).b(body);
|
|
1047
|
-
return b.build();
|
|
1048
|
-
};
|
|
1049
|
-
const se_GetVoiceToneAnalysisTaskCommand = async (input, context) => {
|
|
1050
|
-
const b = core.requestBuilder(input, context);
|
|
1051
|
-
const headers = {};
|
|
1052
|
-
b.bp("/media-insights-pipelines/{Identifier}/voice-tone-analysis-tasks/{VoiceToneAnalysisTaskId}");
|
|
1053
|
-
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1054
|
-
b.p("VoiceToneAnalysisTaskId", () => input.VoiceToneAnalysisTaskId, "{VoiceToneAnalysisTaskId}", false);
|
|
1055
|
-
let body;
|
|
1056
|
-
b.m("GET").h(headers).b(body);
|
|
1057
|
-
return b.build();
|
|
1058
|
-
};
|
|
1059
|
-
const se_ListMediaCapturePipelinesCommand = async (input, context) => {
|
|
1060
|
-
const b = core.requestBuilder(input, context);
|
|
1061
|
-
const headers = {};
|
|
1062
|
-
b.bp("/sdk-media-capture-pipelines");
|
|
1063
|
-
const query = smithyClient.map({
|
|
1064
|
-
[_nt]: [, input[_NT]],
|
|
1065
|
-
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
1066
|
-
});
|
|
1067
|
-
let body;
|
|
1068
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
1069
|
-
return b.build();
|
|
1070
|
-
};
|
|
1071
|
-
const se_ListMediaInsightsPipelineConfigurationsCommand = async (input, context) => {
|
|
1072
|
-
const b = core.requestBuilder(input, context);
|
|
1073
|
-
const headers = {};
|
|
1074
|
-
b.bp("/media-insights-pipeline-configurations");
|
|
1075
|
-
const query = smithyClient.map({
|
|
1076
|
-
[_nt]: [, input[_NT]],
|
|
1077
|
-
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
1078
|
-
});
|
|
1079
|
-
let body;
|
|
1080
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
1081
|
-
return b.build();
|
|
1082
|
-
};
|
|
1083
|
-
const se_ListMediaPipelineKinesisVideoStreamPoolsCommand = async (input, context) => {
|
|
1084
|
-
const b = core.requestBuilder(input, context);
|
|
1085
|
-
const headers = {};
|
|
1086
|
-
b.bp("/media-pipeline-kinesis-video-stream-pools");
|
|
1087
|
-
const query = smithyClient.map({
|
|
1088
|
-
[_nt]: [, input[_NT]],
|
|
1089
|
-
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
1090
|
-
});
|
|
1091
|
-
let body;
|
|
1092
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
1093
|
-
return b.build();
|
|
1094
|
-
};
|
|
1095
|
-
const se_ListMediaPipelinesCommand = async (input, context) => {
|
|
1096
|
-
const b = core.requestBuilder(input, context);
|
|
1097
|
-
const headers = {};
|
|
1098
|
-
b.bp("/sdk-media-pipelines");
|
|
1099
|
-
const query = smithyClient.map({
|
|
1100
|
-
[_nt]: [, input[_NT]],
|
|
1101
|
-
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
1102
|
-
});
|
|
1103
|
-
let body;
|
|
1104
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
1105
|
-
return b.build();
|
|
1106
|
-
};
|
|
1107
|
-
const se_ListTagsForResourceCommand = async (input, context) => {
|
|
1108
|
-
const b = core.requestBuilder(input, context);
|
|
1109
|
-
const headers = {};
|
|
1110
|
-
b.bp("/tags");
|
|
1111
|
-
const query = smithyClient.map({
|
|
1112
|
-
[_a]: [, smithyClient.expectNonNull(input[_RARN], `ResourceARN`)],
|
|
1113
|
-
});
|
|
1114
|
-
let body;
|
|
1115
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
1116
|
-
return b.build();
|
|
1117
|
-
};
|
|
1118
|
-
const se_StartSpeakerSearchTaskCommand = async (input, context) => {
|
|
1119
|
-
const b = core.requestBuilder(input, context);
|
|
1120
|
-
const headers = {
|
|
1121
|
-
"content-type": "application/json",
|
|
1122
|
-
};
|
|
1123
|
-
b.bp("/media-insights-pipelines/{Identifier}/speaker-search-tasks");
|
|
1124
|
-
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1125
|
-
const query = smithyClient.map({
|
|
1126
|
-
[_o]: [, "start"],
|
|
1127
|
-
});
|
|
1128
|
-
let body;
|
|
1129
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
1130
|
-
ClientRequestToken: [true, (_) => _ ?? uuid.v4()],
|
|
1131
|
-
KinesisVideoStreamSourceTaskConfiguration: (_) => smithyClient._json(_),
|
|
1132
|
-
VoiceProfileDomainArn: [],
|
|
1133
|
-
}));
|
|
1134
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
1135
|
-
return b.build();
|
|
1136
|
-
};
|
|
1137
|
-
const se_StartVoiceToneAnalysisTaskCommand = async (input, context) => {
|
|
1138
|
-
const b = core.requestBuilder(input, context);
|
|
1139
|
-
const headers = {
|
|
1140
|
-
"content-type": "application/json",
|
|
1141
|
-
};
|
|
1142
|
-
b.bp("/media-insights-pipelines/{Identifier}/voice-tone-analysis-tasks");
|
|
1143
|
-
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1144
|
-
const query = smithyClient.map({
|
|
1145
|
-
[_o]: [, "start"],
|
|
1146
|
-
});
|
|
1147
|
-
let body;
|
|
1148
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
1149
|
-
ClientRequestToken: [true, (_) => _ ?? uuid.v4()],
|
|
1150
|
-
KinesisVideoStreamSourceTaskConfiguration: (_) => smithyClient._json(_),
|
|
1151
|
-
LanguageCode: [],
|
|
1152
|
-
}));
|
|
1153
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
1154
|
-
return b.build();
|
|
1155
|
-
};
|
|
1156
|
-
const se_StopSpeakerSearchTaskCommand = async (input, context) => {
|
|
1157
|
-
const b = core.requestBuilder(input, context);
|
|
1158
|
-
const headers = {};
|
|
1159
|
-
b.bp("/media-insights-pipelines/{Identifier}/speaker-search-tasks/{SpeakerSearchTaskId}");
|
|
1160
|
-
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1161
|
-
b.p("SpeakerSearchTaskId", () => input.SpeakerSearchTaskId, "{SpeakerSearchTaskId}", false);
|
|
1162
|
-
const query = smithyClient.map({
|
|
1163
|
-
[_o]: [, "stop"],
|
|
1164
|
-
});
|
|
1165
|
-
let body;
|
|
1166
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
1167
|
-
return b.build();
|
|
1168
|
-
};
|
|
1169
|
-
const se_StopVoiceToneAnalysisTaskCommand = async (input, context) => {
|
|
1170
|
-
const b = core.requestBuilder(input, context);
|
|
1171
|
-
const headers = {};
|
|
1172
|
-
b.bp("/media-insights-pipelines/{Identifier}/voice-tone-analysis-tasks/{VoiceToneAnalysisTaskId}");
|
|
1173
|
-
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1174
|
-
b.p("VoiceToneAnalysisTaskId", () => input.VoiceToneAnalysisTaskId, "{VoiceToneAnalysisTaskId}", false);
|
|
1175
|
-
const query = smithyClient.map({
|
|
1176
|
-
[_o]: [, "stop"],
|
|
1177
|
-
});
|
|
1178
|
-
let body;
|
|
1179
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
1180
|
-
return b.build();
|
|
1181
|
-
};
|
|
1182
|
-
const se_TagResourceCommand = async (input, context) => {
|
|
1183
|
-
const b = core.requestBuilder(input, context);
|
|
1184
|
-
const headers = {
|
|
1185
|
-
"content-type": "application/json",
|
|
1186
|
-
};
|
|
1187
|
-
b.bp("/tags");
|
|
1188
|
-
const query = smithyClient.map({
|
|
1189
|
-
[_o]: [, "tag-resource"],
|
|
1190
|
-
});
|
|
1191
|
-
let body;
|
|
1192
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
1193
|
-
ResourceARN: [],
|
|
1194
|
-
Tags: (_) => smithyClient._json(_),
|
|
1195
|
-
}));
|
|
1196
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
1197
|
-
return b.build();
|
|
1198
|
-
};
|
|
1199
|
-
const se_UntagResourceCommand = async (input, context) => {
|
|
1200
|
-
const b = core.requestBuilder(input, context);
|
|
1201
|
-
const headers = {
|
|
1202
|
-
"content-type": "application/json",
|
|
1203
|
-
};
|
|
1204
|
-
b.bp("/tags");
|
|
1205
|
-
const query = smithyClient.map({
|
|
1206
|
-
[_o]: [, "untag-resource"],
|
|
1207
|
-
});
|
|
1208
|
-
let body;
|
|
1209
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
1210
|
-
ResourceARN: [],
|
|
1211
|
-
TagKeys: (_) => smithyClient._json(_),
|
|
1212
|
-
}));
|
|
1213
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
1214
|
-
return b.build();
|
|
1215
|
-
};
|
|
1216
|
-
const se_UpdateMediaInsightsPipelineConfigurationCommand = async (input, context) => {
|
|
1217
|
-
const b = core.requestBuilder(input, context);
|
|
1218
|
-
const headers = {
|
|
1219
|
-
"content-type": "application/json",
|
|
1220
|
-
};
|
|
1221
|
-
b.bp("/media-insights-pipeline-configurations/{Identifier}");
|
|
1222
|
-
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1223
|
-
let body;
|
|
1224
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
1225
|
-
Elements: (_) => smithyClient._json(_),
|
|
1226
|
-
RealTimeAlertConfiguration: (_) => smithyClient._json(_),
|
|
1227
|
-
ResourceAccessRoleArn: [],
|
|
1228
|
-
}));
|
|
1229
|
-
b.m("PUT").h(headers).b(body);
|
|
1230
|
-
return b.build();
|
|
1231
|
-
};
|
|
1232
|
-
const se_UpdateMediaInsightsPipelineStatusCommand = async (input, context) => {
|
|
1233
|
-
const b = core.requestBuilder(input, context);
|
|
1234
|
-
const headers = {
|
|
1235
|
-
"content-type": "application/json",
|
|
1236
|
-
};
|
|
1237
|
-
b.bp("/media-insights-pipeline-status/{Identifier}");
|
|
1238
|
-
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1239
|
-
let body;
|
|
1240
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
1241
|
-
UpdateStatus: [],
|
|
1242
|
-
}));
|
|
1243
|
-
b.m("PUT").h(headers).b(body);
|
|
1244
|
-
return b.build();
|
|
1245
|
-
};
|
|
1246
|
-
const se_UpdateMediaPipelineKinesisVideoStreamPoolCommand = async (input, context) => {
|
|
1247
|
-
const b = core.requestBuilder(input, context);
|
|
1248
|
-
const headers = {
|
|
1249
|
-
"content-type": "application/json",
|
|
1250
|
-
};
|
|
1251
|
-
b.bp("/media-pipeline-kinesis-video-stream-pools/{Identifier}");
|
|
1252
|
-
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1253
|
-
let body;
|
|
1254
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
1255
|
-
StreamConfiguration: (_) => smithyClient._json(_),
|
|
1256
|
-
}));
|
|
1257
|
-
b.m("PUT").h(headers).b(body);
|
|
1258
|
-
return b.build();
|
|
1259
|
-
};
|
|
1260
|
-
const de_CreateMediaCapturePipelineCommand = async (output, context) => {
|
|
1261
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1262
|
-
return de_CommandError(output, context);
|
|
1263
|
-
}
|
|
1264
|
-
const contents = smithyClient.map({
|
|
1265
|
-
$metadata: deserializeMetadata(output),
|
|
1266
|
-
});
|
|
1267
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1268
|
-
const doc = smithyClient.take(data, {
|
|
1269
|
-
MediaCapturePipeline: (_) => de_MediaCapturePipeline(_),
|
|
1270
|
-
});
|
|
1271
|
-
Object.assign(contents, doc);
|
|
1272
|
-
return contents;
|
|
1273
|
-
};
|
|
1274
|
-
const de_CreateMediaConcatenationPipelineCommand = async (output, context) => {
|
|
1275
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1276
|
-
return de_CommandError(output, context);
|
|
1277
|
-
}
|
|
1278
|
-
const contents = smithyClient.map({
|
|
1279
|
-
$metadata: deserializeMetadata(output),
|
|
1280
|
-
});
|
|
1281
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1282
|
-
const doc = smithyClient.take(data, {
|
|
1283
|
-
MediaConcatenationPipeline: (_) => de_MediaConcatenationPipeline(_),
|
|
1284
|
-
});
|
|
1285
|
-
Object.assign(contents, doc);
|
|
1286
|
-
return contents;
|
|
1287
|
-
};
|
|
1288
|
-
const de_CreateMediaInsightsPipelineCommand = async (output, context) => {
|
|
1289
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1290
|
-
return de_CommandError(output, context);
|
|
1291
|
-
}
|
|
1292
|
-
const contents = smithyClient.map({
|
|
1293
|
-
$metadata: deserializeMetadata(output),
|
|
1294
|
-
});
|
|
1295
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1296
|
-
const doc = smithyClient.take(data, {
|
|
1297
|
-
MediaInsightsPipeline: (_) => de_MediaInsightsPipeline(_),
|
|
1298
|
-
});
|
|
1299
|
-
Object.assign(contents, doc);
|
|
1300
|
-
return contents;
|
|
1301
|
-
};
|
|
1302
|
-
const de_CreateMediaInsightsPipelineConfigurationCommand = async (output, context) => {
|
|
1303
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1304
|
-
return de_CommandError(output, context);
|
|
1305
|
-
}
|
|
1306
|
-
const contents = smithyClient.map({
|
|
1307
|
-
$metadata: deserializeMetadata(output),
|
|
1308
|
-
});
|
|
1309
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1310
|
-
const doc = smithyClient.take(data, {
|
|
1311
|
-
MediaInsightsPipelineConfiguration: (_) => de_MediaInsightsPipelineConfiguration(_),
|
|
1312
|
-
});
|
|
1313
|
-
Object.assign(contents, doc);
|
|
1314
|
-
return contents;
|
|
1315
|
-
};
|
|
1316
|
-
const de_CreateMediaLiveConnectorPipelineCommand = async (output, context) => {
|
|
1317
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1318
|
-
return de_CommandError(output, context);
|
|
1319
|
-
}
|
|
1320
|
-
const contents = smithyClient.map({
|
|
1321
|
-
$metadata: deserializeMetadata(output),
|
|
1322
|
-
});
|
|
1323
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1324
|
-
const doc = smithyClient.take(data, {
|
|
1325
|
-
MediaLiveConnectorPipeline: (_) => de_MediaLiveConnectorPipeline(_),
|
|
1326
|
-
});
|
|
1327
|
-
Object.assign(contents, doc);
|
|
1328
|
-
return contents;
|
|
1329
|
-
};
|
|
1330
|
-
const de_CreateMediaPipelineKinesisVideoStreamPoolCommand = async (output, context) => {
|
|
1331
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1332
|
-
return de_CommandError(output, context);
|
|
1333
|
-
}
|
|
1334
|
-
const contents = smithyClient.map({
|
|
1335
|
-
$metadata: deserializeMetadata(output),
|
|
1336
|
-
});
|
|
1337
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1338
|
-
const doc = smithyClient.take(data, {
|
|
1339
|
-
KinesisVideoStreamPoolConfiguration: (_) => de_KinesisVideoStreamPoolConfiguration(_),
|
|
1340
|
-
});
|
|
1341
|
-
Object.assign(contents, doc);
|
|
1342
|
-
return contents;
|
|
1343
|
-
};
|
|
1344
|
-
const de_CreateMediaStreamPipelineCommand = async (output, context) => {
|
|
1345
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1346
|
-
return de_CommandError(output, context);
|
|
1347
|
-
}
|
|
1348
|
-
const contents = smithyClient.map({
|
|
1349
|
-
$metadata: deserializeMetadata(output),
|
|
1350
|
-
});
|
|
1351
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1352
|
-
const doc = smithyClient.take(data, {
|
|
1353
|
-
MediaStreamPipeline: (_) => de_MediaStreamPipeline(_),
|
|
1354
|
-
});
|
|
1355
|
-
Object.assign(contents, doc);
|
|
1356
|
-
return contents;
|
|
1357
|
-
};
|
|
1358
|
-
const de_DeleteMediaCapturePipelineCommand = async (output, context) => {
|
|
1359
|
-
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1360
|
-
return de_CommandError(output, context);
|
|
1361
|
-
}
|
|
1362
|
-
const contents = smithyClient.map({
|
|
1363
|
-
$metadata: deserializeMetadata(output),
|
|
1364
|
-
});
|
|
1365
|
-
await smithyClient.collectBody(output.body, context);
|
|
1366
|
-
return contents;
|
|
1367
|
-
};
|
|
1368
|
-
const de_DeleteMediaInsightsPipelineConfigurationCommand = async (output, context) => {
|
|
1369
|
-
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1370
|
-
return de_CommandError(output, context);
|
|
1371
|
-
}
|
|
1372
|
-
const contents = smithyClient.map({
|
|
1373
|
-
$metadata: deserializeMetadata(output),
|
|
1374
|
-
});
|
|
1375
|
-
await smithyClient.collectBody(output.body, context);
|
|
1376
|
-
return contents;
|
|
1377
|
-
};
|
|
1378
|
-
const de_DeleteMediaPipelineCommand = async (output, context) => {
|
|
1379
|
-
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1380
|
-
return de_CommandError(output, context);
|
|
1381
|
-
}
|
|
1382
|
-
const contents = smithyClient.map({
|
|
1383
|
-
$metadata: deserializeMetadata(output),
|
|
1384
|
-
});
|
|
1385
|
-
await smithyClient.collectBody(output.body, context);
|
|
1386
|
-
return contents;
|
|
1387
|
-
};
|
|
1388
|
-
const de_DeleteMediaPipelineKinesisVideoStreamPoolCommand = async (output, context) => {
|
|
1389
|
-
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1390
|
-
return de_CommandError(output, context);
|
|
1391
|
-
}
|
|
1392
|
-
const contents = smithyClient.map({
|
|
1393
|
-
$metadata: deserializeMetadata(output),
|
|
1394
|
-
});
|
|
1395
|
-
await smithyClient.collectBody(output.body, context);
|
|
1396
|
-
return contents;
|
|
1397
|
-
};
|
|
1398
|
-
const de_GetMediaCapturePipelineCommand = async (output, context) => {
|
|
1399
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1400
|
-
return de_CommandError(output, context);
|
|
1401
|
-
}
|
|
1402
|
-
const contents = smithyClient.map({
|
|
1403
|
-
$metadata: deserializeMetadata(output),
|
|
1404
|
-
});
|
|
1405
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1406
|
-
const doc = smithyClient.take(data, {
|
|
1407
|
-
MediaCapturePipeline: (_) => de_MediaCapturePipeline(_),
|
|
1408
|
-
});
|
|
1409
|
-
Object.assign(contents, doc);
|
|
1410
|
-
return contents;
|
|
1411
|
-
};
|
|
1412
|
-
const de_GetMediaInsightsPipelineConfigurationCommand = async (output, context) => {
|
|
1413
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1414
|
-
return de_CommandError(output, context);
|
|
1415
|
-
}
|
|
1416
|
-
const contents = smithyClient.map({
|
|
1417
|
-
$metadata: deserializeMetadata(output),
|
|
1418
|
-
});
|
|
1419
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1420
|
-
const doc = smithyClient.take(data, {
|
|
1421
|
-
MediaInsightsPipelineConfiguration: (_) => de_MediaInsightsPipelineConfiguration(_),
|
|
1422
|
-
});
|
|
1423
|
-
Object.assign(contents, doc);
|
|
1424
|
-
return contents;
|
|
1425
|
-
};
|
|
1426
|
-
const de_GetMediaPipelineCommand = async (output, context) => {
|
|
1427
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1428
|
-
return de_CommandError(output, context);
|
|
1429
|
-
}
|
|
1430
|
-
const contents = smithyClient.map({
|
|
1431
|
-
$metadata: deserializeMetadata(output),
|
|
1432
|
-
});
|
|
1433
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1434
|
-
const doc = smithyClient.take(data, {
|
|
1435
|
-
MediaPipeline: (_) => de_MediaPipeline(_),
|
|
1436
|
-
});
|
|
1437
|
-
Object.assign(contents, doc);
|
|
1438
|
-
return contents;
|
|
1439
|
-
};
|
|
1440
|
-
const de_GetMediaPipelineKinesisVideoStreamPoolCommand = async (output, context) => {
|
|
1441
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1442
|
-
return de_CommandError(output, context);
|
|
1443
|
-
}
|
|
1444
|
-
const contents = smithyClient.map({
|
|
1445
|
-
$metadata: deserializeMetadata(output),
|
|
1446
|
-
});
|
|
1447
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1448
|
-
const doc = smithyClient.take(data, {
|
|
1449
|
-
KinesisVideoStreamPoolConfiguration: (_) => de_KinesisVideoStreamPoolConfiguration(_),
|
|
1450
|
-
});
|
|
1451
|
-
Object.assign(contents, doc);
|
|
1452
|
-
return contents;
|
|
1453
|
-
};
|
|
1454
|
-
const de_GetSpeakerSearchTaskCommand = async (output, context) => {
|
|
1455
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1456
|
-
return de_CommandError(output, context);
|
|
1457
|
-
}
|
|
1458
|
-
const contents = smithyClient.map({
|
|
1459
|
-
$metadata: deserializeMetadata(output),
|
|
1460
|
-
});
|
|
1461
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1462
|
-
const doc = smithyClient.take(data, {
|
|
1463
|
-
SpeakerSearchTask: (_) => de_SpeakerSearchTask(_),
|
|
1464
|
-
});
|
|
1465
|
-
Object.assign(contents, doc);
|
|
1466
|
-
return contents;
|
|
1467
|
-
};
|
|
1468
|
-
const de_GetVoiceToneAnalysisTaskCommand = async (output, context) => {
|
|
1469
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1470
|
-
return de_CommandError(output, context);
|
|
1471
|
-
}
|
|
1472
|
-
const contents = smithyClient.map({
|
|
1473
|
-
$metadata: deserializeMetadata(output),
|
|
1474
|
-
});
|
|
1475
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1476
|
-
const doc = smithyClient.take(data, {
|
|
1477
|
-
VoiceToneAnalysisTask: (_) => de_VoiceToneAnalysisTask(_),
|
|
1478
|
-
});
|
|
1479
|
-
Object.assign(contents, doc);
|
|
1480
|
-
return contents;
|
|
1481
|
-
};
|
|
1482
|
-
const de_ListMediaCapturePipelinesCommand = async (output, context) => {
|
|
1483
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1484
|
-
return de_CommandError(output, context);
|
|
1485
|
-
}
|
|
1486
|
-
const contents = smithyClient.map({
|
|
1487
|
-
$metadata: deserializeMetadata(output),
|
|
1488
|
-
});
|
|
1489
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1490
|
-
const doc = smithyClient.take(data, {
|
|
1491
|
-
MediaCapturePipelines: smithyClient._json,
|
|
1492
|
-
NextToken: smithyClient.expectString,
|
|
1493
|
-
});
|
|
1494
|
-
Object.assign(contents, doc);
|
|
1495
|
-
return contents;
|
|
1496
|
-
};
|
|
1497
|
-
const de_ListMediaInsightsPipelineConfigurationsCommand = async (output, context) => {
|
|
1498
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1499
|
-
return de_CommandError(output, context);
|
|
1500
|
-
}
|
|
1501
|
-
const contents = smithyClient.map({
|
|
1502
|
-
$metadata: deserializeMetadata(output),
|
|
1503
|
-
});
|
|
1504
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1505
|
-
const doc = smithyClient.take(data, {
|
|
1506
|
-
MediaInsightsPipelineConfigurations: smithyClient._json,
|
|
1507
|
-
NextToken: smithyClient.expectString,
|
|
1508
|
-
});
|
|
1509
|
-
Object.assign(contents, doc);
|
|
1510
|
-
return contents;
|
|
1511
|
-
};
|
|
1512
|
-
const de_ListMediaPipelineKinesisVideoStreamPoolsCommand = async (output, context) => {
|
|
1513
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1514
|
-
return de_CommandError(output, context);
|
|
1515
|
-
}
|
|
1516
|
-
const contents = smithyClient.map({
|
|
1517
|
-
$metadata: deserializeMetadata(output),
|
|
1518
|
-
});
|
|
1519
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1520
|
-
const doc = smithyClient.take(data, {
|
|
1521
|
-
KinesisVideoStreamPools: smithyClient._json,
|
|
1522
|
-
NextToken: smithyClient.expectString,
|
|
1523
|
-
});
|
|
1524
|
-
Object.assign(contents, doc);
|
|
1525
|
-
return contents;
|
|
1526
|
-
};
|
|
1527
|
-
const de_ListMediaPipelinesCommand = async (output, context) => {
|
|
1528
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1529
|
-
return de_CommandError(output, context);
|
|
1530
|
-
}
|
|
1531
|
-
const contents = smithyClient.map({
|
|
1532
|
-
$metadata: deserializeMetadata(output),
|
|
1533
|
-
});
|
|
1534
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1535
|
-
const doc = smithyClient.take(data, {
|
|
1536
|
-
MediaPipelines: smithyClient._json,
|
|
1537
|
-
NextToken: smithyClient.expectString,
|
|
1538
|
-
});
|
|
1539
|
-
Object.assign(contents, doc);
|
|
1540
|
-
return contents;
|
|
1541
|
-
};
|
|
1542
|
-
const de_ListTagsForResourceCommand = async (output, context) => {
|
|
1543
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1544
|
-
return de_CommandError(output, context);
|
|
1545
|
-
}
|
|
1546
|
-
const contents = smithyClient.map({
|
|
1547
|
-
$metadata: deserializeMetadata(output),
|
|
1548
|
-
});
|
|
1549
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1550
|
-
const doc = smithyClient.take(data, {
|
|
1551
|
-
Tags: smithyClient._json,
|
|
1552
|
-
});
|
|
1553
|
-
Object.assign(contents, doc);
|
|
1554
|
-
return contents;
|
|
1555
|
-
};
|
|
1556
|
-
const de_StartSpeakerSearchTaskCommand = async (output, context) => {
|
|
1557
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1558
|
-
return de_CommandError(output, context);
|
|
1559
|
-
}
|
|
1560
|
-
const contents = smithyClient.map({
|
|
1561
|
-
$metadata: deserializeMetadata(output),
|
|
1562
|
-
});
|
|
1563
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1564
|
-
const doc = smithyClient.take(data, {
|
|
1565
|
-
SpeakerSearchTask: (_) => de_SpeakerSearchTask(_),
|
|
1566
|
-
});
|
|
1567
|
-
Object.assign(contents, doc);
|
|
1568
|
-
return contents;
|
|
1569
|
-
};
|
|
1570
|
-
const de_StartVoiceToneAnalysisTaskCommand = async (output, context) => {
|
|
1571
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1572
|
-
return de_CommandError(output, context);
|
|
1573
|
-
}
|
|
1574
|
-
const contents = smithyClient.map({
|
|
1575
|
-
$metadata: deserializeMetadata(output),
|
|
1576
|
-
});
|
|
1577
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1578
|
-
const doc = smithyClient.take(data, {
|
|
1579
|
-
VoiceToneAnalysisTask: (_) => de_VoiceToneAnalysisTask(_),
|
|
1580
|
-
});
|
|
1581
|
-
Object.assign(contents, doc);
|
|
1582
|
-
return contents;
|
|
1583
|
-
};
|
|
1584
|
-
const de_StopSpeakerSearchTaskCommand = async (output, context) => {
|
|
1585
|
-
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1586
|
-
return de_CommandError(output, context);
|
|
1587
|
-
}
|
|
1588
|
-
const contents = smithyClient.map({
|
|
1589
|
-
$metadata: deserializeMetadata(output),
|
|
1590
|
-
});
|
|
1591
|
-
await smithyClient.collectBody(output.body, context);
|
|
1592
|
-
return contents;
|
|
1593
|
-
};
|
|
1594
|
-
const de_StopVoiceToneAnalysisTaskCommand = async (output, context) => {
|
|
1595
|
-
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1596
|
-
return de_CommandError(output, context);
|
|
1597
|
-
}
|
|
1598
|
-
const contents = smithyClient.map({
|
|
1599
|
-
$metadata: deserializeMetadata(output),
|
|
1600
|
-
});
|
|
1601
|
-
await smithyClient.collectBody(output.body, context);
|
|
1602
|
-
return contents;
|
|
1603
|
-
};
|
|
1604
|
-
const de_TagResourceCommand = async (output, context) => {
|
|
1605
|
-
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1606
|
-
return de_CommandError(output, context);
|
|
1607
|
-
}
|
|
1608
|
-
const contents = smithyClient.map({
|
|
1609
|
-
$metadata: deserializeMetadata(output),
|
|
1610
|
-
});
|
|
1611
|
-
await smithyClient.collectBody(output.body, context);
|
|
1612
|
-
return contents;
|
|
1613
|
-
};
|
|
1614
|
-
const de_UntagResourceCommand = async (output, context) => {
|
|
1615
|
-
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1616
|
-
return de_CommandError(output, context);
|
|
1617
|
-
}
|
|
1618
|
-
const contents = smithyClient.map({
|
|
1619
|
-
$metadata: deserializeMetadata(output),
|
|
1620
|
-
});
|
|
1621
|
-
await smithyClient.collectBody(output.body, context);
|
|
1622
|
-
return contents;
|
|
1623
|
-
};
|
|
1624
|
-
const de_UpdateMediaInsightsPipelineConfigurationCommand = async (output, context) => {
|
|
1625
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1626
|
-
return de_CommandError(output, context);
|
|
1627
|
-
}
|
|
1628
|
-
const contents = smithyClient.map({
|
|
1629
|
-
$metadata: deserializeMetadata(output),
|
|
1630
|
-
});
|
|
1631
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1632
|
-
const doc = smithyClient.take(data, {
|
|
1633
|
-
MediaInsightsPipelineConfiguration: (_) => de_MediaInsightsPipelineConfiguration(_),
|
|
1634
|
-
});
|
|
1635
|
-
Object.assign(contents, doc);
|
|
1636
|
-
return contents;
|
|
1637
|
-
};
|
|
1638
|
-
const de_UpdateMediaInsightsPipelineStatusCommand = async (output, context) => {
|
|
1639
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1640
|
-
return de_CommandError(output, context);
|
|
1641
|
-
}
|
|
1642
|
-
const contents = smithyClient.map({
|
|
1643
|
-
$metadata: deserializeMetadata(output),
|
|
1644
|
-
});
|
|
1645
|
-
await smithyClient.collectBody(output.body, context);
|
|
1646
|
-
return contents;
|
|
1647
|
-
};
|
|
1648
|
-
const de_UpdateMediaPipelineKinesisVideoStreamPoolCommand = async (output, context) => {
|
|
1649
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1650
|
-
return de_CommandError(output, context);
|
|
1651
|
-
}
|
|
1652
|
-
const contents = smithyClient.map({
|
|
1653
|
-
$metadata: deserializeMetadata(output),
|
|
1654
|
-
});
|
|
1655
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1656
|
-
const doc = smithyClient.take(data, {
|
|
1657
|
-
KinesisVideoStreamPoolConfiguration: (_) => de_KinesisVideoStreamPoolConfiguration(_),
|
|
1658
|
-
});
|
|
1659
|
-
Object.assign(contents, doc);
|
|
1660
|
-
return contents;
|
|
1661
|
-
};
|
|
1662
|
-
const de_CommandError = async (output, context) => {
|
|
1663
|
-
const parsedOutput = {
|
|
1664
|
-
...output,
|
|
1665
|
-
body: await core$1.parseJsonErrorBody(output.body, context),
|
|
1666
|
-
};
|
|
1667
|
-
const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1668
|
-
switch (errorCode) {
|
|
1669
|
-
case "BadRequestException":
|
|
1670
|
-
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
1671
|
-
throw await de_BadRequestExceptionRes(parsedOutput);
|
|
1672
|
-
case "ForbiddenException":
|
|
1673
|
-
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
1674
|
-
throw await de_ForbiddenExceptionRes(parsedOutput);
|
|
1675
|
-
case "ResourceLimitExceededException":
|
|
1676
|
-
case "com.amazonaws.chimesdkmediapipelines#ResourceLimitExceededException":
|
|
1677
|
-
throw await de_ResourceLimitExceededExceptionRes(parsedOutput);
|
|
1678
|
-
case "ServiceFailureException":
|
|
1679
|
-
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
1680
|
-
throw await de_ServiceFailureExceptionRes(parsedOutput);
|
|
1681
|
-
case "ServiceUnavailableException":
|
|
1682
|
-
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
1683
|
-
throw await de_ServiceUnavailableExceptionRes(parsedOutput);
|
|
1684
|
-
case "ThrottledClientException":
|
|
1685
|
-
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
1686
|
-
throw await de_ThrottledClientExceptionRes(parsedOutput);
|
|
1687
|
-
case "UnauthorizedClientException":
|
|
1688
|
-
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
1689
|
-
throw await de_UnauthorizedClientExceptionRes(parsedOutput);
|
|
1690
|
-
case "NotFoundException":
|
|
1691
|
-
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
1692
|
-
throw await de_NotFoundExceptionRes(parsedOutput);
|
|
1693
|
-
case "ConflictException":
|
|
1694
|
-
case "com.amazonaws.chimesdkmediapipelines#ConflictException":
|
|
1695
|
-
throw await de_ConflictExceptionRes(parsedOutput);
|
|
1696
|
-
default:
|
|
1697
|
-
const parsedBody = parsedOutput.body;
|
|
1698
|
-
return throwDefaultError({
|
|
1699
|
-
output,
|
|
1700
|
-
parsedBody,
|
|
1701
|
-
errorCode,
|
|
1702
|
-
});
|
|
1703
|
-
}
|
|
1704
|
-
};
|
|
1705
|
-
const throwDefaultError = smithyClient.withBaseException(ChimeSDKMediaPipelinesServiceException);
|
|
1706
|
-
const de_BadRequestExceptionRes = async (parsedOutput, context) => {
|
|
1707
|
-
const contents = smithyClient.map({});
|
|
1708
|
-
const data = parsedOutput.body;
|
|
1709
|
-
const doc = smithyClient.take(data, {
|
|
1710
|
-
Code: smithyClient.expectString,
|
|
1711
|
-
Message: smithyClient.expectString,
|
|
1712
|
-
RequestId: smithyClient.expectString,
|
|
1713
|
-
});
|
|
1714
|
-
Object.assign(contents, doc);
|
|
1715
|
-
const exception = new BadRequestException({
|
|
1716
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1717
|
-
...contents,
|
|
1718
|
-
});
|
|
1719
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1720
|
-
};
|
|
1721
|
-
const de_ConflictExceptionRes = async (parsedOutput, context) => {
|
|
1722
|
-
const contents = smithyClient.map({});
|
|
1723
|
-
const data = parsedOutput.body;
|
|
1724
|
-
const doc = smithyClient.take(data, {
|
|
1725
|
-
Code: smithyClient.expectString,
|
|
1726
|
-
Message: smithyClient.expectString,
|
|
1727
|
-
RequestId: smithyClient.expectString,
|
|
1728
|
-
});
|
|
1729
|
-
Object.assign(contents, doc);
|
|
1730
|
-
const exception = new ConflictException({
|
|
1731
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1732
|
-
...contents,
|
|
1733
|
-
});
|
|
1734
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1735
|
-
};
|
|
1736
|
-
const de_ForbiddenExceptionRes = async (parsedOutput, context) => {
|
|
1737
|
-
const contents = smithyClient.map({});
|
|
1738
|
-
const data = parsedOutput.body;
|
|
1739
|
-
const doc = smithyClient.take(data, {
|
|
1740
|
-
Code: smithyClient.expectString,
|
|
1741
|
-
Message: smithyClient.expectString,
|
|
1742
|
-
RequestId: smithyClient.expectString,
|
|
1743
|
-
});
|
|
1744
|
-
Object.assign(contents, doc);
|
|
1745
|
-
const exception = new ForbiddenException({
|
|
1746
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1747
|
-
...contents,
|
|
1748
|
-
});
|
|
1749
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1750
|
-
};
|
|
1751
|
-
const de_NotFoundExceptionRes = async (parsedOutput, context) => {
|
|
1752
|
-
const contents = smithyClient.map({});
|
|
1753
|
-
const data = parsedOutput.body;
|
|
1754
|
-
const doc = smithyClient.take(data, {
|
|
1755
|
-
Code: smithyClient.expectString,
|
|
1756
|
-
Message: smithyClient.expectString,
|
|
1757
|
-
RequestId: smithyClient.expectString,
|
|
1758
|
-
});
|
|
1759
|
-
Object.assign(contents, doc);
|
|
1760
|
-
const exception = new NotFoundException({
|
|
1761
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1762
|
-
...contents,
|
|
1763
|
-
});
|
|
1764
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1765
|
-
};
|
|
1766
|
-
const de_ResourceLimitExceededExceptionRes = async (parsedOutput, context) => {
|
|
1767
|
-
const contents = smithyClient.map({});
|
|
1768
|
-
const data = parsedOutput.body;
|
|
1769
|
-
const doc = smithyClient.take(data, {
|
|
1770
|
-
Code: smithyClient.expectString,
|
|
1771
|
-
Message: smithyClient.expectString,
|
|
1772
|
-
RequestId: smithyClient.expectString,
|
|
1773
|
-
});
|
|
1774
|
-
Object.assign(contents, doc);
|
|
1775
|
-
const exception = new ResourceLimitExceededException({
|
|
1776
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1777
|
-
...contents,
|
|
1778
|
-
});
|
|
1779
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1780
|
-
};
|
|
1781
|
-
const de_ServiceFailureExceptionRes = async (parsedOutput, context) => {
|
|
1782
|
-
const contents = smithyClient.map({});
|
|
1783
|
-
const data = parsedOutput.body;
|
|
1784
|
-
const doc = smithyClient.take(data, {
|
|
1785
|
-
Code: smithyClient.expectString,
|
|
1786
|
-
Message: smithyClient.expectString,
|
|
1787
|
-
RequestId: smithyClient.expectString,
|
|
1788
|
-
});
|
|
1789
|
-
Object.assign(contents, doc);
|
|
1790
|
-
const exception = new ServiceFailureException({
|
|
1791
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1792
|
-
...contents,
|
|
1793
|
-
});
|
|
1794
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1795
|
-
};
|
|
1796
|
-
const de_ServiceUnavailableExceptionRes = async (parsedOutput, context) => {
|
|
1797
|
-
const contents = smithyClient.map({});
|
|
1798
|
-
const data = parsedOutput.body;
|
|
1799
|
-
const doc = smithyClient.take(data, {
|
|
1800
|
-
Code: smithyClient.expectString,
|
|
1801
|
-
Message: smithyClient.expectString,
|
|
1802
|
-
RequestId: smithyClient.expectString,
|
|
1803
|
-
});
|
|
1804
|
-
Object.assign(contents, doc);
|
|
1805
|
-
const exception = new ServiceUnavailableException({
|
|
1806
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1807
|
-
...contents,
|
|
1808
|
-
});
|
|
1809
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1810
|
-
};
|
|
1811
|
-
const de_ThrottledClientExceptionRes = async (parsedOutput, context) => {
|
|
1812
|
-
const contents = smithyClient.map({});
|
|
1813
|
-
const data = parsedOutput.body;
|
|
1814
|
-
const doc = smithyClient.take(data, {
|
|
1815
|
-
Code: smithyClient.expectString,
|
|
1816
|
-
Message: smithyClient.expectString,
|
|
1817
|
-
RequestId: smithyClient.expectString,
|
|
1818
|
-
});
|
|
1819
|
-
Object.assign(contents, doc);
|
|
1820
|
-
const exception = new ThrottledClientException({
|
|
1821
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1822
|
-
...contents,
|
|
1823
|
-
});
|
|
1824
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1825
|
-
};
|
|
1826
|
-
const de_UnauthorizedClientExceptionRes = async (parsedOutput, context) => {
|
|
1827
|
-
const contents = smithyClient.map({});
|
|
1828
|
-
const data = parsedOutput.body;
|
|
1829
|
-
const doc = smithyClient.take(data, {
|
|
1830
|
-
Code: smithyClient.expectString,
|
|
1831
|
-
Message: smithyClient.expectString,
|
|
1832
|
-
RequestId: smithyClient.expectString,
|
|
1833
|
-
});
|
|
1834
|
-
Object.assign(contents, doc);
|
|
1835
|
-
const exception = new UnauthorizedClientException({
|
|
1836
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1837
|
-
...contents,
|
|
1838
|
-
});
|
|
1839
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1840
|
-
};
|
|
1841
|
-
const se_FragmentSelector = (input, context) => {
|
|
1842
|
-
return smithyClient.take(input, {
|
|
1843
|
-
FragmentSelectorType: [],
|
|
1844
|
-
TimestampRange: (_) => se_TimestampRange(_),
|
|
1845
|
-
});
|
|
1846
|
-
};
|
|
1847
|
-
const se_KinesisVideoStreamRecordingSourceRuntimeConfiguration = (input, context) => {
|
|
1848
|
-
return smithyClient.take(input, {
|
|
1849
|
-
FragmentSelector: (_) => se_FragmentSelector(_),
|
|
1850
|
-
Streams: smithyClient._json,
|
|
1851
|
-
});
|
|
1852
|
-
};
|
|
1853
|
-
const se_TimestampRange = (input, context) => {
|
|
1854
|
-
return smithyClient.take(input, {
|
|
1855
|
-
EndTimestamp: (_) => _.getTime() / 1_000,
|
|
1856
|
-
StartTimestamp: (_) => _.getTime() / 1_000,
|
|
1857
|
-
});
|
|
1858
|
-
};
|
|
1859
|
-
const de_FragmentSelector = (output, context) => {
|
|
1860
|
-
return smithyClient.take(output, {
|
|
1861
|
-
FragmentSelectorType: smithyClient.expectString,
|
|
1862
|
-
TimestampRange: (_) => de_TimestampRange(_),
|
|
1863
|
-
});
|
|
1864
|
-
};
|
|
1865
|
-
const de_KinesisVideoStreamPoolConfiguration = (output, context) => {
|
|
1866
|
-
return smithyClient.take(output, {
|
|
1867
|
-
CreatedTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1868
|
-
PoolArn: smithyClient.expectString,
|
|
1869
|
-
PoolId: smithyClient.expectString,
|
|
1870
|
-
PoolName: smithyClient.expectString,
|
|
1871
|
-
PoolSize: smithyClient.expectInt32,
|
|
1872
|
-
PoolStatus: smithyClient.expectString,
|
|
1873
|
-
StreamConfiguration: smithyClient._json,
|
|
1874
|
-
UpdatedTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1875
|
-
});
|
|
1876
|
-
};
|
|
1877
|
-
const de_KinesisVideoStreamRecordingSourceRuntimeConfiguration = (output, context) => {
|
|
1878
|
-
return smithyClient.take(output, {
|
|
1879
|
-
FragmentSelector: (_) => de_FragmentSelector(_),
|
|
1880
|
-
Streams: smithyClient._json,
|
|
1881
|
-
});
|
|
1882
|
-
};
|
|
1883
|
-
const de_MediaCapturePipeline = (output, context) => {
|
|
1884
|
-
return smithyClient.take(output, {
|
|
1885
|
-
ChimeSdkMeetingConfiguration: smithyClient._json,
|
|
1886
|
-
CreatedTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1887
|
-
MediaPipelineArn: smithyClient.expectString,
|
|
1888
|
-
MediaPipelineId: smithyClient.expectString,
|
|
1889
|
-
SinkArn: smithyClient.expectString,
|
|
1890
|
-
SinkIamRoleArn: smithyClient.expectString,
|
|
1891
|
-
SinkType: smithyClient.expectString,
|
|
1892
|
-
SourceArn: smithyClient.expectString,
|
|
1893
|
-
SourceType: smithyClient.expectString,
|
|
1894
|
-
SseAwsKeyManagementParams: smithyClient._json,
|
|
1895
|
-
Status: smithyClient.expectString,
|
|
1896
|
-
UpdatedTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1897
|
-
});
|
|
1898
|
-
};
|
|
1899
|
-
const de_MediaConcatenationPipeline = (output, context) => {
|
|
1900
|
-
return smithyClient.take(output, {
|
|
1901
|
-
CreatedTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1902
|
-
MediaPipelineArn: smithyClient.expectString,
|
|
1903
|
-
MediaPipelineId: smithyClient.expectString,
|
|
1904
|
-
Sinks: smithyClient._json,
|
|
1905
|
-
Sources: smithyClient._json,
|
|
1906
|
-
Status: smithyClient.expectString,
|
|
1907
|
-
UpdatedTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1908
|
-
});
|
|
1909
|
-
};
|
|
1910
|
-
const de_MediaInsightsPipeline = (output, context) => {
|
|
1911
|
-
return smithyClient.take(output, {
|
|
1912
|
-
CreatedTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1913
|
-
ElementStatuses: smithyClient._json,
|
|
1914
|
-
KinesisVideoStreamRecordingSourceRuntimeConfiguration: (_) => de_KinesisVideoStreamRecordingSourceRuntimeConfiguration(_),
|
|
1915
|
-
KinesisVideoStreamSourceRuntimeConfiguration: smithyClient._json,
|
|
1916
|
-
MediaInsightsPipelineConfigurationArn: smithyClient.expectString,
|
|
1917
|
-
MediaInsightsRuntimeMetadata: smithyClient._json,
|
|
1918
|
-
MediaPipelineArn: smithyClient.expectString,
|
|
1919
|
-
MediaPipelineId: smithyClient.expectString,
|
|
1920
|
-
S3RecordingSinkRuntimeConfiguration: smithyClient._json,
|
|
1921
|
-
Status: smithyClient.expectString,
|
|
1922
|
-
});
|
|
1923
|
-
};
|
|
1924
|
-
const de_MediaInsightsPipelineConfiguration = (output, context) => {
|
|
1925
|
-
return smithyClient.take(output, {
|
|
1926
|
-
CreatedTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1927
|
-
Elements: smithyClient._json,
|
|
1928
|
-
MediaInsightsPipelineConfigurationArn: smithyClient.expectString,
|
|
1929
|
-
MediaInsightsPipelineConfigurationId: smithyClient.expectString,
|
|
1930
|
-
MediaInsightsPipelineConfigurationName: smithyClient.expectString,
|
|
1931
|
-
RealTimeAlertConfiguration: smithyClient._json,
|
|
1932
|
-
ResourceAccessRoleArn: smithyClient.expectString,
|
|
1933
|
-
UpdatedTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1934
|
-
});
|
|
1935
|
-
};
|
|
1936
|
-
const de_MediaLiveConnectorPipeline = (output, context) => {
|
|
1937
|
-
return smithyClient.take(output, {
|
|
1938
|
-
CreatedTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1939
|
-
MediaPipelineArn: smithyClient.expectString,
|
|
1940
|
-
MediaPipelineId: smithyClient.expectString,
|
|
1941
|
-
Sinks: smithyClient._json,
|
|
1942
|
-
Sources: smithyClient._json,
|
|
1943
|
-
Status: smithyClient.expectString,
|
|
1944
|
-
UpdatedTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1945
|
-
});
|
|
1946
|
-
};
|
|
1947
|
-
const de_MediaPipeline = (output, context) => {
|
|
1948
|
-
return smithyClient.take(output, {
|
|
1949
|
-
MediaCapturePipeline: (_) => de_MediaCapturePipeline(_),
|
|
1950
|
-
MediaConcatenationPipeline: (_) => de_MediaConcatenationPipeline(_),
|
|
1951
|
-
MediaInsightsPipeline: (_) => de_MediaInsightsPipeline(_),
|
|
1952
|
-
MediaLiveConnectorPipeline: (_) => de_MediaLiveConnectorPipeline(_),
|
|
1953
|
-
MediaStreamPipeline: (_) => de_MediaStreamPipeline(_),
|
|
1954
|
-
});
|
|
1955
|
-
};
|
|
1956
|
-
const de_MediaStreamPipeline = (output, context) => {
|
|
1957
|
-
return smithyClient.take(output, {
|
|
1958
|
-
CreatedTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1959
|
-
MediaPipelineArn: smithyClient.expectString,
|
|
1960
|
-
MediaPipelineId: smithyClient.expectString,
|
|
1961
|
-
Sinks: smithyClient._json,
|
|
1962
|
-
Sources: smithyClient._json,
|
|
1963
|
-
Status: smithyClient.expectString,
|
|
1964
|
-
UpdatedTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1965
|
-
});
|
|
1966
|
-
};
|
|
1967
|
-
const de_SpeakerSearchTask = (output, context) => {
|
|
1968
|
-
return smithyClient.take(output, {
|
|
1969
|
-
CreatedTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1970
|
-
SpeakerSearchTaskId: smithyClient.expectString,
|
|
1971
|
-
SpeakerSearchTaskStatus: smithyClient.expectString,
|
|
1972
|
-
UpdatedTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1973
|
-
});
|
|
1974
|
-
};
|
|
1975
|
-
const de_TimestampRange = (output, context) => {
|
|
1976
|
-
return smithyClient.take(output, {
|
|
1977
|
-
EndTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1978
|
-
StartTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1979
|
-
});
|
|
1980
|
-
};
|
|
1981
|
-
const de_VoiceToneAnalysisTask = (output, context) => {
|
|
1982
|
-
return smithyClient.take(output, {
|
|
1983
|
-
CreatedTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1984
|
-
UpdatedTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1985
|
-
VoiceToneAnalysisTaskId: smithyClient.expectString,
|
|
1986
|
-
VoiceToneAnalysisTaskStatus: smithyClient.expectString,
|
|
1987
|
-
});
|
|
1988
|
-
};
|
|
1989
|
-
const deserializeMetadata = (output) => ({
|
|
1990
|
-
httpStatusCode: output.statusCode,
|
|
1991
|
-
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
1992
|
-
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1993
|
-
cfId: output.headers["x-amz-cf-id"],
|
|
1994
|
-
});
|
|
511
|
+
const _A = "Arn";
|
|
512
|
+
const _AAC = "AudioArtifactsConfiguration";
|
|
513
|
+
const _AC = "ArtifactsConfiguration";
|
|
514
|
+
const _ACC = "ArtifactsConcatenationConfiguration";
|
|
515
|
+
const _ACCu = "AudioConcatenationConfiguration";
|
|
516
|
+
const _ACu = "AudioChannels";
|
|
517
|
+
const _AI = "AttendeeIds";
|
|
518
|
+
const _AKEC = "AwsKmsEncryptionContext";
|
|
519
|
+
const _AKKI = "AwsKmsKeyId";
|
|
520
|
+
const _ASOC = "ActiveSpeakerOnlyConfiguration";
|
|
521
|
+
const _ASP = "ActiveSpeakerPosition";
|
|
522
|
+
const _ASR = "AudioSampleRate";
|
|
523
|
+
const _ATCAPC = "AmazonTranscribeCallAnalyticsProcessorConfiguration";
|
|
524
|
+
const _ATPC = "AmazonTranscribeProcessorConfiguration";
|
|
525
|
+
const _Au = "Audio";
|
|
526
|
+
const _BC = "BorderColor";
|
|
527
|
+
const _BRE = "BadRequestException";
|
|
528
|
+
const _BT = "BorderThickness";
|
|
529
|
+
const _C = "Content";
|
|
530
|
+
const _CAC = "ContentArtifactsConfiguration";
|
|
531
|
+
const _CASC = "CallAnalyticsStreamCategories";
|
|
532
|
+
const _CCC = "ContentConcatenationConfiguration";
|
|
533
|
+
const _CD = "ChannelDefinition";
|
|
534
|
+
const _CDh = "ChannelDefinitions";
|
|
535
|
+
const _CE = "ConflictException";
|
|
536
|
+
const _CI = "ChannelId";
|
|
537
|
+
const _CIT = "ContentIdentificationType";
|
|
538
|
+
const _CMCP = "CreateMediaCapturePipeline";
|
|
539
|
+
const _CMCPR = "CreateMediaCapturePipelineRequest";
|
|
540
|
+
const _CMCPRr = "CreateMediaCapturePipelineResponse";
|
|
541
|
+
const _CMCPRre = "CreateMediaConcatenationPipelineRequest";
|
|
542
|
+
const _CMCPRrea = "CreateMediaConcatenationPipelineResponse";
|
|
543
|
+
const _CMCPr = "CreateMediaConcatenationPipeline";
|
|
544
|
+
const _CMIP = "CreateMediaInsightsPipeline";
|
|
545
|
+
const _CMIPC = "CreateMediaInsightsPipelineConfiguration";
|
|
546
|
+
const _CMIPCR = "CreateMediaInsightsPipelineConfigurationRequest";
|
|
547
|
+
const _CMIPCRr = "CreateMediaInsightsPipelineConfigurationResponse";
|
|
548
|
+
const _CMIPR = "CreateMediaInsightsPipelineRequest";
|
|
549
|
+
const _CMIPRr = "CreateMediaInsightsPipelineResponse";
|
|
550
|
+
const _CMLCP = "CreateMediaLiveConnectorPipeline";
|
|
551
|
+
const _CMLCPR = "CreateMediaLiveConnectorPipelineRequest";
|
|
552
|
+
const _CMLCPRr = "CreateMediaLiveConnectorPipelineResponse";
|
|
553
|
+
const _CMPKVSP = "CreateMediaPipelineKinesisVideoStreamPool";
|
|
554
|
+
const _CMPKVSPR = "CreateMediaPipelineKinesisVideoStreamPoolRequest";
|
|
555
|
+
const _CMPKVSPRr = "CreateMediaPipelineKinesisVideoStreamPoolResponse";
|
|
556
|
+
const _CMSP = "CreateMediaStreamPipeline";
|
|
557
|
+
const _CMSPR = "CreateMediaStreamPipelineRequest";
|
|
558
|
+
const _CMSPRr = "CreateMediaStreamPipelineResponse";
|
|
559
|
+
const _CO = "CanvasOrientation";
|
|
560
|
+
const _CR = "CornerRadius";
|
|
561
|
+
const _CRO = "ContentRedactionOutput";
|
|
562
|
+
const _CRT = "ClientRequestToken";
|
|
563
|
+
const _CRTo = "ContentRedactionType";
|
|
564
|
+
const _CS = "ConcatenationSink";
|
|
565
|
+
const _CSL = "ContentShareLayout";
|
|
566
|
+
const _CSLo = "ConcatenationSinkList";
|
|
567
|
+
const _CSLon = "ConcatenationSourceList";
|
|
568
|
+
const _CSMC = "ChimeSdkMeetingConfiguration";
|
|
569
|
+
const _CSMCC = "ChimeSdkMeetingConcatenationConfiguration";
|
|
570
|
+
const _CSMLCC = "ChimeSdkMeetingLiveConnectorConfiguration";
|
|
571
|
+
const _CSo = "ConcatenationSource";
|
|
572
|
+
const _CT = "CreatedTimestamp";
|
|
573
|
+
const _CV = "CompositedVideo";
|
|
574
|
+
const _CVAC = "CompositedVideoArtifactsConfiguration";
|
|
575
|
+
const _CVCC = "CompositedVideoConcatenationConfiguration";
|
|
576
|
+
const _Co = "Code";
|
|
577
|
+
const _D = "Disabled";
|
|
578
|
+
const _DARA = "DataAccessRoleArn";
|
|
579
|
+
const _DC = "DataChannel";
|
|
580
|
+
const _DCCC = "DataChannelConcatenationConfiguration";
|
|
581
|
+
const _DMCP = "DeleteMediaCapturePipeline";
|
|
582
|
+
const _DMCPR = "DeleteMediaCapturePipelineRequest";
|
|
583
|
+
const _DMIPC = "DeleteMediaInsightsPipelineConfiguration";
|
|
584
|
+
const _DMIPCR = "DeleteMediaInsightsPipelineConfigurationRequest";
|
|
585
|
+
const _DMP = "DeleteMediaPipeline";
|
|
586
|
+
const _DMPKVSP = "DeleteMediaPipelineKinesisVideoStreamPool";
|
|
587
|
+
const _DMPKVSPR = "DeleteMediaPipelineKinesisVideoStreamPoolRequest";
|
|
588
|
+
const _DMPR = "DeleteMediaPipelineRequest";
|
|
589
|
+
const _DRIH = "DataRetentionInHours";
|
|
590
|
+
const _De = "Destination";
|
|
591
|
+
const _E = "Elements";
|
|
592
|
+
const _EPRS = "EnablePartialResultsStabilization";
|
|
593
|
+
const _ES = "ElementStatuses";
|
|
594
|
+
const _ET = "EndTimestamp";
|
|
595
|
+
const _EUI = "ExternalUserIds";
|
|
596
|
+
const _EUIL = "ExternalUserIdList";
|
|
597
|
+
const _EUIT = "ExternalUserIdType";
|
|
598
|
+
const _FE = "ForbiddenException";
|
|
599
|
+
const _FN = "FragmentNumber";
|
|
600
|
+
const _FPR = "FilterPartialResults";
|
|
601
|
+
const _FS = "FragmentSelector";
|
|
602
|
+
const _FST = "FragmentSelectorType";
|
|
603
|
+
const _GMCP = "GetMediaCapturePipeline";
|
|
604
|
+
const _GMCPR = "GetMediaCapturePipelineRequest";
|
|
605
|
+
const _GMCPRe = "GetMediaCapturePipelineResponse";
|
|
606
|
+
const _GMIPC = "GetMediaInsightsPipelineConfiguration";
|
|
607
|
+
const _GMIPCR = "GetMediaInsightsPipelineConfigurationRequest";
|
|
608
|
+
const _GMIPCRe = "GetMediaInsightsPipelineConfigurationResponse";
|
|
609
|
+
const _GMP = "GetMediaPipeline";
|
|
610
|
+
const _GMPKVSP = "GetMediaPipelineKinesisVideoStreamPool";
|
|
611
|
+
const _GMPKVSPR = "GetMediaPipelineKinesisVideoStreamPoolRequest";
|
|
612
|
+
const _GMPKVSPRe = "GetMediaPipelineKinesisVideoStreamPoolResponse";
|
|
613
|
+
const _GMPR = "GetMediaPipelineRequest";
|
|
614
|
+
const _GMPRe = "GetMediaPipelineResponse";
|
|
615
|
+
const _GSST = "GetSpeakerSearchTask";
|
|
616
|
+
const _GSSTR = "GetSpeakerSearchTaskRequest";
|
|
617
|
+
const _GSSTRe = "GetSpeakerSearchTaskResponse";
|
|
618
|
+
const _GVC = "GridViewConfiguration";
|
|
619
|
+
const _GVTAT = "GetVoiceToneAnalysisTask";
|
|
620
|
+
const _GVTATR = "GetVoiceToneAnalysisTaskRequest";
|
|
621
|
+
const _GVTATRe = "GetVoiceToneAnalysisTaskResponse";
|
|
622
|
+
const _HC = "HighlightColor";
|
|
623
|
+
const _HLC = "HorizontalLayoutConfiguration";
|
|
624
|
+
const _I = "Identifier";
|
|
625
|
+
const _IDC = "IssueDetectionConfiguration";
|
|
626
|
+
const _IL = "IdentifyLanguage";
|
|
627
|
+
const _IML = "IdentifyMultipleLanguages";
|
|
628
|
+
const _IT = "InsightsTarget";
|
|
629
|
+
const _K = "Keywords";
|
|
630
|
+
const _KDSSC = "KinesisDataStreamSinkConfiguration";
|
|
631
|
+
const _KMC = "KeywordMatchConfiguration";
|
|
632
|
+
const _KVSC = "KinesisVideoStreamConfiguration";
|
|
633
|
+
const _KVSCU = "KinesisVideoStreamConfigurationUpdate";
|
|
634
|
+
const _KVSP = "KinesisVideoStreamPools";
|
|
635
|
+
const _KVSPC = "KinesisVideoStreamPoolConfiguration";
|
|
636
|
+
const _KVSPS = "KinesisVideoStreamPoolSummary";
|
|
637
|
+
const _KVSPSL = "KinesisVideoStreamPoolSummaryList";
|
|
638
|
+
const _KVSRSRC = "KinesisVideoStreamRecordingSourceRuntimeConfiguration";
|
|
639
|
+
const _KVSSRC = "KinesisVideoStreamSourceRuntimeConfiguration";
|
|
640
|
+
const _KVSSTC = "KinesisVideoStreamSourceTaskConfiguration";
|
|
641
|
+
const _Ke = "Key";
|
|
642
|
+
const _L = "Layout";
|
|
643
|
+
const _LC = "LanguageCode";
|
|
644
|
+
const _LCRTMPC = "LiveConnectorRTMPConfiguration";
|
|
645
|
+
const _LCSC = "LiveConnectorSinkConfiguration";
|
|
646
|
+
const _LCSCi = "LiveConnectorSourceConfiguration";
|
|
647
|
+
const _LCSL = "LiveConnectorSinkList";
|
|
648
|
+
const _LCSLi = "LiveConnectorSourceList";
|
|
649
|
+
const _LFSC = "LambdaFunctionSinkConfiguration";
|
|
650
|
+
const _LMCP = "ListMediaCapturePipelines";
|
|
651
|
+
const _LMCPR = "ListMediaCapturePipelinesRequest";
|
|
652
|
+
const _LMCPRi = "ListMediaCapturePipelinesResponse";
|
|
653
|
+
const _LMIPC = "ListMediaInsightsPipelineConfigurations";
|
|
654
|
+
const _LMIPCR = "ListMediaInsightsPipelineConfigurationsRequest";
|
|
655
|
+
const _LMIPCRi = "ListMediaInsightsPipelineConfigurationsResponse";
|
|
656
|
+
const _LMN = "LanguageModelName";
|
|
657
|
+
const _LMP = "ListMediaPipelines";
|
|
658
|
+
const _LMPKVSP = "ListMediaPipelineKinesisVideoStreamPools";
|
|
659
|
+
const _LMPKVSPR = "ListMediaPipelineKinesisVideoStreamPoolsRequest";
|
|
660
|
+
const _LMPKVSPRi = "ListMediaPipelineKinesisVideoStreamPoolsResponse";
|
|
661
|
+
const _LMPR = "ListMediaPipelinesRequest";
|
|
662
|
+
const _LMPRi = "ListMediaPipelinesResponse";
|
|
663
|
+
const _LO = "LanguageOptions";
|
|
664
|
+
const _LTFR = "ListTagsForResource";
|
|
665
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
666
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
667
|
+
const _M = "Message";
|
|
668
|
+
const _MCP = "MediaCapturePipeline";
|
|
669
|
+
const _MCPS = "MediaCapturePipelineSummary";
|
|
670
|
+
const _MCPSC = "MediaCapturePipelineSourceConfiguration";
|
|
671
|
+
const _MCPSL = "MediaCapturePipelineSummaryList";
|
|
672
|
+
const _MCPe = "MediaConcatenationPipeline";
|
|
673
|
+
const _MCPed = "MediaCapturePipelines";
|
|
674
|
+
const _ME = "MeetingEvents";
|
|
675
|
+
const _MECC = "MeetingEventsConcatenationConfiguration";
|
|
676
|
+
const _MEe = "MediaEncoding";
|
|
677
|
+
const _MIP = "MediaInsightsPipeline";
|
|
678
|
+
const _MIPC = "MediaInsightsPipelineConfiguration";
|
|
679
|
+
const _MIPCA = "MediaInsightsPipelineConfigurationArn";
|
|
680
|
+
const _MIPCE = "MediaInsightsPipelineConfigurationElement";
|
|
681
|
+
const _MIPCEe = "MediaInsightsPipelineConfigurationElements";
|
|
682
|
+
const _MIPCI = "MediaInsightsPipelineConfigurationId";
|
|
683
|
+
const _MIPCN = "MediaInsightsPipelineConfigurationName";
|
|
684
|
+
const _MIPCS = "MediaInsightsPipelineConfigurationSummary";
|
|
685
|
+
const _MIPCSL = "MediaInsightsPipelineConfigurationSummaryList";
|
|
686
|
+
const _MIPCe = "MediaInsightsPipelineConfigurations";
|
|
687
|
+
const _MIPES = "MediaInsightsPipelineElementStatus";
|
|
688
|
+
const _MIPESe = "MediaInsightsPipelineElementStatuses";
|
|
689
|
+
const _MIRM = "MediaInsightsRuntimeMetadata";
|
|
690
|
+
const _MLCP = "MediaLiveConnectorPipeline";
|
|
691
|
+
const _MP = "MediaPipeline";
|
|
692
|
+
const _MPA = "MediaPipelineArn";
|
|
693
|
+
const _MPI = "MediaPipelineId";
|
|
694
|
+
const _MPL = "MediaPipelineList";
|
|
695
|
+
const _MPS = "MediaPipelineSummary";
|
|
696
|
+
const _MPe = "MediaPipelines";
|
|
1995
697
|
const _MR = "MaxResults";
|
|
698
|
+
const _MSP = "MediaStreamPipeline";
|
|
699
|
+
const _MSR = "MediaSampleRate";
|
|
700
|
+
const _MSS = "MediaStreamSink";
|
|
701
|
+
const _MSSL = "MediaStreamSinkList";
|
|
702
|
+
const _MSSLe = "MediaStreamSourceList";
|
|
703
|
+
const _MSSe = "MediaStreamSource";
|
|
704
|
+
const _MST = "MediaStreamType";
|
|
705
|
+
const _MT = "MuxType";
|
|
706
|
+
const _N = "Negate";
|
|
707
|
+
const _NFE = "NotFoundException";
|
|
708
|
+
const _NOC = "NumberOfChannels";
|
|
1996
709
|
const _NT = "NextToken";
|
|
710
|
+
const _OEKMSKI = "OutputEncryptionKMSKeyId";
|
|
711
|
+
const _OL = "OutputLocation";
|
|
712
|
+
const _PA = "PoolArn";
|
|
713
|
+
const _PCAS = "PostCallAnalyticsSettings";
|
|
714
|
+
const _PET = "PiiEntityTypes";
|
|
715
|
+
const _PI = "PoolId";
|
|
716
|
+
const _PL = "PreferredLanguage";
|
|
717
|
+
const _PN = "PoolName";
|
|
718
|
+
const _POC = "PresenterOnlyConfiguration";
|
|
719
|
+
const _PP = "PresenterPosition";
|
|
720
|
+
const _PR = "ParticipantRole";
|
|
721
|
+
const _PRS = "PartialResultsStability";
|
|
722
|
+
const _PS = "PoolStatus";
|
|
723
|
+
const _PSo = "PoolSize";
|
|
724
|
+
const _R = "Resolution";
|
|
725
|
+
const _RARA = "ResourceAccessRoleArn";
|
|
1997
726
|
const _RARN = "ResourceARN";
|
|
727
|
+
const _RFF = "RecordingFileFormat";
|
|
728
|
+
const _RI = "RequestId";
|
|
729
|
+
const _RLEE = "ResourceLimitExceededException";
|
|
730
|
+
const _RN = "RuleName";
|
|
731
|
+
const _RSC = "ReservedStreamCapacity";
|
|
732
|
+
const _RSCe = "RecordingStreamConfiguration";
|
|
733
|
+
const _RSL = "RecordingStreamList";
|
|
734
|
+
const _RTAC = "RealTimeAlertConfiguration";
|
|
735
|
+
const _RTAR = "RealTimeAlertRule";
|
|
736
|
+
const _RTARL = "RealTimeAlertRuleList";
|
|
737
|
+
const _RTMPC = "RTMPConfiguration";
|
|
738
|
+
const _Re = "Region";
|
|
739
|
+
const _Ru = "Rules";
|
|
740
|
+
const _S = "State";
|
|
741
|
+
const _SA = "SourceArn";
|
|
742
|
+
const _SAKMP = "SseAwsKeyManagementParams";
|
|
743
|
+
const _SAi = "SinkArn";
|
|
744
|
+
const _SAt = "StreamArn";
|
|
745
|
+
const _SBSC = "S3BucketSinkConfiguration";
|
|
746
|
+
const _SC = "SourceConfiguration";
|
|
747
|
+
const _SCD = "StreamChannelDefinition";
|
|
748
|
+
const _SCe = "SentimentConfiguration";
|
|
749
|
+
const _SCt = "StreamConfiguration";
|
|
750
|
+
const _SFE = "ServiceFailureException";
|
|
751
|
+
const _SIRA = "SinkIamRoleArn";
|
|
752
|
+
const _SQSC = "SqsQueueSinkConfiguration";
|
|
753
|
+
const _SRSC = "S3RecordingSinkConfiguration";
|
|
754
|
+
const _SRSRC = "S3RecordingSinkRuntimeConfiguration";
|
|
755
|
+
const _SS = "SensitiveString";
|
|
756
|
+
const _SSL = "ShowSpeakerLabel";
|
|
757
|
+
const _SSS = "SpeakerSearchStatus";
|
|
758
|
+
const _SSST = "StartSpeakerSearchTask";
|
|
759
|
+
const _SSSTR = "StartSpeakerSearchTaskRequest";
|
|
760
|
+
const _SSSTRt = "StartSpeakerSearchTaskResponse";
|
|
761
|
+
const _SSSTRto = "StopSpeakerSearchTaskRequest";
|
|
762
|
+
const _SSSTt = "StopSpeakerSearchTask";
|
|
763
|
+
const _SST = "SpeakerSearchTask";
|
|
764
|
+
const _SSTI = "SpeakerSearchTaskId";
|
|
765
|
+
const _SSTS = "SpeakerSearchTaskStatus";
|
|
766
|
+
const _ST = "SourceType";
|
|
767
|
+
const _STSC = "SnsTopicSinkConfiguration";
|
|
768
|
+
const _STe = "SentimentType";
|
|
769
|
+
const _STi = "SinkType";
|
|
770
|
+
const _STt = "StartTimestamp";
|
|
771
|
+
const _SUE = "ServiceUnavailableException";
|
|
772
|
+
const _SVS = "SelectedVideoStreams";
|
|
773
|
+
const _SVTAT = "StartVoiceToneAnalysisTask";
|
|
774
|
+
const _SVTATR = "StartVoiceToneAnalysisTaskRequest";
|
|
775
|
+
const _SVTATRt = "StartVoiceToneAnalysisTaskResponse";
|
|
776
|
+
const _SVTATRto = "StopVoiceToneAnalysisTaskRequest";
|
|
777
|
+
const _SVTATt = "StopVoiceToneAnalysisTask";
|
|
778
|
+
const _Si = "Sinks";
|
|
779
|
+
const _So = "Sources";
|
|
780
|
+
const _St = "Streams";
|
|
781
|
+
const _Sta = "Status";
|
|
782
|
+
const _T = "Type";
|
|
783
|
+
const _TAR = "TileAspectRatio";
|
|
784
|
+
const _TC = "TileCount";
|
|
785
|
+
const _TCE = "ThrottledClientException";
|
|
786
|
+
const _TK = "TagKeys";
|
|
787
|
+
const _TL = "TagList";
|
|
788
|
+
const _TM = "TranscriptionMessages";
|
|
789
|
+
const _TMCC = "TranscriptionMessagesConcatenationConfiguration";
|
|
790
|
+
const _TO = "TileOrder";
|
|
791
|
+
const _TP = "TilePosition";
|
|
792
|
+
const _TPi = "TimePeriod";
|
|
793
|
+
const _TR = "TimestampRange";
|
|
794
|
+
const _TRR = "TagResourceRequest";
|
|
795
|
+
const _TRRa = "TagResourceResponse";
|
|
796
|
+
const _TRa = "TagResource";
|
|
797
|
+
const _Ta = "Tags";
|
|
798
|
+
const _Tag = "Tag";
|
|
799
|
+
const _U = "Url";
|
|
800
|
+
const _UCE = "UnauthorizedClientException";
|
|
801
|
+
const _UMIPC = "UpdateMediaInsightsPipelineConfiguration";
|
|
802
|
+
const _UMIPCR = "UpdateMediaInsightsPipelineConfigurationRequest";
|
|
803
|
+
const _UMIPCRp = "UpdateMediaInsightsPipelineConfigurationResponse";
|
|
804
|
+
const _UMIPS = "UpdateMediaInsightsPipelineStatus";
|
|
805
|
+
const _UMIPSR = "UpdateMediaInsightsPipelineStatusRequest";
|
|
806
|
+
const _UMPKVSP = "UpdateMediaPipelineKinesisVideoStreamPool";
|
|
807
|
+
const _UMPKVSPR = "UpdateMediaPipelineKinesisVideoStreamPoolRequest";
|
|
808
|
+
const _UMPKVSPRp = "UpdateMediaPipelineKinesisVideoStreamPoolResponse";
|
|
809
|
+
const _UR = "UntagResource";
|
|
810
|
+
const _URR = "UntagResourceRequest";
|
|
811
|
+
const _URRn = "UntagResourceResponse";
|
|
812
|
+
const _US = "UpdateStatus";
|
|
813
|
+
const _UT = "UpdatedTimestamp";
|
|
814
|
+
const _V = "Video";
|
|
815
|
+
const _VA = "VideoAttribute";
|
|
816
|
+
const _VAC = "VideoArtifactsConfiguration";
|
|
817
|
+
const _VAPC = "VoiceAnalyticsProcessorConfiguration";
|
|
818
|
+
const _VCC = "VideoConcatenationConfiguration";
|
|
819
|
+
const _VESC = "VoiceEnhancementSinkConfiguration";
|
|
820
|
+
const _VFM = "VocabularyFilterMethod";
|
|
821
|
+
const _VFN = "VocabularyFilterName";
|
|
822
|
+
const _VFNo = "VocabularyFilterNames";
|
|
823
|
+
const _VLC = "VerticalLayoutConfiguration";
|
|
824
|
+
const _VN = "VocabularyName";
|
|
825
|
+
const _VNo = "VocabularyNames";
|
|
826
|
+
const _VPDA = "VoiceProfileDomainArn";
|
|
827
|
+
const _VTAS = "VoiceToneAnalysisStatus";
|
|
828
|
+
const _VTAT = "VoiceToneAnalysisTask";
|
|
829
|
+
const _VTATI = "VoiceToneAnalysisTaskId";
|
|
830
|
+
const _VTATS = "VoiceToneAnalysisTaskStatus";
|
|
831
|
+
const _Va = "Value";
|
|
1998
832
|
const _a = "arn";
|
|
833
|
+
const _c = "client";
|
|
834
|
+
const _e = "error";
|
|
835
|
+
const _h = "http";
|
|
836
|
+
const _hE = "httpError";
|
|
837
|
+
const _hQ = "httpQuery";
|
|
1999
838
|
const _mr = "max-results";
|
|
2000
839
|
const _nt = "next-token";
|
|
2001
|
-
const
|
|
840
|
+
const _s = "server";
|
|
841
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.chimesdkmediapipelines";
|
|
842
|
+
const n0 = "com.amazonaws.chimesdkmediapipelines";
|
|
843
|
+
var Arn = [0, n0, _A, 8, 0];
|
|
844
|
+
var ClientRequestToken = [0, n0, _CRT, 8, 0];
|
|
845
|
+
var ExternalUserIdType = [0, n0, _EUIT, 8, 0];
|
|
846
|
+
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
847
|
+
var ActiveSpeakerOnlyConfiguration = [3, n0, _ASOC, 0, [_ASP], [0]];
|
|
848
|
+
var AmazonTranscribeCallAnalyticsProcessorConfiguration = [
|
|
849
|
+
3,
|
|
850
|
+
n0,
|
|
851
|
+
_ATCAPC,
|
|
852
|
+
0,
|
|
853
|
+
[_LC, _VN, _VFN, _VFM, _LMN, _EPRS, _PRS, _CIT, _CRTo, _PET, _FPR, _PCAS, _CASC],
|
|
854
|
+
[0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, () => PostCallAnalyticsSettings, 64 | 0],
|
|
855
|
+
];
|
|
856
|
+
var AmazonTranscribeProcessorConfiguration = [
|
|
857
|
+
3,
|
|
858
|
+
n0,
|
|
859
|
+
_ATPC,
|
|
860
|
+
0,
|
|
861
|
+
[_LC, _VN, _VFN, _VFM, _SSL, _EPRS, _PRS, _CIT, _CRTo, _PET, _LMN, _FPR, _IL, _IML, _LO, _PL, _VNo, _VFNo],
|
|
862
|
+
[0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 0],
|
|
863
|
+
];
|
|
864
|
+
var ArtifactsConcatenationConfiguration = [
|
|
865
|
+
3,
|
|
866
|
+
n0,
|
|
867
|
+
_ACC,
|
|
868
|
+
0,
|
|
869
|
+
[_Au, _V, _C, _DC, _TM, _ME, _CV],
|
|
870
|
+
[
|
|
871
|
+
() => AudioConcatenationConfiguration,
|
|
872
|
+
() => VideoConcatenationConfiguration,
|
|
873
|
+
() => ContentConcatenationConfiguration,
|
|
874
|
+
() => DataChannelConcatenationConfiguration,
|
|
875
|
+
() => TranscriptionMessagesConcatenationConfiguration,
|
|
876
|
+
() => MeetingEventsConcatenationConfiguration,
|
|
877
|
+
() => CompositedVideoConcatenationConfiguration,
|
|
878
|
+
],
|
|
879
|
+
];
|
|
880
|
+
var ArtifactsConfiguration = [
|
|
881
|
+
3,
|
|
882
|
+
n0,
|
|
883
|
+
_AC,
|
|
884
|
+
0,
|
|
885
|
+
[_Au, _V, _C, _CV],
|
|
886
|
+
[
|
|
887
|
+
() => AudioArtifactsConfiguration,
|
|
888
|
+
() => VideoArtifactsConfiguration,
|
|
889
|
+
() => ContentArtifactsConfiguration,
|
|
890
|
+
() => CompositedVideoArtifactsConfiguration,
|
|
891
|
+
],
|
|
892
|
+
];
|
|
893
|
+
var AudioArtifactsConfiguration = [3, n0, _AAC, 0, [_MT], [0]];
|
|
894
|
+
var AudioConcatenationConfiguration = [3, n0, _ACCu, 0, [_S], [0]];
|
|
895
|
+
var BadRequestException = [
|
|
896
|
+
-3,
|
|
897
|
+
n0,
|
|
898
|
+
_BRE,
|
|
899
|
+
{
|
|
900
|
+
[_e]: _c,
|
|
901
|
+
[_hE]: 400,
|
|
902
|
+
},
|
|
903
|
+
[_Co, _M, _RI],
|
|
904
|
+
[0, 0, 0],
|
|
905
|
+
];
|
|
906
|
+
schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
|
|
907
|
+
var ChannelDefinition = [3, n0, _CD, 0, [_CI, _PR], [1, 0]];
|
|
908
|
+
var ChimeSdkMeetingConcatenationConfiguration = [
|
|
909
|
+
3,
|
|
910
|
+
n0,
|
|
911
|
+
_CSMCC,
|
|
912
|
+
0,
|
|
913
|
+
[_AC],
|
|
914
|
+
[() => ArtifactsConcatenationConfiguration],
|
|
915
|
+
];
|
|
916
|
+
var ChimeSdkMeetingConfiguration = [
|
|
917
|
+
3,
|
|
918
|
+
n0,
|
|
919
|
+
_CSMC,
|
|
920
|
+
0,
|
|
921
|
+
[_SC, _AC],
|
|
922
|
+
[[() => SourceConfiguration, 0], () => ArtifactsConfiguration],
|
|
923
|
+
];
|
|
924
|
+
var ChimeSdkMeetingLiveConnectorConfiguration = [
|
|
925
|
+
3,
|
|
926
|
+
n0,
|
|
927
|
+
_CSMLCC,
|
|
928
|
+
0,
|
|
929
|
+
[_A, _MT, _CV, _SC],
|
|
930
|
+
[[() => Arn, 0], 0, () => CompositedVideoArtifactsConfiguration, [() => SourceConfiguration, 0]],
|
|
931
|
+
];
|
|
932
|
+
var CompositedVideoArtifactsConfiguration = [
|
|
933
|
+
3,
|
|
934
|
+
n0,
|
|
935
|
+
_CVAC,
|
|
936
|
+
0,
|
|
937
|
+
[_L, _R, _GVC],
|
|
938
|
+
[0, 0, () => GridViewConfiguration],
|
|
939
|
+
];
|
|
940
|
+
var CompositedVideoConcatenationConfiguration = [3, n0, _CVCC, 0, [_S], [0]];
|
|
941
|
+
var ConcatenationSink = [
|
|
942
|
+
3,
|
|
943
|
+
n0,
|
|
944
|
+
_CS,
|
|
945
|
+
0,
|
|
946
|
+
[_T, _SBSC],
|
|
947
|
+
[0, [() => S3BucketSinkConfiguration, 0]],
|
|
948
|
+
];
|
|
949
|
+
var ConcatenationSource = [
|
|
950
|
+
3,
|
|
951
|
+
n0,
|
|
952
|
+
_CSo,
|
|
953
|
+
0,
|
|
954
|
+
[_T, _MCPSC],
|
|
955
|
+
[0, [() => MediaCapturePipelineSourceConfiguration, 0]],
|
|
956
|
+
];
|
|
957
|
+
var ConflictException = [
|
|
958
|
+
-3,
|
|
959
|
+
n0,
|
|
960
|
+
_CE,
|
|
961
|
+
{
|
|
962
|
+
[_e]: _c,
|
|
963
|
+
[_hE]: 409,
|
|
964
|
+
},
|
|
965
|
+
[_Co, _M, _RI],
|
|
966
|
+
[0, 0, 0],
|
|
967
|
+
];
|
|
968
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
969
|
+
var ContentArtifactsConfiguration = [3, n0, _CAC, 0, [_S, _MT], [0, 0]];
|
|
970
|
+
var ContentConcatenationConfiguration = [3, n0, _CCC, 0, [_S], [0]];
|
|
971
|
+
var CreateMediaCapturePipelineRequest = [
|
|
972
|
+
3,
|
|
973
|
+
n0,
|
|
974
|
+
_CMCPR,
|
|
975
|
+
0,
|
|
976
|
+
[_ST, _SA, _STi, _SAi, _CRT, _CSMC, _SAKMP, _SIRA, _Ta],
|
|
977
|
+
[
|
|
978
|
+
0,
|
|
979
|
+
[() => Arn, 0],
|
|
980
|
+
0,
|
|
981
|
+
[() => Arn, 0],
|
|
982
|
+
[() => ClientRequestToken, 4],
|
|
983
|
+
[() => ChimeSdkMeetingConfiguration, 0],
|
|
984
|
+
() => SseAwsKeyManagementParams,
|
|
985
|
+
[() => Arn, 0],
|
|
986
|
+
() => TagList,
|
|
987
|
+
],
|
|
988
|
+
];
|
|
989
|
+
var CreateMediaCapturePipelineResponse = [
|
|
990
|
+
3,
|
|
991
|
+
n0,
|
|
992
|
+
_CMCPRr,
|
|
993
|
+
0,
|
|
994
|
+
[_MCP],
|
|
995
|
+
[[() => MediaCapturePipeline, 0]],
|
|
996
|
+
];
|
|
997
|
+
var CreateMediaConcatenationPipelineRequest = [
|
|
998
|
+
3,
|
|
999
|
+
n0,
|
|
1000
|
+
_CMCPRre,
|
|
1001
|
+
0,
|
|
1002
|
+
[_So, _Si, _CRT, _Ta],
|
|
1003
|
+
[[() => ConcatenationSourceList, 0], [() => ConcatenationSinkList, 0], [() => ClientRequestToken, 4], () => TagList],
|
|
1004
|
+
];
|
|
1005
|
+
var CreateMediaConcatenationPipelineResponse = [
|
|
1006
|
+
3,
|
|
1007
|
+
n0,
|
|
1008
|
+
_CMCPRrea,
|
|
1009
|
+
0,
|
|
1010
|
+
[_MCPe],
|
|
1011
|
+
[[() => MediaConcatenationPipeline, 0]],
|
|
1012
|
+
];
|
|
1013
|
+
var CreateMediaInsightsPipelineConfigurationRequest = [
|
|
1014
|
+
3,
|
|
1015
|
+
n0,
|
|
1016
|
+
_CMIPCR,
|
|
1017
|
+
0,
|
|
1018
|
+
[_MIPCN, _RARA, _RTAC, _E, _Ta, _CRT],
|
|
1019
|
+
[
|
|
1020
|
+
0,
|
|
1021
|
+
[() => Arn, 0],
|
|
1022
|
+
() => RealTimeAlertConfiguration,
|
|
1023
|
+
[() => MediaInsightsPipelineConfigurationElements, 0],
|
|
1024
|
+
() => TagList,
|
|
1025
|
+
[() => ClientRequestToken, 4],
|
|
1026
|
+
],
|
|
1027
|
+
];
|
|
1028
|
+
var CreateMediaInsightsPipelineConfigurationResponse = [
|
|
1029
|
+
3,
|
|
1030
|
+
n0,
|
|
1031
|
+
_CMIPCRr,
|
|
1032
|
+
0,
|
|
1033
|
+
[_MIPC],
|
|
1034
|
+
[[() => MediaInsightsPipelineConfiguration, 0]],
|
|
1035
|
+
];
|
|
1036
|
+
var CreateMediaInsightsPipelineRequest = [
|
|
1037
|
+
3,
|
|
1038
|
+
n0,
|
|
1039
|
+
_CMIPR,
|
|
1040
|
+
0,
|
|
1041
|
+
[_MIPCA, _KVSSRC, _MIRM, _KVSRSRC, _SRSRC, _Ta, _CRT],
|
|
1042
|
+
[
|
|
1043
|
+
[() => Arn, 0],
|
|
1044
|
+
() => KinesisVideoStreamSourceRuntimeConfiguration,
|
|
1045
|
+
[() => MediaInsightsRuntimeMetadata, 0],
|
|
1046
|
+
() => KinesisVideoStreamRecordingSourceRuntimeConfiguration,
|
|
1047
|
+
[() => S3RecordingSinkRuntimeConfiguration, 0],
|
|
1048
|
+
() => TagList,
|
|
1049
|
+
[() => ClientRequestToken, 4],
|
|
1050
|
+
],
|
|
1051
|
+
];
|
|
1052
|
+
var CreateMediaInsightsPipelineResponse = [
|
|
1053
|
+
3,
|
|
1054
|
+
n0,
|
|
1055
|
+
_CMIPRr,
|
|
1056
|
+
0,
|
|
1057
|
+
[_MIP],
|
|
1058
|
+
[[() => MediaInsightsPipeline, 0]],
|
|
1059
|
+
];
|
|
1060
|
+
var CreateMediaLiveConnectorPipelineRequest = [
|
|
1061
|
+
3,
|
|
1062
|
+
n0,
|
|
1063
|
+
_CMLCPR,
|
|
1064
|
+
0,
|
|
1065
|
+
[_So, _Si, _CRT, _Ta],
|
|
1066
|
+
[[() => LiveConnectorSourceList, 0], [() => LiveConnectorSinkList, 0], [() => ClientRequestToken, 4], () => TagList],
|
|
1067
|
+
];
|
|
1068
|
+
var CreateMediaLiveConnectorPipelineResponse = [
|
|
1069
|
+
3,
|
|
1070
|
+
n0,
|
|
1071
|
+
_CMLCPRr,
|
|
1072
|
+
0,
|
|
1073
|
+
[_MLCP],
|
|
1074
|
+
[[() => MediaLiveConnectorPipeline, 0]],
|
|
1075
|
+
];
|
|
1076
|
+
var CreateMediaPipelineKinesisVideoStreamPoolRequest = [
|
|
1077
|
+
3,
|
|
1078
|
+
n0,
|
|
1079
|
+
_CMPKVSPR,
|
|
1080
|
+
0,
|
|
1081
|
+
[_SCt, _PN, _CRT, _Ta],
|
|
1082
|
+
[() => KinesisVideoStreamConfiguration, 0, [() => ClientRequestToken, 4], () => TagList],
|
|
1083
|
+
];
|
|
1084
|
+
var CreateMediaPipelineKinesisVideoStreamPoolResponse = [
|
|
1085
|
+
3,
|
|
1086
|
+
n0,
|
|
1087
|
+
_CMPKVSPRr,
|
|
1088
|
+
0,
|
|
1089
|
+
[_KVSPC],
|
|
1090
|
+
[[() => KinesisVideoStreamPoolConfiguration, 0]],
|
|
1091
|
+
];
|
|
1092
|
+
var CreateMediaStreamPipelineRequest = [
|
|
1093
|
+
3,
|
|
1094
|
+
n0,
|
|
1095
|
+
_CMSPR,
|
|
1096
|
+
0,
|
|
1097
|
+
[_So, _Si, _CRT, _Ta],
|
|
1098
|
+
[[() => MediaStreamSourceList, 0], [() => MediaStreamSinkList, 0], [() => ClientRequestToken, 4], () => TagList],
|
|
1099
|
+
];
|
|
1100
|
+
var CreateMediaStreamPipelineResponse = [
|
|
1101
|
+
3,
|
|
1102
|
+
n0,
|
|
1103
|
+
_CMSPRr,
|
|
1104
|
+
0,
|
|
1105
|
+
[_MSP],
|
|
1106
|
+
[[() => MediaStreamPipeline, 0]],
|
|
1107
|
+
];
|
|
1108
|
+
var DataChannelConcatenationConfiguration = [3, n0, _DCCC, 0, [_S], [0]];
|
|
1109
|
+
var DeleteMediaCapturePipelineRequest = [3, n0, _DMCPR, 0, [_MPI], [[0, 1]]];
|
|
1110
|
+
var DeleteMediaInsightsPipelineConfigurationRequest = [3, n0, _DMIPCR, 0, [_I], [[0, 1]]];
|
|
1111
|
+
var DeleteMediaPipelineKinesisVideoStreamPoolRequest = [
|
|
1112
|
+
3,
|
|
1113
|
+
n0,
|
|
1114
|
+
_DMPKVSPR,
|
|
1115
|
+
0,
|
|
1116
|
+
[_I],
|
|
1117
|
+
[[0, 1]],
|
|
1118
|
+
];
|
|
1119
|
+
var DeleteMediaPipelineRequest = [3, n0, _DMPR, 0, [_MPI], [[0, 1]]];
|
|
1120
|
+
var ForbiddenException = [
|
|
1121
|
+
-3,
|
|
1122
|
+
n0,
|
|
1123
|
+
_FE,
|
|
1124
|
+
{
|
|
1125
|
+
[_e]: _c,
|
|
1126
|
+
[_hE]: 403,
|
|
1127
|
+
},
|
|
1128
|
+
[_Co, _M, _RI],
|
|
1129
|
+
[0, 0, 0],
|
|
1130
|
+
];
|
|
1131
|
+
schema.TypeRegistry.for(n0).registerError(ForbiddenException, ForbiddenException$1);
|
|
1132
|
+
var FragmentSelector = [3, n0, _FS, 0, [_FST, _TR], [0, () => TimestampRange]];
|
|
1133
|
+
var GetMediaCapturePipelineRequest = [3, n0, _GMCPR, 0, [_MPI], [[0, 1]]];
|
|
1134
|
+
var GetMediaCapturePipelineResponse = [
|
|
1135
|
+
3,
|
|
1136
|
+
n0,
|
|
1137
|
+
_GMCPRe,
|
|
1138
|
+
0,
|
|
1139
|
+
[_MCP],
|
|
1140
|
+
[[() => MediaCapturePipeline, 0]],
|
|
1141
|
+
];
|
|
1142
|
+
var GetMediaInsightsPipelineConfigurationRequest = [3, n0, _GMIPCR, 0, [_I], [[0, 1]]];
|
|
1143
|
+
var GetMediaInsightsPipelineConfigurationResponse = [
|
|
1144
|
+
3,
|
|
1145
|
+
n0,
|
|
1146
|
+
_GMIPCRe,
|
|
1147
|
+
0,
|
|
1148
|
+
[_MIPC],
|
|
1149
|
+
[[() => MediaInsightsPipelineConfiguration, 0]],
|
|
1150
|
+
];
|
|
1151
|
+
var GetMediaPipelineKinesisVideoStreamPoolRequest = [3, n0, _GMPKVSPR, 0, [_I], [[0, 1]]];
|
|
1152
|
+
var GetMediaPipelineKinesisVideoStreamPoolResponse = [
|
|
1153
|
+
3,
|
|
1154
|
+
n0,
|
|
1155
|
+
_GMPKVSPRe,
|
|
1156
|
+
0,
|
|
1157
|
+
[_KVSPC],
|
|
1158
|
+
[[() => KinesisVideoStreamPoolConfiguration, 0]],
|
|
1159
|
+
];
|
|
1160
|
+
var GetMediaPipelineRequest = [3, n0, _GMPR, 0, [_MPI], [[0, 1]]];
|
|
1161
|
+
var GetMediaPipelineResponse = [3, n0, _GMPRe, 0, [_MP], [[() => MediaPipeline, 0]]];
|
|
1162
|
+
var GetSpeakerSearchTaskRequest = [
|
|
1163
|
+
3,
|
|
1164
|
+
n0,
|
|
1165
|
+
_GSSTR,
|
|
1166
|
+
0,
|
|
1167
|
+
[_I, _SSTI],
|
|
1168
|
+
[
|
|
1169
|
+
[0, 1],
|
|
1170
|
+
[0, 1],
|
|
1171
|
+
],
|
|
1172
|
+
];
|
|
1173
|
+
var GetSpeakerSearchTaskResponse = [3, n0, _GSSTRe, 0, [_SST], [() => SpeakerSearchTask]];
|
|
1174
|
+
var GetVoiceToneAnalysisTaskRequest = [
|
|
1175
|
+
3,
|
|
1176
|
+
n0,
|
|
1177
|
+
_GVTATR,
|
|
1178
|
+
0,
|
|
1179
|
+
[_I, _VTATI],
|
|
1180
|
+
[
|
|
1181
|
+
[0, 1],
|
|
1182
|
+
[0, 1],
|
|
1183
|
+
],
|
|
1184
|
+
];
|
|
1185
|
+
var GetVoiceToneAnalysisTaskResponse = [
|
|
1186
|
+
3,
|
|
1187
|
+
n0,
|
|
1188
|
+
_GVTATRe,
|
|
1189
|
+
0,
|
|
1190
|
+
[_VTAT],
|
|
1191
|
+
[() => VoiceToneAnalysisTask],
|
|
1192
|
+
];
|
|
1193
|
+
var GridViewConfiguration = [
|
|
1194
|
+
3,
|
|
1195
|
+
n0,
|
|
1196
|
+
_GVC,
|
|
1197
|
+
0,
|
|
1198
|
+
[_CSL, _POC, _ASOC, _HLC, _VLC, _VA, _CO],
|
|
1199
|
+
[
|
|
1200
|
+
0,
|
|
1201
|
+
() => PresenterOnlyConfiguration,
|
|
1202
|
+
() => ActiveSpeakerOnlyConfiguration,
|
|
1203
|
+
() => HorizontalLayoutConfiguration,
|
|
1204
|
+
() => VerticalLayoutConfiguration,
|
|
1205
|
+
() => VideoAttribute,
|
|
1206
|
+
0,
|
|
1207
|
+
],
|
|
1208
|
+
];
|
|
1209
|
+
var HorizontalLayoutConfiguration = [3, n0, _HLC, 0, [_TO, _TP, _TC, _TAR], [0, 0, 1, 0]];
|
|
1210
|
+
var IssueDetectionConfiguration = [3, n0, _IDC, 0, [_RN], [0]];
|
|
1211
|
+
var KeywordMatchConfiguration = [3, n0, _KMC, 0, [_RN, _K, _N], [0, 64 | 0, 2]];
|
|
1212
|
+
var KinesisDataStreamSinkConfiguration = [3, n0, _KDSSC, 0, [_IT], [[() => Arn, 0]]];
|
|
1213
|
+
var KinesisVideoStreamConfiguration = [3, n0, _KVSC, 0, [_Re, _DRIH], [0, 1]];
|
|
1214
|
+
var KinesisVideoStreamConfigurationUpdate = [3, n0, _KVSCU, 0, [_DRIH], [1]];
|
|
1215
|
+
var KinesisVideoStreamPoolConfiguration = [
|
|
1216
|
+
3,
|
|
1217
|
+
n0,
|
|
1218
|
+
_KVSPC,
|
|
1219
|
+
0,
|
|
1220
|
+
[_PA, _PN, _PI, _PS, _PSo, _SCt, _CT, _UT],
|
|
1221
|
+
[[() => Arn, 0], 0, 0, 0, 1, () => KinesisVideoStreamConfiguration, 5, 5],
|
|
1222
|
+
];
|
|
1223
|
+
var KinesisVideoStreamPoolSummary = [
|
|
1224
|
+
3,
|
|
1225
|
+
n0,
|
|
1226
|
+
_KVSPS,
|
|
1227
|
+
0,
|
|
1228
|
+
[_PN, _PI, _PA],
|
|
1229
|
+
[0, 0, [() => Arn, 0]],
|
|
1230
|
+
];
|
|
1231
|
+
var KinesisVideoStreamRecordingSourceRuntimeConfiguration = [
|
|
1232
|
+
3,
|
|
1233
|
+
n0,
|
|
1234
|
+
_KVSRSRC,
|
|
1235
|
+
0,
|
|
1236
|
+
[_St, _FS],
|
|
1237
|
+
[() => RecordingStreamList, () => FragmentSelector],
|
|
1238
|
+
];
|
|
1239
|
+
var KinesisVideoStreamSourceRuntimeConfiguration = [
|
|
1240
|
+
3,
|
|
1241
|
+
n0,
|
|
1242
|
+
_KVSSRC,
|
|
1243
|
+
0,
|
|
1244
|
+
[_St, _MEe, _MSR],
|
|
1245
|
+
[() => Streams, 0, 1],
|
|
1246
|
+
];
|
|
1247
|
+
var KinesisVideoStreamSourceTaskConfiguration = [
|
|
1248
|
+
3,
|
|
1249
|
+
n0,
|
|
1250
|
+
_KVSSTC,
|
|
1251
|
+
0,
|
|
1252
|
+
[_SAt, _CI, _FN],
|
|
1253
|
+
[0, 1, 0],
|
|
1254
|
+
];
|
|
1255
|
+
var LambdaFunctionSinkConfiguration = [3, n0, _LFSC, 0, [_IT], [[() => Arn, 0]]];
|
|
1256
|
+
var ListMediaCapturePipelinesRequest = [
|
|
1257
|
+
3,
|
|
1258
|
+
n0,
|
|
1259
|
+
_LMCPR,
|
|
1260
|
+
0,
|
|
1261
|
+
[_NT, _MR],
|
|
1262
|
+
[
|
|
1263
|
+
[
|
|
1264
|
+
0,
|
|
1265
|
+
{
|
|
1266
|
+
[_hQ]: _nt,
|
|
1267
|
+
},
|
|
1268
|
+
],
|
|
1269
|
+
[
|
|
1270
|
+
1,
|
|
1271
|
+
{
|
|
1272
|
+
[_hQ]: _mr,
|
|
1273
|
+
},
|
|
1274
|
+
],
|
|
1275
|
+
],
|
|
1276
|
+
];
|
|
1277
|
+
var ListMediaCapturePipelinesResponse = [
|
|
1278
|
+
3,
|
|
1279
|
+
n0,
|
|
1280
|
+
_LMCPRi,
|
|
1281
|
+
0,
|
|
1282
|
+
[_MCPed, _NT],
|
|
1283
|
+
[() => MediaCapturePipelineSummaryList, 0],
|
|
1284
|
+
];
|
|
1285
|
+
var ListMediaInsightsPipelineConfigurationsRequest = [
|
|
1286
|
+
3,
|
|
1287
|
+
n0,
|
|
1288
|
+
_LMIPCR,
|
|
1289
|
+
0,
|
|
1290
|
+
[_NT, _MR],
|
|
1291
|
+
[
|
|
1292
|
+
[
|
|
1293
|
+
0,
|
|
1294
|
+
{
|
|
1295
|
+
[_hQ]: _nt,
|
|
1296
|
+
},
|
|
1297
|
+
],
|
|
1298
|
+
[
|
|
1299
|
+
1,
|
|
1300
|
+
{
|
|
1301
|
+
[_hQ]: _mr,
|
|
1302
|
+
},
|
|
1303
|
+
],
|
|
1304
|
+
],
|
|
1305
|
+
];
|
|
1306
|
+
var ListMediaInsightsPipelineConfigurationsResponse = [
|
|
1307
|
+
3,
|
|
1308
|
+
n0,
|
|
1309
|
+
_LMIPCRi,
|
|
1310
|
+
0,
|
|
1311
|
+
[_MIPCe, _NT],
|
|
1312
|
+
[[() => MediaInsightsPipelineConfigurationSummaryList, 0], 0],
|
|
1313
|
+
];
|
|
1314
|
+
var ListMediaPipelineKinesisVideoStreamPoolsRequest = [
|
|
1315
|
+
3,
|
|
1316
|
+
n0,
|
|
1317
|
+
_LMPKVSPR,
|
|
1318
|
+
0,
|
|
1319
|
+
[_NT, _MR],
|
|
1320
|
+
[
|
|
1321
|
+
[
|
|
1322
|
+
0,
|
|
1323
|
+
{
|
|
1324
|
+
[_hQ]: _nt,
|
|
1325
|
+
},
|
|
1326
|
+
],
|
|
1327
|
+
[
|
|
1328
|
+
1,
|
|
1329
|
+
{
|
|
1330
|
+
[_hQ]: _mr,
|
|
1331
|
+
},
|
|
1332
|
+
],
|
|
1333
|
+
],
|
|
1334
|
+
];
|
|
1335
|
+
var ListMediaPipelineKinesisVideoStreamPoolsResponse = [
|
|
1336
|
+
3,
|
|
1337
|
+
n0,
|
|
1338
|
+
_LMPKVSPRi,
|
|
1339
|
+
0,
|
|
1340
|
+
[_KVSP, _NT],
|
|
1341
|
+
[[() => KinesisVideoStreamPoolSummaryList, 0], 0],
|
|
1342
|
+
];
|
|
1343
|
+
var ListMediaPipelinesRequest = [
|
|
1344
|
+
3,
|
|
1345
|
+
n0,
|
|
1346
|
+
_LMPR,
|
|
1347
|
+
0,
|
|
1348
|
+
[_NT, _MR],
|
|
1349
|
+
[
|
|
1350
|
+
[
|
|
1351
|
+
0,
|
|
1352
|
+
{
|
|
1353
|
+
[_hQ]: _nt,
|
|
1354
|
+
},
|
|
1355
|
+
],
|
|
1356
|
+
[
|
|
1357
|
+
1,
|
|
1358
|
+
{
|
|
1359
|
+
[_hQ]: _mr,
|
|
1360
|
+
},
|
|
1361
|
+
],
|
|
1362
|
+
],
|
|
1363
|
+
];
|
|
1364
|
+
var ListMediaPipelinesResponse = [
|
|
1365
|
+
3,
|
|
1366
|
+
n0,
|
|
1367
|
+
_LMPRi,
|
|
1368
|
+
0,
|
|
1369
|
+
[_MPe, _NT],
|
|
1370
|
+
[() => MediaPipelineList, 0],
|
|
1371
|
+
];
|
|
1372
|
+
var ListTagsForResourceRequest = [
|
|
1373
|
+
3,
|
|
1374
|
+
n0,
|
|
1375
|
+
_LTFRR,
|
|
1376
|
+
0,
|
|
1377
|
+
[_RARN],
|
|
1378
|
+
[
|
|
1379
|
+
[
|
|
1380
|
+
0,
|
|
1381
|
+
{
|
|
1382
|
+
[_hQ]: _a,
|
|
1383
|
+
},
|
|
1384
|
+
],
|
|
1385
|
+
],
|
|
1386
|
+
];
|
|
1387
|
+
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
|
|
1388
|
+
var LiveConnectorRTMPConfiguration = [
|
|
1389
|
+
3,
|
|
1390
|
+
n0,
|
|
1391
|
+
_LCRTMPC,
|
|
1392
|
+
0,
|
|
1393
|
+
[_U, _ACu, _ASR],
|
|
1394
|
+
[[() => SensitiveString, 0], 0, 0],
|
|
1395
|
+
];
|
|
1396
|
+
var LiveConnectorSinkConfiguration = [
|
|
1397
|
+
3,
|
|
1398
|
+
n0,
|
|
1399
|
+
_LCSC,
|
|
1400
|
+
0,
|
|
1401
|
+
[_STi, _RTMPC],
|
|
1402
|
+
[0, [() => LiveConnectorRTMPConfiguration, 0]],
|
|
1403
|
+
];
|
|
1404
|
+
var LiveConnectorSourceConfiguration = [
|
|
1405
|
+
3,
|
|
1406
|
+
n0,
|
|
1407
|
+
_LCSCi,
|
|
1408
|
+
0,
|
|
1409
|
+
[_ST, _CSMLCC],
|
|
1410
|
+
[0, [() => ChimeSdkMeetingLiveConnectorConfiguration, 0]],
|
|
1411
|
+
];
|
|
1412
|
+
var MediaCapturePipeline = [
|
|
1413
|
+
3,
|
|
1414
|
+
n0,
|
|
1415
|
+
_MCP,
|
|
1416
|
+
0,
|
|
1417
|
+
[_MPI, _MPA, _ST, _SA, _Sta, _STi, _SAi, _CT, _UT, _CSMC, _SAKMP, _SIRA],
|
|
1418
|
+
[
|
|
1419
|
+
0,
|
|
1420
|
+
0,
|
|
1421
|
+
0,
|
|
1422
|
+
[() => Arn, 0],
|
|
1423
|
+
0,
|
|
1424
|
+
0,
|
|
1425
|
+
[() => Arn, 0],
|
|
1426
|
+
5,
|
|
1427
|
+
5,
|
|
1428
|
+
[() => ChimeSdkMeetingConfiguration, 0],
|
|
1429
|
+
() => SseAwsKeyManagementParams,
|
|
1430
|
+
[() => Arn, 0],
|
|
1431
|
+
],
|
|
1432
|
+
];
|
|
1433
|
+
var MediaCapturePipelineSourceConfiguration = [
|
|
1434
|
+
3,
|
|
1435
|
+
n0,
|
|
1436
|
+
_MCPSC,
|
|
1437
|
+
0,
|
|
1438
|
+
[_MPA, _CSMC],
|
|
1439
|
+
[[() => Arn, 0], () => ChimeSdkMeetingConcatenationConfiguration],
|
|
1440
|
+
];
|
|
1441
|
+
var MediaCapturePipelineSummary = [3, n0, _MCPS, 0, [_MPI, _MPA], [0, 0]];
|
|
1442
|
+
var MediaConcatenationPipeline = [
|
|
1443
|
+
3,
|
|
1444
|
+
n0,
|
|
1445
|
+
_MCPe,
|
|
1446
|
+
0,
|
|
1447
|
+
[_MPI, _MPA, _So, _Si, _Sta, _CT, _UT],
|
|
1448
|
+
[0, 0, [() => ConcatenationSourceList, 0], [() => ConcatenationSinkList, 0], 0, 5, 5],
|
|
1449
|
+
];
|
|
1450
|
+
var MediaInsightsPipeline = [
|
|
1451
|
+
3,
|
|
1452
|
+
n0,
|
|
1453
|
+
_MIP,
|
|
1454
|
+
0,
|
|
1455
|
+
[_MPI, _MPA, _MIPCA, _Sta, _KVSSRC, _MIRM, _KVSRSRC, _SRSRC, _CT, _ES],
|
|
1456
|
+
[
|
|
1457
|
+
0,
|
|
1458
|
+
[() => Arn, 0],
|
|
1459
|
+
[() => Arn, 0],
|
|
1460
|
+
0,
|
|
1461
|
+
() => KinesisVideoStreamSourceRuntimeConfiguration,
|
|
1462
|
+
[() => MediaInsightsRuntimeMetadata, 0],
|
|
1463
|
+
() => KinesisVideoStreamRecordingSourceRuntimeConfiguration,
|
|
1464
|
+
[() => S3RecordingSinkRuntimeConfiguration, 0],
|
|
1465
|
+
5,
|
|
1466
|
+
() => MediaInsightsPipelineElementStatuses,
|
|
1467
|
+
],
|
|
1468
|
+
];
|
|
1469
|
+
var MediaInsightsPipelineConfiguration = [
|
|
1470
|
+
3,
|
|
1471
|
+
n0,
|
|
1472
|
+
_MIPC,
|
|
1473
|
+
0,
|
|
1474
|
+
[_MIPCN, _MIPCA, _RARA, _RTAC, _E, _MIPCI, _CT, _UT],
|
|
1475
|
+
[
|
|
1476
|
+
0,
|
|
1477
|
+
[() => Arn, 0],
|
|
1478
|
+
[() => Arn, 0],
|
|
1479
|
+
() => RealTimeAlertConfiguration,
|
|
1480
|
+
[() => MediaInsightsPipelineConfigurationElements, 0],
|
|
1481
|
+
0,
|
|
1482
|
+
5,
|
|
1483
|
+
5,
|
|
1484
|
+
],
|
|
1485
|
+
];
|
|
1486
|
+
var MediaInsightsPipelineConfigurationElement = [
|
|
1487
|
+
3,
|
|
1488
|
+
n0,
|
|
1489
|
+
_MIPCE,
|
|
1490
|
+
0,
|
|
1491
|
+
[_T, _ATCAPC, _ATPC, _KDSSC, _SRSC, _VAPC, _LFSC, _SQSC, _STSC, _VESC],
|
|
1492
|
+
[
|
|
1493
|
+
0,
|
|
1494
|
+
() => AmazonTranscribeCallAnalyticsProcessorConfiguration,
|
|
1495
|
+
() => AmazonTranscribeProcessorConfiguration,
|
|
1496
|
+
[() => KinesisDataStreamSinkConfiguration, 0],
|
|
1497
|
+
[() => S3RecordingSinkConfiguration, 0],
|
|
1498
|
+
() => VoiceAnalyticsProcessorConfiguration,
|
|
1499
|
+
[() => LambdaFunctionSinkConfiguration, 0],
|
|
1500
|
+
[() => SqsQueueSinkConfiguration, 0],
|
|
1501
|
+
[() => SnsTopicSinkConfiguration, 0],
|
|
1502
|
+
() => VoiceEnhancementSinkConfiguration,
|
|
1503
|
+
],
|
|
1504
|
+
];
|
|
1505
|
+
var MediaInsightsPipelineConfigurationSummary = [
|
|
1506
|
+
3,
|
|
1507
|
+
n0,
|
|
1508
|
+
_MIPCS,
|
|
1509
|
+
0,
|
|
1510
|
+
[_MIPCN, _MIPCI, _MIPCA],
|
|
1511
|
+
[0, 0, [() => Arn, 0]],
|
|
1512
|
+
];
|
|
1513
|
+
var MediaInsightsPipelineElementStatus = [3, n0, _MIPES, 0, [_T, _Sta], [0, 0]];
|
|
1514
|
+
var MediaLiveConnectorPipeline = [
|
|
1515
|
+
3,
|
|
1516
|
+
n0,
|
|
1517
|
+
_MLCP,
|
|
1518
|
+
0,
|
|
1519
|
+
[_So, _Si, _MPI, _MPA, _Sta, _CT, _UT],
|
|
1520
|
+
[[() => LiveConnectorSourceList, 0], [() => LiveConnectorSinkList, 0], 0, 0, 0, 5, 5],
|
|
1521
|
+
];
|
|
1522
|
+
var MediaPipeline = [
|
|
1523
|
+
3,
|
|
1524
|
+
n0,
|
|
1525
|
+
_MP,
|
|
1526
|
+
0,
|
|
1527
|
+
[_MCP, _MLCP, _MCPe, _MIP, _MSP],
|
|
1528
|
+
[
|
|
1529
|
+
[() => MediaCapturePipeline, 0],
|
|
1530
|
+
[() => MediaLiveConnectorPipeline, 0],
|
|
1531
|
+
[() => MediaConcatenationPipeline, 0],
|
|
1532
|
+
[() => MediaInsightsPipeline, 0],
|
|
1533
|
+
[() => MediaStreamPipeline, 0],
|
|
1534
|
+
],
|
|
1535
|
+
];
|
|
1536
|
+
var MediaPipelineSummary = [3, n0, _MPS, 0, [_MPI, _MPA], [0, 0]];
|
|
1537
|
+
var MediaStreamPipeline = [
|
|
1538
|
+
3,
|
|
1539
|
+
n0,
|
|
1540
|
+
_MSP,
|
|
1541
|
+
0,
|
|
1542
|
+
[_MPI, _MPA, _CT, _UT, _Sta, _So, _Si],
|
|
1543
|
+
[0, 0, 5, 5, 0, [() => MediaStreamSourceList, 0], [() => MediaStreamSinkList, 0]],
|
|
1544
|
+
];
|
|
1545
|
+
var MediaStreamSink = [
|
|
1546
|
+
3,
|
|
1547
|
+
n0,
|
|
1548
|
+
_MSS,
|
|
1549
|
+
0,
|
|
1550
|
+
[_SAi, _STi, _RSC, _MST],
|
|
1551
|
+
[[() => Arn, 0], 0, 1, 0],
|
|
1552
|
+
];
|
|
1553
|
+
var MediaStreamSource = [3, n0, _MSSe, 0, [_ST, _SA], [0, [() => Arn, 0]]];
|
|
1554
|
+
var MeetingEventsConcatenationConfiguration = [3, n0, _MECC, 0, [_S], [0]];
|
|
1555
|
+
var NotFoundException = [
|
|
1556
|
+
-3,
|
|
1557
|
+
n0,
|
|
1558
|
+
_NFE,
|
|
1559
|
+
{
|
|
1560
|
+
[_e]: _c,
|
|
1561
|
+
[_hE]: 404,
|
|
1562
|
+
},
|
|
1563
|
+
[_Co, _M, _RI],
|
|
1564
|
+
[0, 0, 0],
|
|
1565
|
+
];
|
|
1566
|
+
schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
|
|
1567
|
+
var PostCallAnalyticsSettings = [
|
|
1568
|
+
3,
|
|
1569
|
+
n0,
|
|
1570
|
+
_PCAS,
|
|
1571
|
+
0,
|
|
1572
|
+
[_OL, _DARA, _CRO, _OEKMSKI],
|
|
1573
|
+
[0, 0, 0, 0],
|
|
1574
|
+
];
|
|
1575
|
+
var PresenterOnlyConfiguration = [3, n0, _POC, 0, [_PP], [0]];
|
|
1576
|
+
var RealTimeAlertConfiguration = [
|
|
1577
|
+
3,
|
|
1578
|
+
n0,
|
|
1579
|
+
_RTAC,
|
|
1580
|
+
0,
|
|
1581
|
+
[_D, _Ru],
|
|
1582
|
+
[2, () => RealTimeAlertRuleList],
|
|
1583
|
+
];
|
|
1584
|
+
var RealTimeAlertRule = [
|
|
1585
|
+
3,
|
|
1586
|
+
n0,
|
|
1587
|
+
_RTAR,
|
|
1588
|
+
0,
|
|
1589
|
+
[_T, _KMC, _SCe, _IDC],
|
|
1590
|
+
[0, () => KeywordMatchConfiguration, () => SentimentConfiguration, () => IssueDetectionConfiguration],
|
|
1591
|
+
];
|
|
1592
|
+
var RecordingStreamConfiguration = [3, n0, _RSCe, 0, [_SAt], [0]];
|
|
1593
|
+
var ResourceLimitExceededException = [
|
|
1594
|
+
-3,
|
|
1595
|
+
n0,
|
|
1596
|
+
_RLEE,
|
|
1597
|
+
{
|
|
1598
|
+
[_e]: _c,
|
|
1599
|
+
[_hE]: 400,
|
|
1600
|
+
},
|
|
1601
|
+
[_Co, _M, _RI],
|
|
1602
|
+
[0, 0, 0],
|
|
1603
|
+
];
|
|
1604
|
+
schema.TypeRegistry.for(n0).registerError(ResourceLimitExceededException, ResourceLimitExceededException$1);
|
|
1605
|
+
var S3BucketSinkConfiguration = [3, n0, _SBSC, 0, [_De], [[() => Arn, 0]]];
|
|
1606
|
+
var S3RecordingSinkConfiguration = [3, n0, _SRSC, 0, [_De, _RFF], [[() => Arn, 0], 0]];
|
|
1607
|
+
var S3RecordingSinkRuntimeConfiguration = [
|
|
1608
|
+
3,
|
|
1609
|
+
n0,
|
|
1610
|
+
_SRSRC,
|
|
1611
|
+
0,
|
|
1612
|
+
[_De, _RFF],
|
|
1613
|
+
[[() => Arn, 0], 0],
|
|
1614
|
+
];
|
|
1615
|
+
var SelectedVideoStreams = [
|
|
1616
|
+
3,
|
|
1617
|
+
n0,
|
|
1618
|
+
_SVS,
|
|
1619
|
+
0,
|
|
1620
|
+
[_AI, _EUI],
|
|
1621
|
+
[64 | 0, [() => ExternalUserIdList, 0]],
|
|
1622
|
+
];
|
|
1623
|
+
var SentimentConfiguration = [3, n0, _SCe, 0, [_RN, _STe, _TPi], [0, 0, 1]];
|
|
1624
|
+
var ServiceFailureException = [
|
|
1625
|
+
-3,
|
|
1626
|
+
n0,
|
|
1627
|
+
_SFE,
|
|
1628
|
+
{
|
|
1629
|
+
[_e]: _s,
|
|
1630
|
+
[_hE]: 500,
|
|
1631
|
+
},
|
|
1632
|
+
[_Co, _M, _RI],
|
|
1633
|
+
[0, 0, 0],
|
|
1634
|
+
];
|
|
1635
|
+
schema.TypeRegistry.for(n0).registerError(ServiceFailureException, ServiceFailureException$1);
|
|
1636
|
+
var ServiceUnavailableException = [
|
|
1637
|
+
-3,
|
|
1638
|
+
n0,
|
|
1639
|
+
_SUE,
|
|
1640
|
+
{
|
|
1641
|
+
[_e]: _s,
|
|
1642
|
+
[_hE]: 503,
|
|
1643
|
+
},
|
|
1644
|
+
[_Co, _M, _RI],
|
|
1645
|
+
[0, 0, 0],
|
|
1646
|
+
];
|
|
1647
|
+
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
|
|
1648
|
+
var SnsTopicSinkConfiguration = [3, n0, _STSC, 0, [_IT], [[() => Arn, 0]]];
|
|
1649
|
+
var SourceConfiguration = [3, n0, _SC, 0, [_SVS], [[() => SelectedVideoStreams, 0]]];
|
|
1650
|
+
var SpeakerSearchTask = [3, n0, _SST, 0, [_SSTI, _SSTS, _CT, _UT], [0, 0, 5, 5]];
|
|
1651
|
+
var SqsQueueSinkConfiguration = [3, n0, _SQSC, 0, [_IT], [[() => Arn, 0]]];
|
|
1652
|
+
var SseAwsKeyManagementParams = [3, n0, _SAKMP, 0, [_AKKI, _AKEC], [0, 0]];
|
|
1653
|
+
var StartSpeakerSearchTaskRequest = [
|
|
1654
|
+
3,
|
|
1655
|
+
n0,
|
|
1656
|
+
_SSSTR,
|
|
1657
|
+
0,
|
|
1658
|
+
[_I, _VPDA, _KVSSTC, _CRT],
|
|
1659
|
+
[[0, 1], [() => Arn, 0], () => KinesisVideoStreamSourceTaskConfiguration, [() => ClientRequestToken, 4]],
|
|
1660
|
+
];
|
|
1661
|
+
var StartSpeakerSearchTaskResponse = [
|
|
1662
|
+
3,
|
|
1663
|
+
n0,
|
|
1664
|
+
_SSSTRt,
|
|
1665
|
+
0,
|
|
1666
|
+
[_SST],
|
|
1667
|
+
[() => SpeakerSearchTask],
|
|
1668
|
+
];
|
|
1669
|
+
var StartVoiceToneAnalysisTaskRequest = [
|
|
1670
|
+
3,
|
|
1671
|
+
n0,
|
|
1672
|
+
_SVTATR,
|
|
1673
|
+
0,
|
|
1674
|
+
[_I, _LC, _KVSSTC, _CRT],
|
|
1675
|
+
[[0, 1], 0, () => KinesisVideoStreamSourceTaskConfiguration, [() => ClientRequestToken, 4]],
|
|
1676
|
+
];
|
|
1677
|
+
var StartVoiceToneAnalysisTaskResponse = [
|
|
1678
|
+
3,
|
|
1679
|
+
n0,
|
|
1680
|
+
_SVTATRt,
|
|
1681
|
+
0,
|
|
1682
|
+
[_VTAT],
|
|
1683
|
+
[() => VoiceToneAnalysisTask],
|
|
1684
|
+
];
|
|
1685
|
+
var StopSpeakerSearchTaskRequest = [
|
|
1686
|
+
3,
|
|
1687
|
+
n0,
|
|
1688
|
+
_SSSTRto,
|
|
1689
|
+
0,
|
|
1690
|
+
[_I, _SSTI],
|
|
1691
|
+
[
|
|
1692
|
+
[0, 1],
|
|
1693
|
+
[0, 1],
|
|
1694
|
+
],
|
|
1695
|
+
];
|
|
1696
|
+
var StopVoiceToneAnalysisTaskRequest = [
|
|
1697
|
+
3,
|
|
1698
|
+
n0,
|
|
1699
|
+
_SVTATRto,
|
|
1700
|
+
0,
|
|
1701
|
+
[_I, _VTATI],
|
|
1702
|
+
[
|
|
1703
|
+
[0, 1],
|
|
1704
|
+
[0, 1],
|
|
1705
|
+
],
|
|
1706
|
+
];
|
|
1707
|
+
var StreamChannelDefinition = [
|
|
1708
|
+
3,
|
|
1709
|
+
n0,
|
|
1710
|
+
_SCD,
|
|
1711
|
+
0,
|
|
1712
|
+
[_NOC, _CDh],
|
|
1713
|
+
[1, () => ChannelDefinitions],
|
|
1714
|
+
];
|
|
1715
|
+
var StreamConfiguration = [
|
|
1716
|
+
3,
|
|
1717
|
+
n0,
|
|
1718
|
+
_SCt,
|
|
1719
|
+
0,
|
|
1720
|
+
[_SAt, _FN, _SCD],
|
|
1721
|
+
[0, 0, () => StreamChannelDefinition],
|
|
1722
|
+
];
|
|
1723
|
+
var Tag = [3, n0, _Tag, 0, [_Ke, _Va], [0, 0]];
|
|
1724
|
+
var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
|
|
1725
|
+
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1726
|
+
var ThrottledClientException = [
|
|
1727
|
+
-3,
|
|
1728
|
+
n0,
|
|
1729
|
+
_TCE,
|
|
1730
|
+
{
|
|
1731
|
+
[_e]: _c,
|
|
1732
|
+
[_hE]: 429,
|
|
1733
|
+
},
|
|
1734
|
+
[_Co, _M, _RI],
|
|
1735
|
+
[0, 0, 0],
|
|
1736
|
+
];
|
|
1737
|
+
schema.TypeRegistry.for(n0).registerError(ThrottledClientException, ThrottledClientException$1);
|
|
1738
|
+
var TimestampRange = [3, n0, _TR, 0, [_STt, _ET], [4, 4]];
|
|
1739
|
+
var TranscriptionMessagesConcatenationConfiguration = [3, n0, _TMCC, 0, [_S], [0]];
|
|
1740
|
+
var UnauthorizedClientException = [
|
|
1741
|
+
-3,
|
|
1742
|
+
n0,
|
|
1743
|
+
_UCE,
|
|
1744
|
+
{
|
|
1745
|
+
[_e]: _c,
|
|
1746
|
+
[_hE]: 401,
|
|
1747
|
+
},
|
|
1748
|
+
[_Co, _M, _RI],
|
|
1749
|
+
[0, 0, 0],
|
|
1750
|
+
];
|
|
1751
|
+
schema.TypeRegistry.for(n0).registerError(UnauthorizedClientException, UnauthorizedClientException$1);
|
|
1752
|
+
var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
1753
|
+
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1754
|
+
var UpdateMediaInsightsPipelineConfigurationRequest = [
|
|
1755
|
+
3,
|
|
1756
|
+
n0,
|
|
1757
|
+
_UMIPCR,
|
|
1758
|
+
0,
|
|
1759
|
+
[_I, _RARA, _RTAC, _E],
|
|
1760
|
+
[[0, 1], [() => Arn, 0], () => RealTimeAlertConfiguration, [() => MediaInsightsPipelineConfigurationElements, 0]],
|
|
1761
|
+
];
|
|
1762
|
+
var UpdateMediaInsightsPipelineConfigurationResponse = [
|
|
1763
|
+
3,
|
|
1764
|
+
n0,
|
|
1765
|
+
_UMIPCRp,
|
|
1766
|
+
0,
|
|
1767
|
+
[_MIPC],
|
|
1768
|
+
[[() => MediaInsightsPipelineConfiguration, 0]],
|
|
1769
|
+
];
|
|
1770
|
+
var UpdateMediaInsightsPipelineStatusRequest = [
|
|
1771
|
+
3,
|
|
1772
|
+
n0,
|
|
1773
|
+
_UMIPSR,
|
|
1774
|
+
0,
|
|
1775
|
+
[_I, _US],
|
|
1776
|
+
[[0, 1], 0],
|
|
1777
|
+
];
|
|
1778
|
+
var UpdateMediaPipelineKinesisVideoStreamPoolRequest = [
|
|
1779
|
+
3,
|
|
1780
|
+
n0,
|
|
1781
|
+
_UMPKVSPR,
|
|
1782
|
+
0,
|
|
1783
|
+
[_I, _SCt],
|
|
1784
|
+
[[0, 1], () => KinesisVideoStreamConfigurationUpdate],
|
|
1785
|
+
];
|
|
1786
|
+
var UpdateMediaPipelineKinesisVideoStreamPoolResponse = [
|
|
1787
|
+
3,
|
|
1788
|
+
n0,
|
|
1789
|
+
_UMPKVSPRp,
|
|
1790
|
+
0,
|
|
1791
|
+
[_KVSPC],
|
|
1792
|
+
[[() => KinesisVideoStreamPoolConfiguration, 0]],
|
|
1793
|
+
];
|
|
1794
|
+
var VerticalLayoutConfiguration = [3, n0, _VLC, 0, [_TO, _TP, _TC, _TAR], [0, 0, 1, 0]];
|
|
1795
|
+
var VideoArtifactsConfiguration = [3, n0, _VAC, 0, [_S, _MT], [0, 0]];
|
|
1796
|
+
var VideoAttribute = [3, n0, _VA, 0, [_CR, _BC, _HC, _BT], [1, 0, 0, 1]];
|
|
1797
|
+
var VideoConcatenationConfiguration = [3, n0, _VCC, 0, [_S], [0]];
|
|
1798
|
+
var VoiceAnalyticsProcessorConfiguration = [3, n0, _VAPC, 0, [_SSS, _VTAS], [0, 0]];
|
|
1799
|
+
var VoiceEnhancementSinkConfiguration = [3, n0, _VESC, 0, [_D], [2]];
|
|
1800
|
+
var VoiceToneAnalysisTask = [3, n0, _VTAT, 0, [_VTATI, _VTATS, _CT, _UT], [0, 0, 5, 5]];
|
|
1801
|
+
var __Unit = "unit";
|
|
1802
|
+
var ChimeSDKMediaPipelinesServiceException = [
|
|
1803
|
+
-3,
|
|
1804
|
+
_sm,
|
|
1805
|
+
"ChimeSDKMediaPipelinesServiceException",
|
|
1806
|
+
0,
|
|
1807
|
+
[],
|
|
1808
|
+
[],
|
|
1809
|
+
];
|
|
1810
|
+
schema.TypeRegistry.for(_sm).registerError(ChimeSDKMediaPipelinesServiceException, ChimeSDKMediaPipelinesServiceException$1);
|
|
1811
|
+
var ChannelDefinitions = [1, n0, _CDh, 0, () => ChannelDefinition];
|
|
1812
|
+
var ConcatenationSinkList = [1, n0, _CSLo, 0, [() => ConcatenationSink, 0]];
|
|
1813
|
+
var ConcatenationSourceList = [1, n0, _CSLon, 0, [() => ConcatenationSource, 0]];
|
|
1814
|
+
var ExternalUserIdList = [1, n0, _EUIL, 0, [() => ExternalUserIdType, 0]];
|
|
1815
|
+
var KinesisVideoStreamPoolSummaryList = [
|
|
1816
|
+
1,
|
|
1817
|
+
n0,
|
|
1818
|
+
_KVSPSL,
|
|
1819
|
+
0,
|
|
1820
|
+
[() => KinesisVideoStreamPoolSummary, 0],
|
|
1821
|
+
];
|
|
1822
|
+
var LiveConnectorSinkList = [1, n0, _LCSL, 0, [() => LiveConnectorSinkConfiguration, 0]];
|
|
1823
|
+
var LiveConnectorSourceList = [1, n0, _LCSLi, 0, [() => LiveConnectorSourceConfiguration, 0]];
|
|
1824
|
+
var MediaCapturePipelineSummaryList = [1, n0, _MCPSL, 0, () => MediaCapturePipelineSummary];
|
|
1825
|
+
var MediaInsightsPipelineConfigurationElements = [
|
|
1826
|
+
1,
|
|
1827
|
+
n0,
|
|
1828
|
+
_MIPCEe,
|
|
1829
|
+
0,
|
|
1830
|
+
[() => MediaInsightsPipelineConfigurationElement, 0],
|
|
1831
|
+
];
|
|
1832
|
+
var MediaInsightsPipelineConfigurationSummaryList = [
|
|
1833
|
+
1,
|
|
1834
|
+
n0,
|
|
1835
|
+
_MIPCSL,
|
|
1836
|
+
0,
|
|
1837
|
+
[() => MediaInsightsPipelineConfigurationSummary, 0],
|
|
1838
|
+
];
|
|
1839
|
+
var MediaInsightsPipelineElementStatuses = [
|
|
1840
|
+
1,
|
|
1841
|
+
n0,
|
|
1842
|
+
_MIPESe,
|
|
1843
|
+
0,
|
|
1844
|
+
() => MediaInsightsPipelineElementStatus,
|
|
1845
|
+
];
|
|
1846
|
+
var MediaPipelineList = [1, n0, _MPL, 0, () => MediaPipelineSummary];
|
|
1847
|
+
var MediaStreamSinkList = [1, n0, _MSSL, 0, [() => MediaStreamSink, 0]];
|
|
1848
|
+
var MediaStreamSourceList = [1, n0, _MSSLe, 0, [() => MediaStreamSource, 0]];
|
|
1849
|
+
var RealTimeAlertRuleList = [1, n0, _RTARL, 0, () => RealTimeAlertRule];
|
|
1850
|
+
var RecordingStreamList = [1, n0, _RSL, 0, () => RecordingStreamConfiguration];
|
|
1851
|
+
var Streams = [1, n0, _St, 0, () => StreamConfiguration];
|
|
1852
|
+
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1853
|
+
var MediaInsightsRuntimeMetadata = [2, n0, _MIRM, 8, 0, 0];
|
|
1854
|
+
var CreateMediaCapturePipeline = [
|
|
1855
|
+
9,
|
|
1856
|
+
n0,
|
|
1857
|
+
_CMCP,
|
|
1858
|
+
{
|
|
1859
|
+
[_h]: ["POST", "/sdk-media-capture-pipelines", 201],
|
|
1860
|
+
},
|
|
1861
|
+
() => CreateMediaCapturePipelineRequest,
|
|
1862
|
+
() => CreateMediaCapturePipelineResponse,
|
|
1863
|
+
];
|
|
1864
|
+
var CreateMediaConcatenationPipeline = [
|
|
1865
|
+
9,
|
|
1866
|
+
n0,
|
|
1867
|
+
_CMCPr,
|
|
1868
|
+
{
|
|
1869
|
+
[_h]: ["POST", "/sdk-media-concatenation-pipelines", 201],
|
|
1870
|
+
},
|
|
1871
|
+
() => CreateMediaConcatenationPipelineRequest,
|
|
1872
|
+
() => CreateMediaConcatenationPipelineResponse,
|
|
1873
|
+
];
|
|
1874
|
+
var CreateMediaInsightsPipeline = [
|
|
1875
|
+
9,
|
|
1876
|
+
n0,
|
|
1877
|
+
_CMIP,
|
|
1878
|
+
{
|
|
1879
|
+
[_h]: ["POST", "/media-insights-pipelines", 201],
|
|
1880
|
+
},
|
|
1881
|
+
() => CreateMediaInsightsPipelineRequest,
|
|
1882
|
+
() => CreateMediaInsightsPipelineResponse,
|
|
1883
|
+
];
|
|
1884
|
+
var CreateMediaInsightsPipelineConfiguration = [
|
|
1885
|
+
9,
|
|
1886
|
+
n0,
|
|
1887
|
+
_CMIPC,
|
|
1888
|
+
{
|
|
1889
|
+
[_h]: ["POST", "/media-insights-pipeline-configurations", 201],
|
|
1890
|
+
},
|
|
1891
|
+
() => CreateMediaInsightsPipelineConfigurationRequest,
|
|
1892
|
+
() => CreateMediaInsightsPipelineConfigurationResponse,
|
|
1893
|
+
];
|
|
1894
|
+
var CreateMediaLiveConnectorPipeline = [
|
|
1895
|
+
9,
|
|
1896
|
+
n0,
|
|
1897
|
+
_CMLCP,
|
|
1898
|
+
{
|
|
1899
|
+
[_h]: ["POST", "/sdk-media-live-connector-pipelines", 201],
|
|
1900
|
+
},
|
|
1901
|
+
() => CreateMediaLiveConnectorPipelineRequest,
|
|
1902
|
+
() => CreateMediaLiveConnectorPipelineResponse,
|
|
1903
|
+
];
|
|
1904
|
+
var CreateMediaPipelineKinesisVideoStreamPool = [
|
|
1905
|
+
9,
|
|
1906
|
+
n0,
|
|
1907
|
+
_CMPKVSP,
|
|
1908
|
+
{
|
|
1909
|
+
[_h]: ["POST", "/media-pipeline-kinesis-video-stream-pools", 201],
|
|
1910
|
+
},
|
|
1911
|
+
() => CreateMediaPipelineKinesisVideoStreamPoolRequest,
|
|
1912
|
+
() => CreateMediaPipelineKinesisVideoStreamPoolResponse,
|
|
1913
|
+
];
|
|
1914
|
+
var CreateMediaStreamPipeline = [
|
|
1915
|
+
9,
|
|
1916
|
+
n0,
|
|
1917
|
+
_CMSP,
|
|
1918
|
+
{
|
|
1919
|
+
[_h]: ["POST", "/sdk-media-stream-pipelines", 201],
|
|
1920
|
+
},
|
|
1921
|
+
() => CreateMediaStreamPipelineRequest,
|
|
1922
|
+
() => CreateMediaStreamPipelineResponse,
|
|
1923
|
+
];
|
|
1924
|
+
var DeleteMediaCapturePipeline = [
|
|
1925
|
+
9,
|
|
1926
|
+
n0,
|
|
1927
|
+
_DMCP,
|
|
1928
|
+
{
|
|
1929
|
+
[_h]: ["DELETE", "/sdk-media-capture-pipelines/{MediaPipelineId}", 204],
|
|
1930
|
+
},
|
|
1931
|
+
() => DeleteMediaCapturePipelineRequest,
|
|
1932
|
+
() => __Unit,
|
|
1933
|
+
];
|
|
1934
|
+
var DeleteMediaInsightsPipelineConfiguration = [
|
|
1935
|
+
9,
|
|
1936
|
+
n0,
|
|
1937
|
+
_DMIPC,
|
|
1938
|
+
{
|
|
1939
|
+
[_h]: ["DELETE", "/media-insights-pipeline-configurations/{Identifier}", 204],
|
|
1940
|
+
},
|
|
1941
|
+
() => DeleteMediaInsightsPipelineConfigurationRequest,
|
|
1942
|
+
() => __Unit,
|
|
1943
|
+
];
|
|
1944
|
+
var DeleteMediaPipeline = [
|
|
1945
|
+
9,
|
|
1946
|
+
n0,
|
|
1947
|
+
_DMP,
|
|
1948
|
+
{
|
|
1949
|
+
[_h]: ["DELETE", "/sdk-media-pipelines/{MediaPipelineId}", 204],
|
|
1950
|
+
},
|
|
1951
|
+
() => DeleteMediaPipelineRequest,
|
|
1952
|
+
() => __Unit,
|
|
1953
|
+
];
|
|
1954
|
+
var DeleteMediaPipelineKinesisVideoStreamPool = [
|
|
1955
|
+
9,
|
|
1956
|
+
n0,
|
|
1957
|
+
_DMPKVSP,
|
|
1958
|
+
{
|
|
1959
|
+
[_h]: ["DELETE", "/media-pipeline-kinesis-video-stream-pools/{Identifier}", 204],
|
|
1960
|
+
},
|
|
1961
|
+
() => DeleteMediaPipelineKinesisVideoStreamPoolRequest,
|
|
1962
|
+
() => __Unit,
|
|
1963
|
+
];
|
|
1964
|
+
var GetMediaCapturePipeline = [
|
|
1965
|
+
9,
|
|
1966
|
+
n0,
|
|
1967
|
+
_GMCP,
|
|
1968
|
+
{
|
|
1969
|
+
[_h]: ["GET", "/sdk-media-capture-pipelines/{MediaPipelineId}", 200],
|
|
1970
|
+
},
|
|
1971
|
+
() => GetMediaCapturePipelineRequest,
|
|
1972
|
+
() => GetMediaCapturePipelineResponse,
|
|
1973
|
+
];
|
|
1974
|
+
var GetMediaInsightsPipelineConfiguration = [
|
|
1975
|
+
9,
|
|
1976
|
+
n0,
|
|
1977
|
+
_GMIPC,
|
|
1978
|
+
{
|
|
1979
|
+
[_h]: ["GET", "/media-insights-pipeline-configurations/{Identifier}", 200],
|
|
1980
|
+
},
|
|
1981
|
+
() => GetMediaInsightsPipelineConfigurationRequest,
|
|
1982
|
+
() => GetMediaInsightsPipelineConfigurationResponse,
|
|
1983
|
+
];
|
|
1984
|
+
var GetMediaPipeline = [
|
|
1985
|
+
9,
|
|
1986
|
+
n0,
|
|
1987
|
+
_GMP,
|
|
1988
|
+
{
|
|
1989
|
+
[_h]: ["GET", "/sdk-media-pipelines/{MediaPipelineId}", 200],
|
|
1990
|
+
},
|
|
1991
|
+
() => GetMediaPipelineRequest,
|
|
1992
|
+
() => GetMediaPipelineResponse,
|
|
1993
|
+
];
|
|
1994
|
+
var GetMediaPipelineKinesisVideoStreamPool = [
|
|
1995
|
+
9,
|
|
1996
|
+
n0,
|
|
1997
|
+
_GMPKVSP,
|
|
1998
|
+
{
|
|
1999
|
+
[_h]: ["GET", "/media-pipeline-kinesis-video-stream-pools/{Identifier}", 200],
|
|
2000
|
+
},
|
|
2001
|
+
() => GetMediaPipelineKinesisVideoStreamPoolRequest,
|
|
2002
|
+
() => GetMediaPipelineKinesisVideoStreamPoolResponse,
|
|
2003
|
+
];
|
|
2004
|
+
var GetSpeakerSearchTask = [
|
|
2005
|
+
9,
|
|
2006
|
+
n0,
|
|
2007
|
+
_GSST,
|
|
2008
|
+
{
|
|
2009
|
+
[_h]: ["GET", "/media-insights-pipelines/{Identifier}/speaker-search-tasks/{SpeakerSearchTaskId}", 200],
|
|
2010
|
+
},
|
|
2011
|
+
() => GetSpeakerSearchTaskRequest,
|
|
2012
|
+
() => GetSpeakerSearchTaskResponse,
|
|
2013
|
+
];
|
|
2014
|
+
var GetVoiceToneAnalysisTask = [
|
|
2015
|
+
9,
|
|
2016
|
+
n0,
|
|
2017
|
+
_GVTAT,
|
|
2018
|
+
{
|
|
2019
|
+
[_h]: ["GET", "/media-insights-pipelines/{Identifier}/voice-tone-analysis-tasks/{VoiceToneAnalysisTaskId}", 200],
|
|
2020
|
+
},
|
|
2021
|
+
() => GetVoiceToneAnalysisTaskRequest,
|
|
2022
|
+
() => GetVoiceToneAnalysisTaskResponse,
|
|
2023
|
+
];
|
|
2024
|
+
var ListMediaCapturePipelines = [
|
|
2025
|
+
9,
|
|
2026
|
+
n0,
|
|
2027
|
+
_LMCP,
|
|
2028
|
+
{
|
|
2029
|
+
[_h]: ["GET", "/sdk-media-capture-pipelines", 200],
|
|
2030
|
+
},
|
|
2031
|
+
() => ListMediaCapturePipelinesRequest,
|
|
2032
|
+
() => ListMediaCapturePipelinesResponse,
|
|
2033
|
+
];
|
|
2034
|
+
var ListMediaInsightsPipelineConfigurations = [
|
|
2035
|
+
9,
|
|
2036
|
+
n0,
|
|
2037
|
+
_LMIPC,
|
|
2038
|
+
{
|
|
2039
|
+
[_h]: ["GET", "/media-insights-pipeline-configurations", 200],
|
|
2040
|
+
},
|
|
2041
|
+
() => ListMediaInsightsPipelineConfigurationsRequest,
|
|
2042
|
+
() => ListMediaInsightsPipelineConfigurationsResponse,
|
|
2043
|
+
];
|
|
2044
|
+
var ListMediaPipelineKinesisVideoStreamPools = [
|
|
2045
|
+
9,
|
|
2046
|
+
n0,
|
|
2047
|
+
_LMPKVSP,
|
|
2048
|
+
{
|
|
2049
|
+
[_h]: ["GET", "/media-pipeline-kinesis-video-stream-pools", 200],
|
|
2050
|
+
},
|
|
2051
|
+
() => ListMediaPipelineKinesisVideoStreamPoolsRequest,
|
|
2052
|
+
() => ListMediaPipelineKinesisVideoStreamPoolsResponse,
|
|
2053
|
+
];
|
|
2054
|
+
var ListMediaPipelines = [
|
|
2055
|
+
9,
|
|
2056
|
+
n0,
|
|
2057
|
+
_LMP,
|
|
2058
|
+
{
|
|
2059
|
+
[_h]: ["GET", "/sdk-media-pipelines", 200],
|
|
2060
|
+
},
|
|
2061
|
+
() => ListMediaPipelinesRequest,
|
|
2062
|
+
() => ListMediaPipelinesResponse,
|
|
2063
|
+
];
|
|
2064
|
+
var ListTagsForResource = [
|
|
2065
|
+
9,
|
|
2066
|
+
n0,
|
|
2067
|
+
_LTFR,
|
|
2068
|
+
{
|
|
2069
|
+
[_h]: ["GET", "/tags", 200],
|
|
2070
|
+
},
|
|
2071
|
+
() => ListTagsForResourceRequest,
|
|
2072
|
+
() => ListTagsForResourceResponse,
|
|
2073
|
+
];
|
|
2074
|
+
var StartSpeakerSearchTask = [
|
|
2075
|
+
9,
|
|
2076
|
+
n0,
|
|
2077
|
+
_SSST,
|
|
2078
|
+
{
|
|
2079
|
+
[_h]: ["POST", "/media-insights-pipelines/{Identifier}/speaker-search-tasks?operation=start", 201],
|
|
2080
|
+
},
|
|
2081
|
+
() => StartSpeakerSearchTaskRequest,
|
|
2082
|
+
() => StartSpeakerSearchTaskResponse,
|
|
2083
|
+
];
|
|
2084
|
+
var StartVoiceToneAnalysisTask = [
|
|
2085
|
+
9,
|
|
2086
|
+
n0,
|
|
2087
|
+
_SVTAT,
|
|
2088
|
+
{
|
|
2089
|
+
[_h]: ["POST", "/media-insights-pipelines/{Identifier}/voice-tone-analysis-tasks?operation=start", 201],
|
|
2090
|
+
},
|
|
2091
|
+
() => StartVoiceToneAnalysisTaskRequest,
|
|
2092
|
+
() => StartVoiceToneAnalysisTaskResponse,
|
|
2093
|
+
];
|
|
2094
|
+
var StopSpeakerSearchTask = [
|
|
2095
|
+
9,
|
|
2096
|
+
n0,
|
|
2097
|
+
_SSSTt,
|
|
2098
|
+
{
|
|
2099
|
+
[_h]: [
|
|
2100
|
+
"POST",
|
|
2101
|
+
"/media-insights-pipelines/{Identifier}/speaker-search-tasks/{SpeakerSearchTaskId}?operation=stop",
|
|
2102
|
+
204,
|
|
2103
|
+
],
|
|
2104
|
+
},
|
|
2105
|
+
() => StopSpeakerSearchTaskRequest,
|
|
2106
|
+
() => __Unit,
|
|
2107
|
+
];
|
|
2108
|
+
var StopVoiceToneAnalysisTask = [
|
|
2109
|
+
9,
|
|
2110
|
+
n0,
|
|
2111
|
+
_SVTATt,
|
|
2112
|
+
{
|
|
2113
|
+
[_h]: [
|
|
2114
|
+
"POST",
|
|
2115
|
+
"/media-insights-pipelines/{Identifier}/voice-tone-analysis-tasks/{VoiceToneAnalysisTaskId}?operation=stop",
|
|
2116
|
+
204,
|
|
2117
|
+
],
|
|
2118
|
+
},
|
|
2119
|
+
() => StopVoiceToneAnalysisTaskRequest,
|
|
2120
|
+
() => __Unit,
|
|
2121
|
+
];
|
|
2122
|
+
var TagResource = [
|
|
2123
|
+
9,
|
|
2124
|
+
n0,
|
|
2125
|
+
_TRa,
|
|
2126
|
+
{
|
|
2127
|
+
[_h]: ["POST", "/tags?operation=tag-resource", 204],
|
|
2128
|
+
},
|
|
2129
|
+
() => TagResourceRequest,
|
|
2130
|
+
() => TagResourceResponse,
|
|
2131
|
+
];
|
|
2132
|
+
var UntagResource = [
|
|
2133
|
+
9,
|
|
2134
|
+
n0,
|
|
2135
|
+
_UR,
|
|
2136
|
+
{
|
|
2137
|
+
[_h]: ["POST", "/tags?operation=untag-resource", 204],
|
|
2138
|
+
},
|
|
2139
|
+
() => UntagResourceRequest,
|
|
2140
|
+
() => UntagResourceResponse,
|
|
2141
|
+
];
|
|
2142
|
+
var UpdateMediaInsightsPipelineConfiguration = [
|
|
2143
|
+
9,
|
|
2144
|
+
n0,
|
|
2145
|
+
_UMIPC,
|
|
2146
|
+
{
|
|
2147
|
+
[_h]: ["PUT", "/media-insights-pipeline-configurations/{Identifier}", 200],
|
|
2148
|
+
},
|
|
2149
|
+
() => UpdateMediaInsightsPipelineConfigurationRequest,
|
|
2150
|
+
() => UpdateMediaInsightsPipelineConfigurationResponse,
|
|
2151
|
+
];
|
|
2152
|
+
var UpdateMediaInsightsPipelineStatus = [
|
|
2153
|
+
9,
|
|
2154
|
+
n0,
|
|
2155
|
+
_UMIPS,
|
|
2156
|
+
{
|
|
2157
|
+
[_h]: ["PUT", "/media-insights-pipeline-status/{Identifier}", 200],
|
|
2158
|
+
},
|
|
2159
|
+
() => UpdateMediaInsightsPipelineStatusRequest,
|
|
2160
|
+
() => __Unit,
|
|
2161
|
+
];
|
|
2162
|
+
var UpdateMediaPipelineKinesisVideoStreamPool = [
|
|
2163
|
+
9,
|
|
2164
|
+
n0,
|
|
2165
|
+
_UMPKVSP,
|
|
2166
|
+
{
|
|
2167
|
+
[_h]: ["PUT", "/media-pipeline-kinesis-video-stream-pools/{Identifier}", 200],
|
|
2168
|
+
},
|
|
2169
|
+
() => UpdateMediaPipelineKinesisVideoStreamPoolRequest,
|
|
2170
|
+
() => UpdateMediaPipelineKinesisVideoStreamPoolResponse,
|
|
2171
|
+
];
|
|
2002
2172
|
|
|
2003
2173
|
class CreateMediaCapturePipelineCommand extends smithyClient.Command
|
|
2004
2174
|
.classBuilder()
|
|
2005
2175
|
.ep(commonParams)
|
|
2006
2176
|
.m(function (Command, cs, config, o) {
|
|
2007
|
-
return [
|
|
2008
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2009
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2010
|
-
];
|
|
2177
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2011
2178
|
})
|
|
2012
2179
|
.s("ChimeSDKMediaPipelinesService", "CreateMediaCapturePipeline", {})
|
|
2013
2180
|
.n("ChimeSDKMediaPipelinesClient", "CreateMediaCapturePipelineCommand")
|
|
2014
|
-
.
|
|
2015
|
-
.ser(se_CreateMediaCapturePipelineCommand)
|
|
2016
|
-
.de(de_CreateMediaCapturePipelineCommand)
|
|
2181
|
+
.sc(CreateMediaCapturePipeline)
|
|
2017
2182
|
.build() {
|
|
2018
2183
|
}
|
|
2019
2184
|
|
|
@@ -2021,16 +2186,11 @@ class CreateMediaConcatenationPipelineCommand extends smithyClient.Command
|
|
|
2021
2186
|
.classBuilder()
|
|
2022
2187
|
.ep(commonParams)
|
|
2023
2188
|
.m(function (Command, cs, config, o) {
|
|
2024
|
-
return [
|
|
2025
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2026
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2027
|
-
];
|
|
2189
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2028
2190
|
})
|
|
2029
2191
|
.s("ChimeSDKMediaPipelinesService", "CreateMediaConcatenationPipeline", {})
|
|
2030
2192
|
.n("ChimeSDKMediaPipelinesClient", "CreateMediaConcatenationPipelineCommand")
|
|
2031
|
-
.
|
|
2032
|
-
.ser(se_CreateMediaConcatenationPipelineCommand)
|
|
2033
|
-
.de(de_CreateMediaConcatenationPipelineCommand)
|
|
2193
|
+
.sc(CreateMediaConcatenationPipeline)
|
|
2034
2194
|
.build() {
|
|
2035
2195
|
}
|
|
2036
2196
|
|
|
@@ -2038,16 +2198,11 @@ class CreateMediaInsightsPipelineCommand extends smithyClient.Command
|
|
|
2038
2198
|
.classBuilder()
|
|
2039
2199
|
.ep(commonParams)
|
|
2040
2200
|
.m(function (Command, cs, config, o) {
|
|
2041
|
-
return [
|
|
2042
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2043
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2044
|
-
];
|
|
2201
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2045
2202
|
})
|
|
2046
2203
|
.s("ChimeSDKMediaPipelinesService", "CreateMediaInsightsPipeline", {})
|
|
2047
2204
|
.n("ChimeSDKMediaPipelinesClient", "CreateMediaInsightsPipelineCommand")
|
|
2048
|
-
.
|
|
2049
|
-
.ser(se_CreateMediaInsightsPipelineCommand)
|
|
2050
|
-
.de(de_CreateMediaInsightsPipelineCommand)
|
|
2205
|
+
.sc(CreateMediaInsightsPipeline)
|
|
2051
2206
|
.build() {
|
|
2052
2207
|
}
|
|
2053
2208
|
|
|
@@ -2055,16 +2210,11 @@ class CreateMediaInsightsPipelineConfigurationCommand extends smithyClient.Comma
|
|
|
2055
2210
|
.classBuilder()
|
|
2056
2211
|
.ep(commonParams)
|
|
2057
2212
|
.m(function (Command, cs, config, o) {
|
|
2058
|
-
return [
|
|
2059
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2060
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2061
|
-
];
|
|
2213
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2062
2214
|
})
|
|
2063
2215
|
.s("ChimeSDKMediaPipelinesService", "CreateMediaInsightsPipelineConfiguration", {})
|
|
2064
2216
|
.n("ChimeSDKMediaPipelinesClient", "CreateMediaInsightsPipelineConfigurationCommand")
|
|
2065
|
-
.
|
|
2066
|
-
.ser(se_CreateMediaInsightsPipelineConfigurationCommand)
|
|
2067
|
-
.de(de_CreateMediaInsightsPipelineConfigurationCommand)
|
|
2217
|
+
.sc(CreateMediaInsightsPipelineConfiguration)
|
|
2068
2218
|
.build() {
|
|
2069
2219
|
}
|
|
2070
2220
|
|
|
@@ -2072,16 +2222,11 @@ class CreateMediaLiveConnectorPipelineCommand extends smithyClient.Command
|
|
|
2072
2222
|
.classBuilder()
|
|
2073
2223
|
.ep(commonParams)
|
|
2074
2224
|
.m(function (Command, cs, config, o) {
|
|
2075
|
-
return [
|
|
2076
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2077
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2078
|
-
];
|
|
2225
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2079
2226
|
})
|
|
2080
2227
|
.s("ChimeSDKMediaPipelinesService", "CreateMediaLiveConnectorPipeline", {})
|
|
2081
2228
|
.n("ChimeSDKMediaPipelinesClient", "CreateMediaLiveConnectorPipelineCommand")
|
|
2082
|
-
.
|
|
2083
|
-
.ser(se_CreateMediaLiveConnectorPipelineCommand)
|
|
2084
|
-
.de(de_CreateMediaLiveConnectorPipelineCommand)
|
|
2229
|
+
.sc(CreateMediaLiveConnectorPipeline)
|
|
2085
2230
|
.build() {
|
|
2086
2231
|
}
|
|
2087
2232
|
|
|
@@ -2089,16 +2234,11 @@ class CreateMediaPipelineKinesisVideoStreamPoolCommand extends smithyClient.Comm
|
|
|
2089
2234
|
.classBuilder()
|
|
2090
2235
|
.ep(commonParams)
|
|
2091
2236
|
.m(function (Command, cs, config, o) {
|
|
2092
|
-
return [
|
|
2093
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2094
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2095
|
-
];
|
|
2237
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2096
2238
|
})
|
|
2097
2239
|
.s("ChimeSDKMediaPipelinesService", "CreateMediaPipelineKinesisVideoStreamPool", {})
|
|
2098
2240
|
.n("ChimeSDKMediaPipelinesClient", "CreateMediaPipelineKinesisVideoStreamPoolCommand")
|
|
2099
|
-
.
|
|
2100
|
-
.ser(se_CreateMediaPipelineKinesisVideoStreamPoolCommand)
|
|
2101
|
-
.de(de_CreateMediaPipelineKinesisVideoStreamPoolCommand)
|
|
2241
|
+
.sc(CreateMediaPipelineKinesisVideoStreamPool)
|
|
2102
2242
|
.build() {
|
|
2103
2243
|
}
|
|
2104
2244
|
|
|
@@ -2106,16 +2246,11 @@ class CreateMediaStreamPipelineCommand extends smithyClient.Command
|
|
|
2106
2246
|
.classBuilder()
|
|
2107
2247
|
.ep(commonParams)
|
|
2108
2248
|
.m(function (Command, cs, config, o) {
|
|
2109
|
-
return [
|
|
2110
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2111
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2112
|
-
];
|
|
2249
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2113
2250
|
})
|
|
2114
2251
|
.s("ChimeSDKMediaPipelinesService", "CreateMediaStreamPipeline", {})
|
|
2115
2252
|
.n("ChimeSDKMediaPipelinesClient", "CreateMediaStreamPipelineCommand")
|
|
2116
|
-
.
|
|
2117
|
-
.ser(se_CreateMediaStreamPipelineCommand)
|
|
2118
|
-
.de(de_CreateMediaStreamPipelineCommand)
|
|
2253
|
+
.sc(CreateMediaStreamPipeline)
|
|
2119
2254
|
.build() {
|
|
2120
2255
|
}
|
|
2121
2256
|
|
|
@@ -2123,16 +2258,11 @@ class DeleteMediaCapturePipelineCommand extends smithyClient.Command
|
|
|
2123
2258
|
.classBuilder()
|
|
2124
2259
|
.ep(commonParams)
|
|
2125
2260
|
.m(function (Command, cs, config, o) {
|
|
2126
|
-
return [
|
|
2127
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2128
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2129
|
-
];
|
|
2261
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2130
2262
|
})
|
|
2131
2263
|
.s("ChimeSDKMediaPipelinesService", "DeleteMediaCapturePipeline", {})
|
|
2132
2264
|
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaCapturePipelineCommand")
|
|
2133
|
-
.
|
|
2134
|
-
.ser(se_DeleteMediaCapturePipelineCommand)
|
|
2135
|
-
.de(de_DeleteMediaCapturePipelineCommand)
|
|
2265
|
+
.sc(DeleteMediaCapturePipeline)
|
|
2136
2266
|
.build() {
|
|
2137
2267
|
}
|
|
2138
2268
|
|
|
@@ -2140,16 +2270,11 @@ class DeleteMediaInsightsPipelineConfigurationCommand extends smithyClient.Comma
|
|
|
2140
2270
|
.classBuilder()
|
|
2141
2271
|
.ep(commonParams)
|
|
2142
2272
|
.m(function (Command, cs, config, o) {
|
|
2143
|
-
return [
|
|
2144
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2145
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2146
|
-
];
|
|
2273
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2147
2274
|
})
|
|
2148
2275
|
.s("ChimeSDKMediaPipelinesService", "DeleteMediaInsightsPipelineConfiguration", {})
|
|
2149
2276
|
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaInsightsPipelineConfigurationCommand")
|
|
2150
|
-
.
|
|
2151
|
-
.ser(se_DeleteMediaInsightsPipelineConfigurationCommand)
|
|
2152
|
-
.de(de_DeleteMediaInsightsPipelineConfigurationCommand)
|
|
2277
|
+
.sc(DeleteMediaInsightsPipelineConfiguration)
|
|
2153
2278
|
.build() {
|
|
2154
2279
|
}
|
|
2155
2280
|
|
|
@@ -2157,16 +2282,11 @@ class DeleteMediaPipelineCommand extends smithyClient.Command
|
|
|
2157
2282
|
.classBuilder()
|
|
2158
2283
|
.ep(commonParams)
|
|
2159
2284
|
.m(function (Command, cs, config, o) {
|
|
2160
|
-
return [
|
|
2161
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2162
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2163
|
-
];
|
|
2285
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2164
2286
|
})
|
|
2165
2287
|
.s("ChimeSDKMediaPipelinesService", "DeleteMediaPipeline", {})
|
|
2166
2288
|
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaPipelineCommand")
|
|
2167
|
-
.
|
|
2168
|
-
.ser(se_DeleteMediaPipelineCommand)
|
|
2169
|
-
.de(de_DeleteMediaPipelineCommand)
|
|
2289
|
+
.sc(DeleteMediaPipeline)
|
|
2170
2290
|
.build() {
|
|
2171
2291
|
}
|
|
2172
2292
|
|
|
@@ -2174,16 +2294,11 @@ class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends smithyClient.Comm
|
|
|
2174
2294
|
.classBuilder()
|
|
2175
2295
|
.ep(commonParams)
|
|
2176
2296
|
.m(function (Command, cs, config, o) {
|
|
2177
|
-
return [
|
|
2178
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2179
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2180
|
-
];
|
|
2297
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2181
2298
|
})
|
|
2182
2299
|
.s("ChimeSDKMediaPipelinesService", "DeleteMediaPipelineKinesisVideoStreamPool", {})
|
|
2183
2300
|
.n("ChimeSDKMediaPipelinesClient", "DeleteMediaPipelineKinesisVideoStreamPoolCommand")
|
|
2184
|
-
.
|
|
2185
|
-
.ser(se_DeleteMediaPipelineKinesisVideoStreamPoolCommand)
|
|
2186
|
-
.de(de_DeleteMediaPipelineKinesisVideoStreamPoolCommand)
|
|
2301
|
+
.sc(DeleteMediaPipelineKinesisVideoStreamPool)
|
|
2187
2302
|
.build() {
|
|
2188
2303
|
}
|
|
2189
2304
|
|
|
@@ -2191,16 +2306,11 @@ class GetMediaCapturePipelineCommand extends smithyClient.Command
|
|
|
2191
2306
|
.classBuilder()
|
|
2192
2307
|
.ep(commonParams)
|
|
2193
2308
|
.m(function (Command, cs, config, o) {
|
|
2194
|
-
return [
|
|
2195
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2196
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2197
|
-
];
|
|
2309
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2198
2310
|
})
|
|
2199
2311
|
.s("ChimeSDKMediaPipelinesService", "GetMediaCapturePipeline", {})
|
|
2200
2312
|
.n("ChimeSDKMediaPipelinesClient", "GetMediaCapturePipelineCommand")
|
|
2201
|
-
.
|
|
2202
|
-
.ser(se_GetMediaCapturePipelineCommand)
|
|
2203
|
-
.de(de_GetMediaCapturePipelineCommand)
|
|
2313
|
+
.sc(GetMediaCapturePipeline)
|
|
2204
2314
|
.build() {
|
|
2205
2315
|
}
|
|
2206
2316
|
|
|
@@ -2208,16 +2318,11 @@ class GetMediaInsightsPipelineConfigurationCommand extends smithyClient.Command
|
|
|
2208
2318
|
.classBuilder()
|
|
2209
2319
|
.ep(commonParams)
|
|
2210
2320
|
.m(function (Command, cs, config, o) {
|
|
2211
|
-
return [
|
|
2212
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2213
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2214
|
-
];
|
|
2321
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2215
2322
|
})
|
|
2216
2323
|
.s("ChimeSDKMediaPipelinesService", "GetMediaInsightsPipelineConfiguration", {})
|
|
2217
2324
|
.n("ChimeSDKMediaPipelinesClient", "GetMediaInsightsPipelineConfigurationCommand")
|
|
2218
|
-
.
|
|
2219
|
-
.ser(se_GetMediaInsightsPipelineConfigurationCommand)
|
|
2220
|
-
.de(de_GetMediaInsightsPipelineConfigurationCommand)
|
|
2325
|
+
.sc(GetMediaInsightsPipelineConfiguration)
|
|
2221
2326
|
.build() {
|
|
2222
2327
|
}
|
|
2223
2328
|
|
|
@@ -2225,16 +2330,11 @@ class GetMediaPipelineCommand extends smithyClient.Command
|
|
|
2225
2330
|
.classBuilder()
|
|
2226
2331
|
.ep(commonParams)
|
|
2227
2332
|
.m(function (Command, cs, config, o) {
|
|
2228
|
-
return [
|
|
2229
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2230
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2231
|
-
];
|
|
2333
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2232
2334
|
})
|
|
2233
2335
|
.s("ChimeSDKMediaPipelinesService", "GetMediaPipeline", {})
|
|
2234
2336
|
.n("ChimeSDKMediaPipelinesClient", "GetMediaPipelineCommand")
|
|
2235
|
-
.
|
|
2236
|
-
.ser(se_GetMediaPipelineCommand)
|
|
2237
|
-
.de(de_GetMediaPipelineCommand)
|
|
2337
|
+
.sc(GetMediaPipeline)
|
|
2238
2338
|
.build() {
|
|
2239
2339
|
}
|
|
2240
2340
|
|
|
@@ -2242,16 +2342,11 @@ class GetMediaPipelineKinesisVideoStreamPoolCommand extends smithyClient.Command
|
|
|
2242
2342
|
.classBuilder()
|
|
2243
2343
|
.ep(commonParams)
|
|
2244
2344
|
.m(function (Command, cs, config, o) {
|
|
2245
|
-
return [
|
|
2246
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2247
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2248
|
-
];
|
|
2345
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2249
2346
|
})
|
|
2250
2347
|
.s("ChimeSDKMediaPipelinesService", "GetMediaPipelineKinesisVideoStreamPool", {})
|
|
2251
2348
|
.n("ChimeSDKMediaPipelinesClient", "GetMediaPipelineKinesisVideoStreamPoolCommand")
|
|
2252
|
-
.
|
|
2253
|
-
.ser(se_GetMediaPipelineKinesisVideoStreamPoolCommand)
|
|
2254
|
-
.de(de_GetMediaPipelineKinesisVideoStreamPoolCommand)
|
|
2349
|
+
.sc(GetMediaPipelineKinesisVideoStreamPool)
|
|
2255
2350
|
.build() {
|
|
2256
2351
|
}
|
|
2257
2352
|
|
|
@@ -2259,16 +2354,11 @@ class GetSpeakerSearchTaskCommand extends smithyClient.Command
|
|
|
2259
2354
|
.classBuilder()
|
|
2260
2355
|
.ep(commonParams)
|
|
2261
2356
|
.m(function (Command, cs, config, o) {
|
|
2262
|
-
return [
|
|
2263
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2264
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2265
|
-
];
|
|
2357
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2266
2358
|
})
|
|
2267
2359
|
.s("ChimeSDKMediaPipelinesService", "GetSpeakerSearchTask", {})
|
|
2268
2360
|
.n("ChimeSDKMediaPipelinesClient", "GetSpeakerSearchTaskCommand")
|
|
2269
|
-
.
|
|
2270
|
-
.ser(se_GetSpeakerSearchTaskCommand)
|
|
2271
|
-
.de(de_GetSpeakerSearchTaskCommand)
|
|
2361
|
+
.sc(GetSpeakerSearchTask)
|
|
2272
2362
|
.build() {
|
|
2273
2363
|
}
|
|
2274
2364
|
|
|
@@ -2276,16 +2366,11 @@ class GetVoiceToneAnalysisTaskCommand extends smithyClient.Command
|
|
|
2276
2366
|
.classBuilder()
|
|
2277
2367
|
.ep(commonParams)
|
|
2278
2368
|
.m(function (Command, cs, config, o) {
|
|
2279
|
-
return [
|
|
2280
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2281
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2282
|
-
];
|
|
2369
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2283
2370
|
})
|
|
2284
2371
|
.s("ChimeSDKMediaPipelinesService", "GetVoiceToneAnalysisTask", {})
|
|
2285
2372
|
.n("ChimeSDKMediaPipelinesClient", "GetVoiceToneAnalysisTaskCommand")
|
|
2286
|
-
.
|
|
2287
|
-
.ser(se_GetVoiceToneAnalysisTaskCommand)
|
|
2288
|
-
.de(de_GetVoiceToneAnalysisTaskCommand)
|
|
2373
|
+
.sc(GetVoiceToneAnalysisTask)
|
|
2289
2374
|
.build() {
|
|
2290
2375
|
}
|
|
2291
2376
|
|
|
@@ -2293,16 +2378,11 @@ class ListMediaCapturePipelinesCommand extends smithyClient.Command
|
|
|
2293
2378
|
.classBuilder()
|
|
2294
2379
|
.ep(commonParams)
|
|
2295
2380
|
.m(function (Command, cs, config, o) {
|
|
2296
|
-
return [
|
|
2297
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2298
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2299
|
-
];
|
|
2381
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2300
2382
|
})
|
|
2301
2383
|
.s("ChimeSDKMediaPipelinesService", "ListMediaCapturePipelines", {})
|
|
2302
2384
|
.n("ChimeSDKMediaPipelinesClient", "ListMediaCapturePipelinesCommand")
|
|
2303
|
-
.
|
|
2304
|
-
.ser(se_ListMediaCapturePipelinesCommand)
|
|
2305
|
-
.de(de_ListMediaCapturePipelinesCommand)
|
|
2385
|
+
.sc(ListMediaCapturePipelines)
|
|
2306
2386
|
.build() {
|
|
2307
2387
|
}
|
|
2308
2388
|
|
|
@@ -2310,16 +2390,11 @@ class ListMediaInsightsPipelineConfigurationsCommand extends smithyClient.Comman
|
|
|
2310
2390
|
.classBuilder()
|
|
2311
2391
|
.ep(commonParams)
|
|
2312
2392
|
.m(function (Command, cs, config, o) {
|
|
2313
|
-
return [
|
|
2314
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2315
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2316
|
-
];
|
|
2393
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2317
2394
|
})
|
|
2318
2395
|
.s("ChimeSDKMediaPipelinesService", "ListMediaInsightsPipelineConfigurations", {})
|
|
2319
2396
|
.n("ChimeSDKMediaPipelinesClient", "ListMediaInsightsPipelineConfigurationsCommand")
|
|
2320
|
-
.
|
|
2321
|
-
.ser(se_ListMediaInsightsPipelineConfigurationsCommand)
|
|
2322
|
-
.de(de_ListMediaInsightsPipelineConfigurationsCommand)
|
|
2397
|
+
.sc(ListMediaInsightsPipelineConfigurations)
|
|
2323
2398
|
.build() {
|
|
2324
2399
|
}
|
|
2325
2400
|
|
|
@@ -2327,16 +2402,11 @@ class ListMediaPipelineKinesisVideoStreamPoolsCommand extends smithyClient.Comma
|
|
|
2327
2402
|
.classBuilder()
|
|
2328
2403
|
.ep(commonParams)
|
|
2329
2404
|
.m(function (Command, cs, config, o) {
|
|
2330
|
-
return [
|
|
2331
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2332
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2333
|
-
];
|
|
2405
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2334
2406
|
})
|
|
2335
2407
|
.s("ChimeSDKMediaPipelinesService", "ListMediaPipelineKinesisVideoStreamPools", {})
|
|
2336
2408
|
.n("ChimeSDKMediaPipelinesClient", "ListMediaPipelineKinesisVideoStreamPoolsCommand")
|
|
2337
|
-
.
|
|
2338
|
-
.ser(se_ListMediaPipelineKinesisVideoStreamPoolsCommand)
|
|
2339
|
-
.de(de_ListMediaPipelineKinesisVideoStreamPoolsCommand)
|
|
2409
|
+
.sc(ListMediaPipelineKinesisVideoStreamPools)
|
|
2340
2410
|
.build() {
|
|
2341
2411
|
}
|
|
2342
2412
|
|
|
@@ -2344,16 +2414,11 @@ class ListMediaPipelinesCommand extends smithyClient.Command
|
|
|
2344
2414
|
.classBuilder()
|
|
2345
2415
|
.ep(commonParams)
|
|
2346
2416
|
.m(function (Command, cs, config, o) {
|
|
2347
|
-
return [
|
|
2348
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2349
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2350
|
-
];
|
|
2417
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2351
2418
|
})
|
|
2352
2419
|
.s("ChimeSDKMediaPipelinesService", "ListMediaPipelines", {})
|
|
2353
2420
|
.n("ChimeSDKMediaPipelinesClient", "ListMediaPipelinesCommand")
|
|
2354
|
-
.
|
|
2355
|
-
.ser(se_ListMediaPipelinesCommand)
|
|
2356
|
-
.de(de_ListMediaPipelinesCommand)
|
|
2421
|
+
.sc(ListMediaPipelines)
|
|
2357
2422
|
.build() {
|
|
2358
2423
|
}
|
|
2359
2424
|
|
|
@@ -2361,16 +2426,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2361
2426
|
.classBuilder()
|
|
2362
2427
|
.ep(commonParams)
|
|
2363
2428
|
.m(function (Command, cs, config, o) {
|
|
2364
|
-
return [
|
|
2365
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2366
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2367
|
-
];
|
|
2429
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2368
2430
|
})
|
|
2369
2431
|
.s("ChimeSDKMediaPipelinesService", "ListTagsForResource", {})
|
|
2370
2432
|
.n("ChimeSDKMediaPipelinesClient", "ListTagsForResourceCommand")
|
|
2371
|
-
.
|
|
2372
|
-
.ser(se_ListTagsForResourceCommand)
|
|
2373
|
-
.de(de_ListTagsForResourceCommand)
|
|
2433
|
+
.sc(ListTagsForResource)
|
|
2374
2434
|
.build() {
|
|
2375
2435
|
}
|
|
2376
2436
|
|
|
@@ -2378,16 +2438,11 @@ class StartSpeakerSearchTaskCommand extends smithyClient.Command
|
|
|
2378
2438
|
.classBuilder()
|
|
2379
2439
|
.ep(commonParams)
|
|
2380
2440
|
.m(function (Command, cs, config, o) {
|
|
2381
|
-
return [
|
|
2382
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2383
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2384
|
-
];
|
|
2441
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2385
2442
|
})
|
|
2386
2443
|
.s("ChimeSDKMediaPipelinesService", "StartSpeakerSearchTask", {})
|
|
2387
2444
|
.n("ChimeSDKMediaPipelinesClient", "StartSpeakerSearchTaskCommand")
|
|
2388
|
-
.
|
|
2389
|
-
.ser(se_StartSpeakerSearchTaskCommand)
|
|
2390
|
-
.de(de_StartSpeakerSearchTaskCommand)
|
|
2445
|
+
.sc(StartSpeakerSearchTask)
|
|
2391
2446
|
.build() {
|
|
2392
2447
|
}
|
|
2393
2448
|
|
|
@@ -2395,16 +2450,11 @@ class StartVoiceToneAnalysisTaskCommand extends smithyClient.Command
|
|
|
2395
2450
|
.classBuilder()
|
|
2396
2451
|
.ep(commonParams)
|
|
2397
2452
|
.m(function (Command, cs, config, o) {
|
|
2398
|
-
return [
|
|
2399
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2400
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2401
|
-
];
|
|
2453
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2402
2454
|
})
|
|
2403
2455
|
.s("ChimeSDKMediaPipelinesService", "StartVoiceToneAnalysisTask", {})
|
|
2404
2456
|
.n("ChimeSDKMediaPipelinesClient", "StartVoiceToneAnalysisTaskCommand")
|
|
2405
|
-
.
|
|
2406
|
-
.ser(se_StartVoiceToneAnalysisTaskCommand)
|
|
2407
|
-
.de(de_StartVoiceToneAnalysisTaskCommand)
|
|
2457
|
+
.sc(StartVoiceToneAnalysisTask)
|
|
2408
2458
|
.build() {
|
|
2409
2459
|
}
|
|
2410
2460
|
|
|
@@ -2412,16 +2462,11 @@ class StopSpeakerSearchTaskCommand extends smithyClient.Command
|
|
|
2412
2462
|
.classBuilder()
|
|
2413
2463
|
.ep(commonParams)
|
|
2414
2464
|
.m(function (Command, cs, config, o) {
|
|
2415
|
-
return [
|
|
2416
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2417
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2418
|
-
];
|
|
2465
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2419
2466
|
})
|
|
2420
2467
|
.s("ChimeSDKMediaPipelinesService", "StopSpeakerSearchTask", {})
|
|
2421
2468
|
.n("ChimeSDKMediaPipelinesClient", "StopSpeakerSearchTaskCommand")
|
|
2422
|
-
.
|
|
2423
|
-
.ser(se_StopSpeakerSearchTaskCommand)
|
|
2424
|
-
.de(de_StopSpeakerSearchTaskCommand)
|
|
2469
|
+
.sc(StopSpeakerSearchTask)
|
|
2425
2470
|
.build() {
|
|
2426
2471
|
}
|
|
2427
2472
|
|
|
@@ -2429,16 +2474,11 @@ class StopVoiceToneAnalysisTaskCommand extends smithyClient.Command
|
|
|
2429
2474
|
.classBuilder()
|
|
2430
2475
|
.ep(commonParams)
|
|
2431
2476
|
.m(function (Command, cs, config, o) {
|
|
2432
|
-
return [
|
|
2433
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2434
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2435
|
-
];
|
|
2477
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2436
2478
|
})
|
|
2437
2479
|
.s("ChimeSDKMediaPipelinesService", "StopVoiceToneAnalysisTask", {})
|
|
2438
2480
|
.n("ChimeSDKMediaPipelinesClient", "StopVoiceToneAnalysisTaskCommand")
|
|
2439
|
-
.
|
|
2440
|
-
.ser(se_StopVoiceToneAnalysisTaskCommand)
|
|
2441
|
-
.de(de_StopVoiceToneAnalysisTaskCommand)
|
|
2481
|
+
.sc(StopVoiceToneAnalysisTask)
|
|
2442
2482
|
.build() {
|
|
2443
2483
|
}
|
|
2444
2484
|
|
|
@@ -2446,16 +2486,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2446
2486
|
.classBuilder()
|
|
2447
2487
|
.ep(commonParams)
|
|
2448
2488
|
.m(function (Command, cs, config, o) {
|
|
2449
|
-
return [
|
|
2450
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2451
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2452
|
-
];
|
|
2489
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2453
2490
|
})
|
|
2454
2491
|
.s("ChimeSDKMediaPipelinesService", "TagResource", {})
|
|
2455
2492
|
.n("ChimeSDKMediaPipelinesClient", "TagResourceCommand")
|
|
2456
|
-
.
|
|
2457
|
-
.ser(se_TagResourceCommand)
|
|
2458
|
-
.de(de_TagResourceCommand)
|
|
2493
|
+
.sc(TagResource)
|
|
2459
2494
|
.build() {
|
|
2460
2495
|
}
|
|
2461
2496
|
|
|
@@ -2463,16 +2498,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2463
2498
|
.classBuilder()
|
|
2464
2499
|
.ep(commonParams)
|
|
2465
2500
|
.m(function (Command, cs, config, o) {
|
|
2466
|
-
return [
|
|
2467
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2468
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2469
|
-
];
|
|
2501
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2470
2502
|
})
|
|
2471
2503
|
.s("ChimeSDKMediaPipelinesService", "UntagResource", {})
|
|
2472
2504
|
.n("ChimeSDKMediaPipelinesClient", "UntagResourceCommand")
|
|
2473
|
-
.
|
|
2474
|
-
.ser(se_UntagResourceCommand)
|
|
2475
|
-
.de(de_UntagResourceCommand)
|
|
2505
|
+
.sc(UntagResource)
|
|
2476
2506
|
.build() {
|
|
2477
2507
|
}
|
|
2478
2508
|
|
|
@@ -2480,16 +2510,11 @@ class UpdateMediaInsightsPipelineConfigurationCommand extends smithyClient.Comma
|
|
|
2480
2510
|
.classBuilder()
|
|
2481
2511
|
.ep(commonParams)
|
|
2482
2512
|
.m(function (Command, cs, config, o) {
|
|
2483
|
-
return [
|
|
2484
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2485
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2486
|
-
];
|
|
2513
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2487
2514
|
})
|
|
2488
2515
|
.s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineConfiguration", {})
|
|
2489
2516
|
.n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineConfigurationCommand")
|
|
2490
|
-
.
|
|
2491
|
-
.ser(se_UpdateMediaInsightsPipelineConfigurationCommand)
|
|
2492
|
-
.de(de_UpdateMediaInsightsPipelineConfigurationCommand)
|
|
2517
|
+
.sc(UpdateMediaInsightsPipelineConfiguration)
|
|
2493
2518
|
.build() {
|
|
2494
2519
|
}
|
|
2495
2520
|
|
|
@@ -2497,16 +2522,11 @@ class UpdateMediaInsightsPipelineStatusCommand extends smithyClient.Command
|
|
|
2497
2522
|
.classBuilder()
|
|
2498
2523
|
.ep(commonParams)
|
|
2499
2524
|
.m(function (Command, cs, config, o) {
|
|
2500
|
-
return [
|
|
2501
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2502
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2503
|
-
];
|
|
2525
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2504
2526
|
})
|
|
2505
2527
|
.s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineStatus", {})
|
|
2506
2528
|
.n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineStatusCommand")
|
|
2507
|
-
.
|
|
2508
|
-
.ser(se_UpdateMediaInsightsPipelineStatusCommand)
|
|
2509
|
-
.de(de_UpdateMediaInsightsPipelineStatusCommand)
|
|
2529
|
+
.sc(UpdateMediaInsightsPipelineStatus)
|
|
2510
2530
|
.build() {
|
|
2511
2531
|
}
|
|
2512
2532
|
|
|
@@ -2514,16 +2534,11 @@ class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends smithyClient.Comm
|
|
|
2514
2534
|
.classBuilder()
|
|
2515
2535
|
.ep(commonParams)
|
|
2516
2536
|
.m(function (Command, cs, config, o) {
|
|
2517
|
-
return [
|
|
2518
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2519
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2520
|
-
];
|
|
2537
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2521
2538
|
})
|
|
2522
2539
|
.s("ChimeSDKMediaPipelinesService", "UpdateMediaPipelineKinesisVideoStreamPool", {})
|
|
2523
2540
|
.n("ChimeSDKMediaPipelinesClient", "UpdateMediaPipelineKinesisVideoStreamPoolCommand")
|
|
2524
|
-
.
|
|
2525
|
-
.ser(se_UpdateMediaPipelineKinesisVideoStreamPoolCommand)
|
|
2526
|
-
.de(de_UpdateMediaPipelineKinesisVideoStreamPoolCommand)
|
|
2541
|
+
.sc(UpdateMediaPipelineKinesisVideoStreamPool)
|
|
2527
2542
|
.build() {
|
|
2528
2543
|
}
|
|
2529
2544
|
|
|
@@ -2586,140 +2601,85 @@ exports.ArtifactsState = ArtifactsState;
|
|
|
2586
2601
|
exports.AudioArtifactsConcatenationState = AudioArtifactsConcatenationState;
|
|
2587
2602
|
exports.AudioChannelsOption = AudioChannelsOption;
|
|
2588
2603
|
exports.AudioMuxType = AudioMuxType;
|
|
2589
|
-
exports.BadRequestException = BadRequestException;
|
|
2604
|
+
exports.BadRequestException = BadRequestException$1;
|
|
2590
2605
|
exports.BorderColor = BorderColor;
|
|
2591
2606
|
exports.CallAnalyticsLanguageCode = CallAnalyticsLanguageCode;
|
|
2592
2607
|
exports.CanvasOrientation = CanvasOrientation;
|
|
2593
2608
|
exports.ChimeSDKMediaPipelines = ChimeSDKMediaPipelines;
|
|
2594
2609
|
exports.ChimeSDKMediaPipelinesClient = ChimeSDKMediaPipelinesClient;
|
|
2595
|
-
exports.ChimeSDKMediaPipelinesServiceException = ChimeSDKMediaPipelinesServiceException;
|
|
2596
|
-
exports.ChimeSdkMeetingConfigurationFilterSensitiveLog = ChimeSdkMeetingConfigurationFilterSensitiveLog;
|
|
2597
|
-
exports.ChimeSdkMeetingLiveConnectorConfigurationFilterSensitiveLog = ChimeSdkMeetingLiveConnectorConfigurationFilterSensitiveLog;
|
|
2598
|
-
exports.ConcatenationSinkFilterSensitiveLog = ConcatenationSinkFilterSensitiveLog;
|
|
2610
|
+
exports.ChimeSDKMediaPipelinesServiceException = ChimeSDKMediaPipelinesServiceException$1;
|
|
2599
2611
|
exports.ConcatenationSinkType = ConcatenationSinkType;
|
|
2600
|
-
exports.ConcatenationSourceFilterSensitiveLog = ConcatenationSourceFilterSensitiveLog;
|
|
2601
2612
|
exports.ConcatenationSourceType = ConcatenationSourceType;
|
|
2602
|
-
exports.ConflictException = ConflictException;
|
|
2613
|
+
exports.ConflictException = ConflictException$1;
|
|
2603
2614
|
exports.ContentMuxType = ContentMuxType;
|
|
2604
2615
|
exports.ContentRedactionOutput = ContentRedactionOutput;
|
|
2605
2616
|
exports.ContentShareLayoutOption = ContentShareLayoutOption;
|
|
2606
2617
|
exports.ContentType = ContentType;
|
|
2607
2618
|
exports.CreateMediaCapturePipelineCommand = CreateMediaCapturePipelineCommand;
|
|
2608
|
-
exports.CreateMediaCapturePipelineRequestFilterSensitiveLog = CreateMediaCapturePipelineRequestFilterSensitiveLog;
|
|
2609
|
-
exports.CreateMediaCapturePipelineResponseFilterSensitiveLog = CreateMediaCapturePipelineResponseFilterSensitiveLog;
|
|
2610
2619
|
exports.CreateMediaConcatenationPipelineCommand = CreateMediaConcatenationPipelineCommand;
|
|
2611
|
-
exports.CreateMediaConcatenationPipelineRequestFilterSensitiveLog = CreateMediaConcatenationPipelineRequestFilterSensitiveLog;
|
|
2612
|
-
exports.CreateMediaConcatenationPipelineResponseFilterSensitiveLog = CreateMediaConcatenationPipelineResponseFilterSensitiveLog;
|
|
2613
2620
|
exports.CreateMediaInsightsPipelineCommand = CreateMediaInsightsPipelineCommand;
|
|
2614
2621
|
exports.CreateMediaInsightsPipelineConfigurationCommand = CreateMediaInsightsPipelineConfigurationCommand;
|
|
2615
|
-
exports.CreateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog = CreateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog;
|
|
2616
|
-
exports.CreateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog = CreateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog;
|
|
2617
|
-
exports.CreateMediaInsightsPipelineRequestFilterSensitiveLog = CreateMediaInsightsPipelineRequestFilterSensitiveLog;
|
|
2618
|
-
exports.CreateMediaInsightsPipelineResponseFilterSensitiveLog = CreateMediaInsightsPipelineResponseFilterSensitiveLog;
|
|
2619
2622
|
exports.CreateMediaLiveConnectorPipelineCommand = CreateMediaLiveConnectorPipelineCommand;
|
|
2620
|
-
exports.CreateMediaLiveConnectorPipelineRequestFilterSensitiveLog = CreateMediaLiveConnectorPipelineRequestFilterSensitiveLog;
|
|
2621
|
-
exports.CreateMediaLiveConnectorPipelineResponseFilterSensitiveLog = CreateMediaLiveConnectorPipelineResponseFilterSensitiveLog;
|
|
2622
2623
|
exports.CreateMediaPipelineKinesisVideoStreamPoolCommand = CreateMediaPipelineKinesisVideoStreamPoolCommand;
|
|
2623
|
-
exports.CreateMediaPipelineKinesisVideoStreamPoolRequestFilterSensitiveLog = CreateMediaPipelineKinesisVideoStreamPoolRequestFilterSensitiveLog;
|
|
2624
|
-
exports.CreateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog = CreateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog;
|
|
2625
2624
|
exports.CreateMediaStreamPipelineCommand = CreateMediaStreamPipelineCommand;
|
|
2626
|
-
exports.CreateMediaStreamPipelineRequestFilterSensitiveLog = CreateMediaStreamPipelineRequestFilterSensitiveLog;
|
|
2627
|
-
exports.CreateMediaStreamPipelineResponseFilterSensitiveLog = CreateMediaStreamPipelineResponseFilterSensitiveLog;
|
|
2628
2625
|
exports.DeleteMediaCapturePipelineCommand = DeleteMediaCapturePipelineCommand;
|
|
2629
2626
|
exports.DeleteMediaInsightsPipelineConfigurationCommand = DeleteMediaInsightsPipelineConfigurationCommand;
|
|
2630
2627
|
exports.DeleteMediaPipelineCommand = DeleteMediaPipelineCommand;
|
|
2631
2628
|
exports.DeleteMediaPipelineKinesisVideoStreamPoolCommand = DeleteMediaPipelineKinesisVideoStreamPoolCommand;
|
|
2632
2629
|
exports.ErrorCode = ErrorCode;
|
|
2633
|
-
exports.ForbiddenException = ForbiddenException;
|
|
2630
|
+
exports.ForbiddenException = ForbiddenException$1;
|
|
2634
2631
|
exports.FragmentSelectorType = FragmentSelectorType;
|
|
2635
2632
|
exports.GetMediaCapturePipelineCommand = GetMediaCapturePipelineCommand;
|
|
2636
|
-
exports.GetMediaCapturePipelineResponseFilterSensitiveLog = GetMediaCapturePipelineResponseFilterSensitiveLog;
|
|
2637
2633
|
exports.GetMediaInsightsPipelineConfigurationCommand = GetMediaInsightsPipelineConfigurationCommand;
|
|
2638
|
-
exports.GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog = GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog;
|
|
2639
2634
|
exports.GetMediaPipelineCommand = GetMediaPipelineCommand;
|
|
2640
2635
|
exports.GetMediaPipelineKinesisVideoStreamPoolCommand = GetMediaPipelineKinesisVideoStreamPoolCommand;
|
|
2641
|
-
exports.GetMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog = GetMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog;
|
|
2642
|
-
exports.GetMediaPipelineResponseFilterSensitiveLog = GetMediaPipelineResponseFilterSensitiveLog;
|
|
2643
2636
|
exports.GetSpeakerSearchTaskCommand = GetSpeakerSearchTaskCommand;
|
|
2644
2637
|
exports.GetVoiceToneAnalysisTaskCommand = GetVoiceToneAnalysisTaskCommand;
|
|
2645
2638
|
exports.HighlightColor = HighlightColor;
|
|
2646
2639
|
exports.HorizontalTilePosition = HorizontalTilePosition;
|
|
2647
|
-
exports.KinesisDataStreamSinkConfigurationFilterSensitiveLog = KinesisDataStreamSinkConfigurationFilterSensitiveLog;
|
|
2648
|
-
exports.KinesisVideoStreamPoolConfigurationFilterSensitiveLog = KinesisVideoStreamPoolConfigurationFilterSensitiveLog;
|
|
2649
2640
|
exports.KinesisVideoStreamPoolStatus = KinesisVideoStreamPoolStatus;
|
|
2650
|
-
exports.KinesisVideoStreamPoolSummaryFilterSensitiveLog = KinesisVideoStreamPoolSummaryFilterSensitiveLog;
|
|
2651
|
-
exports.LambdaFunctionSinkConfigurationFilterSensitiveLog = LambdaFunctionSinkConfigurationFilterSensitiveLog;
|
|
2652
2641
|
exports.LayoutOption = LayoutOption;
|
|
2653
2642
|
exports.ListMediaCapturePipelinesCommand = ListMediaCapturePipelinesCommand;
|
|
2654
2643
|
exports.ListMediaInsightsPipelineConfigurationsCommand = ListMediaInsightsPipelineConfigurationsCommand;
|
|
2655
|
-
exports.ListMediaInsightsPipelineConfigurationsResponseFilterSensitiveLog = ListMediaInsightsPipelineConfigurationsResponseFilterSensitiveLog;
|
|
2656
2644
|
exports.ListMediaPipelineKinesisVideoStreamPoolsCommand = ListMediaPipelineKinesisVideoStreamPoolsCommand;
|
|
2657
|
-
exports.ListMediaPipelineKinesisVideoStreamPoolsResponseFilterSensitiveLog = ListMediaPipelineKinesisVideoStreamPoolsResponseFilterSensitiveLog;
|
|
2658
2645
|
exports.ListMediaPipelinesCommand = ListMediaPipelinesCommand;
|
|
2659
2646
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2660
2647
|
exports.LiveConnectorMuxType = LiveConnectorMuxType;
|
|
2661
|
-
exports.LiveConnectorRTMPConfigurationFilterSensitiveLog = LiveConnectorRTMPConfigurationFilterSensitiveLog;
|
|
2662
|
-
exports.LiveConnectorSinkConfigurationFilterSensitiveLog = LiveConnectorSinkConfigurationFilterSensitiveLog;
|
|
2663
2648
|
exports.LiveConnectorSinkType = LiveConnectorSinkType;
|
|
2664
|
-
exports.LiveConnectorSourceConfigurationFilterSensitiveLog = LiveConnectorSourceConfigurationFilterSensitiveLog;
|
|
2665
2649
|
exports.LiveConnectorSourceType = LiveConnectorSourceType;
|
|
2666
|
-
exports.MediaCapturePipelineFilterSensitiveLog = MediaCapturePipelineFilterSensitiveLog;
|
|
2667
|
-
exports.MediaCapturePipelineSourceConfigurationFilterSensitiveLog = MediaCapturePipelineSourceConfigurationFilterSensitiveLog;
|
|
2668
|
-
exports.MediaConcatenationPipelineFilterSensitiveLog = MediaConcatenationPipelineFilterSensitiveLog;
|
|
2669
2650
|
exports.MediaEncoding = MediaEncoding;
|
|
2670
|
-
exports.MediaInsightsPipelineConfigurationElementFilterSensitiveLog = MediaInsightsPipelineConfigurationElementFilterSensitiveLog;
|
|
2671
2651
|
exports.MediaInsightsPipelineConfigurationElementType = MediaInsightsPipelineConfigurationElementType;
|
|
2672
|
-
exports.MediaInsightsPipelineConfigurationFilterSensitiveLog = MediaInsightsPipelineConfigurationFilterSensitiveLog;
|
|
2673
|
-
exports.MediaInsightsPipelineConfigurationSummaryFilterSensitiveLog = MediaInsightsPipelineConfigurationSummaryFilterSensitiveLog;
|
|
2674
|
-
exports.MediaInsightsPipelineFilterSensitiveLog = MediaInsightsPipelineFilterSensitiveLog;
|
|
2675
|
-
exports.MediaLiveConnectorPipelineFilterSensitiveLog = MediaLiveConnectorPipelineFilterSensitiveLog;
|
|
2676
2652
|
exports.MediaPipelineElementStatus = MediaPipelineElementStatus;
|
|
2677
|
-
exports.MediaPipelineFilterSensitiveLog = MediaPipelineFilterSensitiveLog;
|
|
2678
2653
|
exports.MediaPipelineSinkType = MediaPipelineSinkType;
|
|
2679
2654
|
exports.MediaPipelineSourceType = MediaPipelineSourceType;
|
|
2680
2655
|
exports.MediaPipelineStatus = MediaPipelineStatus;
|
|
2681
2656
|
exports.MediaPipelineStatusUpdate = MediaPipelineStatusUpdate;
|
|
2682
2657
|
exports.MediaPipelineTaskStatus = MediaPipelineTaskStatus;
|
|
2683
|
-
exports.MediaStreamPipelineFilterSensitiveLog = MediaStreamPipelineFilterSensitiveLog;
|
|
2684
2658
|
exports.MediaStreamPipelineSinkType = MediaStreamPipelineSinkType;
|
|
2685
|
-
exports.MediaStreamSinkFilterSensitiveLog = MediaStreamSinkFilterSensitiveLog;
|
|
2686
|
-
exports.MediaStreamSourceFilterSensitiveLog = MediaStreamSourceFilterSensitiveLog;
|
|
2687
2659
|
exports.MediaStreamType = MediaStreamType;
|
|
2688
|
-
exports.NotFoundException = NotFoundException;
|
|
2660
|
+
exports.NotFoundException = NotFoundException$1;
|
|
2689
2661
|
exports.PartialResultsStability = PartialResultsStability;
|
|
2690
2662
|
exports.ParticipantRole = ParticipantRole;
|
|
2691
2663
|
exports.PresenterPosition = PresenterPosition;
|
|
2692
2664
|
exports.RealTimeAlertRuleType = RealTimeAlertRuleType;
|
|
2693
2665
|
exports.RecordingFileFormat = RecordingFileFormat;
|
|
2694
2666
|
exports.ResolutionOption = ResolutionOption;
|
|
2695
|
-
exports.ResourceLimitExceededException = ResourceLimitExceededException;
|
|
2696
|
-
exports.S3BucketSinkConfigurationFilterSensitiveLog = S3BucketSinkConfigurationFilterSensitiveLog;
|
|
2697
|
-
exports.S3RecordingSinkConfigurationFilterSensitiveLog = S3RecordingSinkConfigurationFilterSensitiveLog;
|
|
2698
|
-
exports.S3RecordingSinkRuntimeConfigurationFilterSensitiveLog = S3RecordingSinkRuntimeConfigurationFilterSensitiveLog;
|
|
2699
|
-
exports.SelectedVideoStreamsFilterSensitiveLog = SelectedVideoStreamsFilterSensitiveLog;
|
|
2667
|
+
exports.ResourceLimitExceededException = ResourceLimitExceededException$1;
|
|
2700
2668
|
exports.SentimentType = SentimentType;
|
|
2701
|
-
exports.ServiceFailureException = ServiceFailureException;
|
|
2702
|
-
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
2703
|
-
exports.SnsTopicSinkConfigurationFilterSensitiveLog = SnsTopicSinkConfigurationFilterSensitiveLog;
|
|
2704
|
-
exports.SourceConfigurationFilterSensitiveLog = SourceConfigurationFilterSensitiveLog;
|
|
2705
|
-
exports.SqsQueueSinkConfigurationFilterSensitiveLog = SqsQueueSinkConfigurationFilterSensitiveLog;
|
|
2669
|
+
exports.ServiceFailureException = ServiceFailureException$1;
|
|
2670
|
+
exports.ServiceUnavailableException = ServiceUnavailableException$1;
|
|
2706
2671
|
exports.StartSpeakerSearchTaskCommand = StartSpeakerSearchTaskCommand;
|
|
2707
|
-
exports.StartSpeakerSearchTaskRequestFilterSensitiveLog = StartSpeakerSearchTaskRequestFilterSensitiveLog;
|
|
2708
2672
|
exports.StartVoiceToneAnalysisTaskCommand = StartVoiceToneAnalysisTaskCommand;
|
|
2709
|
-
exports.StartVoiceToneAnalysisTaskRequestFilterSensitiveLog = StartVoiceToneAnalysisTaskRequestFilterSensitiveLog;
|
|
2710
2673
|
exports.StopSpeakerSearchTaskCommand = StopSpeakerSearchTaskCommand;
|
|
2711
2674
|
exports.StopVoiceToneAnalysisTaskCommand = StopVoiceToneAnalysisTaskCommand;
|
|
2712
2675
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2713
|
-
exports.ThrottledClientException = ThrottledClientException;
|
|
2676
|
+
exports.ThrottledClientException = ThrottledClientException$1;
|
|
2714
2677
|
exports.TileOrder = TileOrder;
|
|
2715
|
-
exports.UnauthorizedClientException = UnauthorizedClientException;
|
|
2678
|
+
exports.UnauthorizedClientException = UnauthorizedClientException$1;
|
|
2716
2679
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2717
2680
|
exports.UpdateMediaInsightsPipelineConfigurationCommand = UpdateMediaInsightsPipelineConfigurationCommand;
|
|
2718
|
-
exports.UpdateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog = UpdateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog;
|
|
2719
|
-
exports.UpdateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog = UpdateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog;
|
|
2720
2681
|
exports.UpdateMediaInsightsPipelineStatusCommand = UpdateMediaInsightsPipelineStatusCommand;
|
|
2721
2682
|
exports.UpdateMediaPipelineKinesisVideoStreamPoolCommand = UpdateMediaPipelineKinesisVideoStreamPoolCommand;
|
|
2722
|
-
exports.UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog = UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog;
|
|
2723
2683
|
exports.VerticalTilePosition = VerticalTilePosition;
|
|
2724
2684
|
exports.VideoMuxType = VideoMuxType;
|
|
2725
2685
|
exports.VocabularyFilterMethod = VocabularyFilterMethod;
|