@aws-sdk/client-chime-sdk-media-pipelines 3.758.0 → 3.772.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +82 -82
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
ActiveSpeakerPosition: () => ActiveSpeakerPosition,
|
|
25
25
|
ArtifactsConcatenationState: () => ArtifactsConcatenationState,
|
|
26
26
|
ArtifactsState: () => ArtifactsState,
|
|
@@ -172,7 +172,7 @@ __export(src_exports, {
|
|
|
172
172
|
paginateListMediaPipelineKinesisVideoStreamPools: () => paginateListMediaPipelineKinesisVideoStreamPools,
|
|
173
173
|
paginateListMediaPipelines: () => paginateListMediaPipelines
|
|
174
174
|
});
|
|
175
|
-
module.exports = __toCommonJS(
|
|
175
|
+
module.exports = __toCommonJS(index_exports);
|
|
176
176
|
|
|
177
177
|
// src/ChimeSDKMediaPipelinesClient.ts
|
|
178
178
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -299,9 +299,9 @@ var ChimeSDKMediaPipelinesClient = class extends import_smithy_client.Client {
|
|
|
299
299
|
this.middlewareStack.use(
|
|
300
300
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
301
301
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultChimeSDKMediaPipelinesHttpAuthSchemeParametersProvider,
|
|
302
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
302
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
303
303
|
"aws.auth#sigv4": config.credentials
|
|
304
|
-
})
|
|
304
|
+
}), "identityProviderConfigProvider")
|
|
305
305
|
})
|
|
306
306
|
);
|
|
307
307
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1199,15 +1199,15 @@ var se_CreateMediaCapturePipelineCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1199
1199
|
let body;
|
|
1200
1200
|
body = JSON.stringify(
|
|
1201
1201
|
(0, import_smithy_client.take)(input, {
|
|
1202
|
-
ChimeSdkMeetingConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1202
|
+
ChimeSdkMeetingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ChimeSdkMeetingConfiguration"),
|
|
1203
1203
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1204
1204
|
SinkArn: [],
|
|
1205
1205
|
SinkIamRoleArn: [],
|
|
1206
1206
|
SinkType: [],
|
|
1207
1207
|
SourceArn: [],
|
|
1208
1208
|
SourceType: [],
|
|
1209
|
-
SseAwsKeyManagementParams: (_) => (0, import_smithy_client._json)(_),
|
|
1210
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1209
|
+
SseAwsKeyManagementParams: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SseAwsKeyManagementParams"),
|
|
1210
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1211
1211
|
})
|
|
1212
1212
|
);
|
|
1213
1213
|
b.m("POST").h(headers).b(body);
|
|
@@ -1223,9 +1223,9 @@ var se_CreateMediaConcatenationPipelineCommand = /* @__PURE__ */ __name(async (i
|
|
|
1223
1223
|
body = JSON.stringify(
|
|
1224
1224
|
(0, import_smithy_client.take)(input, {
|
|
1225
1225
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1226
|
-
Sinks: (_) => (0, import_smithy_client._json)(_),
|
|
1227
|
-
Sources: (_) => (0, import_smithy_client._json)(_),
|
|
1228
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1226
|
+
Sinks: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Sinks"),
|
|
1227
|
+
Sources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Sources"),
|
|
1228
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1229
1229
|
})
|
|
1230
1230
|
);
|
|
1231
1231
|
b.m("POST").h(headers).b(body);
|
|
@@ -1241,12 +1241,12 @@ var se_CreateMediaInsightsPipelineCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1241
1241
|
body = JSON.stringify(
|
|
1242
1242
|
(0, import_smithy_client.take)(input, {
|
|
1243
1243
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1244
|
-
KinesisVideoStreamRecordingSourceRuntimeConfiguration: (_) => se_KinesisVideoStreamRecordingSourceRuntimeConfiguration(_, context),
|
|
1245
|
-
KinesisVideoStreamSourceRuntimeConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1244
|
+
KinesisVideoStreamRecordingSourceRuntimeConfiguration: /* @__PURE__ */ __name((_) => se_KinesisVideoStreamRecordingSourceRuntimeConfiguration(_, context), "KinesisVideoStreamRecordingSourceRuntimeConfiguration"),
|
|
1245
|
+
KinesisVideoStreamSourceRuntimeConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "KinesisVideoStreamSourceRuntimeConfiguration"),
|
|
1246
1246
|
MediaInsightsPipelineConfigurationArn: [],
|
|
1247
|
-
MediaInsightsRuntimeMetadata: (_) => (0, import_smithy_client._json)(_),
|
|
1248
|
-
S3RecordingSinkRuntimeConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1249
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1247
|
+
MediaInsightsRuntimeMetadata: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MediaInsightsRuntimeMetadata"),
|
|
1248
|
+
S3RecordingSinkRuntimeConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "S3RecordingSinkRuntimeConfiguration"),
|
|
1249
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1250
1250
|
})
|
|
1251
1251
|
);
|
|
1252
1252
|
b.m("POST").h(headers).b(body);
|
|
@@ -1262,11 +1262,11 @@ var se_CreateMediaInsightsPipelineConfigurationCommand = /* @__PURE__ */ __name(
|
|
|
1262
1262
|
body = JSON.stringify(
|
|
1263
1263
|
(0, import_smithy_client.take)(input, {
|
|
1264
1264
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1265
|
-
Elements: (_) => (0, import_smithy_client._json)(_),
|
|
1265
|
+
Elements: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Elements"),
|
|
1266
1266
|
MediaInsightsPipelineConfigurationName: [],
|
|
1267
|
-
RealTimeAlertConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1267
|
+
RealTimeAlertConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RealTimeAlertConfiguration"),
|
|
1268
1268
|
ResourceAccessRoleArn: [],
|
|
1269
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1269
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1270
1270
|
})
|
|
1271
1271
|
);
|
|
1272
1272
|
b.m("POST").h(headers).b(body);
|
|
@@ -1282,9 +1282,9 @@ var se_CreateMediaLiveConnectorPipelineCommand = /* @__PURE__ */ __name(async (i
|
|
|
1282
1282
|
body = JSON.stringify(
|
|
1283
1283
|
(0, import_smithy_client.take)(input, {
|
|
1284
1284
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1285
|
-
Sinks: (_) => (0, import_smithy_client._json)(_),
|
|
1286
|
-
Sources: (_) => (0, import_smithy_client._json)(_),
|
|
1287
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1285
|
+
Sinks: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Sinks"),
|
|
1286
|
+
Sources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Sources"),
|
|
1287
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1288
1288
|
})
|
|
1289
1289
|
);
|
|
1290
1290
|
b.m("POST").h(headers).b(body);
|
|
@@ -1301,8 +1301,8 @@ var se_CreateMediaPipelineKinesisVideoStreamPoolCommand = /* @__PURE__ */ __name
|
|
|
1301
1301
|
(0, import_smithy_client.take)(input, {
|
|
1302
1302
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1303
1303
|
PoolName: [],
|
|
1304
|
-
StreamConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1305
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1304
|
+
StreamConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "StreamConfiguration"),
|
|
1305
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1306
1306
|
})
|
|
1307
1307
|
);
|
|
1308
1308
|
b.m("POST").h(headers).b(body);
|
|
@@ -1318,9 +1318,9 @@ var se_CreateMediaStreamPipelineCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1318
1318
|
body = JSON.stringify(
|
|
1319
1319
|
(0, import_smithy_client.take)(input, {
|
|
1320
1320
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1321
|
-
Sinks: (_) => (0, import_smithy_client._json)(_),
|
|
1322
|
-
Sources: (_) => (0, import_smithy_client._json)(_),
|
|
1323
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1321
|
+
Sinks: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Sinks"),
|
|
1322
|
+
Sources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Sources"),
|
|
1323
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1324
1324
|
})
|
|
1325
1325
|
);
|
|
1326
1326
|
b.m("POST").h(headers).b(body);
|
|
@@ -1491,7 +1491,7 @@ var se_StartSpeakerSearchTaskCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1491
1491
|
body = JSON.stringify(
|
|
1492
1492
|
(0, import_smithy_client.take)(input, {
|
|
1493
1493
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1494
|
-
KinesisVideoStreamSourceTaskConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1494
|
+
KinesisVideoStreamSourceTaskConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "KinesisVideoStreamSourceTaskConfiguration"),
|
|
1495
1495
|
VoiceProfileDomainArn: []
|
|
1496
1496
|
})
|
|
1497
1497
|
);
|
|
@@ -1512,7 +1512,7 @@ var se_StartVoiceToneAnalysisTaskCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1512
1512
|
body = JSON.stringify(
|
|
1513
1513
|
(0, import_smithy_client.take)(input, {
|
|
1514
1514
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1515
|
-
KinesisVideoStreamSourceTaskConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1515
|
+
KinesisVideoStreamSourceTaskConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "KinesisVideoStreamSourceTaskConfiguration"),
|
|
1516
1516
|
LanguageCode: []
|
|
1517
1517
|
})
|
|
1518
1518
|
);
|
|
@@ -1558,7 +1558,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1558
1558
|
body = JSON.stringify(
|
|
1559
1559
|
(0, import_smithy_client.take)(input, {
|
|
1560
1560
|
ResourceARN: [],
|
|
1561
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1561
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1562
1562
|
})
|
|
1563
1563
|
);
|
|
1564
1564
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1577,7 +1577,7 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1577
1577
|
body = JSON.stringify(
|
|
1578
1578
|
(0, import_smithy_client.take)(input, {
|
|
1579
1579
|
ResourceARN: [],
|
|
1580
|
-
TagKeys: (_) => (0, import_smithy_client._json)(_)
|
|
1580
|
+
TagKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagKeys")
|
|
1581
1581
|
})
|
|
1582
1582
|
);
|
|
1583
1583
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1593,8 +1593,8 @@ var se_UpdateMediaInsightsPipelineConfigurationCommand = /* @__PURE__ */ __name(
|
|
|
1593
1593
|
let body;
|
|
1594
1594
|
body = JSON.stringify(
|
|
1595
1595
|
(0, import_smithy_client.take)(input, {
|
|
1596
|
-
Elements: (_) => (0, import_smithy_client._json)(_),
|
|
1597
|
-
RealTimeAlertConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1596
|
+
Elements: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Elements"),
|
|
1597
|
+
RealTimeAlertConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RealTimeAlertConfiguration"),
|
|
1598
1598
|
ResourceAccessRoleArn: []
|
|
1599
1599
|
})
|
|
1600
1600
|
);
|
|
@@ -1627,7 +1627,7 @@ var se_UpdateMediaPipelineKinesisVideoStreamPoolCommand = /* @__PURE__ */ __name
|
|
|
1627
1627
|
let body;
|
|
1628
1628
|
body = JSON.stringify(
|
|
1629
1629
|
(0, import_smithy_client.take)(input, {
|
|
1630
|
-
StreamConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
1630
|
+
StreamConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "StreamConfiguration")
|
|
1631
1631
|
})
|
|
1632
1632
|
);
|
|
1633
1633
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1642,7 +1642,7 @@ var de_CreateMediaCapturePipelineCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1642
1642
|
});
|
|
1643
1643
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1644
1644
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1645
|
-
MediaCapturePipeline: (_) => de_MediaCapturePipeline(_, context)
|
|
1645
|
+
MediaCapturePipeline: /* @__PURE__ */ __name((_) => de_MediaCapturePipeline(_, context), "MediaCapturePipeline")
|
|
1646
1646
|
});
|
|
1647
1647
|
Object.assign(contents, doc);
|
|
1648
1648
|
return contents;
|
|
@@ -1656,7 +1656,7 @@ var de_CreateMediaConcatenationPipelineCommand = /* @__PURE__ */ __name(async (o
|
|
|
1656
1656
|
});
|
|
1657
1657
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1658
1658
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1659
|
-
MediaConcatenationPipeline: (_) => de_MediaConcatenationPipeline(_, context)
|
|
1659
|
+
MediaConcatenationPipeline: /* @__PURE__ */ __name((_) => de_MediaConcatenationPipeline(_, context), "MediaConcatenationPipeline")
|
|
1660
1660
|
});
|
|
1661
1661
|
Object.assign(contents, doc);
|
|
1662
1662
|
return contents;
|
|
@@ -1670,7 +1670,7 @@ var de_CreateMediaInsightsPipelineCommand = /* @__PURE__ */ __name(async (output
|
|
|
1670
1670
|
});
|
|
1671
1671
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1672
1672
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1673
|
-
MediaInsightsPipeline: (_) => de_MediaInsightsPipeline(_, context)
|
|
1673
|
+
MediaInsightsPipeline: /* @__PURE__ */ __name((_) => de_MediaInsightsPipeline(_, context), "MediaInsightsPipeline")
|
|
1674
1674
|
});
|
|
1675
1675
|
Object.assign(contents, doc);
|
|
1676
1676
|
return contents;
|
|
@@ -1684,7 +1684,7 @@ var de_CreateMediaInsightsPipelineConfigurationCommand = /* @__PURE__ */ __name(
|
|
|
1684
1684
|
});
|
|
1685
1685
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1686
1686
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1687
|
-
MediaInsightsPipelineConfiguration: (_) => de_MediaInsightsPipelineConfiguration(_, context)
|
|
1687
|
+
MediaInsightsPipelineConfiguration: /* @__PURE__ */ __name((_) => de_MediaInsightsPipelineConfiguration(_, context), "MediaInsightsPipelineConfiguration")
|
|
1688
1688
|
});
|
|
1689
1689
|
Object.assign(contents, doc);
|
|
1690
1690
|
return contents;
|
|
@@ -1698,7 +1698,7 @@ var de_CreateMediaLiveConnectorPipelineCommand = /* @__PURE__ */ __name(async (o
|
|
|
1698
1698
|
});
|
|
1699
1699
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1700
1700
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1701
|
-
MediaLiveConnectorPipeline: (_) => de_MediaLiveConnectorPipeline(_, context)
|
|
1701
|
+
MediaLiveConnectorPipeline: /* @__PURE__ */ __name((_) => de_MediaLiveConnectorPipeline(_, context), "MediaLiveConnectorPipeline")
|
|
1702
1702
|
});
|
|
1703
1703
|
Object.assign(contents, doc);
|
|
1704
1704
|
return contents;
|
|
@@ -1712,7 +1712,7 @@ var de_CreateMediaPipelineKinesisVideoStreamPoolCommand = /* @__PURE__ */ __name
|
|
|
1712
1712
|
});
|
|
1713
1713
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1714
1714
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1715
|
-
KinesisVideoStreamPoolConfiguration: (_) => de_KinesisVideoStreamPoolConfiguration(_, context)
|
|
1715
|
+
KinesisVideoStreamPoolConfiguration: /* @__PURE__ */ __name((_) => de_KinesisVideoStreamPoolConfiguration(_, context), "KinesisVideoStreamPoolConfiguration")
|
|
1716
1716
|
});
|
|
1717
1717
|
Object.assign(contents, doc);
|
|
1718
1718
|
return contents;
|
|
@@ -1726,7 +1726,7 @@ var de_CreateMediaStreamPipelineCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1726
1726
|
});
|
|
1727
1727
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1728
1728
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1729
|
-
MediaStreamPipeline: (_) => de_MediaStreamPipeline(_, context)
|
|
1729
|
+
MediaStreamPipeline: /* @__PURE__ */ __name((_) => de_MediaStreamPipeline(_, context), "MediaStreamPipeline")
|
|
1730
1730
|
});
|
|
1731
1731
|
Object.assign(contents, doc);
|
|
1732
1732
|
return contents;
|
|
@@ -1780,7 +1780,7 @@ var de_GetMediaCapturePipelineCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1780
1780
|
});
|
|
1781
1781
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1782
1782
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1783
|
-
MediaCapturePipeline: (_) => de_MediaCapturePipeline(_, context)
|
|
1783
|
+
MediaCapturePipeline: /* @__PURE__ */ __name((_) => de_MediaCapturePipeline(_, context), "MediaCapturePipeline")
|
|
1784
1784
|
});
|
|
1785
1785
|
Object.assign(contents, doc);
|
|
1786
1786
|
return contents;
|
|
@@ -1794,7 +1794,7 @@ var de_GetMediaInsightsPipelineConfigurationCommand = /* @__PURE__ */ __name(asy
|
|
|
1794
1794
|
});
|
|
1795
1795
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1796
1796
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1797
|
-
MediaInsightsPipelineConfiguration: (_) => de_MediaInsightsPipelineConfiguration(_, context)
|
|
1797
|
+
MediaInsightsPipelineConfiguration: /* @__PURE__ */ __name((_) => de_MediaInsightsPipelineConfiguration(_, context), "MediaInsightsPipelineConfiguration")
|
|
1798
1798
|
});
|
|
1799
1799
|
Object.assign(contents, doc);
|
|
1800
1800
|
return contents;
|
|
@@ -1808,7 +1808,7 @@ var de_GetMediaPipelineCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1808
1808
|
});
|
|
1809
1809
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1810
1810
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1811
|
-
MediaPipeline: (_) => de_MediaPipeline(_, context)
|
|
1811
|
+
MediaPipeline: /* @__PURE__ */ __name((_) => de_MediaPipeline(_, context), "MediaPipeline")
|
|
1812
1812
|
});
|
|
1813
1813
|
Object.assign(contents, doc);
|
|
1814
1814
|
return contents;
|
|
@@ -1822,7 +1822,7 @@ var de_GetMediaPipelineKinesisVideoStreamPoolCommand = /* @__PURE__ */ __name(as
|
|
|
1822
1822
|
});
|
|
1823
1823
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1824
1824
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1825
|
-
KinesisVideoStreamPoolConfiguration: (_) => de_KinesisVideoStreamPoolConfiguration(_, context)
|
|
1825
|
+
KinesisVideoStreamPoolConfiguration: /* @__PURE__ */ __name((_) => de_KinesisVideoStreamPoolConfiguration(_, context), "KinesisVideoStreamPoolConfiguration")
|
|
1826
1826
|
});
|
|
1827
1827
|
Object.assign(contents, doc);
|
|
1828
1828
|
return contents;
|
|
@@ -1836,7 +1836,7 @@ var de_GetSpeakerSearchTaskCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1836
1836
|
});
|
|
1837
1837
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1838
1838
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1839
|
-
SpeakerSearchTask: (_) => de_SpeakerSearchTask(_, context)
|
|
1839
|
+
SpeakerSearchTask: /* @__PURE__ */ __name((_) => de_SpeakerSearchTask(_, context), "SpeakerSearchTask")
|
|
1840
1840
|
});
|
|
1841
1841
|
Object.assign(contents, doc);
|
|
1842
1842
|
return contents;
|
|
@@ -1850,7 +1850,7 @@ var de_GetVoiceToneAnalysisTaskCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1850
1850
|
});
|
|
1851
1851
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1852
1852
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1853
|
-
VoiceToneAnalysisTask: (_) => de_VoiceToneAnalysisTask(_, context)
|
|
1853
|
+
VoiceToneAnalysisTask: /* @__PURE__ */ __name((_) => de_VoiceToneAnalysisTask(_, context), "VoiceToneAnalysisTask")
|
|
1854
1854
|
});
|
|
1855
1855
|
Object.assign(contents, doc);
|
|
1856
1856
|
return contents;
|
|
@@ -1938,7 +1938,7 @@ var de_StartSpeakerSearchTaskCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1938
1938
|
});
|
|
1939
1939
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1940
1940
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1941
|
-
SpeakerSearchTask: (_) => de_SpeakerSearchTask(_, context)
|
|
1941
|
+
SpeakerSearchTask: /* @__PURE__ */ __name((_) => de_SpeakerSearchTask(_, context), "SpeakerSearchTask")
|
|
1942
1942
|
});
|
|
1943
1943
|
Object.assign(contents, doc);
|
|
1944
1944
|
return contents;
|
|
@@ -1952,7 +1952,7 @@ var de_StartVoiceToneAnalysisTaskCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1952
1952
|
});
|
|
1953
1953
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1954
1954
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1955
|
-
VoiceToneAnalysisTask: (_) => de_VoiceToneAnalysisTask(_, context)
|
|
1955
|
+
VoiceToneAnalysisTask: /* @__PURE__ */ __name((_) => de_VoiceToneAnalysisTask(_, context), "VoiceToneAnalysisTask")
|
|
1956
1956
|
});
|
|
1957
1957
|
Object.assign(contents, doc);
|
|
1958
1958
|
return contents;
|
|
@@ -2006,7 +2006,7 @@ var de_UpdateMediaInsightsPipelineConfigurationCommand = /* @__PURE__ */ __name(
|
|
|
2006
2006
|
});
|
|
2007
2007
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2008
2008
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2009
|
-
MediaInsightsPipelineConfiguration: (_) => de_MediaInsightsPipelineConfiguration(_, context)
|
|
2009
|
+
MediaInsightsPipelineConfiguration: /* @__PURE__ */ __name((_) => de_MediaInsightsPipelineConfiguration(_, context), "MediaInsightsPipelineConfiguration")
|
|
2010
2010
|
});
|
|
2011
2011
|
Object.assign(contents, doc);
|
|
2012
2012
|
return contents;
|
|
@@ -2030,7 +2030,7 @@ var de_UpdateMediaPipelineKinesisVideoStreamPoolCommand = /* @__PURE__ */ __name
|
|
|
2030
2030
|
});
|
|
2031
2031
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2032
2032
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2033
|
-
KinesisVideoStreamPoolConfiguration: (_) => de_KinesisVideoStreamPoolConfiguration(_, context)
|
|
2033
|
+
KinesisVideoStreamPoolConfiguration: /* @__PURE__ */ __name((_) => de_KinesisVideoStreamPoolConfiguration(_, context), "KinesisVideoStreamPoolConfiguration")
|
|
2034
2034
|
});
|
|
2035
2035
|
Object.assign(contents, doc);
|
|
2036
2036
|
return contents;
|
|
@@ -2217,49 +2217,49 @@ var de_UnauthorizedClientExceptionRes = /* @__PURE__ */ __name(async (parsedOutp
|
|
|
2217
2217
|
var se_FragmentSelector = /* @__PURE__ */ __name((input, context) => {
|
|
2218
2218
|
return (0, import_smithy_client.take)(input, {
|
|
2219
2219
|
FragmentSelectorType: [],
|
|
2220
|
-
TimestampRange: (_) => se_TimestampRange(_, context)
|
|
2220
|
+
TimestampRange: /* @__PURE__ */ __name((_) => se_TimestampRange(_, context), "TimestampRange")
|
|
2221
2221
|
});
|
|
2222
2222
|
}, "se_FragmentSelector");
|
|
2223
2223
|
var se_KinesisVideoStreamRecordingSourceRuntimeConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
2224
2224
|
return (0, import_smithy_client.take)(input, {
|
|
2225
|
-
FragmentSelector: (_) => se_FragmentSelector(_, context),
|
|
2225
|
+
FragmentSelector: /* @__PURE__ */ __name((_) => se_FragmentSelector(_, context), "FragmentSelector"),
|
|
2226
2226
|
Streams: import_smithy_client._json
|
|
2227
2227
|
});
|
|
2228
2228
|
}, "se_KinesisVideoStreamRecordingSourceRuntimeConfiguration");
|
|
2229
2229
|
var se_TimestampRange = /* @__PURE__ */ __name((input, context) => {
|
|
2230
2230
|
return (0, import_smithy_client.take)(input, {
|
|
2231
|
-
EndTimestamp: (_) => _.getTime() / 1e3,
|
|
2232
|
-
StartTimestamp: (_) => _.getTime() / 1e3
|
|
2231
|
+
EndTimestamp: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTimestamp"),
|
|
2232
|
+
StartTimestamp: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTimestamp")
|
|
2233
2233
|
});
|
|
2234
2234
|
}, "se_TimestampRange");
|
|
2235
2235
|
var de_FragmentSelector = /* @__PURE__ */ __name((output, context) => {
|
|
2236
2236
|
return (0, import_smithy_client.take)(output, {
|
|
2237
2237
|
FragmentSelectorType: import_smithy_client.expectString,
|
|
2238
|
-
TimestampRange: (_) => de_TimestampRange(_, context)
|
|
2238
|
+
TimestampRange: /* @__PURE__ */ __name((_) => de_TimestampRange(_, context), "TimestampRange")
|
|
2239
2239
|
});
|
|
2240
2240
|
}, "de_FragmentSelector");
|
|
2241
2241
|
var de_KinesisVideoStreamPoolConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
2242
2242
|
return (0, import_smithy_client.take)(output, {
|
|
2243
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2243
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTimestamp"),
|
|
2244
2244
|
PoolArn: import_smithy_client.expectString,
|
|
2245
2245
|
PoolId: import_smithy_client.expectString,
|
|
2246
2246
|
PoolName: import_smithy_client.expectString,
|
|
2247
2247
|
PoolSize: import_smithy_client.expectInt32,
|
|
2248
2248
|
PoolStatus: import_smithy_client.expectString,
|
|
2249
2249
|
StreamConfiguration: import_smithy_client._json,
|
|
2250
|
-
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2250
|
+
UpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedTimestamp")
|
|
2251
2251
|
});
|
|
2252
2252
|
}, "de_KinesisVideoStreamPoolConfiguration");
|
|
2253
2253
|
var de_KinesisVideoStreamRecordingSourceRuntimeConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
2254
2254
|
return (0, import_smithy_client.take)(output, {
|
|
2255
|
-
FragmentSelector: (_) => de_FragmentSelector(_, context),
|
|
2255
|
+
FragmentSelector: /* @__PURE__ */ __name((_) => de_FragmentSelector(_, context), "FragmentSelector"),
|
|
2256
2256
|
Streams: import_smithy_client._json
|
|
2257
2257
|
});
|
|
2258
2258
|
}, "de_KinesisVideoStreamRecordingSourceRuntimeConfiguration");
|
|
2259
2259
|
var de_MediaCapturePipeline = /* @__PURE__ */ __name((output, context) => {
|
|
2260
2260
|
return (0, import_smithy_client.take)(output, {
|
|
2261
2261
|
ChimeSdkMeetingConfiguration: import_smithy_client._json,
|
|
2262
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2262
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTimestamp"),
|
|
2263
2263
|
MediaPipelineArn: import_smithy_client.expectString,
|
|
2264
2264
|
MediaPipelineId: import_smithy_client.expectString,
|
|
2265
2265
|
SinkArn: import_smithy_client.expectString,
|
|
@@ -2269,25 +2269,25 @@ var de_MediaCapturePipeline = /* @__PURE__ */ __name((output, context) => {
|
|
|
2269
2269
|
SourceType: import_smithy_client.expectString,
|
|
2270
2270
|
SseAwsKeyManagementParams: import_smithy_client._json,
|
|
2271
2271
|
Status: import_smithy_client.expectString,
|
|
2272
|
-
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2272
|
+
UpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedTimestamp")
|
|
2273
2273
|
});
|
|
2274
2274
|
}, "de_MediaCapturePipeline");
|
|
2275
2275
|
var de_MediaConcatenationPipeline = /* @__PURE__ */ __name((output, context) => {
|
|
2276
2276
|
return (0, import_smithy_client.take)(output, {
|
|
2277
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2277
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTimestamp"),
|
|
2278
2278
|
MediaPipelineArn: import_smithy_client.expectString,
|
|
2279
2279
|
MediaPipelineId: import_smithy_client.expectString,
|
|
2280
2280
|
Sinks: import_smithy_client._json,
|
|
2281
2281
|
Sources: import_smithy_client._json,
|
|
2282
2282
|
Status: import_smithy_client.expectString,
|
|
2283
|
-
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2283
|
+
UpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedTimestamp")
|
|
2284
2284
|
});
|
|
2285
2285
|
}, "de_MediaConcatenationPipeline");
|
|
2286
2286
|
var de_MediaInsightsPipeline = /* @__PURE__ */ __name((output, context) => {
|
|
2287
2287
|
return (0, import_smithy_client.take)(output, {
|
|
2288
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2288
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTimestamp"),
|
|
2289
2289
|
ElementStatuses: import_smithy_client._json,
|
|
2290
|
-
KinesisVideoStreamRecordingSourceRuntimeConfiguration: (_) => de_KinesisVideoStreamRecordingSourceRuntimeConfiguration(_, context),
|
|
2290
|
+
KinesisVideoStreamRecordingSourceRuntimeConfiguration: /* @__PURE__ */ __name((_) => de_KinesisVideoStreamRecordingSourceRuntimeConfiguration(_, context), "KinesisVideoStreamRecordingSourceRuntimeConfiguration"),
|
|
2291
2291
|
KinesisVideoStreamSourceRuntimeConfiguration: import_smithy_client._json,
|
|
2292
2292
|
MediaInsightsPipelineConfigurationArn: import_smithy_client.expectString,
|
|
2293
2293
|
MediaInsightsRuntimeMetadata: import_smithy_client._json,
|
|
@@ -2299,65 +2299,65 @@ var de_MediaInsightsPipeline = /* @__PURE__ */ __name((output, context) => {
|
|
|
2299
2299
|
}, "de_MediaInsightsPipeline");
|
|
2300
2300
|
var de_MediaInsightsPipelineConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
2301
2301
|
return (0, import_smithy_client.take)(output, {
|
|
2302
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2302
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTimestamp"),
|
|
2303
2303
|
Elements: import_smithy_client._json,
|
|
2304
2304
|
MediaInsightsPipelineConfigurationArn: import_smithy_client.expectString,
|
|
2305
2305
|
MediaInsightsPipelineConfigurationId: import_smithy_client.expectString,
|
|
2306
2306
|
MediaInsightsPipelineConfigurationName: import_smithy_client.expectString,
|
|
2307
2307
|
RealTimeAlertConfiguration: import_smithy_client._json,
|
|
2308
2308
|
ResourceAccessRoleArn: import_smithy_client.expectString,
|
|
2309
|
-
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2309
|
+
UpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedTimestamp")
|
|
2310
2310
|
});
|
|
2311
2311
|
}, "de_MediaInsightsPipelineConfiguration");
|
|
2312
2312
|
var de_MediaLiveConnectorPipeline = /* @__PURE__ */ __name((output, context) => {
|
|
2313
2313
|
return (0, import_smithy_client.take)(output, {
|
|
2314
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2314
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTimestamp"),
|
|
2315
2315
|
MediaPipelineArn: import_smithy_client.expectString,
|
|
2316
2316
|
MediaPipelineId: import_smithy_client.expectString,
|
|
2317
2317
|
Sinks: import_smithy_client._json,
|
|
2318
2318
|
Sources: import_smithy_client._json,
|
|
2319
2319
|
Status: import_smithy_client.expectString,
|
|
2320
|
-
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2320
|
+
UpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedTimestamp")
|
|
2321
2321
|
});
|
|
2322
2322
|
}, "de_MediaLiveConnectorPipeline");
|
|
2323
2323
|
var de_MediaPipeline = /* @__PURE__ */ __name((output, context) => {
|
|
2324
2324
|
return (0, import_smithy_client.take)(output, {
|
|
2325
|
-
MediaCapturePipeline: (_) => de_MediaCapturePipeline(_, context),
|
|
2326
|
-
MediaConcatenationPipeline: (_) => de_MediaConcatenationPipeline(_, context),
|
|
2327
|
-
MediaInsightsPipeline: (_) => de_MediaInsightsPipeline(_, context),
|
|
2328
|
-
MediaLiveConnectorPipeline: (_) => de_MediaLiveConnectorPipeline(_, context),
|
|
2329
|
-
MediaStreamPipeline: (_) => de_MediaStreamPipeline(_, context)
|
|
2325
|
+
MediaCapturePipeline: /* @__PURE__ */ __name((_) => de_MediaCapturePipeline(_, context), "MediaCapturePipeline"),
|
|
2326
|
+
MediaConcatenationPipeline: /* @__PURE__ */ __name((_) => de_MediaConcatenationPipeline(_, context), "MediaConcatenationPipeline"),
|
|
2327
|
+
MediaInsightsPipeline: /* @__PURE__ */ __name((_) => de_MediaInsightsPipeline(_, context), "MediaInsightsPipeline"),
|
|
2328
|
+
MediaLiveConnectorPipeline: /* @__PURE__ */ __name((_) => de_MediaLiveConnectorPipeline(_, context), "MediaLiveConnectorPipeline"),
|
|
2329
|
+
MediaStreamPipeline: /* @__PURE__ */ __name((_) => de_MediaStreamPipeline(_, context), "MediaStreamPipeline")
|
|
2330
2330
|
});
|
|
2331
2331
|
}, "de_MediaPipeline");
|
|
2332
2332
|
var de_MediaStreamPipeline = /* @__PURE__ */ __name((output, context) => {
|
|
2333
2333
|
return (0, import_smithy_client.take)(output, {
|
|
2334
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2334
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTimestamp"),
|
|
2335
2335
|
MediaPipelineArn: import_smithy_client.expectString,
|
|
2336
2336
|
MediaPipelineId: import_smithy_client.expectString,
|
|
2337
2337
|
Sinks: import_smithy_client._json,
|
|
2338
2338
|
Sources: import_smithy_client._json,
|
|
2339
2339
|
Status: import_smithy_client.expectString,
|
|
2340
|
-
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2340
|
+
UpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedTimestamp")
|
|
2341
2341
|
});
|
|
2342
2342
|
}, "de_MediaStreamPipeline");
|
|
2343
2343
|
var de_SpeakerSearchTask = /* @__PURE__ */ __name((output, context) => {
|
|
2344
2344
|
return (0, import_smithy_client.take)(output, {
|
|
2345
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2345
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTimestamp"),
|
|
2346
2346
|
SpeakerSearchTaskId: import_smithy_client.expectString,
|
|
2347
2347
|
SpeakerSearchTaskStatus: import_smithy_client.expectString,
|
|
2348
|
-
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2348
|
+
UpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedTimestamp")
|
|
2349
2349
|
});
|
|
2350
2350
|
}, "de_SpeakerSearchTask");
|
|
2351
2351
|
var de_TimestampRange = /* @__PURE__ */ __name((output, context) => {
|
|
2352
2352
|
return (0, import_smithy_client.take)(output, {
|
|
2353
|
-
EndTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2354
|
-
StartTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2353
|
+
EndTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTimestamp"),
|
|
2354
|
+
StartTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTimestamp")
|
|
2355
2355
|
});
|
|
2356
2356
|
}, "de_TimestampRange");
|
|
2357
2357
|
var de_VoiceToneAnalysisTask = /* @__PURE__ */ __name((output, context) => {
|
|
2358
2358
|
return (0, import_smithy_client.take)(output, {
|
|
2359
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2360
|
-
UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2359
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTimestamp"),
|
|
2360
|
+
UpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedTimestamp"),
|
|
2361
2361
|
VoiceToneAnalysisTaskId: import_smithy_client.expectString,
|
|
2362
2362
|
VoiceToneAnalysisTaskStatus: import_smithy_client.expectString
|
|
2363
2363
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-media-pipelines",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Media Pipelines Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-chime-sdk-media-pipelines",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|