@aws-sdk/client-ivs 3.141.0 → 3.149.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/CHANGELOG.md +30 -0
- package/README.md +8 -4
- package/dist-cjs/protocols/Aws_restJson1.js +284 -435
- package/dist-es/protocols/Aws_restJson1.js +368 -437
- package/dist-types/Ivs.d.ts +8 -4
- package/dist-types/IvsClient.d.ts +8 -4
- package/dist-types/models/models_0.d.ts +90 -36
- package/package.json +11 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.149.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.148.0...v3.149.0) (2022-08-12)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-ivs:** Updates various list api MaxResults ranges ([807e21e](https://github.com/aws/aws-sdk-js-v3/commit/807e21e70ae1cd9b55e757f7fce8eb2c8e362224))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.145.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.144.0...v3.145.0) (2022-08-08)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-ivs
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **codegen:** general data mapping function ([#3830](https://github.com/aws/aws-sdk-js-v3/issues/3830)) ([9417eae](https://github.com/aws/aws-sdk-js-v3/commit/9417eae722806799fb4c15c07921574268c1165c))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
# [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
|
|
7
37
|
|
|
8
38
|
|
package/README.md
CHANGED
|
@@ -88,7 +88,9 @@ configuration. See the Recording Configuration endpoints for more information.</
|
|
|
88
88
|
resource. A tag comprises a <i>key</i> and a <i>value</i>, both
|
|
89
89
|
set by you. For example, you might set a tag as <code>topic:nature</code> to label a
|
|
90
90
|
particular video category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
91
|
-
more information, including restrictions that apply to tags
|
|
91
|
+
more information, including restrictions that apply to tags and "Tag naming limits and
|
|
92
|
+
requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
93
|
+
there.</p>
|
|
92
94
|
<p>Tags can help you identify and organize your Amazon Web Services resources. For example,
|
|
93
95
|
you can use the same tag for different resources to indicate that they are related. You can
|
|
94
96
|
also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
|
|
@@ -108,9 +110,11 @@ authenticated to sign Amazon IVS API requests.</p>
|
|
|
108
110
|
</li>
|
|
109
111
|
<li>
|
|
110
112
|
<p>
|
|
111
|
-
<i>Authorization</i> is about granting permissions.
|
|
112
|
-
|
|
113
|
-
|
|
113
|
+
<i>Authorization</i> is about granting permissions. Your IAM roles need
|
|
114
|
+
to have permissions for Amazon IVS API requests. In addition, authorization is needed to
|
|
115
|
+
view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon
|
|
116
|
+
IVS private channels</a>. (Private channels are channels that are enabled for
|
|
117
|
+
"playback authorization.")</p>
|
|
114
118
|
</li>
|
|
115
119
|
</ul>
|
|
116
120
|
<p>
|