@aws-sdk/client-mediaconvert 3.325.0 → 3.327.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 (29) hide show
  1. package/dist-types/commands/AssociateCertificateCommand.d.ts +4 -0
  2. package/dist-types/commands/CancelJobCommand.d.ts +4 -0
  3. package/dist-types/commands/CreateJobCommand.d.ts +1439 -0
  4. package/dist-types/commands/CreateJobTemplateCommand.d.ts +1376 -0
  5. package/dist-types/commands/CreatePresetCommand.d.ts +781 -0
  6. package/dist-types/commands/CreateQueueCommand.d.ts +25 -0
  7. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +4 -0
  8. package/dist-types/commands/DeletePolicyCommand.d.ts +4 -0
  9. package/dist-types/commands/DeletePresetCommand.d.ts +4 -0
  10. package/dist-types/commands/DeleteQueueCommand.d.ts +4 -0
  11. package/dist-types/commands/DescribeEndpointsCommand.d.ts +11 -0
  12. package/dist-types/commands/DisassociateCertificateCommand.d.ts +4 -0
  13. package/dist-types/commands/GetJobCommand.d.ts +1439 -0
  14. package/dist-types/commands/GetJobTemplateCommand.d.ts +1376 -0
  15. package/dist-types/commands/GetPolicyCommand.d.ts +10 -0
  16. package/dist-types/commands/GetPresetCommand.d.ts +781 -0
  17. package/dist-types/commands/GetQueueCommand.d.ts +25 -0
  18. package/dist-types/commands/ListJobTemplatesCommand.d.ts +1379 -0
  19. package/dist-types/commands/ListJobsCommand.d.ts +1442 -0
  20. package/dist-types/commands/ListPresetsCommand.d.ts +784 -0
  21. package/dist-types/commands/ListQueuesCommand.d.ts +28 -0
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  23. package/dist-types/commands/PutPolicyCommand.d.ts +10 -0
  24. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  25. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  26. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +1376 -0
  27. package/dist-types/commands/UpdatePresetCommand.d.ts +781 -0
  28. package/dist-types/commands/UpdateQueueCommand.d.ts +25 -0
  29. package/package.json +7 -7
@@ -31,6 +31,8 @@ export interface AssociateCertificateCommandOutput extends AssociateCertificateR
31
31
  * };
32
32
  * const command = new AssociateCertificateCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param AssociateCertificateCommandInput - {@link AssociateCertificateCommandInput}
@@ -57,6 +59,8 @@ export interface AssociateCertificateCommandOutput extends AssociateCertificateR
57
59
  * @throws {@link TooManyRequestsException} (client fault)
58
60
  * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
59
61
  *
62
+ * @throws {@link MediaConvertServiceException}
63
+ * <p>Base exception class for all service exceptions from MediaConvert service.</p>
60
64
  *
61
65
  */
62
66
  export declare class AssociateCertificateCommand extends $Command<AssociateCertificateCommandInput, AssociateCertificateCommandOutput, MediaConvertClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBea
31
31
  * };
32
32
  * const command = new CancelJobCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param CancelJobCommandInput - {@link CancelJobCommandInput}
@@ -57,6 +59,8 @@ export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBea
57
59
  * @throws {@link TooManyRequestsException} (client fault)
58
60
  * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
59
61
  *
62
+ * @throws {@link MediaConvertServiceException}
63
+ * <p>Base exception class for all service exceptions from MediaConvert service.</p>
60
64
  *
61
65
  */
62
66
  export declare class CancelJobCommand extends $Command<CancelJobCommandInput, CancelJobCommandOutput, MediaConvertClientResolvedConfig> {