@aws-sdk/client-ivs 3.37.0 → 3.38.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 +13 -0
- package/README.md +54 -107
- package/dist-cjs/commands/index.js +29 -0
- package/dist-cjs/index.js +4 -35
- package/dist-cjs/models/models_0.js +7 -0
- package/dist-cjs/pagination/index.js +9 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1 -11
- package/dist-es/commands/index.js +26 -0
- package/dist-es/index.js +4 -35
- package/dist-es/models/models_0.js +7 -6
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +1 -8
- package/dist-types/Ivs.d.ts +65 -124
- package/dist-types/IvsClient.d.ts +54 -111
- package/dist-types/commands/CreateRecordingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/commands/ListRecordingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStreamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutMetadataCommand.d.ts +5 -7
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +26 -0
- package/dist-types/index.d.ts +4 -35
- package/dist-types/models/models_0.d.ts +92 -60
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/commands/index.d.ts +26 -0
- package/dist-types/ts3.4/index.d.ts +4 -35
- package/dist-types/ts3.4/models/models_0.d.ts +14 -6
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/package.json +24 -24
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +0 -35
- package/dist-es/pagination/ListTagsForResourcePaginator.js +0 -74
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
* **clients:** update clients as of 2021/10/22 ([#2924](https://github.com/aws/aws-sdk-js-v3/issues/2924)) ([4d79819](https://github.com/aws/aws-sdk-js-v3/commit/4d798196e652f8cfdc1c155a46ac6b6aa31b2656))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
6
19
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
20
|
|
|
8
21
|
|
package/README.md
CHANGED
|
@@ -10,65 +10,24 @@ AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native.
|
|
|
10
10
|
<p>
|
|
11
11
|
<b>Introduction</b>
|
|
12
12
|
</p>
|
|
13
|
-
|
|
14
13
|
<p>The Amazon Interactive Video Service (IVS) API is REST compatible, using a standard HTTP
|
|
15
|
-
API and an
|
|
16
|
-
responses, including errors.</p>
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
14
|
+
API and an Amazon Web Services EventBridge event stream for responses. JSON is used for both
|
|
15
|
+
requests and responses, including errors.</p>
|
|
16
|
+
<p>The API is an Amazon Web Services regional service. For a list of supported regions and
|
|
17
|
+
Amazon IVS HTTPS service endpoints, see the <a href="https://docs.aws.amazon.com/general/latest/gr/ivs.html">Amazon IVS page</a> in the
|
|
18
|
+
<i>Amazon Web Services General Reference</i>.</p>
|
|
20
19
|
<p>
|
|
21
20
|
<i>
|
|
22
21
|
<b>All API request parameters and URLs are case sensitive.
|
|
23
22
|
</b>
|
|
24
23
|
</i>
|
|
25
24
|
</p>
|
|
26
|
-
|
|
27
25
|
<p>For a summary of notable documentation changes in each release, see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/doc-history.html"> Document
|
|
28
26
|
History</a>.</p>
|
|
29
27
|
|
|
30
|
-
<p>
|
|
31
|
-
<b>Service Endpoints</b>
|
|
32
|
-
</p>
|
|
33
|
-
<p>The following are the Amazon IVS service endpoints (all HTTPS): </p>
|
|
34
|
-
<p>Region name: US West (Oregon)</p>
|
|
35
|
-
<ul>
|
|
36
|
-
<li>
|
|
37
|
-
<p>Region: <code>us-west-2</code>
|
|
38
|
-
</p>
|
|
39
|
-
</li>
|
|
40
|
-
<li>
|
|
41
|
-
<p>Endpoint: <code>ivs.us-west-2.amazonaws.com</code>
|
|
42
|
-
</p>
|
|
43
|
-
</li>
|
|
44
|
-
</ul>
|
|
45
|
-
<p>Region name: US East (Virginia)</p>
|
|
46
|
-
<ul>
|
|
47
|
-
<li>
|
|
48
|
-
<p>Region: <code>us-east-1</code>
|
|
49
|
-
</p>
|
|
50
|
-
</li>
|
|
51
|
-
<li>
|
|
52
|
-
<p>Endpoint: <code>ivs.us-east-1.amazonaws.com</code>
|
|
53
|
-
</p>
|
|
54
|
-
</li>
|
|
55
|
-
</ul>
|
|
56
|
-
<p>Region name: EU West (Dublin)</p>
|
|
57
|
-
<ul>
|
|
58
|
-
<li>
|
|
59
|
-
<p>Region: <code>eu-west-1</code>
|
|
60
|
-
</p>
|
|
61
|
-
</li>
|
|
62
|
-
<li>
|
|
63
|
-
<p>Endpoint: <code>ivs.eu-west-1.amazonaws.com</code>
|
|
64
|
-
</p>
|
|
65
|
-
</li>
|
|
66
|
-
</ul>
|
|
67
|
-
|
|
68
28
|
<p>
|
|
69
29
|
<b>Allowed Header Values</b>
|
|
70
30
|
</p>
|
|
71
|
-
|
|
72
31
|
<ul>
|
|
73
32
|
<li>
|
|
74
33
|
<p>
|
|
@@ -89,13 +48,11 @@ History</a>.</p>
|
|
|
89
48
|
</code>application/json</p>
|
|
90
49
|
</li>
|
|
91
50
|
</ul>
|
|
92
|
-
|
|
93
51
|
<p>
|
|
94
52
|
<b>Resources</b>
|
|
95
53
|
</p>
|
|
96
|
-
<p>The following resources contain information about your IVS live stream (see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/getting-started.html"> Getting Started with
|
|
97
|
-
IVS</a>):</p>
|
|
98
|
-
|
|
54
|
+
<p>The following resources contain information about your IVS live stream (see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/getting-started.html"> Getting Started with
|
|
55
|
+
Amazon IVS</a>):</p>
|
|
99
56
|
<ul>
|
|
100
57
|
<li>
|
|
101
58
|
<p>Channel — Stores configuration data related to your live stream. You first create a
|
|
@@ -123,26 +80,21 @@ where to store the recorded content. Multiple channels can reference the same re
|
|
|
123
80
|
configuration. See the Recording Configuration endpoints for more information.</p>
|
|
124
81
|
</li>
|
|
125
82
|
</ul>
|
|
126
|
-
|
|
127
83
|
<p>
|
|
128
84
|
<b>Tagging</b>
|
|
129
85
|
</p>
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
same tag for different resources to indicate that they are related. You can also use tags to
|
|
139
|
-
manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">
|
|
140
|
-
Access Tags</a>). </p>
|
|
141
|
-
|
|
86
|
+
<p>A <i>tag</i> is a metadata label that you assign to an Amazon Web Services
|
|
87
|
+
resource. A tag comprises a <i>key</i> and a <i>value</i>, both
|
|
88
|
+
set by you. For example, you might set a tag as <code>topic:nature</code> to label a
|
|
89
|
+
particular video category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
90
|
+
more information, including restrictions that apply to tags.</p>
|
|
91
|
+
<p>Tags can help you identify and organize your Amazon Web Services resources. For example,
|
|
92
|
+
you can use the same tag for different resources to indicate that they are related. You can
|
|
93
|
+
also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
|
|
142
94
|
<p>The Amazon IVS API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
|
|
143
95
|
resources support tagging: Channels, Stream Keys, Playback Key Pairs, and Recording
|
|
144
96
|
Configurations.</p>
|
|
145
|
-
|
|
97
|
+
<p>At most 50 tags can be applied to a resource. </p>
|
|
146
98
|
<p>
|
|
147
99
|
<b>Authentication versus Authorization</b>
|
|
148
100
|
</p>
|
|
@@ -150,39 +102,39 @@ Configurations.</p>
|
|
|
150
102
|
<ul>
|
|
151
103
|
<li>
|
|
152
104
|
<p>
|
|
153
|
-
<i>Authentication</i> is about verifying identity. You need to be
|
|
154
|
-
API requests.</p>
|
|
105
|
+
<i>Authentication</i> is about verifying identity. You need to be
|
|
106
|
+
authenticated to sign Amazon IVS API requests.</p>
|
|
155
107
|
</li>
|
|
156
108
|
<li>
|
|
157
109
|
<p>
|
|
158
|
-
<i>Authorization</i> is about granting permissions. You need to be
|
|
159
|
-
view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon IVS private channels</a>.
|
|
160
|
-
"playback authorization.")</p>
|
|
110
|
+
<i>Authorization</i> is about granting permissions. You need to be
|
|
111
|
+
authorized to view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon IVS private channels</a>.
|
|
112
|
+
(Private channels are channels that are enabled for "playback authorization.")</p>
|
|
161
113
|
</li>
|
|
162
114
|
</ul>
|
|
163
|
-
|
|
164
115
|
<p>
|
|
165
116
|
<b>Authentication</b>
|
|
166
117
|
</p>
|
|
167
|
-
<p>All Amazon IVS API requests must be authenticated with a signature. The
|
|
168
|
-
Interface (CLI) and Amazon IVS Player SDKs take care of signing the underlying
|
|
169
|
-
you. However, if your application calls the Amazon IVS API directly, it’s your
|
|
170
|
-
to sign the requests.</p>
|
|
171
|
-
<p>You generate a signature using valid
|
|
172
|
-
requested action. For example, you must sign PutMetadata requests with a
|
|
173
|
-
from an IAM user account that has the <code>ivs:PutMetadata</code>
|
|
118
|
+
<p>All Amazon IVS API requests must be authenticated with a signature. The Amazon Web Services
|
|
119
|
+
Command-Line Interface (CLI) and Amazon IVS Player SDKs take care of signing the underlying
|
|
120
|
+
API calls for you. However, if your application calls the Amazon IVS API directly, it’s your
|
|
121
|
+
responsibility to sign the requests.</p>
|
|
122
|
+
<p>You generate a signature using valid Amazon Web Services credentials that have permission
|
|
123
|
+
to perform the requested action. For example, you must sign PutMetadata requests with a
|
|
124
|
+
signature generated from an IAM user account that has the <code>ivs:PutMetadata</code>
|
|
125
|
+
permission.</p>
|
|
174
126
|
<p>For more information:</p>
|
|
175
127
|
<ul>
|
|
176
128
|
<li>
|
|
177
|
-
<p>Authentication and generating signatures — See <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html">Authenticating Requests
|
|
178
|
-
4)</a> in the <i>
|
|
129
|
+
<p>Authentication and generating signatures — See <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html">Authenticating Requests
|
|
130
|
+
(Amazon Web Services Signature Version 4)</a> in the <i>Amazon Web Services
|
|
131
|
+
General Reference</i>.</p>
|
|
179
132
|
</li>
|
|
180
133
|
<li>
|
|
181
|
-
<p>Managing Amazon IVS permissions — See <a href="https://docs.aws.amazon.com/ivs/latest/userguide/security-iam.html">Identity and Access Management</a> on
|
|
182
|
-
the <i>Amazon IVS User Guide</i>.</p>
|
|
134
|
+
<p>Managing Amazon IVS permissions — See <a href="https://docs.aws.amazon.com/ivs/latest/userguide/security-iam.html">Identity and Access Management</a> on
|
|
135
|
+
the Security page of the <i>Amazon IVS User Guide</i>.</p>
|
|
183
136
|
</li>
|
|
184
137
|
</ul>
|
|
185
|
-
|
|
186
138
|
<p>
|
|
187
139
|
<b>Channel Endpoints</b>
|
|
188
140
|
</p>
|
|
@@ -205,10 +157,10 @@ multiple ARNs simultaneously.</p>
|
|
|
205
157
|
<li>
|
|
206
158
|
<p>
|
|
207
159
|
<a>ListChannels</a> — Gets summary information about all channels in
|
|
208
|
-
your account, in the
|
|
209
|
-
filtered to match a specified name or recording-configuration ARN. Filters are
|
|
210
|
-
exclusive and cannot be used together. If you try to use both filters, you will
|
|
211
|
-
error (409 Conflict Exception).</p>
|
|
160
|
+
your account, in the Amazon Web Services region where the API request is processed. This
|
|
161
|
+
list can be filtered to match a specified name or recording-configuration ARN. Filters are
|
|
162
|
+
mutually exclusive and cannot be used together. If you try to use both filters, you will
|
|
163
|
+
get an error (409 Conflict Exception).</p>
|
|
212
164
|
</li>
|
|
213
165
|
<li>
|
|
214
166
|
<p>
|
|
@@ -221,7 +173,6 @@ changes to take effect.</p>
|
|
|
221
173
|
<a>DeleteChannel</a> — Deletes the specified channel.</p>
|
|
222
174
|
</li>
|
|
223
175
|
</ul>
|
|
224
|
-
|
|
225
176
|
<p>
|
|
226
177
|
<b>StreamKey Endpoints</b>
|
|
227
178
|
</p>
|
|
@@ -252,7 +203,6 @@ for the specified channel.</p>
|
|
|
252
203
|
ARN, so it can no longer be used to stream.</p>
|
|
253
204
|
</li>
|
|
254
205
|
</ul>
|
|
255
|
-
|
|
256
206
|
<p>
|
|
257
207
|
<b>Stream Endpoints</b>
|
|
258
208
|
</p>
|
|
@@ -265,7 +215,7 @@ a specified channel.</p>
|
|
|
265
215
|
<li>
|
|
266
216
|
<p>
|
|
267
217
|
<a>ListStreams</a> — Gets summary information about live streams in
|
|
268
|
-
your account, in the
|
|
218
|
+
your account, in the Amazon Web Services region where the API request is processed.</p>
|
|
269
219
|
</li>
|
|
270
220
|
<li>
|
|
271
221
|
<p>
|
|
@@ -276,12 +226,12 @@ prevent further streaming to a channel.</p>
|
|
|
276
226
|
<li>
|
|
277
227
|
<p>
|
|
278
228
|
<a>PutMetadata</a> — Inserts metadata into the active stream of the
|
|
279
|
-
specified channel.
|
|
229
|
+
specified channel. At most 5 requests per second per channel are allowed, each with a
|
|
280
230
|
maximum 1 KB payload. (If 5 TPS is not sufficient for your needs, we recommend batching
|
|
281
|
-
your data into a single PutMetadata call.)
|
|
231
|
+
your data into a single PutMetadata call.) At most 155 requests per second per account are
|
|
232
|
+
allowed.</p>
|
|
282
233
|
</li>
|
|
283
234
|
</ul>
|
|
284
|
-
|
|
285
235
|
<p>
|
|
286
236
|
<b>PlaybackKeyPair Endpoints</b>
|
|
287
237
|
</p>
|
|
@@ -293,7 +243,7 @@ your data into a single PutMetadata call.)</p>
|
|
|
293
243
|
<a>ImportPlaybackKeyPair</a> — Imports the public portion of a new
|
|
294
244
|
key pair and returns its <code>arn</code> and <code>fingerprint</code>. The
|
|
295
245
|
<code>privateKey</code> can then be used to generate viewer authorization tokens, to
|
|
296
|
-
grant viewers access to
|
|
246
|
+
grant viewers access to private channels (channels enabled for playback
|
|
297
247
|
authorization).</p>
|
|
298
248
|
</li>
|
|
299
249
|
<li>
|
|
@@ -315,26 +265,25 @@ pair. This invalidates future viewer tokens generated using the key pair’s
|
|
|
315
265
|
<code>privateKey</code>.</p>
|
|
316
266
|
</li>
|
|
317
267
|
</ul>
|
|
318
|
-
|
|
319
268
|
<p>
|
|
320
269
|
<b>RecordingConfiguration Endpoints</b>
|
|
321
270
|
</p>
|
|
322
271
|
<ul>
|
|
323
272
|
<li>
|
|
324
273
|
<p>
|
|
325
|
-
<a>CreateRecordingConfiguration</a> — Creates a new recording
|
|
326
|
-
used to enable recording to Amazon S3.</p>
|
|
274
|
+
<a>CreateRecordingConfiguration</a> — Creates a new recording
|
|
275
|
+
configuration, used to enable recording to Amazon S3.</p>
|
|
327
276
|
</li>
|
|
328
277
|
<li>
|
|
329
278
|
<p>
|
|
330
|
-
<a>GetRecordingConfiguration</a> — Gets the recording-configuration
|
|
331
|
-
for the specified ARN.</p>
|
|
279
|
+
<a>GetRecordingConfiguration</a> — Gets the recording-configuration
|
|
280
|
+
metadata for the specified ARN.</p>
|
|
332
281
|
</li>
|
|
333
282
|
<li>
|
|
334
283
|
<p>
|
|
335
|
-
<a>ListRecordingConfigurations</a> — Gets summary information about
|
|
336
|
-
recording configurations in your account, in the
|
|
337
|
-
processed.</p>
|
|
284
|
+
<a>ListRecordingConfigurations</a> — Gets summary information about
|
|
285
|
+
all recording configurations in your account, in the Amazon Web Services region where the
|
|
286
|
+
API request is processed.</p>
|
|
338
287
|
</li>
|
|
339
288
|
<li>
|
|
340
289
|
<p>
|
|
@@ -342,15 +291,14 @@ processed.</p>
|
|
|
342
291
|
configuration for the specified ARN.</p>
|
|
343
292
|
</li>
|
|
344
293
|
</ul>
|
|
345
|
-
|
|
346
294
|
<p>
|
|
347
|
-
<b>
|
|
295
|
+
<b>Amazon Web Services Tags Endpoints</b>
|
|
348
296
|
</p>
|
|
349
297
|
<ul>
|
|
350
298
|
<li>
|
|
351
299
|
<p>
|
|
352
|
-
<a>TagResource</a> — Adds or updates tags for the
|
|
353
|
-
the specified ARN.</p>
|
|
300
|
+
<a>TagResource</a> — Adds or updates tags for the Amazon Web Services
|
|
301
|
+
resource with the specified ARN.</p>
|
|
354
302
|
</li>
|
|
355
303
|
<li>
|
|
356
304
|
<p>
|
|
@@ -359,8 +307,7 @@ specified ARN.</p>
|
|
|
359
307
|
</li>
|
|
360
308
|
<li>
|
|
361
309
|
<p>
|
|
362
|
-
<a>ListTagsForResource</a> — Gets information about
|
|
363
|
-
specified ARN.</p>
|
|
310
|
+
<a>ListTagsForResource</a> — Gets information about Amazon Web Services tags for the specified ARN.</p>
|
|
364
311
|
</li>
|
|
365
312
|
</ul>
|
|
366
313
|
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./BatchGetChannelCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./BatchGetStreamKeyCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./CreateChannelCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CreateRecordingConfigurationCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateStreamKeyCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./DeleteChannelCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./DeletePlaybackKeyPairCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./DeleteRecordingConfigurationCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./DeleteStreamKeyCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./GetChannelCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./GetPlaybackKeyPairCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./GetRecordingConfigurationCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./GetStreamCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./GetStreamKeyCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./ImportPlaybackKeyPairCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./ListChannelsCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./ListPlaybackKeyPairsCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./ListRecordingConfigurationsCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./ListStreamKeysCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./ListStreamsCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./PutMetadataCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./StopStreamCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./UpdateChannelCommand"), exports);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,39 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./IvsClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./Ivs"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/CreateStreamKeyCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/DeleteChannelCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/DeletePlaybackKeyPairCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/DeleteRecordingConfigurationCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/DeleteStreamKeyCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/GetChannelCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/GetPlaybackKeyPairCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/GetRecordingConfigurationCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/GetStreamCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/GetStreamKeyCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/ImportPlaybackKeyPairCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/ListChannelsCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./pagination/ListChannelsPaginator"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/ListPlaybackKeyPairsCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./pagination/ListPlaybackKeyPairsPaginator"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/ListRecordingConfigurationsCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./pagination/ListRecordingConfigurationsPaginator"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/ListStreamKeysCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./pagination/ListStreamKeysPaginator"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/ListStreamsCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./pagination/ListStreamsPaginator"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./pagination/ListTagsForResourcePaginator"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/PutMetadataCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/StopStreamCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/UpdateChannelCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./IvsClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ChannelSummary = exports.ListChannelsRequest = exports.ImportPlaybackKeyPairResponse = exports.ImportPlaybackKeyPairRequest = exports.GetStreamKeyResponse = exports.GetStreamKeyRequest = exports.GetStreamResponse = exports._Stream = exports.StreamState = exports.StreamHealth = exports.GetStreamRequest = exports.ChannelNotBroadcasting = exports.GetRecordingConfigurationResponse = exports.GetRecordingConfigurationRequest = exports.GetPlaybackKeyPairResponse = exports.PlaybackKeyPair = exports.GetPlaybackKeyPairRequest = exports.GetChannelResponse = exports.GetChannelRequest = exports.DeleteStreamKeyRequest = exports.DeleteRecordingConfigurationRequest = exports.DeletePlaybackKeyPairResponse = exports.DeletePlaybackKeyPairRequest = exports.DeleteChannelRequest = exports.CreateStreamKeyResponse = exports.CreateStreamKeyRequest = exports.InternalServerException = exports.CreateRecordingConfigurationResponse = exports.RecordingConfiguration = exports.RecordingConfigurationState = exports.CreateRecordingConfigurationRequest = exports.DestinationConfiguration = exports.S3DestinationConfiguration = exports.ConflictException = exports.ValidationException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.PendingVerification = exports.CreateChannelResponse = exports.CreateChannelRequest = exports.BatchGetStreamKeyResponse = exports.StreamKey = exports.BatchGetStreamKeyRequest = exports.BatchGetChannelResponse = exports.BatchError = exports.Channel = exports.ChannelType = exports.ChannelLatencyMode = exports.BatchGetChannelRequest = exports.AccessDeniedException = void 0;
|
|
4
4
|
exports.UpdateChannelResponse = exports.UpdateChannelRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StreamUnavailable = exports.StopStreamResponse = exports.StopStreamRequest = exports.ThrottlingException = exports.PutMetadataRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListStreamsResponse = exports.StreamSummary = exports.ListStreamsRequest = exports.ListStreamKeysResponse = exports.StreamKeySummary = exports.ListStreamKeysRequest = exports.ListRecordingConfigurationsResponse = exports.RecordingConfigurationSummary = exports.ListRecordingConfigurationsRequest = exports.ListPlaybackKeyPairsResponse = exports.PlaybackKeyPairSummary = exports.ListPlaybackKeyPairsRequest = exports.ListChannelsResponse = void 0;
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
6
|
var AccessDeniedException;
|
|
6
7
|
(function (AccessDeniedException) {
|
|
7
8
|
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
@@ -52,12 +53,14 @@ var StreamKey;
|
|
|
52
53
|
(function (StreamKey) {
|
|
53
54
|
StreamKey.filterSensitiveLog = (obj) => ({
|
|
54
55
|
...obj,
|
|
56
|
+
...(obj.value && { value: smithy_client_1.SENSITIVE_STRING }),
|
|
55
57
|
});
|
|
56
58
|
})(StreamKey = exports.StreamKey || (exports.StreamKey = {}));
|
|
57
59
|
var BatchGetStreamKeyResponse;
|
|
58
60
|
(function (BatchGetStreamKeyResponse) {
|
|
59
61
|
BatchGetStreamKeyResponse.filterSensitiveLog = (obj) => ({
|
|
60
62
|
...obj,
|
|
63
|
+
...(obj.streamKeys && { streamKeys: obj.streamKeys.map((item) => StreamKey.filterSensitiveLog(item)) }),
|
|
61
64
|
});
|
|
62
65
|
})(BatchGetStreamKeyResponse = exports.BatchGetStreamKeyResponse || (exports.BatchGetStreamKeyResponse = {}));
|
|
63
66
|
var CreateChannelRequest;
|
|
@@ -70,6 +73,7 @@ var CreateChannelResponse;
|
|
|
70
73
|
(function (CreateChannelResponse) {
|
|
71
74
|
CreateChannelResponse.filterSensitiveLog = (obj) => ({
|
|
72
75
|
...obj,
|
|
76
|
+
...(obj.streamKey && { streamKey: StreamKey.filterSensitiveLog(obj.streamKey) }),
|
|
73
77
|
});
|
|
74
78
|
})(CreateChannelResponse = exports.CreateChannelResponse || (exports.CreateChannelResponse = {}));
|
|
75
79
|
var PendingVerification;
|
|
@@ -154,6 +158,7 @@ var CreateStreamKeyResponse;
|
|
|
154
158
|
(function (CreateStreamKeyResponse) {
|
|
155
159
|
CreateStreamKeyResponse.filterSensitiveLog = (obj) => ({
|
|
156
160
|
...obj,
|
|
161
|
+
...(obj.streamKey && { streamKey: StreamKey.filterSensitiveLog(obj.streamKey) }),
|
|
157
162
|
});
|
|
158
163
|
})(CreateStreamKeyResponse = exports.CreateStreamKeyResponse || (exports.CreateStreamKeyResponse = {}));
|
|
159
164
|
var DeleteChannelRequest;
|
|
@@ -273,6 +278,7 @@ var GetStreamKeyResponse;
|
|
|
273
278
|
(function (GetStreamKeyResponse) {
|
|
274
279
|
GetStreamKeyResponse.filterSensitiveLog = (obj) => ({
|
|
275
280
|
...obj,
|
|
281
|
+
...(obj.streamKey && { streamKey: StreamKey.filterSensitiveLog(obj.streamKey) }),
|
|
276
282
|
});
|
|
277
283
|
})(GetStreamKeyResponse = exports.GetStreamKeyResponse || (exports.GetStreamKeyResponse = {}));
|
|
278
284
|
var ImportPlaybackKeyPairRequest;
|
|
@@ -393,6 +399,7 @@ var PutMetadataRequest;
|
|
|
393
399
|
(function (PutMetadataRequest) {
|
|
394
400
|
PutMetadataRequest.filterSensitiveLog = (obj) => ({
|
|
395
401
|
...obj,
|
|
402
|
+
...(obj.metadata && { metadata: smithy_client_1.SENSITIVE_STRING }),
|
|
396
403
|
});
|
|
397
404
|
})(PutMetadataRequest = exports.PutMetadataRequest || (exports.PutMetadataRequest = {}));
|
|
398
405
|
var ThrottlingException;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ListChannelsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListPlaybackKeyPairsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListRecordingConfigurationsPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListStreamKeysPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListStreamsPaginator"), exports);
|
|
@@ -454,9 +454,7 @@ const serializeAws_restJson1ListStreamsCommand = async (input, context) => {
|
|
|
454
454
|
exports.serializeAws_restJson1ListStreamsCommand = serializeAws_restJson1ListStreamsCommand;
|
|
455
455
|
const serializeAws_restJson1ListTagsForResourceCommand = async (input, context) => {
|
|
456
456
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
457
|
-
const headers = {
|
|
458
|
-
"content-type": "application/json",
|
|
459
|
-
};
|
|
457
|
+
const headers = {};
|
|
460
458
|
let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/tags/{resourceArn}";
|
|
461
459
|
if (input.resourceArn !== undefined) {
|
|
462
460
|
const labelValue = input.resourceArn;
|
|
@@ -469,10 +467,6 @@ const serializeAws_restJson1ListTagsForResourceCommand = async (input, context)
|
|
|
469
467
|
throw new Error("No value provided for input HTTP label: resourceArn.");
|
|
470
468
|
}
|
|
471
469
|
let body;
|
|
472
|
-
body = JSON.stringify({
|
|
473
|
-
...(input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults }),
|
|
474
|
-
...(input.nextToken !== undefined && input.nextToken !== null && { nextToken: input.nextToken }),
|
|
475
|
-
});
|
|
476
470
|
return new protocol_http_1.HttpRequest({
|
|
477
471
|
protocol,
|
|
478
472
|
hostname,
|
|
@@ -1981,13 +1975,9 @@ const deserializeAws_restJson1ListTagsForResourceCommand = async (output, contex
|
|
|
1981
1975
|
}
|
|
1982
1976
|
const contents = {
|
|
1983
1977
|
$metadata: deserializeMetadata(output),
|
|
1984
|
-
nextToken: undefined,
|
|
1985
1978
|
tags: undefined,
|
|
1986
1979
|
};
|
|
1987
1980
|
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1988
|
-
if (data.nextToken !== undefined && data.nextToken !== null) {
|
|
1989
|
-
contents.nextToken = smithy_client_1.expectString(data.nextToken);
|
|
1990
|
-
}
|
|
1991
1981
|
if (data.tags !== undefined && data.tags !== null) {
|
|
1992
1982
|
contents.tags = deserializeAws_restJson1Tags(data.tags, context);
|
|
1993
1983
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export * from "./BatchGetChannelCommand";
|
|
2
|
+
export * from "./BatchGetStreamKeyCommand";
|
|
3
|
+
export * from "./CreateChannelCommand";
|
|
4
|
+
export * from "./CreateRecordingConfigurationCommand";
|
|
5
|
+
export * from "./CreateStreamKeyCommand";
|
|
6
|
+
export * from "./DeleteChannelCommand";
|
|
7
|
+
export * from "./DeletePlaybackKeyPairCommand";
|
|
8
|
+
export * from "./DeleteRecordingConfigurationCommand";
|
|
9
|
+
export * from "./DeleteStreamKeyCommand";
|
|
10
|
+
export * from "./GetChannelCommand";
|
|
11
|
+
export * from "./GetPlaybackKeyPairCommand";
|
|
12
|
+
export * from "./GetRecordingConfigurationCommand";
|
|
13
|
+
export * from "./GetStreamCommand";
|
|
14
|
+
export * from "./GetStreamKeyCommand";
|
|
15
|
+
export * from "./ImportPlaybackKeyPairCommand";
|
|
16
|
+
export * from "./ListChannelsCommand";
|
|
17
|
+
export * from "./ListPlaybackKeyPairsCommand";
|
|
18
|
+
export * from "./ListRecordingConfigurationsCommand";
|
|
19
|
+
export * from "./ListStreamKeysCommand";
|
|
20
|
+
export * from "./ListStreamsCommand";
|
|
21
|
+
export * from "./ListTagsForResourceCommand";
|
|
22
|
+
export * from "./PutMetadataCommand";
|
|
23
|
+
export * from "./StopStreamCommand";
|
|
24
|
+
export * from "./TagResourceCommand";
|
|
25
|
+
export * from "./UntagResourceCommand";
|
|
26
|
+
export * from "./UpdateChannelCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,36 +1,5 @@
|
|
|
1
|
-
export * from "./IvsClient";
|
|
2
1
|
export * from "./Ivs";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateStreamKeyCommand";
|
|
8
|
-
export * from "./commands/DeleteChannelCommand";
|
|
9
|
-
export * from "./commands/DeletePlaybackKeyPairCommand";
|
|
10
|
-
export * from "./commands/DeleteRecordingConfigurationCommand";
|
|
11
|
-
export * from "./commands/DeleteStreamKeyCommand";
|
|
12
|
-
export * from "./commands/GetChannelCommand";
|
|
13
|
-
export * from "./commands/GetPlaybackKeyPairCommand";
|
|
14
|
-
export * from "./commands/GetRecordingConfigurationCommand";
|
|
15
|
-
export * from "./commands/GetStreamCommand";
|
|
16
|
-
export * from "./commands/GetStreamKeyCommand";
|
|
17
|
-
export * from "./commands/ImportPlaybackKeyPairCommand";
|
|
18
|
-
export * from "./commands/ListChannelsCommand";
|
|
19
|
-
export * from "./pagination/ListChannelsPaginator";
|
|
20
|
-
export * from "./commands/ListPlaybackKeyPairsCommand";
|
|
21
|
-
export * from "./pagination/ListPlaybackKeyPairsPaginator";
|
|
22
|
-
export * from "./commands/ListRecordingConfigurationsCommand";
|
|
23
|
-
export * from "./pagination/ListRecordingConfigurationsPaginator";
|
|
24
|
-
export * from "./commands/ListStreamKeysCommand";
|
|
25
|
-
export * from "./pagination/ListStreamKeysPaginator";
|
|
26
|
-
export * from "./commands/ListStreamsCommand";
|
|
27
|
-
export * from "./pagination/ListStreamsPaginator";
|
|
28
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
29
|
-
export * from "./pagination/ListTagsForResourcePaginator";
|
|
30
|
-
export * from "./commands/PutMetadataCommand";
|
|
31
|
-
export * from "./commands/StopStreamCommand";
|
|
32
|
-
export * from "./commands/TagResourceCommand";
|
|
33
|
-
export * from "./commands/UntagResourceCommand";
|
|
34
|
-
export * from "./commands/UpdateChannelCommand";
|
|
35
|
-
export * from "./pagination/Interfaces";
|
|
36
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./IvsClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
export var AccessDeniedException;
|
|
3
4
|
(function (AccessDeniedException) {
|
|
4
5
|
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -35,11 +36,11 @@ export var BatchGetStreamKeyRequest;
|
|
|
35
36
|
})(BatchGetStreamKeyRequest || (BatchGetStreamKeyRequest = {}));
|
|
36
37
|
export var StreamKey;
|
|
37
38
|
(function (StreamKey) {
|
|
38
|
-
StreamKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
|
+
StreamKey.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.value && { value: SENSITIVE_STRING }))); };
|
|
39
40
|
})(StreamKey || (StreamKey = {}));
|
|
40
41
|
export var BatchGetStreamKeyResponse;
|
|
41
42
|
(function (BatchGetStreamKeyResponse) {
|
|
42
|
-
BatchGetStreamKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
|
+
BatchGetStreamKeyResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.streamKeys && { streamKeys: obj.streamKeys.map(function (item) { return StreamKey.filterSensitiveLog(item); }) }))); };
|
|
43
44
|
})(BatchGetStreamKeyResponse || (BatchGetStreamKeyResponse = {}));
|
|
44
45
|
export var CreateChannelRequest;
|
|
45
46
|
(function (CreateChannelRequest) {
|
|
@@ -47,7 +48,7 @@ export var CreateChannelRequest;
|
|
|
47
48
|
})(CreateChannelRequest || (CreateChannelRequest = {}));
|
|
48
49
|
export var CreateChannelResponse;
|
|
49
50
|
(function (CreateChannelResponse) {
|
|
50
|
-
CreateChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
51
|
+
CreateChannelResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.streamKey && { streamKey: StreamKey.filterSensitiveLog(obj.streamKey) }))); };
|
|
51
52
|
})(CreateChannelResponse || (CreateChannelResponse = {}));
|
|
52
53
|
export var PendingVerification;
|
|
53
54
|
(function (PendingVerification) {
|
|
@@ -105,7 +106,7 @@ export var CreateStreamKeyRequest;
|
|
|
105
106
|
})(CreateStreamKeyRequest || (CreateStreamKeyRequest = {}));
|
|
106
107
|
export var CreateStreamKeyResponse;
|
|
107
108
|
(function (CreateStreamKeyResponse) {
|
|
108
|
-
CreateStreamKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
109
|
+
CreateStreamKeyResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.streamKey && { streamKey: StreamKey.filterSensitiveLog(obj.streamKey) }))); };
|
|
109
110
|
})(CreateStreamKeyResponse || (CreateStreamKeyResponse = {}));
|
|
110
111
|
export var DeleteChannelRequest;
|
|
111
112
|
(function (DeleteChannelRequest) {
|
|
@@ -188,7 +189,7 @@ export var GetStreamKeyRequest;
|
|
|
188
189
|
})(GetStreamKeyRequest || (GetStreamKeyRequest = {}));
|
|
189
190
|
export var GetStreamKeyResponse;
|
|
190
191
|
(function (GetStreamKeyResponse) {
|
|
191
|
-
GetStreamKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
+
GetStreamKeyResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.streamKey && { streamKey: StreamKey.filterSensitiveLog(obj.streamKey) }))); };
|
|
192
193
|
})(GetStreamKeyResponse || (GetStreamKeyResponse = {}));
|
|
193
194
|
export var ImportPlaybackKeyPairRequest;
|
|
194
195
|
(function (ImportPlaybackKeyPairRequest) {
|
|
@@ -268,7 +269,7 @@ export var ListTagsForResourceResponse;
|
|
|
268
269
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
269
270
|
export var PutMetadataRequest;
|
|
270
271
|
(function (PutMetadataRequest) {
|
|
271
|
-
PutMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
PutMetadataRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.metadata && { metadata: SENSITIVE_STRING }))); };
|
|
272
273
|
})(PutMetadataRequest || (PutMetadataRequest = {}));
|
|
273
274
|
export var ThrottlingException;
|
|
274
275
|
(function (ThrottlingException) {
|