@aws-sdk/client-mediapackagev2 3.883.0 → 3.885.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.
Files changed (37) hide show
  1. package/README.md +1 -12
  2. package/dist-cjs/index.js +2 -1
  3. package/dist-es/models/models_0.js +1 -0
  4. package/dist-types/MediaPackageV2.d.ts +1 -12
  5. package/dist-types/MediaPackageV2Client.d.ts +1 -12
  6. package/dist-types/commands/CancelHarvestJobCommand.d.ts +1 -3
  7. package/dist-types/commands/CreateChannelCommand.d.ts +1 -3
  8. package/dist-types/commands/CreateChannelGroupCommand.d.ts +1 -3
  9. package/dist-types/commands/CreateHarvestJobCommand.d.ts +1 -3
  10. package/dist-types/commands/CreateOriginEndpointCommand.d.ts +5 -7
  11. package/dist-types/commands/DeleteChannelCommand.d.ts +1 -3
  12. package/dist-types/commands/DeleteChannelGroupCommand.d.ts +1 -3
  13. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +1 -3
  14. package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +1 -3
  15. package/dist-types/commands/DeleteOriginEndpointPolicyCommand.d.ts +1 -3
  16. package/dist-types/commands/GetChannelCommand.d.ts +1 -3
  17. package/dist-types/commands/GetChannelGroupCommand.d.ts +1 -3
  18. package/dist-types/commands/GetChannelPolicyCommand.d.ts +1 -3
  19. package/dist-types/commands/GetHarvestJobCommand.d.ts +1 -3
  20. package/dist-types/commands/GetOriginEndpointCommand.d.ts +3 -5
  21. package/dist-types/commands/GetOriginEndpointPolicyCommand.d.ts +1 -3
  22. package/dist-types/commands/ListChannelGroupsCommand.d.ts +1 -3
  23. package/dist-types/commands/ListChannelsCommand.d.ts +1 -3
  24. package/dist-types/commands/ListHarvestJobsCommand.d.ts +1 -3
  25. package/dist-types/commands/ListOriginEndpointsCommand.d.ts +1 -3
  26. package/dist-types/commands/PutChannelPolicyCommand.d.ts +1 -3
  27. package/dist-types/commands/PutOriginEndpointPolicyCommand.d.ts +1 -3
  28. package/dist-types/commands/ResetChannelStateCommand.d.ts +2 -5
  29. package/dist-types/commands/ResetOriginEndpointStateCommand.d.ts +2 -5
  30. package/dist-types/commands/TagResourceCommand.d.ts +1 -6
  31. package/dist-types/commands/UpdateChannelCommand.d.ts +2 -5
  32. package/dist-types/commands/UpdateChannelGroupCommand.d.ts +2 -5
  33. package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +6 -9
  34. package/dist-types/index.d.ts +1 -12
  35. package/dist-types/models/models_0.d.ts +37 -290
  36. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  37. package/package.json +1 -1
@@ -27,8 +27,7 @@ declare const UpdateOriginEndpointCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Update the specified origin endpoint. Edit the packaging preferences on an endpoint to optimize the viewing experience. You can't edit the name of the endpoint.</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 origin endpoint. Edit the packaging preferences on an endpoint to optimize the viewing experience. You can't edit the name of the endpoint.</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
@@ -81,7 +80,7 @@ declare const UpdateOriginEndpointCommand_base: {
81
80
  * ManifestName: "STRING_VALUE", // required
82
81
  * ChildManifestName: "STRING_VALUE",
83
82
  * ScteHls: { // ScteHls
84
- * AdMarkerHls: "DATERANGE",
83
+ * AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
85
84
  * },
86
85
  * StartTag: { // StartTag
87
86
  * TimeOffset: Number("float"), // required
@@ -104,7 +103,7 @@ declare const UpdateOriginEndpointCommand_base: {
104
103
  * ManifestName: "STRING_VALUE", // required
105
104
  * ChildManifestName: "STRING_VALUE",
106
105
  * ScteHls: {
107
- * AdMarkerHls: "DATERANGE",
106
+ * AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
108
107
  * },
109
108
  * StartTag: {
110
109
  * TimeOffset: Number("float"), // required
@@ -262,7 +261,7 @@ declare const UpdateOriginEndpointCommand_base: {
262
261
  * // ManifestWindowSeconds: Number("int"),
263
262
  * // ProgramDateTimeIntervalSeconds: Number("int"),
264
263
  * // ScteHls: { // ScteHls
265
- * // AdMarkerHls: "DATERANGE",
264
+ * // AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
266
265
  * // },
267
266
  * // FilterConfiguration: { // FilterConfiguration
268
267
  * // ManifestFilter: "STRING_VALUE",
@@ -286,7 +285,7 @@ declare const UpdateOriginEndpointCommand_base: {
286
285
  * // ManifestWindowSeconds: Number("int"),
287
286
  * // ProgramDateTimeIntervalSeconds: Number("int"),
288
287
  * // ScteHls: {
289
- * // AdMarkerHls: "DATERANGE",
288
+ * // AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
290
289
  * // },
291
290
  * // FilterConfiguration: {
292
291
  * // ManifestFilter: "STRING_VALUE",
@@ -403,9 +402,7 @@ declare const UpdateOriginEndpointCommand_base: {
403
402
  * @see {@link MediaPackageV2ClientResolvedConfig | config} for MediaPackageV2Client's `config` shape.
404
403
  *
405
404
  * @throws {@link AccessDeniedException} (client fault)
406
- * <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
407
- * 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
408
- * if MediaPackage receives a throttling error from Secrets Manager.</p>
405
+ * <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>
409
406
  *
410
407
  * @throws {@link ConflictException} (client fault)
411
408
  * <p>Updating or deleting this resource can cause an inconsistent state.</p>
@@ -1,16 +1,5 @@
1
1
  /**
2
- * <note>
3
- * <p>This guide is intended for creating AWS Elemental MediaPackage resources in MediaPackage Version 2 (v2) starting from May 2023.
4
- * To get started with MediaPackage v2, create your MediaPackage resources. There isn't an automated process to
5
- * migrate your resources from MediaPackage v1 to MediaPackage v2. </p>
6
- * <p>The names of the entities that you use to access this API, like URLs and ARNs, all have the versioning information
7
- * added, like "v2", to distinguish from the prior version. If you used MediaPackage prior to this release, you can't use
8
- * the MediaPackage v2 CLI or the MediaPackage v2 API to access any MediaPackage v1 resources.</p>
9
- * <p>If you created resources in MediaPackage v1, use video on demand (VOD) workflows, and aren't looking to migrate to MediaPackage v2 yet,
10
- * see the <a href="https://docs.aws.amazon.com/mediapackage/latest/apireference/what-is.html">MediaPackage v1 Live API Reference</a>.</p>
11
- * </note>
12
- * <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>
13
- * <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>
2
+ * <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>
14
3
  *
15
4
  * @packageDocumentation
16
5
  */