@aws-sdk/client-mediatailor 3.645.0 → 3.650.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-cjs/endpoint/endpointResolver.js +6 -2
- package/dist-cjs/index.js +44 -132
- package/dist-es/commands/ConfigureLogsForChannelCommand.js +1 -3
- package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +1 -3
- package/dist-es/commands/CreateChannelCommand.js +1 -3
- package/dist-es/commands/CreateLiveSourceCommand.js +1 -3
- package/dist-es/commands/CreatePrefetchScheduleCommand.js +1 -3
- package/dist-es/commands/CreateProgramCommand.js +1 -3
- package/dist-es/commands/CreateSourceLocationCommand.js +1 -3
- package/dist-es/commands/CreateVodSourceCommand.js +1 -3
- package/dist-es/commands/DeleteChannelCommand.js +1 -3
- package/dist-es/commands/DeleteChannelPolicyCommand.js +1 -3
- package/dist-es/commands/DeleteLiveSourceCommand.js +1 -3
- package/dist-es/commands/DeletePlaybackConfigurationCommand.js +1 -3
- package/dist-es/commands/DeletePrefetchScheduleCommand.js +1 -3
- package/dist-es/commands/DeleteProgramCommand.js +1 -3
- package/dist-es/commands/DeleteSourceLocationCommand.js +1 -3
- package/dist-es/commands/DeleteVodSourceCommand.js +1 -3
- package/dist-es/commands/DescribeChannelCommand.js +1 -3
- package/dist-es/commands/DescribeLiveSourceCommand.js +1 -3
- package/dist-es/commands/DescribeProgramCommand.js +1 -3
- package/dist-es/commands/DescribeSourceLocationCommand.js +1 -3
- package/dist-es/commands/DescribeVodSourceCommand.js +1 -3
- package/dist-es/commands/GetChannelPolicyCommand.js +1 -3
- package/dist-es/commands/GetChannelScheduleCommand.js +1 -3
- package/dist-es/commands/GetPlaybackConfigurationCommand.js +1 -3
- package/dist-es/commands/GetPrefetchScheduleCommand.js +1 -3
- package/dist-es/commands/ListAlertsCommand.js +1 -3
- package/dist-es/commands/ListChannelsCommand.js +1 -3
- package/dist-es/commands/ListLiveSourcesCommand.js +1 -3
- package/dist-es/commands/ListPlaybackConfigurationsCommand.js +1 -3
- package/dist-es/commands/ListPrefetchSchedulesCommand.js +1 -3
- package/dist-es/commands/ListSourceLocationsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListVodSourcesCommand.js +1 -3
- package/dist-es/commands/PutChannelPolicyCommand.js +1 -3
- package/dist-es/commands/PutPlaybackConfigurationCommand.js +1 -3
- package/dist-es/commands/StartChannelCommand.js +1 -3
- package/dist-es/commands/StopChannelCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateChannelCommand.js +1 -3
- package/dist-es/commands/UpdateLiveSourceCommand.js +1 -3
- package/dist-es/commands/UpdateProgramCommand.js +1 -3
- package/dist-es/commands/UpdateSourceLocationCommand.js +1 -3
- package/dist-es/commands/UpdateVodSourceCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +35 -35
|
@@ -4,11 +4,15 @@ exports.defaultEndpointResolver = void 0;
|
|
|
4
4
|
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
5
|
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
6
6
|
const ruleset_1 = require("./ruleset");
|
|
7
|
+
const cache = new util_endpoints_2.EndpointCache({
|
|
8
|
+
size: 50,
|
|
9
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
10
|
+
});
|
|
7
11
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
8
|
-
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
12
|
+
return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
9
13
|
endpointParams: endpointParams,
|
|
10
14
|
logger: context.logger,
|
|
11
|
-
});
|
|
15
|
+
}));
|
|
12
16
|
};
|
|
13
17
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
18
|
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -1956,9 +1956,7 @@ var _rA = "resourceArn";
|
|
|
1956
1956
|
var _tK = "tagKeys";
|
|
1957
1957
|
|
|
1958
1958
|
// src/commands/ConfigureLogsForChannelCommand.ts
|
|
1959
|
-
var _ConfigureLogsForChannelCommand = class _ConfigureLogsForChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1960
|
-
...commonParams
|
|
1961
|
-
}).m(function(Command, cs, config, o) {
|
|
1959
|
+
var _ConfigureLogsForChannelCommand = class _ConfigureLogsForChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1962
1960
|
return [
|
|
1963
1961
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1964
1962
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1972,9 +1970,7 @@ var ConfigureLogsForChannelCommand = _ConfigureLogsForChannelCommand;
|
|
|
1972
1970
|
|
|
1973
1971
|
|
|
1974
1972
|
|
|
1975
|
-
var _ConfigureLogsForPlaybackConfigurationCommand = class _ConfigureLogsForPlaybackConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1976
|
-
...commonParams
|
|
1977
|
-
}).m(function(Command, cs, config, o) {
|
|
1973
|
+
var _ConfigureLogsForPlaybackConfigurationCommand = class _ConfigureLogsForPlaybackConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1978
1974
|
return [
|
|
1979
1975
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1980
1976
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1988,9 +1984,7 @@ var ConfigureLogsForPlaybackConfigurationCommand = _ConfigureLogsForPlaybackConf
|
|
|
1988
1984
|
|
|
1989
1985
|
|
|
1990
1986
|
|
|
1991
|
-
var _CreateChannelCommand = class _CreateChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1992
|
-
...commonParams
|
|
1993
|
-
}).m(function(Command, cs, config, o) {
|
|
1987
|
+
var _CreateChannelCommand = class _CreateChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1994
1988
|
return [
|
|
1995
1989
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1996
1990
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2004,9 +1998,7 @@ var CreateChannelCommand = _CreateChannelCommand;
|
|
|
2004
1998
|
|
|
2005
1999
|
|
|
2006
2000
|
|
|
2007
|
-
var _CreateLiveSourceCommand = class _CreateLiveSourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2008
|
-
...commonParams
|
|
2009
|
-
}).m(function(Command, cs, config, o) {
|
|
2001
|
+
var _CreateLiveSourceCommand = class _CreateLiveSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2010
2002
|
return [
|
|
2011
2003
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2012
2004
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2020,9 +2012,7 @@ var CreateLiveSourceCommand = _CreateLiveSourceCommand;
|
|
|
2020
2012
|
|
|
2021
2013
|
|
|
2022
2014
|
|
|
2023
|
-
var _CreatePrefetchScheduleCommand = class _CreatePrefetchScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2024
|
-
...commonParams
|
|
2025
|
-
}).m(function(Command, cs, config, o) {
|
|
2015
|
+
var _CreatePrefetchScheduleCommand = class _CreatePrefetchScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2026
2016
|
return [
|
|
2027
2017
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2028
2018
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2036,9 +2026,7 @@ var CreatePrefetchScheduleCommand = _CreatePrefetchScheduleCommand;
|
|
|
2036
2026
|
|
|
2037
2027
|
|
|
2038
2028
|
|
|
2039
|
-
var _CreateProgramCommand = class _CreateProgramCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2040
|
-
...commonParams
|
|
2041
|
-
}).m(function(Command, cs, config, o) {
|
|
2029
|
+
var _CreateProgramCommand = class _CreateProgramCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2042
2030
|
return [
|
|
2043
2031
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2044
2032
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2052,9 +2040,7 @@ var CreateProgramCommand = _CreateProgramCommand;
|
|
|
2052
2040
|
|
|
2053
2041
|
|
|
2054
2042
|
|
|
2055
|
-
var _CreateSourceLocationCommand = class _CreateSourceLocationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2056
|
-
...commonParams
|
|
2057
|
-
}).m(function(Command, cs, config, o) {
|
|
2043
|
+
var _CreateSourceLocationCommand = class _CreateSourceLocationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2058
2044
|
return [
|
|
2059
2045
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2060
2046
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2068,9 +2054,7 @@ var CreateSourceLocationCommand = _CreateSourceLocationCommand;
|
|
|
2068
2054
|
|
|
2069
2055
|
|
|
2070
2056
|
|
|
2071
|
-
var _CreateVodSourceCommand = class _CreateVodSourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2072
|
-
...commonParams
|
|
2073
|
-
}).m(function(Command, cs, config, o) {
|
|
2057
|
+
var _CreateVodSourceCommand = class _CreateVodSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2074
2058
|
return [
|
|
2075
2059
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2076
2060
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2084,9 +2068,7 @@ var CreateVodSourceCommand = _CreateVodSourceCommand;
|
|
|
2084
2068
|
|
|
2085
2069
|
|
|
2086
2070
|
|
|
2087
|
-
var _DeleteChannelCommand = class _DeleteChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2088
|
-
...commonParams
|
|
2089
|
-
}).m(function(Command, cs, config, o) {
|
|
2071
|
+
var _DeleteChannelCommand = class _DeleteChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2090
2072
|
return [
|
|
2091
2073
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2092
2074
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2100,9 +2082,7 @@ var DeleteChannelCommand = _DeleteChannelCommand;
|
|
|
2100
2082
|
|
|
2101
2083
|
|
|
2102
2084
|
|
|
2103
|
-
var _DeleteChannelPolicyCommand = class _DeleteChannelPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2104
|
-
...commonParams
|
|
2105
|
-
}).m(function(Command, cs, config, o) {
|
|
2085
|
+
var _DeleteChannelPolicyCommand = class _DeleteChannelPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2106
2086
|
return [
|
|
2107
2087
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2108
2088
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2116,9 +2096,7 @@ var DeleteChannelPolicyCommand = _DeleteChannelPolicyCommand;
|
|
|
2116
2096
|
|
|
2117
2097
|
|
|
2118
2098
|
|
|
2119
|
-
var _DeleteLiveSourceCommand = class _DeleteLiveSourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2120
|
-
...commonParams
|
|
2121
|
-
}).m(function(Command, cs, config, o) {
|
|
2099
|
+
var _DeleteLiveSourceCommand = class _DeleteLiveSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2122
2100
|
return [
|
|
2123
2101
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2124
2102
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2132,9 +2110,7 @@ var DeleteLiveSourceCommand = _DeleteLiveSourceCommand;
|
|
|
2132
2110
|
|
|
2133
2111
|
|
|
2134
2112
|
|
|
2135
|
-
var _DeletePlaybackConfigurationCommand = class _DeletePlaybackConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2136
|
-
...commonParams
|
|
2137
|
-
}).m(function(Command, cs, config, o) {
|
|
2113
|
+
var _DeletePlaybackConfigurationCommand = class _DeletePlaybackConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2138
2114
|
return [
|
|
2139
2115
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2140
2116
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2148,9 +2124,7 @@ var DeletePlaybackConfigurationCommand = _DeletePlaybackConfigurationCommand;
|
|
|
2148
2124
|
|
|
2149
2125
|
|
|
2150
2126
|
|
|
2151
|
-
var _DeletePrefetchScheduleCommand = class _DeletePrefetchScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2152
|
-
...commonParams
|
|
2153
|
-
}).m(function(Command, cs, config, o) {
|
|
2127
|
+
var _DeletePrefetchScheduleCommand = class _DeletePrefetchScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2154
2128
|
return [
|
|
2155
2129
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2156
2130
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2164,9 +2138,7 @@ var DeletePrefetchScheduleCommand = _DeletePrefetchScheduleCommand;
|
|
|
2164
2138
|
|
|
2165
2139
|
|
|
2166
2140
|
|
|
2167
|
-
var _DeleteProgramCommand = class _DeleteProgramCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2168
|
-
...commonParams
|
|
2169
|
-
}).m(function(Command, cs, config, o) {
|
|
2141
|
+
var _DeleteProgramCommand = class _DeleteProgramCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2170
2142
|
return [
|
|
2171
2143
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2172
2144
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2180,9 +2152,7 @@ var DeleteProgramCommand = _DeleteProgramCommand;
|
|
|
2180
2152
|
|
|
2181
2153
|
|
|
2182
2154
|
|
|
2183
|
-
var _DeleteSourceLocationCommand = class _DeleteSourceLocationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2184
|
-
...commonParams
|
|
2185
|
-
}).m(function(Command, cs, config, o) {
|
|
2155
|
+
var _DeleteSourceLocationCommand = class _DeleteSourceLocationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2186
2156
|
return [
|
|
2187
2157
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2188
2158
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2196,9 +2166,7 @@ var DeleteSourceLocationCommand = _DeleteSourceLocationCommand;
|
|
|
2196
2166
|
|
|
2197
2167
|
|
|
2198
2168
|
|
|
2199
|
-
var _DeleteVodSourceCommand = class _DeleteVodSourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2200
|
-
...commonParams
|
|
2201
|
-
}).m(function(Command, cs, config, o) {
|
|
2169
|
+
var _DeleteVodSourceCommand = class _DeleteVodSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2202
2170
|
return [
|
|
2203
2171
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2204
2172
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2212,9 +2180,7 @@ var DeleteVodSourceCommand = _DeleteVodSourceCommand;
|
|
|
2212
2180
|
|
|
2213
2181
|
|
|
2214
2182
|
|
|
2215
|
-
var _DescribeChannelCommand = class _DescribeChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2216
|
-
...commonParams
|
|
2217
|
-
}).m(function(Command, cs, config, o) {
|
|
2183
|
+
var _DescribeChannelCommand = class _DescribeChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2218
2184
|
return [
|
|
2219
2185
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2220
2186
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2228,9 +2194,7 @@ var DescribeChannelCommand = _DescribeChannelCommand;
|
|
|
2228
2194
|
|
|
2229
2195
|
|
|
2230
2196
|
|
|
2231
|
-
var _DescribeLiveSourceCommand = class _DescribeLiveSourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2232
|
-
...commonParams
|
|
2233
|
-
}).m(function(Command, cs, config, o) {
|
|
2197
|
+
var _DescribeLiveSourceCommand = class _DescribeLiveSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2234
2198
|
return [
|
|
2235
2199
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2236
2200
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2244,9 +2208,7 @@ var DescribeLiveSourceCommand = _DescribeLiveSourceCommand;
|
|
|
2244
2208
|
|
|
2245
2209
|
|
|
2246
2210
|
|
|
2247
|
-
var _DescribeProgramCommand = class _DescribeProgramCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2248
|
-
...commonParams
|
|
2249
|
-
}).m(function(Command, cs, config, o) {
|
|
2211
|
+
var _DescribeProgramCommand = class _DescribeProgramCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2250
2212
|
return [
|
|
2251
2213
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2252
2214
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2260,9 +2222,7 @@ var DescribeProgramCommand = _DescribeProgramCommand;
|
|
|
2260
2222
|
|
|
2261
2223
|
|
|
2262
2224
|
|
|
2263
|
-
var _DescribeSourceLocationCommand = class _DescribeSourceLocationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2264
|
-
...commonParams
|
|
2265
|
-
}).m(function(Command, cs, config, o) {
|
|
2225
|
+
var _DescribeSourceLocationCommand = class _DescribeSourceLocationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2266
2226
|
return [
|
|
2267
2227
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2268
2228
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2276,9 +2236,7 @@ var DescribeSourceLocationCommand = _DescribeSourceLocationCommand;
|
|
|
2276
2236
|
|
|
2277
2237
|
|
|
2278
2238
|
|
|
2279
|
-
var _DescribeVodSourceCommand = class _DescribeVodSourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2280
|
-
...commonParams
|
|
2281
|
-
}).m(function(Command, cs, config, o) {
|
|
2239
|
+
var _DescribeVodSourceCommand = class _DescribeVodSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2282
2240
|
return [
|
|
2283
2241
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2284
2242
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2292,9 +2250,7 @@ var DescribeVodSourceCommand = _DescribeVodSourceCommand;
|
|
|
2292
2250
|
|
|
2293
2251
|
|
|
2294
2252
|
|
|
2295
|
-
var _GetChannelPolicyCommand = class _GetChannelPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2296
|
-
...commonParams
|
|
2297
|
-
}).m(function(Command, cs, config, o) {
|
|
2253
|
+
var _GetChannelPolicyCommand = class _GetChannelPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2298
2254
|
return [
|
|
2299
2255
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2300
2256
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2308,9 +2264,7 @@ var GetChannelPolicyCommand = _GetChannelPolicyCommand;
|
|
|
2308
2264
|
|
|
2309
2265
|
|
|
2310
2266
|
|
|
2311
|
-
var _GetChannelScheduleCommand = class _GetChannelScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2312
|
-
...commonParams
|
|
2313
|
-
}).m(function(Command, cs, config, o) {
|
|
2267
|
+
var _GetChannelScheduleCommand = class _GetChannelScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2314
2268
|
return [
|
|
2315
2269
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2316
2270
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2324,9 +2278,7 @@ var GetChannelScheduleCommand = _GetChannelScheduleCommand;
|
|
|
2324
2278
|
|
|
2325
2279
|
|
|
2326
2280
|
|
|
2327
|
-
var _GetPlaybackConfigurationCommand = class _GetPlaybackConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2328
|
-
...commonParams
|
|
2329
|
-
}).m(function(Command, cs, config, o) {
|
|
2281
|
+
var _GetPlaybackConfigurationCommand = class _GetPlaybackConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2330
2282
|
return [
|
|
2331
2283
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2332
2284
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2340,9 +2292,7 @@ var GetPlaybackConfigurationCommand = _GetPlaybackConfigurationCommand;
|
|
|
2340
2292
|
|
|
2341
2293
|
|
|
2342
2294
|
|
|
2343
|
-
var _GetPrefetchScheduleCommand = class _GetPrefetchScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2344
|
-
...commonParams
|
|
2345
|
-
}).m(function(Command, cs, config, o) {
|
|
2295
|
+
var _GetPrefetchScheduleCommand = class _GetPrefetchScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2346
2296
|
return [
|
|
2347
2297
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2348
2298
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2356,9 +2306,7 @@ var GetPrefetchScheduleCommand = _GetPrefetchScheduleCommand;
|
|
|
2356
2306
|
|
|
2357
2307
|
|
|
2358
2308
|
|
|
2359
|
-
var _ListAlertsCommand = class _ListAlertsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2360
|
-
...commonParams
|
|
2361
|
-
}).m(function(Command, cs, config, o) {
|
|
2309
|
+
var _ListAlertsCommand = class _ListAlertsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2362
2310
|
return [
|
|
2363
2311
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2364
2312
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2372,9 +2320,7 @@ var ListAlertsCommand = _ListAlertsCommand;
|
|
|
2372
2320
|
|
|
2373
2321
|
|
|
2374
2322
|
|
|
2375
|
-
var _ListChannelsCommand = class _ListChannelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2376
|
-
...commonParams
|
|
2377
|
-
}).m(function(Command, cs, config, o) {
|
|
2323
|
+
var _ListChannelsCommand = class _ListChannelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2378
2324
|
return [
|
|
2379
2325
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2380
2326
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2388,9 +2334,7 @@ var ListChannelsCommand = _ListChannelsCommand;
|
|
|
2388
2334
|
|
|
2389
2335
|
|
|
2390
2336
|
|
|
2391
|
-
var _ListLiveSourcesCommand = class _ListLiveSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2392
|
-
...commonParams
|
|
2393
|
-
}).m(function(Command, cs, config, o) {
|
|
2337
|
+
var _ListLiveSourcesCommand = class _ListLiveSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2394
2338
|
return [
|
|
2395
2339
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2396
2340
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2404,9 +2348,7 @@ var ListLiveSourcesCommand = _ListLiveSourcesCommand;
|
|
|
2404
2348
|
|
|
2405
2349
|
|
|
2406
2350
|
|
|
2407
|
-
var _ListPlaybackConfigurationsCommand = class _ListPlaybackConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2408
|
-
...commonParams
|
|
2409
|
-
}).m(function(Command, cs, config, o) {
|
|
2351
|
+
var _ListPlaybackConfigurationsCommand = class _ListPlaybackConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2410
2352
|
return [
|
|
2411
2353
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2412
2354
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2420,9 +2362,7 @@ var ListPlaybackConfigurationsCommand = _ListPlaybackConfigurationsCommand;
|
|
|
2420
2362
|
|
|
2421
2363
|
|
|
2422
2364
|
|
|
2423
|
-
var _ListPrefetchSchedulesCommand = class _ListPrefetchSchedulesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2424
|
-
...commonParams
|
|
2425
|
-
}).m(function(Command, cs, config, o) {
|
|
2365
|
+
var _ListPrefetchSchedulesCommand = class _ListPrefetchSchedulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2426
2366
|
return [
|
|
2427
2367
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2428
2368
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2436,9 +2376,7 @@ var ListPrefetchSchedulesCommand = _ListPrefetchSchedulesCommand;
|
|
|
2436
2376
|
|
|
2437
2377
|
|
|
2438
2378
|
|
|
2439
|
-
var _ListSourceLocationsCommand = class _ListSourceLocationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2440
|
-
...commonParams
|
|
2441
|
-
}).m(function(Command, cs, config, o) {
|
|
2379
|
+
var _ListSourceLocationsCommand = class _ListSourceLocationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2442
2380
|
return [
|
|
2443
2381
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2444
2382
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2452,9 +2390,7 @@ var ListSourceLocationsCommand = _ListSourceLocationsCommand;
|
|
|
2452
2390
|
|
|
2453
2391
|
|
|
2454
2392
|
|
|
2455
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2456
|
-
...commonParams
|
|
2457
|
-
}).m(function(Command, cs, config, o) {
|
|
2393
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2458
2394
|
return [
|
|
2459
2395
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2460
2396
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2468,9 +2404,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2468
2404
|
|
|
2469
2405
|
|
|
2470
2406
|
|
|
2471
|
-
var _ListVodSourcesCommand = class _ListVodSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2472
|
-
...commonParams
|
|
2473
|
-
}).m(function(Command, cs, config, o) {
|
|
2407
|
+
var _ListVodSourcesCommand = class _ListVodSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2474
2408
|
return [
|
|
2475
2409
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2476
2410
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2484,9 +2418,7 @@ var ListVodSourcesCommand = _ListVodSourcesCommand;
|
|
|
2484
2418
|
|
|
2485
2419
|
|
|
2486
2420
|
|
|
2487
|
-
var _PutChannelPolicyCommand = class _PutChannelPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2488
|
-
...commonParams
|
|
2489
|
-
}).m(function(Command, cs, config, o) {
|
|
2421
|
+
var _PutChannelPolicyCommand = class _PutChannelPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2490
2422
|
return [
|
|
2491
2423
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2492
2424
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2500,9 +2432,7 @@ var PutChannelPolicyCommand = _PutChannelPolicyCommand;
|
|
|
2500
2432
|
|
|
2501
2433
|
|
|
2502
2434
|
|
|
2503
|
-
var _PutPlaybackConfigurationCommand = class _PutPlaybackConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2504
|
-
...commonParams
|
|
2505
|
-
}).m(function(Command, cs, config, o) {
|
|
2435
|
+
var _PutPlaybackConfigurationCommand = class _PutPlaybackConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2506
2436
|
return [
|
|
2507
2437
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2508
2438
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2516,9 +2446,7 @@ var PutPlaybackConfigurationCommand = _PutPlaybackConfigurationCommand;
|
|
|
2516
2446
|
|
|
2517
2447
|
|
|
2518
2448
|
|
|
2519
|
-
var _StartChannelCommand = class _StartChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2520
|
-
...commonParams
|
|
2521
|
-
}).m(function(Command, cs, config, o) {
|
|
2449
|
+
var _StartChannelCommand = class _StartChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2522
2450
|
return [
|
|
2523
2451
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2524
2452
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2532,9 +2460,7 @@ var StartChannelCommand = _StartChannelCommand;
|
|
|
2532
2460
|
|
|
2533
2461
|
|
|
2534
2462
|
|
|
2535
|
-
var _StopChannelCommand = class _StopChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2536
|
-
...commonParams
|
|
2537
|
-
}).m(function(Command, cs, config, o) {
|
|
2463
|
+
var _StopChannelCommand = class _StopChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2538
2464
|
return [
|
|
2539
2465
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2540
2466
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2548,9 +2474,7 @@ var StopChannelCommand = _StopChannelCommand;
|
|
|
2548
2474
|
|
|
2549
2475
|
|
|
2550
2476
|
|
|
2551
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2552
|
-
...commonParams
|
|
2553
|
-
}).m(function(Command, cs, config, o) {
|
|
2477
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2554
2478
|
return [
|
|
2555
2479
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2556
2480
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2564,9 +2488,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2564
2488
|
|
|
2565
2489
|
|
|
2566
2490
|
|
|
2567
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2568
|
-
...commonParams
|
|
2569
|
-
}).m(function(Command, cs, config, o) {
|
|
2491
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2570
2492
|
return [
|
|
2571
2493
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2572
2494
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2580,9 +2502,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2580
2502
|
|
|
2581
2503
|
|
|
2582
2504
|
|
|
2583
|
-
var _UpdateChannelCommand = class _UpdateChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2584
|
-
...commonParams
|
|
2585
|
-
}).m(function(Command, cs, config, o) {
|
|
2505
|
+
var _UpdateChannelCommand = class _UpdateChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2586
2506
|
return [
|
|
2587
2507
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2588
2508
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2596,9 +2516,7 @@ var UpdateChannelCommand = _UpdateChannelCommand;
|
|
|
2596
2516
|
|
|
2597
2517
|
|
|
2598
2518
|
|
|
2599
|
-
var _UpdateLiveSourceCommand = class _UpdateLiveSourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2600
|
-
...commonParams
|
|
2601
|
-
}).m(function(Command, cs, config, o) {
|
|
2519
|
+
var _UpdateLiveSourceCommand = class _UpdateLiveSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2602
2520
|
return [
|
|
2603
2521
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2604
2522
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2612,9 +2530,7 @@ var UpdateLiveSourceCommand = _UpdateLiveSourceCommand;
|
|
|
2612
2530
|
|
|
2613
2531
|
|
|
2614
2532
|
|
|
2615
|
-
var _UpdateProgramCommand = class _UpdateProgramCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2616
|
-
...commonParams
|
|
2617
|
-
}).m(function(Command, cs, config, o) {
|
|
2533
|
+
var _UpdateProgramCommand = class _UpdateProgramCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2618
2534
|
return [
|
|
2619
2535
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2620
2536
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2628,9 +2544,7 @@ var UpdateProgramCommand = _UpdateProgramCommand;
|
|
|
2628
2544
|
|
|
2629
2545
|
|
|
2630
2546
|
|
|
2631
|
-
var _UpdateSourceLocationCommand = class _UpdateSourceLocationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2632
|
-
...commonParams
|
|
2633
|
-
}).m(function(Command, cs, config, o) {
|
|
2547
|
+
var _UpdateSourceLocationCommand = class _UpdateSourceLocationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2634
2548
|
return [
|
|
2635
2549
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2636
2550
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2644,9 +2558,7 @@ var UpdateSourceLocationCommand = _UpdateSourceLocationCommand;
|
|
|
2644
2558
|
|
|
2645
2559
|
|
|
2646
2560
|
|
|
2647
|
-
var _UpdateVodSourceCommand = class _UpdateVodSourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2648
|
-
...commonParams
|
|
2649
|
-
}).m(function(Command, cs, config, o) {
|
|
2561
|
+
var _UpdateVodSourceCommand = class _UpdateVodSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2650
2562
|
return [
|
|
2651
2563
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2652
2564
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_ConfigureLogsForChannelCommand, se_ConfigureLogsForChannelCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ConfigureLogsForChannelCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ConfigureLogsForPlaybackConfigurationCommand, se_ConfigureLogsForPla
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ConfigureLogsForPlaybackConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateChannelCommand, se_CreateChannelCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateChannelCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateLiveSourceCommand, se_CreateLiveSourceCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateLiveSourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreatePrefetchScheduleCommand, se_CreatePrefetchScheduleCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreatePrefetchScheduleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateProgramCommand, se_CreateProgramCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateProgramCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateSourceLocationCommand, se_CreateSourceLocationCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateSourceLocationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateVodSourceCommand, se_CreateVodSourceCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateVodSourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteChannelCommand, se_DeleteChannelCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteChannelCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteChannelPolicyCommand, se_DeleteChannelPolicyCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteChannelPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteLiveSourceCommand, se_DeleteLiveSourceCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteLiveSourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeletePlaybackConfigurationCommand, se_DeletePlaybackConfigurationCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePlaybackConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeletePrefetchScheduleCommand, se_DeletePrefetchScheduleCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePrefetchScheduleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|