@aws-sdk/client-ivs 3.395.0 → 3.404.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.
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
4
  const q = "required", r = "fn", s = "argv", t = "ref";
5
5
  const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
6
- const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://ivs-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://ivs-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://ivs.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://ivs.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
6
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://ivs-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://ivs-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://ivs.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://ivs.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
7
7
  exports.ruleSet = _data;
@@ -1,16 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.resolveRuntimeExtensions = void 0;
4
- const types_1 = require("@smithy/types");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  const asPartial = (t) => t;
6
6
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
7
- const clientConfiguration = {
8
- ...asPartial((0, types_1.getDefaultClientConfiguration)(runtimeConfig)),
7
+ const extensionConfiguration = {
8
+ ...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
9
9
  };
10
- extensions.forEach((extension) => extension.configureClient(clientConfiguration));
10
+ extensions.forEach((extension) => extension.configure(extensionConfiguration));
11
11
  return {
12
12
  ...runtimeConfig,
13
- ...(0, types_1.resolveDefaultRuntimeConfig)(clientConfiguration),
13
+ ...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
14
14
  };
15
15
  };
16
16
  exports.resolveRuntimeExtensions = resolveRuntimeExtensions;
@@ -1,4 +1,4 @@
1
1
  const q = "required", r = "fn", s = "argv", t = "ref";
2
2
  const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
3
- const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://ivs-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://ivs-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://ivs.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://ivs.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
3
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://ivs-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://ivs-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://ivs.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://ivs.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
4
4
  export const ruleSet = _data;
@@ -1,12 +1,12 @@
1
- import { getDefaultClientConfiguration, resolveDefaultRuntimeConfig } from "@smithy/types";
1
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
2
  const asPartial = (t) => t;
3
3
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
4
- const clientConfiguration = {
5
- ...asPartial(getDefaultClientConfiguration(runtimeConfig)),
4
+ const extensionConfiguration = {
5
+ ...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
6
6
  };
7
- extensions.forEach((extension) => extension.configureClient(clientConfiguration));
7
+ extensions.forEach((extension) => extension.configure(extensionConfiguration));
8
8
  return {
9
9
  ...runtimeConfig,
10
- ...resolveDefaultRuntimeConfig(clientConfiguration),
10
+ ...resolveDefaultRuntimeConfig(extensionConfiguration),
11
11
  };
12
12
  };
