@aws-sdk/client-medialive 3.52.0 → 3.54.1

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.
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
7
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
8
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput } from "./commands/AcceptInputDeviceTransferCommand";
10
10
  import { BatchDeleteCommandInput, BatchDeleteCommandOutput } from "./commands/BatchDeleteCommand";
11
11
  import { BatchStartCommandInput, BatchStartCommandOutput } from "./commands/BatchStartCommand";
@@ -85,7 +85,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
85
85
  * A function that can calculate the length of a request body.
86
86
  * @internal
87
87
  */
88
- bodyLengthChecker?: (body: any) => number | undefined;
88
+ bodyLengthChecker?: __BodyLengthCalculator;
89
89
  /**
90
90
  * A function that converts a stream into an array of bytes.
91
91
  * @internal
@@ -4,3 +4,4 @@ export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
6
  export * from "./waiters";
7
+ export { MediaLiveServiceException } from "./models/MediaLiveServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from MediaLive service.
4
+ */
5
+ export declare class MediaLiveServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }
@@ -1,6 +1,7 @@
1
1
  /// <reference types="node" />
2
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
3
3
  import { Readable } from "stream";
4
+ import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
4
5
  import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, ChannelSummary, DeviceSettingsSyncState, DeviceUpdateStatus, FrameCaptureGroupSettings, Hdr10Settings, HlsGroupSettings, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, LogLevel, MediaConnectFlow, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, Offering, OfferingDurationUnits, OfferingType, Output, OutputDestination, OutputLocationRef, ReservationResourceSpecification, VpcOutputSettingsDescription } from "./models_0";
5
6
  /**
6
7
  * Media Package Group Settings
@@ -2098,97 +2099,129 @@ export declare namespace AcceptInputDeviceTransferResponse {
2098
2099
  /**
2099
2100
  * Placeholder documentation for BadGatewayException
2100
2101
  */
