@aws-sdk/client-kinesis-video-archived-media 3.170.0 → 3.178.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 +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/KinesisVideoArchivedMedia.d.ts +0 -6
- package/dist-types/ts3.4/KinesisVideoArchivedMediaClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/GetClipCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDASHStreamingSessionURLCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetHLSStreamingSessionURLCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMediaForFragmentListCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFragmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/KinesisVideoArchivedMediaServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -102
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-kinesis-video-archived-media
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-kinesis-video-archived-media
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-kinesis-video-archived-media
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: KinesisVideoArchivedMediaClientC
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: KinesisVideoArchivedMediaClientC
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: KinesisVideoArchivedMediaClientC
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -24,7 +24,6 @@ import {
|
|
|
24
24
|
ListFragmentsCommandOutput,
|
|
25
25
|
} from "./commands/ListFragmentsCommand";
|
|
26
26
|
import { KinesisVideoArchivedMediaClient } from "./KinesisVideoArchivedMediaClient";
|
|
27
|
-
|
|
28
27
|
export declare class KinesisVideoArchivedMedia extends KinesisVideoArchivedMediaClient {
|
|
29
28
|
getClip(
|
|
30
29
|
args: GetClipCommandInput,
|
|
@@ -39,7 +38,6 @@ export declare class KinesisVideoArchivedMedia extends KinesisVideoArchivedMedia
|
|
|
39
38
|
options: __HttpHandlerOptions,
|
|
40
39
|
cb: (err: any, data?: GetClipCommandOutput) => void
|
|
41
40
|
): void;
|
|
42
|
-
|
|
43
41
|
getDASHStreamingSessionURL(
|
|
44
42
|
args: GetDASHStreamingSessionURLCommandInput,
|
|
45
43
|
options?: __HttpHandlerOptions
|
|
@@ -53,7 +51,6 @@ export declare class KinesisVideoArchivedMedia extends KinesisVideoArchivedMedia
|
|
|
53
51
|
options: __HttpHandlerOptions,
|
|
54
52
|
cb: (err: any, data?: GetDASHStreamingSessionURLCommandOutput) => void
|
|
55
53
|
): void;
|
|
56
|
-
|
|
57
54
|
getHLSStreamingSessionURL(
|
|
58
55
|
args: GetHLSStreamingSessionURLCommandInput,
|
|
59
56
|
options?: __HttpHandlerOptions
|
|
@@ -67,7 +64,6 @@ export declare class KinesisVideoArchivedMedia extends KinesisVideoArchivedMedia
|
|
|
67
64
|
options: __HttpHandlerOptions,
|
|
68
65
|
cb: (err: any, data?: GetHLSStreamingSessionURLCommandOutput) => void
|
|
69
66
|
): void;
|
|
70
|
-
|
|
71
67
|
getImages(
|
|
72
68
|
args: GetImagesCommandInput,
|
|
73
69
|
options?: __HttpHandlerOptions
|
|
@@ -81,7 +77,6 @@ export declare class KinesisVideoArchivedMedia extends KinesisVideoArchivedMedia
|
|
|
81
77
|
options: __HttpHandlerOptions,
|
|
82
78
|
cb: (err: any, data?: GetImagesCommandOutput) => void
|
|
83
79
|
): void;
|
|
84
|
-
|
|
85
80
|
getMediaForFragmentList(
|
|
86
81
|
args: GetMediaForFragmentListCommandInput,
|
|
87
82
|
options?: __HttpHandlerOptions
|
|
@@ -95,7 +90,6 @@ export declare class KinesisVideoArchivedMedia extends KinesisVideoArchivedMedia
|
|
|
95
90
|
options: __HttpHandlerOptions,
|
|
96
91
|
cb: (err: any, data?: GetMediaForFragmentListCommandOutput) => void
|
|
97
92
|
): void;
|
|
98
|
-
|
|
99
93
|
listFragments(
|
|
100
94
|
args: ListFragmentsCommandInput,
|
|
101
95
|
options?: __HttpHandlerOptions
|
|
@@ -83,47 +83,26 @@ export declare type ServiceOutputTypes =
|
|
|
83
83
|
export interface ClientDefaults
|
|
84
84
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
85
85
|
requestHandler?: __HttpHandler;
|
|
86
|
-
|
|
87
86
|
sha256?: __HashConstructor;
|
|
88
|
-
|
|
89
87
|
urlParser?: __UrlParser;
|
|
90
|
-
|
|
91
88
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
92
|
-
|
|
93
89
|
streamCollector?: __StreamCollector;
|
|
94
|
-
|
|
95
90
|
base64Decoder?: __Decoder;
|
|
96
|
-
|
|
97
91
|
base64Encoder?: __Encoder;
|
|
98
|
-
|
|
99
92
|
utf8Decoder?: __Decoder;
|
|
100
|
-
|
|
101
93
|
utf8Encoder?: __Encoder;
|
|
102
|
-
|
|
103
94
|
runtime?: string;
|
|
104
|
-
|
|
105
95
|
disableHostPrefix?: boolean;
|
|
106
|
-
|
|
107
96
|
maxAttempts?: number | __Provider<number>;
|
|
108
|
-
|
|
109
97
|
retryMode?: string | __Provider<string>;
|
|
110
|
-
|
|
111
98
|
logger?: __Logger;
|
|
112
|
-
|
|
113
99
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
114
|
-
|
|
115
100
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
116
|
-
|
|
117
101
|
serviceId?: string;
|
|
118
|
-
|
|
119
102
|
region?: string | __Provider<string>;
|
|
120
|
-
|
|
121
103
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
122
|
-
|
|
123
104
|
regionInfoProvider?: RegionInfoProvider;
|
|
124
|
-
|
|
125
105
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
126
|
-
|
|
127
106
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
128
107
|
}
|
|
129
108
|
declare type KinesisVideoArchivedMediaClientConfigType = Partial<
|
|
@@ -136,7 +115,6 @@ declare type KinesisVideoArchivedMediaClientConfigType = Partial<
|
|
|
136
115
|
HostHeaderInputConfig &
|
|
137
116
|
AwsAuthInputConfig &
|
|
138
117
|
UserAgentInputConfig;
|
|
139
|
-
|
|
140
118
|
export interface KinesisVideoArchivedMediaClientConfig
|
|
141
119
|
extends KinesisVideoArchivedMediaClientConfigType {}
|
|
142
120
|
declare type KinesisVideoArchivedMediaClientResolvedConfigType =
|
|
@@ -148,10 +126,8 @@ declare type KinesisVideoArchivedMediaClientResolvedConfigType =
|
|
|
148
126
|
HostHeaderResolvedConfig &
|
|
149
127
|
AwsAuthResolvedConfig &
|
|
150
128
|
UserAgentResolvedConfig;
|
|
151
|
-
|
|
152
129
|
export interface KinesisVideoArchivedMediaClientResolvedConfig
|
|
153
130
|
extends KinesisVideoArchivedMediaClientResolvedConfigType {}
|
|
154
|
-
|
|
155
131
|
export declare class KinesisVideoArchivedMediaClient extends __Client<
|
|
156
132
|
__HttpHandlerOptions,
|
|
157
133
|
ServiceInputTypes,
|
|
@@ -160,7 +136,6 @@ export declare class KinesisVideoArchivedMediaClient extends __Client<
|
|
|
160
136
|
> {
|
|
161
137
|
readonly config: KinesisVideoArchivedMediaClientResolvedConfig;
|
|
162
138
|
constructor(configuration: KinesisVideoArchivedMediaClientConfig);
|
|
163
|
-
|
|
164
139
|
destroy(): void;
|
|
165
140
|
}
|
|
166
141
|
export {};
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { GetClipInput, GetClipOutput } from "../models/models_0";
|
|
14
14
|
export interface GetClipCommandInput extends GetClipInput {}
|
|
15
15
|
export interface GetClipCommandOutput extends GetClipOutput, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class GetClipCommand extends $Command<
|
|
18
17
|
GetClipCommandInput,
|
|
19
18
|
GetClipCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class GetClipCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: GetClipCommandInput;
|
|
23
22
|
constructor(input: GetClipCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: KinesisVideoArchivedMediaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDASHStreamingSessionURLCommandInput
|
|
|
19
19
|
export interface GetDASHStreamingSessionURLCommandOutput
|
|
20
20
|
extends GetDASHStreamingSessionURLOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDASHStreamingSessionURLCommand extends $Command<
|
|
24
23
|
GetDASHStreamingSessionURLCommandInput,
|
|
25
24
|
GetDASHStreamingSessionURLCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDASHStreamingSessionURLCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDASHStreamingSessionURLCommandInput;
|
|
29
28
|
constructor(input: GetDASHStreamingSessionURLCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisVideoArchivedMediaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetHLSStreamingSessionURLCommandInput
|
|
|
19
19
|
export interface GetHLSStreamingSessionURLCommandOutput
|
|
20
20
|
extends GetHLSStreamingSessionURLOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetHLSStreamingSessionURLCommand extends $Command<
|
|
24
23
|
GetHLSStreamingSessionURLCommandInput,
|
|
25
24
|
GetHLSStreamingSessionURLCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetHLSStreamingSessionURLCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetHLSStreamingSessionURLCommandInput;
|
|
29
28
|
constructor(input: GetHLSStreamingSessionURLCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisVideoArchivedMediaClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetImagesCommandInput extends GetImagesInput {}
|
|
|
15
15
|
export interface GetImagesCommandOutput
|
|
16
16
|
extends GetImagesOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetImagesCommand extends $Command<
|
|
20
19
|
GetImagesCommandInput,
|
|
21
20
|
GetImagesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetImagesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetImagesCommandInput;
|
|
25
24
|
constructor(input: GetImagesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: KinesisVideoArchivedMediaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetMediaForFragmentListCommandInput
|
|
|
19
19
|
export interface GetMediaForFragmentListCommandOutput
|
|
20
20
|
extends GetMediaForFragmentListOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetMediaForFragmentListCommand extends $Command<
|
|
24
23
|
GetMediaForFragmentListCommandInput,
|
|
25
24
|
GetMediaForFragmentListCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetMediaForFragmentListCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetMediaForFragmentListCommandInput;
|
|
29
28
|
constructor(input: GetMediaForFragmentListCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisVideoArchivedMediaClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListFragmentsCommandInput extends ListFragmentsInput {}
|
|
|
15
15
|
export interface ListFragmentsCommandOutput
|
|
16
16
|
extends ListFragmentsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListFragmentsCommand extends $Command<
|
|
20
19
|
ListFragmentsCommandInput,
|
|
21
20
|
ListFragmentsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListFragmentsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListFragmentsCommandInput;
|
|
25
24
|
constructor(input: ListFragmentsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: KinesisVideoArchivedMediaClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class KinesisVideoArchivedMediaServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Readable } from "stream";
|
|
3
3
|
import { KinesisVideoArchivedMediaServiceException as __BaseException } from "./KinesisVideoArchivedMediaServiceException";
|
|
4
|
-
|
|
5
4
|
export declare class ClientLimitExceededException extends __BaseException {
|
|
6
5
|
readonly name: "ClientLimitExceededException";
|
|
7
6
|
readonly $fault: "client";
|
|
8
7
|
Message?: string;
|
|
9
|
-
|
|
10
8
|
constructor(
|
|
11
9
|
opts: __ExceptionOptionType<ClientLimitExceededException, __BaseException>
|
|
12
10
|
);
|
|
@@ -15,46 +13,35 @@ export declare enum ClipFragmentSelectorType {
|
|
|
15
13
|
PRODUCER_TIMESTAMP = "PRODUCER_TIMESTAMP",
|
|
16
14
|
SERVER_TIMESTAMP = "SERVER_TIMESTAMP",
|
|
17
15
|
}
|
|
18
|
-
|
|
19
16
|
export interface ClipTimestampRange {
|
|
20
17
|
StartTimestamp: Date | undefined;
|
|
21
|
-
|
|
22
18
|
EndTimestamp: Date | undefined;
|
|
23
19
|
}
|
|
24
|
-
|
|
25
20
|
export interface ClipFragmentSelector {
|
|
26
21
|
FragmentSelectorType: ClipFragmentSelectorType | string | undefined;
|
|
27
|
-
|
|
28
22
|
TimestampRange: ClipTimestampRange | undefined;
|
|
29
23
|
}
|
|
30
24
|
export interface GetClipInput {
|
|
31
25
|
StreamName?: string;
|
|
32
|
-
|
|
33
26
|
StreamARN?: string;
|
|
34
|
-
|
|
35
27
|
ClipFragmentSelector: ClipFragmentSelector | undefined;
|
|
36
28
|
}
|
|
37
29
|
export interface GetClipOutput {
|
|
38
30
|
ContentType?: string;
|
|
39
|
-
|
|
40
31
|
Payload?: Readable | ReadableStream | Blob;
|
|
41
32
|
}
|
|
42
|
-
|
|
43
33
|
export declare class InvalidArgumentException extends __BaseException {
|
|
44
34
|
readonly name: "InvalidArgumentException";
|
|
45
35
|
readonly $fault: "client";
|
|
46
36
|
Message?: string;
|
|
47
|
-
|
|
48
37
|
constructor(
|
|
49
38
|
opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>
|
|
50
39
|
);
|
|
51
40
|
}
|
|
52
|
-
|
|
53
41
|
export declare class InvalidCodecPrivateDataException extends __BaseException {
|
|
54
42
|
readonly name: "InvalidCodecPrivateDataException";
|
|
55
43
|
readonly $fault: "client";
|
|
56
44
|
Message?: string;
|
|
57
|
-
|
|
58
45
|
constructor(
|
|
59
46
|
opts: __ExceptionOptionType<
|
|
60
47
|
InvalidCodecPrivateDataException,
|
|
@@ -62,22 +49,18 @@ export declare class InvalidCodecPrivateDataException extends __BaseException {
|
|
|
62
49
|
>
|
|
63
50
|
);
|
|
64
51
|
}
|
|
65
|
-
|
|
66
52
|
export declare class InvalidMediaFrameException extends __BaseException {
|
|
67
53
|
readonly name: "InvalidMediaFrameException";
|
|
68
54
|
readonly $fault: "client";
|
|
69
55
|
Message?: string;
|
|
70
|
-
|
|
71
56
|
constructor(
|
|
72
57
|
opts: __ExceptionOptionType<InvalidMediaFrameException, __BaseException>
|
|
73
58
|
);
|
|
74
59
|
}
|
|
75
|
-
|
|
76
60
|
export declare class MissingCodecPrivateDataException extends __BaseException {
|
|
77
61
|
readonly name: "MissingCodecPrivateDataException";
|
|
78
62
|
readonly $fault: "client";
|
|
79
63
|
Message?: string;
|
|
80
|
-
|
|
81
64
|
constructor(
|
|
82
65
|
opts: __ExceptionOptionType<
|
|
83
66
|
MissingCodecPrivateDataException,
|
|
@@ -85,42 +68,34 @@ export declare class MissingCodecPrivateDataException extends __BaseException {
|
|
|
85
68
|
>
|
|
86
69
|
);
|
|
87
70
|
}
|
|
88
|
-
|
|
89
71
|
export declare class NoDataRetentionException extends __BaseException {
|
|
90
72
|
readonly name: "NoDataRetentionException";
|
|
91
73
|
readonly $fault: "client";
|
|
92
74
|
Message?: string;
|
|
93
|
-
|
|
94
75
|
constructor(
|
|
95
76
|
opts: __ExceptionOptionType<NoDataRetentionException, __BaseException>
|
|
96
77
|
);
|
|
97
78
|
}
|
|
98
|
-
|
|
99
79
|
export declare class NotAuthorizedException extends __BaseException {
|
|
100
80
|
readonly name: "NotAuthorizedException";
|
|
101
81
|
readonly $fault: "client";
|
|
102
82
|
Message?: string;
|
|
103
|
-
|
|
104
83
|
constructor(
|
|
105
84
|
opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>
|
|
106
85
|
);
|
|
107
86
|
}
|
|
108
|
-
|
|
109
87
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
110
88
|
readonly name: "ResourceNotFoundException";
|
|
111
89
|
readonly $fault: "client";
|
|
112
90
|
Message?: string;
|
|
113
|
-
|
|
114
91
|
constructor(
|
|
115
92
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
116
93
|
);
|
|
117
94
|
}
|
|
118
|
-
|
|
119
95
|
export declare class UnsupportedStreamMediaTypeException extends __BaseException {
|
|
120
96
|
readonly name: "UnsupportedStreamMediaTypeException";
|
|
121
97
|
readonly $fault: "client";
|
|
122
98
|
Message?: string;
|
|
123
|
-
|
|
124
99
|
constructor(
|
|
125
100
|
opts: __ExceptionOptionType<
|
|
126
101
|
UnsupportedStreamMediaTypeException,
|
|
@@ -132,16 +107,12 @@ export declare enum DASHFragmentSelectorType {
|
|
|
132
107
|
PRODUCER_TIMESTAMP = "PRODUCER_TIMESTAMP",
|
|
133
108
|
SERVER_TIMESTAMP = "SERVER_TIMESTAMP",
|
|
134
109
|
}
|
|
135
|
-
|
|
136
110
|
export interface DASHTimestampRange {
|
|
137
111
|
StartTimestamp?: Date;
|
|
138
|
-
|
|
139
112
|
EndTimestamp?: Date;
|
|
140
113
|
}
|
|
141
|
-
|
|
142
114
|
export interface DASHFragmentSelector {
|
|
143
115
|
FragmentSelectorType?: DASHFragmentSelectorType | string;
|
|
144
|
-
|
|
145
116
|
TimestampRange?: DASHTimestampRange;
|
|
146
117
|
}
|
|
147
118
|
export declare enum DASHDisplayFragmentNumber {
|
|
@@ -159,19 +130,12 @@ export declare enum DASHPlaybackMode {
|
|
|
159
130
|
}
|
|
160
131
|
export interface GetDASHStreamingSessionURLInput {
|
|
161
132
|
StreamName?: string;
|
|
162
|
-
|
|
163
133
|
StreamARN?: string;
|
|
164
|
-
|
|
165
134
|
PlaybackMode?: DASHPlaybackMode | string;
|
|
166
|
-
|
|
167
135
|
DisplayFragmentTimestamp?: DASHDisplayFragmentTimestamp | string;
|
|
168
|
-
|
|
169
136
|
DisplayFragmentNumber?: DASHDisplayFragmentNumber | string;
|
|
170
|
-
|
|
171
137
|
DASHFragmentSelector?: DASHFragmentSelector;
|
|
172
|
-
|
|
173
138
|
Expires?: number;
|
|
174
|
-
|
|
175
139
|
MaxManifestFragmentResults?: number;
|
|
176
140
|
}
|
|
177
141
|
export interface GetDASHStreamingSessionURLOutput {
|
|
@@ -194,16 +158,12 @@ export declare enum HLSFragmentSelectorType {
|
|
|
194
158
|
PRODUCER_TIMESTAMP = "PRODUCER_TIMESTAMP",
|
|
195
159
|
SERVER_TIMESTAMP = "SERVER_TIMESTAMP",
|
|
196
160
|
}
|
|
197
|
-
|
|
198
161
|
export interface HLSTimestampRange {
|
|
199
162
|
StartTimestamp?: Date;
|
|
200
|
-
|
|
201
163
|
EndTimestamp?: Date;
|
|
202
164
|
}
|
|
203
|
-
|
|
204
165
|
export interface HLSFragmentSelector {
|
|
205
166
|
FragmentSelectorType?: HLSFragmentSelectorType | string;
|
|
206
|
-
|
|
207
167
|
TimestampRange?: HLSTimestampRange;
|
|
208
168
|
}
|
|
209
169
|
export declare enum HLSPlaybackMode {
|
|
@@ -213,21 +173,13 @@ export declare enum HLSPlaybackMode {
|
|
|
213
173
|
}
|
|
214
174
|
export interface GetHLSStreamingSessionURLInput {
|
|
215
175
|
StreamName?: string;
|
|
216
|
-
|
|
217
176
|
StreamARN?: string;
|
|
218
|
-
|
|
219
177
|
PlaybackMode?: HLSPlaybackMode | string;
|
|
220
|
-
|
|
221
178
|
HLSFragmentSelector?: HLSFragmentSelector;
|
|
222
|
-
|
|
223
179
|
ContainerFormat?: ContainerFormat | string;
|
|
224
|
-
|
|
225
180
|
DiscontinuityMode?: HLSDiscontinuityMode | string;
|
|
226
|
-
|
|
227
181
|
DisplayFragmentTimestamp?: HLSDisplayFragmentTimestamp | string;
|
|
228
|
-
|
|
229
182
|
Expires?: number;
|
|
230
|
-
|
|
231
183
|
MaxMediaPlaylistFragmentResults?: number;
|
|
232
184
|
}
|
|
233
185
|
export interface GetHLSStreamingSessionURLOutput {
|
|
@@ -246,181 +198,127 @@ export declare enum ImageSelectorType {
|
|
|
246
198
|
}
|
|
247
199
|
export interface GetImagesInput {
|
|
248
200
|
StreamName?: string;
|
|
249
|
-
|
|
250
201
|
StreamARN?: string;
|
|
251
|
-
|
|
252
202
|
ImageSelectorType: ImageSelectorType | string | undefined;
|
|
253
|
-
|
|
254
203
|
StartTimestamp: Date | undefined;
|
|
255
|
-
|
|
256
204
|
EndTimestamp: Date | undefined;
|
|
257
|
-
|
|
258
205
|
SamplingInterval: number | undefined;
|
|
259
|
-
|
|
260
206
|
Format: Format | string | undefined;
|
|
261
|
-
|
|
262
207
|
FormatConfig?: Record<string, string>;
|
|
263
|
-
|
|
264
208
|
WidthPixels?: number;
|
|
265
|
-
|
|
266
209
|
HeightPixels?: number;
|
|
267
|
-
|
|
268
210
|
MaxResults?: number;
|
|
269
|
-
|
|
270
211
|
NextToken?: string;
|
|
271
212
|
}
|
|
272
213
|
export declare enum ImageError {
|
|
273
214
|
MEDIA_ERROR = "MEDIA_ERROR",
|
|
274
215
|
NO_MEDIA = "NO_MEDIA",
|
|
275
216
|
}
|
|
276
|
-
|
|
277
217
|
export interface Image {
|
|
278
218
|
TimeStamp?: Date;
|
|
279
|
-
|
|
280
219
|
Error?: ImageError | string;
|
|
281
|
-
|
|
282
220
|
ImageContent?: string;
|
|
283
221
|
}
|
|
284
222
|
export interface GetImagesOutput {
|
|
285
223
|
Images?: Image[];
|
|
286
|
-
|
|
287
224
|
NextToken?: string;
|
|
288
225
|
}
|
|
289
226
|
export interface GetMediaForFragmentListInput {
|
|
290
227
|
StreamName?: string;
|
|
291
|
-
|
|
292
228
|
StreamARN?: string;
|
|
293
|
-
|
|
294
229
|
Fragments: string[] | undefined;
|
|
295
230
|
}
|
|
296
231
|
export interface GetMediaForFragmentListOutput {
|
|
297
232
|
ContentType?: string;
|
|
298
|
-
|
|
299
233
|
Payload?: Readable | ReadableStream | Blob;
|
|
300
234
|
}
|
|
301
235
|
export declare enum FragmentSelectorType {
|
|
302
236
|
PRODUCER_TIMESTAMP = "PRODUCER_TIMESTAMP",
|
|
303
237
|
SERVER_TIMESTAMP = "SERVER_TIMESTAMP",
|
|
304
238
|
}
|
|
305
|
-
|
|
306
239
|
export interface TimestampRange {
|
|
307
240
|
StartTimestamp: Date | undefined;
|
|
308
|
-
|
|
309
241
|
EndTimestamp: Date | undefined;
|
|
310
242
|
}
|
|
311
|
-
|
|
312
243
|
export interface FragmentSelector {
|
|
313
244
|
FragmentSelectorType: FragmentSelectorType | string | undefined;
|
|
314
|
-
|
|
315
245
|
TimestampRange: TimestampRange | undefined;
|
|
316
246
|
}
|
|
317
247
|
export interface ListFragmentsInput {
|
|
318
248
|
StreamName?: string;
|
|
319
|
-
|
|
320
249
|
StreamARN?: string;
|
|
321
|
-
|
|
322
250
|
MaxResults?: number;
|
|
323
|
-
|
|
324
251
|
NextToken?: string;
|
|
325
|
-
|
|
326
252
|
FragmentSelector?: FragmentSelector;
|
|
327
253
|
}
|
|
328
|
-
|
|
329
254
|
export interface Fragment {
|
|
330
255
|
FragmentNumber?: string;
|
|
331
|
-
|
|
332
256
|
FragmentSizeInBytes?: number;
|
|
333
|
-
|
|
334
257
|
ProducerTimestamp?: Date;
|
|
335
|
-
|
|
336
258
|
ServerTimestamp?: Date;
|
|
337
|
-
|
|
338
259
|
FragmentLengthInMilliseconds?: number;
|
|
339
260
|
}
|
|
340
261
|
export interface ListFragmentsOutput {
|
|
341
262
|
Fragments?: Fragment[];
|
|
342
|
-
|
|
343
263
|
NextToken?: string;
|
|
344
264
|
}
|
|
345
|
-
|
|
346
265
|
export declare const ClipTimestampRangeFilterSensitiveLog: (
|
|
347
266
|
obj: ClipTimestampRange
|
|
348
267
|
) => any;
|
|
349
|
-
|
|
350
268
|
export declare const ClipFragmentSelectorFilterSensitiveLog: (
|
|
351
269
|
obj: ClipFragmentSelector
|
|
352
270
|
) => any;
|
|
353
|
-
|
|
354
271
|
export declare const GetClipInputFilterSensitiveLog: (obj: GetClipInput) => any;
|
|
355
|
-
|
|
356
272
|
export declare const GetClipOutputFilterSensitiveLog: (
|
|
357
273
|
obj: GetClipOutput
|
|
358
274
|
) => any;
|
|
359
|
-
|
|
360
275
|
export declare const DASHTimestampRangeFilterSensitiveLog: (
|
|
361
276
|
obj: DASHTimestampRange
|
|
362
277
|
) => any;
|
|
363
|
-
|
|
364
278
|
export declare const DASHFragmentSelectorFilterSensitiveLog: (
|
|
365
279
|
obj: DASHFragmentSelector
|
|
366
280
|
) => any;
|
|
367
|
-
|
|
368
281
|
export declare const GetDASHStreamingSessionURLInputFilterSensitiveLog: (
|
|
369
282
|
obj: GetDASHStreamingSessionURLInput
|
|
370
283
|
) => any;
|
|
371
|
-
|
|
372
284
|
export declare const GetDASHStreamingSessionURLOutputFilterSensitiveLog: (
|
|
373
285
|
obj: GetDASHStreamingSessionURLOutput
|
|
374
286
|
) => any;
|
|
375
|
-
|
|
376
287
|
export declare const HLSTimestampRangeFilterSensitiveLog: (
|
|
377
288
|
obj: HLSTimestampRange
|
|
378
289
|
) => any;
|
|
379
|
-
|
|
380
290
|
export declare const HLSFragmentSelectorFilterSensitiveLog: (
|
|
381
291
|
obj: HLSFragmentSelector
|
|
382
292
|
) => any;
|
|
383
|
-
|
|
384
293
|
export declare const GetHLSStreamingSessionURLInputFilterSensitiveLog: (
|
|
385
294
|
obj: GetHLSStreamingSessionURLInput
|
|
386
295
|
) => any;
|
|
387
|
-
|
|
388
296
|
export declare const GetHLSStreamingSessionURLOutputFilterSensitiveLog: (
|
|
389
297
|
obj: GetHLSStreamingSessionURLOutput
|
|
390
298
|
) => any;
|
|
391
|
-
|
|
392
299
|
export declare const GetImagesInputFilterSensitiveLog: (
|
|
393
300
|
obj: GetImagesInput
|
|
394
301
|
) => any;
|
|
395
|
-
|
|
396
302
|
export declare const ImageFilterSensitiveLog: (obj: Image) => any;
|
|
397
|
-
|
|
398
303
|
export declare const GetImagesOutputFilterSensitiveLog: (
|
|
399
304
|
obj: GetImagesOutput
|
|
400
305
|
) => any;
|
|
401
|
-
|
|
402
306
|
export declare const GetMediaForFragmentListInputFilterSensitiveLog: (
|
|
403
307
|
obj: GetMediaForFragmentListInput
|
|
404
308
|
) => any;
|
|
405
|
-
|
|
406
309
|
export declare const GetMediaForFragmentListOutputFilterSensitiveLog: (
|
|
407
310
|
obj: GetMediaForFragmentListOutput
|
|
408
311
|
) => any;
|
|
409
|
-
|
|
410
312
|
export declare const TimestampRangeFilterSensitiveLog: (
|
|
411
313
|
obj: TimestampRange
|
|
412
314
|
) => any;
|
|
413
|
-
|
|
414
315
|
export declare const FragmentSelectorFilterSensitiveLog: (
|
|
415
316
|
obj: FragmentSelector
|
|
416
317
|
) => any;
|
|
417
|
-
|
|
418
318
|
export declare const ListFragmentsInputFilterSensitiveLog: (
|
|
419
319
|
obj: ListFragmentsInput
|
|
420
320
|
) => any;
|
|
421
|
-
|
|
422
321
|
export declare const FragmentFilterSensitiveLog: (obj: Fragment) => any;
|
|
423
|
-
|
|
424
322
|
export declare const ListFragmentsOutputFilterSensitiveLog: (
|
|
425
323
|
obj: ListFragmentsOutput
|
|
426
324
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { KinesisVideoArchivedMediaClientConfig } from "./KinesisVideoArchivedMediaClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: KinesisVideoArchivedMediaClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { KinesisVideoArchivedMediaClientConfig } from "./KinesisVideoArchivedMediaClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: KinesisVideoArchivedMediaClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { KinesisVideoArchivedMediaClientConfig } from "./KinesisVideoArchivedMediaClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (
|
|
4
3
|
config: KinesisVideoArchivedMediaClientConfig
|
|
5
4
|
) => {
|
|
@@ -54,7 +53,9 @@ export declare const getRuntimeConfig: (
|
|
|
54
53
|
| undefined;
|
|
55
54
|
signer?:
|
|
56
55
|
| import("@aws-sdk/types").RequestSigner
|
|
57
|
-
|
|
|
56
|
+
| ((
|
|
57
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
58
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
58
59
|
| undefined;
|
|
59
60
|
signingEscapePath?: boolean | undefined;
|
|
60
61
|
systemClockOffset?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kinesis-video-archived-media",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kinesis Video Archived Media Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.178.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",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|