@aws-sdk/client-mediapackagev2 3.679.0 → 3.682.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 (44) hide show
  1. package/README.md +33 -1
  2. package/dist-cjs/index.js +388 -32
  3. package/dist-es/MediaPackageV2.js +8 -0
  4. package/dist-es/commands/CancelHarvestJobCommand.js +22 -0
  5. package/dist-es/commands/CreateHarvestJobCommand.js +22 -0
  6. package/dist-es/commands/GetHarvestJobCommand.js +22 -0
  7. package/dist-es/commands/ListHarvestJobsCommand.js +22 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/index.js +1 -0
  10. package/dist-es/models/models_0.js +35 -19
  11. package/dist-es/pagination/ListHarvestJobsPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/protocols/Aws_restJson1.js +192 -3
  14. package/dist-es/waiters/index.js +1 -0
  15. package/dist-es/waiters/waitForHarvestJobFinished.js +67 -0
  16. package/dist-types/MediaPackageV2.d.ts +28 -0
  17. package/dist-types/MediaPackageV2Client.d.ts +6 -2
  18. package/dist-types/commands/CancelHarvestJobCommand.d.ts +105 -0
  19. package/dist-types/commands/CreateHarvestJobCommand.d.ts +253 -0
  20. package/dist-types/commands/GetHarvestJobCommand.d.ts +188 -0
  21. package/dist-types/commands/ListHarvestJobsCommand.d.ts +473 -0
  22. package/dist-types/commands/index.d.ts +4 -0
  23. package/dist-types/index.d.ts +1 -0
  24. package/dist-types/models/models_0.d.ts +580 -52
  25. package/dist-types/pagination/ListHarvestJobsPaginator.d.ts +7 -0
  26. package/dist-types/pagination/index.d.ts +1 -0
  27. package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
  28. package/dist-types/ts3.4/MediaPackageV2.d.ts +68 -0
  29. package/dist-types/ts3.4/MediaPackageV2Client.d.ts +24 -0
  30. package/dist-types/ts3.4/commands/CancelHarvestJobCommand.d.ts +50 -0
  31. package/dist-types/ts3.4/commands/CreateHarvestJobCommand.d.ts +50 -0
  32. package/dist-types/ts3.4/commands/GetHarvestJobCommand.d.ts +50 -0
  33. package/dist-types/ts3.4/commands/ListHarvestJobsCommand.d.ts +50 -0
  34. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  35. package/dist-types/ts3.4/index.d.ts +1 -0
  36. package/dist-types/ts3.4/models/models_0.d.ts +157 -26
  37. package/dist-types/ts3.4/pagination/ListHarvestJobsPaginator.d.ts +11 -0
  38. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  39. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
  40. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  41. package/dist-types/ts3.4/waiters/waitForHarvestJobFinished.d.ts +11 -0
  42. package/dist-types/waiters/index.d.ts +1 -0
  43. package/dist-types/waiters/waitForHarvestJobFinished.d.ts +14 -0
  44. package/package.json +7 -6
package/README.md CHANGED
@@ -21,7 +21,7 @@ see the <a href="https://docs.aws.amazon.com/mediapackage/latest/apireference/wh
21
21
 
22
22
  ## Installing
23
23
 
24
- To install the this package, simply type add or install @aws-sdk/client-mediapackagev2
24
+ To install this package, simply type add or install @aws-sdk/client-mediapackagev2
25
25
  using your favorite package manager:
26
26
 
27
27
  - `npm install @aws-sdk/client-mediapackagev2`
@@ -214,6 +214,14 @@ see LICENSE for more information.
214
214
 
215
215
  ## Client Commands (Operations List)
216
216
 
217
+ <details>
218
+ <summary>
219
+ CancelHarvestJob
220
+ </summary>
221
+
222
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/mediapackagev2/command/CancelHarvestJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/CancelHarvestJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/CancelHarvestJobCommandOutput/)
223
+
224
+ </details>
217
225
  <details>
218
226
  <summary>
219
227
  CreateChannel
@@ -229,6 +237,14 @@ CreateChannelGroup
229
237
 
230
238
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/mediapackagev2/command/CreateChannelGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/CreateChannelGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/CreateChannelGroupCommandOutput/)
231
239
 
240
+ </details>
241
+ <details>
242
+ <summary>
243
+ CreateHarvestJob
244
+ </summary>
245
+
246
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/mediapackagev2/command/CreateHarvestJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/CreateHarvestJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/CreateHarvestJobCommandOutput/)
247
+
232
248
  </details>
233
249
  <details>
234
250
  <summary>
@@ -301,6 +317,14 @@ GetChannelPolicy
301
317
 
302
318
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/mediapackagev2/command/GetChannelPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/GetChannelPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/GetChannelPolicyCommandOutput/)
303
319
 
320
+ </details>
321
+ <details>
322
+ <summary>
323
+ GetHarvestJob
324
+ </summary>
325
+
326
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/mediapackagev2/command/GetHarvestJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/GetHarvestJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/GetHarvestJobCommandOutput/)
327
+
304
328
  </details>
305
329
  <details>
306
330
  <summary>
@@ -333,6 +357,14 @@ ListChannels
333
357
 
334
358
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/mediapackagev2/command/ListChannelsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/ListChannelsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/ListChannelsCommandOutput/)
335
359
 
360
+ </details>
361
+ <details>
362
+ <summary>
363
+ ListHarvestJobs
364
+ </summary>
365
+
366
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/mediapackagev2/command/ListHarvestJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/ListHarvestJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediapackagev2/Interface/ListHarvestJobsCommandOutput/)
367
+
336
368
  </details>
337
369
  <details>
338
370
  <summary>