@aws-sdk/client-mediapackagev2 3.775.0 → 3.777.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CancelHarvestJobCommand.d.ts +10 -7
- package/dist-types/commands/CreateChannelCommand.d.ts +26 -26
- package/dist-types/commands/CreateChannelGroupCommand.d.ts +18 -18
- package/dist-types/commands/CreateHarvestJobCommand.d.ts +48 -48
- package/dist-types/commands/CreateOriginEndpointCommand.d.ts +290 -291
- package/dist-types/commands/DeleteChannelCommand.d.ts +8 -5
- package/dist-types/commands/DeleteChannelGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +8 -5
- package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +9 -6
- package/dist-types/commands/DeleteOriginEndpointPolicyCommand.d.ts +9 -6
- package/dist-types/commands/GetChannelCommand.d.ts +21 -21
- package/dist-types/commands/GetChannelGroupCommand.d.ts +14 -14
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +8 -8
- package/dist-types/commands/GetHarvestJobCommand.d.ts +34 -34
- package/dist-types/commands/GetOriginEndpointCommand.d.ts +72 -72
- package/dist-types/commands/GetOriginEndpointPolicyCommand.d.ts +10 -10
- package/dist-types/commands/ListChannelGroupsCommand.d.ts +14 -14
- package/dist-types/commands/ListChannelsCommand.d.ts +16 -16
- package/dist-types/commands/ListHarvestJobsCommand.d.ts +186 -187
- package/dist-types/commands/ListOriginEndpointsCommand.d.ts +58 -58
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +7 -7
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +9 -6
- package/dist-types/commands/PutOriginEndpointPolicyCommand.d.ts +10 -7
- package/dist-types/commands/ResetChannelStateCommand.d.ts +9 -9
- package/dist-types/commands/ResetOriginEndpointStateCommand.d.ts +11 -11
- package/dist-types/commands/TagResourceCommand.d.ts +10 -7
- package/dist-types/commands/UntagResourceCommand.d.ts +8 -5
- package/dist-types/commands/UpdateChannelCommand.d.ts +22 -22
- package/dist-types/commands/UpdateChannelGroupCommand.d.ts +15 -15
- package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +124 -124
- package/package.json +2 -2
|
@@ -109,118 +109,118 @@ declare const ListOriginEndpointsCommand_base: {
|
|
|
109
109
|
* @throws {@link MediaPackageV2ServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
|
|
111
111
|
*
|
|
112
|
-
*
|
|
112
|
+
*
|
|
113
113
|
* @example Listing all OriginEndpoints
|
|
114
114
|
* ```javascript
|
|
115
115
|
* //
|
|
116
116
|
* const input = {
|
|
117
|
-
*
|
|
118
|
-
*
|
|
117
|
+
* ChannelGroupName: "exampleChannelGroup",
|
|
118
|
+
* ChannelName: "exampleChannel"
|
|
119
119
|
* };
|
|
120
120
|
* const command = new ListOriginEndpointsCommand(input);
|
|
121
121
|
* const response = await client.send(command);
|
|
122
|
-
* /* response
|
|
122
|
+
* /* response is
|
|
123
123
|
* {
|
|
124
|
-
*
|
|
124
|
+
* Items: [
|
|
125
125
|
* {
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
126
|
+
* Arn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpointTS",
|
|
127
|
+
* ChannelGroupName: "exampleChannelGroup",
|
|
128
|
+
* ChannelName: "exampleChannel",
|
|
129
|
+
* ContainerType: "TS",
|
|
130
|
+
* CreatedAt: "2022-10-18T09:36:00.00Z",
|
|
131
|
+
* Description: "Description for exampleOriginEndpointTS",
|
|
132
|
+
* ForceEndpointErrorConfiguration: {
|
|
133
|
+
* EndpointErrorConditions: [
|
|
134
134
|
* "STALE_MANIFEST",
|
|
135
135
|
* "INCOMPLETE_MANIFEST",
|
|
136
136
|
* "MISSING_DRM_KEY",
|
|
137
137
|
* "SLATE_INPUT"
|
|
138
138
|
* ]
|
|
139
139
|
* },
|
|
140
|
-
*
|
|
140
|
+
* HlsManifests: [
|
|
141
141
|
* {
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
142
|
+
* ChildManifestName: "exampleChildManifest1",
|
|
143
|
+
* ManifestName: "exampleManifest1",
|
|
144
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest1.m3u8"
|
|
145
145
|
* },
|
|
146
146
|
* {
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
147
|
+
* ChildManifestName: "exampleManifest2",
|
|
148
|
+
* ManifestName: "exampleManifest2",
|
|
149
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest2.m3u8"
|
|
150
150
|
* }
|
|
151
151
|
* ],
|
|
152
|
-
*
|
|
152
|
+
* LowLatencyHlsManifests: [
|
|
153
153
|
* {
|
|
154
|
-
*
|
|
155
|
-
*
|
|
156
|
-
*
|
|
154
|
+
* ChildManifestName: "exampleLLChildManifest1",
|
|
155
|
+
* ManifestName: "exampleLLManifest1",
|
|
156
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest1.m3u8"
|
|
157
157
|
* },
|
|
158
158
|
* {
|
|
159
|
-
*
|
|
160
|
-
*
|
|
161
|
-
*
|
|
159
|
+
* ChildManifestName: "exampleLLManifest2",
|
|
160
|
+
* ManifestName: "exampleLLManifest2",
|
|
161
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest2.m3u8"
|
|
162
162
|
* }
|
|
163
163
|
* ],
|
|
164
|
-
*
|
|
165
|
-
*
|
|
164
|
+
* ModifiedAt: "2022-10-18T09:36:00.00Z",
|
|
165
|
+
* OriginEndpointName: "exampleOriginEndpointTS"
|
|
166
166
|
* },
|
|
167
167
|
* {
|
|
168
|
-
*
|
|
169
|
-
*
|
|
170
|
-
*
|
|
171
|
-
*
|
|
172
|
-
*
|
|
173
|
-
*
|
|
168
|
+
* Arn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpointCMAF",
|
|
169
|
+
* ChannelGroupName: "exampleChannelGroup",
|
|
170
|
+
* ChannelName: "exampleChannel",
|
|
171
|
+
* ContainerType: "CMAF",
|
|
172
|
+
* CreatedAt: "2022-10-18T09:36:00.00Z",
|
|
173
|
+
* DashManifests: [
|
|
174
174
|
* {
|
|
175
|
-
*
|
|
176
|
-
*
|
|
175
|
+
* ManifestName: "exampleDashManifest1",
|
|
176
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest1.mpd"
|
|
177
177
|
* },
|
|
178
178
|
* {
|
|
179
|
-
*
|
|
180
|
-
*
|
|
179
|
+
* ManifestName: "exampleDashManifest2",
|
|
180
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest2.mpd"
|
|
181
181
|
* }
|
|
182
182
|
* ],
|
|
183
|
-
*
|
|
184
|
-
*
|
|
183
|
+
* ForceEndpointErrorConfiguration: {
|
|
184
|
+
* EndpointErrorConditions: [
|
|
185
185
|
* "STALE_MANIFEST",
|
|
186
186
|
* "INCOMPLETE_MANIFEST",
|
|
187
187
|
* "MISSING_DRM_KEY",
|
|
188
188
|
* "SLATE_INPUT"
|
|
189
189
|
* ]
|
|
190
190
|
* },
|
|
191
|
-
*
|
|
191
|
+
* HlsManifests: [
|
|
192
192
|
* {
|
|
193
|
-
*
|
|
194
|
-
*
|
|
195
|
-
*
|
|
193
|
+
* ChildManifestName: "exampleChildManifest1",
|
|
194
|
+
* ManifestName: "exampleManifest1",
|
|
195
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleManifest1.m3u8"
|
|
196
196
|
* },
|
|
197
197
|
* {
|
|
198
|
-
*
|
|
199
|
-
*
|
|
200
|
-
*
|
|
198
|
+
* ChildManifestName: "exampleManifest2",
|
|
199
|
+
* ManifestName: "exampleManifest2",
|
|
200
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleManifest2.m3u8"
|
|
201
201
|
* }
|
|
202
202
|
* ],
|
|
203
|
-
*
|
|
203
|
+
* LowLatencyHlsManifests: [
|
|
204
204
|
* {
|
|
205
|
-
*
|
|
206
|
-
*
|
|
207
|
-
*
|
|
205
|
+
* ChildManifestName: "exampleLLChildManifest1",
|
|
206
|
+
* ManifestName: "exampleLLManifest1",
|
|
207
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleLLManifest1.m3u8"
|
|
208
208
|
* },
|
|
209
209
|
* {
|
|
210
|
-
*
|
|
211
|
-
*
|
|
212
|
-
*
|
|
210
|
+
* ChildManifestName: "exampleLLManifest2",
|
|
211
|
+
* ManifestName: "exampleLLManifest2",
|
|
212
|
+
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleLLManifest2.m3u8"
|
|
213
213
|
* }
|
|
214
214
|
* ],
|
|
215
|
-
*
|
|
216
|
-
*
|
|
215
|
+
* ModifiedAt: "2022-10-18T09:36:00.00Z",
|
|
216
|
+
* OriginEndpointName: "exampleOriginEndpointCMAF"
|
|
217
217
|
* }
|
|
218
218
|
* ]
|
|
219
219
|
* }
|
|
220
220
|
* *\/
|
|
221
|
-
* // example id: example-1
|
|
222
221
|
* ```
|
|
223
222
|
*
|
|
223
|
+
* @public
|
|
224
224
|
*/
|
|
225
225
|
export declare class ListOriginEndpointsCommand extends ListOriginEndpointsCommand_base {
|
|
226
226
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -59,26 +59,26 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
59
59
|
* @throws {@link MediaPackageV2ServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
|
|
61
61
|
*
|
|
62
|
-
*
|
|
62
|
+
*
|
|
63
63
|
* @example List all tags for a resource
|
|
64
64
|
* ```javascript
|
|
65
65
|
* //
|
|
66
66
|
* const input = {
|
|
67
|
-
*
|
|
67
|
+
* ResourceArn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel"
|
|
68
68
|
* };
|
|
69
69
|
* const command = new ListTagsForResourceCommand(input);
|
|
70
70
|
* const response = await client.send(command);
|
|
71
|
-
* /* response
|
|
71
|
+
* /* response is
|
|
72
72
|
* {
|
|
73
|
-
*
|
|
74
|
-
*
|
|
75
|
-
*
|
|
73
|
+
* Tags: {
|
|
74
|
+
* key1: "value1",
|
|
75
|
+
* key2: "value2"
|
|
76
76
|
* }
|
|
77
77
|
* }
|
|
78
78
|
* *\/
|
|
79
|
-
* // example id: example-1
|
|
80
79
|
* ```
|
|
81
80
|
*
|
|
81
|
+
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
84
84
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -72,20 +72,23 @@ declare const PutChannelPolicyCommand_base: {
|
|
|
72
72
|
* @throws {@link MediaPackageV2ServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
|
|
74
74
|
*
|
|
75
|
-
*
|
|
75
|
+
*
|
|
76
76
|
* @example Creating a Channel Policy
|
|
77
77
|
* ```javascript
|
|
78
78
|
* //
|
|
79
79
|
* const input = {
|
|
80
|
-
*
|
|
81
|
-
*
|
|
82
|
-
*
|
|
80
|
+
* ChannelGroupName: "exampleChannelGroup",
|
|
81
|
+
* ChannelName: "exampleChannel",
|
|
82
|
+
* Policy: "{...}"
|
|
83
83
|
* };
|
|
84
84
|
* const command = new PutChannelPolicyCommand(input);
|
|
85
|
-
* await client.send(command);
|
|
86
|
-
*
|
|
85
|
+
* const response = await client.send(command);
|
|
86
|
+
* /* response is
|
|
87
|
+
* { /* empty *\/ }
|
|
88
|
+
* *\/
|
|
87
89
|
* ```
|
|
88
90
|
*
|
|
91
|
+
* @public
|
|
89
92
|
*/
|
|
90
93
|
export declare class PutChannelPolicyCommand extends PutChannelPolicyCommand_base {
|
|
91
94
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -73,21 +73,24 @@ declare const PutOriginEndpointPolicyCommand_base: {
|
|
|
73
73
|
* @throws {@link MediaPackageV2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
|
|
75
75
|
*
|
|
76
|
-
*
|
|
76
|
+
*
|
|
77
77
|
* @example Creating an Origin Endpoint Policy
|
|
78
78
|
* ```javascript
|
|
79
79
|
* //
|
|
80
80
|
* const input = {
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
*
|
|
81
|
+
* ChannelGroupName: "exampleChannelGroup",
|
|
82
|
+
* ChannelName: "exampleChannel",
|
|
83
|
+
* OriginEndpointName: "exampleOriginEndpoint",
|
|
84
|
+
* Policy: "{...}"
|
|
85
85
|
* };
|
|
86
86
|
* const command = new PutOriginEndpointPolicyCommand(input);
|
|
87
|
-
* await client.send(command);
|
|
88
|
-
*
|
|
87
|
+
* const response = await client.send(command);
|
|
88
|
+
* /* response is
|
|
89
|
+
* { /* empty *\/ }
|
|
90
|
+
* *\/
|
|
89
91
|
* ```
|
|
90
92
|
*
|
|
93
|
+
* @public
|
|
91
94
|
*/
|
|
92
95
|
export declare class PutOriginEndpointPolicyCommand extends PutOriginEndpointPolicyCommand_base {
|
|
93
96
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -77,27 +77,27 @@ declare const ResetChannelStateCommand_base: {
|
|
|
77
77
|
* @throws {@link MediaPackageV2ServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
|
|
79
79
|
*
|
|
80
|
-
*
|
|
80
|
+
*
|
|
81
81
|
* @example Reset a Channel
|
|
82
82
|
* ```javascript
|
|
83
83
|
* //
|
|
84
84
|
* const input = {
|
|
85
|
-
*
|
|
86
|
-
*
|
|
85
|
+
* ChannelGroupName: "exampleChannelGroup",
|
|
86
|
+
* ChannelName: "exampleChannel"
|
|
87
87
|
* };
|
|
88
88
|
* const command = new ResetChannelStateCommand(input);
|
|
89
89
|
* const response = await client.send(command);
|
|
90
|
-
* /* response
|
|
90
|
+
* /* response is
|
|
91
91
|
* {
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
92
|
+
* Arn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel",
|
|
93
|
+
* ChannelGroupName: "exampleChannelGroup",
|
|
94
|
+
* ChannelName: "exampleChannel",
|
|
95
|
+
* ResetAt: "2024-10-09T09:36:00.00Z"
|
|
96
96
|
* }
|
|
97
97
|
* *\/
|
|
98
|
-
* // example id: example-1
|
|
99
98
|
* ```
|
|
100
99
|
*
|
|
100
|
+
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class ResetChannelStateCommand extends ResetChannelStateCommand_base {
|
|
103
103
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -79,29 +79,29 @@ declare const ResetOriginEndpointStateCommand_base: {
|
|
|
79
79
|
* @throws {@link MediaPackageV2ServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
|
|
81
81
|
*
|
|
82
|
-
*
|
|
82
|
+
*
|
|
83
83
|
* @example Reset an OriginEndpoint
|
|
84
84
|
* ```javascript
|
|
85
85
|
* //
|
|
86
86
|
* const input = {
|
|
87
|
-
*
|
|
88
|
-
*
|
|
89
|
-
*
|
|
87
|
+
* ChannelGroupName: "exampleChannelGroup",
|
|
88
|
+
* ChannelName: "exampleChannel",
|
|
89
|
+
* OriginEndpointName: "exampleOriginEndpoint"
|
|
90
90
|
* };
|
|
91
91
|
* const command = new ResetOriginEndpointStateCommand(input);
|
|
92
92
|
* const response = await client.send(command);
|
|
93
|
-
* /* response
|
|
93
|
+
* /* response is
|
|
94
94
|
* {
|
|
95
|
-
*
|
|
96
|
-
*
|
|
97
|
-
*
|
|
98
|
-
*
|
|
99
|
-
*
|
|
95
|
+
* Arn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpoint",
|
|
96
|
+
* ChannelGroupName: "exampleChannelGroup",
|
|
97
|
+
* ChannelName: "exampleChannel",
|
|
98
|
+
* OriginEndpointName: "exampleOriginEndpoint",
|
|
99
|
+
* ResetAt: "2024-10-09T09:36:00.00Z"
|
|
100
100
|
* }
|
|
101
101
|
* *\/
|
|
102
|
-
* // example id: example-1
|
|
103
102
|
* ```
|
|
104
103
|
*
|
|
104
|
+
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class ResetOriginEndpointStateCommand extends ResetOriginEndpointStateCommand_base {
|
|
107
107
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -63,22 +63,25 @@ declare const TagResourceCommand_base: {
|
|
|
63
63
|
* @throws {@link MediaPackageV2ServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
|
|
65
65
|
*
|
|
66
|
-
*
|
|
66
|
+
*
|
|
67
67
|
* @example Add tags to a resource
|
|
68
68
|
* ```javascript
|
|
69
69
|
* //
|
|
70
70
|
* const input = {
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
74
|
-
*
|
|
71
|
+
* ResourceArn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel",
|
|
72
|
+
* Tags: {
|
|
73
|
+
* key3: "value3",
|
|
74
|
+
* key4: "value4"
|
|
75
75
|
* }
|
|
76
76
|
* };
|
|
77
77
|
* const command = new TagResourceCommand(input);
|
|
78
|
-
* await client.send(command);
|
|
79
|
-
*
|
|
78
|
+
* const response = await client.send(command);
|
|
79
|
+
* /* response is
|
|
80
|
+
* { /* empty *\/ }
|
|
81
|
+
* *\/
|
|
80
82
|
* ```
|
|
81
83
|
*
|
|
84
|
+
* @public
|
|
82
85
|
*/
|
|
83
86
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
84
87
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -58,22 +58,25 @@ declare const UntagResourceCommand_base: {
|
|
|
58
58
|
* @throws {@link MediaPackageV2ServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
|
|
60
60
|
*
|
|
61
|
-
*
|
|
61
|
+
*
|
|
62
62
|
* @example Remove tags from a resource
|
|
63
63
|
* ```javascript
|
|
64
64
|
* //
|
|
65
65
|
* const input = {
|
|
66
|
-
*
|
|
67
|
-
*
|
|
66
|
+
* ResourceArn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel",
|
|
67
|
+
* TagKeys: [
|
|
68
68
|
* "key3",
|
|
69
69
|
* "key4"
|
|
70
70
|
* ]
|
|
71
71
|
* };
|
|
72
72
|
* const command = new UntagResourceCommand(input);
|
|
73
|
-
* await client.send(command);
|
|
74
|
-
*
|
|
73
|
+
* const response = await client.send(command);
|
|
74
|
+
* /* response is
|
|
75
|
+
* { /* empty *\/ }
|
|
76
|
+
* *\/
|
|
75
77
|
* ```
|
|
76
78
|
*
|
|
79
|
+
* @public
|
|
77
80
|
*/
|
|
78
81
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
79
82
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -104,46 +104,46 @@ declare const UpdateChannelCommand_base: {
|
|
|
104
104
|
* @throws {@link MediaPackageV2ServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
|
|
106
106
|
*
|
|
107
|
-
*
|
|
107
|
+
*
|
|
108
108
|
* @example Updating a Channel
|
|
109
109
|
* ```javascript
|
|
110
110
|
* //
|
|
111
111
|
* const input = {
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
112
|
+
* ChannelGroupName: "exampleChannelGroup",
|
|
113
|
+
* ChannelName: "exampleChannel",
|
|
114
|
+
* Description: "Updated description for exampleChannel"
|
|
115
115
|
* };
|
|
116
116
|
* const command = new UpdateChannelCommand(input);
|
|
117
117
|
* const response = await client.send(command);
|
|
118
|
-
* /* response
|
|
118
|
+
* /* response is
|
|
119
119
|
* {
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
123
|
-
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
120
|
+
* Arn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel",
|
|
121
|
+
* ChannelGroupName: "exampleChannelGroup",
|
|
122
|
+
* ChannelName: "exampleChannel",
|
|
123
|
+
* CreatedAt: "2022-10-18T09:36:00.00Z",
|
|
124
|
+
* Description: "Updated description for exampleChannel",
|
|
125
|
+
* ETag: "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
|
|
126
|
+
* IngestEndpoints: [
|
|
127
127
|
* {
|
|
128
|
-
*
|
|
129
|
-
*
|
|
128
|
+
* Id: "1",
|
|
129
|
+
* Url: "https://abcde-1.ingest.vwxyz.mediapackagev2.us-west-2.amazonaws.com/v1/exampleChannelGroup/exampleChannel/index"
|
|
130
130
|
* },
|
|
131
131
|
* {
|
|
132
|
-
*
|
|
133
|
-
*
|
|
132
|
+
* Id: "2",
|
|
133
|
+
* Url: "https://abcde-2.ingest.vwxyz.mediapackagev2.us-west-2.amazonaws.com/v1/exampleChannelGroup/exampleChannel/index"
|
|
134
134
|
* }
|
|
135
135
|
* ],
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
136
|
+
* InputType: "HLS",
|
|
137
|
+
* ModifiedAt: "2022-10-18T10:36:00.00Z",
|
|
138
|
+
* Tags: {
|
|
139
|
+
* key1: "value1",
|
|
140
|
+
* key2: "value2"
|
|
141
141
|
* }
|
|
142
142
|
* }
|
|
143
143
|
* *\/
|
|
144
|
-
* // example id: example-1
|
|
145
144
|
* ```
|
|
146
145
|
*
|
|
146
|
+
* @public
|
|
147
147
|
*/
|
|
148
148
|
export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
|
|
149
149
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -84,34 +84,34 @@ declare const UpdateChannelGroupCommand_base: {
|
|
|
84
84
|
* @throws {@link MediaPackageV2ServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
|
|
86
86
|
*
|
|
87
|
-
*
|
|
87
|
+
*
|
|
88
88
|
* @example Updating a Channel Group
|
|
89
89
|
* ```javascript
|
|
90
90
|
* //
|
|
91
91
|
* const input = {
|
|
92
|
-
*
|
|
93
|
-
*
|
|
92
|
+
* ChannelGroupName: "exampleChannelGroup",
|
|
93
|
+
* Description: "Updated description for exampleChannelGroup"
|
|
94
94
|
* };
|
|
95
95
|
* const command = new UpdateChannelGroupCommand(input);
|
|
96
96
|
* const response = await client.send(command);
|
|
97
|
-
* /* response
|
|
97
|
+
* /* response is
|
|
98
98
|
* {
|
|
99
|
-
*
|
|
100
|
-
*
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
99
|
+
* Arn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup",
|
|
100
|
+
* ChannelGroupName: "exampleChannelGroup",
|
|
101
|
+
* CreatedAt: "2022-10-18T09:36:00.00Z",
|
|
102
|
+
* Description: "Updated description for exampleChannelGroup",
|
|
103
|
+
* ETag: "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
|
|
104
|
+
* EgressDomain: "abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com",
|
|
105
|
+
* ModifiedAt: "2022-10-18T10:36:00.00Z",
|
|
106
|
+
* Tags: {
|
|
107
|
+
* key1: "value1",
|
|
108
|
+
* key2: "value2"
|
|
109
109
|
* }
|
|
110
110
|
* }
|
|
111
111
|
* *\/
|
|
112
|
-
* // example id: example-1
|
|
113
112
|
* ```
|
|
114
113
|
*
|
|
114
|
+
* @public
|
|
115
115
|
*/
|
|
116
116
|
export declare class UpdateChannelGroupCommand extends UpdateChannelGroupCommand_base {
|
|
117
117
|
/** @internal type navigation helper, not in runtime. */
|