@aws-sdk/client-mediapackagev2 3.758.0 → 3.768.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 +16 -0
- package/dist-cjs/index.js +190 -92
- package/dist-es/MediaPackageV2.js +4 -0
- package/dist-es/commands/ResetChannelStateCommand.js +22 -0
- package/dist-es/commands/ResetOriginEndpointStateCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +62 -0
- package/dist-types/MediaPackageV2.d.ts +14 -0
- package/dist-types/MediaPackageV2Client.d.ts +4 -2
- package/dist-types/commands/CreateOriginEndpointCommand.d.ts +4 -0
- package/dist-types/commands/GetChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetOriginEndpointCommand.d.ts +3 -0
- package/dist-types/commands/ListChannelGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ResetChannelStateCommand.d.ts +114 -0
- package/dist-types/commands/ResetOriginEndpointStateCommand.d.ts +118 -0
- package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +4 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +124 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/MediaPackageV2.d.ts +34 -0
- package/dist-types/ts3.4/MediaPackageV2Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/ResetChannelStateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ResetOriginEndpointStateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +28 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -397,6 +397,22 @@ PutOriginEndpointPolicy
|
|
|
397
397
|
|
|
398
398
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/mediapackagev2/command/PutOriginEndpointPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/PutOriginEndpointPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/PutOriginEndpointPolicyCommandOutput/)
|
|
399
399
|
|
|
400
|
+
</details>
|
|
401
|
+
<details>
|
|
402
|
+
<summary>
|
|
403
|
+
ResetChannelState
|
|
404
|
+
</summary>
|
|
405
|
+
|
|
406
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/mediapackagev2/command/ResetChannelStateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/ResetChannelStateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/ResetChannelStateCommandOutput/)
|
|
407
|
+
|
|
408
|
+
</details>
|
|
409
|
+
<details>
|
|
410
|
+
<summary>
|
|
411
|
+
ResetOriginEndpointState
|
|
412
|
+
</summary>
|
|
413
|
+
|
|
414
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/mediapackagev2/command/ResetOriginEndpointStateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/ResetOriginEndpointStateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/ResetOriginEndpointStateCommandOutput/)
|
|
415
|
+
|
|
400
416
|
</details>
|
|
401
417
|
<details>
|
|
402
418
|
<summary>
|