@aws-sdk/client-ivs 3.650.0 → 3.654.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/README.md +2 -4
- package/dist-types/Ivs.d.ts +2 -4
- package/dist-types/IvsClient.d.ts +2 -4
- package/dist-types/commands/BatchGetChannelCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetStreamKeyCommand.d.ts +11 -0
- package/dist-types/commands/BatchStartViewerSessionRevocationCommand.d.ts +11 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +11 -0
- package/dist-types/commands/CreatePlaybackRestrictionPolicyCommand.d.ts +11 -0
- package/dist-types/commands/CreateRecordingConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CreateStreamKeyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +11 -0
- package/dist-types/commands/DeletePlaybackKeyPairCommand.d.ts +11 -0
- package/dist-types/commands/DeletePlaybackRestrictionPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRecordingConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStreamKeyCommand.d.ts +11 -0
- package/dist-types/commands/GetChannelCommand.d.ts +11 -0
- package/dist-types/commands/GetPlaybackKeyPairCommand.d.ts +11 -0
- package/dist-types/commands/GetPlaybackRestrictionPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetRecordingConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetStreamCommand.d.ts +11 -0
- package/dist-types/commands/GetStreamKeyCommand.d.ts +11 -0
- package/dist-types/commands/GetStreamSessionCommand.d.ts +11 -0
- package/dist-types/commands/ImportPlaybackKeyPairCommand.d.ts +11 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +11 -0
- package/dist-types/commands/ListPlaybackKeyPairsCommand.d.ts +11 -0
- package/dist-types/commands/ListPlaybackRestrictionPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/ListRecordingConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListStreamKeysCommand.d.ts +11 -0
- package/dist-types/commands/ListStreamSessionsCommand.d.ts +11 -0
- package/dist-types/commands/ListStreamsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutMetadataCommand.d.ts +11 -0
- package/dist-types/commands/StartViewerSessionRevocationCommand.d.ts +11 -0
- package/dist-types/commands/StopStreamCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePlaybackRestrictionPolicyCommand.d.ts +11 -0
- package/dist-types/index.d.ts +2 -4
- package/dist-types/models/models_0.d.ts +17 -39
- package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchStartViewerSessionRevocationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePlaybackRestrictionPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePlaybackRestrictionPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPlaybackRestrictionPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPlaybackRestrictionPoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartViewerSessionRevocationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePlaybackRestrictionPolicyCommand.d.ts +12 -1
- package/package.json +35 -35
package/README.md
CHANGED
|
@@ -81,14 +81,12 @@ History</a>.</p>
|
|
|
81
81
|
<p>A <i>tag</i> is a metadata label that you assign to an Amazon Web Services
|
|
82
82
|
resource. A tag comprises a <i>key</i> and a <i>value</i>, both
|
|
83
83
|
set by you. For example, you might set a tag as <code>topic:nature</code> to label a
|
|
84
|
-
particular video category. See <a href="https://docs.aws.amazon.com/
|
|
85
|
-
more information, including restrictions that apply to tags and "Tag naming limits and
|
|
86
|
-
requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
84
|
+
particular video category. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
87
85
|
there.</p>
|
|
88
86
|
<p>Tags can help you identify and organize your Amazon Web Services resources. For example,
|
|
89
87
|
you can use the same tag for different resources to indicate that they are related. You can
|
|
90
88
|
also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
|
|
91
|
-
<p>The Amazon IVS API has these tag-related
|
|
89
|
+
<p>The Amazon IVS API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
|
|
92
90
|
resources support tagging: Channels, Stream Keys, Playback Key Pairs, and Recording
|
|
93
91
|
Configurations.</p>
|
|
94
92
|
<p>At most 50 tags can be applied to a resource. </p>
|
package/dist-types/Ivs.d.ts
CHANGED
|
@@ -330,14 +330,12 @@ export interface Ivs {
|
|
|
330
330
|
* <p>A <i>tag</i> is a metadata label that you assign to an Amazon Web Services
|
|
331
331
|
* resource. A tag comprises a <i>key</i> and a <i>value</i>, both
|
|
332
332
|
* set by you. For example, you might set a tag as <code>topic:nature</code> to label a
|
|
333
|
-
* particular video category. See <a href="https://docs.aws.amazon.com/
|
|
334
|
-
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
335
|
-
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
333
|
+
* particular video category. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
336
334
|
* there.</p>
|
|
337
335
|
* <p>Tags can help you identify and organize your Amazon Web Services resources. For example,
|
|
338
336
|
* you can use the same tag for different resources to indicate that they are related. You can
|
|
339
337
|
* also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
|
|
340
|
-
* <p>The Amazon IVS API has these tag-related
|
|
338
|
+
* <p>The Amazon IVS API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
|
|
341
339
|
* resources support tagging: Channels, Stream Keys, Playback Key Pairs, and Recording
|
|
342
340
|
* Configurations.</p>
|
|
343
341
|
* <p>At most 50 tags can be applied to a resource. </p>
|
|
@@ -261,14 +261,12 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
|
|
|
261
261
|
* <p>A <i>tag</i> is a metadata label that you assign to an Amazon Web Services
|
|
262
262
|
* resource. A tag comprises a <i>key</i> and a <i>value</i>, both
|
|
263
263
|
* set by you. For example, you might set a tag as <code>topic:nature</code> to label a
|
|
264
|
-
* particular video category. See <a href="https://docs.aws.amazon.com/
|
|
265
|
-
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
266
|
-
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
264
|
+
* particular video category. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
267
265
|
* there.</p>
|
|
268
266
|
* <p>Tags can help you identify and organize your Amazon Web Services resources. For example,
|
|
269
267
|
* you can use the same tag for different resources to indicate that they are related. You can
|
|
270
268
|
* also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
|
|
271
|
-
* <p>The Amazon IVS API has these tag-related
|
|
269
|
+
* <p>The Amazon IVS API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
|
|
272
270
|
* resources support tagging: Channels, Stream Keys, Playback Key Pairs, and Recording
|
|
273
271
|
* Configurations.</p>
|
|
274
272
|
* <p>At most 50 tags can be applied to a resource. </p>
|
|
@@ -87,4 +87,15 @@ declare const BatchGetChannelCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class BatchGetChannelCommand extends BatchGetChannelCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: BatchGetChannelRequest;
|
|
94
|
+
output: BatchGetChannelResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: BatchGetChannelCommandInput;
|
|
98
|
+
output: BatchGetChannelCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -75,4 +75,15 @@ declare const BatchGetStreamKeyCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class BatchGetStreamKeyCommand extends BatchGetStreamKeyCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: BatchGetStreamKeyRequest;
|
|
82
|
+
output: BatchGetStreamKeyResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: BatchGetStreamKeyCommandInput;
|
|
86
|
+
output: BatchGetStreamKeyCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -83,4 +83,15 @@ declare const BatchStartViewerSessionRevocationCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class BatchStartViewerSessionRevocationCommand extends BatchStartViewerSessionRevocationCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: BatchStartViewerSessionRevocationRequest;
|
|
90
|
+
output: BatchStartViewerSessionRevocationResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: BatchStartViewerSessionRevocationCommandInput;
|
|
94
|
+
output: BatchStartViewerSessionRevocationCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -109,4 +109,15 @@ declare const CreateChannelCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class CreateChannelCommand extends CreateChannelCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: CreateChannelRequest;
|
|
116
|
+
output: CreateChannelResponse;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: CreateChannelCommandInput;
|
|
120
|
+
output: CreateChannelCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -96,4 +96,15 @@ declare const CreatePlaybackRestrictionPolicyCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class CreatePlaybackRestrictionPolicyCommand extends CreatePlaybackRestrictionPolicyCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: CreatePlaybackRestrictionPolicyRequest;
|
|
103
|
+
output: CreatePlaybackRestrictionPolicyResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: CreatePlaybackRestrictionPolicyCommandInput;
|
|
107
|
+
output: CreatePlaybackRestrictionPolicyCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -136,4 +136,15 @@ declare const CreateRecordingConfigurationCommand_base: {
|
|
|
136
136
|
* @public
|
|
137
137
|
*/
|
|
138
138
|
export declare class CreateRecordingConfigurationCommand extends CreateRecordingConfigurationCommand_base {
|
|
139
|
+
/** @internal type navigation helper, not in runtime. */
|
|
140
|
+
protected static __types: {
|
|
141
|
+
api: {
|
|
142
|
+
input: CreateRecordingConfigurationRequest;
|
|
143
|
+
output: CreateRecordingConfigurationResponse;
|
|
144
|
+
};
|
|
145
|
+
sdk: {
|
|
146
|
+
input: CreateRecordingConfigurationCommandInput;
|
|
147
|
+
output: CreateRecordingConfigurationCommandOutput;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
139
150
|
}
|
|
@@ -85,4 +85,15 @@ declare const CreateStreamKeyCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class CreateStreamKeyCommand extends CreateStreamKeyCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: CreateStreamKeyRequest;
|
|
92
|
+
output: CreateStreamKeyResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: CreateStreamKeyCommandInput;
|
|
96
|
+
output: CreateStreamKeyCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -75,4 +75,15 @@ declare const DeleteChannelCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DeleteChannelRequest;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DeleteChannelCommandInput;
|
|
86
|
+
output: DeleteChannelCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -69,4 +69,15 @@ declare const DeletePlaybackKeyPairCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class DeletePlaybackKeyPairCommand extends DeletePlaybackKeyPairCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: DeletePlaybackKeyPairRequest;
|
|
76
|
+
output: {};
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: DeletePlaybackKeyPairCommandInput;
|
|
80
|
+
output: DeletePlaybackKeyPairCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeletePlaybackRestrictionPolicyCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeletePlaybackRestrictionPolicyCommand extends DeletePlaybackRestrictionPolicyCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeletePlaybackRestrictionPolicyRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeletePlaybackRestrictionPolicyCommandInput;
|
|
81
|
+
output: DeletePlaybackRestrictionPolicyCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -75,4 +75,15 @@ declare const DeleteRecordingConfigurationCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DeleteRecordingConfigurationCommand extends DeleteRecordingConfigurationCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DeleteRecordingConfigurationRequest;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DeleteRecordingConfigurationCommandInput;
|
|
86
|
+
output: DeleteRecordingConfigurationCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -68,4 +68,15 @@ declare const DeleteStreamKeyCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class DeleteStreamKeyCommand extends DeleteStreamKeyCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: DeleteStreamKeyRequest;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: DeleteStreamKeyCommandInput;
|
|
79
|
+
output: DeleteStreamKeyCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -85,4 +85,15 @@ declare const GetChannelCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class GetChannelCommand extends GetChannelCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: GetChannelRequest;
|
|
92
|
+
output: GetChannelResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: GetChannelCommandInput;
|
|
96
|
+
output: GetChannelCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -77,4 +77,15 @@ declare const GetPlaybackKeyPairCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class GetPlaybackKeyPairCommand extends GetPlaybackKeyPairCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: GetPlaybackKeyPairRequest;
|
|
84
|
+
output: GetPlaybackKeyPairResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: GetPlaybackKeyPairCommandInput;
|
|
88
|
+
output: GetPlaybackKeyPairCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -82,4 +82,15 @@ declare const GetPlaybackRestrictionPolicyCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class GetPlaybackRestrictionPolicyCommand extends GetPlaybackRestrictionPolicyCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: GetPlaybackRestrictionPolicyRequest;
|
|
89
|
+
output: GetPlaybackRestrictionPolicyResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: GetPlaybackRestrictionPolicyCommandInput;
|
|
93
|
+
output: GetPlaybackRestrictionPolicyCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -96,4 +96,15 @@ declare const GetRecordingConfigurationCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class GetRecordingConfigurationCommand extends GetRecordingConfigurationCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: GetRecordingConfigurationRequest;
|
|
103
|
+
output: GetRecordingConfigurationResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: GetRecordingConfigurationCommandInput;
|
|
107
|
+
output: GetRecordingConfigurationCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -77,4 +77,15 @@ declare const GetStreamCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class GetStreamCommand extends GetStreamCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: GetStreamRequest;
|
|
84
|
+
output: GetStreamResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: GetStreamCommandInput;
|
|
88
|
+
output: GetStreamCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -73,4 +73,15 @@ declare const GetStreamKeyCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class GetStreamKeyCommand extends GetStreamKeyCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: GetStreamKeyRequest;
|
|
80
|
+
output: GetStreamKeyResponse;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: GetStreamKeyCommandInput;
|
|
84
|
+
output: GetStreamKeyCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -144,4 +144,15 @@ declare const GetStreamSessionCommand_base: {
|
|
|
144
144
|
* @public
|
|
145
145
|
*/
|
|
146
146
|
export declare class GetStreamSessionCommand extends GetStreamSessionCommand_base {
|
|
147
|
+
/** @internal type navigation helper, not in runtime. */
|
|
148
|
+
protected static __types: {
|
|
149
|
+
api: {
|
|
150
|
+
input: GetStreamSessionRequest;
|
|
151
|
+
output: GetStreamSessionResponse;
|
|
152
|
+
};
|
|
153
|
+
sdk: {
|
|
154
|
+
input: GetStreamSessionCommandInput;
|
|
155
|
+
output: GetStreamSessionCommandOutput;
|
|
156
|
+
};
|
|
157
|
+
};
|
|
147
158
|
}
|
|
@@ -87,4 +87,15 @@ declare const ImportPlaybackKeyPairCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ImportPlaybackKeyPairCommand extends ImportPlaybackKeyPairCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ImportPlaybackKeyPairRequest;
|
|
94
|
+
output: ImportPlaybackKeyPairResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ImportPlaybackKeyPairCommandInput;
|
|
98
|
+
output: ImportPlaybackKeyPairCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -89,4 +89,15 @@ declare const ListChannelsCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class ListChannelsCommand extends ListChannelsCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: ListChannelsRequest;
|
|
96
|
+
output: ListChannelsResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: ListChannelsCommandInput;
|
|
100
|
+
output: ListChannelsCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -74,4 +74,15 @@ declare const ListPlaybackKeyPairsCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class ListPlaybackKeyPairsCommand extends ListPlaybackKeyPairsCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: ListPlaybackKeyPairsRequest;
|
|
81
|
+
output: ListPlaybackKeyPairsResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: ListPlaybackKeyPairsCommandInput;
|
|
85
|
+
output: ListPlaybackKeyPairsCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -86,4 +86,15 @@ declare const ListPlaybackRestrictionPoliciesCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListPlaybackRestrictionPoliciesCommand extends ListPlaybackRestrictionPoliciesCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListPlaybackRestrictionPoliciesRequest;
|
|
93
|
+
output: ListPlaybackRestrictionPoliciesResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListPlaybackRestrictionPoliciesCommandInput;
|
|
97
|
+
output: ListPlaybackRestrictionPoliciesCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListRecordingConfigurationsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListRecordingConfigurationsCommand extends ListRecordingConfigurationsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListRecordingConfigurationsRequest;
|
|
90
|
+
output: ListRecordingConfigurationsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListRecordingConfigurationsCommandInput;
|
|
94
|
+
output: ListRecordingConfigurationsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListStreamKeysCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListStreamKeysCommand extends ListStreamKeysCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListStreamKeysRequest;
|
|
84
|
+
output: ListStreamKeysResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListStreamKeysCommandInput;
|
|
88
|
+
output: ListStreamKeysCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListStreamSessionsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListStreamSessionsCommand extends ListStreamSessionsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListStreamSessionsRequest;
|
|
84
|
+
output: ListStreamSessionsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListStreamSessionsCommandInput;
|
|
88
|
+
output: ListStreamSessionsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListStreamsCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListStreamsCommand extends ListStreamsCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListStreamsRequest;
|
|
85
|
+
output: ListStreamsResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListStreamsCommandInput;
|
|
89
|
+
output: ListStreamsCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -68,4 +68,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: ListTagsForResourceRequest;
|
|
75
|
+
output: ListTagsForResourceResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: ListTagsForResourceCommandInput;
|
|
79
|
+
output: ListTagsForResourceCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -75,4 +75,15 @@ declare const PutMetadataCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class PutMetadataCommand extends PutMetadataCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: PutMetadataRequest;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: PutMetadataCommandInput;
|
|
86
|
+
output: PutMetadataCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -79,4 +79,15 @@ declare const StartViewerSessionRevocationCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class StartViewerSessionRevocationCommand extends StartViewerSessionRevocationCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: StartViewerSessionRevocationRequest;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: StartViewerSessionRevocationCommandInput;
|
|
90
|
+
output: StartViewerSessionRevocationCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -77,4 +77,15 @@ declare const StopStreamCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class StopStreamCommand extends StopStreamCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: StopStreamRequest;
|
|
84
|
+
output: {};
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: StopStreamCommandInput;
|
|
88
|
+
output: StopStreamCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -67,4 +67,15 @@ declare const TagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: TagResourceRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: TagResourceCommandInput;
|
|
78
|
+
output: TagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -67,4 +67,15 @@ declare const UntagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: UntagResourceRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: UntagResourceCommandInput;
|
|
78
|
+
output: UntagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -101,4 +101,15 @@ declare const UpdateChannelCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: UpdateChannelRequest;
|
|
108
|
+
output: UpdateChannelResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: UpdateChannelCommandInput;
|
|
112
|
+
output: UpdateChannelCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -93,4 +93,15 @@ declare const UpdatePlaybackRestrictionPolicyCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class UpdatePlaybackRestrictionPolicyCommand extends UpdatePlaybackRestrictionPolicyCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: UpdatePlaybackRestrictionPolicyRequest;
|
|
100
|
+
output: UpdatePlaybackRestrictionPolicyResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: UpdatePlaybackRestrictionPolicyCommandInput;
|
|
104
|
+
output: UpdatePlaybackRestrictionPolicyCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|