@aws-sdk/client-mediaconvert 3.776.0 → 3.782.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 (32) hide show
  1. package/dist-types/commands/AssociateCertificateCommand.d.ts +1 -0
  2. package/dist-types/commands/CancelJobCommand.d.ts +1 -0
  3. package/dist-types/commands/CreateJobCommand.d.ts +1 -0
  4. package/dist-types/commands/CreateJobTemplateCommand.d.ts +1 -0
  5. package/dist-types/commands/CreatePresetCommand.d.ts +1 -0
  6. package/dist-types/commands/CreateQueueCommand.d.ts +1 -0
  7. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +1 -0
  8. package/dist-types/commands/DeletePolicyCommand.d.ts +1 -0
  9. package/dist-types/commands/DeletePresetCommand.d.ts +1 -0
  10. package/dist-types/commands/DeleteQueueCommand.d.ts +1 -0
  11. package/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -0
  12. package/dist-types/commands/DisassociateCertificateCommand.d.ts +1 -0
  13. package/dist-types/commands/GetJobCommand.d.ts +1 -0
  14. package/dist-types/commands/GetJobTemplateCommand.d.ts +1 -0
  15. package/dist-types/commands/GetPolicyCommand.d.ts +1 -0
  16. package/dist-types/commands/GetPresetCommand.d.ts +1 -0
  17. package/dist-types/commands/GetQueueCommand.d.ts +1 -0
  18. package/dist-types/commands/ListJobTemplatesCommand.d.ts +1 -0
  19. package/dist-types/commands/ListJobsCommand.d.ts +1 -0
  20. package/dist-types/commands/ListPresetsCommand.d.ts +1 -0
  21. package/dist-types/commands/ListQueuesCommand.d.ts +1 -0
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  23. package/dist-types/commands/ListVersionsCommand.d.ts +1 -0
  24. package/dist-types/commands/ProbeCommand.d.ts +1 -0
  25. package/dist-types/commands/PutPolicyCommand.d.ts +1 -0
  26. package/dist-types/commands/SearchJobsCommand.d.ts +1 -0
  27. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  28. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  29. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +1 -0
  30. package/dist-types/commands/UpdatePresetCommand.d.ts +1 -0
  31. package/dist-types/commands/UpdateQueueCommand.d.ts +1 -0
  32. package/package.json +5 -5
