@aws-sdk/client-mediaconvert 3.300.0 → 3.301.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/dist-types/commands/AssociateCertificateCommand.d.ts +1 -1
  2. package/dist-types/commands/CancelJobCommand.d.ts +1 -1
  3. package/dist-types/commands/CreateJobCommand.d.ts +187 -187
  4. package/dist-types/commands/CreateJobTemplateCommand.d.ts +184 -184
  5. package/dist-types/commands/CreatePresetCommand.d.ts +94 -94
  6. package/dist-types/commands/CreateQueueCommand.d.ts +3 -3
  7. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +1 -1
  8. package/dist-types/commands/DeletePresetCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteQueueCommand.d.ts +1 -1
  10. package/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -1
  11. package/dist-types/commands/DisassociateCertificateCommand.d.ts +1 -1
  12. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  13. package/dist-types/commands/GetJobTemplateCommand.d.ts +1 -1
  14. package/dist-types/commands/GetPresetCommand.d.ts +1 -1
  15. package/dist-types/commands/GetQueueCommand.d.ts +1 -1
  16. package/dist-types/commands/ListJobTemplatesCommand.d.ts +1 -1
  17. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListPresetsCommand.d.ts +1 -1
  19. package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  21. package/dist-types/commands/PutPolicyCommand.d.ts +2 -2
  22. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  23. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  24. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +183 -183
  25. package/dist-types/commands/UpdatePresetCommand.d.ts +93 -93
  26. package/dist-types/commands/UpdateQueueCommand.d.ts +2 -2
  27. package/package.json +3 -3
@@ -26,7 +26,7 @@ export interface AssociateCertificateCommandOutput extends AssociateCertificateR
26
26
  * import { MediaConvertClient, AssociateCertificateCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import
27
27
  * // const { MediaConvertClient, AssociateCertificateCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import
28
28
  * const client = new MediaConvertClient(config);
29
- * const input = {
29
+ * const input = { // AssociateCertificateRequest
30
30
  * Arn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new AssociateCertificateCommand(input);
@@ -26,7 +26,7 @@ export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBea
26
26
  * import { MediaConvertClient, CancelJobCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import
27
27
  * // const { MediaConvertClient, CancelJobCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import
28
28
  * const client = new MediaConvertClient(config);
29
- * const input = {
29
+ * const input = { // CancelJobRequest
30
30
  * Id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new CancelJobCommand(input);