@aws-sdk/client-mediatailor 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.
- package/dist-types/commands/ConfigureLogsForChannelCommand.d.ts +1 -0
- package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +1 -0
- package/dist-types/commands/CreateLiveSourceCommand.d.ts +1 -0
- package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +1 -0
- package/dist-types/commands/CreateProgramCommand.d.ts +1 -0
- package/dist-types/commands/CreateSourceLocationCommand.d.ts +1 -0
- package/dist-types/commands/CreateVodSourceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLiveSourceCommand.d.ts +1 -0
- package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +1 -0
- package/dist-types/commands/DeleteProgramCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSourceLocationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVodSourceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLiveSourceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeProgramCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSourceLocationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVodSourceCommand.d.ts +1 -0
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetChannelScheduleCommand.d.ts +1 -0
- package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +1 -0
- package/dist-types/commands/ListAlertsCommand.d.ts +1 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -0
- package/dist-types/commands/ListLiveSourcesCommand.d.ts +1 -0
- package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +1 -0
- package/dist-types/commands/ListSourceLocationsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListVodSourcesCommand.d.ts +1 -0
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +1 -0
- package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/StartChannelCommand.d.ts +1 -0
- package/dist-types/commands/StopChannelCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLiveSourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateProgramCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSourceLocationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVodSourceCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -60,6 +60,7 @@ declare const ConfigureLogsForChannelCommand_base: {
|
|
|
60
60
|
* @throws {@link MediaTailorServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
62
62
|
*
|
|
63
|
+
*
|
|
63
64
|
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class ConfigureLogsForChannelCommand extends ConfigureLogsForChannelCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const ConfigureLogsForPlaybackConfigurationCommand_base: {
|
|
|
88
88
|
* @throws {@link MediaTailorServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class ConfigureLogsForPlaybackConfigurationCommand extends ConfigureLogsForPlaybackConfigurationCommand_base {
|
|
@@ -125,6 +125,7 @@ declare const CreateChannelCommand_base: {
|
|
|
125
125
|
* @throws {@link MediaTailorServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
127
127
|
*
|
|
128
|
+
*
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class CreateChannelCommand extends CreateChannelCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const CreateLiveSourceCommand_base: {
|
|
|
79
79
|
* @throws {@link MediaTailorServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class CreateLiveSourceCommand extends CreateLiveSourceCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const CreatePrefetchScheduleCommand_base: {
|
|
|
93
93
|
* @throws {@link MediaTailorServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class CreatePrefetchScheduleCommand extends CreatePrefetchScheduleCommand_base {
|
|
@@ -263,6 +263,7 @@ declare const CreateProgramCommand_base: {
|
|
|
263
263
|
* @throws {@link MediaTailorServiceException}
|
|
264
264
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
265
265
|
*
|
|
266
|
+
*
|
|
266
267
|
* @public
|
|
267
268
|
*/
|
|
268
269
|
export declare class CreateProgramCommand extends CreateProgramCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const CreateSourceLocationCommand_base: {
|
|
|
103
103
|
* @throws {@link MediaTailorServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class CreateSourceLocationCommand extends CreateSourceLocationCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const CreateVodSourceCommand_base: {
|
|
|
79
79
|
* @throws {@link MediaTailorServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class CreateVodSourceCommand extends CreateVodSourceCommand_base {
|
|
@@ -52,6 +52,7 @@ declare const DeleteChannelCommand_base: {
|
|
|
52
52
|
* @throws {@link MediaTailorServiceException}
|
|
53
53
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
54
54
|
*
|
|
55
|
+
*
|
|
55
56
|
* @public
|
|
56
57
|
*/
|
|
57
58
|
export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
|
|
@@ -52,6 +52,7 @@ declare const DeleteChannelPolicyCommand_base: {
|
|
|
52
52
|
* @throws {@link MediaTailorServiceException}
|
|
53
53
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
54
54
|
*
|
|
55
|
+
*
|
|
55
56
|
* @public
|
|
56
57
|
*/
|
|
57
58
|
export declare class DeleteChannelPolicyCommand extends DeleteChannelPolicyCommand_base {
|
|
@@ -53,6 +53,7 @@ declare const DeleteLiveSourceCommand_base: {
|
|
|
53
53
|
* @throws {@link MediaTailorServiceException}
|
|
54
54
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
55
55
|
*
|
|
56
|
+
*
|
|
56
57
|
* @public
|
|
57
58
|
*/
|
|
58
59
|
export declare class DeleteLiveSourceCommand extends DeleteLiveSourceCommand_base {
|
|
@@ -52,6 +52,7 @@ declare const DeletePlaybackConfigurationCommand_base: {
|
|
|
52
52
|
* @throws {@link MediaTailorServiceException}
|
|
53
53
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
54
54
|
*
|
|
55
|
+
*
|
|
55
56
|
* @public
|
|
56
57
|
*/
|
|
57
58
|
export declare class DeletePlaybackConfigurationCommand extends DeletePlaybackConfigurationCommand_base {
|
|
@@ -53,6 +53,7 @@ declare const DeletePrefetchScheduleCommand_base: {
|
|
|
53
53
|
* @throws {@link MediaTailorServiceException}
|
|
54
54
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
55
55
|
*
|
|
56
|
+
*
|
|
56
57
|
* @public
|
|
57
58
|
*/
|
|
58
59
|
export declare class DeletePrefetchScheduleCommand extends DeletePrefetchScheduleCommand_base {
|
|
@@ -53,6 +53,7 @@ declare const DeleteProgramCommand_base: {
|
|
|
53
53
|
* @throws {@link MediaTailorServiceException}
|
|
54
54
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
55
55
|
*
|
|
56
|
+
*
|
|
56
57
|
* @public
|
|
57
58
|
*/
|
|
58
59
|
export declare class DeleteProgramCommand extends DeleteProgramCommand_base {
|
|
@@ -52,6 +52,7 @@ declare const DeleteSourceLocationCommand_base: {
|
|
|
52
52
|
* @throws {@link MediaTailorServiceException}
|
|
53
53
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
54
54
|
*
|
|
55
|
+
*
|
|
55
56
|
* @public
|
|
56
57
|
*/
|
|
57
58
|
export declare class DeleteSourceLocationCommand extends DeleteSourceLocationCommand_base {
|
|
@@ -53,6 +53,7 @@ declare const DeleteVodSourceCommand_base: {
|
|
|
53
53
|
* @throws {@link MediaTailorServiceException}
|
|
54
54
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
55
55
|
*
|
|
56
|
+
*
|
|
56
57
|
* @public
|
|
57
58
|
*/
|
|
58
59
|
export declare class DeleteVodSourceCommand extends DeleteVodSourceCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const DescribeChannelCommand_base: {
|
|
|
97
97
|
* @throws {@link MediaTailorServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class DescribeChannelCommand extends DescribeChannelCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DescribeLiveSourceCommand_base: {
|
|
|
69
69
|
* @throws {@link MediaTailorServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DescribeLiveSourceCommand extends DescribeLiveSourceCommand_base {
|
|
@@ -157,6 +157,7 @@ declare const DescribeProgramCommand_base: {
|
|
|
157
157
|
* @throws {@link MediaTailorServiceException}
|
|
158
158
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
159
159
|
*
|
|
160
|
+
*
|
|
160
161
|
* @public
|
|
161
162
|
*/
|
|
162
163
|
export declare class DescribeProgramCommand extends DescribeProgramCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const DescribeSourceLocationCommand_base: {
|
|
|
80
80
|
* @throws {@link MediaTailorServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DescribeSourceLocationCommand extends DescribeSourceLocationCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DescribeVodSourceCommand_base: {
|
|
|
74
74
|
* @throws {@link MediaTailorServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DescribeVodSourceCommand extends DescribeVodSourceCommand_base {
|
|
@@ -54,6 +54,7 @@ declare const GetChannelPolicyCommand_base: {
|
|
|
54
54
|
* @throws {@link MediaTailorServiceException}
|
|
55
55
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
56
56
|
*
|
|
57
|
+
*
|
|
57
58
|
* @public
|
|
58
59
|
*/
|
|
59
60
|
export declare class GetChannelPolicyCommand extends GetChannelPolicyCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const GetChannelScheduleCommand_base: {
|
|
|
82
82
|
* @throws {@link MediaTailorServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class GetChannelScheduleCommand extends GetChannelScheduleCommand_base {
|
|
@@ -123,6 +123,7 @@ declare const GetPlaybackConfigurationCommand_base: {
|
|
|
123
123
|
* @throws {@link MediaTailorServiceException}
|
|
124
124
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
125
125
|
*
|
|
126
|
+
*
|
|
126
127
|
* @public
|
|
127
128
|
*/
|
|
128
129
|
export declare class GetPlaybackConfigurationCommand extends GetPlaybackConfigurationCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const GetPrefetchScheduleCommand_base: {
|
|
|
75
75
|
* @throws {@link MediaTailorServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetPrefetchScheduleCommand extends GetPrefetchScheduleCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const ListAlertsCommand_base: {
|
|
|
68
68
|
* @throws {@link MediaTailorServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListAlertsCommand extends ListAlertsCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const ListChannelsCommand_base: {
|
|
|
100
100
|
* @throws {@link MediaTailorServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class ListChannelsCommand extends ListChannelsCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const ListLiveSourcesCommand_base: {
|
|
|
75
75
|
* @throws {@link MediaTailorServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListLiveSourcesCommand extends ListLiveSourcesCommand_base {
|
|
@@ -129,6 +129,7 @@ declare const ListPlaybackConfigurationsCommand_base: {
|
|
|
129
129
|
* @throws {@link MediaTailorServiceException}
|
|
130
130
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
131
131
|
*
|
|
132
|
+
*
|
|
132
133
|
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class ListPlaybackConfigurationsCommand extends ListPlaybackConfigurationsCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListPrefetchSchedulesCommand_base: {
|
|
|
82
82
|
* @throws {@link MediaTailorServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListPrefetchSchedulesCommand extends ListPrefetchSchedulesCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const ListSourceLocationsCommand_base: {
|
|
|
86
86
|
* @throws {@link MediaTailorServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListSourceLocationsCommand extends ListSourceLocationsCommand_base {
|
|
@@ -59,6 +59,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
59
59
|
* @throws {@link MediaTailorServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
61
61
|
*
|
|
62
|
+
*
|
|
62
63
|
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const ListVodSourcesCommand_base: {
|
|
|
75
75
|
* @throws {@link MediaTailorServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListVodSourcesCommand extends ListVodSourcesCommand_base {
|
|
@@ -53,6 +53,7 @@ declare const PutChannelPolicyCommand_base: {
|
|
|
53
53
|
* @throws {@link MediaTailorServiceException}
|
|
54
54
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
55
55
|
*
|
|
56
|
+
*
|
|
56
57
|
* @public
|
|
57
58
|
*/
|
|
58
59
|
export declare class PutChannelPolicyCommand extends PutChannelPolicyCommand_base {
|
|
@@ -166,6 +166,7 @@ declare const PutPlaybackConfigurationCommand_base: {
|
|
|
166
166
|
* @throws {@link MediaTailorServiceException}
|
|
167
167
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
168
168
|
*
|
|
169
|
+
*
|
|
169
170
|
* @public
|
|
170
171
|
*/
|
|
171
172
|
export declare class PutPlaybackConfigurationCommand extends PutPlaybackConfigurationCommand_base {
|
|
@@ -52,6 +52,7 @@ declare const StartChannelCommand_base: {
|
|
|
52
52
|
* @throws {@link MediaTailorServiceException}
|
|
53
53
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
54
54
|
*
|
|
55
|
+
*
|
|
55
56
|
* @public
|
|
56
57
|
*/
|
|
57
58
|
export declare class StartChannelCommand extends StartChannelCommand_base {
|
|
@@ -52,6 +52,7 @@ declare const StopChannelCommand_base: {
|
|
|
52
52
|
* @throws {@link MediaTailorServiceException}
|
|
53
53
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
54
54
|
*
|
|
55
|
+
*
|
|
55
56
|
* @public
|
|
56
57
|
*/
|
|
57
58
|
export declare class StopChannelCommand extends StopChannelCommand_base {
|
|
@@ -58,6 +58,7 @@ declare const TagResourceCommand_base: {
|
|
|
58
58
|
* @throws {@link MediaTailorServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
60
60
|
*
|
|
61
|
+
*
|
|
61
62
|
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -58,6 +58,7 @@ declare const UntagResourceCommand_base: {
|
|
|
58
58
|
* @throws {@link MediaTailorServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
60
60
|
*
|
|
61
|
+
*
|
|
61
62
|
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -120,6 +120,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
120
120
|
* @throws {@link MediaTailorServiceException}
|
|
121
121
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
122
122
|
*
|
|
123
|
+
*
|
|
123
124
|
* @public
|
|
124
125
|
*/
|
|
125
126
|
export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const UpdateLiveSourceCommand_base: {
|
|
|
76
76
|
* @throws {@link MediaTailorServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class UpdateLiveSourceCommand extends UpdateLiveSourceCommand_base {
|
|
@@ -257,6 +257,7 @@ declare const UpdateProgramCommand_base: {
|
|
|
257
257
|
* @throws {@link MediaTailorServiceException}
|
|
258
258
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
259
259
|
*
|
|
260
|
+
*
|
|
260
261
|
* @public
|
|
261
262
|
*/
|
|
262
263
|
export declare class UpdateProgramCommand extends UpdateProgramCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const UpdateSourceLocationCommand_base: {
|
|
|
100
100
|
* @throws {@link MediaTailorServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class UpdateSourceLocationCommand extends UpdateSourceLocationCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const UpdateVodSourceCommand_base: {
|
|
|
76
76
|
* @throws {@link MediaTailorServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class UpdateVodSourceCommand extends UpdateVodSourceCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediatailor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediatailor Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-mediatailor",
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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",
|