@aws-sdk/client-chime-sdk-media-pipelines 3.489.0 → 3.495.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/ChimeSDKMediaPipelines.js +1 -73
- package/dist-cjs/ChimeSDKMediaPipelinesClient.js +1 -43
- package/dist-cjs/commands/CreateMediaCapturePipelineCommand.js +1 -29
- package/dist-cjs/commands/CreateMediaConcatenationPipelineCommand.js +1 -29
- package/dist-cjs/commands/CreateMediaInsightsPipelineCommand.js +1 -29
- package/dist-cjs/commands/CreateMediaInsightsPipelineConfigurationCommand.js +1 -29
- package/dist-cjs/commands/CreateMediaLiveConnectorPipelineCommand.js +1 -29
- package/dist-cjs/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +1 -29
- package/dist-cjs/commands/CreateMediaStreamPipelineCommand.js +1 -29
- package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +1 -28
- package/dist-cjs/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteMediaPipelineCommand.js +1 -28
- package/dist-cjs/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +1 -28
- package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +1 -29
- package/dist-cjs/commands/GetMediaInsightsPipelineConfigurationCommand.js +1 -29
- package/dist-cjs/commands/GetMediaPipelineCommand.js +1 -29
- package/dist-cjs/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +1 -29
- package/dist-cjs/commands/GetSpeakerSearchTaskCommand.js +1 -28
- package/dist-cjs/commands/GetVoiceToneAnalysisTaskCommand.js +1 -28
- package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +1 -28
- package/dist-cjs/commands/ListMediaInsightsPipelineConfigurationsCommand.js +1 -29
- package/dist-cjs/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +1 -29
- package/dist-cjs/commands/ListMediaPipelinesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/StartSpeakerSearchTaskCommand.js +1 -29
- package/dist-cjs/commands/StartVoiceToneAnalysisTaskCommand.js +1 -29
- package/dist-cjs/commands/StopSpeakerSearchTaskCommand.js +1 -28
- package/dist-cjs/commands/StopVoiceToneAnalysisTaskCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +1 -29
- package/dist-cjs/commands/UpdateMediaInsightsPipelineStatusCommand.js +1 -28
- package/dist-cjs/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -34
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4183 -11
- package/dist-cjs/models/ChimeSDKMediaPipelinesServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -765
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListMediaCapturePipelinesPaginator.js +1 -7
- package/dist-cjs/pagination/ListMediaInsightsPipelineConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMediaPipelinesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -8
- package/dist-cjs/protocols/Aws_restJson1.js +1 -2416
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -1,12 +1,4184 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperty
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
var
|
|
12
|
-
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/index.ts
|
|
22
|
+
var src_exports = {};
|
|
23
|
+
__export(src_exports, {
|
|
24
|
+
ActiveSpeakerPosition: () => ActiveSpeakerPosition,
|
|
25
|
+
ArtifactsConcatenationState: () => ArtifactsConcatenationState,
|
|
26
|
+
ArtifactsState: () => ArtifactsState,
|
|
27
|
+
AudioArtifactsConcatenationState: () => AudioArtifactsConcatenationState,
|
|
28
|
+
AudioChannelsOption: () => AudioChannelsOption,
|
|
29
|
+
AudioMuxType: () => AudioMuxType,
|
|
30
|
+
BadRequestException: () => BadRequestException,
|
|
31
|
+
BorderColor: () => BorderColor,
|
|
32
|
+
CallAnalyticsLanguageCode: () => CallAnalyticsLanguageCode,
|
|
33
|
+
CanvasOrientation: () => CanvasOrientation,
|
|
34
|
+
ChimeSDKMediaPipelines: () => ChimeSDKMediaPipelines,
|
|
35
|
+
ChimeSDKMediaPipelinesClient: () => ChimeSDKMediaPipelinesClient,
|
|
36
|
+
ChimeSDKMediaPipelinesServiceException: () => ChimeSDKMediaPipelinesServiceException,
|
|
37
|
+
ChimeSdkMeetingConfigurationFilterSensitiveLog: () => ChimeSdkMeetingConfigurationFilterSensitiveLog,
|
|
38
|
+
ChimeSdkMeetingLiveConnectorConfigurationFilterSensitiveLog: () => ChimeSdkMeetingLiveConnectorConfigurationFilterSensitiveLog,
|
|
39
|
+
ConcatenationSinkFilterSensitiveLog: () => ConcatenationSinkFilterSensitiveLog,
|
|
40
|
+
ConcatenationSinkType: () => ConcatenationSinkType,
|
|
41
|
+
ConcatenationSourceFilterSensitiveLog: () => ConcatenationSourceFilterSensitiveLog,
|
|
42
|
+
ConcatenationSourceType: () => ConcatenationSourceType,
|
|
43
|
+
ConflictException: () => ConflictException,
|
|
44
|
+
ContentMuxType: () => ContentMuxType,
|
|
45
|
+
ContentRedactionOutput: () => ContentRedactionOutput,
|
|
46
|
+
ContentShareLayoutOption: () => ContentShareLayoutOption,
|
|
47
|
+
ContentType: () => ContentType,
|
|
48
|
+
CreateMediaCapturePipelineCommand: () => CreateMediaCapturePipelineCommand,
|
|
49
|
+
CreateMediaCapturePipelineRequestFilterSensitiveLog: () => CreateMediaCapturePipelineRequestFilterSensitiveLog,
|
|
50
|
+
CreateMediaCapturePipelineResponseFilterSensitiveLog: () => CreateMediaCapturePipelineResponseFilterSensitiveLog,
|
|
51
|
+
CreateMediaConcatenationPipelineCommand: () => CreateMediaConcatenationPipelineCommand,
|
|
52
|
+
CreateMediaConcatenationPipelineRequestFilterSensitiveLog: () => CreateMediaConcatenationPipelineRequestFilterSensitiveLog,
|
|
53
|
+
CreateMediaConcatenationPipelineResponseFilterSensitiveLog: () => CreateMediaConcatenationPipelineResponseFilterSensitiveLog,
|
|
54
|
+
CreateMediaInsightsPipelineCommand: () => CreateMediaInsightsPipelineCommand,
|
|
55
|
+
CreateMediaInsightsPipelineConfigurationCommand: () => CreateMediaInsightsPipelineConfigurationCommand,
|
|
56
|
+
CreateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog: () => CreateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog,
|
|
57
|
+
CreateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog: () => CreateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog,
|
|
58
|
+
CreateMediaInsightsPipelineRequestFilterSensitiveLog: () => CreateMediaInsightsPipelineRequestFilterSensitiveLog,
|
|
59
|
+
CreateMediaInsightsPipelineResponseFilterSensitiveLog: () => CreateMediaInsightsPipelineResponseFilterSensitiveLog,
|
|
60
|
+
CreateMediaLiveConnectorPipelineCommand: () => CreateMediaLiveConnectorPipelineCommand,
|
|
61
|
+
CreateMediaLiveConnectorPipelineRequestFilterSensitiveLog: () => CreateMediaLiveConnectorPipelineRequestFilterSensitiveLog,
|
|
62
|
+
CreateMediaLiveConnectorPipelineResponseFilterSensitiveLog: () => CreateMediaLiveConnectorPipelineResponseFilterSensitiveLog,
|
|
63
|
+
CreateMediaPipelineKinesisVideoStreamPoolCommand: () => CreateMediaPipelineKinesisVideoStreamPoolCommand,
|
|
64
|
+
CreateMediaPipelineKinesisVideoStreamPoolRequestFilterSensitiveLog: () => CreateMediaPipelineKinesisVideoStreamPoolRequestFilterSensitiveLog,
|
|
65
|
+
CreateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog: () => CreateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog,
|
|
66
|
+
CreateMediaStreamPipelineCommand: () => CreateMediaStreamPipelineCommand,
|
|
67
|
+
CreateMediaStreamPipelineRequestFilterSensitiveLog: () => CreateMediaStreamPipelineRequestFilterSensitiveLog,
|
|
68
|
+
CreateMediaStreamPipelineResponseFilterSensitiveLog: () => CreateMediaStreamPipelineResponseFilterSensitiveLog,
|
|
69
|
+
DeleteMediaCapturePipelineCommand: () => DeleteMediaCapturePipelineCommand,
|
|
70
|
+
DeleteMediaInsightsPipelineConfigurationCommand: () => DeleteMediaInsightsPipelineConfigurationCommand,
|
|
71
|
+
DeleteMediaPipelineCommand: () => DeleteMediaPipelineCommand,
|
|
72
|
+
DeleteMediaPipelineKinesisVideoStreamPoolCommand: () => DeleteMediaPipelineKinesisVideoStreamPoolCommand,
|
|
73
|
+
ErrorCode: () => ErrorCode,
|
|
74
|
+
ForbiddenException: () => ForbiddenException,
|
|
75
|
+
FragmentSelectorType: () => FragmentSelectorType,
|
|
76
|
+
GetMediaCapturePipelineCommand: () => GetMediaCapturePipelineCommand,
|
|
77
|
+
GetMediaCapturePipelineResponseFilterSensitiveLog: () => GetMediaCapturePipelineResponseFilterSensitiveLog,
|
|
78
|
+
GetMediaInsightsPipelineConfigurationCommand: () => GetMediaInsightsPipelineConfigurationCommand,
|
|
79
|
+
GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog: () => GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog,
|
|
80
|
+
GetMediaPipelineCommand: () => GetMediaPipelineCommand,
|
|
81
|
+
GetMediaPipelineKinesisVideoStreamPoolCommand: () => GetMediaPipelineKinesisVideoStreamPoolCommand,
|
|
82
|
+
GetMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog: () => GetMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog,
|
|
83
|
+
GetMediaPipelineResponseFilterSensitiveLog: () => GetMediaPipelineResponseFilterSensitiveLog,
|
|
84
|
+
GetSpeakerSearchTaskCommand: () => GetSpeakerSearchTaskCommand,
|
|
85
|
+
GetVoiceToneAnalysisTaskCommand: () => GetVoiceToneAnalysisTaskCommand,
|
|
86
|
+
HighlightColor: () => HighlightColor,
|
|
87
|
+
HorizontalTilePosition: () => HorizontalTilePosition,
|
|
88
|
+
KinesisDataStreamSinkConfigurationFilterSensitiveLog: () => KinesisDataStreamSinkConfigurationFilterSensitiveLog,
|
|
89
|
+
KinesisVideoStreamPoolConfigurationFilterSensitiveLog: () => KinesisVideoStreamPoolConfigurationFilterSensitiveLog,
|
|
90
|
+
KinesisVideoStreamPoolStatus: () => KinesisVideoStreamPoolStatus,
|
|
91
|
+
KinesisVideoStreamPoolSummaryFilterSensitiveLog: () => KinesisVideoStreamPoolSummaryFilterSensitiveLog,
|
|
92
|
+
LambdaFunctionSinkConfigurationFilterSensitiveLog: () => LambdaFunctionSinkConfigurationFilterSensitiveLog,
|
|
93
|
+
LayoutOption: () => LayoutOption,
|
|
94
|
+
ListMediaCapturePipelinesCommand: () => ListMediaCapturePipelinesCommand,
|
|
95
|
+
ListMediaInsightsPipelineConfigurationsCommand: () => ListMediaInsightsPipelineConfigurationsCommand,
|
|
96
|
+
ListMediaInsightsPipelineConfigurationsResponseFilterSensitiveLog: () => ListMediaInsightsPipelineConfigurationsResponseFilterSensitiveLog,
|
|
97
|
+
ListMediaPipelineKinesisVideoStreamPoolsCommand: () => ListMediaPipelineKinesisVideoStreamPoolsCommand,
|
|
98
|
+
ListMediaPipelineKinesisVideoStreamPoolsResponseFilterSensitiveLog: () => ListMediaPipelineKinesisVideoStreamPoolsResponseFilterSensitiveLog,
|
|
99
|
+
ListMediaPipelinesCommand: () => ListMediaPipelinesCommand,
|
|
100
|
+
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
101
|
+
LiveConnectorMuxType: () => LiveConnectorMuxType,
|
|
102
|
+
LiveConnectorRTMPConfigurationFilterSensitiveLog: () => LiveConnectorRTMPConfigurationFilterSensitiveLog,
|
|
103
|
+
LiveConnectorSinkConfigurationFilterSensitiveLog: () => LiveConnectorSinkConfigurationFilterSensitiveLog,
|
|
104
|
+
LiveConnectorSinkType: () => LiveConnectorSinkType,
|
|
105
|
+
LiveConnectorSourceConfigurationFilterSensitiveLog: () => LiveConnectorSourceConfigurationFilterSensitiveLog,
|
|
106
|
+
LiveConnectorSourceType: () => LiveConnectorSourceType,
|
|
107
|
+
MediaCapturePipelineFilterSensitiveLog: () => MediaCapturePipelineFilterSensitiveLog,
|
|
108
|
+
MediaCapturePipelineSourceConfigurationFilterSensitiveLog: () => MediaCapturePipelineSourceConfigurationFilterSensitiveLog,
|
|
109
|
+
MediaConcatenationPipelineFilterSensitiveLog: () => MediaConcatenationPipelineFilterSensitiveLog,
|
|
110
|
+
MediaEncoding: () => MediaEncoding,
|
|
111
|
+
MediaInsightsPipelineConfigurationElementFilterSensitiveLog: () => MediaInsightsPipelineConfigurationElementFilterSensitiveLog,
|
|
112
|
+
MediaInsightsPipelineConfigurationElementType: () => MediaInsightsPipelineConfigurationElementType,
|
|
113
|
+
MediaInsightsPipelineConfigurationFilterSensitiveLog: () => MediaInsightsPipelineConfigurationFilterSensitiveLog,
|
|
114
|
+
MediaInsightsPipelineConfigurationSummaryFilterSensitiveLog: () => MediaInsightsPipelineConfigurationSummaryFilterSensitiveLog,
|
|
115
|
+
MediaInsightsPipelineFilterSensitiveLog: () => MediaInsightsPipelineFilterSensitiveLog,
|
|
116
|
+
MediaLiveConnectorPipelineFilterSensitiveLog: () => MediaLiveConnectorPipelineFilterSensitiveLog,
|
|
117
|
+
MediaPipelineElementStatus: () => MediaPipelineElementStatus,
|
|
118
|
+
MediaPipelineFilterSensitiveLog: () => MediaPipelineFilterSensitiveLog,
|
|
119
|
+
MediaPipelineSinkType: () => MediaPipelineSinkType,
|
|
120
|
+
MediaPipelineSourceType: () => MediaPipelineSourceType,
|
|
121
|
+
MediaPipelineStatus: () => MediaPipelineStatus,
|
|
122
|
+
MediaPipelineStatusUpdate: () => MediaPipelineStatusUpdate,
|
|
123
|
+
MediaPipelineTaskStatus: () => MediaPipelineTaskStatus,
|
|
124
|
+
MediaStreamPipelineFilterSensitiveLog: () => MediaStreamPipelineFilterSensitiveLog,
|
|
125
|
+
MediaStreamPipelineSinkType: () => MediaStreamPipelineSinkType,
|
|
126
|
+
MediaStreamSinkFilterSensitiveLog: () => MediaStreamSinkFilterSensitiveLog,
|
|
127
|
+
MediaStreamSourceFilterSensitiveLog: () => MediaStreamSourceFilterSensitiveLog,
|
|
128
|
+
MediaStreamType: () => MediaStreamType,
|
|
129
|
+
NotFoundException: () => NotFoundException,
|
|
130
|
+
PartialResultsStability: () => PartialResultsStability,
|
|
131
|
+
ParticipantRole: () => ParticipantRole,
|
|
132
|
+
PresenterPosition: () => PresenterPosition,
|
|
133
|
+
RealTimeAlertRuleType: () => RealTimeAlertRuleType,
|
|
134
|
+
RecordingFileFormat: () => RecordingFileFormat,
|
|
135
|
+
ResolutionOption: () => ResolutionOption,
|
|
136
|
+
ResourceLimitExceededException: () => ResourceLimitExceededException,
|
|
137
|
+
S3BucketSinkConfigurationFilterSensitiveLog: () => S3BucketSinkConfigurationFilterSensitiveLog,
|
|
138
|
+
S3RecordingSinkConfigurationFilterSensitiveLog: () => S3RecordingSinkConfigurationFilterSensitiveLog,
|
|
139
|
+
S3RecordingSinkRuntimeConfigurationFilterSensitiveLog: () => S3RecordingSinkRuntimeConfigurationFilterSensitiveLog,
|
|
140
|
+
SelectedVideoStreamsFilterSensitiveLog: () => SelectedVideoStreamsFilterSensitiveLog,
|
|
141
|
+
SentimentType: () => SentimentType,
|
|
142
|
+
ServiceFailureException: () => ServiceFailureException,
|
|
143
|
+
ServiceUnavailableException: () => ServiceUnavailableException,
|
|
144
|
+
SnsTopicSinkConfigurationFilterSensitiveLog: () => SnsTopicSinkConfigurationFilterSensitiveLog,
|
|
145
|
+
SourceConfigurationFilterSensitiveLog: () => SourceConfigurationFilterSensitiveLog,
|
|
146
|
+
SqsQueueSinkConfigurationFilterSensitiveLog: () => SqsQueueSinkConfigurationFilterSensitiveLog,
|
|
147
|
+
StartSpeakerSearchTaskCommand: () => StartSpeakerSearchTaskCommand,
|
|
148
|
+
StartSpeakerSearchTaskRequestFilterSensitiveLog: () => StartSpeakerSearchTaskRequestFilterSensitiveLog,
|
|
149
|
+
StartVoiceToneAnalysisTaskCommand: () => StartVoiceToneAnalysisTaskCommand,
|
|
150
|
+
StartVoiceToneAnalysisTaskRequestFilterSensitiveLog: () => StartVoiceToneAnalysisTaskRequestFilterSensitiveLog,
|
|
151
|
+
StopSpeakerSearchTaskCommand: () => StopSpeakerSearchTaskCommand,
|
|
152
|
+
StopVoiceToneAnalysisTaskCommand: () => StopVoiceToneAnalysisTaskCommand,
|
|
153
|
+
TagResourceCommand: () => TagResourceCommand,
|
|
154
|
+
ThrottledClientException: () => ThrottledClientException,
|
|
155
|
+
TileOrder: () => TileOrder,
|
|
156
|
+
UnauthorizedClientException: () => UnauthorizedClientException,
|
|
157
|
+
UntagResourceCommand: () => UntagResourceCommand,
|
|
158
|
+
UpdateMediaInsightsPipelineConfigurationCommand: () => UpdateMediaInsightsPipelineConfigurationCommand,
|
|
159
|
+
UpdateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog: () => UpdateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog,
|
|
160
|
+
UpdateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog: () => UpdateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog,
|
|
161
|
+
UpdateMediaInsightsPipelineStatusCommand: () => UpdateMediaInsightsPipelineStatusCommand,
|
|
162
|
+
UpdateMediaPipelineKinesisVideoStreamPoolCommand: () => UpdateMediaPipelineKinesisVideoStreamPoolCommand,
|
|
163
|
+
UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog: () => UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog,
|
|
164
|
+
VerticalTilePosition: () => VerticalTilePosition,
|
|
165
|
+
VideoMuxType: () => VideoMuxType,
|
|
166
|
+
VocabularyFilterMethod: () => VocabularyFilterMethod,
|
|
167
|
+
VoiceAnalyticsConfigurationStatus: () => VoiceAnalyticsConfigurationStatus,
|
|
168
|
+
VoiceAnalyticsLanguageCode: () => VoiceAnalyticsLanguageCode,
|
|
169
|
+
__Client: () => import_smithy_client.Client,
|
|
170
|
+
paginateListMediaCapturePipelines: () => paginateListMediaCapturePipelines,
|
|
171
|
+
paginateListMediaInsightsPipelineConfigurations: () => paginateListMediaInsightsPipelineConfigurations,
|
|
172
|
+
paginateListMediaPipelineKinesisVideoStreamPools: () => paginateListMediaPipelineKinesisVideoStreamPools,
|
|
173
|
+
paginateListMediaPipelines: () => paginateListMediaPipelines
|
|
174
|
+
});
|
|
175
|
+
module.exports = __toCommonJS(src_exports);
|
|
176
|
+
|
|
177
|
+
// src/ChimeSDKMediaPipelinesClient.ts
|
|
178
|
+
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
179
|
+
var import_middleware_logger = require("@aws-sdk/middleware-logger");
|
|
180
|
+
var import_middleware_recursion_detection = require("@aws-sdk/middleware-recursion-detection");
|
|
181
|
+
var import_middleware_signing = require("@aws-sdk/middleware-signing");
|
|
182
|
+
var import_middleware_user_agent = require("@aws-sdk/middleware-user-agent");
|
|
183
|
+
var import_config_resolver = require("@smithy/config-resolver");
|
|
184
|
+
var import_middleware_content_length = require("@smithy/middleware-content-length");
|
|
185
|
+
var import_middleware_endpoint = require("@smithy/middleware-endpoint");
|
|
186
|
+
var import_middleware_retry = require("@smithy/middleware-retry");
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
// src/endpoint/EndpointParameters.ts
|
|
190
|
+
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
191
|
+
return {
|
|
192
|
+
...options,
|
|
193
|
+
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
194
|
+
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
195
|
+
defaultSigningName: "chime"
|
|
196
|
+
};
|
|
197
|
+
}, "resolveClientEndpointParameters");
|
|
198
|
+
var commonParams = {
|
|
199
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
200
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
201
|
+
Region: { type: "builtInParams", name: "region" },
|
|
202
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
203
|
+
};
|
|
204
|
+
|
|
205
|
+
// src/ChimeSDKMediaPipelinesClient.ts
|
|
206
|
+
var import_runtimeConfig = require("././runtimeConfig");
|
|
207
|
+
|
|
208
|
+
// src/runtimeExtensions.ts
|
|
209
|
+
var import_region_config_resolver = require("@aws-sdk/region-config-resolver");
|
|
210
|
+
var import_protocol_http = require("@smithy/protocol-http");
|
|
211
|
+
var import_smithy_client = require("@smithy/smithy-client");
|
|
212
|
+
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
213
|
+
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
214
|
+
const extensionConfiguration = {
|
|
215
|
+
...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
|
|
216
|
+
...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
217
|
+
...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig))
|
|
218
|
+
};
|
|
219
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
220
|
+
return {
|
|
221
|
+
...runtimeConfig,
|
|
222
|
+
...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
223
|
+
...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
224
|
+
...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration)
|
|
225
|
+
};
|
|
226
|
+
}, "resolveRuntimeExtensions");
|
|
227
|
+
|
|
228
|
+
// src/ChimeSDKMediaPipelinesClient.ts
|
|
229
|
+
var _ChimeSDKMediaPipelinesClient = class _ChimeSDKMediaPipelinesClient extends import_smithy_client.Client {
|
|
230
|
+
constructor(...[configuration]) {
|
|
231
|
+
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
232
|
+
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
233
|
+
const _config_2 = (0, import_config_resolver.resolveRegionConfig)(_config_1);
|
|
234
|
+
const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
|
|
235
|
+
const _config_4 = (0, import_middleware_retry.resolveRetryConfig)(_config_3);
|
|
236
|
+
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
237
|
+
const _config_6 = (0, import_middleware_signing.resolveAwsAuthConfig)(_config_5);
|
|
238
|
+
const _config_7 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_6);
|
|
239
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
|
|
240
|
+
super(_config_8);
|
|
241
|
+
this.config = _config_8;
|
|
242
|
+
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
243
|
+
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
244
|
+
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
245
|
+
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
246
|
+
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
247
|
+
this.middlewareStack.use((0, import_middleware_signing.getAwsAuthPlugin)(this.config));
|
|
248
|
+
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
249
|
+
}
|
|
250
|
+
/**
|
|
251
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
252
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
253
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
254
|
+
*/
|
|
255
|
+
destroy() {
|
|
256
|
+
super.destroy();
|
|
257
|
+
}
|
|
258
|
+
};
|
|
259
|
+
__name(_ChimeSDKMediaPipelinesClient, "ChimeSDKMediaPipelinesClient");
|
|
260
|
+
var ChimeSDKMediaPipelinesClient = _ChimeSDKMediaPipelinesClient;
|
|
261
|
+
|
|
262
|
+
// src/ChimeSDKMediaPipelines.ts
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
// src/commands/CreateMediaCapturePipelineCommand.ts
|
|
266
|
+
|
|
267
|
+
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
268
|
+
|
|
269
|
+
var import_types = require("@smithy/types");
|
|
270
|
+
|
|
271
|
+
// src/models/models_0.ts
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
// src/models/ChimeSDKMediaPipelinesServiceException.ts
|
|
275
|
+
|
|
276
|
+
var _ChimeSDKMediaPipelinesServiceException = class _ChimeSDKMediaPipelinesServiceException extends import_smithy_client.ServiceException {
|
|
277
|
+
/**
|
|
278
|
+
* @internal
|
|
279
|
+
*/
|
|
280
|
+
constructor(options) {
|
|
281
|
+
super(options);
|
|
282
|
+
Object.setPrototypeOf(this, _ChimeSDKMediaPipelinesServiceException.prototype);
|
|
283
|
+
}
|
|
284
|
+
};
|
|
285
|
+
__name(_ChimeSDKMediaPipelinesServiceException, "ChimeSDKMediaPipelinesServiceException");
|
|
286
|
+
var ChimeSDKMediaPipelinesServiceException = _ChimeSDKMediaPipelinesServiceException;
|
|
287
|
+
|
|
288
|
+
// src/models/models_0.ts
|
|
289
|
+
var ActiveSpeakerPosition = {
|
|
290
|
+
BottomLeft: "BottomLeft",
|
|
291
|
+
BottomRight: "BottomRight",
|
|
292
|
+
TopLeft: "TopLeft",
|
|
293
|
+
TopRight: "TopRight"
|
|
294
|
+
};
|
|
295
|
+
var ContentType = {
|
|
296
|
+
PII: "PII"
|
|
297
|
+
};
|
|
298
|
+
var CallAnalyticsLanguageCode = {
|
|
299
|
+
DE_DE: "de-DE",
|
|
300
|
+
EN_AU: "en-AU",
|
|
301
|
+
EN_GB: "en-GB",
|
|
302
|
+
EN_US: "en-US",
|
|
303
|
+
ES_US: "es-US",
|
|
304
|
+
FR_CA: "fr-CA",
|
|
305
|
+
FR_FR: "fr-FR",
|
|
306
|
+
IT_IT: "it-IT",
|
|
307
|
+
PT_BR: "pt-BR"
|
|
308
|
+
};
|
|
309
|
+
var PartialResultsStability = {
|
|
310
|
+
HIGH: "high",
|
|
311
|
+
LOW: "low",
|
|
312
|
+
MEDIUM: "medium"
|
|
313
|
+
};
|
|
314
|
+
var ContentRedactionOutput = {
|
|
315
|
+
REDACTED: "redacted",
|
|
316
|
+
REDACTED_AND_UNREDACTED: "redacted_and_unredacted"
|
|
317
|
+
};
|
|
318
|
+
var VocabularyFilterMethod = {
|
|
319
|
+
MASK: "mask",
|
|
320
|
+
REMOVE: "remove",
|
|
321
|
+
TAG: "tag"
|
|
322
|
+
};
|
|
323
|
+
var AudioArtifactsConcatenationState = {
|
|
324
|
+
Enabled: "Enabled"
|
|
325
|
+
};
|
|
326
|
+
var ArtifactsConcatenationState = {
|
|
327
|
+
Disabled: "Disabled",
|
|
328
|
+
Enabled: "Enabled"
|
|
329
|
+
};
|
|
330
|
+
var AudioMuxType = {
|
|
331
|
+
AudioOnly: "AudioOnly",
|
|
332
|
+
AudioWithActiveSpeakerVideo: "AudioWithActiveSpeakerVideo",
|
|
333
|
+
AudioWithCompositedVideo: "AudioWithCompositedVideo"
|
|
334
|
+
};
|
|
335
|
+
var CanvasOrientation = {
|
|
336
|
+
Landscape: "Landscape",
|
|
337
|
+
Portrait: "Portrait"
|
|
338
|
+
};
|
|
339
|
+
var ContentShareLayoutOption = {
|
|
340
|
+
ActiveSpeakerOnly: "ActiveSpeakerOnly",
|
|
341
|
+
Horizontal: "Horizontal",
|
|
342
|
+
PresenterOnly: "PresenterOnly",
|
|
343
|
+
Vertical: "Vertical"
|
|
344
|
+
};
|
|
345
|
+
var TileOrder = {
|
|
346
|
+
JoinSequence: "JoinSequence",
|
|
347
|
+
SpeakerSequence: "SpeakerSequence"
|
|
348
|
+
};
|
|
349
|
+
var HorizontalTilePosition = {
|
|
350
|
+
Bottom: "Bottom",
|
|
351
|
+
Top: "Top"
|
|
352
|
+
};
|
|
353
|
+
var PresenterPosition = {
|
|
354
|
+
BottomLeft: "BottomLeft",
|
|
355
|
+
BottomRight: "BottomRight",
|
|
356
|
+
TopLeft: "TopLeft",
|
|
357
|
+
TopRight: "TopRight"
|
|
358
|
+
};
|
|
359
|
+
var VerticalTilePosition = {
|
|
360
|
+
Left: "Left",
|
|
361
|
+
Right: "Right"
|
|
362
|
+
};
|
|
363
|
+
var BorderColor = {
|
|
364
|
+
Black: "Black",
|
|
365
|
+
Blue: "Blue",
|
|
366
|
+
Green: "Green",
|
|
367
|
+
Red: "Red",
|
|
368
|
+
White: "White",
|
|
369
|
+
Yellow: "Yellow"
|
|
370
|
+
};
|
|
371
|
+
var HighlightColor = {
|
|
372
|
+
Black: "Black",
|
|
373
|
+
Blue: "Blue",
|
|
374
|
+
Green: "Green",
|
|
375
|
+
Red: "Red",
|
|
376
|
+
White: "White",
|
|
377
|
+
Yellow: "Yellow"
|
|
378
|
+
};
|
|
379
|
+
var LayoutOption = {
|
|
380
|
+
GridView: "GridView"
|
|
381
|
+
};
|
|
382
|
+
var ResolutionOption = {
|
|
383
|
+
FHD: "FHD",
|
|
384
|
+
HD: "HD"
|
|
385
|
+
};
|
|
386
|
+
var ContentMuxType = {
|
|
387
|
+
ContentOnly: "ContentOnly"
|
|
388
|
+
};
|
|
389
|
+
var ArtifactsState = {
|
|
390
|
+
Disabled: "Disabled",
|
|
391
|
+
Enabled: "Enabled"
|
|
392
|
+
};
|
|
393
|
+
var VideoMuxType = {
|
|
394
|
+
VideoOnly: "VideoOnly"
|
|
395
|
+
};
|
|
396
|
+
var AudioChannelsOption = {
|
|
397
|
+
Mono: "Mono",
|
|
398
|
+
Stereo: "Stereo"
|
|
399
|
+
};
|
|
400
|
+
var ErrorCode = {
|
|
401
|
+
BadRequest: "BadRequest",
|
|
402
|
+
Forbidden: "Forbidden",
|
|
403
|
+
NotFound: "NotFound",
|
|
404
|
+
ResourceLimitExceeded: "ResourceLimitExceeded",
|
|
405
|
+
ServiceFailure: "ServiceFailure",
|
|
406
|
+
ServiceUnavailable: "ServiceUnavailable",
|
|
407
|
+
Throttling: "Throttling"
|
|
408
|
+
};
|
|
409
|
+
var _BadRequestException = class _BadRequestException extends ChimeSDKMediaPipelinesServiceException {
|
|
410
|
+
/**
|
|
411
|
+
* @internal
|
|
412
|
+
*/
|
|
413
|
+
constructor(opts) {
|
|
414
|
+
super({
|
|
415
|
+
name: "BadRequestException",
|
|
416
|
+
$fault: "client",
|
|
417
|
+
...opts
|
|
418
|
+
});
|
|
419
|
+
this.name = "BadRequestException";
|
|
420
|
+
this.$fault = "client";
|
|
421
|
+
Object.setPrototypeOf(this, _BadRequestException.prototype);
|
|
422
|
+
this.Code = opts.Code;
|
|
423
|
+
this.Message = opts.Message;
|
|
424
|
+
this.RequestId = opts.RequestId;
|
|
425
|
+
}
|
|
426
|
+
};
|
|
427
|
+
__name(_BadRequestException, "BadRequestException");
|
|
428
|
+
var BadRequestException = _BadRequestException;
|
|
429
|
+
var ParticipantRole = {
|
|
430
|
+
AGENT: "AGENT",
|
|
431
|
+
CUSTOMER: "CUSTOMER"
|
|
432
|
+
};
|
|
433
|
+
var MediaPipelineSinkType = {
|
|
434
|
+
S3Bucket: "S3Bucket"
|
|
435
|
+
};
|
|
436
|
+
var MediaPipelineSourceType = {
|
|
437
|
+
ChimeSdkMeeting: "ChimeSdkMeeting"
|
|
438
|
+
};
|
|
439
|
+
var MediaPipelineStatus = {
|
|
440
|
+
Failed: "Failed",
|
|
441
|
+
InProgress: "InProgress",
|
|
442
|
+
Initializing: "Initializing",
|
|
443
|
+
NotStarted: "NotStarted",
|
|
444
|
+
Paused: "Paused",
|
|
445
|
+
Stopped: "Stopped",
|
|
446
|
+
Stopping: "Stopping"
|
|
447
|
+
};
|
|
448
|
+
var _ForbiddenException = class _ForbiddenException extends ChimeSDKMediaPipelinesServiceException {
|
|
449
|
+
/**
|
|
450
|
+
* @internal
|
|
451
|
+
*/
|
|
452
|
+
constructor(opts) {
|
|
453
|
+
super({
|
|
454
|
+
name: "ForbiddenException",
|
|
455
|
+
$fault: "client",
|
|
456
|
+
...opts
|
|
457
|
+
});
|
|
458
|
+
this.name = "ForbiddenException";
|
|
459
|
+
this.$fault = "client";
|
|
460
|
+
Object.setPrototypeOf(this, _ForbiddenException.prototype);
|
|
461
|
+
this.Code = opts.Code;
|
|
462
|
+
this.Message = opts.Message;
|
|
463
|
+
this.RequestId = opts.RequestId;
|
|
464
|
+
}
|
|
465
|
+
};
|
|
466
|
+
__name(_ForbiddenException, "ForbiddenException");
|
|
467
|
+
var ForbiddenException = _ForbiddenException;
|
|
468
|
+
var _ResourceLimitExceededException = class _ResourceLimitExceededException extends ChimeSDKMediaPipelinesServiceException {
|
|
469
|
+
/**
|
|
470
|
+
* @internal
|
|
471
|
+
*/
|
|
472
|
+
constructor(opts) {
|
|
473
|
+
super({
|
|
474
|
+
name: "ResourceLimitExceededException",
|
|
475
|
+
$fault: "client",
|
|
476
|
+
...opts
|
|
477
|
+
});
|
|
478
|
+
this.name = "ResourceLimitExceededException";
|
|
479
|
+
this.$fault = "client";
|
|
480
|
+
Object.setPrototypeOf(this, _ResourceLimitExceededException.prototype);
|
|
481
|
+
this.Code = opts.Code;
|
|
482
|
+
this.Message = opts.Message;
|
|
483
|
+
this.RequestId = opts.RequestId;
|
|
484
|
+
}
|
|
485
|
+
};
|
|
486
|
+
__name(_ResourceLimitExceededException, "ResourceLimitExceededException");
|
|
487
|
+
var ResourceLimitExceededException = _ResourceLimitExceededException;
|
|
488
|
+
var _ServiceFailureException = class _ServiceFailureException extends ChimeSDKMediaPipelinesServiceException {
|
|
489
|
+
/**
|
|
490
|
+
* @internal
|
|
491
|
+
*/
|
|
492
|
+
constructor(opts) {
|
|
493
|
+
super({
|
|
494
|
+
name: "ServiceFailureException",
|
|
495
|
+
$fault: "server",
|
|
496
|
+
...opts
|
|
497
|
+
});
|
|
498
|
+
this.name = "ServiceFailureException";
|
|
499
|
+
this.$fault = "server";
|
|
500
|
+
Object.setPrototypeOf(this, _ServiceFailureException.prototype);
|
|
501
|
+
this.Code = opts.Code;
|
|
502
|
+
this.Message = opts.Message;
|
|
503
|
+
this.RequestId = opts.RequestId;
|
|
504
|
+
}
|
|
505
|
+
};
|
|
506
|
+
__name(_ServiceFailureException, "ServiceFailureException");
|
|
507
|
+
var ServiceFailureException = _ServiceFailureException;
|
|
508
|
+
var _ServiceUnavailableException = class _ServiceUnavailableException extends ChimeSDKMediaPipelinesServiceException {
|
|
509
|
+
/**
|
|
510
|
+
* @internal
|
|
511
|
+
*/
|
|
512
|
+
constructor(opts) {
|
|
513
|
+
super({
|
|
514
|
+
name: "ServiceUnavailableException",
|
|
515
|
+
$fault: "server",
|
|
516
|
+
...opts
|
|
517
|
+
});
|
|
518
|
+
this.name = "ServiceUnavailableException";
|
|
519
|
+
this.$fault = "server";
|
|
520
|
+
Object.setPrototypeOf(this, _ServiceUnavailableException.prototype);
|
|
521
|
+
this.Code = opts.Code;
|
|
522
|
+
this.Message = opts.Message;
|
|
523
|
+
this.RequestId = opts.RequestId;
|
|
524
|
+
}
|
|
525
|
+
};
|
|
526
|
+
__name(_ServiceUnavailableException, "ServiceUnavailableException");
|
|
527
|
+
var ServiceUnavailableException = _ServiceUnavailableException;
|
|
528
|
+
var _ThrottledClientException = class _ThrottledClientException extends ChimeSDKMediaPipelinesServiceException {
|
|
529
|
+
/**
|
|
530
|
+
* @internal
|
|
531
|
+
*/
|
|
532
|
+
constructor(opts) {
|
|
533
|
+
super({
|
|
534
|
+
name: "ThrottledClientException",
|
|
535
|
+
$fault: "client",
|
|
536
|
+
...opts
|
|
537
|
+
});
|
|
538
|
+
this.name = "ThrottledClientException";
|
|
539
|
+
this.$fault = "client";
|
|
540
|
+
Object.setPrototypeOf(this, _ThrottledClientException.prototype);
|
|
541
|
+
this.Code = opts.Code;
|
|
542
|
+
this.Message = opts.Message;
|
|
543
|
+
this.RequestId = opts.RequestId;
|
|
544
|
+
}
|
|
545
|
+
};
|
|
546
|
+
__name(_ThrottledClientException, "ThrottledClientException");
|
|
547
|
+
var ThrottledClientException = _ThrottledClientException;
|
|
548
|
+
var _UnauthorizedClientException = class _UnauthorizedClientException extends ChimeSDKMediaPipelinesServiceException {
|
|
549
|
+
/**
|
|
550
|
+
* @internal
|
|
551
|
+
*/
|
|
552
|
+
constructor(opts) {
|
|
553
|
+
super({
|
|
554
|
+
name: "UnauthorizedClientException",
|
|
555
|
+
$fault: "client",
|
|
556
|
+
...opts
|
|
557
|
+
});
|
|
558
|
+
this.name = "UnauthorizedClientException";
|
|
559
|
+
this.$fault = "client";
|
|
560
|
+
Object.setPrototypeOf(this, _UnauthorizedClientException.prototype);
|
|
561
|
+
this.Code = opts.Code;
|
|
562
|
+
this.Message = opts.Message;
|
|
563
|
+
this.RequestId = opts.RequestId;
|
|
564
|
+
}
|
|
565
|
+
};
|
|
566
|
+
__name(_UnauthorizedClientException, "UnauthorizedClientException");
|
|
567
|
+
var UnauthorizedClientException = _UnauthorizedClientException;
|
|
568
|
+
var ConcatenationSinkType = {
|
|
569
|
+
S3Bucket: "S3Bucket"
|
|
570
|
+
};
|
|
571
|
+
var ConcatenationSourceType = {
|
|
572
|
+
MediaCapturePipeline: "MediaCapturePipeline"
|
|
573
|
+
};
|
|
574
|
+
var FragmentSelectorType = {
|
|
575
|
+
ProducerTimestamp: "ProducerTimestamp",
|
|
576
|
+
ServerTimestamp: "ServerTimestamp"
|
|
577
|
+
};
|
|
578
|
+
var MediaEncoding = {
|
|
579
|
+
PCM: "pcm"
|
|
580
|
+
};
|
|
581
|
+
var RecordingFileFormat = {
|
|
582
|
+
Opus: "Opus",
|
|
583
|
+
Wav: "Wav"
|
|
584
|
+
};
|
|
585
|
+
var MediaPipelineElementStatus = {
|
|
586
|
+
Failed: "Failed",
|
|
587
|
+
InProgress: "InProgress",
|
|
588
|
+
Initializing: "Initializing",
|
|
589
|
+
NotStarted: "NotStarted",
|
|
590
|
+
NotSupported: "NotSupported",
|
|
591
|
+
Paused: "Paused",
|
|
592
|
+
Stopped: "Stopped",
|
|
593
|
+
Stopping: "Stopping"
|
|
594
|
+
};
|
|
595
|
+
var MediaInsightsPipelineConfigurationElementType = {
|
|
596
|
+
AMAZON_TRANSCRIBE_CALL_ANALYTICS_PROCESSOR: "AmazonTranscribeCallAnalyticsProcessor",
|
|
597
|
+
AMAZON_TRANSCRIBE_PROCESSOR: "AmazonTranscribeProcessor",
|
|
598
|
+
KINESIS_DATA_STREAM_SINK: "KinesisDataStreamSink",
|
|
599
|
+
LAMBDA_FUNCTION_SINK: "LambdaFunctionSink",
|
|
600
|
+
S3_RECORDING_SINK: "S3RecordingSink",
|
|
601
|
+
SNS_TOPIC_SINK: "SnsTopicSink",
|
|
602
|
+
SQS_QUEUE_SINK: "SqsQueueSink",
|
|
603
|
+
VOICE_ANALYTICS_PROCESSOR: "VoiceAnalyticsProcessor",
|
|
604
|
+
VOICE_ENHANCEMENT_SINK: "VoiceEnhancementSink"
|
|
605
|
+
};
|
|
606
|
+
var _NotFoundException = class _NotFoundException extends ChimeSDKMediaPipelinesServiceException {
|
|
607
|
+
/**
|
|
608
|
+
* @internal
|
|
609
|
+
*/
|
|
610
|
+
constructor(opts) {
|
|
611
|
+
super({
|
|
612
|
+
name: "NotFoundException",
|
|
613
|
+
$fault: "client",
|
|
614
|
+
...opts
|
|
615
|
+
});
|
|
616
|
+
this.name = "NotFoundException";
|
|
617
|
+
this.$fault = "client";
|
|
618
|
+
Object.setPrototypeOf(this, _NotFoundException.prototype);
|
|
619
|
+
this.Code = opts.Code;
|
|
620
|
+
this.Message = opts.Message;
|
|
621
|
+
this.RequestId = opts.RequestId;
|
|
622
|
+
}
|
|
623
|
+
};
|
|
624
|
+
__name(_NotFoundException, "NotFoundException");
|
|
625
|
+
var NotFoundException = _NotFoundException;
|
|
626
|
+
var VoiceAnalyticsConfigurationStatus = {
|
|
627
|
+
DISABLED: "Disabled",
|
|
628
|
+
ENABLED: "Enabled"
|
|
629
|
+
};
|
|
630
|
+
var SentimentType = {
|
|
631
|
+
NEGATIVE: "NEGATIVE"
|
|
632
|
+
};
|
|
633
|
+
var RealTimeAlertRuleType = {
|
|
634
|
+
IssueDetection: "IssueDetection",
|
|
635
|
+
KeywordMatch: "KeywordMatch",
|
|
636
|
+
Sentiment: "Sentiment"
|
|
637
|
+
};
|
|
638
|
+
var LiveConnectorSinkType = {
|
|
639
|
+
RTMP: "RTMP"
|
|
640
|
+
};
|
|
641
|
+
var LiveConnectorMuxType = {
|
|
642
|
+
AudioWithActiveSpeakerVideo: "AudioWithActiveSpeakerVideo",
|
|
643
|
+
AudioWithCompositedVideo: "AudioWithCompositedVideo"
|
|
644
|
+
};
|
|
645
|
+
var LiveConnectorSourceType = {
|
|
646
|
+
ChimeSdkMeeting: "ChimeSdkMeeting"
|
|
647
|
+
};
|
|
648
|
+
var _ConflictException = class _ConflictException extends ChimeSDKMediaPipelinesServiceException {
|
|
649
|
+
/**
|
|
650
|
+
* @internal
|
|
651
|
+
*/
|
|
652
|
+
constructor(opts) {
|
|
653
|
+
super({
|
|
654
|
+
name: "ConflictException",
|
|
655
|
+
$fault: "client",
|
|
656
|
+
...opts
|
|
657
|
+
});
|
|
658
|
+
this.name = "ConflictException";
|
|
659
|
+
this.$fault = "client";
|
|
660
|
+
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
661
|
+
this.Code = opts.Code;
|
|
662
|
+
this.Message = opts.Message;
|
|
663
|
+
this.RequestId = opts.RequestId;
|
|
664
|
+
}
|
|
665
|
+
};
|
|
666
|
+
__name(_ConflictException, "ConflictException");
|
|
667
|
+
var ConflictException = _ConflictException;
|
|
668
|
+
var KinesisVideoStreamPoolStatus = {
|
|
669
|
+
ACTIVE: "ACTIVE",
|
|
670
|
+
CREATING: "CREATING",
|
|
671
|
+
DELETING: "DELETING",
|
|
672
|
+
FAILED: "FAILED",
|
|
673
|
+
UPDATING: "UPDATING"
|
|
674
|
+
};
|
|
675
|
+
var MediaStreamType = {
|
|
676
|
+
IndividualAudio: "IndividualAudio",
|
|
677
|
+
MixedAudio: "MixedAudio"
|
|
678
|
+
};
|
|
679
|
+
var MediaStreamPipelineSinkType = {
|
|
680
|
+
KinesisVideoStreamPool: "KinesisVideoStreamPool"
|
|
681
|
+
};
|
|
682
|
+
var MediaPipelineTaskStatus = {
|
|
683
|
+
Failed: "Failed",
|
|
684
|
+
InProgress: "InProgress",
|
|
685
|
+
Initializing: "Initializing",
|
|
686
|
+
NotStarted: "NotStarted",
|
|
687
|
+
Stopped: "Stopped",
|
|
688
|
+
Stopping: "Stopping"
|
|
689
|
+
};
|
|
690
|
+
var VoiceAnalyticsLanguageCode = {
|
|
691
|
+
EN_US: "en-US"
|
|
692
|
+
};
|
|
693
|
+
var MediaPipelineStatusUpdate = {
|
|
694
|
+
Pause: "Pause",
|
|
695
|
+
Resume: "Resume"
|
|
696
|
+
};
|
|
697
|
+
var SelectedVideoStreamsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
698
|
+
...obj,
|
|
699
|
+
...obj.ExternalUserIds && { ExternalUserIds: import_smithy_client.SENSITIVE_STRING }
|
|
700
|
+
}), "SelectedVideoStreamsFilterSensitiveLog");
|
|
701
|
+
var SourceConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
702
|
+
...obj,
|
|
703
|
+
...obj.SelectedVideoStreams && {
|
|
704
|
+
SelectedVideoStreams: SelectedVideoStreamsFilterSensitiveLog(obj.SelectedVideoStreams)
|
|
705
|
+
}
|
|
706
|
+
}), "SourceConfigurationFilterSensitiveLog");
|
|
707
|
+
var ChimeSdkMeetingConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
708
|
+
...obj,
|
|
709
|
+
...obj.SourceConfiguration && {
|
|
710
|
+
SourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.SourceConfiguration)
|
|
711
|
+
}
|
|
712
|
+
}), "ChimeSdkMeetingConfigurationFilterSensitiveLog");
|
|
713
|
+
var CreateMediaCapturePipelineRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
714
|
+
...obj,
|
|
715
|
+
...obj.SourceArn && { SourceArn: import_smithy_client.SENSITIVE_STRING },
|
|
716
|
+
...obj.SinkArn && { SinkArn: import_smithy_client.SENSITIVE_STRING },
|
|
717
|
+
...obj.ClientRequestToken && { ClientRequestToken: import_smithy_client.SENSITIVE_STRING },
|
|
718
|
+
...obj.ChimeSdkMeetingConfiguration && {
|
|
719
|
+
ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfigurationFilterSensitiveLog(obj.ChimeSdkMeetingConfiguration)
|
|
720
|
+
}
|
|
721
|
+
}), "CreateMediaCapturePipelineRequestFilterSensitiveLog");
|
|
722
|
+
var MediaCapturePipelineFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
723
|
+
...obj,
|
|
724
|
+
...obj.SourceArn && { SourceArn: import_smithy_client.SENSITIVE_STRING },
|
|
725
|
+
...obj.SinkArn && { SinkArn: import_smithy_client.SENSITIVE_STRING },
|
|
726
|
+
...obj.ChimeSdkMeetingConfiguration && {
|
|
727
|
+
ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfigurationFilterSensitiveLog(obj.ChimeSdkMeetingConfiguration)
|
|
728
|
+
}
|
|
729
|
+
}), "MediaCapturePipelineFilterSensitiveLog");
|
|
730
|
+
var CreateMediaCapturePipelineResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
731
|
+
...obj,
|
|
732
|
+
...obj.MediaCapturePipeline && {
|
|
733
|
+
MediaCapturePipeline: MediaCapturePipelineFilterSensitiveLog(obj.MediaCapturePipeline)
|
|
734
|
+
}
|
|
735
|
+
}), "CreateMediaCapturePipelineResponseFilterSensitiveLog");
|
|
736
|
+
var S3BucketSinkConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
737
|
+
...obj,
|
|
738
|
+
...obj.Destination && { Destination: import_smithy_client.SENSITIVE_STRING }
|
|
739
|
+
}), "S3BucketSinkConfigurationFilterSensitiveLog");
|
|
740
|
+
var ConcatenationSinkFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
741
|
+
...obj,
|
|
742
|
+
...obj.S3BucketSinkConfiguration && {
|
|
743
|
+
S3BucketSinkConfiguration: S3BucketSinkConfigurationFilterSensitiveLog(obj.S3BucketSinkConfiguration)
|
|
744
|
+
}
|
|
745
|
+
}), "ConcatenationSinkFilterSensitiveLog");
|
|
746
|
+
var MediaCapturePipelineSourceConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
747
|
+
...obj,
|
|
748
|
+
...obj.MediaPipelineArn && { MediaPipelineArn: import_smithy_client.SENSITIVE_STRING }
|
|
749
|
+
}), "MediaCapturePipelineSourceConfigurationFilterSensitiveLog");
|
|
750
|
+
var ConcatenationSourceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
751
|
+
...obj,
|
|
752
|
+
...obj.MediaCapturePipelineSourceConfiguration && {
|
|
753
|
+
MediaCapturePipelineSourceConfiguration: MediaCapturePipelineSourceConfigurationFilterSensitiveLog(
|
|
754
|
+
obj.MediaCapturePipelineSourceConfiguration
|
|
755
|
+
)
|
|
756
|
+
}
|
|
757
|
+
}), "ConcatenationSourceFilterSensitiveLog");
|
|
758
|
+
var CreateMediaConcatenationPipelineRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
759
|
+
...obj,
|
|
760
|
+
...obj.Sources && { Sources: obj.Sources.map((item) => ConcatenationSourceFilterSensitiveLog(item)) },
|
|
761
|
+
...obj.Sinks && { Sinks: obj.Sinks.map((item) => ConcatenationSinkFilterSensitiveLog(item)) },
|
|
762
|
+
...obj.ClientRequestToken && { ClientRequestToken: import_smithy_client.SENSITIVE_STRING }
|
|
763
|
+
}), "CreateMediaConcatenationPipelineRequestFilterSensitiveLog");
|
|
764
|
+
var MediaConcatenationPipelineFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
765
|
+
...obj,
|
|
766
|
+
...obj.Sources && { Sources: obj.Sources.map((item) => ConcatenationSourceFilterSensitiveLog(item)) },
|
|
767
|
+
...obj.Sinks && { Sinks: obj.Sinks.map((item) => ConcatenationSinkFilterSensitiveLog(item)) }
|
|
768
|
+
}), "MediaConcatenationPipelineFilterSensitiveLog");
|
|
769
|
+
var CreateMediaConcatenationPipelineResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
770
|
+
...obj,
|
|
771
|
+
...obj.MediaConcatenationPipeline && {
|
|
772
|
+
MediaConcatenationPipeline: MediaConcatenationPipelineFilterSensitiveLog(obj.MediaConcatenationPipeline)
|
|
773
|
+
}
|
|
774
|
+
}), "CreateMediaConcatenationPipelineResponseFilterSensitiveLog");
|
|
775
|
+
var S3RecordingSinkRuntimeConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
776
|
+
...obj,
|
|
777
|
+
...obj.Destination && { Destination: import_smithy_client.SENSITIVE_STRING }
|
|
778
|
+
}), "S3RecordingSinkRuntimeConfigurationFilterSensitiveLog");
|
|
779
|
+
var CreateMediaInsightsPipelineRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
780
|
+
...obj,
|
|
781
|
+
...obj.MediaInsightsPipelineConfigurationArn && { MediaInsightsPipelineConfigurationArn: import_smithy_client.SENSITIVE_STRING },
|
|
782
|
+
...obj.MediaInsightsRuntimeMetadata && { MediaInsightsRuntimeMetadata: import_smithy_client.SENSITIVE_STRING },
|
|
783
|
+
...obj.S3RecordingSinkRuntimeConfiguration && {
|
|
784
|
+
S3RecordingSinkRuntimeConfiguration: S3RecordingSinkRuntimeConfigurationFilterSensitiveLog(
|
|
785
|
+
obj.S3RecordingSinkRuntimeConfiguration
|
|
786
|
+
)
|
|
787
|
+
},
|
|
788
|
+
...obj.ClientRequestToken && { ClientRequestToken: import_smithy_client.SENSITIVE_STRING }
|
|
789
|
+
}), "CreateMediaInsightsPipelineRequestFilterSensitiveLog");
|
|
790
|
+
var MediaInsightsPipelineFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
791
|
+
...obj,
|
|
792
|
+
...obj.MediaPipelineArn && { MediaPipelineArn: import_smithy_client.SENSITIVE_STRING },
|
|
793
|
+
...obj.MediaInsightsPipelineConfigurationArn && { MediaInsightsPipelineConfigurationArn: import_smithy_client.SENSITIVE_STRING },
|
|
794
|
+
...obj.MediaInsightsRuntimeMetadata && { MediaInsightsRuntimeMetadata: import_smithy_client.SENSITIVE_STRING },
|
|
795
|
+
...obj.S3RecordingSinkRuntimeConfiguration && {
|
|
796
|
+
S3RecordingSinkRuntimeConfiguration: S3RecordingSinkRuntimeConfigurationFilterSensitiveLog(
|
|
797
|
+
obj.S3RecordingSinkRuntimeConfiguration
|
|
798
|
+
)
|
|
799
|
+
}
|
|
800
|
+
}), "MediaInsightsPipelineFilterSensitiveLog");
|
|
801
|
+
var CreateMediaInsightsPipelineResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
802
|
+
...obj,
|
|
803
|
+
...obj.MediaInsightsPipeline && {
|
|
804
|
+
MediaInsightsPipeline: MediaInsightsPipelineFilterSensitiveLog(obj.MediaInsightsPipeline)
|
|
805
|
+
}
|
|
806
|
+
}), "CreateMediaInsightsPipelineResponseFilterSensitiveLog");
|
|
807
|
+
var KinesisDataStreamSinkConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
808
|
+
...obj,
|
|
809
|
+
...obj.InsightsTarget && { InsightsTarget: import_smithy_client.SENSITIVE_STRING }
|
|
810
|
+
}), "KinesisDataStreamSinkConfigurationFilterSensitiveLog");
|
|
811
|
+
var LambdaFunctionSinkConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
812
|
+
...obj,
|
|
813
|
+
...obj.InsightsTarget && { InsightsTarget: import_smithy_client.SENSITIVE_STRING }
|
|
814
|
+
}), "LambdaFunctionSinkConfigurationFilterSensitiveLog");
|
|
815
|
+
var S3RecordingSinkConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
816
|
+
...obj,
|
|
817
|
+
...obj.Destination && { Destination: import_smithy_client.SENSITIVE_STRING }
|
|
818
|
+
}), "S3RecordingSinkConfigurationFilterSensitiveLog");
|
|
819
|
+
var SnsTopicSinkConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
820
|
+
...obj,
|
|
821
|
+
...obj.InsightsTarget && { InsightsTarget: import_smithy_client.SENSITIVE_STRING }
|
|
822
|
+
}), "SnsTopicSinkConfigurationFilterSensitiveLog");
|
|
823
|
+
var SqsQueueSinkConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
824
|
+
...obj,
|
|
825
|
+
...obj.InsightsTarget && { InsightsTarget: import_smithy_client.SENSITIVE_STRING }
|
|
826
|
+
}), "SqsQueueSinkConfigurationFilterSensitiveLog");
|
|
827
|
+
var MediaInsightsPipelineConfigurationElementFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
828
|
+
...obj,
|
|
829
|
+
...obj.KinesisDataStreamSinkConfiguration && {
|
|
830
|
+
KinesisDataStreamSinkConfiguration: KinesisDataStreamSinkConfigurationFilterSensitiveLog(
|
|
831
|
+
obj.KinesisDataStreamSinkConfiguration
|
|
832
|
+
)
|
|
833
|
+
},
|
|
834
|
+
...obj.S3RecordingSinkConfiguration && {
|
|
835
|
+
S3RecordingSinkConfiguration: S3RecordingSinkConfigurationFilterSensitiveLog(obj.S3RecordingSinkConfiguration)
|
|
836
|
+
},
|
|
837
|
+
...obj.LambdaFunctionSinkConfiguration && {
|
|
838
|
+
LambdaFunctionSinkConfiguration: LambdaFunctionSinkConfigurationFilterSensitiveLog(
|
|
839
|
+
obj.LambdaFunctionSinkConfiguration
|
|
840
|
+
)
|
|
841
|
+
},
|
|
842
|
+
...obj.SqsQueueSinkConfiguration && {
|
|
843
|
+
SqsQueueSinkConfiguration: SqsQueueSinkConfigurationFilterSensitiveLog(obj.SqsQueueSinkConfiguration)
|
|
844
|
+
},
|
|
845
|
+
...obj.SnsTopicSinkConfiguration && {
|
|
846
|
+
SnsTopicSinkConfiguration: SnsTopicSinkConfigurationFilterSensitiveLog(obj.SnsTopicSinkConfiguration)
|
|
847
|
+
}
|
|
848
|
+
}), "MediaInsightsPipelineConfigurationElementFilterSensitiveLog");
|
|
849
|
+
var CreateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
850
|
+
...obj,
|
|
851
|
+
...obj.ResourceAccessRoleArn && { ResourceAccessRoleArn: import_smithy_client.SENSITIVE_STRING },
|
|
852
|
+
...obj.Elements && {
|
|
853
|
+
Elements: obj.Elements.map((item) => MediaInsightsPipelineConfigurationElementFilterSensitiveLog(item))
|
|
854
|
+
},
|
|
855
|
+
...obj.ClientRequestToken && { ClientRequestToken: import_smithy_client.SENSITIVE_STRING }
|
|
856
|
+
}), "CreateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog");
|
|
857
|
+
var MediaInsightsPipelineConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
858
|
+
...obj,
|
|
859
|
+
...obj.MediaInsightsPipelineConfigurationArn && { MediaInsightsPipelineConfigurationArn: import_smithy_client.SENSITIVE_STRING },
|
|
860
|
+
...obj.ResourceAccessRoleArn && { ResourceAccessRoleArn: import_smithy_client.SENSITIVE_STRING },
|
|
861
|
+
...obj.Elements && {
|
|
862
|
+
Elements: obj.Elements.map((item) => MediaInsightsPipelineConfigurationElementFilterSensitiveLog(item))
|
|
863
|
+
}
|
|
864
|
+
}), "MediaInsightsPipelineConfigurationFilterSensitiveLog");
|
|
865
|
+
var CreateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
866
|
+
...obj,
|
|
867
|
+
...obj.MediaInsightsPipelineConfiguration && {
|
|
868
|
+
MediaInsightsPipelineConfiguration: MediaInsightsPipelineConfigurationFilterSensitiveLog(
|
|
869
|
+
obj.MediaInsightsPipelineConfiguration
|
|
870
|
+
)
|
|
871
|
+
}
|
|
872
|
+
}), "CreateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog");
|
|
873
|
+
var LiveConnectorRTMPConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
874
|
+
...obj,
|
|
875
|
+
...obj.Url && { Url: import_smithy_client.SENSITIVE_STRING }
|
|
876
|
+
}), "LiveConnectorRTMPConfigurationFilterSensitiveLog");
|
|
877
|
+
var LiveConnectorSinkConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
878
|
+
...obj,
|
|
879
|
+
...obj.RTMPConfiguration && {
|
|
880
|
+
RTMPConfiguration: LiveConnectorRTMPConfigurationFilterSensitiveLog(obj.RTMPConfiguration)
|
|
881
|
+
}
|
|
882
|
+
}), "LiveConnectorSinkConfigurationFilterSensitiveLog");
|
|
883
|
+
var ChimeSdkMeetingLiveConnectorConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
884
|
+
...obj,
|
|
885
|
+
...obj.Arn && { Arn: import_smithy_client.SENSITIVE_STRING },
|
|
886
|
+
...obj.SourceConfiguration && {
|
|
887
|
+
SourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.SourceConfiguration)
|
|
888
|
+
}
|
|
889
|
+
}), "ChimeSdkMeetingLiveConnectorConfigurationFilterSensitiveLog");
|
|
890
|
+
var LiveConnectorSourceConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
891
|
+
...obj,
|
|
892
|
+
...obj.ChimeSdkMeetingLiveConnectorConfiguration && {
|
|
893
|
+
ChimeSdkMeetingLiveConnectorConfiguration: ChimeSdkMeetingLiveConnectorConfigurationFilterSensitiveLog(
|
|
894
|
+
obj.ChimeSdkMeetingLiveConnectorConfiguration
|
|
895
|
+
)
|
|
896
|
+
}
|
|
897
|
+
}), "LiveConnectorSourceConfigurationFilterSensitiveLog");
|
|
898
|
+
var CreateMediaLiveConnectorPipelineRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
899
|
+
...obj,
|
|
900
|
+
...obj.Sources && { Sources: obj.Sources.map((item) => LiveConnectorSourceConfigurationFilterSensitiveLog(item)) },
|
|
901
|
+
...obj.Sinks && { Sinks: obj.Sinks.map((item) => LiveConnectorSinkConfigurationFilterSensitiveLog(item)) },
|
|
902
|
+
...obj.ClientRequestToken && { ClientRequestToken: import_smithy_client.SENSITIVE_STRING }
|
|
903
|
+
}), "CreateMediaLiveConnectorPipelineRequestFilterSensitiveLog");
|
|
904
|
+
var MediaLiveConnectorPipelineFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
905
|
+
...obj,
|
|
906
|
+
...obj.Sources && { Sources: obj.Sources.map((item) => LiveConnectorSourceConfigurationFilterSensitiveLog(item)) },
|
|
907
|
+
...obj.Sinks && { Sinks: obj.Sinks.map((item) => LiveConnectorSinkConfigurationFilterSensitiveLog(item)) }
|
|
908
|
+
}), "MediaLiveConnectorPipelineFilterSensitiveLog");
|
|
909
|
+
var CreateMediaLiveConnectorPipelineResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
910
|
+
...obj,
|
|
911
|
+
...obj.MediaLiveConnectorPipeline && {
|
|
912
|
+
MediaLiveConnectorPipeline: MediaLiveConnectorPipelineFilterSensitiveLog(obj.MediaLiveConnectorPipeline)
|
|
913
|
+
}
|
|
914
|
+
}), "CreateMediaLiveConnectorPipelineResponseFilterSensitiveLog");
|
|
915
|
+
var CreateMediaPipelineKinesisVideoStreamPoolRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
916
|
+
...obj,
|
|
917
|
+
...obj.ClientRequestToken && { ClientRequestToken: import_smithy_client.SENSITIVE_STRING }
|
|
918
|
+
}), "CreateMediaPipelineKinesisVideoStreamPoolRequestFilterSensitiveLog");
|
|
919
|
+
var KinesisVideoStreamPoolConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
920
|
+
...obj,
|
|
921
|
+
...obj.PoolArn && { PoolArn: import_smithy_client.SENSITIVE_STRING }
|
|
922
|
+
}), "KinesisVideoStreamPoolConfigurationFilterSensitiveLog");
|
|
923
|
+
var CreateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
924
|
+
...obj,
|
|
925
|
+
...obj.KinesisVideoStreamPoolConfiguration && {
|
|
926
|
+
KinesisVideoStreamPoolConfiguration: KinesisVideoStreamPoolConfigurationFilterSensitiveLog(
|
|
927
|
+
obj.KinesisVideoStreamPoolConfiguration
|
|
928
|
+
)
|
|
929
|
+
}
|
|
930
|
+
}), "CreateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog");
|
|
931
|
+
var MediaStreamSinkFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
932
|
+
...obj,
|
|
933
|
+
...obj.SinkArn && { SinkArn: import_smithy_client.SENSITIVE_STRING }
|
|
934
|
+
}), "MediaStreamSinkFilterSensitiveLog");
|
|
935
|
+
var MediaStreamSourceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
936
|
+
...obj,
|
|
937
|
+
...obj.SourceArn && { SourceArn: import_smithy_client.SENSITIVE_STRING }
|
|
938
|
+
}), "MediaStreamSourceFilterSensitiveLog");
|
|
939
|
+
var CreateMediaStreamPipelineRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
940
|
+
...obj,
|
|
941
|
+
...obj.Sources && { Sources: obj.Sources.map((item) => MediaStreamSourceFilterSensitiveLog(item)) },
|
|
942
|
+
...obj.Sinks && { Sinks: obj.Sinks.map((item) => MediaStreamSinkFilterSensitiveLog(item)) },
|
|
943
|
+
...obj.ClientRequestToken && { ClientRequestToken: import_smithy_client.SENSITIVE_STRING }
|
|
944
|
+
}), "CreateMediaStreamPipelineRequestFilterSensitiveLog");
|
|
945
|
+
var MediaStreamPipelineFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
946
|
+
...obj,
|
|
947
|
+
...obj.Sources && { Sources: obj.Sources.map((item) => MediaStreamSourceFilterSensitiveLog(item)) },
|
|
948
|
+
...obj.Sinks && { Sinks: obj.Sinks.map((item) => MediaStreamSinkFilterSensitiveLog(item)) }
|
|
949
|
+
}), "MediaStreamPipelineFilterSensitiveLog");
|
|
950
|
+
var CreateMediaStreamPipelineResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
951
|
+
...obj,
|
|
952
|
+
...obj.MediaStreamPipeline && {
|
|
953
|
+
MediaStreamPipeline: MediaStreamPipelineFilterSensitiveLog(obj.MediaStreamPipeline)
|
|
954
|
+
}
|
|
955
|
+
}), "CreateMediaStreamPipelineResponseFilterSensitiveLog");
|
|
956
|
+
var GetMediaCapturePipelineResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
957
|
+
...obj,
|
|
958
|
+
...obj.MediaCapturePipeline && {
|
|
959
|
+
MediaCapturePipeline: MediaCapturePipelineFilterSensitiveLog(obj.MediaCapturePipeline)
|
|
960
|
+
}
|
|
961
|
+
}), "GetMediaCapturePipelineResponseFilterSensitiveLog");
|
|
962
|
+
var GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
963
|
+
...obj,
|
|
964
|
+
...obj.MediaInsightsPipelineConfiguration && {
|
|
965
|
+
MediaInsightsPipelineConfiguration: MediaInsightsPipelineConfigurationFilterSensitiveLog(
|
|
966
|
+
obj.MediaInsightsPipelineConfiguration
|
|
967
|
+
)
|
|
968
|
+
}
|
|
969
|
+
}), "GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog");
|
|
970
|
+
var MediaPipelineFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
971
|
+
...obj,
|
|
972
|
+
...obj.MediaCapturePipeline && {
|
|
973
|
+
MediaCapturePipeline: MediaCapturePipelineFilterSensitiveLog(obj.MediaCapturePipeline)
|
|
974
|
+
},
|
|
975
|
+
...obj.MediaLiveConnectorPipeline && {
|
|
976
|
+
MediaLiveConnectorPipeline: MediaLiveConnectorPipelineFilterSensitiveLog(obj.MediaLiveConnectorPipeline)
|
|
977
|
+
},
|
|
978
|
+
...obj.MediaConcatenationPipeline && {
|
|
979
|
+
MediaConcatenationPipeline: MediaConcatenationPipelineFilterSensitiveLog(obj.MediaConcatenationPipeline)
|
|
980
|
+
},
|
|
981
|
+
...obj.MediaInsightsPipeline && {
|
|
982
|
+
MediaInsightsPipeline: MediaInsightsPipelineFilterSensitiveLog(obj.MediaInsightsPipeline)
|
|
983
|
+
},
|
|
984
|
+
...obj.MediaStreamPipeline && {
|
|
985
|
+
MediaStreamPipeline: MediaStreamPipelineFilterSensitiveLog(obj.MediaStreamPipeline)
|
|
986
|
+
}
|
|
987
|
+
}), "MediaPipelineFilterSensitiveLog");
|
|
988
|
+
var GetMediaPipelineResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
989
|
+
...obj,
|
|
990
|
+
...obj.MediaPipeline && { MediaPipeline: MediaPipelineFilterSensitiveLog(obj.MediaPipeline) }
|
|
991
|
+
}), "GetMediaPipelineResponseFilterSensitiveLog");
|
|
992
|
+
var GetMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
993
|
+
...obj,
|
|
994
|
+
...obj.KinesisVideoStreamPoolConfiguration && {
|
|
995
|
+
KinesisVideoStreamPoolConfiguration: KinesisVideoStreamPoolConfigurationFilterSensitiveLog(
|
|
996
|
+
obj.KinesisVideoStreamPoolConfiguration
|
|
997
|
+
)
|
|
998
|
+
}
|
|
999
|
+
}), "GetMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog");
|
|
1000
|
+
var MediaInsightsPipelineConfigurationSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1001
|
+
...obj,
|
|
1002
|
+
...obj.MediaInsightsPipelineConfigurationArn && { MediaInsightsPipelineConfigurationArn: import_smithy_client.SENSITIVE_STRING }
|
|
1003
|
+
}), "MediaInsightsPipelineConfigurationSummaryFilterSensitiveLog");
|
|
1004
|
+
var ListMediaInsightsPipelineConfigurationsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1005
|
+
...obj,
|
|
1006
|
+
...obj.MediaInsightsPipelineConfigurations && {
|
|
1007
|
+
MediaInsightsPipelineConfigurations: obj.MediaInsightsPipelineConfigurations.map(
|
|
1008
|
+
(item) => MediaInsightsPipelineConfigurationSummaryFilterSensitiveLog(item)
|
|
1009
|
+
)
|
|
1010
|
+
}
|
|
1011
|
+
}), "ListMediaInsightsPipelineConfigurationsResponseFilterSensitiveLog");
|
|
1012
|
+
var KinesisVideoStreamPoolSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1013
|
+
...obj,
|
|
1014
|
+
...obj.PoolArn && { PoolArn: import_smithy_client.SENSITIVE_STRING }
|
|
1015
|
+
}), "KinesisVideoStreamPoolSummaryFilterSensitiveLog");
|
|
1016
|
+
var ListMediaPipelineKinesisVideoStreamPoolsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1017
|
+
...obj,
|
|
1018
|
+
...obj.KinesisVideoStreamPools && {
|
|
1019
|
+
KinesisVideoStreamPools: obj.KinesisVideoStreamPools.map(
|
|
1020
|
+
(item) => KinesisVideoStreamPoolSummaryFilterSensitiveLog(item)
|
|
1021
|
+
)
|
|
1022
|
+
}
|
|
1023
|
+
}), "ListMediaPipelineKinesisVideoStreamPoolsResponseFilterSensitiveLog");
|
|
1024
|
+
var StartSpeakerSearchTaskRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1025
|
+
...obj,
|
|
1026
|
+
...obj.VoiceProfileDomainArn && { VoiceProfileDomainArn: import_smithy_client.SENSITIVE_STRING },
|
|
1027
|
+
...obj.ClientRequestToken && { ClientRequestToken: import_smithy_client.SENSITIVE_STRING }
|
|
1028
|
+
}), "StartSpeakerSearchTaskRequestFilterSensitiveLog");
|
|
1029
|
+
var StartVoiceToneAnalysisTaskRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1030
|
+
...obj,
|
|
1031
|
+
...obj.ClientRequestToken && { ClientRequestToken: import_smithy_client.SENSITIVE_STRING }
|
|
1032
|
+
}), "StartVoiceToneAnalysisTaskRequestFilterSensitiveLog");
|
|
1033
|
+
var UpdateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1034
|
+
...obj,
|
|
1035
|
+
...obj.ResourceAccessRoleArn && { ResourceAccessRoleArn: import_smithy_client.SENSITIVE_STRING },
|
|
1036
|
+
...obj.Elements && {
|
|
1037
|
+
Elements: obj.Elements.map((item) => MediaInsightsPipelineConfigurationElementFilterSensitiveLog(item))
|
|
1038
|
+
}
|
|
1039
|
+
}), "UpdateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog");
|
|
1040
|
+
var UpdateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1041
|
+
...obj,
|
|
1042
|
+
...obj.MediaInsightsPipelineConfiguration && {
|
|
1043
|
+
MediaInsightsPipelineConfiguration: MediaInsightsPipelineConfigurationFilterSensitiveLog(
|
|
1044
|
+
obj.MediaInsightsPipelineConfiguration
|
|
1045
|
+
)
|
|
1046
|
+
}
|
|
1047
|
+
}), "UpdateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog");
|
|
1048
|
+
var UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1049
|
+
...obj,
|
|
1050
|
+
...obj.KinesisVideoStreamPoolConfiguration && {
|
|
1051
|
+
KinesisVideoStreamPoolConfiguration: KinesisVideoStreamPoolConfigurationFilterSensitiveLog(
|
|
1052
|
+
obj.KinesisVideoStreamPoolConfiguration
|
|
1053
|
+
)
|
|
1054
|
+
}
|
|
1055
|
+
}), "UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog");
|
|
1056
|
+
|
|
1057
|
+
// src/protocols/Aws_restJson1.ts
|
|
1058
|
+
var import_core = require("@smithy/core");
|
|
1059
|
+
|
|
1060
|
+
var import_uuid = require("uuid");
|
|
1061
|
+
var se_CreateMediaCapturePipelineCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1062
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1063
|
+
const headers = {
|
|
1064
|
+
"content-type": "application/json"
|
|
1065
|
+
};
|
|
1066
|
+
b.bp("/sdk-media-capture-pipelines");
|
|
1067
|
+
let body;
|
|
1068
|
+
body = JSON.stringify(
|
|
1069
|
+
(0, import_smithy_client.take)(input, {
|
|
1070
|
+
ChimeSdkMeetingConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1071
|
+
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1072
|
+
SinkArn: [],
|
|
1073
|
+
SinkType: [],
|
|
1074
|
+
SourceArn: [],
|
|
1075
|
+
SourceType: [],
|
|
1076
|
+
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1077
|
+
})
|
|
1078
|
+
);
|
|
1079
|
+
b.m("POST").h(headers).b(body);
|
|
1080
|
+
return b.build();
|
|
1081
|
+
}, "se_CreateMediaCapturePipelineCommand");
|
|
1082
|
+
var se_CreateMediaConcatenationPipelineCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1083
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1084
|
+
const headers = {
|
|
1085
|
+
"content-type": "application/json"
|
|
1086
|
+
};
|
|
1087
|
+
b.bp("/sdk-media-concatenation-pipelines");
|
|
1088
|
+
let body;
|
|
1089
|
+
body = JSON.stringify(
|
|
1090
|
+
(0, import_smithy_client.take)(input, {
|
|
1091
|
+
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1092
|
+
Sinks: (_) => (0, import_smithy_client._json)(_),
|
|
1093
|
+
Sources: (_) => (0, import_smithy_client._json)(_),
|
|
1094
|
+
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1095
|
+
})
|
|
1096
|
+
);
|
|
1097
|
+
b.m("POST").h(headers).b(body);
|
|
1098
|
+
return b.build();
|
|
1099
|
+
}, "se_CreateMediaConcatenationPipelineCommand");
|
|
1100
|
+
var se_CreateMediaInsightsPipelineCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1101
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1102
|
+
const headers = {
|
|
1103
|
+
"content-type": "application/json"
|
|
1104
|
+
};
|
|
1105
|
+
b.bp("/media-insights-pipelines");
|
|
1106
|
+
let body;
|
|
1107
|
+
body = JSON.stringify(
|
|
1108
|
+
(0, import_smithy_client.take)(input, {
|
|
1109
|
+
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1110
|
+
KinesisVideoStreamRecordingSourceRuntimeConfiguration: (_) => se_KinesisVideoStreamRecordingSourceRuntimeConfiguration(_, context),
|
|
1111
|
+
KinesisVideoStreamSourceRuntimeConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1112
|
+
MediaInsightsPipelineConfigurationArn: [],
|
|
1113
|
+
MediaInsightsRuntimeMetadata: (_) => (0, import_smithy_client._json)(_),
|
|
1114
|
+
S3RecordingSinkRuntimeConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1115
|
+
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1116
|
+
})
|
|
1117
|
+
);
|
|
1118
|
+
b.m("POST").h(headers).b(body);
|
|
1119
|
+
return b.build();
|
|
1120
|
+
}, "se_CreateMediaInsightsPipelineCommand");
|
|
1121
|
+
var se_CreateMediaInsightsPipelineConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1122
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1123
|
+
const headers = {
|
|
1124
|
+
"content-type": "application/json"
|
|
1125
|
+
};
|
|
1126
|
+
b.bp("/media-insights-pipeline-configurations");
|
|
1127
|
+
let body;
|
|
1128
|
+
body = JSON.stringify(
|
|
1129
|
+
(0, import_smithy_client.take)(input, {
|
|
1130
|
+
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1131
|
+
Elements: (_) => (0, import_smithy_client._json)(_),
|
|
1132
|
+
MediaInsightsPipelineConfigurationName: [],
|
|
1133
|
+
RealTimeAlertConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1134
|
+
ResourceAccessRoleArn: [],
|
|
1135
|
+
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1136
|
+
})
|
|
1137
|
+
);
|
|
1138
|
+
b.m("POST").h(headers).b(body);
|
|
1139
|
+
return b.build();
|
|
1140
|
+
}, "se_CreateMediaInsightsPipelineConfigurationCommand");
|
|
1141
|
+
var se_CreateMediaLiveConnectorPipelineCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1142
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1143
|
+
const headers = {
|
|
1144
|
+
"content-type": "application/json"
|
|
1145
|
+
};
|
|
1146
|
+
b.bp("/sdk-media-live-connector-pipelines");
|
|
1147
|
+
let body;
|
|
1148
|
+
body = JSON.stringify(
|
|
1149
|
+
(0, import_smithy_client.take)(input, {
|
|
1150
|
+
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1151
|
+
Sinks: (_) => (0, import_smithy_client._json)(_),
|
|
1152
|
+
Sources: (_) => (0, import_smithy_client._json)(_),
|
|
1153
|
+
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1154
|
+
})
|
|
1155
|
+
);
|
|
1156
|
+
b.m("POST").h(headers).b(body);
|
|
1157
|
+
return b.build();
|
|
1158
|
+
}, "se_CreateMediaLiveConnectorPipelineCommand");
|
|
1159
|
+
var se_CreateMediaPipelineKinesisVideoStreamPoolCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1160
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1161
|
+
const headers = {
|
|
1162
|
+
"content-type": "application/json"
|
|
1163
|
+
};
|
|
1164
|
+
b.bp("/media-pipeline-kinesis-video-stream-pools");
|
|
1165
|
+
let body;
|
|
1166
|
+
body = JSON.stringify(
|
|
1167
|
+
(0, import_smithy_client.take)(input, {
|
|
1168
|
+
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1169
|
+
PoolName: [],
|
|
1170
|
+
StreamConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1171
|
+
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1172
|
+
})
|
|
1173
|
+
);
|
|
1174
|
+
b.m("POST").h(headers).b(body);
|
|
1175
|
+
return b.build();
|
|
1176
|
+
}, "se_CreateMediaPipelineKinesisVideoStreamPoolCommand");
|
|
1177
|
+
var se_CreateMediaStreamPipelineCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1178
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1179
|
+
const headers = {
|
|
1180
|
+
"content-type": "application/json"
|
|
1181
|
+
};
|
|
1182
|
+
b.bp("/sdk-media-stream-pipelines");
|
|
1183
|
+
let body;
|
|
1184
|
+
body = JSON.stringify(
|
|
1185
|
+
(0, import_smithy_client.take)(input, {
|
|
1186
|
+
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1187
|
+
Sinks: (_) => (0, import_smithy_client._json)(_),
|
|
1188
|
+
Sources: (_) => (0, import_smithy_client._json)(_),
|
|
1189
|
+
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1190
|
+
})
|
|
1191
|
+
);
|
|
1192
|
+
b.m("POST").h(headers).b(body);
|
|
1193
|
+
return b.build();
|
|
1194
|
+
}, "se_CreateMediaStreamPipelineCommand");
|
|
1195
|
+
var se_DeleteMediaCapturePipelineCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1196
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1197
|
+
const headers = {};
|
|
1198
|
+
b.bp("/sdk-media-capture-pipelines/{MediaPipelineId}");
|
|
1199
|
+
b.p("MediaPipelineId", () => input.MediaPipelineId, "{MediaPipelineId}", false);
|
|
1200
|
+
let body;
|
|
1201
|
+
b.m("DELETE").h(headers).b(body);
|
|
1202
|
+
return b.build();
|
|
1203
|
+
}, "se_DeleteMediaCapturePipelineCommand");
|
|
1204
|
+
var se_DeleteMediaInsightsPipelineConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1205
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1206
|
+
const headers = {};
|
|
1207
|
+
b.bp("/media-insights-pipeline-configurations/{Identifier}");
|
|
1208
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1209
|
+
let body;
|
|
1210
|
+
b.m("DELETE").h(headers).b(body);
|
|
1211
|
+
return b.build();
|
|
1212
|
+
}, "se_DeleteMediaInsightsPipelineConfigurationCommand");
|
|
1213
|
+
var se_DeleteMediaPipelineCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1214
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1215
|
+
const headers = {};
|
|
1216
|
+
b.bp("/sdk-media-pipelines/{MediaPipelineId}");
|
|
1217
|
+
b.p("MediaPipelineId", () => input.MediaPipelineId, "{MediaPipelineId}", false);
|
|
1218
|
+
let body;
|
|
1219
|
+
b.m("DELETE").h(headers).b(body);
|
|
1220
|
+
return b.build();
|
|
1221
|
+
}, "se_DeleteMediaPipelineCommand");
|
|
1222
|
+
var se_DeleteMediaPipelineKinesisVideoStreamPoolCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1223
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1224
|
+
const headers = {};
|
|
1225
|
+
b.bp("/media-pipeline-kinesis-video-stream-pools/{Identifier}");
|
|
1226
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1227
|
+
let body;
|
|
1228
|
+
b.m("DELETE").h(headers).b(body);
|
|
1229
|
+
return b.build();
|
|
1230
|
+
}, "se_DeleteMediaPipelineKinesisVideoStreamPoolCommand");
|
|
1231
|
+
var se_GetMediaCapturePipelineCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1232
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1233
|
+
const headers = {};
|
|
1234
|
+
b.bp("/sdk-media-capture-pipelines/{MediaPipelineId}");
|
|
1235
|
+
b.p("MediaPipelineId", () => input.MediaPipelineId, "{MediaPipelineId}", false);
|
|
1236
|
+
let body;
|
|
1237
|
+
b.m("GET").h(headers).b(body);
|
|
1238
|
+
return b.build();
|
|
1239
|
+
}, "se_GetMediaCapturePipelineCommand");
|
|
1240
|
+
var se_GetMediaInsightsPipelineConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1241
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1242
|
+
const headers = {};
|
|
1243
|
+
b.bp("/media-insights-pipeline-configurations/{Identifier}");
|
|
1244
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1245
|
+
let body;
|
|
1246
|
+
b.m("GET").h(headers).b(body);
|
|
1247
|
+
return b.build();
|
|
1248
|
+
}, "se_GetMediaInsightsPipelineConfigurationCommand");
|
|
1249
|
+
var se_GetMediaPipelineCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1250
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1251
|
+
const headers = {};
|
|
1252
|
+
b.bp("/sdk-media-pipelines/{MediaPipelineId}");
|
|
1253
|
+
b.p("MediaPipelineId", () => input.MediaPipelineId, "{MediaPipelineId}", false);
|
|
1254
|
+
let body;
|
|
1255
|
+
b.m("GET").h(headers).b(body);
|
|
1256
|
+
return b.build();
|
|
1257
|
+
}, "se_GetMediaPipelineCommand");
|
|
1258
|
+
var se_GetMediaPipelineKinesisVideoStreamPoolCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1259
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1260
|
+
const headers = {};
|
|
1261
|
+
b.bp("/media-pipeline-kinesis-video-stream-pools/{Identifier}");
|
|
1262
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1263
|
+
let body;
|
|
1264
|
+
b.m("GET").h(headers).b(body);
|
|
1265
|
+
return b.build();
|
|
1266
|
+
}, "se_GetMediaPipelineKinesisVideoStreamPoolCommand");
|
|
1267
|
+
var se_GetSpeakerSearchTaskCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1268
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1269
|
+
const headers = {};
|
|
1270
|
+
b.bp("/media-insights-pipelines/{Identifier}/speaker-search-tasks/{SpeakerSearchTaskId}");
|
|
1271
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1272
|
+
b.p("SpeakerSearchTaskId", () => input.SpeakerSearchTaskId, "{SpeakerSearchTaskId}", false);
|
|
1273
|
+
let body;
|
|
1274
|
+
b.m("GET").h(headers).b(body);
|
|
1275
|
+
return b.build();
|
|
1276
|
+
}, "se_GetSpeakerSearchTaskCommand");
|
|
1277
|
+
var se_GetVoiceToneAnalysisTaskCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1278
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1279
|
+
const headers = {};
|
|
1280
|
+
b.bp("/media-insights-pipelines/{Identifier}/voice-tone-analysis-tasks/{VoiceToneAnalysisTaskId}");
|
|
1281
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1282
|
+
b.p("VoiceToneAnalysisTaskId", () => input.VoiceToneAnalysisTaskId, "{VoiceToneAnalysisTaskId}", false);
|
|
1283
|
+
let body;
|
|
1284
|
+
b.m("GET").h(headers).b(body);
|
|
1285
|
+
return b.build();
|
|
1286
|
+
}, "se_GetVoiceToneAnalysisTaskCommand");
|
|
1287
|
+
var se_ListMediaCapturePipelinesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1288
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1289
|
+
const headers = {};
|
|
1290
|
+
b.bp("/sdk-media-capture-pipelines");
|
|
1291
|
+
const query = (0, import_smithy_client.map)({
|
|
1292
|
+
[_nt]: [, input[_NT]],
|
|
1293
|
+
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()]
|
|
1294
|
+
});
|
|
1295
|
+
let body;
|
|
1296
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1297
|
+
return b.build();
|
|
1298
|
+
}, "se_ListMediaCapturePipelinesCommand");
|
|
1299
|
+
var se_ListMediaInsightsPipelineConfigurationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1300
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1301
|
+
const headers = {};
|
|
1302
|
+
b.bp("/media-insights-pipeline-configurations");
|
|
1303
|
+
const query = (0, import_smithy_client.map)({
|
|
1304
|
+
[_nt]: [, input[_NT]],
|
|
1305
|
+
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()]
|
|
1306
|
+
});
|
|
1307
|
+
let body;
|
|
1308
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1309
|
+
return b.build();
|
|
1310
|
+
}, "se_ListMediaInsightsPipelineConfigurationsCommand");
|
|
1311
|
+
var se_ListMediaPipelineKinesisVideoStreamPoolsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1312
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1313
|
+
const headers = {};
|
|
1314
|
+
b.bp("/media-pipeline-kinesis-video-stream-pools");
|
|
1315
|
+
const query = (0, import_smithy_client.map)({
|
|
1316
|
+
[_nt]: [, input[_NT]],
|
|
1317
|
+
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()]
|
|
1318
|
+
});
|
|
1319
|
+
let body;
|
|
1320
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1321
|
+
return b.build();
|
|
1322
|
+
}, "se_ListMediaPipelineKinesisVideoStreamPoolsCommand");
|
|
1323
|
+
var se_ListMediaPipelinesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1324
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1325
|
+
const headers = {};
|
|
1326
|
+
b.bp("/sdk-media-pipelines");
|
|
1327
|
+
const query = (0, import_smithy_client.map)({
|
|
1328
|
+
[_nt]: [, input[_NT]],
|
|
1329
|
+
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()]
|
|
1330
|
+
});
|
|
1331
|
+
let body;
|
|
1332
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1333
|
+
return b.build();
|
|
1334
|
+
}, "se_ListMediaPipelinesCommand");
|
|
1335
|
+
var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1336
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1337
|
+
const headers = {};
|
|
1338
|
+
b.bp("/tags");
|
|
1339
|
+
const query = (0, import_smithy_client.map)({
|
|
1340
|
+
[_a]: [, (0, import_smithy_client.expectNonNull)(input[_RARN], `ResourceARN`)]
|
|
1341
|
+
});
|
|
1342
|
+
let body;
|
|
1343
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1344
|
+
return b.build();
|
|
1345
|
+
}, "se_ListTagsForResourceCommand");
|
|
1346
|
+
var se_StartSpeakerSearchTaskCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1347
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1348
|
+
const headers = {
|
|
1349
|
+
"content-type": "application/json"
|
|
1350
|
+
};
|
|
1351
|
+
b.bp("/media-insights-pipelines/{Identifier}/speaker-search-tasks");
|
|
1352
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1353
|
+
const query = (0, import_smithy_client.map)({
|
|
1354
|
+
[_o]: [, "start"]
|
|
1355
|
+
});
|
|
1356
|
+
let body;
|
|
1357
|
+
body = JSON.stringify(
|
|
1358
|
+
(0, import_smithy_client.take)(input, {
|
|
1359
|
+
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1360
|
+
KinesisVideoStreamSourceTaskConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1361
|
+
VoiceProfileDomainArn: []
|
|
1362
|
+
})
|
|
1363
|
+
);
|
|
1364
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
1365
|
+
return b.build();
|
|
1366
|
+
}, "se_StartSpeakerSearchTaskCommand");
|
|
1367
|
+
var se_StartVoiceToneAnalysisTaskCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1368
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1369
|
+
const headers = {
|
|
1370
|
+
"content-type": "application/json"
|
|
1371
|
+
};
|
|
1372
|
+
b.bp("/media-insights-pipelines/{Identifier}/voice-tone-analysis-tasks");
|
|
1373
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1374
|
+
const query = (0, import_smithy_client.map)({
|
|
1375
|
+
[_o]: [, "start"]
|
|
1376
|
+
});
|
|
1377
|
+
let body;
|
|
1378
|
+
body = JSON.stringify(
|
|
1379
|
+
(0, import_smithy_client.take)(input, {
|
|
1380
|
+
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1381
|
+
KinesisVideoStreamSourceTaskConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1382
|
+
LanguageCode: []
|
|
1383
|
+
})
|
|
1384
|
+
);
|
|
1385
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
1386
|
+
return b.build();
|
|
1387
|
+
}, "se_StartVoiceToneAnalysisTaskCommand");
|
|
1388
|
+
var se_StopSpeakerSearchTaskCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1389
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1390
|
+
const headers = {};
|
|
1391
|
+
b.bp("/media-insights-pipelines/{Identifier}/speaker-search-tasks/{SpeakerSearchTaskId}");
|
|
1392
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1393
|
+
b.p("SpeakerSearchTaskId", () => input.SpeakerSearchTaskId, "{SpeakerSearchTaskId}", false);
|
|
1394
|
+
const query = (0, import_smithy_client.map)({
|
|
1395
|
+
[_o]: [, "stop"]
|
|
1396
|
+
});
|
|
1397
|
+
let body;
|
|
1398
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
1399
|
+
return b.build();
|
|
1400
|
+
}, "se_StopSpeakerSearchTaskCommand");
|
|
1401
|
+
var se_StopVoiceToneAnalysisTaskCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1402
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1403
|
+
const headers = {};
|
|
1404
|
+
b.bp("/media-insights-pipelines/{Identifier}/voice-tone-analysis-tasks/{VoiceToneAnalysisTaskId}");
|
|
1405
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1406
|
+
b.p("VoiceToneAnalysisTaskId", () => input.VoiceToneAnalysisTaskId, "{VoiceToneAnalysisTaskId}", false);
|
|
1407
|
+
const query = (0, import_smithy_client.map)({
|
|
1408
|
+
[_o]: [, "stop"]
|
|
1409
|
+
});
|
|
1410
|
+
let body;
|
|
1411
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
1412
|
+
return b.build();
|
|
1413
|
+
}, "se_StopVoiceToneAnalysisTaskCommand");
|
|
1414
|
+
var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1415
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1416
|
+
const headers = {
|
|
1417
|
+
"content-type": "application/json"
|
|
1418
|
+
};
|
|
1419
|
+
b.bp("/tags");
|
|
1420
|
+
const query = (0, import_smithy_client.map)({
|
|
1421
|
+
[_o]: [, "tag-resource"]
|
|
1422
|
+
});
|
|
1423
|
+
let body;
|
|
1424
|
+
body = JSON.stringify(
|
|
1425
|
+
(0, import_smithy_client.take)(input, {
|
|
1426
|
+
ResourceARN: [],
|
|
1427
|
+
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1428
|
+
})
|
|
1429
|
+
);
|
|
1430
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
1431
|
+
return b.build();
|
|
1432
|
+
}, "se_TagResourceCommand");
|
|
1433
|
+
var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1434
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1435
|
+
const headers = {
|
|
1436
|
+
"content-type": "application/json"
|
|
1437
|
+
};
|
|
1438
|
+
b.bp("/tags");
|
|
1439
|
+
const query = (0, import_smithy_client.map)({
|
|
1440
|
+
[_o]: [, "untag-resource"]
|
|
1441
|
+
});
|
|
1442
|
+
let body;
|
|
1443
|
+
body = JSON.stringify(
|
|
1444
|
+
(0, import_smithy_client.take)(input, {
|
|
1445
|
+
ResourceARN: [],
|
|
1446
|
+
TagKeys: (_) => (0, import_smithy_client._json)(_)
|
|
1447
|
+
})
|
|
1448
|
+
);
|
|
1449
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
1450
|
+
return b.build();
|
|
1451
|
+
}, "se_UntagResourceCommand");
|
|
1452
|
+
var se_UpdateMediaInsightsPipelineConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1453
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1454
|
+
const headers = {
|
|
1455
|
+
"content-type": "application/json"
|
|
1456
|
+
};
|
|
1457
|
+
b.bp("/media-insights-pipeline-configurations/{Identifier}");
|
|
1458
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1459
|
+
let body;
|
|
1460
|
+
body = JSON.stringify(
|
|
1461
|
+
(0, import_smithy_client.take)(input, {
|
|
1462
|
+
Elements: (_) => (0, import_smithy_client._json)(_),
|
|
1463
|
+
RealTimeAlertConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1464
|
+
ResourceAccessRoleArn: []
|
|
1465
|
+
})
|
|
1466
|
+
);
|
|
1467
|
+
b.m("PUT").h(headers).b(body);
|
|
1468
|
+
return b.build();
|
|
1469
|
+
}, "se_UpdateMediaInsightsPipelineConfigurationCommand");
|
|
1470
|
+
var se_UpdateMediaInsightsPipelineStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1471
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1472
|
+
const headers = {
|
|
1473
|
+
"content-type": "application/json"
|
|
1474
|
+
};
|
|
1475
|
+
b.bp("/media-insights-pipeline-status/{Identifier}");
|
|
1476
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1477
|
+
let body;
|
|
1478
|
+
body = JSON.stringify(
|
|
1479
|
+
(0, import_smithy_client.take)(input, {
|
|
1480
|
+
UpdateStatus: []
|
|
1481
|
+
})
|
|
1482
|
+
);
|
|
1483
|
+
b.m("PUT").h(headers).b(body);
|
|
1484
|
+
return b.build();
|
|
1485
|
+
}, "se_UpdateMediaInsightsPipelineStatusCommand");
|
|
1486
|
+
var se_UpdateMediaPipelineKinesisVideoStreamPoolCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1487
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1488
|
+
const headers = {
|
|
1489
|
+
"content-type": "application/json"
|
|
1490
|
+
};
|
|
1491
|
+
b.bp("/media-pipeline-kinesis-video-stream-pools/{Identifier}");
|
|
1492
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1493
|
+
let body;
|
|
1494
|
+
body = JSON.stringify(
|
|
1495
|
+
(0, import_smithy_client.take)(input, {
|
|
1496
|
+
StreamConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
1497
|
+
})
|
|
1498
|
+
);
|
|
1499
|
+
b.m("PUT").h(headers).b(body);
|
|
1500
|
+
return b.build();
|
|
1501
|
+
}, "se_UpdateMediaPipelineKinesisVideoStreamPoolCommand");
|
|
1502
|
+
var de_CreateMediaCapturePipelineCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1503
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1504
|
+
return de_CreateMediaCapturePipelineCommandError(output, context);
|
|
1505
|
+
}
|
|
1506
|
+
const contents = (0, import_smithy_client.map)({
|
|
1507
|
+
$metadata: deserializeMetadata(output)
|
|
1508
|
+
});
|
|
1509
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
1510
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1511
|
+
MediaCapturePipeline: (_) => de_MediaCapturePipeline(_, context)
|
|
1512
|
+
});
|
|
1513
|
+
Object.assign(contents, doc);
|
|
1514
|
+
return contents;
|
|
1515
|
+
}, "de_CreateMediaCapturePipelineCommand");
|
|
1516
|
+
var de_CreateMediaCapturePipelineCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1517
|
+
const parsedOutput = {
|
|
1518
|
+
...output,
|
|
1519
|
+
body: await parseErrorBody(output.body, context)
|
|
1520
|
+
};
|
|
1521
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1522
|
+
switch (errorCode) {
|
|
1523
|
+
case "BadRequestException":
|
|
1524
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
1525
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1526
|
+
case "ForbiddenException":
|
|
1527
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
1528
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
1529
|
+
case "ResourceLimitExceededException":
|
|
1530
|
+
case "com.amazonaws.chimesdkmediapipelines#ResourceLimitExceededException":
|
|
1531
|
+
throw await de_ResourceLimitExceededExceptionRes(parsedOutput, context);
|
|
1532
|
+
case "ServiceFailureException":
|
|
1533
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
1534
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
1535
|
+
case "ServiceUnavailableException":
|
|
1536
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
1537
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
1538
|
+
case "ThrottledClientException":
|
|
1539
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
1540
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
1541
|
+
case "UnauthorizedClientException":
|
|
1542
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
1543
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
1544
|
+
default:
|
|
1545
|
+
const parsedBody = parsedOutput.body;
|
|
1546
|
+
return throwDefaultError({
|
|
1547
|
+
output,
|
|
1548
|
+
parsedBody,
|
|
1549
|
+
errorCode
|
|
1550
|
+
});
|
|
1551
|
+
}
|
|
1552
|
+
}, "de_CreateMediaCapturePipelineCommandError");
|
|
1553
|
+
var de_CreateMediaConcatenationPipelineCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1554
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1555
|
+
return de_CreateMediaConcatenationPipelineCommandError(output, context);
|
|
1556
|
+
}
|
|
1557
|
+
const contents = (0, import_smithy_client.map)({
|
|
1558
|
+
$metadata: deserializeMetadata(output)
|
|
1559
|
+
});
|
|
1560
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
1561
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1562
|
+
MediaConcatenationPipeline: (_) => de_MediaConcatenationPipeline(_, context)
|
|
1563
|
+
});
|
|
1564
|
+
Object.assign(contents, doc);
|
|
1565
|
+
return contents;
|
|
1566
|
+
}, "de_CreateMediaConcatenationPipelineCommand");
|
|
1567
|
+
var de_CreateMediaConcatenationPipelineCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1568
|
+
const parsedOutput = {
|
|
1569
|
+
...output,
|
|
1570
|
+
body: await parseErrorBody(output.body, context)
|
|
1571
|
+
};
|
|
1572
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1573
|
+
switch (errorCode) {
|
|
1574
|
+
case "BadRequestException":
|
|
1575
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
1576
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1577
|
+
case "ForbiddenException":
|
|
1578
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
1579
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
1580
|
+
case "ResourceLimitExceededException":
|
|
1581
|
+
case "com.amazonaws.chimesdkmediapipelines#ResourceLimitExceededException":
|
|
1582
|
+
throw await de_ResourceLimitExceededExceptionRes(parsedOutput, context);
|
|
1583
|
+
case "ServiceFailureException":
|
|
1584
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
1585
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
1586
|
+
case "ServiceUnavailableException":
|
|
1587
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
1588
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
1589
|
+
case "ThrottledClientException":
|
|
1590
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
1591
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
1592
|
+
case "UnauthorizedClientException":
|
|
1593
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
1594
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
1595
|
+
default:
|
|
1596
|
+
const parsedBody = parsedOutput.body;
|
|
1597
|
+
return throwDefaultError({
|
|
1598
|
+
output,
|
|
1599
|
+
parsedBody,
|
|
1600
|
+
errorCode
|
|
1601
|
+
});
|
|
1602
|
+
}
|
|
1603
|
+
}, "de_CreateMediaConcatenationPipelineCommandError");
|
|
1604
|
+
var de_CreateMediaInsightsPipelineCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1605
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1606
|
+
return de_CreateMediaInsightsPipelineCommandError(output, context);
|
|
1607
|
+
}
|
|
1608
|
+
const contents = (0, import_smithy_client.map)({
|
|
1609
|
+
$metadata: deserializeMetadata(output)
|
|
1610
|
+
});
|
|
1611
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
1612
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1613
|
+
MediaInsightsPipeline: (_) => de_MediaInsightsPipeline(_, context)
|
|
1614
|
+
});
|
|
1615
|
+
Object.assign(contents, doc);
|
|
1616
|
+
return contents;
|
|
1617
|
+
}, "de_CreateMediaInsightsPipelineCommand");
|
|
1618
|
+
var de_CreateMediaInsightsPipelineCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1619
|
+
const parsedOutput = {
|
|
1620
|
+
...output,
|
|
1621
|
+
body: await parseErrorBody(output.body, context)
|
|
1622
|
+
};
|
|
1623
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1624
|
+
switch (errorCode) {
|
|
1625
|
+
case "BadRequestException":
|
|
1626
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
1627
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1628
|
+
case "ForbiddenException":
|
|
1629
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
1630
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
1631
|
+
case "NotFoundException":
|
|
1632
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
1633
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1634
|
+
case "ResourceLimitExceededException":
|
|
1635
|
+
case "com.amazonaws.chimesdkmediapipelines#ResourceLimitExceededException":
|
|
1636
|
+
throw await de_ResourceLimitExceededExceptionRes(parsedOutput, context);
|
|
1637
|
+
case "ServiceFailureException":
|
|
1638
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
1639
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
1640
|
+
case "ServiceUnavailableException":
|
|
1641
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
1642
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
1643
|
+
case "ThrottledClientException":
|
|
1644
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
1645
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
1646
|
+
case "UnauthorizedClientException":
|
|
1647
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
1648
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
1649
|
+
default:
|
|
1650
|
+
const parsedBody = parsedOutput.body;
|
|
1651
|
+
return throwDefaultError({
|
|
1652
|
+
output,
|
|
1653
|
+
parsedBody,
|
|
1654
|
+
errorCode
|
|
1655
|
+
});
|
|
1656
|
+
}
|
|
1657
|
+
}, "de_CreateMediaInsightsPipelineCommandError");
|
|
1658
|
+
var de_CreateMediaInsightsPipelineConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1659
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1660
|
+
return de_CreateMediaInsightsPipelineConfigurationCommandError(output, context);
|
|
1661
|
+
}
|
|
1662
|
+
const contents = (0, import_smithy_client.map)({
|
|
1663
|
+
$metadata: deserializeMetadata(output)
|
|
1664
|
+
});
|
|
1665
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
1666
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1667
|
+
MediaInsightsPipelineConfiguration: (_) => de_MediaInsightsPipelineConfiguration(_, context)
|
|
1668
|
+
});
|
|
1669
|
+
Object.assign(contents, doc);
|
|
1670
|
+
return contents;
|
|
1671
|
+
}, "de_CreateMediaInsightsPipelineConfigurationCommand");
|
|
1672
|
+
var de_CreateMediaInsightsPipelineConfigurationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1673
|
+
const parsedOutput = {
|
|
1674
|
+
...output,
|
|
1675
|
+
body: await parseErrorBody(output.body, context)
|
|
1676
|
+
};
|
|
1677
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1678
|
+
switch (errorCode) {
|
|
1679
|
+
case "BadRequestException":
|
|
1680
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
1681
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1682
|
+
case "ForbiddenException":
|
|
1683
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
1684
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
1685
|
+
case "NotFoundException":
|
|
1686
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
1687
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1688
|
+
case "ResourceLimitExceededException":
|
|
1689
|
+
case "com.amazonaws.chimesdkmediapipelines#ResourceLimitExceededException":
|
|
1690
|
+
throw await de_ResourceLimitExceededExceptionRes(parsedOutput, context);
|
|
1691
|
+
case "ServiceFailureException":
|
|
1692
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
1693
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
1694
|
+
case "ServiceUnavailableException":
|
|
1695
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
1696
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
1697
|
+
case "ThrottledClientException":
|
|
1698
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
1699
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
1700
|
+
case "UnauthorizedClientException":
|
|
1701
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
1702
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
1703
|
+
default:
|
|
1704
|
+
const parsedBody = parsedOutput.body;
|
|
1705
|
+
return throwDefaultError({
|
|
1706
|
+
output,
|
|
1707
|
+
parsedBody,
|
|
1708
|
+
errorCode
|
|
1709
|
+
});
|
|
1710
|
+
}
|
|
1711
|
+
}, "de_CreateMediaInsightsPipelineConfigurationCommandError");
|
|
1712
|
+
var de_CreateMediaLiveConnectorPipelineCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1713
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1714
|
+
return de_CreateMediaLiveConnectorPipelineCommandError(output, context);
|
|
1715
|
+
}
|
|
1716
|
+
const contents = (0, import_smithy_client.map)({
|
|
1717
|
+
$metadata: deserializeMetadata(output)
|
|
1718
|
+
});
|
|
1719
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
1720
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1721
|
+
MediaLiveConnectorPipeline: (_) => de_MediaLiveConnectorPipeline(_, context)
|
|
1722
|
+
});
|
|
1723
|
+
Object.assign(contents, doc);
|
|
1724
|
+
return contents;
|
|
1725
|
+
}, "de_CreateMediaLiveConnectorPipelineCommand");
|
|
1726
|
+
var de_CreateMediaLiveConnectorPipelineCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1727
|
+
const parsedOutput = {
|
|
1728
|
+
...output,
|
|
1729
|
+
body: await parseErrorBody(output.body, context)
|
|
1730
|
+
};
|
|
1731
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1732
|
+
switch (errorCode) {
|
|
1733
|
+
case "BadRequestException":
|
|
1734
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
1735
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1736
|
+
case "ForbiddenException":
|
|
1737
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
1738
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
1739
|
+
case "ResourceLimitExceededException":
|
|
1740
|
+
case "com.amazonaws.chimesdkmediapipelines#ResourceLimitExceededException":
|
|
1741
|
+
throw await de_ResourceLimitExceededExceptionRes(parsedOutput, context);
|
|
1742
|
+
case "ServiceFailureException":
|
|
1743
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
1744
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
1745
|
+
case "ServiceUnavailableException":
|
|
1746
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
1747
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
1748
|
+
case "ThrottledClientException":
|
|
1749
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
1750
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
1751
|
+
case "UnauthorizedClientException":
|
|
1752
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
1753
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
1754
|
+
default:
|
|
1755
|
+
const parsedBody = parsedOutput.body;
|
|
1756
|
+
return throwDefaultError({
|
|
1757
|
+
output,
|
|
1758
|
+
parsedBody,
|
|
1759
|
+
errorCode
|
|
1760
|
+
});
|
|
1761
|
+
}
|
|
1762
|
+
}, "de_CreateMediaLiveConnectorPipelineCommandError");
|
|
1763
|
+
var de_CreateMediaPipelineKinesisVideoStreamPoolCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1764
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1765
|
+
return de_CreateMediaPipelineKinesisVideoStreamPoolCommandError(output, context);
|
|
1766
|
+
}
|
|
1767
|
+
const contents = (0, import_smithy_client.map)({
|
|
1768
|
+
$metadata: deserializeMetadata(output)
|
|
1769
|
+
});
|
|
1770
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
1771
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1772
|
+
KinesisVideoStreamPoolConfiguration: (_) => de_KinesisVideoStreamPoolConfiguration(_, context)
|
|
1773
|
+
});
|
|
1774
|
+
Object.assign(contents, doc);
|
|
1775
|
+
return contents;
|
|
1776
|
+
}, "de_CreateMediaPipelineKinesisVideoStreamPoolCommand");
|
|
1777
|
+
var de_CreateMediaPipelineKinesisVideoStreamPoolCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1778
|
+
const parsedOutput = {
|
|
1779
|
+
...output,
|
|
1780
|
+
body: await parseErrorBody(output.body, context)
|
|
1781
|
+
};
|
|
1782
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1783
|
+
switch (errorCode) {
|
|
1784
|
+
case "BadRequestException":
|
|
1785
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
1786
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1787
|
+
case "ConflictException":
|
|
1788
|
+
case "com.amazonaws.chimesdkmediapipelines#ConflictException":
|
|
1789
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
1790
|
+
case "ForbiddenException":
|
|
1791
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
1792
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
1793
|
+
case "ResourceLimitExceededException":
|
|
1794
|
+
case "com.amazonaws.chimesdkmediapipelines#ResourceLimitExceededException":
|
|
1795
|
+
throw await de_ResourceLimitExceededExceptionRes(parsedOutput, context);
|
|
1796
|
+
case "ServiceFailureException":
|
|
1797
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
1798
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
1799
|
+
case "ServiceUnavailableException":
|
|
1800
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
1801
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
1802
|
+
case "ThrottledClientException":
|
|
1803
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
1804
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
1805
|
+
case "UnauthorizedClientException":
|
|
1806
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
1807
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
1808
|
+
default:
|
|
1809
|
+
const parsedBody = parsedOutput.body;
|
|
1810
|
+
return throwDefaultError({
|
|
1811
|
+
output,
|
|
1812
|
+
parsedBody,
|
|
1813
|
+
errorCode
|
|
1814
|
+
});
|
|
1815
|
+
}
|
|
1816
|
+
}, "de_CreateMediaPipelineKinesisVideoStreamPoolCommandError");
|
|
1817
|
+
var de_CreateMediaStreamPipelineCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1818
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1819
|
+
return de_CreateMediaStreamPipelineCommandError(output, context);
|
|
1820
|
+
}
|
|
1821
|
+
const contents = (0, import_smithy_client.map)({
|
|
1822
|
+
$metadata: deserializeMetadata(output)
|
|
1823
|
+
});
|
|
1824
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
1825
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1826
|
+
MediaStreamPipeline: (_) => de_MediaStreamPipeline(_, context)
|
|
1827
|
+
});
|
|
1828
|
+
Object.assign(contents, doc);
|
|
1829
|
+
return contents;
|
|
1830
|
+
}, "de_CreateMediaStreamPipelineCommand");
|
|
1831
|
+
var de_CreateMediaStreamPipelineCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1832
|
+
const parsedOutput = {
|
|
1833
|
+
...output,
|
|
1834
|
+
body: await parseErrorBody(output.body, context)
|
|
1835
|
+
};
|
|
1836
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1837
|
+
switch (errorCode) {
|
|
1838
|
+
case "BadRequestException":
|
|
1839
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
1840
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1841
|
+
case "ForbiddenException":
|
|
1842
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
1843
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
1844
|
+
case "NotFoundException":
|
|
1845
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
1846
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1847
|
+
case "ResourceLimitExceededException":
|
|
1848
|
+
case "com.amazonaws.chimesdkmediapipelines#ResourceLimitExceededException":
|
|
1849
|
+
throw await de_ResourceLimitExceededExceptionRes(parsedOutput, context);
|
|
1850
|
+
case "ServiceFailureException":
|
|
1851
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
1852
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
1853
|
+
case "ServiceUnavailableException":
|
|
1854
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
1855
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
1856
|
+
case "ThrottledClientException":
|
|
1857
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
1858
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
1859
|
+
case "UnauthorizedClientException":
|
|
1860
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
1861
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
1862
|
+
default:
|
|
1863
|
+
const parsedBody = parsedOutput.body;
|
|
1864
|
+
return throwDefaultError({
|
|
1865
|
+
output,
|
|
1866
|
+
parsedBody,
|
|
1867
|
+
errorCode
|
|
1868
|
+
});
|
|
1869
|
+
}
|
|
1870
|
+
}, "de_CreateMediaStreamPipelineCommandError");
|
|
1871
|
+
var de_DeleteMediaCapturePipelineCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1872
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1873
|
+
return de_DeleteMediaCapturePipelineCommandError(output, context);
|
|
1874
|
+
}
|
|
1875
|
+
const contents = (0, import_smithy_client.map)({
|
|
1876
|
+
$metadata: deserializeMetadata(output)
|
|
1877
|
+
});
|
|
1878
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1879
|
+
return contents;
|
|
1880
|
+
}, "de_DeleteMediaCapturePipelineCommand");
|
|
1881
|
+
var de_DeleteMediaCapturePipelineCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1882
|
+
const parsedOutput = {
|
|
1883
|
+
...output,
|
|
1884
|
+
body: await parseErrorBody(output.body, context)
|
|
1885
|
+
};
|
|
1886
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1887
|
+
switch (errorCode) {
|
|
1888
|
+
case "BadRequestException":
|
|
1889
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
1890
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1891
|
+
case "ForbiddenException":
|
|
1892
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
1893
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
1894
|
+
case "NotFoundException":
|
|
1895
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
1896
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1897
|
+
case "ServiceFailureException":
|
|
1898
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
1899
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
1900
|
+
case "ServiceUnavailableException":
|
|
1901
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
1902
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
1903
|
+
case "ThrottledClientException":
|
|
1904
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
1905
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
1906
|
+
case "UnauthorizedClientException":
|
|
1907
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
1908
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
1909
|
+
default:
|
|
1910
|
+
const parsedBody = parsedOutput.body;
|
|
1911
|
+
return throwDefaultError({
|
|
1912
|
+
output,
|
|
1913
|
+
parsedBody,
|
|
1914
|
+
errorCode
|
|
1915
|
+
});
|
|
1916
|
+
}
|
|
1917
|
+
}, "de_DeleteMediaCapturePipelineCommandError");
|
|
1918
|
+
var de_DeleteMediaInsightsPipelineConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1919
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1920
|
+
return de_DeleteMediaInsightsPipelineConfigurationCommandError(output, context);
|
|
1921
|
+
}
|
|
1922
|
+
const contents = (0, import_smithy_client.map)({
|
|
1923
|
+
$metadata: deserializeMetadata(output)
|
|
1924
|
+
});
|
|
1925
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1926
|
+
return contents;
|
|
1927
|
+
}, "de_DeleteMediaInsightsPipelineConfigurationCommand");
|
|
1928
|
+
var de_DeleteMediaInsightsPipelineConfigurationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1929
|
+
const parsedOutput = {
|
|
1930
|
+
...output,
|
|
1931
|
+
body: await parseErrorBody(output.body, context)
|
|
1932
|
+
};
|
|
1933
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1934
|
+
switch (errorCode) {
|
|
1935
|
+
case "BadRequestException":
|
|
1936
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
1937
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1938
|
+
case "ConflictException":
|
|
1939
|
+
case "com.amazonaws.chimesdkmediapipelines#ConflictException":
|
|
1940
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
1941
|
+
case "ForbiddenException":
|
|
1942
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
1943
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
1944
|
+
case "NotFoundException":
|
|
1945
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
1946
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1947
|
+
case "ServiceFailureException":
|
|
1948
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
1949
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
1950
|
+
case "ServiceUnavailableException":
|
|
1951
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
1952
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
1953
|
+
case "ThrottledClientException":
|
|
1954
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
1955
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
1956
|
+
case "UnauthorizedClientException":
|
|
1957
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
1958
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
1959
|
+
default:
|
|
1960
|
+
const parsedBody = parsedOutput.body;
|
|
1961
|
+
return throwDefaultError({
|
|
1962
|
+
output,
|
|
1963
|
+
parsedBody,
|
|
1964
|
+
errorCode
|
|
1965
|
+
});
|
|
1966
|
+
}
|
|
1967
|
+
}, "de_DeleteMediaInsightsPipelineConfigurationCommandError");
|
|
1968
|
+
var de_DeleteMediaPipelineCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1969
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1970
|
+
return de_DeleteMediaPipelineCommandError(output, context);
|
|
1971
|
+
}
|
|
1972
|
+
const contents = (0, import_smithy_client.map)({
|
|
1973
|
+
$metadata: deserializeMetadata(output)
|
|
1974
|
+
});
|
|
1975
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1976
|
+
return contents;
|
|
1977
|
+
}, "de_DeleteMediaPipelineCommand");
|
|
1978
|
+
var de_DeleteMediaPipelineCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1979
|
+
const parsedOutput = {
|
|
1980
|
+
...output,
|
|
1981
|
+
body: await parseErrorBody(output.body, context)
|
|
1982
|
+
};
|
|
1983
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1984
|
+
switch (errorCode) {
|
|
1985
|
+
case "BadRequestException":
|
|
1986
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
1987
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1988
|
+
case "ConflictException":
|
|
1989
|
+
case "com.amazonaws.chimesdkmediapipelines#ConflictException":
|
|
1990
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
1991
|
+
case "ForbiddenException":
|
|
1992
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
1993
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
1994
|
+
case "NotFoundException":
|
|
1995
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
1996
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1997
|
+
case "ServiceFailureException":
|
|
1998
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
1999
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2000
|
+
case "ServiceUnavailableException":
|
|
2001
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2002
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2003
|
+
case "ThrottledClientException":
|
|
2004
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2005
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2006
|
+
case "UnauthorizedClientException":
|
|
2007
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2008
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2009
|
+
default:
|
|
2010
|
+
const parsedBody = parsedOutput.body;
|
|
2011
|
+
return throwDefaultError({
|
|
2012
|
+
output,
|
|
2013
|
+
parsedBody,
|
|
2014
|
+
errorCode
|
|
2015
|
+
});
|
|
2016
|
+
}
|
|
2017
|
+
}, "de_DeleteMediaPipelineCommandError");
|
|
2018
|
+
var de_DeleteMediaPipelineKinesisVideoStreamPoolCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2019
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
2020
|
+
return de_DeleteMediaPipelineKinesisVideoStreamPoolCommandError(output, context);
|
|
2021
|
+
}
|
|
2022
|
+
const contents = (0, import_smithy_client.map)({
|
|
2023
|
+
$metadata: deserializeMetadata(output)
|
|
2024
|
+
});
|
|
2025
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2026
|
+
return contents;
|
|
2027
|
+
}, "de_DeleteMediaPipelineKinesisVideoStreamPoolCommand");
|
|
2028
|
+
var de_DeleteMediaPipelineKinesisVideoStreamPoolCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2029
|
+
const parsedOutput = {
|
|
2030
|
+
...output,
|
|
2031
|
+
body: await parseErrorBody(output.body, context)
|
|
2032
|
+
};
|
|
2033
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2034
|
+
switch (errorCode) {
|
|
2035
|
+
case "BadRequestException":
|
|
2036
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2037
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2038
|
+
case "ConflictException":
|
|
2039
|
+
case "com.amazonaws.chimesdkmediapipelines#ConflictException":
|
|
2040
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2041
|
+
case "ForbiddenException":
|
|
2042
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2043
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2044
|
+
case "NotFoundException":
|
|
2045
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
2046
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2047
|
+
case "ServiceFailureException":
|
|
2048
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2049
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2050
|
+
case "ServiceUnavailableException":
|
|
2051
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2052
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2053
|
+
case "ThrottledClientException":
|
|
2054
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2055
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2056
|
+
case "UnauthorizedClientException":
|
|
2057
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2058
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2059
|
+
default:
|
|
2060
|
+
const parsedBody = parsedOutput.body;
|
|
2061
|
+
return throwDefaultError({
|
|
2062
|
+
output,
|
|
2063
|
+
parsedBody,
|
|
2064
|
+
errorCode
|
|
2065
|
+
});
|
|
2066
|
+
}
|
|
2067
|
+
}, "de_DeleteMediaPipelineKinesisVideoStreamPoolCommandError");
|
|
2068
|
+
var de_GetMediaCapturePipelineCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2069
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2070
|
+
return de_GetMediaCapturePipelineCommandError(output, context);
|
|
2071
|
+
}
|
|
2072
|
+
const contents = (0, import_smithy_client.map)({
|
|
2073
|
+
$metadata: deserializeMetadata(output)
|
|
2074
|
+
});
|
|
2075
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
2076
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2077
|
+
MediaCapturePipeline: (_) => de_MediaCapturePipeline(_, context)
|
|
2078
|
+
});
|
|
2079
|
+
Object.assign(contents, doc);
|
|
2080
|
+
return contents;
|
|
2081
|
+
}, "de_GetMediaCapturePipelineCommand");
|
|
2082
|
+
var de_GetMediaCapturePipelineCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2083
|
+
const parsedOutput = {
|
|
2084
|
+
...output,
|
|
2085
|
+
body: await parseErrorBody(output.body, context)
|
|
2086
|
+
};
|
|
2087
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2088
|
+
switch (errorCode) {
|
|
2089
|
+
case "BadRequestException":
|
|
2090
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2091
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2092
|
+
case "ForbiddenException":
|
|
2093
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2094
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2095
|
+
case "NotFoundException":
|
|
2096
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
2097
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2098
|
+
case "ServiceFailureException":
|
|
2099
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2100
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2101
|
+
case "ServiceUnavailableException":
|
|
2102
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2103
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2104
|
+
case "ThrottledClientException":
|
|
2105
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2106
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2107
|
+
case "UnauthorizedClientException":
|
|
2108
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2109
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2110
|
+
default:
|
|
2111
|
+
const parsedBody = parsedOutput.body;
|
|
2112
|
+
return throwDefaultError({
|
|
2113
|
+
output,
|
|
2114
|
+
parsedBody,
|
|
2115
|
+
errorCode
|
|
2116
|
+
});
|
|
2117
|
+
}
|
|
2118
|
+
}, "de_GetMediaCapturePipelineCommandError");
|
|
2119
|
+
var de_GetMediaInsightsPipelineConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2120
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2121
|
+
return de_GetMediaInsightsPipelineConfigurationCommandError(output, context);
|
|
2122
|
+
}
|
|
2123
|
+
const contents = (0, import_smithy_client.map)({
|
|
2124
|
+
$metadata: deserializeMetadata(output)
|
|
2125
|
+
});
|
|
2126
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
2127
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2128
|
+
MediaInsightsPipelineConfiguration: (_) => de_MediaInsightsPipelineConfiguration(_, context)
|
|
2129
|
+
});
|
|
2130
|
+
Object.assign(contents, doc);
|
|
2131
|
+
return contents;
|
|
2132
|
+
}, "de_GetMediaInsightsPipelineConfigurationCommand");
|
|
2133
|
+
var de_GetMediaInsightsPipelineConfigurationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2134
|
+
const parsedOutput = {
|
|
2135
|
+
...output,
|
|
2136
|
+
body: await parseErrorBody(output.body, context)
|
|
2137
|
+
};
|
|
2138
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2139
|
+
switch (errorCode) {
|
|
2140
|
+
case "BadRequestException":
|
|
2141
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2142
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2143
|
+
case "ForbiddenException":
|
|
2144
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2145
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2146
|
+
case "NotFoundException":
|
|
2147
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
2148
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2149
|
+
case "ServiceFailureException":
|
|
2150
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2151
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2152
|
+
case "ServiceUnavailableException":
|
|
2153
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2154
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2155
|
+
case "ThrottledClientException":
|
|
2156
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2157
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2158
|
+
case "UnauthorizedClientException":
|
|
2159
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2160
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2161
|
+
default:
|
|
2162
|
+
const parsedBody = parsedOutput.body;
|
|
2163
|
+
return throwDefaultError({
|
|
2164
|
+
output,
|
|
2165
|
+
parsedBody,
|
|
2166
|
+
errorCode
|
|
2167
|
+
});
|
|
2168
|
+
}
|
|
2169
|
+
}, "de_GetMediaInsightsPipelineConfigurationCommandError");
|
|
2170
|
+
var de_GetMediaPipelineCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2171
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2172
|
+
return de_GetMediaPipelineCommandError(output, context);
|
|
2173
|
+
}
|
|
2174
|
+
const contents = (0, import_smithy_client.map)({
|
|
2175
|
+
$metadata: deserializeMetadata(output)
|
|
2176
|
+
});
|
|
2177
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
2178
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2179
|
+
MediaPipeline: (_) => de_MediaPipeline(_, context)
|
|
2180
|
+
});
|
|
2181
|
+
Object.assign(contents, doc);
|
|
2182
|
+
return contents;
|
|
2183
|
+
}, "de_GetMediaPipelineCommand");
|
|
2184
|
+
var de_GetMediaPipelineCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2185
|
+
const parsedOutput = {
|
|
2186
|
+
...output,
|
|
2187
|
+
body: await parseErrorBody(output.body, context)
|
|
2188
|
+
};
|
|
2189
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2190
|
+
switch (errorCode) {
|
|
2191
|
+
case "BadRequestException":
|
|
2192
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2193
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2194
|
+
case "ForbiddenException":
|
|
2195
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2196
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2197
|
+
case "NotFoundException":
|
|
2198
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
2199
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2200
|
+
case "ServiceFailureException":
|
|
2201
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2202
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2203
|
+
case "ServiceUnavailableException":
|
|
2204
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2205
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2206
|
+
case "ThrottledClientException":
|
|
2207
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2208
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2209
|
+
case "UnauthorizedClientException":
|
|
2210
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2211
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2212
|
+
default:
|
|
2213
|
+
const parsedBody = parsedOutput.body;
|
|
2214
|
+
return throwDefaultError({
|
|
2215
|
+
output,
|
|
2216
|
+
parsedBody,
|
|
2217
|
+
errorCode
|
|
2218
|
+
});
|
|
2219
|
+
}
|
|
2220
|
+
}, "de_GetMediaPipelineCommandError");
|
|
2221
|
+
var de_GetMediaPipelineKinesisVideoStreamPoolCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2222
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2223
|
+
return de_GetMediaPipelineKinesisVideoStreamPoolCommandError(output, context);
|
|
2224
|
+
}
|
|
2225
|
+
const contents = (0, import_smithy_client.map)({
|
|
2226
|
+
$metadata: deserializeMetadata(output)
|
|
2227
|
+
});
|
|
2228
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
2229
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2230
|
+
KinesisVideoStreamPoolConfiguration: (_) => de_KinesisVideoStreamPoolConfiguration(_, context)
|
|
2231
|
+
});
|
|
2232
|
+
Object.assign(contents, doc);
|
|
2233
|
+
return contents;
|
|
2234
|
+
}, "de_GetMediaPipelineKinesisVideoStreamPoolCommand");
|
|
2235
|
+
var de_GetMediaPipelineKinesisVideoStreamPoolCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2236
|
+
const parsedOutput = {
|
|
2237
|
+
...output,
|
|
2238
|
+
body: await parseErrorBody(output.body, context)
|
|
2239
|
+
};
|
|
2240
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2241
|
+
switch (errorCode) {
|
|
2242
|
+
case "BadRequestException":
|
|
2243
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2244
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2245
|
+
case "ForbiddenException":
|
|
2246
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2247
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2248
|
+
case "NotFoundException":
|
|
2249
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
2250
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2251
|
+
case "ServiceFailureException":
|
|
2252
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2253
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2254
|
+
case "ServiceUnavailableException":
|
|
2255
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2256
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2257
|
+
case "ThrottledClientException":
|
|
2258
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2259
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2260
|
+
case "UnauthorizedClientException":
|
|
2261
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2262
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2263
|
+
default:
|
|
2264
|
+
const parsedBody = parsedOutput.body;
|
|
2265
|
+
return throwDefaultError({
|
|
2266
|
+
output,
|
|
2267
|
+
parsedBody,
|
|
2268
|
+
errorCode
|
|
2269
|
+
});
|
|
2270
|
+
}
|
|
2271
|
+
}, "de_GetMediaPipelineKinesisVideoStreamPoolCommandError");
|
|
2272
|
+
var de_GetSpeakerSearchTaskCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2273
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2274
|
+
return de_GetSpeakerSearchTaskCommandError(output, context);
|
|
2275
|
+
}
|
|
2276
|
+
const contents = (0, import_smithy_client.map)({
|
|
2277
|
+
$metadata: deserializeMetadata(output)
|
|
2278
|
+
});
|
|
2279
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
2280
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2281
|
+
SpeakerSearchTask: (_) => de_SpeakerSearchTask(_, context)
|
|
2282
|
+
});
|
|
2283
|
+
Object.assign(contents, doc);
|
|
2284
|
+
return contents;
|
|
2285
|
+
}, "de_GetSpeakerSearchTaskCommand");
|
|
2286
|
+
var de_GetSpeakerSearchTaskCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2287
|
+
const parsedOutput = {
|
|
2288
|
+
...output,
|
|
2289
|
+
body: await parseErrorBody(output.body, context)
|
|
2290
|
+
};
|
|
2291
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2292
|
+
switch (errorCode) {
|
|
2293
|
+
case "BadRequestException":
|
|
2294
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2295
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2296
|
+
case "ForbiddenException":
|
|
2297
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2298
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2299
|
+
case "NotFoundException":
|
|
2300
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
2301
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2302
|
+
case "ServiceFailureException":
|
|
2303
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2304
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2305
|
+
case "ServiceUnavailableException":
|
|
2306
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2307
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2308
|
+
case "ThrottledClientException":
|
|
2309
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2310
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2311
|
+
case "UnauthorizedClientException":
|
|
2312
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2313
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2314
|
+
default:
|
|
2315
|
+
const parsedBody = parsedOutput.body;
|
|
2316
|
+
return throwDefaultError({
|
|
2317
|
+
output,
|
|
2318
|
+
parsedBody,
|
|
2319
|
+
errorCode
|
|
2320
|
+
});
|
|
2321
|
+
}
|
|
2322
|
+
}, "de_GetSpeakerSearchTaskCommandError");
|
|
2323
|
+
var de_GetVoiceToneAnalysisTaskCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2324
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2325
|
+
return de_GetVoiceToneAnalysisTaskCommandError(output, context);
|
|
2326
|
+
}
|
|
2327
|
+
const contents = (0, import_smithy_client.map)({
|
|
2328
|
+
$metadata: deserializeMetadata(output)
|
|
2329
|
+
});
|
|
2330
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
2331
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2332
|
+
VoiceToneAnalysisTask: (_) => de_VoiceToneAnalysisTask(_, context)
|
|
2333
|
+
});
|
|
2334
|
+
Object.assign(contents, doc);
|
|
2335
|
+
return contents;
|
|
2336
|
+
}, "de_GetVoiceToneAnalysisTaskCommand");
|
|
2337
|
+
var de_GetVoiceToneAnalysisTaskCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2338
|
+
const parsedOutput = {
|
|
2339
|
+
...output,
|
|
2340
|
+
body: await parseErrorBody(output.body, context)
|
|
2341
|
+
};
|
|
2342
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2343
|
+
switch (errorCode) {
|
|
2344
|
+
case "BadRequestException":
|
|
2345
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2346
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2347
|
+
case "ForbiddenException":
|
|
2348
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2349
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2350
|
+
case "NotFoundException":
|
|
2351
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
2352
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2353
|
+
case "ServiceFailureException":
|
|
2354
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2355
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2356
|
+
case "ServiceUnavailableException":
|
|
2357
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2358
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2359
|
+
case "ThrottledClientException":
|
|
2360
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2361
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2362
|
+
case "UnauthorizedClientException":
|
|
2363
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2364
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2365
|
+
default:
|
|
2366
|
+
const parsedBody = parsedOutput.body;
|
|
2367
|
+
return throwDefaultError({
|
|
2368
|
+
output,
|
|
2369
|
+
parsedBody,
|
|
2370
|
+
errorCode
|
|
2371
|
+
});
|
|
2372
|
+
}
|
|
2373
|
+
}, "de_GetVoiceToneAnalysisTaskCommandError");
|
|
2374
|
+
var de_ListMediaCapturePipelinesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2375
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2376
|
+
return de_ListMediaCapturePipelinesCommandError(output, context);
|
|
2377
|
+
}
|
|
2378
|
+
const contents = (0, import_smithy_client.map)({
|
|
2379
|
+
$metadata: deserializeMetadata(output)
|
|
2380
|
+
});
|
|
2381
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
2382
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2383
|
+
MediaCapturePipelines: import_smithy_client._json,
|
|
2384
|
+
NextToken: import_smithy_client.expectString
|
|
2385
|
+
});
|
|
2386
|
+
Object.assign(contents, doc);
|
|
2387
|
+
return contents;
|
|
2388
|
+
}, "de_ListMediaCapturePipelinesCommand");
|
|
2389
|
+
var de_ListMediaCapturePipelinesCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2390
|
+
const parsedOutput = {
|
|
2391
|
+
...output,
|
|
2392
|
+
body: await parseErrorBody(output.body, context)
|
|
2393
|
+
};
|
|
2394
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2395
|
+
switch (errorCode) {
|
|
2396
|
+
case "BadRequestException":
|
|
2397
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2398
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2399
|
+
case "ForbiddenException":
|
|
2400
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2401
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2402
|
+
case "ResourceLimitExceededException":
|
|
2403
|
+
case "com.amazonaws.chimesdkmediapipelines#ResourceLimitExceededException":
|
|
2404
|
+
throw await de_ResourceLimitExceededExceptionRes(parsedOutput, context);
|
|
2405
|
+
case "ServiceFailureException":
|
|
2406
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2407
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2408
|
+
case "ServiceUnavailableException":
|
|
2409
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2410
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2411
|
+
case "ThrottledClientException":
|
|
2412
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2413
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2414
|
+
case "UnauthorizedClientException":
|
|
2415
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2416
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2417
|
+
default:
|
|
2418
|
+
const parsedBody = parsedOutput.body;
|
|
2419
|
+
return throwDefaultError({
|
|
2420
|
+
output,
|
|
2421
|
+
parsedBody,
|
|
2422
|
+
errorCode
|
|
2423
|
+
});
|
|
2424
|
+
}
|
|
2425
|
+
}, "de_ListMediaCapturePipelinesCommandError");
|
|
2426
|
+
var de_ListMediaInsightsPipelineConfigurationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2427
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2428
|
+
return de_ListMediaInsightsPipelineConfigurationsCommandError(output, context);
|
|
2429
|
+
}
|
|
2430
|
+
const contents = (0, import_smithy_client.map)({
|
|
2431
|
+
$metadata: deserializeMetadata(output)
|
|
2432
|
+
});
|
|
2433
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
2434
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2435
|
+
MediaInsightsPipelineConfigurations: import_smithy_client._json,
|
|
2436
|
+
NextToken: import_smithy_client.expectString
|
|
2437
|
+
});
|
|
2438
|
+
Object.assign(contents, doc);
|
|
2439
|
+
return contents;
|
|
2440
|
+
}, "de_ListMediaInsightsPipelineConfigurationsCommand");
|
|
2441
|
+
var de_ListMediaInsightsPipelineConfigurationsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2442
|
+
const parsedOutput = {
|
|
2443
|
+
...output,
|
|
2444
|
+
body: await parseErrorBody(output.body, context)
|
|
2445
|
+
};
|
|
2446
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2447
|
+
switch (errorCode) {
|
|
2448
|
+
case "BadRequestException":
|
|
2449
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2450
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2451
|
+
case "ForbiddenException":
|
|
2452
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2453
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2454
|
+
case "ResourceLimitExceededException":
|
|
2455
|
+
case "com.amazonaws.chimesdkmediapipelines#ResourceLimitExceededException":
|
|
2456
|
+
throw await de_ResourceLimitExceededExceptionRes(parsedOutput, context);
|
|
2457
|
+
case "ServiceFailureException":
|
|
2458
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2459
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2460
|
+
case "ServiceUnavailableException":
|
|
2461
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2462
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2463
|
+
case "ThrottledClientException":
|
|
2464
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2465
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2466
|
+
case "UnauthorizedClientException":
|
|
2467
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2468
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2469
|
+
default:
|
|
2470
|
+
const parsedBody = parsedOutput.body;
|
|
2471
|
+
return throwDefaultError({
|
|
2472
|
+
output,
|
|
2473
|
+
parsedBody,
|
|
2474
|
+
errorCode
|
|
2475
|
+
});
|
|
2476
|
+
}
|
|
2477
|
+
}, "de_ListMediaInsightsPipelineConfigurationsCommandError");
|
|
2478
|
+
var de_ListMediaPipelineKinesisVideoStreamPoolsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2479
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2480
|
+
return de_ListMediaPipelineKinesisVideoStreamPoolsCommandError(output, context);
|
|
2481
|
+
}
|
|
2482
|
+
const contents = (0, import_smithy_client.map)({
|
|
2483
|
+
$metadata: deserializeMetadata(output)
|
|
2484
|
+
});
|
|
2485
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
2486
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2487
|
+
KinesisVideoStreamPools: import_smithy_client._json,
|
|
2488
|
+
NextToken: import_smithy_client.expectString
|
|
2489
|
+
});
|
|
2490
|
+
Object.assign(contents, doc);
|
|
2491
|
+
return contents;
|
|
2492
|
+
}, "de_ListMediaPipelineKinesisVideoStreamPoolsCommand");
|
|
2493
|
+
var de_ListMediaPipelineKinesisVideoStreamPoolsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2494
|
+
const parsedOutput = {
|
|
2495
|
+
...output,
|
|
2496
|
+
body: await parseErrorBody(output.body, context)
|
|
2497
|
+
};
|
|
2498
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2499
|
+
switch (errorCode) {
|
|
2500
|
+
case "BadRequestException":
|
|
2501
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2502
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2503
|
+
case "ForbiddenException":
|
|
2504
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2505
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2506
|
+
case "ResourceLimitExceededException":
|
|
2507
|
+
case "com.amazonaws.chimesdkmediapipelines#ResourceLimitExceededException":
|
|
2508
|
+
throw await de_ResourceLimitExceededExceptionRes(parsedOutput, context);
|
|
2509
|
+
case "ServiceFailureException":
|
|
2510
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2511
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2512
|
+
case "ServiceUnavailableException":
|
|
2513
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2514
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2515
|
+
case "ThrottledClientException":
|
|
2516
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2517
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2518
|
+
case "UnauthorizedClientException":
|
|
2519
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2520
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2521
|
+
default:
|
|
2522
|
+
const parsedBody = parsedOutput.body;
|
|
2523
|
+
return throwDefaultError({
|
|
2524
|
+
output,
|
|
2525
|
+
parsedBody,
|
|
2526
|
+
errorCode
|
|
2527
|
+
});
|
|
2528
|
+
}
|
|
2529
|
+
}, "de_ListMediaPipelineKinesisVideoStreamPoolsCommandError");
|
|
2530
|
+
var de_ListMediaPipelinesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2531
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2532
|
+
return de_ListMediaPipelinesCommandError(output, context);
|
|
2533
|
+
}
|
|
2534
|
+
const contents = (0, import_smithy_client.map)({
|
|
2535
|
+
$metadata: deserializeMetadata(output)
|
|
2536
|
+
});
|
|
2537
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
2538
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2539
|
+
MediaPipelines: import_smithy_client._json,
|
|
2540
|
+
NextToken: import_smithy_client.expectString
|
|
2541
|
+
});
|
|
2542
|
+
Object.assign(contents, doc);
|
|
2543
|
+
return contents;
|
|
2544
|
+
}, "de_ListMediaPipelinesCommand");
|
|
2545
|
+
var de_ListMediaPipelinesCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2546
|
+
const parsedOutput = {
|
|
2547
|
+
...output,
|
|
2548
|
+
body: await parseErrorBody(output.body, context)
|
|
2549
|
+
};
|
|
2550
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2551
|
+
switch (errorCode) {
|
|
2552
|
+
case "BadRequestException":
|
|
2553
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2554
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2555
|
+
case "ForbiddenException":
|
|
2556
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2557
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2558
|
+
case "ResourceLimitExceededException":
|
|
2559
|
+
case "com.amazonaws.chimesdkmediapipelines#ResourceLimitExceededException":
|
|
2560
|
+
throw await de_ResourceLimitExceededExceptionRes(parsedOutput, context);
|
|
2561
|
+
case "ServiceFailureException":
|
|
2562
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2563
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2564
|
+
case "ServiceUnavailableException":
|
|
2565
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2566
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2567
|
+
case "ThrottledClientException":
|
|
2568
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2569
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2570
|
+
case "UnauthorizedClientException":
|
|
2571
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2572
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2573
|
+
default:
|
|
2574
|
+
const parsedBody = parsedOutput.body;
|
|
2575
|
+
return throwDefaultError({
|
|
2576
|
+
output,
|
|
2577
|
+
parsedBody,
|
|
2578
|
+
errorCode
|
|
2579
|
+
});
|
|
2580
|
+
}
|
|
2581
|
+
}, "de_ListMediaPipelinesCommandError");
|
|
2582
|
+
var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2583
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2584
|
+
return de_ListTagsForResourceCommandError(output, context);
|
|
2585
|
+
}
|
|
2586
|
+
const contents = (0, import_smithy_client.map)({
|
|
2587
|
+
$metadata: deserializeMetadata(output)
|
|
2588
|
+
});
|
|
2589
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
2590
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2591
|
+
Tags: import_smithy_client._json
|
|
2592
|
+
});
|
|
2593
|
+
Object.assign(contents, doc);
|
|
2594
|
+
return contents;
|
|
2595
|
+
}, "de_ListTagsForResourceCommand");
|
|
2596
|
+
var de_ListTagsForResourceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2597
|
+
const parsedOutput = {
|
|
2598
|
+
...output,
|
|
2599
|
+
body: await parseErrorBody(output.body, context)
|
|
2600
|
+
};
|
|
2601
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2602
|
+
switch (errorCode) {
|
|
2603
|
+
case "BadRequestException":
|
|
2604
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2605
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2606
|
+
case "ForbiddenException":
|
|
2607
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2608
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2609
|
+
case "NotFoundException":
|
|
2610
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
2611
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2612
|
+
case "ServiceFailureException":
|
|
2613
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2614
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2615
|
+
case "ServiceUnavailableException":
|
|
2616
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2617
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2618
|
+
case "ThrottledClientException":
|
|
2619
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2620
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2621
|
+
case "UnauthorizedClientException":
|
|
2622
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2623
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2624
|
+
default:
|
|
2625
|
+
const parsedBody = parsedOutput.body;
|
|
2626
|
+
return throwDefaultError({
|
|
2627
|
+
output,
|
|
2628
|
+
parsedBody,
|
|
2629
|
+
errorCode
|
|
2630
|
+
});
|
|
2631
|
+
}
|
|
2632
|
+
}, "de_ListTagsForResourceCommandError");
|
|
2633
|
+
var de_StartSpeakerSearchTaskCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2634
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
2635
|
+
return de_StartSpeakerSearchTaskCommandError(output, context);
|
|
2636
|
+
}
|
|
2637
|
+
const contents = (0, import_smithy_client.map)({
|
|
2638
|
+
$metadata: deserializeMetadata(output)
|
|
2639
|
+
});
|
|
2640
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
2641
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2642
|
+
SpeakerSearchTask: (_) => de_SpeakerSearchTask(_, context)
|
|
2643
|
+
});
|
|
2644
|
+
Object.assign(contents, doc);
|
|
2645
|
+
return contents;
|
|
2646
|
+
}, "de_StartSpeakerSearchTaskCommand");
|
|
2647
|
+
var de_StartSpeakerSearchTaskCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2648
|
+
const parsedOutput = {
|
|
2649
|
+
...output,
|
|
2650
|
+
body: await parseErrorBody(output.body, context)
|
|
2651
|
+
};
|
|
2652
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2653
|
+
switch (errorCode) {
|
|
2654
|
+
case "BadRequestException":
|
|
2655
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2656
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2657
|
+
case "ConflictException":
|
|
2658
|
+
case "com.amazonaws.chimesdkmediapipelines#ConflictException":
|
|
2659
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2660
|
+
case "ForbiddenException":
|
|
2661
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2662
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2663
|
+
case "NotFoundException":
|
|
2664
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
2665
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2666
|
+
case "ServiceFailureException":
|
|
2667
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2668
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2669
|
+
case "ServiceUnavailableException":
|
|
2670
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2671
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2672
|
+
case "ThrottledClientException":
|
|
2673
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2674
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2675
|
+
case "UnauthorizedClientException":
|
|
2676
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2677
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2678
|
+
default:
|
|
2679
|
+
const parsedBody = parsedOutput.body;
|
|
2680
|
+
return throwDefaultError({
|
|
2681
|
+
output,
|
|
2682
|
+
parsedBody,
|
|
2683
|
+
errorCode
|
|
2684
|
+
});
|
|
2685
|
+
}
|
|
2686
|
+
}, "de_StartSpeakerSearchTaskCommandError");
|
|
2687
|
+
var de_StartVoiceToneAnalysisTaskCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2688
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
2689
|
+
return de_StartVoiceToneAnalysisTaskCommandError(output, context);
|
|
2690
|
+
}
|
|
2691
|
+
const contents = (0, import_smithy_client.map)({
|
|
2692
|
+
$metadata: deserializeMetadata(output)
|
|
2693
|
+
});
|
|
2694
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
2695
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2696
|
+
VoiceToneAnalysisTask: (_) => de_VoiceToneAnalysisTask(_, context)
|
|
2697
|
+
});
|
|
2698
|
+
Object.assign(contents, doc);
|
|
2699
|
+
return contents;
|
|
2700
|
+
}, "de_StartVoiceToneAnalysisTaskCommand");
|
|
2701
|
+
var de_StartVoiceToneAnalysisTaskCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2702
|
+
const parsedOutput = {
|
|
2703
|
+
...output,
|
|
2704
|
+
body: await parseErrorBody(output.body, context)
|
|
2705
|
+
};
|
|
2706
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2707
|
+
switch (errorCode) {
|
|
2708
|
+
case "BadRequestException":
|
|
2709
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2710
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2711
|
+
case "ConflictException":
|
|
2712
|
+
case "com.amazonaws.chimesdkmediapipelines#ConflictException":
|
|
2713
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2714
|
+
case "ForbiddenException":
|
|
2715
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2716
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2717
|
+
case "NotFoundException":
|
|
2718
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
2719
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2720
|
+
case "ServiceFailureException":
|
|
2721
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2722
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2723
|
+
case "ServiceUnavailableException":
|
|
2724
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2725
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2726
|
+
case "ThrottledClientException":
|
|
2727
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2728
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2729
|
+
case "UnauthorizedClientException":
|
|
2730
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2731
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2732
|
+
default:
|
|
2733
|
+
const parsedBody = parsedOutput.body;
|
|
2734
|
+
return throwDefaultError({
|
|
2735
|
+
output,
|
|
2736
|
+
parsedBody,
|
|
2737
|
+
errorCode
|
|
2738
|
+
});
|
|
2739
|
+
}
|
|
2740
|
+
}, "de_StartVoiceToneAnalysisTaskCommandError");
|
|
2741
|
+
var de_StopSpeakerSearchTaskCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2742
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
2743
|
+
return de_StopSpeakerSearchTaskCommandError(output, context);
|
|
2744
|
+
}
|
|
2745
|
+
const contents = (0, import_smithy_client.map)({
|
|
2746
|
+
$metadata: deserializeMetadata(output)
|
|
2747
|
+
});
|
|
2748
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2749
|
+
return contents;
|
|
2750
|
+
}, "de_StopSpeakerSearchTaskCommand");
|
|
2751
|
+
var de_StopSpeakerSearchTaskCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2752
|
+
const parsedOutput = {
|
|
2753
|
+
...output,
|
|
2754
|
+
body: await parseErrorBody(output.body, context)
|
|
2755
|
+
};
|
|
2756
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2757
|
+
switch (errorCode) {
|
|
2758
|
+
case "BadRequestException":
|
|
2759
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2760
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2761
|
+
case "ConflictException":
|
|
2762
|
+
case "com.amazonaws.chimesdkmediapipelines#ConflictException":
|
|
2763
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2764
|
+
case "ForbiddenException":
|
|
2765
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2766
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2767
|
+
case "NotFoundException":
|
|
2768
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
2769
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2770
|
+
case "ServiceFailureException":
|
|
2771
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2772
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2773
|
+
case "ServiceUnavailableException":
|
|
2774
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2775
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2776
|
+
case "ThrottledClientException":
|
|
2777
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2778
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2779
|
+
case "UnauthorizedClientException":
|
|
2780
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2781
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2782
|
+
default:
|
|
2783
|
+
const parsedBody = parsedOutput.body;
|
|
2784
|
+
return throwDefaultError({
|
|
2785
|
+
output,
|
|
2786
|
+
parsedBody,
|
|
2787
|
+
errorCode
|
|
2788
|
+
});
|
|
2789
|
+
}
|
|
2790
|
+
}, "de_StopSpeakerSearchTaskCommandError");
|
|
2791
|
+
var de_StopVoiceToneAnalysisTaskCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2792
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
2793
|
+
return de_StopVoiceToneAnalysisTaskCommandError(output, context);
|
|
2794
|
+
}
|
|
2795
|
+
const contents = (0, import_smithy_client.map)({
|
|
2796
|
+
$metadata: deserializeMetadata(output)
|
|
2797
|
+
});
|
|
2798
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2799
|
+
return contents;
|
|
2800
|
+
}, "de_StopVoiceToneAnalysisTaskCommand");
|
|
2801
|
+
var de_StopVoiceToneAnalysisTaskCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2802
|
+
const parsedOutput = {
|
|
2803
|
+
...output,
|
|
2804
|
+
body: await parseErrorBody(output.body, context)
|
|
2805
|
+
};
|
|
2806
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2807
|
+
switch (errorCode) {
|
|
2808
|
+
case "BadRequestException":
|
|
2809
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2810
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2811
|
+
case "ConflictException":
|
|
2812
|
+
case "com.amazonaws.chimesdkmediapipelines#ConflictException":
|
|
2813
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2814
|
+
case "ForbiddenException":
|
|
2815
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2816
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2817
|
+
case "NotFoundException":
|
|
2818
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
2819
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2820
|
+
case "ServiceFailureException":
|
|
2821
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2822
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2823
|
+
case "ServiceUnavailableException":
|
|
2824
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2825
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2826
|
+
case "ThrottledClientException":
|
|
2827
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2828
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2829
|
+
case "UnauthorizedClientException":
|
|
2830
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2831
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2832
|
+
default:
|
|
2833
|
+
const parsedBody = parsedOutput.body;
|
|
2834
|
+
return throwDefaultError({
|
|
2835
|
+
output,
|
|
2836
|
+
parsedBody,
|
|
2837
|
+
errorCode
|
|
2838
|
+
});
|
|
2839
|
+
}
|
|
2840
|
+
}, "de_StopVoiceToneAnalysisTaskCommandError");
|
|
2841
|
+
var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2842
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
2843
|
+
return de_TagResourceCommandError(output, context);
|
|
2844
|
+
}
|
|
2845
|
+
const contents = (0, import_smithy_client.map)({
|
|
2846
|
+
$metadata: deserializeMetadata(output)
|
|
2847
|
+
});
|
|
2848
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2849
|
+
return contents;
|
|
2850
|
+
}, "de_TagResourceCommand");
|
|
2851
|
+
var de_TagResourceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2852
|
+
const parsedOutput = {
|
|
2853
|
+
...output,
|
|
2854
|
+
body: await parseErrorBody(output.body, context)
|
|
2855
|
+
};
|
|
2856
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2857
|
+
switch (errorCode) {
|
|
2858
|
+
case "BadRequestException":
|
|
2859
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2860
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2861
|
+
case "ForbiddenException":
|
|
2862
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2863
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2864
|
+
case "NotFoundException":
|
|
2865
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
2866
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2867
|
+
case "ServiceFailureException":
|
|
2868
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2869
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2870
|
+
case "ServiceUnavailableException":
|
|
2871
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2872
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2873
|
+
case "ThrottledClientException":
|
|
2874
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2875
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2876
|
+
case "UnauthorizedClientException":
|
|
2877
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2878
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2879
|
+
default:
|
|
2880
|
+
const parsedBody = parsedOutput.body;
|
|
2881
|
+
return throwDefaultError({
|
|
2882
|
+
output,
|
|
2883
|
+
parsedBody,
|
|
2884
|
+
errorCode
|
|
2885
|
+
});
|
|
2886
|
+
}
|
|
2887
|
+
}, "de_TagResourceCommandError");
|
|
2888
|
+
var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2889
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
2890
|
+
return de_UntagResourceCommandError(output, context);
|
|
2891
|
+
}
|
|
2892
|
+
const contents = (0, import_smithy_client.map)({
|
|
2893
|
+
$metadata: deserializeMetadata(output)
|
|
2894
|
+
});
|
|
2895
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2896
|
+
return contents;
|
|
2897
|
+
}, "de_UntagResourceCommand");
|
|
2898
|
+
var de_UntagResourceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2899
|
+
const parsedOutput = {
|
|
2900
|
+
...output,
|
|
2901
|
+
body: await parseErrorBody(output.body, context)
|
|
2902
|
+
};
|
|
2903
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2904
|
+
switch (errorCode) {
|
|
2905
|
+
case "BadRequestException":
|
|
2906
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2907
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2908
|
+
case "ForbiddenException":
|
|
2909
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2910
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2911
|
+
case "NotFoundException":
|
|
2912
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
2913
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2914
|
+
case "ServiceFailureException":
|
|
2915
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2916
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2917
|
+
case "ServiceUnavailableException":
|
|
2918
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2919
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2920
|
+
case "ThrottledClientException":
|
|
2921
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2922
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2923
|
+
case "UnauthorizedClientException":
|
|
2924
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2925
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2926
|
+
default:
|
|
2927
|
+
const parsedBody = parsedOutput.body;
|
|
2928
|
+
return throwDefaultError({
|
|
2929
|
+
output,
|
|
2930
|
+
parsedBody,
|
|
2931
|
+
errorCode
|
|
2932
|
+
});
|
|
2933
|
+
}
|
|
2934
|
+
}, "de_UntagResourceCommandError");
|
|
2935
|
+
var de_UpdateMediaInsightsPipelineConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2936
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2937
|
+
return de_UpdateMediaInsightsPipelineConfigurationCommandError(output, context);
|
|
2938
|
+
}
|
|
2939
|
+
const contents = (0, import_smithy_client.map)({
|
|
2940
|
+
$metadata: deserializeMetadata(output)
|
|
2941
|
+
});
|
|
2942
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
2943
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2944
|
+
MediaInsightsPipelineConfiguration: (_) => de_MediaInsightsPipelineConfiguration(_, context)
|
|
2945
|
+
});
|
|
2946
|
+
Object.assign(contents, doc);
|
|
2947
|
+
return contents;
|
|
2948
|
+
}, "de_UpdateMediaInsightsPipelineConfigurationCommand");
|
|
2949
|
+
var de_UpdateMediaInsightsPipelineConfigurationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2950
|
+
const parsedOutput = {
|
|
2951
|
+
...output,
|
|
2952
|
+
body: await parseErrorBody(output.body, context)
|
|
2953
|
+
};
|
|
2954
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2955
|
+
switch (errorCode) {
|
|
2956
|
+
case "BadRequestException":
|
|
2957
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
2958
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2959
|
+
case "ConflictException":
|
|
2960
|
+
case "com.amazonaws.chimesdkmediapipelines#ConflictException":
|
|
2961
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2962
|
+
case "ForbiddenException":
|
|
2963
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
2964
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
2965
|
+
case "NotFoundException":
|
|
2966
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
2967
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2968
|
+
case "ServiceFailureException":
|
|
2969
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
2970
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
2971
|
+
case "ServiceUnavailableException":
|
|
2972
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
2973
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
2974
|
+
case "ThrottledClientException":
|
|
2975
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
2976
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
2977
|
+
case "UnauthorizedClientException":
|
|
2978
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
2979
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
2980
|
+
default:
|
|
2981
|
+
const parsedBody = parsedOutput.body;
|
|
2982
|
+
return throwDefaultError({
|
|
2983
|
+
output,
|
|
2984
|
+
parsedBody,
|
|
2985
|
+
errorCode
|
|
2986
|
+
});
|
|
2987
|
+
}
|
|
2988
|
+
}, "de_UpdateMediaInsightsPipelineConfigurationCommandError");
|
|
2989
|
+
var de_UpdateMediaInsightsPipelineStatusCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2990
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2991
|
+
return de_UpdateMediaInsightsPipelineStatusCommandError(output, context);
|
|
2992
|
+
}
|
|
2993
|
+
const contents = (0, import_smithy_client.map)({
|
|
2994
|
+
$metadata: deserializeMetadata(output)
|
|
2995
|
+
});
|
|
2996
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2997
|
+
return contents;
|
|
2998
|
+
}, "de_UpdateMediaInsightsPipelineStatusCommand");
|
|
2999
|
+
var de_UpdateMediaInsightsPipelineStatusCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
3000
|
+
const parsedOutput = {
|
|
3001
|
+
...output,
|
|
3002
|
+
body: await parseErrorBody(output.body, context)
|
|
3003
|
+
};
|
|
3004
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3005
|
+
switch (errorCode) {
|
|
3006
|
+
case "BadRequestException":
|
|
3007
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
3008
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
3009
|
+
case "ConflictException":
|
|
3010
|
+
case "com.amazonaws.chimesdkmediapipelines#ConflictException":
|
|
3011
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
3012
|
+
case "ForbiddenException":
|
|
3013
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
3014
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
3015
|
+
case "NotFoundException":
|
|
3016
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
3017
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
3018
|
+
case "ServiceFailureException":
|
|
3019
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
3020
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
3021
|
+
case "ServiceUnavailableException":
|
|
3022
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
3023
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
3024
|
+
case "ThrottledClientException":
|
|
3025
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
3026
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
3027
|
+
case "UnauthorizedClientException":
|
|
3028
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
3029
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
3030
|
+
default:
|
|
3031
|
+
const parsedBody = parsedOutput.body;
|
|
3032
|
+
return throwDefaultError({
|
|
3033
|
+
output,
|
|
3034
|
+
parsedBody,
|
|
3035
|
+
errorCode
|
|
3036
|
+
});
|
|
3037
|
+
}
|
|
3038
|
+
}, "de_UpdateMediaInsightsPipelineStatusCommandError");
|
|
3039
|
+
var de_UpdateMediaPipelineKinesisVideoStreamPoolCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3040
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3041
|
+
return de_UpdateMediaPipelineKinesisVideoStreamPoolCommandError(output, context);
|
|
3042
|
+
}
|
|
3043
|
+
const contents = (0, import_smithy_client.map)({
|
|
3044
|
+
$metadata: deserializeMetadata(output)
|
|
3045
|
+
});
|
|
3046
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
|
|
3047
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3048
|
+
KinesisVideoStreamPoolConfiguration: (_) => de_KinesisVideoStreamPoolConfiguration(_, context)
|
|
3049
|
+
});
|
|
3050
|
+
Object.assign(contents, doc);
|
|
3051
|
+
return contents;
|
|
3052
|
+
}, "de_UpdateMediaPipelineKinesisVideoStreamPoolCommand");
|
|
3053
|
+
var de_UpdateMediaPipelineKinesisVideoStreamPoolCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
3054
|
+
const parsedOutput = {
|
|
3055
|
+
...output,
|
|
3056
|
+
body: await parseErrorBody(output.body, context)
|
|
3057
|
+
};
|
|
3058
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3059
|
+
switch (errorCode) {
|
|
3060
|
+
case "BadRequestException":
|
|
3061
|
+
case "com.amazonaws.chimesdkmediapipelines#BadRequestException":
|
|
3062
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
3063
|
+
case "ConflictException":
|
|
3064
|
+
case "com.amazonaws.chimesdkmediapipelines#ConflictException":
|
|
3065
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
3066
|
+
case "ForbiddenException":
|
|
3067
|
+
case "com.amazonaws.chimesdkmediapipelines#ForbiddenException":
|
|
3068
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
3069
|
+
case "NotFoundException":
|
|
3070
|
+
case "com.amazonaws.chimesdkmediapipelines#NotFoundException":
|
|
3071
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
3072
|
+
case "ServiceFailureException":
|
|
3073
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceFailureException":
|
|
3074
|
+
throw await de_ServiceFailureExceptionRes(parsedOutput, context);
|
|
3075
|
+
case "ServiceUnavailableException":
|
|
3076
|
+
case "com.amazonaws.chimesdkmediapipelines#ServiceUnavailableException":
|
|
3077
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
3078
|
+
case "ThrottledClientException":
|
|
3079
|
+
case "com.amazonaws.chimesdkmediapipelines#ThrottledClientException":
|
|
3080
|
+
throw await de_ThrottledClientExceptionRes(parsedOutput, context);
|
|
3081
|
+
case "UnauthorizedClientException":
|
|
3082
|
+
case "com.amazonaws.chimesdkmediapipelines#UnauthorizedClientException":
|
|
3083
|
+
throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
|
|
3084
|
+
default:
|
|
3085
|
+
const parsedBody = parsedOutput.body;
|
|
3086
|
+
return throwDefaultError({
|
|
3087
|
+
output,
|
|
3088
|
+
parsedBody,
|
|
3089
|
+
errorCode
|
|
3090
|
+
});
|
|
3091
|
+
}
|
|
3092
|
+
}, "de_UpdateMediaPipelineKinesisVideoStreamPoolCommandError");
|
|
3093
|
+
var throwDefaultError = (0, import_smithy_client.withBaseException)(ChimeSDKMediaPipelinesServiceException);
|
|
3094
|
+
var de_BadRequestExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3095
|
+
const contents = (0, import_smithy_client.map)({});
|
|
3096
|
+
const data = parsedOutput.body;
|
|
3097
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3098
|
+
Code: import_smithy_client.expectString,
|
|
3099
|
+
Message: import_smithy_client.expectString,
|
|
3100
|
+
RequestId: import_smithy_client.expectString
|
|
3101
|
+
});
|
|
3102
|
+
Object.assign(contents, doc);
|
|
3103
|
+
const exception = new BadRequestException({
|
|
3104
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3105
|
+
...contents
|
|
3106
|
+
});
|
|
3107
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
3108
|
+
}, "de_BadRequestExceptionRes");
|
|
3109
|
+
var de_ConflictExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3110
|
+
const contents = (0, import_smithy_client.map)({});
|
|
3111
|
+
const data = parsedOutput.body;
|
|
3112
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3113
|
+
Code: import_smithy_client.expectString,
|
|
3114
|
+
Message: import_smithy_client.expectString,
|
|
3115
|
+
RequestId: import_smithy_client.expectString
|
|
3116
|
+
});
|
|
3117
|
+
Object.assign(contents, doc);
|
|
3118
|
+
const exception = new ConflictException({
|
|
3119
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3120
|
+
...contents
|
|
3121
|
+
});
|
|
3122
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
3123
|
+
}, "de_ConflictExceptionRes");
|
|
3124
|
+
var de_ForbiddenExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3125
|
+
const contents = (0, import_smithy_client.map)({});
|
|
3126
|
+
const data = parsedOutput.body;
|
|
3127
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3128
|
+
Code: import_smithy_client.expectString,
|
|
3129
|
+
Message: import_smithy_client.expectString,
|
|
3130
|
+
RequestId: import_smithy_client.expectString
|
|
3131
|
+
});
|
|
3132
|
+
Object.assign(contents, doc);
|
|
3133
|
+
const exception = new ForbiddenException({
|
|
3134
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3135
|
+
...contents
|
|
3136
|
+
});
|
|
3137
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
3138
|
+
}, "de_ForbiddenExceptionRes");
|
|
3139
|
+
var de_NotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3140
|
+
const contents = (0, import_smithy_client.map)({});
|
|
3141
|
+
const data = parsedOutput.body;
|
|
3142
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3143
|
+
Code: import_smithy_client.expectString,
|
|
3144
|
+
Message: import_smithy_client.expectString,
|
|
3145
|
+
RequestId: import_smithy_client.expectString
|
|
3146
|
+
});
|
|
3147
|
+
Object.assign(contents, doc);
|
|
3148
|
+
const exception = new NotFoundException({
|
|
3149
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3150
|
+
...contents
|
|
3151
|
+
});
|
|
3152
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
3153
|
+
}, "de_NotFoundExceptionRes");
|
|
3154
|
+
var de_ResourceLimitExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3155
|
+
const contents = (0, import_smithy_client.map)({});
|
|
3156
|
+
const data = parsedOutput.body;
|
|
3157
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3158
|
+
Code: import_smithy_client.expectString,
|
|
3159
|
+
Message: import_smithy_client.expectString,
|
|
3160
|
+
RequestId: import_smithy_client.expectString
|
|
3161
|
+
});
|
|
3162
|
+
Object.assign(contents, doc);
|
|
3163
|
+
const exception = new ResourceLimitExceededException({
|
|
3164
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3165
|
+
...contents
|
|
3166
|
+
});
|
|
3167
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
3168
|
+
}, "de_ResourceLimitExceededExceptionRes");
|
|
3169
|
+
var de_ServiceFailureExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3170
|
+
const contents = (0, import_smithy_client.map)({});
|
|
3171
|
+
const data = parsedOutput.body;
|
|
3172
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3173
|
+
Code: import_smithy_client.expectString,
|
|
3174
|
+
Message: import_smithy_client.expectString,
|
|
3175
|
+
RequestId: import_smithy_client.expectString
|
|
3176
|
+
});
|
|
3177
|
+
Object.assign(contents, doc);
|
|
3178
|
+
const exception = new ServiceFailureException({
|
|
3179
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3180
|
+
...contents
|
|
3181
|
+
});
|
|
3182
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
3183
|
+
}, "de_ServiceFailureExceptionRes");
|
|
3184
|
+
var de_ServiceUnavailableExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3185
|
+
const contents = (0, import_smithy_client.map)({});
|
|
3186
|
+
const data = parsedOutput.body;
|
|
3187
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3188
|
+
Code: import_smithy_client.expectString,
|
|
3189
|
+
Message: import_smithy_client.expectString,
|
|
3190
|
+
RequestId: import_smithy_client.expectString
|
|
3191
|
+
});
|
|
3192
|
+
Object.assign(contents, doc);
|
|
3193
|
+
const exception = new ServiceUnavailableException({
|
|
3194
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3195
|
+
...contents
|
|
3196
|
+
});
|
|
3197
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
3198
|
+
}, "de_ServiceUnavailableExceptionRes");
|
|
3199
|
+
var de_ThrottledClientExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3200
|
+
const contents = (0, import_smithy_client.map)({});
|
|
3201
|
+
const data = parsedOutput.body;
|
|
3202
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3203
|
+
Code: import_smithy_client.expectString,
|
|
3204
|
+
Message: import_smithy_client.expectString,
|
|
3205
|
+
RequestId: import_smithy_client.expectString
|
|
3206
|
+
});
|
|
3207
|
+
Object.assign(contents, doc);
|
|
3208
|
+
const exception = new ThrottledClientException({
|
|
3209
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3210
|
+
...contents
|
|
3211
|
+
});
|
|
3212
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
3213
|
+
}, "de_ThrottledClientExceptionRes");
|
|
3214
|
+
var de_UnauthorizedClientExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3215
|
+
const contents = (0, import_smithy_client.map)({});
|
|
3216
|
+
const data = parsedOutput.body;
|
|
3217
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3218
|
+
Code: import_smithy_client.expectString,
|
|
3219
|
+
Message: import_smithy_client.expectString,
|
|
3220
|
+
RequestId: import_smithy_client.expectString
|
|
3221
|
+
});
|
|
3222
|
+
Object.assign(contents, doc);
|
|
3223
|
+
const exception = new UnauthorizedClientException({
|
|
3224
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3225
|
+
...contents
|
|
3226
|
+
});
|
|
3227
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
3228
|
+
}, "de_UnauthorizedClientExceptionRes");
|
|
3229
|
+
var se_FragmentSelector = /* @__PURE__ */ __name((input, context) => {
|
|
3230
|
+
return (0, import_smithy_client.take)(input, {
|
|
3231
|
+
FragmentSelectorType: [],
|
|
3232
|
+
TimestampRange: (_) => se_TimestampRange(_, context)
|
|
3233
|
+
});
|
|
3234
|
+
}, "se_FragmentSelector");
|
|
3235
|
+
var se_KinesisVideoStreamRecordingSourceRuntimeConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
3236
|
+
return (0, import_smithy_client.take)(input, {
|
|
3237
|
+
FragmentSelector: (_) => se_FragmentSelector(_, context),
|
|
3238
|
+
Streams: import_smithy_client._json
|
|
3239
|
+
});
|
|
3240
|
+
}, "se_KinesisVideoStreamRecordingSourceRuntimeConfiguration");
|
|
3241
|
+
var se_TimestampRange = /* @__PURE__ */ __name((input, context) => {
|
|
3242
|
+
return (0, import_smithy_client.take)(input, {
|
|
3243
|
+
EndTimestamp: (_) => Math.round(_.getTime() / 1e3),
|
|
3244
|
+
StartTimestamp: (_) => Math.round(_.getTime() / 1e3)
|
|
3245
|
+
});
|
|
3246
|
+
}, "se_TimestampRange");
|
|
3247
|
+
var de_FragmentSelector = /* @__PURE__ */ __name((output, context) => {
|
|
3248
|
+
return (0, import_smithy_client.take)(output, {
|
|
3249
|
+
FragmentSelectorType: import_smithy_client.expectString,
|
|
3250
|
+
TimestampRange: (_) => de_TimestampRange(_, context)
|
|
3251
|
+
});
|
|
3252
|
+
}, "de_FragmentSelector");
|
|
3253
|
+
var de_KinesisVideoStreamPoolConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
3254
|
+
return (0, import_smithy_client.take)(output, {
|
|
3255
|
+
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3256
|
+
PoolArn: import_smithy_client.expectString,
|
|
3257
|
+
PoolId: import_smithy_client.expectString,
|
|
3258
|
+
PoolName: import_smithy_client.expectString,
|
|
3259
|
+
PoolSize: import_smithy_client.expectInt32,
|
|
3260
|
+
PoolStatus: import_smithy_client.expectString,
|
|
3261
|
+
StreamConfiguration: import_smithy_client._json,
|
|
3262
|
+
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3263
|
+
});
|
|
3264
|
+
}, "de_KinesisVideoStreamPoolConfiguration");
|
|
3265
|
+
var de_KinesisVideoStreamRecordingSourceRuntimeConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
3266
|
+
return (0, import_smithy_client.take)(output, {
|
|
3267
|
+
FragmentSelector: (_) => de_FragmentSelector(_, context),
|
|
3268
|
+
Streams: import_smithy_client._json
|
|
3269
|
+
});
|
|
3270
|
+
}, "de_KinesisVideoStreamRecordingSourceRuntimeConfiguration");
|
|
3271
|
+
var de_MediaCapturePipeline = /* @__PURE__ */ __name((output, context) => {
|
|
3272
|
+
return (0, import_smithy_client.take)(output, {
|
|
3273
|
+
ChimeSdkMeetingConfiguration: import_smithy_client._json,
|
|
3274
|
+
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3275
|
+
MediaPipelineArn: import_smithy_client.expectString,
|
|
3276
|
+
MediaPipelineId: import_smithy_client.expectString,
|
|
3277
|
+
SinkArn: import_smithy_client.expectString,
|
|
3278
|
+
SinkType: import_smithy_client.expectString,
|
|
3279
|
+
SourceArn: import_smithy_client.expectString,
|
|
3280
|
+
SourceType: import_smithy_client.expectString,
|
|
3281
|
+
Status: import_smithy_client.expectString,
|
|
3282
|
+
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3283
|
+
});
|
|
3284
|
+
}, "de_MediaCapturePipeline");
|
|
3285
|
+
var de_MediaConcatenationPipeline = /* @__PURE__ */ __name((output, context) => {
|
|
3286
|
+
return (0, import_smithy_client.take)(output, {
|
|
3287
|
+
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3288
|
+
MediaPipelineArn: import_smithy_client.expectString,
|
|
3289
|
+
MediaPipelineId: import_smithy_client.expectString,
|
|
3290
|
+
Sinks: import_smithy_client._json,
|
|
3291
|
+
Sources: import_smithy_client._json,
|
|
3292
|
+
Status: import_smithy_client.expectString,
|
|
3293
|
+
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3294
|
+
});
|
|
3295
|
+
}, "de_MediaConcatenationPipeline");
|
|
3296
|
+
var de_MediaInsightsPipeline = /* @__PURE__ */ __name((output, context) => {
|
|
3297
|
+
return (0, import_smithy_client.take)(output, {
|
|
3298
|
+
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3299
|
+
ElementStatuses: import_smithy_client._json,
|
|
3300
|
+
KinesisVideoStreamRecordingSourceRuntimeConfiguration: (_) => de_KinesisVideoStreamRecordingSourceRuntimeConfiguration(_, context),
|
|
3301
|
+
KinesisVideoStreamSourceRuntimeConfiguration: import_smithy_client._json,
|
|
3302
|
+
MediaInsightsPipelineConfigurationArn: import_smithy_client.expectString,
|
|
3303
|
+
MediaInsightsRuntimeMetadata: import_smithy_client._json,
|
|
3304
|
+
MediaPipelineArn: import_smithy_client.expectString,
|
|
3305
|
+
MediaPipelineId: import_smithy_client.expectString,
|
|
3306
|
+
S3RecordingSinkRuntimeConfiguration: import_smithy_client._json,
|
|
3307
|
+
Status: import_smithy_client.expectString
|
|
3308
|
+
});
|
|
3309
|
+
}, "de_MediaInsightsPipeline");
|
|
3310
|
+
var de_MediaInsightsPipelineConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
3311
|
+
return (0, import_smithy_client.take)(output, {
|
|
3312
|
+
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3313
|
+
Elements: import_smithy_client._json,
|
|
3314
|
+
MediaInsightsPipelineConfigurationArn: import_smithy_client.expectString,
|
|
3315
|
+
MediaInsightsPipelineConfigurationId: import_smithy_client.expectString,
|
|
3316
|
+
MediaInsightsPipelineConfigurationName: import_smithy_client.expectString,
|
|
3317
|
+
RealTimeAlertConfiguration: import_smithy_client._json,
|
|
3318
|
+
ResourceAccessRoleArn: import_smithy_client.expectString,
|
|
3319
|
+
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3320
|
+
});
|
|
3321
|
+
}, "de_MediaInsightsPipelineConfiguration");
|
|
3322
|
+
var de_MediaLiveConnectorPipeline = /* @__PURE__ */ __name((output, context) => {
|
|
3323
|
+
return (0, import_smithy_client.take)(output, {
|
|
3324
|
+
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3325
|
+
MediaPipelineArn: import_smithy_client.expectString,
|
|
3326
|
+
MediaPipelineId: import_smithy_client.expectString,
|
|
3327
|
+
Sinks: import_smithy_client._json,
|
|
3328
|
+
Sources: import_smithy_client._json,
|
|
3329
|
+
Status: import_smithy_client.expectString,
|
|
3330
|
+
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3331
|
+
});
|
|
3332
|
+
}, "de_MediaLiveConnectorPipeline");
|
|
3333
|
+
var de_MediaPipeline = /* @__PURE__ */ __name((output, context) => {
|
|
3334
|
+
return (0, import_smithy_client.take)(output, {
|
|
3335
|
+
MediaCapturePipeline: (_) => de_MediaCapturePipeline(_, context),
|
|
3336
|
+
MediaConcatenationPipeline: (_) => de_MediaConcatenationPipeline(_, context),
|
|
3337
|
+
MediaInsightsPipeline: (_) => de_MediaInsightsPipeline(_, context),
|
|
3338
|
+
MediaLiveConnectorPipeline: (_) => de_MediaLiveConnectorPipeline(_, context),
|
|
3339
|
+
MediaStreamPipeline: (_) => de_MediaStreamPipeline(_, context)
|
|
3340
|
+
});
|
|
3341
|
+
}, "de_MediaPipeline");
|
|
3342
|
+
var de_MediaStreamPipeline = /* @__PURE__ */ __name((output, context) => {
|
|
3343
|
+
return (0, import_smithy_client.take)(output, {
|
|
3344
|
+
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3345
|
+
MediaPipelineArn: import_smithy_client.expectString,
|
|
3346
|
+
MediaPipelineId: import_smithy_client.expectString,
|
|
3347
|
+
Sinks: import_smithy_client._json,
|
|
3348
|
+
Sources: import_smithy_client._json,
|
|
3349
|
+
Status: import_smithy_client.expectString,
|
|
3350
|
+
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3351
|
+
});
|
|
3352
|
+
}, "de_MediaStreamPipeline");
|
|
3353
|
+
var de_SpeakerSearchTask = /* @__PURE__ */ __name((output, context) => {
|
|
3354
|
+
return (0, import_smithy_client.take)(output, {
|
|
3355
|
+
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3356
|
+
SpeakerSearchTaskId: import_smithy_client.expectString,
|
|
3357
|
+
SpeakerSearchTaskStatus: import_smithy_client.expectString,
|
|
3358
|
+
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3359
|
+
});
|
|
3360
|
+
}, "de_SpeakerSearchTask");
|
|
3361
|
+
var de_TimestampRange = /* @__PURE__ */ __name((output, context) => {
|
|
3362
|
+
return (0, import_smithy_client.take)(output, {
|
|
3363
|
+
EndTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3364
|
+
StartTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3365
|
+
});
|
|
3366
|
+
}, "de_TimestampRange");
|
|
3367
|
+
var de_VoiceToneAnalysisTask = /* @__PURE__ */ __name((output, context) => {
|
|
3368
|
+
return (0, import_smithy_client.take)(output, {
|
|
3369
|
+
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3370
|
+
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3371
|
+
VoiceToneAnalysisTaskId: import_smithy_client.expectString,
|
|
3372
|
+
VoiceToneAnalysisTaskStatus: import_smithy_client.expectString
|
|
3373
|
+
});
|
|
3374
|
+
}, "de_VoiceToneAnalysisTask");
|
|
3375
|
+
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
3376
|
+
httpStatusCode: output.statusCode,
|
|
3377
|
+
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
3378
|
+
extendedRequestId: output.headers["x-amz-id-2"],
|
|
3379
|
+
cfId: output.headers["x-amz-cf-id"]
|
|
3380
|
+
}), "deserializeMetadata");
|
|
3381
|
+
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
3382
|
+
var _MR = "MaxResults";
|
|
3383
|
+
var _NT = "NextToken";
|
|
3384
|
+
var _RARN = "ResourceARN";
|
|
3385
|
+
var _a = "arn";
|
|
3386
|
+
var _mr = "max-results";
|
|
3387
|
+
var _nt = "next-token";
|
|
3388
|
+
var _o = "operation";
|
|
3389
|
+
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
3390
|
+
if (encoded.length) {
|
|
3391
|
+
return JSON.parse(encoded);
|
|
3392
|
+
}
|
|
3393
|
+
return {};
|
|
3394
|
+
}), "parseBody");
|
|
3395
|
+
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
3396
|
+
const value = await parseBody(errorBody, context);
|
|
3397
|
+
value.message = value.message ?? value.Message;
|
|
3398
|
+
return value;
|
|
3399
|
+
}, "parseErrorBody");
|
|
3400
|
+
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
3401
|
+
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
3402
|
+
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
3403
|
+
let cleanValue = rawValue;
|
|
3404
|
+
if (typeof cleanValue === "number") {
|
|
3405
|
+
cleanValue = cleanValue.toString();
|
|
3406
|
+
}
|
|
3407
|
+
if (cleanValue.indexOf(",") >= 0) {
|
|
3408
|
+
cleanValue = cleanValue.split(",")[0];
|
|
3409
|
+
}
|
|
3410
|
+
if (cleanValue.indexOf(":") >= 0) {
|
|
3411
|
+
cleanValue = cleanValue.split(":")[0];
|
|
3412
|
+
}
|
|
3413
|
+
if (cleanValue.indexOf("#") >= 0) {
|
|
3414
|
+
cleanValue = cleanValue.split("#")[1];
|
|
3415
|
+
}
|
|
3416
|
+
return cleanValue;
|
|
3417
|
+
}, "sanitizeErrorCode");
|
|
3418
|
+
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
3419
|
+
if (headerKey !== void 0) {
|
|
3420
|
+
return sanitizeErrorCode(output.headers[headerKey]);
|
|
3421
|
+
}
|
|
3422
|
+
if (data.code !== void 0) {
|
|
3423
|
+
return sanitizeErrorCode(data.code);
|
|
3424
|
+
}
|
|
3425
|
+
if (data["__type"] !== void 0) {
|
|
3426
|
+
return sanitizeErrorCode(data["__type"]);
|
|
3427
|
+
}
|
|
3428
|
+
}, "loadRestJsonErrorCode");
|
|
3429
|
+
|
|
3430
|
+
// src/commands/CreateMediaCapturePipelineCommand.ts
|
|
3431
|
+
var _CreateMediaCapturePipelineCommand = class _CreateMediaCapturePipelineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3432
|
+
...commonParams
|
|
3433
|
+
}).m(function(Command, cs, config, o) {
|
|
3434
|
+
return [
|
|
3435
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3436
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3437
|
+
];
|
|
3438
|
+
}).s("ChimeSDKMediaPipelinesService", "CreateMediaCapturePipeline", {}).n("ChimeSDKMediaPipelinesClient", "CreateMediaCapturePipelineCommand").f(CreateMediaCapturePipelineRequestFilterSensitiveLog, CreateMediaCapturePipelineResponseFilterSensitiveLog).ser(se_CreateMediaCapturePipelineCommand).de(de_CreateMediaCapturePipelineCommand).build() {
|
|
3439
|
+
};
|
|
3440
|
+
__name(_CreateMediaCapturePipelineCommand, "CreateMediaCapturePipelineCommand");
|
|
3441
|
+
var CreateMediaCapturePipelineCommand = _CreateMediaCapturePipelineCommand;
|
|
3442
|
+
|
|
3443
|
+
// src/commands/CreateMediaConcatenationPipelineCommand.ts
|
|
3444
|
+
|
|
3445
|
+
|
|
3446
|
+
|
|
3447
|
+
|
|
3448
|
+
var _CreateMediaConcatenationPipelineCommand = class _CreateMediaConcatenationPipelineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3449
|
+
...commonParams
|
|
3450
|
+
}).m(function(Command, cs, config, o) {
|
|
3451
|
+
return [
|
|
3452
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3453
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3454
|
+
];
|
|
3455
|
+
}).s("ChimeSDKMediaPipelinesService", "CreateMediaConcatenationPipeline", {}).n("ChimeSDKMediaPipelinesClient", "CreateMediaConcatenationPipelineCommand").f(
|
|
3456
|
+
CreateMediaConcatenationPipelineRequestFilterSensitiveLog,
|
|
3457
|
+
CreateMediaConcatenationPipelineResponseFilterSensitiveLog
|
|
3458
|
+
).ser(se_CreateMediaConcatenationPipelineCommand).de(de_CreateMediaConcatenationPipelineCommand).build() {
|
|
3459
|
+
};
|
|
3460
|
+
__name(_CreateMediaConcatenationPipelineCommand, "CreateMediaConcatenationPipelineCommand");
|
|
3461
|
+
var CreateMediaConcatenationPipelineCommand = _CreateMediaConcatenationPipelineCommand;
|
|
3462
|
+
|
|
3463
|
+
// src/commands/CreateMediaInsightsPipelineCommand.ts
|
|
3464
|
+
|
|
3465
|
+
|
|
3466
|
+
|
|
3467
|
+
|
|
3468
|
+
var _CreateMediaInsightsPipelineCommand = class _CreateMediaInsightsPipelineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3469
|
+
...commonParams
|
|
3470
|
+
}).m(function(Command, cs, config, o) {
|
|
3471
|
+
return [
|
|
3472
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3473
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3474
|
+
];
|
|
3475
|
+
}).s("ChimeSDKMediaPipelinesService", "CreateMediaInsightsPipeline", {}).n("ChimeSDKMediaPipelinesClient", "CreateMediaInsightsPipelineCommand").f(CreateMediaInsightsPipelineRequestFilterSensitiveLog, CreateMediaInsightsPipelineResponseFilterSensitiveLog).ser(se_CreateMediaInsightsPipelineCommand).de(de_CreateMediaInsightsPipelineCommand).build() {
|
|
3476
|
+
};
|
|
3477
|
+
__name(_CreateMediaInsightsPipelineCommand, "CreateMediaInsightsPipelineCommand");
|
|
3478
|
+
var CreateMediaInsightsPipelineCommand = _CreateMediaInsightsPipelineCommand;
|
|
3479
|
+
|
|
3480
|
+
// src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts
|
|
3481
|
+
|
|
3482
|
+
|
|
3483
|
+
|
|
3484
|
+
|
|
3485
|
+
var _CreateMediaInsightsPipelineConfigurationCommand = class _CreateMediaInsightsPipelineConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3486
|
+
...commonParams
|
|
3487
|
+
}).m(function(Command, cs, config, o) {
|
|
3488
|
+
return [
|
|
3489
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3490
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3491
|
+
];
|
|
3492
|
+
}).s("ChimeSDKMediaPipelinesService", "CreateMediaInsightsPipelineConfiguration", {}).n("ChimeSDKMediaPipelinesClient", "CreateMediaInsightsPipelineConfigurationCommand").f(
|
|
3493
|
+
CreateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog,
|
|
3494
|
+
CreateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog
|
|
3495
|
+
).ser(se_CreateMediaInsightsPipelineConfigurationCommand).de(de_CreateMediaInsightsPipelineConfigurationCommand).build() {
|
|
3496
|
+
};
|
|
3497
|
+
__name(_CreateMediaInsightsPipelineConfigurationCommand, "CreateMediaInsightsPipelineConfigurationCommand");
|
|
3498
|
+
var CreateMediaInsightsPipelineConfigurationCommand = _CreateMediaInsightsPipelineConfigurationCommand;
|
|
3499
|
+
|
|
3500
|
+
// src/commands/CreateMediaLiveConnectorPipelineCommand.ts
|
|
3501
|
+
|
|
3502
|
+
|
|
3503
|
+
|
|
3504
|
+
|
|
3505
|
+
var _CreateMediaLiveConnectorPipelineCommand = class _CreateMediaLiveConnectorPipelineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3506
|
+
...commonParams
|
|
3507
|
+
}).m(function(Command, cs, config, o) {
|
|
3508
|
+
return [
|
|
3509
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3510
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3511
|
+
];
|
|
3512
|
+
}).s("ChimeSDKMediaPipelinesService", "CreateMediaLiveConnectorPipeline", {}).n("ChimeSDKMediaPipelinesClient", "CreateMediaLiveConnectorPipelineCommand").f(
|
|
3513
|
+
CreateMediaLiveConnectorPipelineRequestFilterSensitiveLog,
|
|
3514
|
+
CreateMediaLiveConnectorPipelineResponseFilterSensitiveLog
|
|
3515
|
+
).ser(se_CreateMediaLiveConnectorPipelineCommand).de(de_CreateMediaLiveConnectorPipelineCommand).build() {
|
|
3516
|
+
};
|
|
3517
|
+
__name(_CreateMediaLiveConnectorPipelineCommand, "CreateMediaLiveConnectorPipelineCommand");
|
|
3518
|
+
var CreateMediaLiveConnectorPipelineCommand = _CreateMediaLiveConnectorPipelineCommand;
|
|
3519
|
+
|
|
3520
|
+
// src/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.ts
|
|
3521
|
+
|
|
3522
|
+
|
|
3523
|
+
|
|
3524
|
+
|
|
3525
|
+
var _CreateMediaPipelineKinesisVideoStreamPoolCommand = class _CreateMediaPipelineKinesisVideoStreamPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3526
|
+
...commonParams
|
|
3527
|
+
}).m(function(Command, cs, config, o) {
|
|
3528
|
+
return [
|
|
3529
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3530
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3531
|
+
];
|
|
3532
|
+
}).s("ChimeSDKMediaPipelinesService", "CreateMediaPipelineKinesisVideoStreamPool", {}).n("ChimeSDKMediaPipelinesClient", "CreateMediaPipelineKinesisVideoStreamPoolCommand").f(
|
|
3533
|
+
CreateMediaPipelineKinesisVideoStreamPoolRequestFilterSensitiveLog,
|
|
3534
|
+
CreateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog
|
|
3535
|
+
).ser(se_CreateMediaPipelineKinesisVideoStreamPoolCommand).de(de_CreateMediaPipelineKinesisVideoStreamPoolCommand).build() {
|
|
3536
|
+
};
|
|
3537
|
+
__name(_CreateMediaPipelineKinesisVideoStreamPoolCommand, "CreateMediaPipelineKinesisVideoStreamPoolCommand");
|
|
3538
|
+
var CreateMediaPipelineKinesisVideoStreamPoolCommand = _CreateMediaPipelineKinesisVideoStreamPoolCommand;
|
|
3539
|
+
|
|
3540
|
+
// src/commands/CreateMediaStreamPipelineCommand.ts
|
|
3541
|
+
|
|
3542
|
+
|
|
3543
|
+
|
|
3544
|
+
|
|
3545
|
+
var _CreateMediaStreamPipelineCommand = class _CreateMediaStreamPipelineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3546
|
+
...commonParams
|
|
3547
|
+
}).m(function(Command, cs, config, o) {
|
|
3548
|
+
return [
|
|
3549
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3550
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3551
|
+
];
|
|
3552
|
+
}).s("ChimeSDKMediaPipelinesService", "CreateMediaStreamPipeline", {}).n("ChimeSDKMediaPipelinesClient", "CreateMediaStreamPipelineCommand").f(CreateMediaStreamPipelineRequestFilterSensitiveLog, CreateMediaStreamPipelineResponseFilterSensitiveLog).ser(se_CreateMediaStreamPipelineCommand).de(de_CreateMediaStreamPipelineCommand).build() {
|
|
3553
|
+
};
|
|
3554
|
+
__name(_CreateMediaStreamPipelineCommand, "CreateMediaStreamPipelineCommand");
|
|
3555
|
+
var CreateMediaStreamPipelineCommand = _CreateMediaStreamPipelineCommand;
|
|
3556
|
+
|
|
3557
|
+
// src/commands/DeleteMediaCapturePipelineCommand.ts
|
|
3558
|
+
|
|
3559
|
+
|
|
3560
|
+
|
|
3561
|
+
|
|
3562
|
+
var _DeleteMediaCapturePipelineCommand = class _DeleteMediaCapturePipelineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3563
|
+
...commonParams
|
|
3564
|
+
}).m(function(Command, cs, config, o) {
|
|
3565
|
+
return [
|
|
3566
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3567
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3568
|
+
];
|
|
3569
|
+
}).s("ChimeSDKMediaPipelinesService", "DeleteMediaCapturePipeline", {}).n("ChimeSDKMediaPipelinesClient", "DeleteMediaCapturePipelineCommand").f(void 0, void 0).ser(se_DeleteMediaCapturePipelineCommand).de(de_DeleteMediaCapturePipelineCommand).build() {
|
|
3570
|
+
};
|
|
3571
|
+
__name(_DeleteMediaCapturePipelineCommand, "DeleteMediaCapturePipelineCommand");
|
|
3572
|
+
var DeleteMediaCapturePipelineCommand = _DeleteMediaCapturePipelineCommand;
|
|
3573
|
+
|
|
3574
|
+
// src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts
|
|
3575
|
+
|
|
3576
|
+
|
|
3577
|
+
|
|
3578
|
+
|
|
3579
|
+
var _DeleteMediaInsightsPipelineConfigurationCommand = class _DeleteMediaInsightsPipelineConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3580
|
+
...commonParams
|
|
3581
|
+
}).m(function(Command, cs, config, o) {
|
|
3582
|
+
return [
|
|
3583
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3584
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3585
|
+
];
|
|
3586
|
+
}).s("ChimeSDKMediaPipelinesService", "DeleteMediaInsightsPipelineConfiguration", {}).n("ChimeSDKMediaPipelinesClient", "DeleteMediaInsightsPipelineConfigurationCommand").f(void 0, void 0).ser(se_DeleteMediaInsightsPipelineConfigurationCommand).de(de_DeleteMediaInsightsPipelineConfigurationCommand).build() {
|
|
3587
|
+
};
|
|
3588
|
+
__name(_DeleteMediaInsightsPipelineConfigurationCommand, "DeleteMediaInsightsPipelineConfigurationCommand");
|
|
3589
|
+
var DeleteMediaInsightsPipelineConfigurationCommand = _DeleteMediaInsightsPipelineConfigurationCommand;
|
|
3590
|
+
|
|
3591
|
+
// src/commands/DeleteMediaPipelineCommand.ts
|
|
3592
|
+
|
|
3593
|
+
|
|
3594
|
+
|
|
3595
|
+
|
|
3596
|
+
var _DeleteMediaPipelineCommand = class _DeleteMediaPipelineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3597
|
+
...commonParams
|
|
3598
|
+
}).m(function(Command, cs, config, o) {
|
|
3599
|
+
return [
|
|
3600
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3601
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3602
|
+
];
|
|
3603
|
+
}).s("ChimeSDKMediaPipelinesService", "DeleteMediaPipeline", {}).n("ChimeSDKMediaPipelinesClient", "DeleteMediaPipelineCommand").f(void 0, void 0).ser(se_DeleteMediaPipelineCommand).de(de_DeleteMediaPipelineCommand).build() {
|
|
3604
|
+
};
|
|
3605
|
+
__name(_DeleteMediaPipelineCommand, "DeleteMediaPipelineCommand");
|
|
3606
|
+
var DeleteMediaPipelineCommand = _DeleteMediaPipelineCommand;
|
|
3607
|
+
|
|
3608
|
+
// src/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.ts
|
|
3609
|
+
|
|
3610
|
+
|
|
3611
|
+
|
|
3612
|
+
|
|
3613
|
+
var _DeleteMediaPipelineKinesisVideoStreamPoolCommand = class _DeleteMediaPipelineKinesisVideoStreamPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3614
|
+
...commonParams
|
|
3615
|
+
}).m(function(Command, cs, config, o) {
|
|
3616
|
+
return [
|
|
3617
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3618
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3619
|
+
];
|
|
3620
|
+
}).s("ChimeSDKMediaPipelinesService", "DeleteMediaPipelineKinesisVideoStreamPool", {}).n("ChimeSDKMediaPipelinesClient", "DeleteMediaPipelineKinesisVideoStreamPoolCommand").f(void 0, void 0).ser(se_DeleteMediaPipelineKinesisVideoStreamPoolCommand).de(de_DeleteMediaPipelineKinesisVideoStreamPoolCommand).build() {
|
|
3621
|
+
};
|
|
3622
|
+
__name(_DeleteMediaPipelineKinesisVideoStreamPoolCommand, "DeleteMediaPipelineKinesisVideoStreamPoolCommand");
|
|
3623
|
+
var DeleteMediaPipelineKinesisVideoStreamPoolCommand = _DeleteMediaPipelineKinesisVideoStreamPoolCommand;
|
|
3624
|
+
|
|
3625
|
+
// src/commands/GetMediaCapturePipelineCommand.ts
|
|
3626
|
+
|
|
3627
|
+
|
|
3628
|
+
|
|
3629
|
+
|
|
3630
|
+
var _GetMediaCapturePipelineCommand = class _GetMediaCapturePipelineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3631
|
+
...commonParams
|
|
3632
|
+
}).m(function(Command, cs, config, o) {
|
|
3633
|
+
return [
|
|
3634
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3635
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3636
|
+
];
|
|
3637
|
+
}).s("ChimeSDKMediaPipelinesService", "GetMediaCapturePipeline", {}).n("ChimeSDKMediaPipelinesClient", "GetMediaCapturePipelineCommand").f(void 0, GetMediaCapturePipelineResponseFilterSensitiveLog).ser(se_GetMediaCapturePipelineCommand).de(de_GetMediaCapturePipelineCommand).build() {
|
|
3638
|
+
};
|
|
3639
|
+
__name(_GetMediaCapturePipelineCommand, "GetMediaCapturePipelineCommand");
|
|
3640
|
+
var GetMediaCapturePipelineCommand = _GetMediaCapturePipelineCommand;
|
|
3641
|
+
|
|
3642
|
+
// src/commands/GetMediaInsightsPipelineConfigurationCommand.ts
|
|
3643
|
+
|
|
3644
|
+
|
|
3645
|
+
|
|
3646
|
+
|
|
3647
|
+
var _GetMediaInsightsPipelineConfigurationCommand = class _GetMediaInsightsPipelineConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3648
|
+
...commonParams
|
|
3649
|
+
}).m(function(Command, cs, config, o) {
|
|
3650
|
+
return [
|
|
3651
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3652
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3653
|
+
];
|
|
3654
|
+
}).s("ChimeSDKMediaPipelinesService", "GetMediaInsightsPipelineConfiguration", {}).n("ChimeSDKMediaPipelinesClient", "GetMediaInsightsPipelineConfigurationCommand").f(void 0, GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog).ser(se_GetMediaInsightsPipelineConfigurationCommand).de(de_GetMediaInsightsPipelineConfigurationCommand).build() {
|
|
3655
|
+
};
|
|
3656
|
+
__name(_GetMediaInsightsPipelineConfigurationCommand, "GetMediaInsightsPipelineConfigurationCommand");
|
|
3657
|
+
var GetMediaInsightsPipelineConfigurationCommand = _GetMediaInsightsPipelineConfigurationCommand;
|
|
3658
|
+
|
|
3659
|
+
// src/commands/GetMediaPipelineCommand.ts
|
|
3660
|
+
|
|
3661
|
+
|
|
3662
|
+
|
|
3663
|
+
|
|
3664
|
+
var _GetMediaPipelineCommand = class _GetMediaPipelineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3665
|
+
...commonParams
|
|
3666
|
+
}).m(function(Command, cs, config, o) {
|
|
3667
|
+
return [
|
|
3668
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3669
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3670
|
+
];
|
|
3671
|
+
}).s("ChimeSDKMediaPipelinesService", "GetMediaPipeline", {}).n("ChimeSDKMediaPipelinesClient", "GetMediaPipelineCommand").f(void 0, GetMediaPipelineResponseFilterSensitiveLog).ser(se_GetMediaPipelineCommand).de(de_GetMediaPipelineCommand).build() {
|
|
3672
|
+
};
|
|
3673
|
+
__name(_GetMediaPipelineCommand, "GetMediaPipelineCommand");
|
|
3674
|
+
var GetMediaPipelineCommand = _GetMediaPipelineCommand;
|
|
3675
|
+
|
|
3676
|
+
// src/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.ts
|
|
3677
|
+
|
|
3678
|
+
|
|
3679
|
+
|
|
3680
|
+
|
|
3681
|
+
var _GetMediaPipelineKinesisVideoStreamPoolCommand = class _GetMediaPipelineKinesisVideoStreamPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3682
|
+
...commonParams
|
|
3683
|
+
}).m(function(Command, cs, config, o) {
|
|
3684
|
+
return [
|
|
3685
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3686
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3687
|
+
];
|
|
3688
|
+
}).s("ChimeSDKMediaPipelinesService", "GetMediaPipelineKinesisVideoStreamPool", {}).n("ChimeSDKMediaPipelinesClient", "GetMediaPipelineKinesisVideoStreamPoolCommand").f(void 0, GetMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog).ser(se_GetMediaPipelineKinesisVideoStreamPoolCommand).de(de_GetMediaPipelineKinesisVideoStreamPoolCommand).build() {
|
|
3689
|
+
};
|
|
3690
|
+
__name(_GetMediaPipelineKinesisVideoStreamPoolCommand, "GetMediaPipelineKinesisVideoStreamPoolCommand");
|
|
3691
|
+
var GetMediaPipelineKinesisVideoStreamPoolCommand = _GetMediaPipelineKinesisVideoStreamPoolCommand;
|
|
3692
|
+
|
|
3693
|
+
// src/commands/GetSpeakerSearchTaskCommand.ts
|
|
3694
|
+
|
|
3695
|
+
|
|
3696
|
+
|
|
3697
|
+
|
|
3698
|
+
var _GetSpeakerSearchTaskCommand = class _GetSpeakerSearchTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3699
|
+
...commonParams
|
|
3700
|
+
}).m(function(Command, cs, config, o) {
|
|
3701
|
+
return [
|
|
3702
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3703
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3704
|
+
];
|
|
3705
|
+
}).s("ChimeSDKMediaPipelinesService", "GetSpeakerSearchTask", {}).n("ChimeSDKMediaPipelinesClient", "GetSpeakerSearchTaskCommand").f(void 0, void 0).ser(se_GetSpeakerSearchTaskCommand).de(de_GetSpeakerSearchTaskCommand).build() {
|
|
3706
|
+
};
|
|
3707
|
+
__name(_GetSpeakerSearchTaskCommand, "GetSpeakerSearchTaskCommand");
|
|
3708
|
+
var GetSpeakerSearchTaskCommand = _GetSpeakerSearchTaskCommand;
|
|
3709
|
+
|
|
3710
|
+
// src/commands/GetVoiceToneAnalysisTaskCommand.ts
|
|
3711
|
+
|
|
3712
|
+
|
|
3713
|
+
|
|
3714
|
+
|
|
3715
|
+
var _GetVoiceToneAnalysisTaskCommand = class _GetVoiceToneAnalysisTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3716
|
+
...commonParams
|
|
3717
|
+
}).m(function(Command, cs, config, o) {
|
|
3718
|
+
return [
|
|
3719
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3720
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3721
|
+
];
|
|
3722
|
+
}).s("ChimeSDKMediaPipelinesService", "GetVoiceToneAnalysisTask", {}).n("ChimeSDKMediaPipelinesClient", "GetVoiceToneAnalysisTaskCommand").f(void 0, void 0).ser(se_GetVoiceToneAnalysisTaskCommand).de(de_GetVoiceToneAnalysisTaskCommand).build() {
|
|
3723
|
+
};
|
|
3724
|
+
__name(_GetVoiceToneAnalysisTaskCommand, "GetVoiceToneAnalysisTaskCommand");
|
|
3725
|
+
var GetVoiceToneAnalysisTaskCommand = _GetVoiceToneAnalysisTaskCommand;
|
|
3726
|
+
|
|
3727
|
+
// src/commands/ListMediaCapturePipelinesCommand.ts
|
|
3728
|
+
|
|
3729
|
+
|
|
3730
|
+
|
|
3731
|
+
|
|
3732
|
+
var _ListMediaCapturePipelinesCommand = class _ListMediaCapturePipelinesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3733
|
+
...commonParams
|
|
3734
|
+
}).m(function(Command, cs, config, o) {
|
|
3735
|
+
return [
|
|
3736
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3737
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3738
|
+
];
|
|
3739
|
+
}).s("ChimeSDKMediaPipelinesService", "ListMediaCapturePipelines", {}).n("ChimeSDKMediaPipelinesClient", "ListMediaCapturePipelinesCommand").f(void 0, void 0).ser(se_ListMediaCapturePipelinesCommand).de(de_ListMediaCapturePipelinesCommand).build() {
|
|
3740
|
+
};
|
|
3741
|
+
__name(_ListMediaCapturePipelinesCommand, "ListMediaCapturePipelinesCommand");
|
|
3742
|
+
var ListMediaCapturePipelinesCommand = _ListMediaCapturePipelinesCommand;
|
|
3743
|
+
|
|
3744
|
+
// src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts
|
|
3745
|
+
|
|
3746
|
+
|
|
3747
|
+
|
|
3748
|
+
|
|
3749
|
+
var _ListMediaInsightsPipelineConfigurationsCommand = class _ListMediaInsightsPipelineConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3750
|
+
...commonParams
|
|
3751
|
+
}).m(function(Command, cs, config, o) {
|
|
3752
|
+
return [
|
|
3753
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3754
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3755
|
+
];
|
|
3756
|
+
}).s("ChimeSDKMediaPipelinesService", "ListMediaInsightsPipelineConfigurations", {}).n("ChimeSDKMediaPipelinesClient", "ListMediaInsightsPipelineConfigurationsCommand").f(void 0, ListMediaInsightsPipelineConfigurationsResponseFilterSensitiveLog).ser(se_ListMediaInsightsPipelineConfigurationsCommand).de(de_ListMediaInsightsPipelineConfigurationsCommand).build() {
|
|
3757
|
+
};
|
|
3758
|
+
__name(_ListMediaInsightsPipelineConfigurationsCommand, "ListMediaInsightsPipelineConfigurationsCommand");
|
|
3759
|
+
var ListMediaInsightsPipelineConfigurationsCommand = _ListMediaInsightsPipelineConfigurationsCommand;
|
|
3760
|
+
|
|
3761
|
+
// src/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.ts
|
|
3762
|
+
|
|
3763
|
+
|
|
3764
|
+
|
|
3765
|
+
|
|
3766
|
+
var _ListMediaPipelineKinesisVideoStreamPoolsCommand = class _ListMediaPipelineKinesisVideoStreamPoolsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3767
|
+
...commonParams
|
|
3768
|
+
}).m(function(Command, cs, config, o) {
|
|
3769
|
+
return [
|
|
3770
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3771
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3772
|
+
];
|
|
3773
|
+
}).s("ChimeSDKMediaPipelinesService", "ListMediaPipelineKinesisVideoStreamPools", {}).n("ChimeSDKMediaPipelinesClient", "ListMediaPipelineKinesisVideoStreamPoolsCommand").f(void 0, ListMediaPipelineKinesisVideoStreamPoolsResponseFilterSensitiveLog).ser(se_ListMediaPipelineKinesisVideoStreamPoolsCommand).de(de_ListMediaPipelineKinesisVideoStreamPoolsCommand).build() {
|
|
3774
|
+
};
|
|
3775
|
+
__name(_ListMediaPipelineKinesisVideoStreamPoolsCommand, "ListMediaPipelineKinesisVideoStreamPoolsCommand");
|
|
3776
|
+
var ListMediaPipelineKinesisVideoStreamPoolsCommand = _ListMediaPipelineKinesisVideoStreamPoolsCommand;
|
|
3777
|
+
|
|
3778
|
+
// src/commands/ListMediaPipelinesCommand.ts
|
|
3779
|
+
|
|
3780
|
+
|
|
3781
|
+
|
|
3782
|
+
|
|
3783
|
+
var _ListMediaPipelinesCommand = class _ListMediaPipelinesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3784
|
+
...commonParams
|
|
3785
|
+
}).m(function(Command, cs, config, o) {
|
|
3786
|
+
return [
|
|
3787
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3788
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3789
|
+
];
|
|
3790
|
+
}).s("ChimeSDKMediaPipelinesService", "ListMediaPipelines", {}).n("ChimeSDKMediaPipelinesClient", "ListMediaPipelinesCommand").f(void 0, void 0).ser(se_ListMediaPipelinesCommand).de(de_ListMediaPipelinesCommand).build() {
|
|
3791
|
+
};
|
|
3792
|
+
__name(_ListMediaPipelinesCommand, "ListMediaPipelinesCommand");
|
|
3793
|
+
var ListMediaPipelinesCommand = _ListMediaPipelinesCommand;
|
|
3794
|
+
|
|
3795
|
+
// src/commands/ListTagsForResourceCommand.ts
|
|
3796
|
+
|
|
3797
|
+
|
|
3798
|
+
|
|
3799
|
+
|
|
3800
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3801
|
+
...commonParams
|
|
3802
|
+
}).m(function(Command, cs, config, o) {
|
|
3803
|
+
return [
|
|
3804
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3805
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3806
|
+
];
|
|
3807
|
+
}).s("ChimeSDKMediaPipelinesService", "ListTagsForResource", {}).n("ChimeSDKMediaPipelinesClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
3808
|
+
};
|
|
3809
|
+
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
3810
|
+
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
3811
|
+
|
|
3812
|
+
// src/commands/StartSpeakerSearchTaskCommand.ts
|
|
3813
|
+
|
|
3814
|
+
|
|
3815
|
+
|
|
3816
|
+
|
|
3817
|
+
var _StartSpeakerSearchTaskCommand = class _StartSpeakerSearchTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3818
|
+
...commonParams
|
|
3819
|
+
}).m(function(Command, cs, config, o) {
|
|
3820
|
+
return [
|
|
3821
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3822
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3823
|
+
];
|
|
3824
|
+
}).s("ChimeSDKMediaPipelinesService", "StartSpeakerSearchTask", {}).n("ChimeSDKMediaPipelinesClient", "StartSpeakerSearchTaskCommand").f(StartSpeakerSearchTaskRequestFilterSensitiveLog, void 0).ser(se_StartSpeakerSearchTaskCommand).de(de_StartSpeakerSearchTaskCommand).build() {
|
|
3825
|
+
};
|
|
3826
|
+
__name(_StartSpeakerSearchTaskCommand, "StartSpeakerSearchTaskCommand");
|
|
3827
|
+
var StartSpeakerSearchTaskCommand = _StartSpeakerSearchTaskCommand;
|
|
3828
|
+
|
|
3829
|
+
// src/commands/StartVoiceToneAnalysisTaskCommand.ts
|
|
3830
|
+
|
|
3831
|
+
|
|
3832
|
+
|
|
3833
|
+
|
|
3834
|
+
var _StartVoiceToneAnalysisTaskCommand = class _StartVoiceToneAnalysisTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3835
|
+
...commonParams
|
|
3836
|
+
}).m(function(Command, cs, config, o) {
|
|
3837
|
+
return [
|
|
3838
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3839
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3840
|
+
];
|
|
3841
|
+
}).s("ChimeSDKMediaPipelinesService", "StartVoiceToneAnalysisTask", {}).n("ChimeSDKMediaPipelinesClient", "StartVoiceToneAnalysisTaskCommand").f(StartVoiceToneAnalysisTaskRequestFilterSensitiveLog, void 0).ser(se_StartVoiceToneAnalysisTaskCommand).de(de_StartVoiceToneAnalysisTaskCommand).build() {
|
|
3842
|
+
};
|
|
3843
|
+
__name(_StartVoiceToneAnalysisTaskCommand, "StartVoiceToneAnalysisTaskCommand");
|
|
3844
|
+
var StartVoiceToneAnalysisTaskCommand = _StartVoiceToneAnalysisTaskCommand;
|
|
3845
|
+
|
|
3846
|
+
// src/commands/StopSpeakerSearchTaskCommand.ts
|
|
3847
|
+
|
|
3848
|
+
|
|
3849
|
+
|
|
3850
|
+
|
|
3851
|
+
var _StopSpeakerSearchTaskCommand = class _StopSpeakerSearchTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3852
|
+
...commonParams
|
|
3853
|
+
}).m(function(Command, cs, config, o) {
|
|
3854
|
+
return [
|
|
3855
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3856
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3857
|
+
];
|
|
3858
|
+
}).s("ChimeSDKMediaPipelinesService", "StopSpeakerSearchTask", {}).n("ChimeSDKMediaPipelinesClient", "StopSpeakerSearchTaskCommand").f(void 0, void 0).ser(se_StopSpeakerSearchTaskCommand).de(de_StopSpeakerSearchTaskCommand).build() {
|
|
3859
|
+
};
|
|
3860
|
+
__name(_StopSpeakerSearchTaskCommand, "StopSpeakerSearchTaskCommand");
|
|
3861
|
+
var StopSpeakerSearchTaskCommand = _StopSpeakerSearchTaskCommand;
|
|
3862
|
+
|
|
3863
|
+
// src/commands/StopVoiceToneAnalysisTaskCommand.ts
|
|
3864
|
+
|
|
3865
|
+
|
|
3866
|
+
|
|
3867
|
+
|
|
3868
|
+
var _StopVoiceToneAnalysisTaskCommand = class _StopVoiceToneAnalysisTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3869
|
+
...commonParams
|
|
3870
|
+
}).m(function(Command, cs, config, o) {
|
|
3871
|
+
return [
|
|
3872
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3873
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3874
|
+
];
|
|
3875
|
+
}).s("ChimeSDKMediaPipelinesService", "StopVoiceToneAnalysisTask", {}).n("ChimeSDKMediaPipelinesClient", "StopVoiceToneAnalysisTaskCommand").f(void 0, void 0).ser(se_StopVoiceToneAnalysisTaskCommand).de(de_StopVoiceToneAnalysisTaskCommand).build() {
|
|
3876
|
+
};
|
|
3877
|
+
__name(_StopVoiceToneAnalysisTaskCommand, "StopVoiceToneAnalysisTaskCommand");
|
|
3878
|
+
var StopVoiceToneAnalysisTaskCommand = _StopVoiceToneAnalysisTaskCommand;
|
|
3879
|
+
|
|
3880
|
+
// src/commands/TagResourceCommand.ts
|
|
3881
|
+
|
|
3882
|
+
|
|
3883
|
+
|
|
3884
|
+
|
|
3885
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3886
|
+
...commonParams
|
|
3887
|
+
}).m(function(Command, cs, config, o) {
|
|
3888
|
+
return [
|
|
3889
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3890
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3891
|
+
];
|
|
3892
|
+
}).s("ChimeSDKMediaPipelinesService", "TagResource", {}).n("ChimeSDKMediaPipelinesClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
3893
|
+
};
|
|
3894
|
+
__name(_TagResourceCommand, "TagResourceCommand");
|
|
3895
|
+
var TagResourceCommand = _TagResourceCommand;
|
|
3896
|
+
|
|
3897
|
+
// src/commands/UntagResourceCommand.ts
|
|
3898
|
+
|
|
3899
|
+
|
|
3900
|
+
|
|
3901
|
+
|
|
3902
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3903
|
+
...commonParams
|
|
3904
|
+
}).m(function(Command, cs, config, o) {
|
|
3905
|
+
return [
|
|
3906
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3907
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3908
|
+
];
|
|
3909
|
+
}).s("ChimeSDKMediaPipelinesService", "UntagResource", {}).n("ChimeSDKMediaPipelinesClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
3910
|
+
};
|
|
3911
|
+
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
3912
|
+
var UntagResourceCommand = _UntagResourceCommand;
|
|
3913
|
+
|
|
3914
|
+
// src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts
|
|
3915
|
+
|
|
3916
|
+
|
|
3917
|
+
|
|
3918
|
+
|
|
3919
|
+
var _UpdateMediaInsightsPipelineConfigurationCommand = class _UpdateMediaInsightsPipelineConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3920
|
+
...commonParams
|
|
3921
|
+
}).m(function(Command, cs, config, o) {
|
|
3922
|
+
return [
|
|
3923
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3924
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3925
|
+
];
|
|
3926
|
+
}).s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineConfiguration", {}).n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineConfigurationCommand").f(
|
|
3927
|
+
UpdateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog,
|
|
3928
|
+
UpdateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog
|
|
3929
|
+
).ser(se_UpdateMediaInsightsPipelineConfigurationCommand).de(de_UpdateMediaInsightsPipelineConfigurationCommand).build() {
|
|
3930
|
+
};
|
|
3931
|
+
__name(_UpdateMediaInsightsPipelineConfigurationCommand, "UpdateMediaInsightsPipelineConfigurationCommand");
|
|
3932
|
+
var UpdateMediaInsightsPipelineConfigurationCommand = _UpdateMediaInsightsPipelineConfigurationCommand;
|
|
3933
|
+
|
|
3934
|
+
// src/commands/UpdateMediaInsightsPipelineStatusCommand.ts
|
|
3935
|
+
|
|
3936
|
+
|
|
3937
|
+
|
|
3938
|
+
|
|
3939
|
+
var _UpdateMediaInsightsPipelineStatusCommand = class _UpdateMediaInsightsPipelineStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3940
|
+
...commonParams
|
|
3941
|
+
}).m(function(Command, cs, config, o) {
|
|
3942
|
+
return [
|
|
3943
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3944
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3945
|
+
];
|
|
3946
|
+
}).s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineStatus", {}).n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineStatusCommand").f(void 0, void 0).ser(se_UpdateMediaInsightsPipelineStatusCommand).de(de_UpdateMediaInsightsPipelineStatusCommand).build() {
|
|
3947
|
+
};
|
|
3948
|
+
__name(_UpdateMediaInsightsPipelineStatusCommand, "UpdateMediaInsightsPipelineStatusCommand");
|
|
3949
|
+
var UpdateMediaInsightsPipelineStatusCommand = _UpdateMediaInsightsPipelineStatusCommand;
|
|
3950
|
+
|
|
3951
|
+
// src/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.ts
|
|
3952
|
+
|
|
3953
|
+
|
|
3954
|
+
|
|
3955
|
+
|
|
3956
|
+
var _UpdateMediaPipelineKinesisVideoStreamPoolCommand = class _UpdateMediaPipelineKinesisVideoStreamPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3957
|
+
...commonParams
|
|
3958
|
+
}).m(function(Command, cs, config, o) {
|
|
3959
|
+
return [
|
|
3960
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3961
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3962
|
+
];
|
|
3963
|
+
}).s("ChimeSDKMediaPipelinesService", "UpdateMediaPipelineKinesisVideoStreamPool", {}).n("ChimeSDKMediaPipelinesClient", "UpdateMediaPipelineKinesisVideoStreamPoolCommand").f(void 0, UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog).ser(se_UpdateMediaPipelineKinesisVideoStreamPoolCommand).de(de_UpdateMediaPipelineKinesisVideoStreamPoolCommand).build() {
|
|
3964
|
+
};
|
|
3965
|
+
__name(_UpdateMediaPipelineKinesisVideoStreamPoolCommand, "UpdateMediaPipelineKinesisVideoStreamPoolCommand");
|
|
3966
|
+
var UpdateMediaPipelineKinesisVideoStreamPoolCommand = _UpdateMediaPipelineKinesisVideoStreamPoolCommand;
|
|
3967
|
+
|
|
3968
|
+
// src/ChimeSDKMediaPipelines.ts
|
|
3969
|
+
var commands = {
|
|
3970
|
+
CreateMediaCapturePipelineCommand,
|
|
3971
|
+
CreateMediaConcatenationPipelineCommand,
|
|
3972
|
+
CreateMediaInsightsPipelineCommand,
|
|
3973
|
+
CreateMediaInsightsPipelineConfigurationCommand,
|
|
3974
|
+
CreateMediaLiveConnectorPipelineCommand,
|
|
3975
|
+
CreateMediaPipelineKinesisVideoStreamPoolCommand,
|
|
3976
|
+
CreateMediaStreamPipelineCommand,
|
|
3977
|
+
DeleteMediaCapturePipelineCommand,
|
|
3978
|
+
DeleteMediaInsightsPipelineConfigurationCommand,
|
|
3979
|
+
DeleteMediaPipelineCommand,
|
|
3980
|
+
DeleteMediaPipelineKinesisVideoStreamPoolCommand,
|
|
3981
|
+
GetMediaCapturePipelineCommand,
|
|
3982
|
+
GetMediaInsightsPipelineConfigurationCommand,
|
|
3983
|
+
GetMediaPipelineCommand,
|
|
3984
|
+
GetMediaPipelineKinesisVideoStreamPoolCommand,
|
|
3985
|
+
GetSpeakerSearchTaskCommand,
|
|
3986
|
+
GetVoiceToneAnalysisTaskCommand,
|
|
3987
|
+
ListMediaCapturePipelinesCommand,
|
|
3988
|
+
ListMediaInsightsPipelineConfigurationsCommand,
|
|
3989
|
+
ListMediaPipelineKinesisVideoStreamPoolsCommand,
|
|
3990
|
+
ListMediaPipelinesCommand,
|
|
3991
|
+
ListTagsForResourceCommand,
|
|
3992
|
+
StartSpeakerSearchTaskCommand,
|
|
3993
|
+
StartVoiceToneAnalysisTaskCommand,
|
|
3994
|
+
StopSpeakerSearchTaskCommand,
|
|
3995
|
+
StopVoiceToneAnalysisTaskCommand,
|
|
3996
|
+
TagResourceCommand,
|
|
3997
|
+
UntagResourceCommand,
|
|
3998
|
+
UpdateMediaInsightsPipelineConfigurationCommand,
|
|
3999
|
+
UpdateMediaInsightsPipelineStatusCommand,
|
|
4000
|
+
UpdateMediaPipelineKinesisVideoStreamPoolCommand
|
|
4001
|
+
};
|
|
4002
|
+
var _ChimeSDKMediaPipelines = class _ChimeSDKMediaPipelines extends ChimeSDKMediaPipelinesClient {
|
|
4003
|
+
};
|
|
4004
|
+
__name(_ChimeSDKMediaPipelines, "ChimeSDKMediaPipelines");
|
|
4005
|
+
var ChimeSDKMediaPipelines = _ChimeSDKMediaPipelines;
|
|
4006
|
+
(0, import_smithy_client.createAggregatedClient)(commands, ChimeSDKMediaPipelines);
|
|
4007
|
+
|
|
4008
|
+
// src/pagination/ListMediaCapturePipelinesPaginator.ts
|
|
4009
|
+
|
|
4010
|
+
var paginateListMediaCapturePipelines = (0, import_core.createPaginator)(ChimeSDKMediaPipelinesClient, ListMediaCapturePipelinesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4011
|
+
|
|
4012
|
+
// src/pagination/ListMediaInsightsPipelineConfigurationsPaginator.ts
|
|
4013
|
+
|
|
4014
|
+
var paginateListMediaInsightsPipelineConfigurations = (0, import_core.createPaginator)(ChimeSDKMediaPipelinesClient, ListMediaInsightsPipelineConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4015
|
+
|
|
4016
|
+
// src/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.ts
|
|
4017
|
+
|
|
4018
|
+
var paginateListMediaPipelineKinesisVideoStreamPools = (0, import_core.createPaginator)(
|
|
4019
|
+
ChimeSDKMediaPipelinesClient,
|
|
4020
|
+
ListMediaPipelineKinesisVideoStreamPoolsCommand,
|
|
4021
|
+
"NextToken",
|
|
4022
|
+
"NextToken",
|
|
4023
|
+
"MaxResults"
|
|
4024
|
+
);
|
|
4025
|
+
|
|
4026
|
+
// src/pagination/ListMediaPipelinesPaginator.ts
|
|
4027
|
+
|
|
4028
|
+
var paginateListMediaPipelines = (0, import_core.createPaginator)(ChimeSDKMediaPipelinesClient, ListMediaPipelinesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4029
|
+
|
|
4030
|
+
// src/index.ts
|
|
4031
|
+
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
4032
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
4033
|
+
0 && (module.exports = {
|
|
4034
|
+
ActiveSpeakerPosition,
|
|
4035
|
+
ArtifactsConcatenationState,
|
|
4036
|
+
ArtifactsState,
|
|
4037
|
+
AudioArtifactsConcatenationState,
|
|
4038
|
+
AudioChannelsOption,
|
|
4039
|
+
AudioMuxType,
|
|
4040
|
+
BadRequestException,
|
|
4041
|
+
BorderColor,
|
|
4042
|
+
CallAnalyticsLanguageCode,
|
|
4043
|
+
CanvasOrientation,
|
|
4044
|
+
ChimeSDKMediaPipelines,
|
|
4045
|
+
ChimeSDKMediaPipelinesClient,
|
|
4046
|
+
ChimeSDKMediaPipelinesServiceException,
|
|
4047
|
+
ChimeSdkMeetingConfigurationFilterSensitiveLog,
|
|
4048
|
+
ChimeSdkMeetingLiveConnectorConfigurationFilterSensitiveLog,
|
|
4049
|
+
ConcatenationSinkFilterSensitiveLog,
|
|
4050
|
+
ConcatenationSinkType,
|
|
4051
|
+
ConcatenationSourceFilterSensitiveLog,
|
|
4052
|
+
ConcatenationSourceType,
|
|
4053
|
+
ConflictException,
|
|
4054
|
+
ContentMuxType,
|
|
4055
|
+
ContentRedactionOutput,
|
|
4056
|
+
ContentShareLayoutOption,
|
|
4057
|
+
ContentType,
|
|
4058
|
+
CreateMediaCapturePipelineCommand,
|
|
4059
|
+
CreateMediaCapturePipelineRequestFilterSensitiveLog,
|
|
4060
|
+
CreateMediaCapturePipelineResponseFilterSensitiveLog,
|
|
4061
|
+
CreateMediaConcatenationPipelineCommand,
|
|
4062
|
+
CreateMediaConcatenationPipelineRequestFilterSensitiveLog,
|
|
4063
|
+
CreateMediaConcatenationPipelineResponseFilterSensitiveLog,
|
|
4064
|
+
CreateMediaInsightsPipelineCommand,
|
|
4065
|
+
CreateMediaInsightsPipelineConfigurationCommand,
|
|
4066
|
+
CreateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog,
|
|
4067
|
+
CreateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog,
|
|
4068
|
+
CreateMediaInsightsPipelineRequestFilterSensitiveLog,
|
|
4069
|
+
CreateMediaInsightsPipelineResponseFilterSensitiveLog,
|
|
4070
|
+
CreateMediaLiveConnectorPipelineCommand,
|
|
4071
|
+
CreateMediaLiveConnectorPipelineRequestFilterSensitiveLog,
|
|
4072
|
+
CreateMediaLiveConnectorPipelineResponseFilterSensitiveLog,
|
|
4073
|
+
CreateMediaPipelineKinesisVideoStreamPoolCommand,
|
|
4074
|
+
CreateMediaPipelineKinesisVideoStreamPoolRequestFilterSensitiveLog,
|
|
4075
|
+
CreateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog,
|
|
4076
|
+
CreateMediaStreamPipelineCommand,
|
|
4077
|
+
CreateMediaStreamPipelineRequestFilterSensitiveLog,
|
|
4078
|
+
CreateMediaStreamPipelineResponseFilterSensitiveLog,
|
|
4079
|
+
DeleteMediaCapturePipelineCommand,
|
|
4080
|
+
DeleteMediaInsightsPipelineConfigurationCommand,
|
|
4081
|
+
DeleteMediaPipelineCommand,
|
|
4082
|
+
DeleteMediaPipelineKinesisVideoStreamPoolCommand,
|
|
4083
|
+
ErrorCode,
|
|
4084
|
+
ForbiddenException,
|
|
4085
|
+
FragmentSelectorType,
|
|
4086
|
+
GetMediaCapturePipelineCommand,
|
|
4087
|
+
GetMediaCapturePipelineResponseFilterSensitiveLog,
|
|
4088
|
+
GetMediaInsightsPipelineConfigurationCommand,
|
|
4089
|
+
GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog,
|
|
4090
|
+
GetMediaPipelineCommand,
|
|
4091
|
+
GetMediaPipelineKinesisVideoStreamPoolCommand,
|
|
4092
|
+
GetMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog,
|
|
4093
|
+
GetMediaPipelineResponseFilterSensitiveLog,
|
|
4094
|
+
GetSpeakerSearchTaskCommand,
|
|
4095
|
+
GetVoiceToneAnalysisTaskCommand,
|
|
4096
|
+
HighlightColor,
|
|
4097
|
+
HorizontalTilePosition,
|
|
4098
|
+
KinesisDataStreamSinkConfigurationFilterSensitiveLog,
|
|
4099
|
+
KinesisVideoStreamPoolConfigurationFilterSensitiveLog,
|
|
4100
|
+
KinesisVideoStreamPoolStatus,
|
|
4101
|
+
KinesisVideoStreamPoolSummaryFilterSensitiveLog,
|
|
4102
|
+
LambdaFunctionSinkConfigurationFilterSensitiveLog,
|
|
4103
|
+
LayoutOption,
|
|
4104
|
+
ListMediaCapturePipelinesCommand,
|
|
4105
|
+
ListMediaInsightsPipelineConfigurationsCommand,
|
|
4106
|
+
ListMediaInsightsPipelineConfigurationsResponseFilterSensitiveLog,
|
|
4107
|
+
ListMediaPipelineKinesisVideoStreamPoolsCommand,
|
|
4108
|
+
ListMediaPipelineKinesisVideoStreamPoolsResponseFilterSensitiveLog,
|
|
4109
|
+
ListMediaPipelinesCommand,
|
|
4110
|
+
ListTagsForResourceCommand,
|
|
4111
|
+
LiveConnectorMuxType,
|
|
4112
|
+
LiveConnectorRTMPConfigurationFilterSensitiveLog,
|
|
4113
|
+
LiveConnectorSinkConfigurationFilterSensitiveLog,
|
|
4114
|
+
LiveConnectorSinkType,
|
|
4115
|
+
LiveConnectorSourceConfigurationFilterSensitiveLog,
|
|
4116
|
+
LiveConnectorSourceType,
|
|
4117
|
+
MediaCapturePipelineFilterSensitiveLog,
|
|
4118
|
+
MediaCapturePipelineSourceConfigurationFilterSensitiveLog,
|
|
4119
|
+
MediaConcatenationPipelineFilterSensitiveLog,
|
|
4120
|
+
MediaEncoding,
|
|
4121
|
+
MediaInsightsPipelineConfigurationElementFilterSensitiveLog,
|
|
4122
|
+
MediaInsightsPipelineConfigurationElementType,
|
|
4123
|
+
MediaInsightsPipelineConfigurationFilterSensitiveLog,
|
|
4124
|
+
MediaInsightsPipelineConfigurationSummaryFilterSensitiveLog,
|
|
4125
|
+
MediaInsightsPipelineFilterSensitiveLog,
|
|
4126
|
+
MediaLiveConnectorPipelineFilterSensitiveLog,
|
|
4127
|
+
MediaPipelineElementStatus,
|
|
4128
|
+
MediaPipelineFilterSensitiveLog,
|
|
4129
|
+
MediaPipelineSinkType,
|
|
4130
|
+
MediaPipelineSourceType,
|
|
4131
|
+
MediaPipelineStatus,
|
|
4132
|
+
MediaPipelineStatusUpdate,
|
|
4133
|
+
MediaPipelineTaskStatus,
|
|
4134
|
+
MediaStreamPipelineFilterSensitiveLog,
|
|
4135
|
+
MediaStreamPipelineSinkType,
|
|
4136
|
+
MediaStreamSinkFilterSensitiveLog,
|
|
4137
|
+
MediaStreamSourceFilterSensitiveLog,
|
|
4138
|
+
MediaStreamType,
|
|
4139
|
+
NotFoundException,
|
|
4140
|
+
PartialResultsStability,
|
|
4141
|
+
ParticipantRole,
|
|
4142
|
+
PresenterPosition,
|
|
4143
|
+
RealTimeAlertRuleType,
|
|
4144
|
+
RecordingFileFormat,
|
|
4145
|
+
ResolutionOption,
|
|
4146
|
+
ResourceLimitExceededException,
|
|
4147
|
+
S3BucketSinkConfigurationFilterSensitiveLog,
|
|
4148
|
+
S3RecordingSinkConfigurationFilterSensitiveLog,
|
|
4149
|
+
S3RecordingSinkRuntimeConfigurationFilterSensitiveLog,
|
|
4150
|
+
SelectedVideoStreamsFilterSensitiveLog,
|
|
4151
|
+
SentimentType,
|
|
4152
|
+
ServiceFailureException,
|
|
4153
|
+
ServiceUnavailableException,
|
|
4154
|
+
SnsTopicSinkConfigurationFilterSensitiveLog,
|
|
4155
|
+
SourceConfigurationFilterSensitiveLog,
|
|
4156
|
+
SqsQueueSinkConfigurationFilterSensitiveLog,
|
|
4157
|
+
StartSpeakerSearchTaskCommand,
|
|
4158
|
+
StartSpeakerSearchTaskRequestFilterSensitiveLog,
|
|
4159
|
+
StartVoiceToneAnalysisTaskCommand,
|
|
4160
|
+
StartVoiceToneAnalysisTaskRequestFilterSensitiveLog,
|
|
4161
|
+
StopSpeakerSearchTaskCommand,
|
|
4162
|
+
StopVoiceToneAnalysisTaskCommand,
|
|
4163
|
+
TagResourceCommand,
|
|
4164
|
+
ThrottledClientException,
|
|
4165
|
+
TileOrder,
|
|
4166
|
+
UnauthorizedClientException,
|
|
4167
|
+
UntagResourceCommand,
|
|
4168
|
+
UpdateMediaInsightsPipelineConfigurationCommand,
|
|
4169
|
+
UpdateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog,
|
|
4170
|
+
UpdateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog,
|
|
4171
|
+
UpdateMediaInsightsPipelineStatusCommand,
|
|
4172
|
+
UpdateMediaPipelineKinesisVideoStreamPoolCommand,
|
|
4173
|
+
UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog,
|
|
4174
|
+
VerticalTilePosition,
|
|
4175
|
+
VideoMuxType,
|
|
4176
|
+
VocabularyFilterMethod,
|
|
4177
|
+
VoiceAnalyticsConfigurationStatus,
|
|
4178
|
+
VoiceAnalyticsLanguageCode,
|
|
4179
|
+
__Client,
|
|
4180
|
+
paginateListMediaCapturePipelines,
|
|
4181
|
+
paginateListMediaInsightsPipelineConfigurations,
|
|
4182
|
+
paginateListMediaPipelineKinesisVideoStreamPools,
|
|
4183
|
+
paginateListMediaPipelines
|
|
4184
|
+
});
|