@aws-sdk/client-ivs-realtime 3.649.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/index.js +36 -108
- package/dist-es/commands/CreateEncoderConfigurationCommand.js +1 -3
- package/dist-es/commands/CreateIngestConfigurationCommand.js +1 -3
- package/dist-es/commands/CreateParticipantTokenCommand.js +1 -3
- package/dist-es/commands/CreateStageCommand.js +1 -3
- package/dist-es/commands/CreateStorageConfigurationCommand.js +1 -3
- package/dist-es/commands/DeleteEncoderConfigurationCommand.js +1 -3
- package/dist-es/commands/DeleteIngestConfigurationCommand.js +1 -3
- package/dist-es/commands/DeletePublicKeyCommand.js +1 -3
- package/dist-es/commands/DeleteStageCommand.js +1 -3
- package/dist-es/commands/DeleteStorageConfigurationCommand.js +1 -3
- package/dist-es/commands/DisconnectParticipantCommand.js +1 -3
- package/dist-es/commands/GetCompositionCommand.js +1 -3
- package/dist-es/commands/GetEncoderConfigurationCommand.js +1 -3
- package/dist-es/commands/GetIngestConfigurationCommand.js +1 -3
- package/dist-es/commands/GetParticipantCommand.js +1 -3
- package/dist-es/commands/GetPublicKeyCommand.js +1 -3
- package/dist-es/commands/GetStageCommand.js +1 -3
- package/dist-es/commands/GetStageSessionCommand.js +1 -3
- package/dist-es/commands/GetStorageConfigurationCommand.js +1 -3
- package/dist-es/commands/ImportPublicKeyCommand.js +1 -3
- package/dist-es/commands/ListCompositionsCommand.js +1 -3
- package/dist-es/commands/ListEncoderConfigurationsCommand.js +1 -3
- package/dist-es/commands/ListIngestConfigurationsCommand.js +1 -3
- package/dist-es/commands/ListParticipantEventsCommand.js +1 -3
- package/dist-es/commands/ListParticipantsCommand.js +1 -3
- package/dist-es/commands/ListPublicKeysCommand.js +1 -3
- package/dist-es/commands/ListStageSessionsCommand.js +1 -3
- package/dist-es/commands/ListStagesCommand.js +1 -3
- package/dist-es/commands/ListStorageConfigurationsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/StartCompositionCommand.js +1 -3
- package/dist-es/commands/StopCompositionCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateIngestConfigurationCommand.js +1 -3
- package/dist-es/commands/UpdateStageCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1916,9 +1916,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1916
1916
|
var _tK = "tagKeys";
|
|
1917
1917
|
|
|
1918
1918
|
// src/commands/CreateEncoderConfigurationCommand.ts
|
|
1919
|
-
var _CreateEncoderConfigurationCommand = class _CreateEncoderConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1920
|
-
...commonParams
|
|
1921
|
-
}).m(function(Command, cs, config, o) {
|
|
1919
|
+
var _CreateEncoderConfigurationCommand = class _CreateEncoderConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1922
1920
|
return [
|
|
1923
1921
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1924
1922
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1932,9 +1930,7 @@ var CreateEncoderConfigurationCommand = _CreateEncoderConfigurationCommand;
|
|
|
1932
1930
|
|
|
1933
1931
|
|
|
1934
1932
|
|
|
1935
|
-
var _CreateIngestConfigurationCommand = class _CreateIngestConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1936
|
-
...commonParams
|
|
1937
|
-
}).m(function(Command, cs, config, o) {
|
|
1933
|
+
var _CreateIngestConfigurationCommand = class _CreateIngestConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1938
1934
|
return [
|
|
1939
1935
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1940
1936
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1948,9 +1944,7 @@ var CreateIngestConfigurationCommand = _CreateIngestConfigurationCommand;
|
|
|
1948
1944
|
|
|
1949
1945
|
|
|
1950
1946
|
|
|
1951
|
-
var _CreateParticipantTokenCommand = class _CreateParticipantTokenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1952
|
-
...commonParams
|
|
1953
|
-
}).m(function(Command, cs, config, o) {
|
|
1947
|
+
var _CreateParticipantTokenCommand = class _CreateParticipantTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1954
1948
|
return [
|
|
1955
1949
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1956
1950
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1964,9 +1958,7 @@ var CreateParticipantTokenCommand = _CreateParticipantTokenCommand;
|
|
|
1964
1958
|
|
|
1965
1959
|
|
|
1966
1960
|
|
|
1967
|
-
var _CreateStageCommand = class _CreateStageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1968
|
-
...commonParams
|
|
1969
|
-
}).m(function(Command, cs, config, o) {
|
|
1961
|
+
var _CreateStageCommand = class _CreateStageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1970
1962
|
return [
|
|
1971
1963
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1972
1964
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1980,9 +1972,7 @@ var CreateStageCommand = _CreateStageCommand;
|
|
|
1980
1972
|
|
|
1981
1973
|
|
|
1982
1974
|
|
|
1983
|
-
var _CreateStorageConfigurationCommand = class _CreateStorageConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1984
|
-
...commonParams
|
|
1985
|
-
}).m(function(Command, cs, config, o) {
|
|
1975
|
+
var _CreateStorageConfigurationCommand = class _CreateStorageConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1986
1976
|
return [
|
|
1987
1977
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1988
1978
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1996,9 +1986,7 @@ var CreateStorageConfigurationCommand = _CreateStorageConfigurationCommand;
|
|
|
1996
1986
|
|
|
1997
1987
|
|
|
1998
1988
|
|
|
1999
|
-
var _DeleteEncoderConfigurationCommand = class _DeleteEncoderConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2000
|
-
...commonParams
|
|
2001
|
-
}).m(function(Command, cs, config, o) {
|
|
1989
|
+
var _DeleteEncoderConfigurationCommand = class _DeleteEncoderConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2002
1990
|
return [
|
|
2003
1991
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2004
1992
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2012,9 +2000,7 @@ var DeleteEncoderConfigurationCommand = _DeleteEncoderConfigurationCommand;
|
|
|
2012
2000
|
|
|
2013
2001
|
|
|
2014
2002
|
|
|
2015
|
-
var _DeleteIngestConfigurationCommand = class _DeleteIngestConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2016
|
-
...commonParams
|
|
2017
|
-
}).m(function(Command, cs, config, o) {
|
|
2003
|
+
var _DeleteIngestConfigurationCommand = class _DeleteIngestConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2018
2004
|
return [
|
|
2019
2005
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2020
2006
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2028,9 +2014,7 @@ var DeleteIngestConfigurationCommand = _DeleteIngestConfigurationCommand;
|
|
|
2028
2014
|
|
|
2029
2015
|
|
|
2030
2016
|
|
|
2031
|
-
var _DeletePublicKeyCommand = class _DeletePublicKeyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2032
|
-
...commonParams
|
|
2033
|
-
}).m(function(Command, cs, config, o) {
|
|
2017
|
+
var _DeletePublicKeyCommand = class _DeletePublicKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2034
2018
|
return [
|
|
2035
2019
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2036
2020
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2044,9 +2028,7 @@ var DeletePublicKeyCommand = _DeletePublicKeyCommand;
|
|
|
2044
2028
|
|
|
2045
2029
|
|
|
2046
2030
|
|
|
2047
|
-
var _DeleteStageCommand = class _DeleteStageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2048
|
-
...commonParams
|
|
2049
|
-
}).m(function(Command, cs, config, o) {
|
|
2031
|
+
var _DeleteStageCommand = class _DeleteStageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2050
2032
|
return [
|
|
2051
2033
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2052
2034
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2060,9 +2042,7 @@ var DeleteStageCommand = _DeleteStageCommand;
|
|
|
2060
2042
|
|
|
2061
2043
|
|
|
2062
2044
|
|
|
2063
|
-
var _DeleteStorageConfigurationCommand = class _DeleteStorageConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2064
|
-
...commonParams
|
|
2065
|
-
}).m(function(Command, cs, config, o) {
|
|
2045
|
+
var _DeleteStorageConfigurationCommand = class _DeleteStorageConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2066
2046
|
return [
|
|
2067
2047
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2068
2048
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2076,9 +2056,7 @@ var DeleteStorageConfigurationCommand = _DeleteStorageConfigurationCommand;
|
|
|
2076
2056
|
|
|
2077
2057
|
|
|
2078
2058
|
|
|
2079
|
-
var _DisconnectParticipantCommand = class _DisconnectParticipantCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2080
|
-
...commonParams
|
|
2081
|
-
}).m(function(Command, cs, config, o) {
|
|
2059
|
+
var _DisconnectParticipantCommand = class _DisconnectParticipantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2082
2060
|
return [
|
|
2083
2061
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2084
2062
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2092,9 +2070,7 @@ var DisconnectParticipantCommand = _DisconnectParticipantCommand;
|
|
|
2092
2070
|
|
|
2093
2071
|
|
|
2094
2072
|
|
|
2095
|
-
var _GetCompositionCommand = class _GetCompositionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2096
|
-
...commonParams
|
|
2097
|
-
}).m(function(Command, cs, config, o) {
|
|
2073
|
+
var _GetCompositionCommand = class _GetCompositionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2098
2074
|
return [
|
|
2099
2075
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2100
2076
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2108,9 +2084,7 @@ var GetCompositionCommand = _GetCompositionCommand;
|
|
|
2108
2084
|
|
|
2109
2085
|
|
|
2110
2086
|
|
|
2111
|
-
var _GetEncoderConfigurationCommand = class _GetEncoderConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2112
|
-
...commonParams
|
|
2113
|
-
}).m(function(Command, cs, config, o) {
|
|
2087
|
+
var _GetEncoderConfigurationCommand = class _GetEncoderConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2114
2088
|
return [
|
|
2115
2089
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2116
2090
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2124,9 +2098,7 @@ var GetEncoderConfigurationCommand = _GetEncoderConfigurationCommand;
|
|
|
2124
2098
|
|
|
2125
2099
|
|
|
2126
2100
|
|
|
2127
|
-
var _GetIngestConfigurationCommand = class _GetIngestConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2128
|
-
...commonParams
|
|
2129
|
-
}).m(function(Command, cs, config, o) {
|
|
2101
|
+
var _GetIngestConfigurationCommand = class _GetIngestConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2130
2102
|
return [
|
|
2131
2103
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2132
2104
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2140,9 +2112,7 @@ var GetIngestConfigurationCommand = _GetIngestConfigurationCommand;
|
|
|
2140
2112
|
|
|
2141
2113
|
|
|
2142
2114
|
|
|
2143
|
-
var _GetParticipantCommand = class _GetParticipantCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2144
|
-
...commonParams
|
|
2145
|
-
}).m(function(Command, cs, config, o) {
|
|
2115
|
+
var _GetParticipantCommand = class _GetParticipantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2146
2116
|
return [
|
|
2147
2117
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2148
2118
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2156,9 +2126,7 @@ var GetParticipantCommand = _GetParticipantCommand;
|
|
|
2156
2126
|
|
|
2157
2127
|
|
|
2158
2128
|
|
|
2159
|
-
var _GetPublicKeyCommand = class _GetPublicKeyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2160
|
-
...commonParams
|
|
2161
|
-
}).m(function(Command, cs, config, o) {
|
|
2129
|
+
var _GetPublicKeyCommand = class _GetPublicKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2162
2130
|
return [
|
|
2163
2131
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2164
2132
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2172,9 +2140,7 @@ var GetPublicKeyCommand = _GetPublicKeyCommand;
|
|
|
2172
2140
|
|
|
2173
2141
|
|
|
2174
2142
|
|
|
2175
|
-
var _GetStageCommand = class _GetStageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2176
|
-
...commonParams
|
|
2177
|
-
}).m(function(Command, cs, config, o) {
|
|
2143
|
+
var _GetStageCommand = class _GetStageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2178
2144
|
return [
|
|
2179
2145
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2180
2146
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2188,9 +2154,7 @@ var GetStageCommand = _GetStageCommand;
|
|
|
2188
2154
|
|
|
2189
2155
|
|
|
2190
2156
|
|
|
2191
|
-
var _GetStageSessionCommand = class _GetStageSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2192
|
-
...commonParams
|
|
2193
|
-
}).m(function(Command, cs, config, o) {
|
|
2157
|
+
var _GetStageSessionCommand = class _GetStageSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2194
2158
|
return [
|
|
2195
2159
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2196
2160
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2204,9 +2168,7 @@ var GetStageSessionCommand = _GetStageSessionCommand;
|
|
|
2204
2168
|
|
|
2205
2169
|
|
|
2206
2170
|
|
|
2207
|
-
var _GetStorageConfigurationCommand = class _GetStorageConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2208
|
-
...commonParams
|
|
2209
|
-
}).m(function(Command, cs, config, o) {
|
|
2171
|
+
var _GetStorageConfigurationCommand = class _GetStorageConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2210
2172
|
return [
|
|
2211
2173
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2212
2174
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2220,9 +2182,7 @@ var GetStorageConfigurationCommand = _GetStorageConfigurationCommand;
|
|
|
2220
2182
|
|
|
2221
2183
|
|
|
2222
2184
|
|
|
2223
|
-
var _ImportPublicKeyCommand = class _ImportPublicKeyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2224
|
-
...commonParams
|
|
2225
|
-
}).m(function(Command, cs, config, o) {
|
|
2185
|
+
var _ImportPublicKeyCommand = class _ImportPublicKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2226
2186
|
return [
|
|
2227
2187
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2228
2188
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2236,9 +2196,7 @@ var ImportPublicKeyCommand = _ImportPublicKeyCommand;
|
|
|
2236
2196
|
|
|
2237
2197
|
|
|
2238
2198
|
|
|
2239
|
-
var _ListCompositionsCommand = class _ListCompositionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2240
|
-
...commonParams
|
|
2241
|
-
}).m(function(Command, cs, config, o) {
|
|
2199
|
+
var _ListCompositionsCommand = class _ListCompositionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2242
2200
|
return [
|
|
2243
2201
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2244
2202
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2252,9 +2210,7 @@ var ListCompositionsCommand = _ListCompositionsCommand;
|
|
|
2252
2210
|
|
|
2253
2211
|
|
|
2254
2212
|
|
|
2255
|
-
var _ListEncoderConfigurationsCommand = class _ListEncoderConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2256
|
-
...commonParams
|
|
2257
|
-
}).m(function(Command, cs, config, o) {
|
|
2213
|
+
var _ListEncoderConfigurationsCommand = class _ListEncoderConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2258
2214
|
return [
|
|
2259
2215
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2260
2216
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2268,9 +2224,7 @@ var ListEncoderConfigurationsCommand = _ListEncoderConfigurationsCommand;
|
|
|
2268
2224
|
|
|
2269
2225
|
|
|
2270
2226
|
|
|
2271
|
-
var _ListIngestConfigurationsCommand = class _ListIngestConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2272
|
-
...commonParams
|
|
2273
|
-
}).m(function(Command, cs, config, o) {
|
|
2227
|
+
var _ListIngestConfigurationsCommand = class _ListIngestConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2274
2228
|
return [
|
|
2275
2229
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2276
2230
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2284,9 +2238,7 @@ var ListIngestConfigurationsCommand = _ListIngestConfigurationsCommand;
|
|
|
2284
2238
|
|
|
2285
2239
|
|
|
2286
2240
|
|
|
2287
|
-
var _ListParticipantEventsCommand = class _ListParticipantEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2288
|
-
...commonParams
|
|
2289
|
-
}).m(function(Command, cs, config, o) {
|
|
2241
|
+
var _ListParticipantEventsCommand = class _ListParticipantEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2290
2242
|
return [
|
|
2291
2243
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2292
2244
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2300,9 +2252,7 @@ var ListParticipantEventsCommand = _ListParticipantEventsCommand;
|
|
|
2300
2252
|
|
|
2301
2253
|
|
|
2302
2254
|
|
|
2303
|
-
var _ListParticipantsCommand = class _ListParticipantsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2304
|
-
...commonParams
|
|
2305
|
-
}).m(function(Command, cs, config, o) {
|
|
2255
|
+
var _ListParticipantsCommand = class _ListParticipantsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2306
2256
|
return [
|
|
2307
2257
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2308
2258
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2316,9 +2266,7 @@ var ListParticipantsCommand = _ListParticipantsCommand;
|
|
|
2316
2266
|
|
|
2317
2267
|
|
|
2318
2268
|
|
|
2319
|
-
var _ListPublicKeysCommand = class _ListPublicKeysCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2320
|
-
...commonParams
|
|
2321
|
-
}).m(function(Command, cs, config, o) {
|
|
2269
|
+
var _ListPublicKeysCommand = class _ListPublicKeysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2322
2270
|
return [
|
|
2323
2271
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2324
2272
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2332,9 +2280,7 @@ var ListPublicKeysCommand = _ListPublicKeysCommand;
|
|
|
2332
2280
|
|
|
2333
2281
|
|
|
2334
2282
|
|
|
2335
|
-
var _ListStagesCommand = class _ListStagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2336
|
-
...commonParams
|
|
2337
|
-
}).m(function(Command, cs, config, o) {
|
|
2283
|
+
var _ListStagesCommand = class _ListStagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2338
2284
|
return [
|
|
2339
2285
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2340
2286
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2348,9 +2294,7 @@ var ListStagesCommand = _ListStagesCommand;
|
|
|
2348
2294
|
|
|
2349
2295
|
|
|
2350
2296
|
|
|
2351
|
-
var _ListStageSessionsCommand = class _ListStageSessionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2352
|
-
...commonParams
|
|
2353
|
-
}).m(function(Command, cs, config, o) {
|
|
2297
|
+
var _ListStageSessionsCommand = class _ListStageSessionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2354
2298
|
return [
|
|
2355
2299
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2356
2300
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2364,9 +2308,7 @@ var ListStageSessionsCommand = _ListStageSessionsCommand;
|
|
|
2364
2308
|
|
|
2365
2309
|
|
|
2366
2310
|
|
|
2367
|
-
var _ListStorageConfigurationsCommand = class _ListStorageConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2368
|
-
...commonParams
|
|
2369
|
-
}).m(function(Command, cs, config, o) {
|
|
2311
|
+
var _ListStorageConfigurationsCommand = class _ListStorageConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2370
2312
|
return [
|
|
2371
2313
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2372
2314
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2380,9 +2322,7 @@ var ListStorageConfigurationsCommand = _ListStorageConfigurationsCommand;
|
|
|
2380
2322
|
|
|
2381
2323
|
|
|
2382
2324
|
|
|
2383
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2384
|
-
...commonParams
|
|
2385
|
-
}).m(function(Command, cs, config, o) {
|
|
2325
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2386
2326
|
return [
|
|
2387
2327
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2388
2328
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2396,9 +2336,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2396
2336
|
|
|
2397
2337
|
|
|
2398
2338
|
|
|
2399
|
-
var _StartCompositionCommand = class _StartCompositionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2400
|
-
...commonParams
|
|
2401
|
-
}).m(function(Command, cs, config, o) {
|
|
2339
|
+
var _StartCompositionCommand = class _StartCompositionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2402
2340
|
return [
|
|
2403
2341
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2404
2342
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2412,9 +2350,7 @@ var StartCompositionCommand = _StartCompositionCommand;
|
|
|
2412
2350
|
|
|
2413
2351
|
|
|
2414
2352
|
|
|
2415
|
-
var _StopCompositionCommand = class _StopCompositionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2416
|
-
...commonParams
|
|
2417
|
-
}).m(function(Command, cs, config, o) {
|
|
2353
|
+
var _StopCompositionCommand = class _StopCompositionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2418
2354
|
return [
|
|
2419
2355
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2420
2356
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2428,9 +2364,7 @@ var StopCompositionCommand = _StopCompositionCommand;
|
|
|
2428
2364
|
|
|
2429
2365
|
|
|
2430
2366
|
|
|
2431
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2432
|
-
...commonParams
|
|
2433
|
-
}).m(function(Command, cs, config, o) {
|
|
2367
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2434
2368
|
return [
|
|
2435
2369
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2436
2370
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2444,9 +2378,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2444
2378
|
|
|
2445
2379
|
|
|
2446
2380
|
|
|
2447
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2448
|
-
...commonParams
|
|
2449
|
-
}).m(function(Command, cs, config, o) {
|
|
2381
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2450
2382
|
return [
|
|
2451
2383
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2452
2384
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2460,9 +2392,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2460
2392
|
|
|
2461
2393
|
|
|
2462
2394
|
|
|
2463
|
-
var _UpdateIngestConfigurationCommand = class _UpdateIngestConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2464
|
-
...commonParams
|
|
2465
|
-
}).m(function(Command, cs, config, o) {
|
|
2395
|
+
var _UpdateIngestConfigurationCommand = class _UpdateIngestConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2466
2396
|
return [
|
|
2467
2397
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2468
2398
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2476,9 +2406,7 @@ var UpdateIngestConfigurationCommand = _UpdateIngestConfigurationCommand;
|
|
|
2476
2406
|
|
|
2477
2407
|
|
|
2478
2408
|
|
|
2479
|
-
var _UpdateStageCommand = class _UpdateStageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2480
|
-
...commonParams
|
|
2481
|
-
}).m(function(Command, cs, config, o) {
|
|
2409
|
+
var _UpdateStageCommand = class _UpdateStageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2482
2410
|
return [
|
|
2483
2411
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2484
2412
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateEncoderConfigurationCommand, se_CreateEncoderConfigurationComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateEncoderConfigurationCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_CreateIngestConfigurationCommand, se_CreateIngestConfigurationComman
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateIngestConfigurationCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateParticipantTokenCommand, se_CreateParticipantTokenCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateParticipantTokenCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateStageCommand, se_CreateStageCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateStageCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateStorageConfigurationCommand, se_CreateStorageConfigurationComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateStorageConfigurationCommand 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_DeleteEncoderConfigurationCommand, se_DeleteEncoderConfigurationComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteEncoderConfigurationCommand 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_DeleteIngestConfigurationCommand, se_DeleteIngestConfigurationComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteIngestConfigurationCommand 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_DeletePublicKeyCommand, se_DeletePublicKeyCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePublicKeyCommand 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_DeleteStageCommand, se_DeleteStageCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteStageCommand 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_DeleteStorageConfigurationCommand, se_DeleteStorageConfigurationComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteStorageConfigurationCommand 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_DisconnectParticipantCommand, se_DisconnectParticipantCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisconnectParticipantCommand 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_GetCompositionCommand, se_GetCompositionCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCompositionCommand 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_GetEncoderConfigurationCommand, se_GetEncoderConfigurationCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEncoderConfigurationCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_GetIngestConfigurationCommand, se_GetIngestConfigurationCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetIngestConfigurationCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetParticipantCommand, se_GetParticipantCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetParticipantCommand 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_GetPublicKeyCommand, se_GetPublicKeyCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPublicKeyCommand 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_GetStageCommand, se_GetStageCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetStageCommand 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_GetStageSessionCommand, se_GetStageSessionCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetStageSessionCommand 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_GetStorageConfigurationCommand, se_GetStorageConfigurationCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetStorageConfigurationCommand 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_ImportPublicKeyCommand, se_ImportPublicKeyCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ImportPublicKeyCommand 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_ListCompositionsCommand, se_ListCompositionsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCompositionsCommand 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_ListEncoderConfigurationsCommand, se_ListEncoderConfigurationsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListEncoderConfigurationsCommand 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_ListIngestConfigurationsCommand, se_ListIngestConfigurationsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListIngestConfigurationsCommand 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_ListParticipantEventsCommand, se_ListParticipantEventsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListParticipantEventsCommand 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_ListParticipantsCommand, se_ListParticipantsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListParticipantsCommand 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_ListPublicKeysCommand, se_ListPublicKeysCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPublicKeysCommand 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_ListStageSessionsCommand, se_ListStageSessionsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListStageSessionsCommand 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_ListStagesCommand, se_ListStagesCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListStagesCommand 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_ListStorageConfigurationsCommand, se_ListStorageConfigurationsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListStorageConfigurationsCommand 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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand 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_StartCompositionCommand, se_StartCompositionCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartCompositionCommand 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_StopCompositionCommand, se_StopCompositionCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopCompositionCommand 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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand 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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateIngestConfigurationCommand, se_UpdateIngestConfigurationComman
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateIngestConfigurationCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateStageCommand, se_UpdateStageCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateStageCommand 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),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ivs-realtime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivs Realtime Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.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-ivs-realtime",
|
|
@@ -20,10 +20,10 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|