@aws-sdk/client-mediaconvert 3.651.1 → 3.654.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.
- package/dist-types/commands/AssociateCertificateCommand.d.ts +11 -0
- package/dist-types/commands/CancelJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +11 -0
- package/dist-types/commands/CreatePresetCommand.d.ts +11 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +11 -0
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeletePresetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteQueueCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +11 -0
- package/dist-types/commands/GetJobCommand.d.ts +11 -0
- package/dist-types/commands/GetJobTemplateCommand.d.ts +11 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetPresetCommand.d.ts +11 -0
- package/dist-types/commands/GetQueueCommand.d.ts +11 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +11 -0
- package/dist-types/commands/ListJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListPresetsCommand.d.ts +11 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListVersionsCommand.d.ts +11 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +11 -0
- package/dist-types/commands/SearchJobsCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePresetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateQueueCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -73,4 +73,15 @@ declare const AssociateCertificateCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class AssociateCertificateCommand extends AssociateCertificateCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: AssociateCertificateRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: AssociateCertificateCommandInput;
|
|
84
|
+
output: AssociateCertificateCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -73,4 +73,15 @@ declare const CancelJobCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class CancelJobCommand extends CancelJobCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: CancelJobRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: CancelJobCommandInput;
|
|
84
|
+
output: CancelJobCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -3110,4 +3110,15 @@ declare const CreateJobCommand_base: {
|
|
|
3110
3110
|
* @public
|
|
3111
3111
|
*/
|
|
3112
3112
|
export declare class CreateJobCommand extends CreateJobCommand_base {
|
|
3113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
3114
|
+
protected static __types: {
|
|
3115
|
+
api: {
|
|
3116
|
+
input: CreateJobRequest;
|
|
3117
|
+
output: CreateJobResponse;
|
|
3118
|
+
};
|
|
3119
|
+
sdk: {
|
|
3120
|
+
input: CreateJobCommandInput;
|
|
3121
|
+
output: CreateJobCommandOutput;
|
|
3122
|
+
};
|
|
3123
|
+
};
|
|
3113
3124
|
}
|
|
@@ -3018,4 +3018,15 @@ declare const CreateJobTemplateCommand_base: {
|
|
|
3018
3018
|
* @public
|
|
3019
3019
|
*/
|
|
3020
3020
|
export declare class CreateJobTemplateCommand extends CreateJobTemplateCommand_base {
|
|
3021
|
+
/** @internal type navigation helper, not in runtime. */
|
|
3022
|
+
protected static __types: {
|
|
3023
|
+
api: {
|
|
3024
|
+
input: CreateJobTemplateRequest;
|
|
3025
|
+
output: CreateJobTemplateResponse;
|
|
3026
|
+
};
|
|
3027
|
+
sdk: {
|
|
3028
|
+
input: CreateJobTemplateCommandInput;
|
|
3029
|
+
output: CreateJobTemplateCommandOutput;
|
|
3030
|
+
};
|
|
3031
|
+
};
|
|
3021
3032
|
}
|
|
@@ -1708,4 +1708,15 @@ declare const CreatePresetCommand_base: {
|
|
|
1708
1708
|
* @public
|
|
1709
1709
|
*/
|
|
1710
1710
|
export declare class CreatePresetCommand extends CreatePresetCommand_base {
|
|
1711
|
+
/** @internal type navigation helper, not in runtime. */
|
|
1712
|
+
protected static __types: {
|
|
1713
|
+
api: {
|
|
1714
|
+
input: CreatePresetRequest;
|
|
1715
|
+
output: CreatePresetResponse;
|
|
1716
|
+
};
|
|
1717
|
+
sdk: {
|
|
1718
|
+
input: CreatePresetCommandInput;
|
|
1719
|
+
output: CreatePresetCommandOutput;
|
|
1720
|
+
};
|
|
1721
|
+
};
|
|
1711
1722
|
}
|
|
@@ -105,4 +105,15 @@ declare const CreateQueueCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class CreateQueueCommand extends CreateQueueCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: CreateQueueRequest;
|
|
112
|
+
output: CreateQueueResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: CreateQueueCommandInput;
|
|
116
|
+
output: CreateQueueCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -73,4 +73,15 @@ declare const DeleteJobTemplateCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DeleteJobTemplateCommand extends DeleteJobTemplateCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DeleteJobTemplateRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DeleteJobTemplateCommandInput;
|
|
84
|
+
output: DeleteJobTemplateCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -71,4 +71,15 @@ declare const DeletePolicyCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: {};
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DeletePolicyCommandInput;
|
|
82
|
+
output: DeletePolicyCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -73,4 +73,15 @@ declare const DeletePresetCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DeletePresetCommand extends DeletePresetCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DeletePresetRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DeletePresetCommandInput;
|
|
84
|
+
output: DeletePresetCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -73,4 +73,15 @@ declare const DeleteQueueCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DeleteQueueRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DeleteQueueCommandInput;
|
|
84
|
+
output: DeleteQueueCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -84,4 +84,15 @@ declare const DescribeEndpointsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DescribeEndpointsRequest;
|
|
91
|
+
output: DescribeEndpointsResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DescribeEndpointsCommandInput;
|
|
95
|
+
output: DescribeEndpointsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -73,4 +73,15 @@ declare const DisassociateCertificateCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DisassociateCertificateCommand extends DisassociateCertificateCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DisassociateCertificateRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DisassociateCertificateCommandInput;
|
|
84
|
+
output: DisassociateCertificateCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -1617,4 +1617,15 @@ declare const GetJobCommand_base: {
|
|
|
1617
1617
|
* @public
|
|
1618
1618
|
*/
|
|
1619
1619
|
export declare class GetJobCommand extends GetJobCommand_base {
|
|
1620
|
+
/** @internal type navigation helper, not in runtime. */
|
|
1621
|
+
protected static __types: {
|
|
1622
|
+
api: {
|
|
1623
|
+
input: GetJobRequest;
|
|
1624
|
+
output: GetJobResponse;
|
|
1625
|
+
};
|
|
1626
|
+
sdk: {
|
|
1627
|
+
input: GetJobCommandInput;
|
|
1628
|
+
output: GetJobCommandOutput;
|
|
1629
|
+
};
|
|
1630
|
+
};
|
|
1620
1631
|
}
|
|
@@ -1548,4 +1548,15 @@ declare const GetJobTemplateCommand_base: {
|
|
|
1548
1548
|
* @public
|
|
1549
1549
|
*/
|
|
1550
1550
|
export declare class GetJobTemplateCommand extends GetJobTemplateCommand_base {
|
|
1551
|
+
/** @internal type navigation helper, not in runtime. */
|
|
1552
|
+
protected static __types: {
|
|
1553
|
+
api: {
|
|
1554
|
+
input: GetJobTemplateRequest;
|
|
1555
|
+
output: GetJobTemplateResponse;
|
|
1556
|
+
};
|
|
1557
|
+
sdk: {
|
|
1558
|
+
input: GetJobTemplateCommandInput;
|
|
1559
|
+
output: GetJobTemplateCommandOutput;
|
|
1560
|
+
};
|
|
1561
|
+
};
|
|
1551
1562
|
}
|
|
@@ -77,4 +77,15 @@ declare const GetPolicyCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: {};
|
|
84
|
+
output: GetPolicyResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: GetPolicyCommandInput;
|
|
88
|
+
output: GetPolicyCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -893,4 +893,15 @@ declare const GetPresetCommand_base: {
|
|
|
893
893
|
* @public
|
|
894
894
|
*/
|
|
895
895
|
export declare class GetPresetCommand extends GetPresetCommand_base {
|
|
896
|
+
/** @internal type navigation helper, not in runtime. */
|
|
897
|
+
protected static __types: {
|
|
898
|
+
api: {
|
|
899
|
+
input: GetPresetRequest;
|
|
900
|
+
output: GetPresetResponse;
|
|
901
|
+
};
|
|
902
|
+
sdk: {
|
|
903
|
+
input: GetPresetCommandInput;
|
|
904
|
+
output: GetPresetCommandOutput;
|
|
905
|
+
};
|
|
906
|
+
};
|
|
896
907
|
}
|
|
@@ -94,4 +94,15 @@ declare const GetQueueCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class GetQueueCommand extends GetQueueCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: GetQueueRequest;
|
|
101
|
+
output: GetQueueResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: GetQueueCommandInput;
|
|
105
|
+
output: GetQueueCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -1555,4 +1555,15 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
1555
1555
|
* @public
|
|
1556
1556
|
*/
|
|
1557
1557
|
export declare class ListJobTemplatesCommand extends ListJobTemplatesCommand_base {
|
|
1558
|
+
/** @internal type navigation helper, not in runtime. */
|
|
1559
|
+
protected static __types: {
|
|
1560
|
+
api: {
|
|
1561
|
+
input: ListJobTemplatesRequest;
|
|
1562
|
+
output: ListJobTemplatesResponse;
|
|
1563
|
+
};
|
|
1564
|
+
sdk: {
|
|
1565
|
+
input: ListJobTemplatesCommandInput;
|
|
1566
|
+
output: ListJobTemplatesCommandOutput;
|
|
1567
|
+
};
|
|
1568
|
+
};
|
|
1558
1569
|
}
|
|
@@ -1624,4 +1624,15 @@ declare const ListJobsCommand_base: {
|
|
|
1624
1624
|
* @public
|
|
1625
1625
|
*/
|
|
1626
1626
|
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
1627
|
+
/** @internal type navigation helper, not in runtime. */
|
|
1628
|
+
protected static __types: {
|
|
1629
|
+
api: {
|
|
1630
|
+
input: ListJobsRequest;
|
|
1631
|
+
output: ListJobsResponse;
|
|
1632
|
+
};
|
|
1633
|
+
sdk: {
|
|
1634
|
+
input: ListJobsCommandInput;
|
|
1635
|
+
output: ListJobsCommandOutput;
|
|
1636
|
+
};
|
|
1637
|
+
};
|
|
1627
1638
|
}
|
|
@@ -900,4 +900,15 @@ declare const ListPresetsCommand_base: {
|
|
|
900
900
|
* @public
|
|
901
901
|
*/
|
|
902
902
|
export declare class ListPresetsCommand extends ListPresetsCommand_base {
|
|
903
|
+
/** @internal type navigation helper, not in runtime. */
|
|
904
|
+
protected static __types: {
|
|
905
|
+
api: {
|
|
906
|
+
input: ListPresetsRequest;
|
|
907
|
+
output: ListPresetsResponse;
|
|
908
|
+
};
|
|
909
|
+
sdk: {
|
|
910
|
+
input: ListPresetsCommandInput;
|
|
911
|
+
output: ListPresetsCommandOutput;
|
|
912
|
+
};
|
|
913
|
+
};
|
|
903
914
|
}
|
|
@@ -100,4 +100,15 @@ declare const ListQueuesCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class ListQueuesCommand extends ListQueuesCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: ListQueuesRequest;
|
|
107
|
+
output: ListQueuesResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: ListQueuesCommandInput;
|
|
111
|
+
output: ListQueuesCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListTagsForResourceRequest;
|
|
87
|
+
output: ListTagsForResourceResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListTagsForResourceCommandInput;
|
|
91
|
+
output: ListTagsForResourceCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListVersionsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListVersionsCommand extends ListVersionsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListVersionsRequest;
|
|
89
|
+
output: ListVersionsResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListVersionsCommandInput;
|
|
93
|
+
output: ListVersionsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -83,4 +83,15 @@ declare const PutPolicyCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class PutPolicyCommand extends PutPolicyCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: PutPolicyRequest;
|
|
90
|
+
output: PutPolicyResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: PutPolicyCommandInput;
|
|
94
|
+
output: PutPolicyCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -1625,4 +1625,15 @@ declare const SearchJobsCommand_base: {
|
|
|
1625
1625
|
* @public
|
|
1626
1626
|
*/
|
|
1627
1627
|
export declare class SearchJobsCommand extends SearchJobsCommand_base {
|
|
1628
|
+
/** @internal type navigation helper, not in runtime. */
|
|
1629
|
+
protected static __types: {
|
|
1630
|
+
api: {
|
|
1631
|
+
input: SearchJobsRequest;
|
|
1632
|
+
output: SearchJobsResponse;
|
|
1633
|
+
};
|
|
1634
|
+
sdk: {
|
|
1635
|
+
input: SearchJobsCommandInput;
|
|
1636
|
+
output: SearchJobsCommandOutput;
|
|
1637
|
+
};
|
|
1638
|
+
};
|
|
1628
1639
|
}
|
|
@@ -76,4 +76,15 @@ declare const TagResourceCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: TagResourceRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: TagResourceCommandInput;
|
|
87
|
+
output: TagResourceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -76,4 +76,15 @@ declare const UntagResourceCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: UntagResourceRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: UntagResourceCommandInput;
|
|
87
|
+
output: UntagResourceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -3015,4 +3015,15 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
3015
3015
|
* @public
|
|
3016
3016
|
*/
|
|
3017
3017
|
export declare class UpdateJobTemplateCommand extends UpdateJobTemplateCommand_base {
|
|
3018
|
+
/** @internal type navigation helper, not in runtime. */
|
|
3019
|
+
protected static __types: {
|
|
3020
|
+
api: {
|
|
3021
|
+
input: UpdateJobTemplateRequest;
|
|
3022
|
+
output: UpdateJobTemplateResponse;
|
|
3023
|
+
};
|
|
3024
|
+
sdk: {
|
|
3025
|
+
input: UpdateJobTemplateCommandInput;
|
|
3026
|
+
output: UpdateJobTemplateCommandOutput;
|
|
3027
|
+
};
|
|
3028
|
+
};
|
|
3018
3029
|
}
|
|
@@ -1705,4 +1705,15 @@ declare const UpdatePresetCommand_base: {
|
|
|
1705
1705
|
* @public
|
|
1706
1706
|
*/
|
|
1707
1707
|
export declare class UpdatePresetCommand extends UpdatePresetCommand_base {
|
|
1708
|
+
/** @internal type navigation helper, not in runtime. */
|
|
1709
|
+
protected static __types: {
|
|
1710
|
+
api: {
|
|
1711
|
+
input: UpdatePresetRequest;
|
|
1712
|
+
output: UpdatePresetResponse;
|
|
1713
|
+
};
|
|
1714
|
+
sdk: {
|
|
1715
|
+
input: UpdatePresetCommandInput;
|
|
1716
|
+
output: UpdatePresetCommandOutput;
|
|
1717
|
+
};
|
|
1718
|
+
};
|
|
1708
1719
|
}
|
|
@@ -101,4 +101,15 @@ declare const UpdateQueueCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class UpdateQueueCommand extends UpdateQueueCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: UpdateQueueRequest;
|
|
108
|
+
output: UpdateQueueResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: UpdateQueueCommandInput;
|
|
112
|
+
output: UpdateQueueCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -37,4 +37,15 @@ declare const AssociateCertificateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateCertificateCommand extends AssociateCertificateCommand_base {
|
|
40
|
+
export declare class AssociateCertificateCommand extends AssociateCertificateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateCertificateRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateCertificateCommandInput;
|
|
48
|
+
output: AssociateCertificateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CancelJobCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CancelJobCommand extends CancelJobCommand_base {
|
|
36
|
+
export declare class CancelJobCommand extends CancelJobCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CancelJobRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CancelJobCommandInput;
|
|
44
|
+
output: CancelJobCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateJobCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateJobCommand extends CreateJobCommand_base {
|
|
36
|
+
export declare class CreateJobCommand extends CreateJobCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateJobRequest;
|
|
40
|
+
output: CreateJobResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateJobCommandInput;
|
|
44
|
+
output: CreateJobCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateJobTemplateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateJobTemplateCommand extends CreateJobTemplateCommand_base {
|
|
40
|
+
export declare class CreateJobTemplateCommand extends CreateJobTemplateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateJobTemplateRequest;
|
|
44
|
+
output: CreateJobTemplateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateJobTemplateCommandInput;
|
|
48
|
+
output: CreateJobTemplateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreatePresetCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreatePresetCommand extends CreatePresetCommand_base {
|
|
36
|
+
export declare class CreatePresetCommand extends CreatePresetCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreatePresetRequest;
|
|
40
|
+
output: CreatePresetResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreatePresetCommandInput;
|
|
44
|
+
output: CreatePresetCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateQueueCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateQueueCommand extends CreateQueueCommand_base {
|
|
36
|
+
export declare class CreateQueueCommand extends CreateQueueCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateQueueRequest;
|
|
40
|
+
output: CreateQueueResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateQueueCommandInput;
|
|
44
|
+
output: CreateQueueCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteJobTemplateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteJobTemplateCommand extends DeleteJobTemplateCommand_base {
|
|
40
|
+
export declare class DeleteJobTemplateCommand extends DeleteJobTemplateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteJobTemplateRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteJobTemplateCommandInput;
|
|
48
|
+
output: DeleteJobTemplateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeletePolicyCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
36
|
+
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeletePolicyCommandInput;
|
|
44
|
+
output: DeletePolicyCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeletePresetCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeletePresetCommand extends DeletePresetCommand_base {
|
|
36
|
+
export declare class DeletePresetCommand extends DeletePresetCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeletePresetRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeletePresetCommandInput;
|
|
44
|
+
output: DeletePresetCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteQueueCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
|
|
36
|
+
export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteQueueRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteQueueCommandInput;
|
|
44
|
+
output: DeleteQueueCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeEndpointsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
|
|
40
|
+
export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeEndpointsRequest;
|
|
44
|
+
output: DescribeEndpointsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeEndpointsCommandInput;
|
|
48
|
+
output: DescribeEndpointsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DisassociateCertificateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DisassociateCertificateCommand extends DisassociateCertificateCommand_base {
|
|
40
|
+
export declare class DisassociateCertificateCommand extends DisassociateCertificateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisassociateCertificateRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisassociateCertificateCommandInput;
|
|
48
|
+
output: DisassociateCertificateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -27,4 +27,15 @@ declare const GetJobCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
|
-
export declare class GetJobCommand extends GetJobCommand_base {
|
|
30
|
+
export declare class GetJobCommand extends GetJobCommand_base {
|
|
31
|
+
protected static __types: {
|
|
32
|
+
api: {
|
|
33
|
+
input: GetJobRequest;
|
|
34
|
+
output: GetJobResponse;
|
|
35
|
+
};
|
|
36
|
+
sdk: {
|
|
37
|
+
input: GetJobCommandInput;
|
|
38
|
+
output: GetJobCommandOutput;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetJobTemplateCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetJobTemplateCommand extends GetJobTemplateCommand_base {
|
|
39
|
+
export declare class GetJobTemplateCommand extends GetJobTemplateCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetJobTemplateRequest;
|
|
43
|
+
output: GetJobTemplateResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetJobTemplateCommandInput;
|
|
47
|
+
output: GetJobTemplateCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetPolicyCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
36
|
+
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: GetPolicyResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetPolicyCommandInput;
|
|
44
|
+
output: GetPolicyCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetPresetCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetPresetCommand extends GetPresetCommand_base {
|
|
36
|
+
export declare class GetPresetCommand extends GetPresetCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetPresetRequest;
|
|
40
|
+
output: GetPresetResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetPresetCommandInput;
|
|
44
|
+
output: GetPresetCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetQueueCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetQueueCommand extends GetQueueCommand_base {
|
|
36
|
+
export declare class GetQueueCommand extends GetQueueCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetQueueRequest;
|
|
40
|
+
output: GetQueueResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetQueueCommandInput;
|
|
44
|
+
output: GetQueueCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListJobTemplatesCommand extends ListJobTemplatesCommand_base {
|
|
39
|
+
export declare class ListJobTemplatesCommand extends ListJobTemplatesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListJobTemplatesRequest;
|
|
43
|
+
output: ListJobTemplatesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListJobTemplatesCommandInput;
|
|
47
|
+
output: ListJobTemplatesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListJobsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
36
|
+
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListJobsRequest;
|
|
40
|
+
output: ListJobsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListJobsCommandInput;
|
|
44
|
+
output: ListJobsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListPresetsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListPresetsCommand extends ListPresetsCommand_base {
|
|
36
|
+
export declare class ListPresetsCommand extends ListPresetsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListPresetsRequest;
|
|
40
|
+
output: ListPresetsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListPresetsCommandInput;
|
|
44
|
+
output: ListPresetsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListQueuesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListQueuesCommand extends ListQueuesCommand_base {
|
|
36
|
+
export declare class ListQueuesCommand extends ListQueuesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListQueuesRequest;
|
|
40
|
+
output: ListQueuesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListQueuesCommandInput;
|
|
44
|
+
output: ListQueuesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListVersionsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListVersionsCommand extends ListVersionsCommand_base {
|
|
36
|
+
export declare class ListVersionsCommand extends ListVersionsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListVersionsRequest;
|
|
40
|
+
output: ListVersionsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListVersionsCommandInput;
|
|
44
|
+
output: ListVersionsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutPolicyCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutPolicyCommand extends PutPolicyCommand_base {
|
|
36
|
+
export declare class PutPolicyCommand extends PutPolicyCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutPolicyRequest;
|
|
40
|
+
output: PutPolicyResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutPolicyCommandInput;
|
|
44
|
+
output: PutPolicyCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const SearchJobsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class SearchJobsCommand extends SearchJobsCommand_base {
|
|
36
|
+
export declare class SearchJobsCommand extends SearchJobsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: SearchJobsRequest;
|
|
40
|
+
output: SearchJobsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: SearchJobsCommandInput;
|
|
44
|
+
output: SearchJobsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
39
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UntagResourceRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UntagResourceCommandInput;
|
|
47
|
+
output: UntagResourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateJobTemplateCommand extends UpdateJobTemplateCommand_base {
|
|
40
|
+
export declare class UpdateJobTemplateCommand extends UpdateJobTemplateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateJobTemplateRequest;
|
|
44
|
+
output: UpdateJobTemplateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateJobTemplateCommandInput;
|
|
48
|
+
output: UpdateJobTemplateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdatePresetCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdatePresetCommand extends UpdatePresetCommand_base {
|
|
36
|
+
export declare class UpdatePresetCommand extends UpdatePresetCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdatePresetRequest;
|
|
40
|
+
output: UpdatePresetResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdatePresetCommandInput;
|
|
44
|
+
output: UpdatePresetCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateQueueCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateQueueCommand extends UpdateQueueCommand_base {
|
|
36
|
+
export declare class UpdateQueueCommand extends UpdateQueueCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateQueueRequest;
|
|
40
|
+
output: UpdateQueueResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateQueueCommandInput;
|
|
44
|
+
output: UpdateQueueCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
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.
|
|
4
|
+
"version": "3.654.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",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2",
|
|
62
62
|
"uuid": "^9.0.1"
|