@aws-sdk/client-ivs 3.928.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1235 -1566
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/IvsClient.js +2 -0
- package/dist-es/commands/BatchGetChannelCommand.js +3 -10
- package/dist-es/commands/BatchGetStreamKeyCommand.js +3 -10
- package/dist-es/commands/BatchStartViewerSessionRevocationCommand.js +3 -9
- package/dist-es/commands/CreateChannelCommand.js +3 -10
- package/dist-es/commands/CreatePlaybackRestrictionPolicyCommand.js +3 -9
- package/dist-es/commands/CreateRecordingConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateStreamKeyCommand.js +3 -10
- package/dist-es/commands/DeleteChannelCommand.js +3 -9
- package/dist-es/commands/DeletePlaybackKeyPairCommand.js +3 -9
- package/dist-es/commands/DeletePlaybackRestrictionPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteRecordingConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteStreamKeyCommand.js +3 -9
- package/dist-es/commands/GetChannelCommand.js +3 -10
- package/dist-es/commands/GetPlaybackKeyPairCommand.js +3 -9
- package/dist-es/commands/GetPlaybackRestrictionPolicyCommand.js +3 -9
- package/dist-es/commands/GetRecordingConfigurationCommand.js +3 -9
- package/dist-es/commands/GetStreamCommand.js +3 -9
- package/dist-es/commands/GetStreamKeyCommand.js +3 -10
- package/dist-es/commands/GetStreamSessionCommand.js +3 -10
- package/dist-es/commands/ImportPlaybackKeyPairCommand.js +3 -9
- package/dist-es/commands/ListChannelsCommand.js +3 -9
- package/dist-es/commands/ListPlaybackKeyPairsCommand.js +3 -9
- package/dist-es/commands/ListPlaybackRestrictionPoliciesCommand.js +3 -9
- package/dist-es/commands/ListRecordingConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListStreamKeysCommand.js +3 -9
- package/dist-es/commands/ListStreamSessionsCommand.js +3 -9
- package/dist-es/commands/ListStreamsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutMetadataCommand.js +3 -10
- package/dist-es/commands/StartViewerSessionRevocationCommand.js +3 -9
- package/dist-es/commands/StopStreamCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateChannelCommand.js +3 -10
- package/dist-es/commands/UpdatePlaybackRestrictionPolicyCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -54
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1142 -0
- package/dist-types/IvsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -52
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +168 -0
- package/dist-types/ts3.4/IvsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -33
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +174 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -1227
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -317
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -425
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { BatchGetChannelCommandInput, BatchGetChannelCommandOutput } from "./commands/BatchGetChannelCommand";
|
|
11
11
|
import { BatchGetStreamKeyCommandInput, BatchGetStreamKeyCommandOutput } from "./commands/BatchGetStreamKeyCommand";
|
|
@@ -176,6 +176,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
176
176
|
* Optional extensions
|
|
177
177
|
*/
|
|
178
178
|
extensions?: RuntimeExtension[];
|
|
179
|
+
/**
|
|
180
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
181
|
+
* may be overridden. A default will always be set by the client.
|
|
182
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
183
|
+
* the client.
|
|
184
|
+
* @alpha
|
|
185
|
+
*
|
|
186
|
+
*/
|
|
187
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
179
188
|
/**
|
|
180
189
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
181
190
|
*/
|
|
@@ -2389,55 +2389,3 @@ export interface UpdatePlaybackRestrictionPolicyResponse {
|
|
|
2389
2389
|
*/
|
|
2390
2390
|
playbackRestrictionPolicy?: PlaybackRestrictionPolicy | undefined;
|
|
2391
2391
|
}
|
|
2392
|
-
/**
|
|
2393
|
-
* @internal
|
|
2394
|
-
*/
|
|
2395
|
-
export declare const SrtFilterSensitiveLog: (obj: Srt) => any;
|
|
2396
|
-
/**
|
|
2397
|
-
* @internal
|
|
2398
|
-
*/
|
|
2399
|
-
export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
|
|
2400
|
-
/**
|
|
2401
|
-
* @internal
|
|
2402
|
-
*/
|
|
2403
|
-
export declare const BatchGetChannelResponseFilterSensitiveLog: (obj: BatchGetChannelResponse) => any;
|
|
2404
|
-
/**
|
|
2405
|
-
* @internal
|
|
2406
|
-
*/
|
|
2407
|
-
export declare const StreamKeyFilterSensitiveLog: (obj: StreamKey) => any;
|
|
2408
|
-
/**
|
|
2409
|
-
* @internal
|
|
2410
|
-
*/
|
|
2411
|
-
export declare const BatchGetStreamKeyResponseFilterSensitiveLog: (obj: BatchGetStreamKeyResponse) => any;
|
|
2412
|
-
/**
|
|
2413
|
-
* @internal
|
|
2414
|
-
*/
|
|
2415
|
-
export declare const CreateChannelResponseFilterSensitiveLog: (obj: CreateChannelResponse) => any;
|
|
2416
|
-
/**
|
|
2417
|
-
* @internal
|
|
2418
|
-
*/
|
|
2419
|
-
export declare const CreateStreamKeyResponseFilterSensitiveLog: (obj: CreateStreamKeyResponse) => any;
|
|
2420
|
-
/**
|
|
2421
|
-
* @internal
|
|
2422
|
-
*/
|
|
2423
|
-
export declare const GetChannelResponseFilterSensitiveLog: (obj: GetChannelResponse) => any;
|
|
2424
|
-
/**
|
|
2425
|
-
* @internal
|
|
2426
|
-
*/
|
|
2427
|
-
export declare const GetStreamKeyResponseFilterSensitiveLog: (obj: GetStreamKeyResponse) => any;
|
|
2428
|
-
/**
|
|
2429
|
-
* @internal
|
|
2430
|
-
*/
|
|
2431
|
-
export declare const StreamSessionFilterSensitiveLog: (obj: StreamSession) => any;
|
|
2432
|
-
/**
|
|
2433
|
-
* @internal
|
|
2434
|
-
*/
|
|
2435
|
-
export declare const GetStreamSessionResponseFilterSensitiveLog: (obj: GetStreamSessionResponse) => any;
|
|
2436
|
-
/**
|
|
2437
|
-
* @internal
|
|
2438
|
-
*/
|
|
2439
|
-
export declare const PutMetadataRequestFilterSensitiveLog: (obj: PutMetadataRequest) => any;
|
|
2440
|
-
/**
|
|
2441
|
-
* @internal
|
|
2442
|
-
*/
|
|
2443
|
-
export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: IvsClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: IvsClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: IvsClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: IvsClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").IvsHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var SrtPassphrase: StaticSimpleSchema;
|
|
3
|
+
export declare var StreamKeyValue: StaticSimpleSchema;
|
|
4
|
+
export declare var StreamMetadata: StaticSimpleSchema;
|
|
5
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
6
|
+
export declare var AudioConfiguration: StaticStructureSchema;
|
|
7
|
+
export declare var BatchError: StaticStructureSchema;
|
|
8
|
+
export declare var BatchGetChannelRequest: StaticStructureSchema;
|
|
9
|
+
export declare var BatchGetChannelResponse: StaticStructureSchema;
|
|
10
|
+
export declare var BatchGetStreamKeyRequest: StaticStructureSchema;
|
|
11
|
+
export declare var BatchGetStreamKeyResponse: StaticStructureSchema;
|
|
12
|
+
export declare var BatchStartViewerSessionRevocationError: StaticStructureSchema;
|
|
13
|
+
export declare var BatchStartViewerSessionRevocationRequest: StaticStructureSchema;
|
|
14
|
+
export declare var BatchStartViewerSessionRevocationResponse: StaticStructureSchema;
|
|
15
|
+
export declare var BatchStartViewerSessionRevocationViewerSession: StaticStructureSchema;
|
|
16
|
+
export declare var Channel: StaticStructureSchema;
|
|
17
|
+
export declare var ChannelNotBroadcasting: StaticErrorSchema;
|
|
18
|
+
export declare var ChannelSummary: StaticStructureSchema;
|
|
19
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
20
|
+
export declare var CreateChannelRequest: StaticStructureSchema;
|
|
21
|
+
export declare var CreateChannelResponse: StaticStructureSchema;
|
|
22
|
+
export declare var CreatePlaybackRestrictionPolicyRequest: StaticStructureSchema;
|
|
23
|
+
export declare var CreatePlaybackRestrictionPolicyResponse: StaticStructureSchema;
|
|
24
|
+
export declare var CreateRecordingConfigurationRequest: StaticStructureSchema;
|
|
25
|
+
export declare var CreateRecordingConfigurationResponse: StaticStructureSchema;
|
|
26
|
+
export declare var CreateStreamKeyRequest: StaticStructureSchema;
|
|
27
|
+
export declare var CreateStreamKeyResponse: StaticStructureSchema;
|
|
28
|
+
export declare var DeleteChannelRequest: StaticStructureSchema;
|
|
29
|
+
export declare var DeletePlaybackKeyPairRequest: StaticStructureSchema;
|
|
30
|
+
export declare var DeletePlaybackKeyPairResponse: StaticStructureSchema;
|
|
31
|
+
export declare var DeletePlaybackRestrictionPolicyRequest: StaticStructureSchema;
|
|
32
|
+
export declare var DeleteRecordingConfigurationRequest: StaticStructureSchema;
|
|
33
|
+
export declare var DeleteStreamKeyRequest: StaticStructureSchema;
|
|
34
|
+
export declare var DestinationConfiguration: StaticStructureSchema;
|
|
35
|
+
export declare var GetChannelRequest: StaticStructureSchema;
|
|
36
|
+
export declare var GetChannelResponse: StaticStructureSchema;
|
|
37
|
+
export declare var GetPlaybackKeyPairRequest: StaticStructureSchema;
|
|
38
|
+
export declare var GetPlaybackKeyPairResponse: StaticStructureSchema;
|
|
39
|
+
export declare var GetPlaybackRestrictionPolicyRequest: StaticStructureSchema;
|
|
40
|
+
export declare var GetPlaybackRestrictionPolicyResponse: StaticStructureSchema;
|
|
41
|
+
export declare var GetRecordingConfigurationRequest: StaticStructureSchema;
|
|
42
|
+
export declare var GetRecordingConfigurationResponse: StaticStructureSchema;
|
|
43
|
+
export declare var GetStreamKeyRequest: StaticStructureSchema;
|
|
44
|
+
export declare var GetStreamKeyResponse: StaticStructureSchema;
|
|
45
|
+
export declare var GetStreamRequest: StaticStructureSchema;
|
|
46
|
+
export declare var GetStreamResponse: StaticStructureSchema;
|
|
47
|
+
export declare var GetStreamSessionRequest: StaticStructureSchema;
|
|
48
|
+
export declare var GetStreamSessionResponse: StaticStructureSchema;
|
|
49
|
+
export declare var ImportPlaybackKeyPairRequest: StaticStructureSchema;
|
|
50
|
+
export declare var ImportPlaybackKeyPairResponse: StaticStructureSchema;
|
|
51
|
+
export declare var IngestConfiguration: StaticStructureSchema;
|
|
52
|
+
export declare var IngestConfigurations: StaticStructureSchema;
|
|
53
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
54
|
+
export declare var ListChannelsRequest: StaticStructureSchema;
|
|
55
|
+
export declare var ListChannelsResponse: StaticStructureSchema;
|
|
56
|
+
export declare var ListPlaybackKeyPairsRequest: StaticStructureSchema;
|
|
57
|
+
export declare var ListPlaybackKeyPairsResponse: StaticStructureSchema;
|
|
58
|
+
export declare var ListPlaybackRestrictionPoliciesRequest: StaticStructureSchema;
|
|
59
|
+
export declare var ListPlaybackRestrictionPoliciesResponse: StaticStructureSchema;
|
|
60
|
+
export declare var ListRecordingConfigurationsRequest: StaticStructureSchema;
|
|
61
|
+
export declare var ListRecordingConfigurationsResponse: StaticStructureSchema;
|
|
62
|
+
export declare var ListStreamKeysRequest: StaticStructureSchema;
|
|
63
|
+
export declare var ListStreamKeysResponse: StaticStructureSchema;
|
|
64
|
+
export declare var ListStreamSessionsRequest: StaticStructureSchema;
|
|
65
|
+
export declare var ListStreamSessionsResponse: StaticStructureSchema;
|
|
66
|
+
export declare var ListStreamsRequest: StaticStructureSchema;
|
|
67
|
+
export declare var ListStreamsResponse: StaticStructureSchema;
|
|
68
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
69
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
70
|
+
export declare var MultitrackInputConfiguration: StaticStructureSchema;
|
|
71
|
+
export declare var PendingVerification: StaticErrorSchema;
|
|
72
|
+
export declare var PlaybackKeyPair: StaticStructureSchema;
|
|
73
|
+
export declare var PlaybackKeyPairSummary: StaticStructureSchema;
|
|
74
|
+
export declare var PlaybackRestrictionPolicy: StaticStructureSchema;
|
|
75
|
+
export declare var PlaybackRestrictionPolicySummary: StaticStructureSchema;
|
|
76
|
+
export declare var PutMetadataRequest: StaticStructureSchema;
|
|
77
|
+
export declare var RecordingConfiguration: StaticStructureSchema;
|
|
78
|
+
export declare var RecordingConfigurationSummary: StaticStructureSchema;
|
|
79
|
+
export declare var RenditionConfiguration: StaticStructureSchema;
|
|
80
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
81
|
+
export declare var S3DestinationConfiguration: StaticStructureSchema;
|
|
82
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
83
|
+
export declare var Srt: StaticStructureSchema;
|
|
84
|
+
export declare var StartViewerSessionRevocationRequest: StaticStructureSchema;
|
|
85
|
+
export declare var StartViewerSessionRevocationResponse: StaticStructureSchema;
|
|
86
|
+
export declare var StopStreamRequest: StaticStructureSchema;
|
|
87
|
+
export declare var StopStreamResponse: StaticStructureSchema;
|
|
88
|
+
export declare var _Stream: StaticStructureSchema;
|
|
89
|
+
export declare var StreamEvent: StaticStructureSchema;
|
|
90
|
+
export declare var StreamFilters: StaticStructureSchema;
|
|
91
|
+
export declare var StreamKey: StaticStructureSchema;
|
|
92
|
+
export declare var StreamKeySummary: StaticStructureSchema;
|
|
93
|
+
export declare var StreamSession: StaticStructureSchema;
|
|
94
|
+
export declare var StreamSessionSummary: StaticStructureSchema;
|
|
95
|
+
export declare var StreamSummary: StaticStructureSchema;
|
|
96
|
+
export declare var StreamUnavailable: StaticErrorSchema;
|
|
97
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
98
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
99
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
100
|
+
export declare var ThumbnailConfiguration: StaticStructureSchema;
|
|
101
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
102
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
103
|
+
export declare var UpdateChannelRequest: StaticStructureSchema;
|
|
104
|
+
export declare var UpdateChannelResponse: StaticStructureSchema;
|
|
105
|
+
export declare var UpdatePlaybackRestrictionPolicyRequest: StaticStructureSchema;
|
|
106
|
+
export declare var UpdatePlaybackRestrictionPolicyResponse: StaticStructureSchema;
|
|
107
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
108
|
+
export declare var VideoConfiguration: StaticStructureSchema;
|
|
109
|
+
export declare var __Unit: "unit";
|
|
110
|
+
export declare var IvsServiceException: StaticErrorSchema;
|
|
111
|
+
export declare var AudioConfigurationList: StaticListSchema;
|
|
112
|
+
export declare var BatchErrors: StaticListSchema;
|
|
113
|
+
export declare var BatchStartViewerSessionRevocationErrors: StaticListSchema;
|
|
114
|
+
export declare var BatchStartViewerSessionRevocationViewerSessionList: StaticListSchema;
|
|
115
|
+
export declare var ChannelArnList: number;
|
|
116
|
+
export declare var ChannelList: StaticListSchema;
|
|
117
|
+
export declare var Channels: StaticListSchema;
|
|
118
|
+
export declare var PlaybackKeyPairList: StaticListSchema;
|
|
119
|
+
export declare var PlaybackRestrictionPolicyAllowedCountryList: number;
|
|
120
|
+
export declare var PlaybackRestrictionPolicyAllowedOriginList: number;
|
|
121
|
+
export declare var PlaybackRestrictionPolicyList: StaticListSchema;
|
|
122
|
+
export declare var RecordingConfigurationList: StaticListSchema;
|
|
123
|
+
export declare var RenditionConfigurationRenditionList: number;
|
|
124
|
+
export declare var StreamEvents: StaticListSchema;
|
|
125
|
+
export declare var StreamKeyArnList: number;
|
|
126
|
+
export declare var StreamKeyList: StaticListSchema;
|
|
127
|
+
export declare var StreamKeys: StaticListSchema;
|
|
128
|
+
export declare var StreamList: StaticListSchema;
|
|
129
|
+
export declare var StreamSessionList: StaticListSchema;
|
|
130
|
+
export declare var TagKeyList: number;
|
|
131
|
+
export declare var ThumbnailConfigurationStorageList: number;
|
|
132
|
+
export declare var VideoConfigurationList: StaticListSchema;
|
|
133
|
+
export declare var Tags: number;
|
|
134
|
+
export declare var BatchGetChannel: StaticOperationSchema;
|
|
135
|
+
export declare var BatchGetStreamKey: StaticOperationSchema;
|
|
136
|
+
export declare var BatchStartViewerSessionRevocation: StaticOperationSchema;
|
|
137
|
+
export declare var CreateChannel: StaticOperationSchema;
|
|
138
|
+
export declare var CreatePlaybackRestrictionPolicy: StaticOperationSchema;
|
|
139
|
+
export declare var CreateRecordingConfiguration: StaticOperationSchema;
|
|
140
|
+
export declare var CreateStreamKey: StaticOperationSchema;
|
|
141
|
+
export declare var DeleteChannel: StaticOperationSchema;
|
|
142
|
+
export declare var DeletePlaybackKeyPair: StaticOperationSchema;
|
|
143
|
+
export declare var DeletePlaybackRestrictionPolicy: StaticOperationSchema;
|
|
144
|
+
export declare var DeleteRecordingConfiguration: StaticOperationSchema;
|
|
145
|
+
export declare var DeleteStreamKey: StaticOperationSchema;
|
|
146
|
+
export declare var GetChannel: StaticOperationSchema;
|
|
147
|
+
export declare var GetPlaybackKeyPair: StaticOperationSchema;
|
|
148
|
+
export declare var GetPlaybackRestrictionPolicy: StaticOperationSchema;
|
|
149
|
+
export declare var GetRecordingConfiguration: StaticOperationSchema;
|
|
150
|
+
export declare var GetStream: StaticOperationSchema;
|
|
151
|
+
export declare var GetStreamKey: StaticOperationSchema;
|
|
152
|
+
export declare var GetStreamSession: StaticOperationSchema;
|
|
153
|
+
export declare var ImportPlaybackKeyPair: StaticOperationSchema;
|
|
154
|
+
export declare var ListChannels: StaticOperationSchema;
|
|
155
|
+
export declare var ListPlaybackKeyPairs: StaticOperationSchema;
|
|
156
|
+
export declare var ListPlaybackRestrictionPolicies: StaticOperationSchema;
|
|
157
|
+
export declare var ListRecordingConfigurations: StaticOperationSchema;
|
|
158
|
+
export declare var ListStreamKeys: StaticOperationSchema;
|
|
159
|
+
export declare var ListStreams: StaticOperationSchema;
|
|
160
|
+
export declare var ListStreamSessions: StaticOperationSchema;
|
|
161
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
162
|
+
export declare var PutMetadata: StaticOperationSchema;
|
|
163
|
+
export declare var StartViewerSessionRevocation: StaticOperationSchema;
|
|
164
|
+
export declare var StopStream: StaticOperationSchema;
|
|
165
|
+
export declare var TagResource: StaticOperationSchema;
|
|
166
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
167
|
+
export declare var UpdateChannel: StaticOperationSchema;
|
|
168
|
+
export declare var UpdatePlaybackRestrictionPolicy: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -288,6 +291,7 @@ export interface ClientDefaults
|
|
|
288
291
|
retryMode?: string | __Provider<string>;
|
|
289
292
|
logger?: __Logger;
|
|
290
293
|
extensions?: RuntimeExtension[];
|
|
294
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
291
295
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
292
296
|
}
|
|
293
297
|
export type IvsClientConfigType = Partial<
|
|
@@ -611,36 +611,3 @@ export interface UpdatePlaybackRestrictionPolicyRequest {
|
|
|
611
611
|
export interface UpdatePlaybackRestrictionPolicyResponse {
|
|
612
612
|
playbackRestrictionPolicy?: PlaybackRestrictionPolicy | undefined;
|
|
613
613
|
}
|
|
614
|
-
export declare const SrtFilterSensitiveLog: (obj: Srt) => any;
|
|
615
|
-
export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
|
|
616
|
-
export declare const BatchGetChannelResponseFilterSensitiveLog: (
|
|
617
|
-
obj: BatchGetChannelResponse
|
|
618
|
-
) => any;
|
|
619
|
-
export declare const StreamKeyFilterSensitiveLog: (obj: StreamKey) => any;
|
|
620
|
-
export declare const BatchGetStreamKeyResponseFilterSensitiveLog: (
|
|
621
|
-
obj: BatchGetStreamKeyResponse
|
|
622
|
-
) => any;
|
|
623
|
-
export declare const CreateChannelResponseFilterSensitiveLog: (
|
|
624
|
-
obj: CreateChannelResponse
|
|
625
|
-
) => any;
|
|
626
|
-
export declare const CreateStreamKeyResponseFilterSensitiveLog: (
|
|
627
|
-
obj: CreateStreamKeyResponse
|
|
628
|
-
) => any;
|
|
629
|
-
export declare const GetChannelResponseFilterSensitiveLog: (
|
|
630
|
-
obj: GetChannelResponse
|
|
631
|
-
) => any;
|
|
632
|
-
export declare const GetStreamKeyResponseFilterSensitiveLog: (
|
|
633
|
-
obj: GetStreamKeyResponse
|
|
634
|
-
) => any;
|
|
635
|
-
export declare const StreamSessionFilterSensitiveLog: (
|
|
636
|
-
obj: StreamSession
|
|
637
|
-
) => any;
|
|
638
|
-
export declare const GetStreamSessionResponseFilterSensitiveLog: (
|
|
639
|
-
obj: GetStreamSessionResponse
|
|
640
|
-
) => any;
|
|
641
|
-
export declare const PutMetadataRequestFilterSensitiveLog: (
|
|
642
|
-
obj: PutMetadataRequest
|
|
643
|
-
) => any;
|
|
644
|
-
export declare const UpdateChannelResponseFilterSensitiveLog: (
|
|
645
|
-
obj: UpdateChannelResponse
|
|
646
|
-
) => any;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: IvsClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: IvsClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: IvsClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: IvsClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").IvsHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticSimpleSchema,
|
|
6
|
+
StaticStructureSchema,
|
|
7
|
+
} from "@smithy/types";
|
|
8
|
+
export declare var SrtPassphrase: StaticSimpleSchema;
|
|
9
|
+
export declare var StreamKeyValue: StaticSimpleSchema;
|
|
10
|
+
export declare var StreamMetadata: StaticSimpleSchema;
|
|
11
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
12
|
+
export declare var AudioConfiguration: StaticStructureSchema;
|
|
13
|
+
export declare var BatchError: StaticStructureSchema;
|
|
14
|
+
export declare var BatchGetChannelRequest: StaticStructureSchema;
|
|
15
|
+
export declare var BatchGetChannelResponse: StaticStructureSchema;
|
|
16
|
+
export declare var BatchGetStreamKeyRequest: StaticStructureSchema;
|
|
17
|
+
export declare var BatchGetStreamKeyResponse: StaticStructureSchema;
|
|
18
|
+
export declare var BatchStartViewerSessionRevocationError: StaticStructureSchema;
|
|
19
|
+
export declare var BatchStartViewerSessionRevocationRequest: StaticStructureSchema;
|
|
20
|
+
export declare var BatchStartViewerSessionRevocationResponse: StaticStructureSchema;
|
|
21
|
+
export declare var BatchStartViewerSessionRevocationViewerSession: StaticStructureSchema;
|
|
22
|
+
export declare var Channel: StaticStructureSchema;
|
|
23
|
+
export declare var ChannelNotBroadcasting: StaticErrorSchema;
|
|
24
|
+
export declare var ChannelSummary: StaticStructureSchema;
|
|
25
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
26
|
+
export declare var CreateChannelRequest: StaticStructureSchema;
|
|
27
|
+
export declare var CreateChannelResponse: StaticStructureSchema;
|
|
28
|
+
export declare var CreatePlaybackRestrictionPolicyRequest: StaticStructureSchema;
|
|
29
|
+
export declare var CreatePlaybackRestrictionPolicyResponse: StaticStructureSchema;
|
|
30
|
+
export declare var CreateRecordingConfigurationRequest: StaticStructureSchema;
|
|
31
|
+
export declare var CreateRecordingConfigurationResponse: StaticStructureSchema;
|
|
32
|
+
export declare var CreateStreamKeyRequest: StaticStructureSchema;
|
|
33
|
+
export declare var CreateStreamKeyResponse: StaticStructureSchema;
|
|
34
|
+
export declare var DeleteChannelRequest: StaticStructureSchema;
|
|
35
|
+
export declare var DeletePlaybackKeyPairRequest: StaticStructureSchema;
|
|
36
|
+
export declare var DeletePlaybackKeyPairResponse: StaticStructureSchema;
|
|
37
|
+
export declare var DeletePlaybackRestrictionPolicyRequest: StaticStructureSchema;
|
|
38
|
+
export declare var DeleteRecordingConfigurationRequest: StaticStructureSchema;
|
|
39
|
+
export declare var DeleteStreamKeyRequest: StaticStructureSchema;
|
|
40
|
+
export declare var DestinationConfiguration: StaticStructureSchema;
|
|
41
|
+
export declare var GetChannelRequest: StaticStructureSchema;
|
|
42
|
+
export declare var GetChannelResponse: StaticStructureSchema;
|
|
43
|
+
export declare var GetPlaybackKeyPairRequest: StaticStructureSchema;
|
|
44
|
+
export declare var GetPlaybackKeyPairResponse: StaticStructureSchema;
|
|
45
|
+
export declare var GetPlaybackRestrictionPolicyRequest: StaticStructureSchema;
|
|
46
|
+
export declare var GetPlaybackRestrictionPolicyResponse: StaticStructureSchema;
|
|
47
|
+
export declare var GetRecordingConfigurationRequest: StaticStructureSchema;
|
|
48
|
+
export declare var GetRecordingConfigurationResponse: StaticStructureSchema;
|
|
49
|
+
export declare var GetStreamKeyRequest: StaticStructureSchema;
|
|
50
|
+
export declare var GetStreamKeyResponse: StaticStructureSchema;
|
|
51
|
+
export declare var GetStreamRequest: StaticStructureSchema;
|
|
52
|
+
export declare var GetStreamResponse: StaticStructureSchema;
|
|
53
|
+
export declare var GetStreamSessionRequest: StaticStructureSchema;
|
|
54
|
+
export declare var GetStreamSessionResponse: StaticStructureSchema;
|
|
55
|
+
export declare var ImportPlaybackKeyPairRequest: StaticStructureSchema;
|
|
56
|
+
export declare var ImportPlaybackKeyPairResponse: StaticStructureSchema;
|
|
57
|
+
export declare var IngestConfiguration: StaticStructureSchema;
|
|
58
|
+
export declare var IngestConfigurations: StaticStructureSchema;
|
|
59
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
60
|
+
export declare var ListChannelsRequest: StaticStructureSchema;
|
|
61
|
+
export declare var ListChannelsResponse: StaticStructureSchema;
|
|
62
|
+
export declare var ListPlaybackKeyPairsRequest: StaticStructureSchema;
|
|
63
|
+
export declare var ListPlaybackKeyPairsResponse: StaticStructureSchema;
|
|
64
|
+
export declare var ListPlaybackRestrictionPoliciesRequest: StaticStructureSchema;
|
|
65
|
+
export declare var ListPlaybackRestrictionPoliciesResponse: StaticStructureSchema;
|
|
66
|
+
export declare var ListRecordingConfigurationsRequest: StaticStructureSchema;
|
|
67
|
+
export declare var ListRecordingConfigurationsResponse: StaticStructureSchema;
|
|
68
|
+
export declare var ListStreamKeysRequest: StaticStructureSchema;
|
|
69
|
+
export declare var ListStreamKeysResponse: StaticStructureSchema;
|
|
70
|
+
export declare var ListStreamSessionsRequest: StaticStructureSchema;
|
|
71
|
+
export declare var ListStreamSessionsResponse: StaticStructureSchema;
|
|
72
|
+
export declare var ListStreamsRequest: StaticStructureSchema;
|
|
73
|
+
export declare var ListStreamsResponse: StaticStructureSchema;
|
|
74
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
75
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
76
|
+
export declare var MultitrackInputConfiguration: StaticStructureSchema;
|
|
77
|
+
export declare var PendingVerification: StaticErrorSchema;
|
|
78
|
+
export declare var PlaybackKeyPair: StaticStructureSchema;
|
|
79
|
+
export declare var PlaybackKeyPairSummary: StaticStructureSchema;
|
|
80
|
+
export declare var PlaybackRestrictionPolicy: StaticStructureSchema;
|
|
81
|
+
export declare var PlaybackRestrictionPolicySummary: StaticStructureSchema;
|
|
82
|
+
export declare var PutMetadataRequest: StaticStructureSchema;
|
|
83
|
+
export declare var RecordingConfiguration: StaticStructureSchema;
|
|
84
|
+
export declare var RecordingConfigurationSummary: StaticStructureSchema;
|
|
85
|
+
export declare var RenditionConfiguration: StaticStructureSchema;
|
|
86
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
87
|
+
export declare var S3DestinationConfiguration: StaticStructureSchema;
|
|
88
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
89
|
+
export declare var Srt: StaticStructureSchema;
|
|
90
|
+
export declare var StartViewerSessionRevocationRequest: StaticStructureSchema;
|
|
91
|
+
export declare var StartViewerSessionRevocationResponse: StaticStructureSchema;
|
|
92
|
+
export declare var StopStreamRequest: StaticStructureSchema;
|
|
93
|
+
export declare var StopStreamResponse: StaticStructureSchema;
|
|
94
|
+
export declare var _Stream: StaticStructureSchema;
|
|
95
|
+
export declare var StreamEvent: StaticStructureSchema;
|
|
96
|
+
export declare var StreamFilters: StaticStructureSchema;
|
|
97
|
+
export declare var StreamKey: StaticStructureSchema;
|
|
98
|
+
export declare var StreamKeySummary: StaticStructureSchema;
|
|
99
|
+
export declare var StreamSession: StaticStructureSchema;
|
|
100
|
+
export declare var StreamSessionSummary: StaticStructureSchema;
|
|
101
|
+
export declare var StreamSummary: StaticStructureSchema;
|
|
102
|
+
export declare var StreamUnavailable: StaticErrorSchema;
|
|
103
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
104
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
105
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
106
|
+
export declare var ThumbnailConfiguration: StaticStructureSchema;
|
|
107
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
108
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
109
|
+
export declare var UpdateChannelRequest: StaticStructureSchema;
|
|
110
|
+
export declare var UpdateChannelResponse: StaticStructureSchema;
|
|
111
|
+
export declare var UpdatePlaybackRestrictionPolicyRequest: StaticStructureSchema;
|
|
112
|
+
export declare var UpdatePlaybackRestrictionPolicyResponse: StaticStructureSchema;
|
|
113
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
114
|
+
export declare var VideoConfiguration: StaticStructureSchema;
|
|
115
|
+
export declare var __Unit: "unit";
|
|
116
|
+
export declare var IvsServiceException: StaticErrorSchema;
|
|
117
|
+
export declare var AudioConfigurationList: StaticListSchema;
|
|
118
|
+
export declare var BatchErrors: StaticListSchema;
|
|
119
|
+
export declare var BatchStartViewerSessionRevocationErrors: StaticListSchema;
|
|
120
|
+
export declare var BatchStartViewerSessionRevocationViewerSessionList: StaticListSchema;
|
|
121
|
+
export declare var ChannelArnList: number;
|
|
122
|
+
export declare var ChannelList: StaticListSchema;
|
|
123
|
+
export declare var Channels: StaticListSchema;
|
|
124
|
+
export declare var PlaybackKeyPairList: StaticListSchema;
|
|
125
|
+
export declare var PlaybackRestrictionPolicyAllowedCountryList: number;
|
|
126
|
+
export declare var PlaybackRestrictionPolicyAllowedOriginList: number;
|
|
127
|
+
export declare var PlaybackRestrictionPolicyList: StaticListSchema;
|
|
128
|
+
export declare var RecordingConfigurationList: StaticListSchema;
|
|
129
|
+
export declare var RenditionConfigurationRenditionList: number;
|
|
130
|
+
export declare var StreamEvents: StaticListSchema;
|
|
131
|
+
export declare var StreamKeyArnList: number;
|
|
132
|
+
export declare var StreamKeyList: StaticListSchema;
|
|
133
|
+
export declare var StreamKeys: StaticListSchema;
|
|
134
|
+
export declare var StreamList: StaticListSchema;
|
|
135
|
+
export declare var StreamSessionList: StaticListSchema;
|
|
136
|
+
export declare var TagKeyList: number;
|
|
137
|
+
export declare var ThumbnailConfigurationStorageList: number;
|
|
138
|
+
export declare var VideoConfigurationList: StaticListSchema;
|
|
139
|
+
export declare var Tags: number;
|
|
140
|
+
export declare var BatchGetChannel: StaticOperationSchema;
|
|
141
|
+
export declare var BatchGetStreamKey: StaticOperationSchema;
|
|
142
|
+
export declare var BatchStartViewerSessionRevocation: StaticOperationSchema;
|
|
143
|
+
export declare var CreateChannel: StaticOperationSchema;
|
|
144
|
+
export declare var CreatePlaybackRestrictionPolicy: StaticOperationSchema;
|
|
145
|
+
export declare var CreateRecordingConfiguration: StaticOperationSchema;
|
|
146
|
+
export declare var CreateStreamKey: StaticOperationSchema;
|
|
147
|
+
export declare var DeleteChannel: StaticOperationSchema;
|
|
148
|
+
export declare var DeletePlaybackKeyPair: StaticOperationSchema;
|
|
149
|
+
export declare var DeletePlaybackRestrictionPolicy: StaticOperationSchema;
|
|
150
|
+
export declare var DeleteRecordingConfiguration: StaticOperationSchema;
|
|
151
|
+
export declare var DeleteStreamKey: StaticOperationSchema;
|
|
152
|
+
export declare var GetChannel: StaticOperationSchema;
|
|
153
|
+
export declare var GetPlaybackKeyPair: StaticOperationSchema;
|
|
154
|
+
export declare var GetPlaybackRestrictionPolicy: StaticOperationSchema;
|
|
155
|
+
export declare var GetRecordingConfiguration: StaticOperationSchema;
|
|
156
|
+
export declare var GetStream: StaticOperationSchema;
|
|
157
|
+
export declare var GetStreamKey: StaticOperationSchema;
|
|
158
|
+
export declare var GetStreamSession: StaticOperationSchema;
|
|
159
|
+
export declare var ImportPlaybackKeyPair: StaticOperationSchema;
|
|
160
|
+
export declare var ListChannels: StaticOperationSchema;
|
|
161
|
+
export declare var ListPlaybackKeyPairs: StaticOperationSchema;
|
|
162
|
+
export declare var ListPlaybackRestrictionPolicies: StaticOperationSchema;
|
|
163
|
+
export declare var ListRecordingConfigurations: StaticOperationSchema;
|
|
164
|
+
export declare var ListStreamKeys: StaticOperationSchema;
|
|
165
|
+
export declare var ListStreams: StaticOperationSchema;
|
|
166
|
+
export declare var ListStreamSessions: StaticOperationSchema;
|
|
167
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
168
|
+
export declare var PutMetadata: StaticOperationSchema;
|
|
169
|
+
export declare var StartViewerSessionRevocation: StaticOperationSchema;
|
|
170
|
+
export declare var StopStream: StaticOperationSchema;
|
|
171
|
+
export declare var TagResource: StaticOperationSchema;
|
|
172
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
173
|
+
export declare var UpdateChannel: StaticOperationSchema;
|
|
174
|
+
export declare var UpdatePlaybackRestrictionPolicy: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ivs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.929.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ivs",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.928.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.929.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|