@aws-sdk/client-mediapackagev2 3.750.0 → 3.767.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 (27) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +190 -92
  3. package/dist-es/MediaPackageV2.js +4 -0
  4. package/dist-es/commands/ResetChannelStateCommand.js +22 -0
  5. package/dist-es/commands/ResetOriginEndpointStateCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/protocols/Aws_restJson1.js +62 -0
  8. package/dist-types/MediaPackageV2.d.ts +14 -0
  9. package/dist-types/MediaPackageV2Client.d.ts +4 -2
  10. package/dist-types/commands/CreateOriginEndpointCommand.d.ts +4 -0
  11. package/dist-types/commands/GetChannelCommand.d.ts +1 -0
  12. package/dist-types/commands/GetOriginEndpointCommand.d.ts +3 -0
  13. package/dist-types/commands/ListChannelGroupsCommand.d.ts +1 -1
  14. package/dist-types/commands/ResetChannelStateCommand.d.ts +94 -0
  15. package/dist-types/commands/ResetOriginEndpointStateCommand.d.ts +96 -0
  16. package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +4 -0
  17. package/dist-types/commands/index.d.ts +2 -0
  18. package/dist-types/models/models_0.d.ts +124 -0
  19. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  20. package/dist-types/ts3.4/MediaPackageV2.d.ts +34 -0
  21. package/dist-types/ts3.4/MediaPackageV2Client.d.ts +12 -0
  22. package/dist-types/ts3.4/commands/ResetChannelStateCommand.d.ts +51 -0
  23. package/dist-types/ts3.4/commands/ResetOriginEndpointStateCommand.d.ts +51 -0
  24. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  25. package/dist-types/ts3.4/models/models_0.d.ts +28 -0
  26. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  27. package/package.json +12 -12
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>