@aws-sdk/client-medialive 3.165.0 → 3.169.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 +27 -0
- package/dist-cjs/commands/UpdateChannelClassCommand.js +3 -3
- package/dist-cjs/commands/UpdateChannelCommand.js +3 -3
- package/dist-cjs/commands/UpdateInputCommand.js +1 -2
- package/dist-cjs/models/models_0.js +32 -24
- package/dist-cjs/models/models_1.js +30 -26
- package/dist-cjs/models/models_2.js +21 -1
- package/dist-cjs/protocols/Aws_restJson1.js +40 -0
- package/dist-es/commands/UpdateChannelClassCommand.js +1 -1
- package/dist-es/commands/UpdateChannelCommand.js +1 -1
- package/dist-es/commands/UpdateInputCommand.js +1 -2
- package/dist-es/models/models_0.js +25 -20
- package/dist-es/models/models_1.js +21 -5
- package/dist-es/models/models_2.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +32 -2
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInputCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +63 -16
- package/dist-types/models/models_1.d.ts +30 -142
- package/dist-types/models/models_2.d.ts +143 -2
- package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +42 -16
- package/dist-types/ts3.4/models/models_1.d.ts +24 -72
- package/dist-types/ts3.4/models/models_2.d.ts +73 -2
- package/package.json +35 -34
|
@@ -176,6 +176,44 @@ export interface Ac3Settings {
|
|
|
176
176
|
|
|
177
177
|
MetadataControl?: Ac3MetadataControl | string;
|
|
178
178
|
}
|
|
179
|
+
export declare enum Eac3AtmosCodingMode {
|
|
180
|
+
CODING_MODE_5_1_4 = "CODING_MODE_5_1_4",
|
|
181
|
+
CODING_MODE_7_1_4 = "CODING_MODE_7_1_4",
|
|
182
|
+
CODING_MODE_9_1_6 = "CODING_MODE_9_1_6"
|
|
183
|
+
}
|
|
184
|
+
export declare enum Eac3AtmosDrcLine {
|
|
185
|
+
FILM_LIGHT = "FILM_LIGHT",
|
|
186
|
+
FILM_STANDARD = "FILM_STANDARD",
|
|
187
|
+
MUSIC_LIGHT = "MUSIC_LIGHT",
|
|
188
|
+
MUSIC_STANDARD = "MUSIC_STANDARD",
|
|
189
|
+
NONE = "NONE",
|
|
190
|
+
SPEECH = "SPEECH"
|
|
191
|
+
}
|
|
192
|
+
export declare enum Eac3AtmosDrcRf {
|
|
193
|
+
FILM_LIGHT = "FILM_LIGHT",
|
|
194
|
+
FILM_STANDARD = "FILM_STANDARD",
|
|
195
|
+
MUSIC_LIGHT = "MUSIC_LIGHT",
|
|
196
|
+
MUSIC_STANDARD = "MUSIC_STANDARD",
|
|
197
|
+
NONE = "NONE",
|
|
198
|
+
SPEECH = "SPEECH"
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
export interface Eac3AtmosSettings {
|
|
202
|
+
|
|
203
|
+
Bitrate?: number;
|
|
204
|
+
|
|
205
|
+
CodingMode?: Eac3AtmosCodingMode | string;
|
|
206
|
+
|
|
207
|
+
Dialnorm?: number;
|
|
208
|
+
|
|
209
|
+
DrcLine?: Eac3AtmosDrcLine | string;
|
|
210
|
+
|
|
211
|
+
DrcRf?: Eac3AtmosDrcRf | string;
|
|
212
|
+
|
|
213
|
+
HeightTrim?: number;
|
|
214
|
+
|
|
215
|
+
SurroundTrim?: number;
|
|
216
|
+
}
|
|
179
217
|
export declare enum Eac3AttenuationControl {
|
|
180
218
|
ATTENUATE_3_DB = "ATTENUATE_3_DB",
|
|
181
219
|
NONE = "NONE"
|
|
@@ -329,6 +367,8 @@ export interface AudioCodecSettings {
|
|
|
329
367
|
|
|
330
368
|
Ac3Settings?: Ac3Settings;
|
|
331
369
|
|
|
370
|
+
Eac3AtmosSettings?: Eac3AtmosSettings;
|
|
371
|
+
|
|
332
372
|
Eac3Settings?: Eac3Settings;
|
|
333
373
|
|
|
334
374
|
Mp2Settings?: Mp2Settings;
|
|
@@ -2267,22 +2307,6 @@ export declare enum HlsProgramDateTime {
|
|
|
2267
2307
|
EXCLUDE = "EXCLUDE",
|
|
2268
2308
|
INCLUDE = "INCLUDE"
|
|
2269
2309
|
}
|
|
2270
|
-
export declare enum HlsProgramDateTimeClock {
|
|
2271
|
-
INITIALIZE_FROM_OUTPUT_TIMECODE = "INITIALIZE_FROM_OUTPUT_TIMECODE",
|
|
2272
|
-
SYSTEM_CLOCK = "SYSTEM_CLOCK"
|
|
2273
|
-
}
|
|
2274
|
-
export declare enum HlsRedundantManifest {
|
|
2275
|
-
DISABLED = "DISABLED",
|
|
2276
|
-
ENABLED = "ENABLED"
|
|
2277
|
-
}
|
|
2278
|
-
export declare enum HlsSegmentationMode {
|
|
2279
|
-
USE_INPUT_SEGMENTATION = "USE_INPUT_SEGMENTATION",
|
|
2280
|
-
USE_SEGMENT_DURATION = "USE_SEGMENT_DURATION"
|
|
2281
|
-
}
|
|
2282
|
-
export declare enum HlsStreamInfResolution {
|
|
2283
|
-
EXCLUDE = "EXCLUDE",
|
|
2284
|
-
INCLUDE = "INCLUDE"
|
|
2285
|
-
}
|
|
2286
2310
|
|
|
2287
2311
|
export declare const InputChannelLevelFilterSensitiveLog: (obj: InputChannelLevel) => any;
|
|
2288
2312
|
|
|
@@ -2302,6 +2326,8 @@ export declare const AacSettingsFilterSensitiveLog: (obj: AacSettings) => any;
|
|
|
2302
2326
|
|
|
2303
2327
|
export declare const Ac3SettingsFilterSensitiveLog: (obj: Ac3Settings) => any;
|
|
2304
2328
|
|
|
2329
|
+
export declare const Eac3AtmosSettingsFilterSensitiveLog: (obj: Eac3AtmosSettings) => any;
|
|
2330
|
+
|
|
2305
2331
|
export declare const Eac3SettingsFilterSensitiveLog: (obj: Eac3Settings) => any;
|
|
2306
2332
|
|
|
2307
2333
|
export declare const Mp2SettingsFilterSensitiveLog: (obj: Mp2Settings) => any;
|
|
@@ -2,7 +2,23 @@
|
|
|
2
2
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Readable } from "stream";
|
|
4
4
|
import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
|
|
5
|
-
import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CaptionLanguageMapping, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, ChannelSummary, DeviceSettingsSyncState, DeviceUpdateStatus, FrameCaptureGroupSettings, Hdr10Settings, HlsAdMarkers, HlsCaptionLanguageSetting, HlsCdnSettings, HlsClientCache, HlsCodecSpecification, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsId3SegmentTaggingState, HlsIncompleteSegmentBehavior, HlsIvInManifest, HlsIvSource, HlsManifestCompression, HlsManifestDurationFormat, HlsMode, HlsOutputSelection, HlsProgramDateTime,
|
|
5
|
+
import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CaptionLanguageMapping, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, ChannelSummary, DeviceSettingsSyncState, DeviceUpdateStatus, FrameCaptureGroupSettings, Hdr10Settings, HlsAdMarkers, HlsCaptionLanguageSetting, HlsCdnSettings, HlsClientCache, HlsCodecSpecification, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsId3SegmentTaggingState, HlsIncompleteSegmentBehavior, HlsIvInManifest, HlsIvSource, HlsManifestCompression, HlsManifestDurationFormat, HlsMode, HlsOutputSelection, HlsProgramDateTime, IFrameOnlyPlaylistType, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputLossActionForHlsOut, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, KeyProviderSettings, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, Offering, OfferingDurationUnits, OfferingType, Output, OutputDestination, OutputLocationRef, ReservationResourceSpecification, VpcOutputSettingsDescription } from "./models_0";
|
|
6
|
+
export declare enum HlsProgramDateTimeClock {
|
|
7
|
+
INITIALIZE_FROM_OUTPUT_TIMECODE = "INITIALIZE_FROM_OUTPUT_TIMECODE",
|
|
8
|
+
SYSTEM_CLOCK = "SYSTEM_CLOCK"
|
|
9
|
+
}
|
|
10
|
+
export declare enum HlsRedundantManifest {
|
|
11
|
+
DISABLED = "DISABLED",
|
|
12
|
+
ENABLED = "ENABLED"
|
|
13
|
+
}
|
|
14
|
+
export declare enum HlsSegmentationMode {
|
|
15
|
+
USE_INPUT_SEGMENTATION = "USE_INPUT_SEGMENTATION",
|
|
16
|
+
USE_SEGMENT_DURATION = "USE_SEGMENT_DURATION"
|
|
17
|
+
}
|
|
18
|
+
export declare enum HlsStreamInfResolution {
|
|
19
|
+
EXCLUDE = "EXCLUDE",
|
|
20
|
+
INCLUDE = "INCLUDE"
|
|
21
|
+
}
|
|
6
22
|
export declare enum HlsTimedMetadataId3Frame {
|
|
7
23
|
NONE = "NONE",
|
|
8
24
|
PRIV = "PRIV",
|
|
@@ -927,10 +943,15 @@ export declare enum H265ColorMetadata {
|
|
|
927
943
|
INSERT = "INSERT"
|
|
928
944
|
}
|
|
929
945
|
|
|
946
|
+
export interface DolbyVision81Settings {
|
|
947
|
+
}
|
|
948
|
+
|
|
930
949
|
export interface H265ColorSpaceSettings {
|
|
931
950
|
|
|
932
951
|
ColorSpacePassthroughSettings?: ColorSpacePassthroughSettings;
|
|
933
952
|
|
|
953
|
+
DolbyVision81Settings?: DolbyVision81Settings;
|
|
954
|
+
|
|
934
955
|
Hdr10Settings?: Hdr10Settings;
|
|
935
956
|
|
|
936
957
|
Rec601Settings?: Rec601Settings;
|
|
@@ -2746,67 +2767,6 @@ export interface TransferInputDeviceRequest {
|
|
|
2746
2767
|
export interface TransferInputDeviceResponse {
|
|
2747
2768
|
}
|
|
2748
2769
|
|
|
2749
|
-
export interface UpdateChannelRequest {
|
|
2750
|
-
|
|
2751
|
-
CdiInputSpecification?: CdiInputSpecification;
|
|
2752
|
-
|
|
2753
|
-
ChannelId: string | undefined;
|
|
2754
|
-
|
|
2755
|
-
Destinations?: OutputDestination[];
|
|
2756
|
-
|
|
2757
|
-
EncoderSettings?: EncoderSettings;
|
|
2758
|
-
|
|
2759
|
-
InputAttachments?: InputAttachment[];
|
|
2760
|
-
|
|
2761
|
-
InputSpecification?: InputSpecification;
|
|
2762
|
-
|
|
2763
|
-
LogLevel?: LogLevel | string;
|
|
2764
|
-
|
|
2765
|
-
Maintenance?: MaintenanceUpdateSettings;
|
|
2766
|
-
|
|
2767
|
-
Name?: string;
|
|
2768
|
-
|
|
2769
|
-
RoleArn?: string;
|
|
2770
|
-
}
|
|
2771
|
-
|
|
2772
|
-
export interface UpdateChannelResponse {
|
|
2773
|
-
|
|
2774
|
-
Channel?: Channel;
|
|
2775
|
-
}
|
|
2776
|
-
|
|
2777
|
-
export interface UpdateChannelClassRequest {
|
|
2778
|
-
|
|
2779
|
-
ChannelClass: ChannelClass | string | undefined;
|
|
2780
|
-
|
|
2781
|
-
ChannelId: string | undefined;
|
|
2782
|
-
|
|
2783
|
-
Destinations?: OutputDestination[];
|
|
2784
|
-
}
|
|
2785
|
-
|
|
2786
|
-
export interface UpdateChannelClassResponse {
|
|
2787
|
-
|
|
2788
|
-
Channel?: Channel;
|
|
2789
|
-
}
|
|
2790
|
-
|
|
2791
|
-
export interface UpdateInputRequest {
|
|
2792
|
-
|
|
2793
|
-
Destinations?: InputDestinationRequest[];
|
|
2794
|
-
|
|
2795
|
-
InputDevices?: InputDeviceRequest[];
|
|
2796
|
-
|
|
2797
|
-
InputId: string | undefined;
|
|
2798
|
-
|
|
2799
|
-
InputSecurityGroups?: string[];
|
|
2800
|
-
|
|
2801
|
-
MediaConnectFlows?: MediaConnectFlowRequest[];
|
|
2802
|
-
|
|
2803
|
-
Name?: string;
|
|
2804
|
-
|
|
2805
|
-
RoleArn?: string;
|
|
2806
|
-
|
|
2807
|
-
Sources?: InputSourceRequest[];
|
|
2808
|
-
}
|
|
2809
|
-
|
|
2810
2770
|
export declare const HlsGroupSettingsFilterSensitiveLog: (obj: HlsGroupSettings) => any;
|
|
2811
2771
|
|
|
2812
2772
|
export declare const MediaPackageGroupSettingsFilterSensitiveLog: (obj: MediaPackageGroupSettings) => any;
|
|
@@ -2901,6 +2861,8 @@ export declare const H264FilterSettingsFilterSensitiveLog: (obj: H264FilterSetti
|
|
|
2901
2861
|
|
|
2902
2862
|
export declare const H264SettingsFilterSensitiveLog: (obj: H264Settings) => any;
|
|
2903
2863
|
|
|
2864
|
+
export declare const DolbyVision81SettingsFilterSensitiveLog: (obj: DolbyVision81Settings) => any;
|
|
2865
|
+
|
|
2904
2866
|
export declare const H265ColorSpaceSettingsFilterSensitiveLog: (obj: H265ColorSpaceSettings) => any;
|
|
2905
2867
|
|
|
2906
2868
|
export declare const H265FilterSettingsFilterSensitiveLog: (obj: H265FilterSettings) => any;
|
|
@@ -3180,13 +3142,3 @@ export declare const StopMultiplexResponseFilterSensitiveLog: (obj: StopMultiple
|
|
|
3180
3142
|
export declare const TransferInputDeviceRequestFilterSensitiveLog: (obj: TransferInputDeviceRequest) => any;
|
|
3181
3143
|
|
|
3182
3144
|
export declare const TransferInputDeviceResponseFilterSensitiveLog: (obj: TransferInputDeviceResponse) => any;
|
|
3183
|
-
|
|
3184
|
-
export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
|
|
3185
|
-
|
|
3186
|
-
export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
|
|
3187
|
-
|
|
3188
|
-
export declare const UpdateChannelClassRequestFilterSensitiveLog: (obj: UpdateChannelClassRequest) => any;
|
|
3189
|
-
|
|
3190
|
-
export declare const UpdateChannelClassResponseFilterSensitiveLog: (obj: UpdateChannelClassResponse) => any;
|
|
3191
|
-
|
|
3192
|
-
export declare const UpdateInputRequestFilterSensitiveLog: (obj: UpdateInputRequest) => any;
|
|
@@ -1,5 +1,66 @@
|
|
|
1
|
-
import { DeviceSettingsSyncState, DeviceUpdateStatus, Input, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputWhitelistRuleCidr } from "./models_0";
|
|
2
|
-
import { InputDeviceConfigurableSettings, Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, RenewalSettings, Reservation } from "./models_1";
|
|
1
|
+
import { CdiInputSpecification, ChannelClass, DeviceSettingsSyncState, DeviceUpdateStatus, Input, InputAttachment, InputDestinationRequest, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputSourceRequest, InputSpecification, InputWhitelistRuleCidr, LogLevel, MediaConnectFlowRequest, OutputDestination } from "./models_0";
|
|
2
|
+
import { Channel, EncoderSettings, InputDeviceConfigurableSettings, MaintenanceUpdateSettings, Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, RenewalSettings, Reservation } from "./models_1";
|
|
3
|
+
|
|
4
|
+
export interface UpdateChannelRequest {
|
|
5
|
+
|
|
6
|
+
CdiInputSpecification?: CdiInputSpecification;
|
|
7
|
+
|
|
8
|
+
ChannelId: string | undefined;
|
|
9
|
+
|
|
10
|
+
Destinations?: OutputDestination[];
|
|
11
|
+
|
|
12
|
+
EncoderSettings?: EncoderSettings;
|
|
13
|
+
|
|
14
|
+
InputAttachments?: InputAttachment[];
|
|
15
|
+
|
|
16
|
+
InputSpecification?: InputSpecification;
|
|
17
|
+
|
|
18
|
+
LogLevel?: LogLevel | string;
|
|
19
|
+
|
|
20
|
+
Maintenance?: MaintenanceUpdateSettings;
|
|
21
|
+
|
|
22
|
+
Name?: string;
|
|
23
|
+
|
|
24
|
+
RoleArn?: string;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export interface UpdateChannelResponse {
|
|
28
|
+
|
|
29
|
+
Channel?: Channel;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export interface UpdateChannelClassRequest {
|
|
33
|
+
|
|
34
|
+
ChannelClass: ChannelClass | string | undefined;
|
|
35
|
+
|
|
36
|
+
ChannelId: string | undefined;
|
|
37
|
+
|
|
38
|
+
Destinations?: OutputDestination[];
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export interface UpdateChannelClassResponse {
|
|
42
|
+
|
|
43
|
+
Channel?: Channel;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export interface UpdateInputRequest {
|
|
47
|
+
|
|
48
|
+
Destinations?: InputDestinationRequest[];
|
|
49
|
+
|
|
50
|
+
InputDevices?: InputDeviceRequest[];
|
|
51
|
+
|
|
52
|
+
InputId: string | undefined;
|
|
53
|
+
|
|
54
|
+
InputSecurityGroups?: string[];
|
|
55
|
+
|
|
56
|
+
MediaConnectFlows?: MediaConnectFlowRequest[];
|
|
57
|
+
|
|
58
|
+
Name?: string;
|
|
59
|
+
|
|
60
|
+
RoleArn?: string;
|
|
61
|
+
|
|
62
|
+
Sources?: InputSourceRequest[];
|
|
63
|
+
}
|
|
3
64
|
|
|
4
65
|
export interface UpdateInputResponse {
|
|
5
66
|
|
|
@@ -100,6 +161,16 @@ export interface UpdateReservationResponse {
|
|
|
100
161
|
Reservation?: Reservation;
|
|
101
162
|
}
|
|
102
163
|
|
|
164
|
+
export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
|
|
165
|
+
|
|
166
|
+
export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
|
|
167
|
+
|
|
168
|
+
export declare const UpdateChannelClassRequestFilterSensitiveLog: (obj: UpdateChannelClassRequest) => any;
|
|
169
|
+
|
|
170
|
+
export declare const UpdateChannelClassResponseFilterSensitiveLog: (obj: UpdateChannelClassResponse) => any;
|
|
171
|
+
|
|
172
|
+
export declare const UpdateInputRequestFilterSensitiveLog: (obj: UpdateInputRequest) => any;
|
|
173
|
+
|
|
103
174
|
export declare const UpdateInputResponseFilterSensitiveLog: (obj: UpdateInputResponse) => any;
|
|
104
175
|
|
|
105
176
|
export declare const UpdateInputDeviceRequestFilterSensitiveLog: (obj: UpdateInputDeviceRequest) => any;
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
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.169.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",
|
|
8
8
|
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
|
+
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
10
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
|
|
@@ -18,43 +19,43 @@
|
|
|
18
19
|
"dependencies": {
|
|
19
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
21
|
"@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-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
43
|
-
"@aws-sdk/util-base64-node": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
51
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
52
|
-
"@aws-sdk/util-waiter": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.169.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.168.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.169.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.168.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.168.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.168.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.168.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.168.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.168.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.168.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.169.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.168.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.168.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.168.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.168.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.168.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.168.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.168.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.168.0",
|
|
41
|
+
"@aws-sdk/types": "3.168.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.168.0",
|
|
43
|
+
"@aws-sdk/util-base64-browser": "3.168.0",
|
|
44
|
+
"@aws-sdk/util-base64-node": "3.168.0",
|
|
45
|
+
"@aws-sdk/util-body-length-browser": "3.168.0",
|
|
46
|
+
"@aws-sdk/util-body-length-node": "3.168.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.168.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.168.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.168.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.168.0",
|
|
51
|
+
"@aws-sdk/util-utf8-browser": "3.168.0",
|
|
52
|
+
"@aws-sdk/util-utf8-node": "3.168.0",
|
|
53
|
+
"@aws-sdk/util-waiter": "3.168.0",
|
|
53
54
|
"tslib": "^2.3.1",
|
|
54
55
|
"uuid": "^8.3.2"
|
|
55
56
|
},
|
|
56
57
|
"devDependencies": {
|
|
57
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.168.0",
|
|
58
59
|
"@tsconfig/recommended": "1.0.1",
|
|
59
60
|
"@types/node": "^12.7.5",
|
|
60
61
|
"@types/uuid": "^8.3.0",
|