@aws-sdk/client-mediaconvert 3.529.1 → 3.535.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 (71) hide show
  1. package/dist-types/MediaConvert.d.ts +8 -1
  2. package/dist-types/MediaConvertClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateCertificateCommand.d.ts +2 -1
  4. package/dist-types/commands/CancelJobCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateJobCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateJobTemplateCommand.d.ts +2 -1
  7. package/dist-types/commands/CreatePresetCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateQueueCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +2 -1
  10. package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
  11. package/dist-types/commands/DeletePresetCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteQueueCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeEndpointsCommand.d.ts +3 -3
  14. package/dist-types/commands/DisassociateCertificateCommand.d.ts +2 -1
  15. package/dist-types/commands/GetJobCommand.d.ts +2 -1
  16. package/dist-types/commands/GetJobTemplateCommand.d.ts +2 -1
  17. package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
  18. package/dist-types/commands/GetPresetCommand.d.ts +2 -1
  19. package/dist-types/commands/GetQueueCommand.d.ts +2 -1
  20. package/dist-types/commands/ListJobTemplatesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListPresetsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListQueuesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/PutPolicyCommand.d.ts +2 -1
  26. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdatePresetCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateQueueCommand.d.ts +2 -1
  31. package/dist-types/models/models_0.d.ts +709 -709
  32. package/dist-types/models/models_1.d.ts +659 -659
  33. package/dist-types/models/models_2.d.ts +125 -126
  34. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  35. package/dist-types/runtimeConfig.d.ts +2 -2
  36. package/dist-types/runtimeConfig.native.d.ts +2 -2
  37. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  38. package/dist-types/ts3.4/MediaConvert.d.ts +7 -0
  39. package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +7 -0
  52. package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  71. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
22
22
  }
23
23
  declare const UpdatePresetCommand_base: {
24
24
  new (input: UpdatePresetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePresetCommandInput, UpdatePresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdatePresetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePresetCommandInput, UpdatePresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Modify one of your existing presets.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -1681,6 +1681,7 @@ declare const UpdatePresetCommand_base: {
1681
1681
  * @throws {@link MediaConvertServiceException}
1682
1682
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1683
1683
  *
1684
+ * @public
1684
1685
  */
1685
1686
  export declare class UpdatePresetCommand extends UpdatePresetCommand_base {
1686
1687
  }
@@ -22,10 +22,10 @@ export interface UpdateQueueCommandOutput extends UpdateQueueResponse, __Metadat
22
22
  }
23
23
  declare const UpdateQueueCommand_base: {
24
24
  new (input: UpdateQueueCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQueueCommandInput, UpdateQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateQueueCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQueueCommandInput, UpdateQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Modify one of your existing queues.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -97,6 +97,7 @@ declare const UpdateQueueCommand_base: {
97
97
  * @throws {@link MediaConvertServiceException}
98
98
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class UpdateQueueCommand extends UpdateQueueCommand_base {
102
103
  }