@aws-sdk/client-medialive 3.52.0 → 3.53.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/CHANGELOG.md +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/MediaLiveServiceException.js +11 -0
- package/dist-cjs/models/models_1.js +132 -4
- package/dist-cjs/protocols/Aws_restJson1.js +784 -3150
- package/dist-es/index.js +1 -0
- package/dist-es/models/MediaLiveServiceException.js +12 -0
- package/dist-es/models/models_1.js +120 -1
- package/dist-es/protocols/Aws_restJson1.js +1635 -3388
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/MediaLiveServiceException.d.ts +10 -0
- package/dist-types/models/models_1.d.ts +65 -28
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/MediaLiveServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_1.d.ts +47 -28
- package/package.json +26 -26
package/dist-types/index.d.ts
CHANGED
|
@@ -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 {
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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",
|
|
@@ -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 {
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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",
|
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.
|
|
4
|
+
"version": "3.53.0",
|
|
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.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.53.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.53.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.53.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.53.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.53.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.53.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.53.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.53.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.53.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.53.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.53.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.53.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.53.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.53.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.53.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.53.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.53.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.53.0",
|
|
39
|
+
"@aws-sdk/types": "3.53.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.53.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.52.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.52.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.53.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.53.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.53.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.53.0",
|
|
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.
|
|
51
|
+
"@aws-sdk/util-waiter": "3.53.0",
|
|
52
52
|
"tslib": "^2.3.0",
|
|
53
53
|
"uuid": "^8.3.2"
|
|
54
54
|
},
|