@aws-sdk/client-mediapackagev2 3.883.0 → 3.886.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 +1 -12
- package/dist-cjs/index.js +2 -1
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/MediaPackageV2.d.ts +1 -12
- package/dist-types/MediaPackageV2Client.d.ts +1 -12
- package/dist-types/commands/CancelHarvestJobCommand.d.ts +1 -3
- package/dist-types/commands/CreateChannelCommand.d.ts +1 -3
- package/dist-types/commands/CreateChannelGroupCommand.d.ts +1 -3
- package/dist-types/commands/CreateHarvestJobCommand.d.ts +1 -3
- package/dist-types/commands/CreateOriginEndpointCommand.d.ts +5 -7
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -3
- package/dist-types/commands/DeleteChannelGroupCommand.d.ts +1 -3
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +1 -3
- package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +1 -3
- package/dist-types/commands/DeleteOriginEndpointPolicyCommand.d.ts +1 -3
- package/dist-types/commands/GetChannelCommand.d.ts +1 -3
- package/dist-types/commands/GetChannelGroupCommand.d.ts +1 -3
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +1 -3
- package/dist-types/commands/GetHarvestJobCommand.d.ts +1 -3
- package/dist-types/commands/GetOriginEndpointCommand.d.ts +3 -5
- package/dist-types/commands/GetOriginEndpointPolicyCommand.d.ts +1 -3
- package/dist-types/commands/ListChannelGroupsCommand.d.ts +1 -3
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -3
- package/dist-types/commands/ListHarvestJobsCommand.d.ts +1 -3
- package/dist-types/commands/ListOriginEndpointsCommand.d.ts +1 -3
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +1 -3
- package/dist-types/commands/PutOriginEndpointPolicyCommand.d.ts +1 -3
- package/dist-types/commands/ResetChannelStateCommand.d.ts +2 -5
- package/dist-types/commands/ResetOriginEndpointStateCommand.d.ts +2 -5
- package/dist-types/commands/TagResourceCommand.d.ts +1 -6
- package/dist-types/commands/UpdateChannelCommand.d.ts +2 -5
- package/dist-types/commands/UpdateChannelGroupCommand.d.ts +2 -5
- package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +6 -9
- package/dist-types/index.d.ts +1 -12
- package/dist-types/models/models_0.d.ts +37 -290
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,18 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript MediaPackageV2 Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<note>
|
|
10
|
-
<p>This guide is intended for creating AWS Elemental MediaPackage resources in MediaPackage Version 2 (v2) starting from May 2023.
|
|
11
|
-
To get started with MediaPackage v2, create your MediaPackage resources. There isn't an automated process to
|
|
12
|
-
migrate your resources from MediaPackage v1 to MediaPackage v2. </p>
|
|
13
|
-
<p>The names of the entities that you use to access this API, like URLs and ARNs, all have the versioning information
|
|
14
|
-
added, like "v2", to distinguish from the prior version. If you used MediaPackage prior to this release, you can't use
|
|
15
|
-
the MediaPackage v2 CLI or the MediaPackage v2 API to access any MediaPackage v1 resources.</p>
|
|
16
|
-
<p>If you created resources in MediaPackage v1, use video on demand (VOD) workflows, and aren't looking to migrate to MediaPackage v2 yet,
|
|
17
|
-
see the <a href="https://docs.aws.amazon.com/mediapackage/latest/apireference/what-is.html">MediaPackage v1 Live API Reference</a>.</p>
|
|
18
|
-
</note>
|
|
19
|
-
<p>This is the AWS Elemental MediaPackage v2 Live REST API Reference. It describes all the MediaPackage API operations for live content in detail, and provides sample requests, responses, and errors for the supported web services protocols.</p>
|
|
20
|
-
<p>We assume that you have the IAM permissions that you need to use MediaPackage via the REST API. We also assume that you are familiar with the features and operations of MediaPackage, as described in the AWS Elemental MediaPackage User Guide.</p>
|
|
9
|
+
<note> <p>This guide is intended for creating AWS Elemental MediaPackage resources in MediaPackage Version 2 (v2) starting from May 2023. To get started with MediaPackage v2, create your MediaPackage resources. There isn't an automated process to migrate your resources from MediaPackage v1 to MediaPackage v2. </p> <p>The names of the entities that you use to access this API, like URLs and ARNs, all have the versioning information added, like "v2", to distinguish from the prior version. If you used MediaPackage prior to this release, you can't use the MediaPackage v2 CLI or the MediaPackage v2 API to access any MediaPackage v1 resources.</p> <p>If you created resources in MediaPackage v1, use video on demand (VOD) workflows, and aren't looking to migrate to MediaPackage v2 yet, see the <a href="https://docs.aws.amazon.com/mediapackage/latest/apireference/what-is.html">MediaPackage v1 Live API Reference</a>.</p> </note> <p>This is the AWS Elemental MediaPackage v2 Live REST API Reference. It describes all the MediaPackage API operations for live content in detail, and provides sample requests, responses, and errors for the supported web services protocols.</p> <p>We assume that you have the IAM permissions that you need to use MediaPackage via the REST API. We also assume that you are familiar with the features and operations of MediaPackage, as described in the AWS Elemental MediaPackage User Guide.</p>
|
|
21
10
|
|
|
22
11
|
## Installing
|
|
23
12
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -291,7 +291,8 @@ var AdMarkerDash = {
|
|
|
291
291
|
XML: "XML"
|
|
292
292
|
};
|
|
293
293
|
var AdMarkerHls = {
|
|
294
|
-
DATERANGE: "DATERANGE"
|
|
294
|
+
DATERANGE: "DATERANGE",
|
|
295
|
+
SCTE35_ENHANCED: "SCTE35_ENHANCED"
|
|
295
296
|
};
|
|
296
297
|
var ConflictExceptionType = {
|
|
297
298
|
CONFLICTING_OPERATION: "CONFLICTING_OPERATION",
|
|
@@ -214,18 +214,7 @@ export interface MediaPackageV2 {
|
|
|
214
214
|
updateOriginEndpoint(args: UpdateOriginEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOriginEndpointCommandOutput) => void): void;
|
|
215
215
|
}
|
|
216
216
|
/**
|
|
217
|
-
* <note>
|
|
218
|
-
* <p>This guide is intended for creating AWS Elemental MediaPackage resources in MediaPackage Version 2 (v2) starting from May 2023.
|
|
219
|
-
* To get started with MediaPackage v2, create your MediaPackage resources. There isn't an automated process to
|
|
220
|
-
* migrate your resources from MediaPackage v1 to MediaPackage v2. </p>
|
|
221
|
-
* <p>The names of the entities that you use to access this API, like URLs and ARNs, all have the versioning information
|
|
222
|
-
* added, like "v2", to distinguish from the prior version. If you used MediaPackage prior to this release, you can't use
|
|
223
|
-
* the MediaPackage v2 CLI or the MediaPackage v2 API to access any MediaPackage v1 resources.</p>
|
|
224
|
-
* <p>If you created resources in MediaPackage v1, use video on demand (VOD) workflows, and aren't looking to migrate to MediaPackage v2 yet,
|
|
225
|
-
* see the <a href="https://docs.aws.amazon.com/mediapackage/latest/apireference/what-is.html">MediaPackage v1 Live API Reference</a>.</p>
|
|
226
|
-
* </note>
|
|
227
|
-
* <p>This is the AWS Elemental MediaPackage v2 Live REST API Reference. It describes all the MediaPackage API operations for live content in detail, and provides sample requests, responses, and errors for the supported web services protocols.</p>
|
|
228
|
-
* <p>We assume that you have the IAM permissions that you need to use MediaPackage via the REST API. We also assume that you are familiar with the features and operations of MediaPackage, as described in the AWS Elemental MediaPackage User Guide.</p>
|
|
217
|
+
* <note> <p>This guide is intended for creating AWS Elemental MediaPackage resources in MediaPackage Version 2 (v2) starting from May 2023. To get started with MediaPackage v2, create your MediaPackage resources. There isn't an automated process to migrate your resources from MediaPackage v1 to MediaPackage v2. </p> <p>The names of the entities that you use to access this API, like URLs and ARNs, all have the versioning information added, like "v2", to distinguish from the prior version. If you used MediaPackage prior to this release, you can't use the MediaPackage v2 CLI or the MediaPackage v2 API to access any MediaPackage v1 resources.</p> <p>If you created resources in MediaPackage v1, use video on demand (VOD) workflows, and aren't looking to migrate to MediaPackage v2 yet, see the <a href="https://docs.aws.amazon.com/mediapackage/latest/apireference/what-is.html">MediaPackage v1 Live API Reference</a>.</p> </note> <p>This is the AWS Elemental MediaPackage v2 Live REST API Reference. It describes all the MediaPackage API operations for live content in detail, and provides sample requests, responses, and errors for the supported web services protocols.</p> <p>We assume that you have the IAM permissions that you need to use MediaPackage via the REST API. We also assume that you are familiar with the features and operations of MediaPackage, as described in the AWS Elemental MediaPackage User Guide.</p>
|
|
229
218
|
* @public
|
|
230
219
|
*/
|
|
231
220
|
export declare class MediaPackageV2 extends MediaPackageV2Client implements MediaPackageV2 {
|
|
@@ -199,18 +199,7 @@ export type MediaPackageV2ClientResolvedConfigType = __SmithyResolvedConfigurati
|
|
|
199
199
|
export interface MediaPackageV2ClientResolvedConfig extends MediaPackageV2ClientResolvedConfigType {
|
|
200
200
|
}
|
|
201
201
|
/**
|
|
202
|
-
* <note>
|
|
203
|
-
* <p>This guide is intended for creating AWS Elemental MediaPackage resources in MediaPackage Version 2 (v2) starting from May 2023.
|
|
204
|
-
* To get started with MediaPackage v2, create your MediaPackage resources. There isn't an automated process to
|
|
205
|
-
* migrate your resources from MediaPackage v1 to MediaPackage v2. </p>
|
|
206
|
-
* <p>The names of the entities that you use to access this API, like URLs and ARNs, all have the versioning information
|
|
207
|
-
* added, like "v2", to distinguish from the prior version. If you used MediaPackage prior to this release, you can't use
|
|
208
|
-
* the MediaPackage v2 CLI or the MediaPackage v2 API to access any MediaPackage v1 resources.</p>
|
|
209
|
-
* <p>If you created resources in MediaPackage v1, use video on demand (VOD) workflows, and aren't looking to migrate to MediaPackage v2 yet,
|
|
210
|
-
* see the <a href="https://docs.aws.amazon.com/mediapackage/latest/apireference/what-is.html">MediaPackage v1 Live API Reference</a>.</p>
|
|
211
|
-
* </note>
|
|
212
|
-
* <p>This is the AWS Elemental MediaPackage v2 Live REST API Reference. It describes all the MediaPackage API operations for live content in detail, and provides sample requests, responses, and errors for the supported web services protocols.</p>
|
|
213
|
-
* <p>We assume that you have the IAM permissions that you need to use MediaPackage via the REST API. We also assume that you are familiar with the features and operations of MediaPackage, as described in the AWS Elemental MediaPackage User Guide.</p>
|
|
202
|
+
* <note> <p>This guide is intended for creating AWS Elemental MediaPackage resources in MediaPackage Version 2 (v2) starting from May 2023. To get started with MediaPackage v2, create your MediaPackage resources. There isn't an automated process to migrate your resources from MediaPackage v1 to MediaPackage v2. </p> <p>The names of the entities that you use to access this API, like URLs and ARNs, all have the versioning information added, like "v2", to distinguish from the prior version. If you used MediaPackage prior to this release, you can't use the MediaPackage v2 CLI or the MediaPackage v2 API to access any MediaPackage v1 resources.</p> <p>If you created resources in MediaPackage v1, use video on demand (VOD) workflows, and aren't looking to migrate to MediaPackage v2 yet, see the <a href="https://docs.aws.amazon.com/mediapackage/latest/apireference/what-is.html">MediaPackage v1 Live API Reference</a>.</p> </note> <p>This is the AWS Elemental MediaPackage v2 Live REST API Reference. It describes all the MediaPackage API operations for live content in detail, and provides sample requests, responses, and errors for the supported web services protocols.</p> <p>We assume that you have the IAM permissions that you need to use MediaPackage via the REST API. We also assume that you are familiar with the features and operations of MediaPackage, as described in the AWS Elemental MediaPackage User Guide.</p>
|
|
214
203
|
* @public
|
|
215
204
|
*/
|
|
216
205
|
export declare class MediaPackageV2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MediaPackageV2ClientResolvedConfig> {
|
|
@@ -54,9 +54,7 @@ declare const CancelHarvestJobCommand_base: {
|
|
|
54
54
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link AccessDeniedException} (client fault)
|
|
57
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
58
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
59
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
57
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
60
58
|
*
|
|
61
59
|
* @throws {@link ConflictException} (client fault)
|
|
62
60
|
* <p>Updating or deleting this resource can cause an inconsistent state.</p>
|
|
@@ -89,9 +89,7 @@ declare const CreateChannelCommand_base: {
|
|
|
89
89
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
90
90
|
*
|
|
91
91
|
* @throws {@link AccessDeniedException} (client fault)
|
|
92
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
93
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
94
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
92
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
95
93
|
*
|
|
96
94
|
* @throws {@link ConflictException} (client fault)
|
|
97
95
|
* <p>Updating or deleting this resource can cause an inconsistent state.</p>
|
|
@@ -66,9 +66,7 @@ declare const CreateChannelGroupCommand_base: {
|
|
|
66
66
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link AccessDeniedException} (client fault)
|
|
69
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
70
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
71
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
69
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
72
70
|
*
|
|
73
71
|
* @throws {@link ConflictException} (client fault)
|
|
74
72
|
* <p>Updating or deleting this resource can cause an inconsistent state.</p>
|
|
@@ -127,9 +127,7 @@ declare const CreateHarvestJobCommand_base: {
|
|
|
127
127
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
128
128
|
*
|
|
129
129
|
* @throws {@link AccessDeniedException} (client fault)
|
|
130
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
131
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
132
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
130
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
133
131
|
*
|
|
134
132
|
* @throws {@link ConflictException} (client fault)
|
|
135
133
|
* <p>Updating or deleting this resource can cause an inconsistent state.</p>
|
|
@@ -81,7 +81,7 @@ declare const CreateOriginEndpointCommand_base: {
|
|
|
81
81
|
* ManifestName: "STRING_VALUE", // required
|
|
82
82
|
* ChildManifestName: "STRING_VALUE",
|
|
83
83
|
* ScteHls: { // ScteHls
|
|
84
|
-
* AdMarkerHls: "DATERANGE",
|
|
84
|
+
* AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
|
|
85
85
|
* },
|
|
86
86
|
* StartTag: { // StartTag
|
|
87
87
|
* TimeOffset: Number("float"), // required
|
|
@@ -104,7 +104,7 @@ declare const CreateOriginEndpointCommand_base: {
|
|
|
104
104
|
* ManifestName: "STRING_VALUE", // required
|
|
105
105
|
* ChildManifestName: "STRING_VALUE",
|
|
106
106
|
* ScteHls: {
|
|
107
|
-
* AdMarkerHls: "DATERANGE",
|
|
107
|
+
* AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
|
|
108
108
|
* },
|
|
109
109
|
* StartTag: {
|
|
110
110
|
* TimeOffset: Number("float"), // required
|
|
@@ -264,7 +264,7 @@ declare const CreateOriginEndpointCommand_base: {
|
|
|
264
264
|
* // ManifestWindowSeconds: Number("int"),
|
|
265
265
|
* // ProgramDateTimeIntervalSeconds: Number("int"),
|
|
266
266
|
* // ScteHls: { // ScteHls
|
|
267
|
-
* // AdMarkerHls: "DATERANGE",
|
|
267
|
+
* // AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
|
|
268
268
|
* // },
|
|
269
269
|
* // FilterConfiguration: { // FilterConfiguration
|
|
270
270
|
* // ManifestFilter: "STRING_VALUE",
|
|
@@ -288,7 +288,7 @@ declare const CreateOriginEndpointCommand_base: {
|
|
|
288
288
|
* // ManifestWindowSeconds: Number("int"),
|
|
289
289
|
* // ProgramDateTimeIntervalSeconds: Number("int"),
|
|
290
290
|
* // ScteHls: {
|
|
291
|
-
* // AdMarkerHls: "DATERANGE",
|
|
291
|
+
* // AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
|
|
292
292
|
* // },
|
|
293
293
|
* // FilterConfiguration: {
|
|
294
294
|
* // ManifestFilter: "STRING_VALUE",
|
|
@@ -405,9 +405,7 @@ declare const CreateOriginEndpointCommand_base: {
|
|
|
405
405
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
406
406
|
*
|
|
407
407
|
* @throws {@link AccessDeniedException} (client fault)
|
|
408
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
409
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
410
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
408
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
411
409
|
*
|
|
412
410
|
* @throws {@link ConflictException} (client fault)
|
|
413
411
|
* <p>Updating or deleting this resource can cause an inconsistent state.</p>
|
|
@@ -51,9 +51,7 @@ declare const DeleteChannelCommand_base: {
|
|
|
51
51
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link AccessDeniedException} (client fault)
|
|
54
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
55
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
56
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
54
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
57
55
|
*
|
|
58
56
|
* @throws {@link ConflictException} (client fault)
|
|
59
57
|
* <p>Updating or deleting this resource can cause an inconsistent state.</p>
|
|
@@ -50,9 +50,7 @@ declare const DeleteChannelGroupCommand_base: {
|
|
|
50
50
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
* @throws {@link AccessDeniedException} (client fault)
|
|
53
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
54
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
55
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
53
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
56
54
|
*
|
|
57
55
|
* @throws {@link ConflictException} (client fault)
|
|
58
56
|
* <p>Updating or deleting this resource can cause an inconsistent state.</p>
|
|
@@ -51,9 +51,7 @@ declare const DeleteChannelPolicyCommand_base: {
|
|
|
51
51
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link AccessDeniedException} (client fault)
|
|
54
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
55
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
56
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
54
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
57
55
|
*
|
|
58
56
|
* @throws {@link ConflictException} (client fault)
|
|
59
57
|
* <p>Updating or deleting this resource can cause an inconsistent state.</p>
|
|
@@ -52,9 +52,7 @@ declare const DeleteOriginEndpointCommand_base: {
|
|
|
52
52
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link AccessDeniedException} (client fault)
|
|
55
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
56
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
57
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
55
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
58
56
|
*
|
|
59
57
|
* @throws {@link InternalServerException} (server fault)
|
|
60
58
|
* <p>Indicates that an error from the service occurred while trying to process a request.</p>
|
|
@@ -52,9 +52,7 @@ declare const DeleteOriginEndpointPolicyCommand_base: {
|
|
|
52
52
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link AccessDeniedException} (client fault)
|
|
55
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
56
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
57
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
55
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
58
56
|
*
|
|
59
57
|
* @throws {@link ConflictException} (client fault)
|
|
60
58
|
* <p>Updating or deleting this resource can cause an inconsistent state.</p>
|
|
@@ -77,9 +77,7 @@ declare const GetChannelCommand_base: {
|
|
|
77
77
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link AccessDeniedException} (client fault)
|
|
80
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
81
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
82
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
80
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
83
81
|
*
|
|
84
82
|
* @throws {@link InternalServerException} (server fault)
|
|
85
83
|
* <p>Indicates that an error from the service occurred while trying to process a request.</p>
|
|
@@ -61,9 +61,7 @@ declare const GetChannelGroupCommand_base: {
|
|
|
61
61
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link AccessDeniedException} (client fault)
|
|
64
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
65
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
66
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
64
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
67
65
|
*
|
|
68
66
|
* @throws {@link InternalServerException} (server fault)
|
|
69
67
|
* <p>Indicates that an error from the service occurred while trying to process a request.</p>
|
|
@@ -55,9 +55,7 @@ declare const GetChannelPolicyCommand_base: {
|
|
|
55
55
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
59
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
60
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
58
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
61
59
|
*
|
|
62
60
|
* @throws {@link InternalServerException} (server fault)
|
|
63
61
|
* <p>Indicates that an error from the service occurred while trying to process a request.</p>
|
|
@@ -95,9 +95,7 @@ declare const GetHarvestJobCommand_base: {
|
|
|
95
95
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link AccessDeniedException} (client fault)
|
|
98
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
99
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
100
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
98
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
101
99
|
*
|
|
102
100
|
* @throws {@link InternalServerException} (server fault)
|
|
103
101
|
* <p>Indicates that an error from the service occurred while trying to process a request.</p>
|
|
@@ -94,7 +94,7 @@ declare const GetOriginEndpointCommand_base: {
|
|
|
94
94
|
* // ManifestWindowSeconds: Number("int"),
|
|
95
95
|
* // ProgramDateTimeIntervalSeconds: Number("int"),
|
|
96
96
|
* // ScteHls: { // ScteHls
|
|
97
|
-
* // AdMarkerHls: "DATERANGE",
|
|
97
|
+
* // AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
|
|
98
98
|
* // },
|
|
99
99
|
* // FilterConfiguration: { // FilterConfiguration
|
|
100
100
|
* // ManifestFilter: "STRING_VALUE",
|
|
@@ -118,7 +118,7 @@ declare const GetOriginEndpointCommand_base: {
|
|
|
118
118
|
* // ManifestWindowSeconds: Number("int"),
|
|
119
119
|
* // ProgramDateTimeIntervalSeconds: Number("int"),
|
|
120
120
|
* // ScteHls: {
|
|
121
|
-
* // AdMarkerHls: "DATERANGE",
|
|
121
|
+
* // AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
|
|
122
122
|
* // },
|
|
123
123
|
* // FilterConfiguration: {
|
|
124
124
|
* // ManifestFilter: "STRING_VALUE",
|
|
@@ -235,9 +235,7 @@ declare const GetOriginEndpointCommand_base: {
|
|
|
235
235
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
236
236
|
*
|
|
237
237
|
* @throws {@link AccessDeniedException} (client fault)
|
|
238
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
239
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
240
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
238
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
241
239
|
*
|
|
242
240
|
* @throws {@link InternalServerException} (server fault)
|
|
243
241
|
* <p>Indicates that an error from the service occurred while trying to process a request.</p>
|
|
@@ -63,9 +63,7 @@ declare const GetOriginEndpointPolicyCommand_base: {
|
|
|
63
63
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link AccessDeniedException} (client fault)
|
|
66
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
67
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
68
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
66
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
69
67
|
*
|
|
70
68
|
* @throws {@link InternalServerException} (server fault)
|
|
71
69
|
* <p>Indicates that an error from the service occurred while trying to process a request.</p>
|
|
@@ -62,9 +62,7 @@ declare const ListChannelGroupsCommand_base: {
|
|
|
62
62
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link AccessDeniedException} (client fault)
|
|
65
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
66
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
67
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
65
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
68
66
|
*
|
|
69
67
|
* @throws {@link InternalServerException} (server fault)
|
|
70
68
|
* <p>Indicates that an error from the service occurred while trying to process a request.</p>
|
|
@@ -65,9 +65,7 @@ declare const ListChannelsCommand_base: {
|
|
|
65
65
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link AccessDeniedException} (client fault)
|
|
68
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
69
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
70
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
68
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
71
69
|
*
|
|
72
70
|
* @throws {@link InternalServerException} (server fault)
|
|
73
71
|
* <p>Indicates that an error from the service occurred while trying to process a request.</p>
|
|
@@ -99,9 +99,7 @@ declare const ListHarvestJobsCommand_base: {
|
|
|
99
99
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link AccessDeniedException} (client fault)
|
|
102
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
103
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
104
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
102
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
105
103
|
*
|
|
106
104
|
* @throws {@link InternalServerException} (server fault)
|
|
107
105
|
* <p>Indicates that an error from the service occurred while trying to process a request.</p>
|
|
@@ -98,9 +98,7 @@ declare const ListOriginEndpointsCommand_base: {
|
|
|
98
98
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
99
99
|
*
|
|
100
100
|
* @throws {@link AccessDeniedException} (client fault)
|
|
101
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
102
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
103
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
101
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
104
102
|
*
|
|
105
103
|
* @throws {@link InternalServerException} (server fault)
|
|
106
104
|
* <p>Indicates that an error from the service occurred while trying to process a request.</p>
|
|
@@ -52,9 +52,7 @@ declare const PutChannelPolicyCommand_base: {
|
|
|
52
52
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link AccessDeniedException} (client fault)
|
|
55
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
56
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
57
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
55
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
58
56
|
*
|
|
59
57
|
* @throws {@link ConflictException} (client fault)
|
|
60
58
|
* <p>Updating or deleting this resource can cause an inconsistent state.</p>
|
|
@@ -59,9 +59,7 @@ declare const PutOriginEndpointPolicyCommand_base: {
|
|
|
59
59
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link AccessDeniedException} (client fault)
|
|
62
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
63
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
64
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
62
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
65
63
|
*
|
|
66
64
|
* @throws {@link ConflictException} (client fault)
|
|
67
65
|
* <p>Updating or deleting this resource can cause an inconsistent state.</p>
|
|
@@ -27,8 +27,7 @@ declare const ResetChannelStateCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Resetting the channel can help to clear errors from misconfigurations in the encoder. A reset refreshes the ingest stream and removes previous content. </p>
|
|
31
|
-
* <p> Be sure to stop the encoder before you reset the channel, and wait at least 30 seconds before you restart the encoder. </p>
|
|
30
|
+
* <p>Resetting the channel can help to clear errors from misconfigurations in the encoder. A reset refreshes the ingest stream and removes previous content. </p> <p> Be sure to stop the encoder before you reset the channel, and wait at least 30 seconds before you restart the encoder. </p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -57,9 +56,7 @@ declare const ResetChannelStateCommand_base: {
|
|
|
57
56
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
58
57
|
*
|
|
59
58
|
* @throws {@link AccessDeniedException} (client fault)
|
|
60
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
61
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
62
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
59
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
63
60
|
*
|
|
64
61
|
* @throws {@link ConflictException} (client fault)
|
|
65
62
|
* <p>Updating or deleting this resource can cause an inconsistent state.</p>
|
|
@@ -27,8 +27,7 @@ declare const ResetOriginEndpointStateCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Resetting the origin endpoint can help to resolve unexpected behavior and other content packaging issues. It also helps to preserve special events when you don't want the previous content to be available for viewing. A reset clears out all previous content from the origin endpoint.</p>
|
|
31
|
-
* <p>MediaPackage might return old content from this endpoint in the first 30 seconds after the endpoint reset. For best results, when possible, wait 30 seconds from endpoint reset to send playback requests to this endpoint. </p>
|
|
30
|
+
* <p>Resetting the origin endpoint can help to resolve unexpected behavior and other content packaging issues. It also helps to preserve special events when you don't want the previous content to be available for viewing. A reset clears out all previous content from the origin endpoint.</p> <p>MediaPackage might return old content from this endpoint in the first 30 seconds after the endpoint reset. For best results, when possible, wait 30 seconds from endpoint reset to send playback requests to this endpoint. </p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -59,9 +58,7 @@ declare const ResetOriginEndpointStateCommand_base: {
|
|
|
59
58
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
60
59
|
*
|
|
61
60
|
* @throws {@link AccessDeniedException} (client fault)
|
|
62
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
63
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
64
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
61
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
65
62
|
*
|
|
66
63
|
* @throws {@link ConflictException} (client fault)
|
|
67
64
|
* <p>Updating or deleting this resource can cause an inconsistent state.</p>
|
|
@@ -27,12 +27,7 @@ declare const TagResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Assigns one of more tags (key-value pairs) to the specified MediaPackage resource.</p>
|
|
31
|
-
* <p>Tags can help you organize and categorize your resources. You can also use them to scope user
|
|
32
|
-
* permissions, by granting a user permission to access or change only resources with certain tag values.
|
|
33
|
-
* You can use the TagResource operation with a resource that already has tags. If you specify a new tag
|
|
34
|
-
* key for the resource, this tag is appended to the list of tags associated with the resource. If you
|
|
35
|
-
* specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.</p>
|
|
30
|
+
* <p>Assigns one of more tags (key-value pairs) to the specified MediaPackage resource.</p> <p>Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.</p>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Update the specified channel. You can edit if MediaPackage sends ingest or egress access logs to the CloudWatch log group, if content will be encrypted, the description on a channel, and your channel's policy settings. You can't edit the name of the channel or CloudFront distribution details.</p>
|
|
31
|
-
* <p>Any edits you make that impact the video output may not be reflected for a few minutes.</p>
|
|
30
|
+
* <p>Update the specified channel. You can edit if MediaPackage sends ingest or egress access logs to the CloudWatch log group, if content will be encrypted, the description on a channel, and your channel's policy settings. You can't edit the name of the channel or CloudFront distribution details.</p> <p>Any edits you make that impact the video output may not be reflected for a few minutes.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -86,9 +85,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
86
85
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
87
86
|
*
|
|
88
87
|
* @throws {@link AccessDeniedException} (client fault)
|
|
89
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
90
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
91
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
88
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
92
89
|
*
|
|
93
90
|
* @throws {@link ConflictException} (client fault)
|
|
94
91
|
* <p>Updating or deleting this resource can cause an inconsistent state.</p>
|
|
@@ -27,8 +27,7 @@ declare const UpdateChannelGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Update the specified channel group. You can edit the description on a channel group for easier identification later from the AWS Elemental MediaPackage console. You can't edit the name of the channel group.</p>
|
|
31
|
-
* <p>Any edits you make that impact the video output may not be reflected for a few minutes.</p>
|
|
30
|
+
* <p>Update the specified channel group. You can edit the description on a channel group for easier identification later from the AWS Elemental MediaPackage console. You can't edit the name of the channel group.</p> <p>Any edits you make that impact the video output may not be reflected for a few minutes.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -64,9 +63,7 @@ declare const UpdateChannelGroupCommand_base: {
|
|
|
64
63
|
* @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
|
|
65
64
|
*
|
|
66
65
|
* @throws {@link AccessDeniedException} (client fault)
|
|
67
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
68
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
69
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
66
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
70
67
|
*
|
|
71
68
|
* @throws {@link ConflictException} (client fault)
|
|
72
69
|
* <p>Updating or deleting this resource can cause an inconsistent state.</p>
|