@@ -0,0 +1,6 @@
1
+ import { DefaultExtensionConfiguration } from "@smithy/types";
2
+ /**
3
+ * @internal
4
+ */
5
+ export interface IvsExtensionConfiguration extends DefaultExtensionConfiguration {
6
+ }
@@ -91,65 +91,8 @@ export interface Channel {
91
91
  /**
92
92
  * @public
93
93
  * <p>Channel type, which determines the allowable resolution and bitrate. <i>If you
94
- * exceed the allowable input resolution or bitrate, the stream probably will disconnect
95
- * immediately.</i> Some types generate multiple qualities (renditions) from the
96
- * original input; this automatically gives viewers the best experience for their devices and
97
- * network conditions. Some types provide transcoded video; transcoding allows higher playback
98
- * quality across a range of download speeds. Default: <code>STANDARD</code>. Valid
99
- * values:</p>
100
- * <ul>
101
- * <li>
102
- * <p>
103
- * <code>BASIC</code>: Video is transmuxed: Amazon IVS delivers the original input
104
- * quality to viewers. The viewer’s video-quality choice is limited to the original input.
105
- * Input resolution can be up to 1080p and bitrate can be up to 1.5 Mbps for 480p and up to
106
- * 3.5 Mbps for resolutions between 480p and 1080p. Original audio is passed through.</p>
107
- * </li>
108
- * <li>
109
- * <p>
110
- * <code>STANDARD</code>: Video is transcoded: multiple qualities are generated from the
111
- * original input, to automatically give viewers the best experience for their devices and
112
- * network conditions. Transcoding allows higher playback quality across a range of download
113
- * speeds. Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is
114
- * transcoded only for renditions 360p and below; above that, audio is passed through. This
115
- * is the default when you create a channel.</p>
116
- * </li>
117
- * <li>
118
- * <p>
119
- * <code>ADVANCED_SD</code>: Video is transcoded; multiple qualities are generated from
120
- * the original input, to automatically give viewers the best experience for their devices
121
- * and network conditions. Input resolution can be up to 1080p and bitrate can be up to 8.5
122
- * Mbps; output is capped at SD quality (480p). You can select an optional transcode preset
123
- * (see below). Audio for all renditions is transcoded, and an audio-only rendition is
124
- * available.</p>
125
- * </li>
126
- * <li>
127
- * <p>
128
- * <code>ADVANCED_HD</code>: Video is transcoded; multiple qualities are generated from
129
- * the original input, to automatically give viewers the best experience for their devices
130
- * and network conditions. Input resolution can be up to 1080p and bitrate can be up to 8.5
131
- * Mbps; output is capped at HD quality (720p). You can select an optional transcode preset
132
- * (see below). Audio for all renditions is transcoded, and an audio-only rendition is
133
- * available.</p>
134
- * </li>
135
- * </ul>
136
- * <p>Optional <i>transcode presets</i> (available for the <code>ADVANCED</code>
137
- * types) allow you to trade off available download bandwidth and video quality, to optimize the
138
- * viewing experience. There are two presets:</p>
139
- * <ul>
140
- * <li>
141
- * <p>
142
- * <i>Constrained bandwidth delivery</i> uses a lower bitrate for each
143
- * quality level. Use it if you have low download bandwidth and/or simple video content
144
- * (e.g., talking heads)</p>
145
- * </li>
146
- * <li>
147
- * <p>
148
- * <i>Higher bandwidth delivery</i> uses a higher bitrate for each quality
149
- * level. Use it if you have high download bandwidth and/or complex video content (e.g.,
150
- * flashes and quick scene changes).</p>
151
- * </li>
152
- * </ul>
94
+ * exceed the allowable input resolution or bitrate, the stream probably will disconnect
95
+ * immediately.</i> Default: <code>STANDARD</code>. For details, see <a href="https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/channel-types.html">Channel Types</a>.</p>
153
96
  */
154
97
  type?: ChannelType | string;
155
98
  /**
@@ -431,64 +374,7 @@ export interface CreateChannelRequest {
431
374
  * @public
432
375
  * <p>Channel type, which determines the allowable resolution and bitrate. <i>If you
433
376
  * exceed the allowable input resolution or bitrate, the stream probably will disconnect
434
- * immediately.</i> Some types generate multiple qualities (renditions) from the
435
- * original input; this automatically gives viewers the best experience for their devices and
436
- * network conditions. Some types provide transcoded video; transcoding allows higher playback
437
- * quality across a range of download speeds. Default: <code>STANDARD</code>. Valid
438
- * values:</p>
439
- * <ul>
440
- * <li>
441
- * <p>
442
- * <code>BASIC</code>: Video is transmuxed: Amazon IVS delivers the original input
443
- * quality to viewers. The viewer’s video-quality choice is limited to the original input.
444
- * Input resolution can be up to 1080p and bitrate can be up to 1.5 Mbps for 480p and up to
445
- * 3.5 Mbps for resolutions between 480p and 1080p. Original audio is passed through.</p>
446
- * </li>
447
- * <li>
448
- * <p>
449
- * <code>STANDARD</code>: Video is transcoded: multiple qualities are generated from the
450
- * original input, to automatically give viewers the best experience for their devices and
451
- * network conditions. Transcoding allows higher playback quality across a range of download
452
- * speeds. Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is
453
- * transcoded only for renditions 360p and below; above that, audio is passed through. This
454
- * is the default when you create a channel.</p>
455
- * </li>
456
- * <li>
457
- * <p>
458
- * <code>ADVANCED_SD</code>: Video is transcoded; multiple qualities are generated from
459
- * the original input, to automatically give viewers the best experience for their devices
460
- * and network conditions. Input resolution can be up to 1080p and bitrate can be up to 8.5
461
- * Mbps; output is capped at SD quality (480p). You can select an optional transcode preset
462
- * (see below). Audio for all renditions is transcoded, and an audio-only rendition is
463
- * available.</p>
464
- * </li>
465
- * <li>
466
- * <p>
467
- * <code>ADVANCED_HD</code>: Video is transcoded; multiple qualities are generated from
468
- * the original input, to automatically give viewers the best experience for their devices
469
- * and network conditions. Input resolution can be up to 1080p and bitrate can be up to 8.5
470
- * Mbps; output is capped at HD quality (720p). You can select an optional transcode preset
471
- * (see below). Audio for all renditions is transcoded, and an audio-only rendition is
472
- * available.</p>
473
- * </li>
474
- * </ul>
475
- * <p>Optional <i>transcode presets</i> (available for the <code>ADVANCED</code>
476
- * types) allow you to trade off available download bandwidth and video quality, to optimize the
477
- * viewing experience. There are two presets:</p>
478
- * <ul>
479
- * <li>
480
- * <p>
481
- * <i>Constrained bandwidth delivery</i> uses a lower bitrate for each
482
- * quality level. Use it if you have low download bandwidth and/or simple video content
483
- * (e.g., talking heads)</p>
484
- * </li>
485
- * <li>
486
- * <p>
487
- * <i>Higher bandwidth delivery</i> uses a higher bitrate for each quality
488
- * level. Use it if you have high download bandwidth and/or complex video content (e.g.,
489
- * flashes and quick scene changes).</p>
490
- * </li>
491
- * </ul>
377
+ * immediately.</i> Default: <code>STANDARD</code>. For details, see <a href="https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/channel-types.html">Channel Types</a>.</p>
492
378
  */
493
379
  type?: ChannelType | string;
494
380
  /**
@@ -1472,65 +1358,8 @@ export interface ChannelSummary {
1472
1358
  /**
1473
1359
  * @public
1474
1360
  * <p>Channel type, which determines the allowable resolution and bitrate. <i>If you
1475
- * exceed the allowable input resolution or bitrate, the stream probably will disconnect
1476
- * immediately.</i> Some types generate multiple qualities (renditions) from the
1477
- * original input; this automatically gives viewers the best experience for their devices and
1478
- * network conditions. Some types provide transcoded video; transcoding allows higher playback
1479
- * quality across a range of download speeds. Default: <code>STANDARD</code>. Valid
1480
- * values:</p>
1481
- * <ul>
1482
- * <li>
1483
- * <p>
1484
- * <code>BASIC</code>: Video is transmuxed: Amazon IVS delivers the original input
1485
- * quality to viewers. The viewer’s video-quality choice is limited to the original input.
1486
- * Input resolution can be up to 1080p and bitrate can be up to 1.5 Mbps for 480p and up to
1487
- * 3.5 Mbps for resolutions between 480p and 1080p. Original audio is passed through.</p>
1488
- * </li>
1489
- * <li>
1490
- * <p>
1491
- * <code>STANDARD</code>: Video is transcoded: multiple qualities are generated from the
1492
- * original input, to automatically give viewers the best experience for their devices and
1493
- * network conditions. Transcoding allows higher playback quality across a range of download
1494
- * speeds. Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is
1495
- * transcoded only for renditions 360p and below; above that, audio is passed through. This
1496
- * is the default when you create a channel.</p>
1497
- * </li>
1498
- * <li>
1499
- * <p>
1500
- * <code>ADVANCED_SD</code>: Video is transcoded; multiple qualities are generated from
1501
- * the original input, to automatically give viewers the best experience for their devices
1502
- * and network conditions. Input resolution can be up to 1080p and bitrate can be up to 8.5
1503
- * Mbps; output is capped at SD quality (480p). You can select an optional transcode preset
1504
- * (see below). Audio for all renditions is transcoded, and an audio-only rendition is
1505
- * available.</p>
1506
- * </li>
1507
- * <li>
1508
- * <p>
1509
- * <code>ADVANCED_HD</code>: Video is transcoded; multiple qualities are generated from
1510
- * the original input, to automatically give viewers the best experience for their devices
1511
- * and network conditions. Input resolution can be up to 1080p and bitrate can be up to 8.5
1512
- * Mbps; output is capped at HD quality (720p). You can select an optional transcode preset
1513
- * (see below). Audio for all renditions is transcoded, and an audio-only rendition is
1514
- * available.</p>
1515
- * </li>
1516
- * </ul>
1517
- * <p>Optional <i>transcode presets</i> (available for the <code>ADVANCED</code>
1518
- * types) allow you to trade off available download bandwidth and video quality, to optimize the
1519
- * viewing experience. There are two presets:</p>
1520
- * <ul>
1521
- * <li>
1522
- * <p>
1523
- * <i>Constrained bandwidth delivery</i> uses a lower bitrate for each
1524
- * quality level. Use it if you have low download bandwidth and/or simple video content
1525
- * (e.g., talking heads)</p>
1526
- * </li>
1527
- * <li>
1528
- * <p>
1529
- * <i>Higher bandwidth delivery</i> uses a higher bitrate for each quality
1530
- * level. Use it if you have high download bandwidth and/or complex video content (e.g.,
1531
- * flashes and quick scene changes).</p>
1532
- * </li>
1533
- * </ul>
1361
+ * exceed the allowable input resolution or bitrate, the stream probably will disconnect
1362
+ * immediately.</i> Default: <code>STANDARD</code>. For details, see <a href="https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/channel-types.html">Channel Types</a>.</p>
1534
1363
  */
1535
1364
  type?: ChannelType | string;
1536
1365
  /**
@@ -2068,65 +1897,8 @@ export interface UpdateChannelRequest {
2068
1897
  /**
2069
1898
  * @public
2070
1899
  * <p>Channel type, which determines the allowable resolution and bitrate. <i>If you
2071
- * exceed the allowable input resolution or bitrate, the stream probably will disconnect
2072
- * immediately.</i> Some types generate multiple qualities (renditions) from the
2073
- * original input; this automatically gives viewers the best experience for their devices and
2074
- * network conditions. Some types provide transcoded video; transcoding allows higher playback
2075
- * quality across a range of download speeds. Default: <code>STANDARD</code>. Valid
2076
- * values:</p>
2077
- * <ul>
2078
- * <li>
2079
- * <p>
2080
- * <code>BASIC</code>: Video is transmuxed: Amazon IVS delivers the original input
2081
- * quality to viewers. The viewer’s video-quality choice is limited to the original input.
2082
- * Input resolution can be up to 1080p and bitrate can be up to 1.5 Mbps for 480p and up to
2083
- * 3.5 Mbps for resolutions between 480p and 1080p. Original audio is passed through.</p>
2084
- * </li>
2085
- * <li>
2086
- * <p>
2087
- * <code>STANDARD</code>: Video is transcoded: multiple qualities are generated from the
2088
- * original input, to automatically give viewers the best experience for their devices and
2089
- * network conditions. Transcoding allows higher playback quality across a range of download
2090
- * speeds. Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is
2091
- * transcoded only for renditions 360p and below; above that, audio is passed through. This
2092
- * is the default when you create a channel.</p>
2093
- * </li>
2094
- * <li>
2095
- * <p>
2096
- * <code>ADVANCED_SD</code>: Video is transcoded; multiple qualities are generated from
2097
- * the original input, to automatically give viewers the best experience for their devices
2098
- * and network conditions. Input resolution can be up to 1080p and bitrate can be up to 8.5
2099
- * Mbps; output is capped at SD quality (480p). You can select an optional transcode preset
2100
- * (see below). Audio for all renditions is transcoded, and an audio-only rendition is
2101
- * available.</p>
2102
- * </li>
2103
- * <li>
2104
- * <p>
2105
- * <code>ADVANCED_HD</code>: Video is transcoded; multiple qualities are generated from
2106
- * the original input, to automatically give viewers the best experience for their devices
2107
- * and network conditions. Input resolution can be up to 1080p and bitrate can be up to 8.5
2108
- * Mbps; output is capped at HD quality (720p). You can select an optional transcode preset
2109
- * (see below). Audio for all renditions is transcoded, and an audio-only rendition is
2110
- * available.</p>
2111
- * </li>
2112
- * </ul>
2113
- * <p>Optional <i>transcode presets</i> (available for the <code>ADVANCED</code>
2114
- * types) allow you to trade off available download bandwidth and video quality, to optimize the
2115
- * viewing experience. There are two presets:</p>
2116
- * <ul>
2117
- * <li>
2118
- * <p>
2119
- * <i>Constrained bandwidth delivery</i> uses a lower bitrate for each
2120
- * quality level. Use it if you have low download bandwidth and/or simple video content
2121
- * (e.g., talking heads)</p>
2122
- * </li>
2123
- * <li>
2124
- * <p>
2125
- * <i>Higher bandwidth delivery</i> uses a higher bitrate for each quality
2126
- * level. Use it if you have high download bandwidth and/or complex video content (e.g.,
2127
- * flashes and quick scene changes).</p>
2128
- * </li>
2129
- * </ul>
1900
+ * exceed the allowable input resolution or bitrate, the stream probably will disconnect
1901
+ * immediately.</i> Default: <code>STANDARD</code>. For details, see <a href="https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/channel-types.html">Channel Types</a>.</p>
2130
1902
  */
2131
1903
  type?: ChannelType | string;
2132
1904
  /**
@@ -1,9 +1,9 @@
1
- import { IvsClientConfiguration } from "./clientConfiguration";
1
+ import { IvsExtensionConfiguration } from "./extensionConfiguration";
2
2
  /**
3
3
  * @public
4
4
  */
5
5
  export interface RuntimeExtension {
6
- configureClient(clientConfiguration: IvsClientConfiguration): void;
6
+ configure(clientConfiguration: IvsExtensionConfiguration): void;
7
7
  }
8
8
  /**
9
9
  * @public
@@ -0,0 +1,3 @@
1
+ import { DefaultExtensionConfiguration } from "@smithy/types";
2
+ export interface IvsExtensionConfiguration
3
+ extends DefaultExtensionConfiguration {}
@@ -1,6 +1,6 @@
1
- import { IvsClientConfiguration } from "./clientConfiguration";
1
+ import { IvsExtensionConfiguration } from "./extensionConfiguration";
2
2
  export interface RuntimeExtension {
3
- configureClient(clientConfiguration: IvsClientConfiguration): void;
3
+ configure(clientConfiguration: IvsExtensionConfiguration): void;
4
4
  }
5
5
  export interface RuntimeExtensionsConfig {
6
6
  extensions: RuntimeExtension[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ivs",
3
3
  "description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native",
4
- "version": "3.395.0",
4
+ "version": "3.404.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.395.0",
25
- "@aws-sdk/credential-provider-node": "3.395.0",
26
- "@aws-sdk/middleware-host-header": "3.391.0",
27
- "@aws-sdk/middleware-logger": "3.391.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.391.0",
29
- "@aws-sdk/middleware-signing": "3.391.0",
30
- "@aws-sdk/middleware-user-agent": "3.391.0",
31
- "@aws-sdk/types": "3.391.0",
32
- "@aws-sdk/util-endpoints": "3.391.0",
33
- "@aws-sdk/util-user-agent-browser": "3.391.0",
34
- "@aws-sdk/util-user-agent-node": "3.391.0",
35
- "@smithy/config-resolver": "^2.0.3",
36
- "@smithy/fetch-http-handler": "^2.0.3",
37
- "@smithy/hash-node": "^2.0.3",
38
- "@smithy/invalid-dependency": "^2.0.3",
39
- "@smithy/middleware-content-length": "^2.0.3",
40
- "@smithy/middleware-endpoint": "^2.0.3",
41
- "@smithy/middleware-retry": "^2.0.3",
42
- "@smithy/middleware-serde": "^2.0.3",
24
+ "@aws-sdk/client-sts": "3.398.0",
25
+ "@aws-sdk/credential-provider-node": "3.398.0",
26
+ "@aws-sdk/middleware-host-header": "3.398.0",
27
+ "@aws-sdk/middleware-logger": "3.398.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.398.0",
29
+ "@aws-sdk/middleware-signing": "3.398.0",
30
+ "@aws-sdk/middleware-user-agent": "3.398.0",
31
+ "@aws-sdk/types": "3.398.0",
32
+ "@aws-sdk/util-endpoints": "3.398.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.398.0",
34
+ "@aws-sdk/util-user-agent-node": "3.398.0",
35
+ "@smithy/config-resolver": "^2.0.5",
36
+ "@smithy/fetch-http-handler": "^2.0.5",
37
+ "@smithy/hash-node": "^2.0.5",
38
+ "@smithy/invalid-dependency": "^2.0.5",
39
+ "@smithy/middleware-content-length": "^2.0.5",
40
+ "@smithy/middleware-endpoint": "^2.0.5",
41
+ "@smithy/middleware-retry": "^2.0.5",
42
+ "@smithy/middleware-serde": "^2.0.5",
43
43
  "@smithy/middleware-stack": "^2.0.0",
44
- "@smithy/node-config-provider": "^2.0.3",
45
- "@smithy/node-http-handler": "^2.0.3",
46
- "@smithy/protocol-http": "^2.0.3",
47
- "@smithy/smithy-client": "^2.0.3",
48
- "@smithy/types": "^2.2.0",
49
- "@smithy/url-parser": "^2.0.3",
44
+ "@smithy/node-config-provider": "^2.0.5",
45
+ "@smithy/node-http-handler": "^2.0.5",
46
+ "@smithy/protocol-http": "^2.0.5",
47
+ "@smithy/smithy-client": "^2.0.5",
48
+ "@smithy/types": "^2.2.2",
49
+ "@smithy/url-parser": "^2.0.5",
50
50
  "@smithy/util-base64": "^2.0.0",
51
51
  "@smithy/util-body-length-browser": "^2.0.0",
52
- "@smithy/util-body-length-node": "^2.0.0",
53
- "@smithy/util-defaults-mode-browser": "^2.0.3",
54
- "@smithy/util-defaults-mode-node": "^2.0.3",
52
+ "@smithy/util-body-length-node": "^2.1.0",
53
+ "@smithy/util-defaults-mode-browser": "^2.0.5",
54
+ "@smithy/util-defaults-mode-node": "^2.0.5",
55
55
  "@smithy/util-retry": "^2.0.0",
56
56
  "@smithy/util-utf8": "^2.0.0",
57
57
  "tslib": "^2.5.0"
@@ -1,6 +0,0 @@
1
- import { DefaultClientConfiguration } from "@smithy/types";
2
- /**
3
- * @internal
4
- */
5
- export interface IvsClientConfiguration extends DefaultClientConfiguration {
6
- }
@@ -1,2 +0,0 @@
1
- import { DefaultClientConfiguration } from "@smithy/types";
2
- export interface IvsClientConfiguration extends DefaultClientConfiguration {}