@@ -70,6 +70,7 @@ declare const AssociateCertificateCommand_base: {
70
70
  * @throws {@link MediaConvertServiceException}
71
71
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class AssociateCertificateCommand extends AssociateCertificateCommand_base {
@@ -70,6 +70,7 @@ declare const CancelJobCommand_base: {
70
70
  * @throws {@link MediaConvertServiceException}
71
71
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class CancelJobCommand extends CancelJobCommand_base {
@@ -3185,6 +3185,7 @@ declare const CreateJobCommand_base: {
3185
3185
  * @throws {@link MediaConvertServiceException}
3186
3186
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
3187
3187
  *
3188
+ *
3188
3189
  * @public
3189
3190
  */
3190
3191
  export declare class CreateJobCommand extends CreateJobCommand_base {
@@ -3093,6 +3093,7 @@ declare const CreateJobTemplateCommand_base: {
3093
3093
  * @throws {@link MediaConvertServiceException}
3094
3094
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
3095
3095
  *
3096
+ *
3096
3097
  * @public
3097
3098
  */
3098
3099
  export declare class CreateJobTemplateCommand extends CreateJobTemplateCommand_base {
@@ -1731,6 +1731,7 @@ declare const CreatePresetCommand_base: {
1731
1731
  * @throws {@link MediaConvertServiceException}
1732
1732
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1733
1733
  *
1734
+ *
1734
1735
  * @public
1735
1736
  */
1736
1737
  export declare class CreatePresetCommand extends CreatePresetCommand_base {
@@ -112,6 +112,7 @@ declare const CreateQueueCommand_base: {
112
112
  * @throws {@link MediaConvertServiceException}
113
113
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class CreateQueueCommand extends CreateQueueCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteJobTemplateCommand_base: {
70
70
  * @throws {@link MediaConvertServiceException}
71
71
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteJobTemplateCommand extends DeleteJobTemplateCommand_base {
@@ -68,6 +68,7 @@ declare const DeletePolicyCommand_base: {
68
68
  * @throws {@link MediaConvertServiceException}
69
69
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
@@ -70,6 +70,7 @@ declare const DeletePresetCommand_base: {
70
70
  * @throws {@link MediaConvertServiceException}
71
71
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeletePresetCommand extends DeletePresetCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteQueueCommand_base: {
70
70
  * @throws {@link MediaConvertServiceException}
71
71
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
@@ -81,6 +81,7 @@ declare const DescribeEndpointsCommand_base: {
81
81
  * @throws {@link MediaConvertServiceException}
82
82
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
@@ -70,6 +70,7 @@ declare const DisassociateCertificateCommand_base: {
70
70
  * @throws {@link MediaConvertServiceException}
71
71
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DisassociateCertificateCommand extends DisassociateCertificateCommand_base {
@@ -1653,6 +1653,7 @@ declare const GetJobCommand_base: {
1653
1653
  * @throws {@link MediaConvertServiceException}
1654
1654
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1655
1655
  *
1656
+ *
1656
1657
  * @public
1657
1658
  */
1658
1659
  export declare class GetJobCommand extends GetJobCommand_base {
@@ -1584,6 +1584,7 @@ declare const GetJobTemplateCommand_base: {
1584
1584
  * @throws {@link MediaConvertServiceException}
1585
1585
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1586
1586
  *
1587
+ *
1587
1588
  * @public
1588
1589
  */
1589
1590
  export declare class GetJobTemplateCommand extends GetJobTemplateCommand_base {
@@ -74,6 +74,7 @@ declare const GetPolicyCommand_base: {
74
74
  * @throws {@link MediaConvertServiceException}
75
75
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class GetPolicyCommand extends GetPolicyCommand_base {
@@ -903,6 +903,7 @@ declare const GetPresetCommand_base: {
903
903
  * @throws {@link MediaConvertServiceException}
904
904
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
905
905
  *
906
+ *
906
907
  * @public
907
908
  */
908
909
  export declare class GetPresetCommand extends GetPresetCommand_base {
@@ -100,6 +100,7 @@ declare const GetQueueCommand_base: {
100
100
  * @throws {@link MediaConvertServiceException}
101
101
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
102
102
  *
103
+ *
103
104
  * @public
104
105
  */
105
106
  export declare class GetQueueCommand extends GetQueueCommand_base {
@@ -1591,6 +1591,7 @@ declare const ListJobTemplatesCommand_base: {
1591
1591
  * @throws {@link MediaConvertServiceException}
1592
1592
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1593
1593
  *
1594
+ *
1594
1595
  * @public
1595
1596
  */
1596
1597
  export declare class ListJobTemplatesCommand extends ListJobTemplatesCommand_base {
@@ -1660,6 +1660,7 @@ declare const ListJobsCommand_base: {
1660
1660
  * @throws {@link MediaConvertServiceException}
1661
1661
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1662
1662
  *
1663
+ *
1663
1664
  * @public
1664
1665
  */
1665
1666
  export declare class ListJobsCommand extends ListJobsCommand_base {
@@ -910,6 +910,7 @@ declare const ListPresetsCommand_base: {
910
910
  * @throws {@link MediaConvertServiceException}
911
911
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
912
912
  *
913
+ *
913
914
  * @public
914
915
  */
915
916
  export declare class ListPresetsCommand extends ListPresetsCommand_base {
@@ -108,6 +108,7 @@ declare const ListQueuesCommand_base: {
108
108
  * @throws {@link MediaConvertServiceException}
109
109
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class ListQueuesCommand extends ListQueuesCommand_base {
@@ -77,6 +77,7 @@ declare const ListTagsForResourceCommand_base: {
77
77
  * @throws {@link MediaConvertServiceException}
78
78
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -79,6 +79,7 @@ declare const ListVersionsCommand_base: {
79
79
  * @throws {@link MediaConvertServiceException}
80
80
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class ListVersionsCommand extends ListVersionsCommand_base {
@@ -137,6 +137,7 @@ declare const ProbeCommand_base: {
137
137
  * @throws {@link MediaConvertServiceException}
138
138
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
139
139
  *
140
+ *
140
141
  * @public
141
142
  */
142
143
  export declare class ProbeCommand extends ProbeCommand_base {
@@ -80,6 +80,7 @@ declare const PutPolicyCommand_base: {
80
80
  * @throws {@link MediaConvertServiceException}
81
81
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class PutPolicyCommand extends PutPolicyCommand_base {
@@ -1661,6 +1661,7 @@ declare const SearchJobsCommand_base: {
1661
1661
  * @throws {@link MediaConvertServiceException}
1662
1662
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1663
1663
  *
1664
+ *
1664
1665
  * @public
1665
1666
  */
1666
1667
  export declare class SearchJobsCommand extends SearchJobsCommand_base {
@@ -73,6 +73,7 @@ declare const TagResourceCommand_base: {
73
73
  * @throws {@link MediaConvertServiceException}
74
74
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -73,6 +73,7 @@ declare const UntagResourceCommand_base: {
73
73
  * @throws {@link MediaConvertServiceException}
74
74
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -3090,6 +3090,7 @@ declare const UpdateJobTemplateCommand_base: {
3090
3090
  * @throws {@link MediaConvertServiceException}
3091
3091
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
3092
3092
  *
3093
+ *
3093
3094
  * @public
3094
3095
  */
3095
3096
  export declare class UpdateJobTemplateCommand extends UpdateJobTemplateCommand_base {
@@ -1728,6 +1728,7 @@ declare const UpdatePresetCommand_base: {
1728
1728
  * @throws {@link MediaConvertServiceException}
1729
1729
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1730
1730
  *
1731
+ *
1731
1732
  * @public
1732
1733
  */
1733
1734
  export declare class UpdatePresetCommand extends UpdatePresetCommand_base {
@@ -108,6 +108,7 @@ declare const UpdateQueueCommand_base: {
108
108
  * @throws {@link MediaConvertServiceException}
109
109
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class UpdateQueueCommand extends UpdateQueueCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediaconvert",
3
3
  "description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native",
4
- "version": "3.776.0",
4
+ "version": "3.782.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-mediaconvert",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",