2101
- export interface BadGatewayException extends __SmithyException, $MetadataBearer {
2102
- name: "BadGatewayException";
2103
- $fault: "server";
2102
+ export declare class BadGatewayException extends __BaseException {
2103
+ readonly name: "BadGatewayException";
2104
+ readonly $fault: "server";
2104
2105
  /**
2105
2106
  * Placeholder documentation for __string
2106
2107
  */
2107
2108
  Message?: string;
2109
+ /**
2110
+ * @internal
2111
+ */
2112
+ constructor(opts: __ExceptionOptionType<BadGatewayException, __BaseException>);
2108
2113
  }
2109
2114
  /**
2110
2115
  * Placeholder documentation for BadRequestException
2111
2116
  */
2112
- export interface BadRequestException extends __SmithyException, $MetadataBearer {
2113
- name: "BadRequestException";
2114
- $fault: "client";
2117
+ export declare class BadRequestException extends __BaseException {
2118
+ readonly name: "BadRequestException";
2119
+ readonly $fault: "client";
2115
2120
  /**
2116
2121
  * Placeholder documentation for __string
2117
2122
  */
2118
2123
  Message?: string;
2124
+ /**
2125
+ * @internal
2126
+ */
2127
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
2119
2128
  }
2120
2129
  /**
2121
2130
  * Placeholder documentation for ConflictException
2122
2131
  */
2123
- export interface ConflictException extends __SmithyException, $MetadataBearer {
2124
- name: "ConflictException";
2125
- $fault: "client";
2132
+ export declare class ConflictException extends __BaseException {
2133
+ readonly name: "ConflictException";
2134
+ readonly $fault: "client";
2126
2135
  /**
2127
2136
  * Placeholder documentation for __string
2128
2137
  */
2129
2138
  Message?: string;
2139
+ /**
2140
+ * @internal
2141
+ */
2142
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
2130
2143
  }
2131
2144
  /**
2132
2145
  * Placeholder documentation for ForbiddenException
2133
2146
  */
2134
- export interface ForbiddenException extends __SmithyException, $MetadataBearer {
2135
- name: "ForbiddenException";
2136
- $fault: "client";
2147
+ export declare class ForbiddenException extends __BaseException {
2148
+ readonly name: "ForbiddenException";
2149
+ readonly $fault: "client";
2137
2150
  /**
2138
2151
  * Placeholder documentation for __string
2139
2152
  */
2140
2153
  Message?: string;
2154
+ /**
2155
+ * @internal
2156
+ */
2157
+ constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
2141
2158
  }
2142
2159
  /**
2143
2160
  * Placeholder documentation for GatewayTimeoutException
2144
2161
  */
2145
- export interface GatewayTimeoutException extends __SmithyException, $MetadataBearer {
2146
- name: "GatewayTimeoutException";
2147
- $fault: "server";
2162
+ export declare class GatewayTimeoutException extends __BaseException {
2163
+ readonly name: "GatewayTimeoutException";
2164
+ readonly $fault: "server";
2148
2165
  /**
2149
2166
  * Placeholder documentation for __string
2150
2167
  */
2151
2168
  Message?: string;
2169
+ /**
2170
+ * @internal
2171
+ */
2172
+ constructor(opts: __ExceptionOptionType<GatewayTimeoutException, __BaseException>);
2152
2173
  }
2153
2174
  /**
2154
2175
  * Placeholder documentation for InternalServerErrorException
2155
2176
  */
2156
- export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
2157
- name: "InternalServerErrorException";
2158
- $fault: "server";
2177
+ export declare class InternalServerErrorException extends __BaseException {
2178
+ readonly name: "InternalServerErrorException";
2179
+ readonly $fault: "server";
2159
2180
  /**
2160
2181
  * Placeholder documentation for __string
2161
2182
  */
2162
2183
  Message?: string;
2184
+ /**
2185
+ * @internal
2186
+ */
2187
+ constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
2163
2188
  }
2164
2189
  /**
2165
2190
  * Placeholder documentation for NotFoundException
2166
2191
  */
2167
- export interface NotFoundException extends __SmithyException, $MetadataBearer {
2168
- name: "NotFoundException";
2169
- $fault: "client";
2192
+ export declare class NotFoundException extends __BaseException {
2193
+ readonly name: "NotFoundException";
2194
+ readonly $fault: "client";
2170
2195
  /**
2171
2196
  * Placeholder documentation for __string
2172
2197
  */
2173
2198
  Message?: string;
2199
+ /**
2200
+ * @internal
2201
+ */
2202
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
2174
2203
  }
2175
2204
  /**
2176
2205
  * Placeholder documentation for TooManyRequestsException
2177
2206
  */
2178
- export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
2179
- name: "TooManyRequestsException";
2180
- $fault: "client";
2207
+ export declare class TooManyRequestsException extends __BaseException {
2208
+ readonly name: "TooManyRequestsException";
2209
+ readonly $fault: "client";
2181
2210
  /**
2182
2211
  * Placeholder documentation for __string
2183
2212
  */
2184
2213
  Message?: string;
2214
+ /**
2215
+ * @internal
2216
+ */
2217
+ constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
2185
2218
  }
2186
2219
  /**
2187
2220
  * Placeholder documentation for UnprocessableEntityException
2188
2221
  */
2189
- export interface UnprocessableEntityException extends __SmithyException, $MetadataBearer {
2190
- name: "UnprocessableEntityException";
2191
- $fault: "client";
2222
+ export declare class UnprocessableEntityException extends __BaseException {
2223
+ readonly name: "UnprocessableEntityException";
2224
+ readonly $fault: "client";
2192
2225
  /**
2193
2226
  * The error message.
2194
2227
  */
@@ -2197,6 +2230,10 @@ export interface UnprocessableEntityException extends __SmithyException, $Metada
2197
2230
  * A collection of validation error responses.
2198
2231
  */
2199
2232
  ValidationErrors?: ValidationError[];
2233
+ /**
2234
+ * @internal
2235
+ */
2236
+ constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
2200
2237
  }
2201
2238
  export declare enum AvailBlankingState {
2202
2239
  DISABLED = "DISABLED",
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
8
8
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
9
  base64Decoder: import("@aws-sdk/types").Decoder;
10
10
  base64Encoder: import("@aws-sdk/types").Encoder;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
14
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
8
8
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
9
  base64Decoder: import("@aws-sdk/types").Decoder;
10
10
  base64Encoder: import("@aws-sdk/types").Encoder;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
14
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
8
8
  requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
10
  urlParser: import("@aws-sdk/types").UrlParser;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  streamCollector: import("@aws-sdk/types").StreamCollector;
13
13
  base64Decoder: import("@aws-sdk/types").Decoder;
14
14
  base64Encoder: import("@aws-sdk/types").Encoder;
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
7
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
8
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput } from "./commands/AcceptInputDeviceTransferCommand";
10
10
  import { BatchDeleteCommandInput, BatchDeleteCommandOutput } from "./commands/BatchDeleteCommand";
11
11
  import { BatchStartCommandInput, BatchStartCommandOutput } from "./commands/BatchStartCommand";
@@ -73,7 +73,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
73
73
 
74
74
  urlParser?: __UrlParser;
75
75
 
76
- bodyLengthChecker?: (body: any) => number | undefined;
76
+ bodyLengthChecker?: __BodyLengthCalculator;
77
77
 
78
78
  streamCollector?: __StreamCollector;
79
79
 
@@ -4,3 +4,4 @@ export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
6
  export * from "./waiters";
7
+ export { MediaLiveServiceException } from "./models/MediaLiveServiceException";
@@ -0,0 +1,6 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+
3
+ export declare class MediaLiveServiceException extends __ServiceException {
4
+
5
+ constructor(options: __ServiceExceptionOptions);
6
+ }
@@ -1,6 +1,7 @@
1
1
 
2
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
3
3
  import { Readable } from "stream";
4
+ import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
4
5
  import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, ChannelSummary, DeviceSettingsSyncState, DeviceUpdateStatus, FrameCaptureGroupSettings, Hdr10Settings, HlsGroupSettings, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, LogLevel, MediaConnectFlow, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, Offering, OfferingDurationUnits, OfferingType, Output, OutputDestination, OutputLocationRef, ReservationResourceSpecification, VpcOutputSettingsDescription } from "./models_0";
5
6
 
6
7
  export interface MediaPackageGroupSettings {
@@ -1286,69 +1287,87 @@ export declare namespace AcceptInputDeviceTransferResponse {
1286
1287
  const filterSensitiveLog: (obj: AcceptInputDeviceTransferResponse) => any;
1287
1288
  }
1288
1289
 
1289
- export interface BadGatewayException extends __SmithyException, $MetadataBearer {
1290
- name: "BadGatewayException";
1291
- $fault: "server";
1290
+ export declare class BadGatewayException extends __BaseException {
1291
+ readonly name: "BadGatewayException";
1292
+ readonly $fault: "server";
1292
1293
 
1293
1294
  Message?: string;
1295
+
1296
+ constructor(opts: __ExceptionOptionType<BadGatewayException, __BaseException>);
1294
1297
  }
1295
1298
 
1296
- export interface BadRequestException extends __SmithyException, $MetadataBearer {
1297
- name: "BadRequestException";
1298
- $fault: "client";
1299
+ export declare class BadRequestException extends __BaseException {
1300
+ readonly name: "BadRequestException";
1301
+ readonly $fault: "client";
1299
1302
 
1300
1303
  Message?: string;
1304
+
1305
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
1301
1306
  }
1302
1307
 
1303
- export interface ConflictException extends __SmithyException, $MetadataBearer {
1304
- name: "ConflictException";
1305
- $fault: "client";
1308
+ export declare class ConflictException extends __BaseException {
1309
+ readonly name: "ConflictException";
1310
+ readonly $fault: "client";
1306
1311
 
1307
1312
  Message?: string;
1313
+
1314
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
1308
1315
  }
1309
1316
 
1310
- export interface ForbiddenException extends __SmithyException, $MetadataBearer {
1311
- name: "ForbiddenException";
1312
- $fault: "client";
1317
+ export declare class ForbiddenException extends __BaseException {
1318
+ readonly name: "ForbiddenException";
1319
+ readonly $fault: "client";
1313
1320
 
1314
1321
  Message?: string;
1322
+
1323
+ constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
1315
1324
  }
1316
1325
 
1317
- export interface GatewayTimeoutException extends __SmithyException, $MetadataBearer {
1318
- name: "GatewayTimeoutException";
1319
- $fault: "server";
1326
+ export declare class GatewayTimeoutException extends __BaseException {
1327
+ readonly name: "GatewayTimeoutException";
1328
+ readonly $fault: "server";
1320
1329
 
1321
1330
  Message?: string;
1331
+
1332
+ constructor(opts: __ExceptionOptionType<GatewayTimeoutException, __BaseException>);
1322
1333
  }
1323
1334
 
1324
- export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
1325
- name: "InternalServerErrorException";
1326
- $fault: "server";
1335
+ export declare class InternalServerErrorException extends __BaseException {
1336
+ readonly name: "InternalServerErrorException";
1337
+ readonly $fault: "server";
1327
1338
 
1328
1339
  Message?: string;
1340
+
1341
+ constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
1329
1342
  }
1330
1343
 
1331
- export interface NotFoundException extends __SmithyException, $MetadataBearer {
1332
- name: "NotFoundException";
1333
- $fault: "client";
1344
+ export declare class NotFoundException extends __BaseException {
1345
+ readonly name: "NotFoundException";
1346
+ readonly $fault: "client";
1334
1347
 
1335
1348
  Message?: string;
1349
+
1350
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
1336
1351
  }
1337
1352
 
1338
- export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
1339
- name: "TooManyRequestsException";
1340
- $fault: "client";
1353
+ export declare class TooManyRequestsException extends __BaseException {
1354
+ readonly name: "TooManyRequestsException";
1355
+ readonly $fault: "client";
1341
1356
 
1342
1357
  Message?: string;
1358
+
1359
+ constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
1343
1360
  }
1344
1361
 
1345
- export interface UnprocessableEntityException extends __SmithyException, $MetadataBearer {
1346
- name: "UnprocessableEntityException";
1347
- $fault: "client";
1362
+ export declare class UnprocessableEntityException extends __BaseException {
1363
+ readonly name: "UnprocessableEntityException";
1364
+ readonly $fault: "client";
1348
1365
 
1349
1366
  Message?: string;
1350
1367
 
1351
1368
  ValidationErrors?: ValidationError[];
1369
+
1370
+ constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
1352
1371
  }
1353
1372
  export declare enum AvailBlankingState {
1354
1373
  DISABLED = "DISABLED",
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
6
6
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
7
  base64Decoder: import("@aws-sdk/types").Decoder;
8
8
  base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
6
6
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
7
  base64Decoder: import("@aws-sdk/types").Decoder;
8
8
  base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
6
6
  requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
7
  apiVersion: string;
8
8
  urlParser: import("@aws-sdk/types").UrlParser;
9
- bodyLengthChecker: (body: any) => number | undefined;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
10
  streamCollector: import("@aws-sdk/types").StreamCollector;
11
11
  base64Decoder: import("@aws-sdk/types").Decoder;
12
12
  base64Encoder: import("@aws-sdk/types").Encoder;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-medialive",
3
3
  "description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
4
- "version": "3.52.0",
4
+ "version": "3.54.1",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,37 +18,37 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.52.0",
22
- "@aws-sdk/config-resolver": "3.52.0",
23
- "@aws-sdk/credential-provider-node": "3.52.0",
24
- "@aws-sdk/fetch-http-handler": "3.52.0",
25
- "@aws-sdk/hash-node": "3.52.0",
26
- "@aws-sdk/invalid-dependency": "3.52.0",
27
- "@aws-sdk/middleware-content-length": "3.52.0",
28
- "@aws-sdk/middleware-host-header": "3.52.0",
29
- "@aws-sdk/middleware-logger": "3.52.0",
30
- "@aws-sdk/middleware-retry": "3.52.0",
31
- "@aws-sdk/middleware-serde": "3.52.0",
32
- "@aws-sdk/middleware-signing": "3.52.0",
33
- "@aws-sdk/middleware-stack": "3.52.0",
34
- "@aws-sdk/middleware-user-agent": "3.52.0",
35
- "@aws-sdk/node-config-provider": "3.52.0",
36
- "@aws-sdk/node-http-handler": "3.52.0",
37
- "@aws-sdk/protocol-http": "3.52.0",
38
- "@aws-sdk/smithy-client": "3.52.0",
39
- "@aws-sdk/types": "3.52.0",
40
- "@aws-sdk/url-parser": "3.52.0",
21
+ "@aws-sdk/client-sts": "3.54.1",
22
+ "@aws-sdk/config-resolver": "3.54.1",
23
+ "@aws-sdk/credential-provider-node": "3.54.1",
24
+ "@aws-sdk/fetch-http-handler": "3.54.1",
25
+ "@aws-sdk/hash-node": "3.54.1",
26
+ "@aws-sdk/invalid-dependency": "3.54.1",
27
+ "@aws-sdk/middleware-content-length": "3.54.1",
28
+ "@aws-sdk/middleware-host-header": "3.54.1",
29
+ "@aws-sdk/middleware-logger": "3.54.1",
30
+ "@aws-sdk/middleware-retry": "3.54.1",
31
+ "@aws-sdk/middleware-serde": "3.54.1",
32
+ "@aws-sdk/middleware-signing": "3.54.1",
33
+ "@aws-sdk/middleware-stack": "3.54.1",
34
+ "@aws-sdk/middleware-user-agent": "3.54.1",
35
+ "@aws-sdk/node-config-provider": "3.54.1",
36
+ "@aws-sdk/node-http-handler": "3.54.1",
37
+ "@aws-sdk/protocol-http": "3.54.1",
38
+ "@aws-sdk/smithy-client": "3.54.1",
39
+ "@aws-sdk/types": "3.54.1",
40
+ "@aws-sdk/url-parser": "3.54.1",
41
41
  "@aws-sdk/util-base64-browser": "3.52.0",
42
42
  "@aws-sdk/util-base64-node": "3.52.0",
43
- "@aws-sdk/util-body-length-browser": "3.52.0",
44
- "@aws-sdk/util-body-length-node": "3.52.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.52.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.52.0",
47
- "@aws-sdk/util-user-agent-browser": "3.52.0",
48
- "@aws-sdk/util-user-agent-node": "3.52.0",
43
+ "@aws-sdk/util-body-length-browser": "3.54.0",
44
+ "@aws-sdk/util-body-length-node": "3.54.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.54.1",
46
+ "@aws-sdk/util-defaults-mode-node": "3.54.1",
47
+ "@aws-sdk/util-user-agent-browser": "3.54.1",
48
+ "@aws-sdk/util-user-agent-node": "3.54.1",
49
49
  "@aws-sdk/util-utf8-browser": "3.52.0",
50
50
  "@aws-sdk/util-utf8-node": "3.52.0",
51
- "@aws-sdk/util-waiter": "3.52.0",
51
+ "@aws-sdk/util-waiter": "3.54.1",
52
52
  "tslib": "^2.3.0",
53
53
  "uuid": "^8.3.2"
54
54
  },