@aws-sdk/client-ivs 3.169.0 → 3.171.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.
Files changed (51) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Ivs.d.ts +480 -145
  3. package/dist-types/ts3.4/IvsClient.d.ts +271 -101
  4. package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +30 -17
  10. package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +30 -17
  13. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +30 -17
  28. package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/index.d.ts +28 -28
  33. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  34. package/dist-types/ts3.4/index.d.ts +6 -6
  35. package/dist-types/ts3.4/models/IvsServiceException.d.ts +7 -6
  36. package/dist-types/ts3.4/models/index.d.ts +1 -1
  37. package/dist-types/ts3.4/models/models_0.d.ts +634 -789
  38. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  39. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/ListPlaybackKeyPairsPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/ListRecordingConfigurationsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/ListStreamKeysPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListStreamSessionsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListStreamsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  46. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +341 -86
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  51. package/package.json +34 -34
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-ivs
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-ivs
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-ivs
@@ -1,145 +1,480 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { BatchGetChannelCommandInput, BatchGetChannelCommandOutput } from "./commands/BatchGetChannelCommand";
3
- import { BatchGetStreamKeyCommandInput, BatchGetStreamKeyCommandOutput } from "./commands/BatchGetStreamKeyCommand";
4
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
5
- import { CreateRecordingConfigurationCommandInput, CreateRecordingConfigurationCommandOutput } from "./commands/CreateRecordingConfigurationCommand";
6
- import { CreateStreamKeyCommandInput, CreateStreamKeyCommandOutput } from "./commands/CreateStreamKeyCommand";
7
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
8
- import { DeletePlaybackKeyPairCommandInput, DeletePlaybackKeyPairCommandOutput } from "./commands/DeletePlaybackKeyPairCommand";
9
- import { DeleteRecordingConfigurationCommandInput, DeleteRecordingConfigurationCommandOutput } from "./commands/DeleteRecordingConfigurationCommand";
10
- import { DeleteStreamKeyCommandInput, DeleteStreamKeyCommandOutput } from "./commands/DeleteStreamKeyCommand";
11
- import { GetChannelCommandInput, GetChannelCommandOutput } from "./commands/GetChannelCommand";
12
- import { GetPlaybackKeyPairCommandInput, GetPlaybackKeyPairCommandOutput } from "./commands/GetPlaybackKeyPairCommand";
13
- import { GetRecordingConfigurationCommandInput, GetRecordingConfigurationCommandOutput } from "./commands/GetRecordingConfigurationCommand";
14
- import { GetStreamCommandInput, GetStreamCommandOutput } from "./commands/GetStreamCommand";
15
- import { GetStreamKeyCommandInput, GetStreamKeyCommandOutput } from "./commands/GetStreamKeyCommand";
16
- import { GetStreamSessionCommandInput, GetStreamSessionCommandOutput } from "./commands/GetStreamSessionCommand";
17
- import { ImportPlaybackKeyPairCommandInput, ImportPlaybackKeyPairCommandOutput } from "./commands/ImportPlaybackKeyPairCommand";
18
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
19
- import { ListPlaybackKeyPairsCommandInput, ListPlaybackKeyPairsCommandOutput } from "./commands/ListPlaybackKeyPairsCommand";
20
- import { ListRecordingConfigurationsCommandInput, ListRecordingConfigurationsCommandOutput } from "./commands/ListRecordingConfigurationsCommand";
21
- import { ListStreamKeysCommandInput, ListStreamKeysCommandOutput } from "./commands/ListStreamKeysCommand";
22
- import { ListStreamsCommandInput, ListStreamsCommandOutput } from "./commands/ListStreamsCommand";
23
- import { ListStreamSessionsCommandInput, ListStreamSessionsCommandOutput } from "./commands/ListStreamSessionsCommand";
24
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
25
- import { PutMetadataCommandInput, PutMetadataCommandOutput } from "./commands/PutMetadataCommand";
26
- import { StopStreamCommandInput, StopStreamCommandOutput } from "./commands/StopStreamCommand";
27
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
28
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
29
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
30
- import { IvsClient } from "./IvsClient";
31
-
32
- export declare class Ivs extends IvsClient {
33
-
34
- batchGetChannel(args: BatchGetChannelCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetChannelCommandOutput>;
35
- batchGetChannel(args: BatchGetChannelCommandInput, cb: (err: any, data?: BatchGetChannelCommandOutput) => void): void;
36
- batchGetChannel(args: BatchGetChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetChannelCommandOutput) => void): void;
37
-
38
- batchGetStreamKey(args: BatchGetStreamKeyCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetStreamKeyCommandOutput>;
39
- batchGetStreamKey(args: BatchGetStreamKeyCommandInput, cb: (err: any, data?: BatchGetStreamKeyCommandOutput) => void): void;
40
- batchGetStreamKey(args: BatchGetStreamKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetStreamKeyCommandOutput) => void): void;
41
-
42
- createChannel(args: CreateChannelCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelCommandOutput>;
43
- createChannel(args: CreateChannelCommandInput, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
44
- createChannel(args: CreateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
45
-
46
- createRecordingConfiguration(args: CreateRecordingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateRecordingConfigurationCommandOutput>;
47
- createRecordingConfiguration(args: CreateRecordingConfigurationCommandInput, cb: (err: any, data?: CreateRecordingConfigurationCommandOutput) => void): void;
48
- createRecordingConfiguration(args: CreateRecordingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRecordingConfigurationCommandOutput) => void): void;
49
-
50
- createStreamKey(args: CreateStreamKeyCommandInput, options?: __HttpHandlerOptions): Promise<CreateStreamKeyCommandOutput>;
51
- createStreamKey(args: CreateStreamKeyCommandInput, cb: (err: any, data?: CreateStreamKeyCommandOutput) => void): void;
52
- createStreamKey(args: CreateStreamKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStreamKeyCommandOutput) => void): void;
53
-
54
- deleteChannel(args: DeleteChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelCommandOutput>;
55
- deleteChannel(args: DeleteChannelCommandInput, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
56
- deleteChannel(args: DeleteChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
57
-
58
- deletePlaybackKeyPair(args: DeletePlaybackKeyPairCommandInput, options?: __HttpHandlerOptions): Promise<DeletePlaybackKeyPairCommandOutput>;
59
- deletePlaybackKeyPair(args: DeletePlaybackKeyPairCommandInput, cb: (err: any, data?: DeletePlaybackKeyPairCommandOutput) => void): void;
60
- deletePlaybackKeyPair(args: DeletePlaybackKeyPairCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePlaybackKeyPairCommandOutput) => void): void;
61
-
62
- deleteRecordingConfiguration(args: DeleteRecordingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRecordingConfigurationCommandOutput>;
63
- deleteRecordingConfiguration(args: DeleteRecordingConfigurationCommandInput, cb: (err: any, data?: DeleteRecordingConfigurationCommandOutput) => void): void;
64
- deleteRecordingConfiguration(args: DeleteRecordingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecordingConfigurationCommandOutput) => void): void;
65
-
66
- deleteStreamKey(args: DeleteStreamKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStreamKeyCommandOutput>;
67
- deleteStreamKey(args: DeleteStreamKeyCommandInput, cb: (err: any, data?: DeleteStreamKeyCommandOutput) => void): void;
68
- deleteStreamKey(args: DeleteStreamKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStreamKeyCommandOutput) => void): void;
69
-
70
- getChannel(args: GetChannelCommandInput, options?: __HttpHandlerOptions): Promise<GetChannelCommandOutput>;
71
- getChannel(args: GetChannelCommandInput, cb: (err: any, data?: GetChannelCommandOutput) => void): void;
72
- getChannel(args: GetChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChannelCommandOutput) => void): void;
73
-
74
- getPlaybackKeyPair(args: GetPlaybackKeyPairCommandInput, options?: __HttpHandlerOptions): Promise<GetPlaybackKeyPairCommandOutput>;
75
- getPlaybackKeyPair(args: GetPlaybackKeyPairCommandInput, cb: (err: any, data?: GetPlaybackKeyPairCommandOutput) => void): void;
76
- getPlaybackKeyPair(args: GetPlaybackKeyPairCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPlaybackKeyPairCommandOutput) => void): void;
77
-
78
- getRecordingConfiguration(args: GetRecordingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetRecordingConfigurationCommandOutput>;
79
- getRecordingConfiguration(args: GetRecordingConfigurationCommandInput, cb: (err: any, data?: GetRecordingConfigurationCommandOutput) => void): void;
80
- getRecordingConfiguration(args: GetRecordingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecordingConfigurationCommandOutput) => void): void;
81
-
82
- getStream(args: GetStreamCommandInput, options?: __HttpHandlerOptions): Promise<GetStreamCommandOutput>;
83
- getStream(args: GetStreamCommandInput, cb: (err: any, data?: GetStreamCommandOutput) => void): void;
84
- getStream(args: GetStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStreamCommandOutput) => void): void;
85
-
86
- getStreamKey(args: GetStreamKeyCommandInput, options?: __HttpHandlerOptions): Promise<GetStreamKeyCommandOutput>;
87
- getStreamKey(args: GetStreamKeyCommandInput, cb: (err: any, data?: GetStreamKeyCommandOutput) => void): void;
88
- getStreamKey(args: GetStreamKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStreamKeyCommandOutput) => void): void;
89
-
90
- getStreamSession(args: GetStreamSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetStreamSessionCommandOutput>;
91
- getStreamSession(args: GetStreamSessionCommandInput, cb: (err: any, data?: GetStreamSessionCommandOutput) => void): void;
92
- getStreamSession(args: GetStreamSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStreamSessionCommandOutput) => void): void;
93
-
94
- importPlaybackKeyPair(args: ImportPlaybackKeyPairCommandInput, options?: __HttpHandlerOptions): Promise<ImportPlaybackKeyPairCommandOutput>;
95
- importPlaybackKeyPair(args: ImportPlaybackKeyPairCommandInput, cb: (err: any, data?: ImportPlaybackKeyPairCommandOutput) => void): void;
96
- importPlaybackKeyPair(args: ImportPlaybackKeyPairCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportPlaybackKeyPairCommandOutput) => void): void;
97
-
98
- listChannels(args: ListChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelsCommandOutput>;
99
- listChannels(args: ListChannelsCommandInput, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
100
- listChannels(args: ListChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
101
-
102
- listPlaybackKeyPairs(args: ListPlaybackKeyPairsCommandInput, options?: __HttpHandlerOptions): Promise<ListPlaybackKeyPairsCommandOutput>;
103
- listPlaybackKeyPairs(args: ListPlaybackKeyPairsCommandInput, cb: (err: any, data?: ListPlaybackKeyPairsCommandOutput) => void): void;
104
- listPlaybackKeyPairs(args: ListPlaybackKeyPairsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlaybackKeyPairsCommandOutput) => void): void;
105
-
106
- listRecordingConfigurations(args: ListRecordingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecordingConfigurationsCommandOutput>;
107
- listRecordingConfigurations(args: ListRecordingConfigurationsCommandInput, cb: (err: any, data?: ListRecordingConfigurationsCommandOutput) => void): void;
108
- listRecordingConfigurations(args: ListRecordingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecordingConfigurationsCommandOutput) => void): void;
109
-
110
- listStreamKeys(args: ListStreamKeysCommandInput, options?: __HttpHandlerOptions): Promise<ListStreamKeysCommandOutput>;
111
- listStreamKeys(args: ListStreamKeysCommandInput, cb: (err: any, data?: ListStreamKeysCommandOutput) => void): void;
112
- listStreamKeys(args: ListStreamKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStreamKeysCommandOutput) => void): void;
113
-
114
- listStreams(args: ListStreamsCommandInput, options?: __HttpHandlerOptions): Promise<ListStreamsCommandOutput>;
115
- listStreams(args: ListStreamsCommandInput, cb: (err: any, data?: ListStreamsCommandOutput) => void): void;
116
- listStreams(args: ListStreamsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStreamsCommandOutput) => void): void;
117
-
118
- listStreamSessions(args: ListStreamSessionsCommandInput, options?: __HttpHandlerOptions): Promise<ListStreamSessionsCommandOutput>;
119
- listStreamSessions(args: ListStreamSessionsCommandInput, cb: (err: any, data?: ListStreamSessionsCommandOutput) => void): void;
120
- listStreamSessions(args: ListStreamSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStreamSessionsCommandOutput) => void): void;
121
-
122
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
123
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
124
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
125
-
126
- putMetadata(args: PutMetadataCommandInput, options?: __HttpHandlerOptions): Promise<PutMetadataCommandOutput>;
127
- putMetadata(args: PutMetadataCommandInput, cb: (err: any, data?: PutMetadataCommandOutput) => void): void;
128
- putMetadata(args: PutMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutMetadataCommandOutput) => void): void;
129
-
130
- stopStream(args: StopStreamCommandInput, options?: __HttpHandlerOptions): Promise<StopStreamCommandOutput>;
131
- stopStream(args: StopStreamCommandInput, cb: (err: any, data?: StopStreamCommandOutput) => void): void;
132
- stopStream(args: StopStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopStreamCommandOutput) => void): void;
133
-
134
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
135
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
136
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
137
-
138
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
139
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
140
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
141
-
142
- updateChannel(args: UpdateChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelCommandOutput>;
143
- updateChannel(args: UpdateChannelCommandInput, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
144
- updateChannel(args: UpdateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
145
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ BatchGetChannelCommandInput,
4
+ BatchGetChannelCommandOutput,
5
+ } from "./commands/BatchGetChannelCommand";
6
+ import {
7
+ BatchGetStreamKeyCommandInput,
8
+ BatchGetStreamKeyCommandOutput,
9
+ } from "./commands/BatchGetStreamKeyCommand";
10
+ import {
11
+ CreateChannelCommandInput,
12
+ CreateChannelCommandOutput,
13
+ } from "./commands/CreateChannelCommand";
14
+ import {
15
+ CreateRecordingConfigurationCommandInput,
16
+ CreateRecordingConfigurationCommandOutput,
17
+ } from "./commands/CreateRecordingConfigurationCommand";
18
+ import {
19
+ CreateStreamKeyCommandInput,
20
+ CreateStreamKeyCommandOutput,
21
+ } from "./commands/CreateStreamKeyCommand";
22
+ import {
23
+ DeleteChannelCommandInput,
24
+ DeleteChannelCommandOutput,
25
+ } from "./commands/DeleteChannelCommand";
26
+ import {
27
+ DeletePlaybackKeyPairCommandInput,
28
+ DeletePlaybackKeyPairCommandOutput,
29
+ } from "./commands/DeletePlaybackKeyPairCommand";
30
+ import {
31
+ DeleteRecordingConfigurationCommandInput,
32
+ DeleteRecordingConfigurationCommandOutput,
33
+ } from "./commands/DeleteRecordingConfigurationCommand";
34
+ import {
35
+ DeleteStreamKeyCommandInput,
36
+ DeleteStreamKeyCommandOutput,
37
+ } from "./commands/DeleteStreamKeyCommand";
38
+ import {
39
+ GetChannelCommandInput,
40
+ GetChannelCommandOutput,
41
+ } from "./commands/GetChannelCommand";
42
+ import {
43
+ GetPlaybackKeyPairCommandInput,
44
+ GetPlaybackKeyPairCommandOutput,
45
+ } from "./commands/GetPlaybackKeyPairCommand";
46
+ import {
47
+ GetRecordingConfigurationCommandInput,
48
+ GetRecordingConfigurationCommandOutput,
49
+ } from "./commands/GetRecordingConfigurationCommand";
50
+ import {
51
+ GetStreamCommandInput,
52
+ GetStreamCommandOutput,
53
+ } from "./commands/GetStreamCommand";
54
+ import {
55
+ GetStreamKeyCommandInput,
56
+ GetStreamKeyCommandOutput,
57
+ } from "./commands/GetStreamKeyCommand";
58
+ import {
59
+ GetStreamSessionCommandInput,
60
+ GetStreamSessionCommandOutput,
61
+ } from "./commands/GetStreamSessionCommand";
62
+ import {
63
+ ImportPlaybackKeyPairCommandInput,
64
+ ImportPlaybackKeyPairCommandOutput,
65
+ } from "./commands/ImportPlaybackKeyPairCommand";
66
+ import {
67
+ ListChannelsCommandInput,
68
+ ListChannelsCommandOutput,
69
+ } from "./commands/ListChannelsCommand";
70
+ import {
71
+ ListPlaybackKeyPairsCommandInput,
72
+ ListPlaybackKeyPairsCommandOutput,
73
+ } from "./commands/ListPlaybackKeyPairsCommand";
74
+ import {
75
+ ListRecordingConfigurationsCommandInput,
76
+ ListRecordingConfigurationsCommandOutput,
77
+ } from "./commands/ListRecordingConfigurationsCommand";
78
+ import {
79
+ ListStreamKeysCommandInput,
80
+ ListStreamKeysCommandOutput,
81
+ } from "./commands/ListStreamKeysCommand";
82
+ import {
83
+ ListStreamsCommandInput,
84
+ ListStreamsCommandOutput,
85
+ } from "./commands/ListStreamsCommand";
86
+ import {
87
+ ListStreamSessionsCommandInput,
88
+ ListStreamSessionsCommandOutput,
89
+ } from "./commands/ListStreamSessionsCommand";
90
+ import {
91
+ ListTagsForResourceCommandInput,
92
+ ListTagsForResourceCommandOutput,
93
+ } from "./commands/ListTagsForResourceCommand";
94
+ import {
95
+ PutMetadataCommandInput,
96
+ PutMetadataCommandOutput,
97
+ } from "./commands/PutMetadataCommand";
98
+ import {
99
+ StopStreamCommandInput,
100
+ StopStreamCommandOutput,
101
+ } from "./commands/StopStreamCommand";
102
+ import {
103
+ TagResourceCommandInput,
104
+ TagResourceCommandOutput,
105
+ } from "./commands/TagResourceCommand";
106
+ import {
107
+ UntagResourceCommandInput,
108
+ UntagResourceCommandOutput,
109
+ } from "./commands/UntagResourceCommand";
110
+ import {
111
+ UpdateChannelCommandInput,
112
+ UpdateChannelCommandOutput,
113
+ } from "./commands/UpdateChannelCommand";
114
+ import { IvsClient } from "./IvsClient";
115
+ export declare class Ivs extends IvsClient {
116
+ batchGetChannel(
117
+ args: BatchGetChannelCommandInput,
118
+ options?: __HttpHandlerOptions
119
+ ): Promise<BatchGetChannelCommandOutput>;
120
+ batchGetChannel(
121
+ args: BatchGetChannelCommandInput,
122
+ cb: (err: any, data?: BatchGetChannelCommandOutput) => void
123
+ ): void;
124
+ batchGetChannel(
125
+ args: BatchGetChannelCommandInput,
126
+ options: __HttpHandlerOptions,
127
+ cb: (err: any, data?: BatchGetChannelCommandOutput) => void
128
+ ): void;
129
+ batchGetStreamKey(
130
+ args: BatchGetStreamKeyCommandInput,
131
+ options?: __HttpHandlerOptions
132
+ ): Promise<BatchGetStreamKeyCommandOutput>;
133
+ batchGetStreamKey(
134
+ args: BatchGetStreamKeyCommandInput,
135
+ cb: (err: any, data?: BatchGetStreamKeyCommandOutput) => void
136
+ ): void;
137
+ batchGetStreamKey(
138
+ args: BatchGetStreamKeyCommandInput,
139
+ options: __HttpHandlerOptions,
140
+ cb: (err: any, data?: BatchGetStreamKeyCommandOutput) => void
141
+ ): void;
142
+ createChannel(
143
+ args: CreateChannelCommandInput,
144
+ options?: __HttpHandlerOptions
145
+ ): Promise<CreateChannelCommandOutput>;
146
+ createChannel(
147
+ args: CreateChannelCommandInput,
148
+ cb: (err: any, data?: CreateChannelCommandOutput) => void
149
+ ): void;
150
+ createChannel(
151
+ args: CreateChannelCommandInput,
152
+ options: __HttpHandlerOptions,
153
+ cb: (err: any, data?: CreateChannelCommandOutput) => void
154
+ ): void;
155
+ createRecordingConfiguration(
156
+ args: CreateRecordingConfigurationCommandInput,
157
+ options?: __HttpHandlerOptions
158
+ ): Promise<CreateRecordingConfigurationCommandOutput>;
159
+ createRecordingConfiguration(
160
+ args: CreateRecordingConfigurationCommandInput,
161
+ cb: (err: any, data?: CreateRecordingConfigurationCommandOutput) => void
162
+ ): void;
163
+ createRecordingConfiguration(
164
+ args: CreateRecordingConfigurationCommandInput,
165
+ options: __HttpHandlerOptions,
166
+ cb: (err: any, data?: CreateRecordingConfigurationCommandOutput) => void
167
+ ): void;
168
+ createStreamKey(
169
+ args: CreateStreamKeyCommandInput,
170
+ options?: __HttpHandlerOptions
171
+ ): Promise<CreateStreamKeyCommandOutput>;
172
+ createStreamKey(
173
+ args: CreateStreamKeyCommandInput,
174
+ cb: (err: any, data?: CreateStreamKeyCommandOutput) => void
175
+ ): void;
176
+ createStreamKey(
177
+ args: CreateStreamKeyCommandInput,
178
+ options: __HttpHandlerOptions,
179
+ cb: (err: any, data?: CreateStreamKeyCommandOutput) => void
180
+ ): void;
181
+ deleteChannel(
182
+ args: DeleteChannelCommandInput,
183
+ options?: __HttpHandlerOptions
184
+ ): Promise<DeleteChannelCommandOutput>;
185
+ deleteChannel(
186
+ args: DeleteChannelCommandInput,
187
+ cb: (err: any, data?: DeleteChannelCommandOutput) => void
188
+ ): void;
189
+ deleteChannel(
190
+ args: DeleteChannelCommandInput,
191
+ options: __HttpHandlerOptions,
192
+ cb: (err: any, data?: DeleteChannelCommandOutput) => void
193
+ ): void;
194
+ deletePlaybackKeyPair(
195
+ args: DeletePlaybackKeyPairCommandInput,
196
+ options?: __HttpHandlerOptions
197
+ ): Promise<DeletePlaybackKeyPairCommandOutput>;
198
+ deletePlaybackKeyPair(
199
+ args: DeletePlaybackKeyPairCommandInput,
200
+ cb: (err: any, data?: DeletePlaybackKeyPairCommandOutput) => void
201
+ ): void;
202
+ deletePlaybackKeyPair(
203
+ args: DeletePlaybackKeyPairCommandInput,
204
+ options: __HttpHandlerOptions,
205
+ cb: (err: any, data?: DeletePlaybackKeyPairCommandOutput) => void
206
+ ): void;
207
+ deleteRecordingConfiguration(
208
+ args: DeleteRecordingConfigurationCommandInput,
209
+ options?: __HttpHandlerOptions
210
+ ): Promise<DeleteRecordingConfigurationCommandOutput>;
211
+ deleteRecordingConfiguration(
212
+ args: DeleteRecordingConfigurationCommandInput,
213
+ cb: (err: any, data?: DeleteRecordingConfigurationCommandOutput) => void
214
+ ): void;
215
+ deleteRecordingConfiguration(
216
+ args: DeleteRecordingConfigurationCommandInput,
217
+ options: __HttpHandlerOptions,
218
+ cb: (err: any, data?: DeleteRecordingConfigurationCommandOutput) => void
219
+ ): void;
220
+ deleteStreamKey(
221
+ args: DeleteStreamKeyCommandInput,
222
+ options?: __HttpHandlerOptions
223
+ ): Promise<DeleteStreamKeyCommandOutput>;
224
+ deleteStreamKey(
225
+ args: DeleteStreamKeyCommandInput,
226
+ cb: (err: any, data?: DeleteStreamKeyCommandOutput) => void
227
+ ): void;
228
+ deleteStreamKey(
229
+ args: DeleteStreamKeyCommandInput,
230
+ options: __HttpHandlerOptions,
231
+ cb: (err: any, data?: DeleteStreamKeyCommandOutput) => void
232
+ ): void;
233
+ getChannel(
234
+ args: GetChannelCommandInput,
235
+ options?: __HttpHandlerOptions
236
+ ): Promise<GetChannelCommandOutput>;
237
+ getChannel(
238
+ args: GetChannelCommandInput,
239
+ cb: (err: any, data?: GetChannelCommandOutput) => void
240
+ ): void;
241
+ getChannel(
242
+ args: GetChannelCommandInput,
243
+ options: __HttpHandlerOptions,
244
+ cb: (err: any, data?: GetChannelCommandOutput) => void
245
+ ): void;
246
+ getPlaybackKeyPair(
247
+ args: GetPlaybackKeyPairCommandInput,
248
+ options?: __HttpHandlerOptions
249
+ ): Promise<GetPlaybackKeyPairCommandOutput>;
250
+ getPlaybackKeyPair(
251
+ args: GetPlaybackKeyPairCommandInput,
252
+ cb: (err: any, data?: GetPlaybackKeyPairCommandOutput) => void
253
+ ): void;
254
+ getPlaybackKeyPair(
255
+ args: GetPlaybackKeyPairCommandInput,
256
+ options: __HttpHandlerOptions,
257
+ cb: (err: any, data?: GetPlaybackKeyPairCommandOutput) => void
258
+ ): void;
259
+ getRecordingConfiguration(
260
+ args: GetRecordingConfigurationCommandInput,
261
+ options?: __HttpHandlerOptions
262
+ ): Promise<GetRecordingConfigurationCommandOutput>;
263
+ getRecordingConfiguration(
264
+ args: GetRecordingConfigurationCommandInput,
265
+ cb: (err: any, data?: GetRecordingConfigurationCommandOutput) => void
266
+ ): void;
267
+ getRecordingConfiguration(
268
+ args: GetRecordingConfigurationCommandInput,
269
+ options: __HttpHandlerOptions,
270
+ cb: (err: any, data?: GetRecordingConfigurationCommandOutput) => void
271
+ ): void;
272
+ getStream(
273
+ args: GetStreamCommandInput,
274
+ options?: __HttpHandlerOptions
275
+ ): Promise<GetStreamCommandOutput>;
276
+ getStream(
277
+ args: GetStreamCommandInput,
278
+ cb: (err: any, data?: GetStreamCommandOutput) => void
279
+ ): void;
280
+ getStream(
281
+ args: GetStreamCommandInput,
282
+ options: __HttpHandlerOptions,
283
+ cb: (err: any, data?: GetStreamCommandOutput) => void
284
+ ): void;
285
+ getStreamKey(
286
+ args: GetStreamKeyCommandInput,
287
+ options?: __HttpHandlerOptions
288
+ ): Promise<GetStreamKeyCommandOutput>;
289
+ getStreamKey(
290
+ args: GetStreamKeyCommandInput,
291
+ cb: (err: any, data?: GetStreamKeyCommandOutput) => void
292
+ ): void;
293
+ getStreamKey(
294
+ args: GetStreamKeyCommandInput,
295
+ options: __HttpHandlerOptions,
296
+ cb: (err: any, data?: GetStreamKeyCommandOutput) => void
297
+ ): void;
298
+ getStreamSession(
299
+ args: GetStreamSessionCommandInput,
300
+ options?: __HttpHandlerOptions
301
+ ): Promise<GetStreamSessionCommandOutput>;
302
+ getStreamSession(
303
+ args: GetStreamSessionCommandInput,
304
+ cb: (err: any, data?: GetStreamSessionCommandOutput) => void
305
+ ): void;
306
+ getStreamSession(
307
+ args: GetStreamSessionCommandInput,
308
+ options: __HttpHandlerOptions,
309
+ cb: (err: any, data?: GetStreamSessionCommandOutput) => void
310
+ ): void;
311
+ importPlaybackKeyPair(
312
+ args: ImportPlaybackKeyPairCommandInput,
313
+ options?: __HttpHandlerOptions
314
+ ): Promise<ImportPlaybackKeyPairCommandOutput>;
315
+ importPlaybackKeyPair(
316
+ args: ImportPlaybackKeyPairCommandInput,
317
+ cb: (err: any, data?: ImportPlaybackKeyPairCommandOutput) => void
318
+ ): void;
319
+ importPlaybackKeyPair(
320
+ args: ImportPlaybackKeyPairCommandInput,
321
+ options: __HttpHandlerOptions,
322
+ cb: (err: any, data?: ImportPlaybackKeyPairCommandOutput) => void
323
+ ): void;
324
+ listChannels(
325
+ args: ListChannelsCommandInput,
326
+ options?: __HttpHandlerOptions
327
+ ): Promise<ListChannelsCommandOutput>;
328
+ listChannels(
329
+ args: ListChannelsCommandInput,
330
+ cb: (err: any, data?: ListChannelsCommandOutput) => void
331
+ ): void;
332
+ listChannels(
333
+ args: ListChannelsCommandInput,
334
+ options: __HttpHandlerOptions,
335
+ cb: (err: any, data?: ListChannelsCommandOutput) => void
336
+ ): void;
337
+ listPlaybackKeyPairs(
338
+ args: ListPlaybackKeyPairsCommandInput,
339
+ options?: __HttpHandlerOptions
340
+ ): Promise<ListPlaybackKeyPairsCommandOutput>;
341
+ listPlaybackKeyPairs(
342
+ args: ListPlaybackKeyPairsCommandInput,
343
+ cb: (err: any, data?: ListPlaybackKeyPairsCommandOutput) => void
344
+ ): void;
345
+ listPlaybackKeyPairs(
346
+ args: ListPlaybackKeyPairsCommandInput,
347
+ options: __HttpHandlerOptions,
348
+ cb: (err: any, data?: ListPlaybackKeyPairsCommandOutput) => void
349
+ ): void;
350
+ listRecordingConfigurations(
351
+ args: ListRecordingConfigurationsCommandInput,
352
+ options?: __HttpHandlerOptions
353
+ ): Promise<ListRecordingConfigurationsCommandOutput>;
354
+ listRecordingConfigurations(
355
+ args: ListRecordingConfigurationsCommandInput,
356
+ cb: (err: any, data?: ListRecordingConfigurationsCommandOutput) => void
357
+ ): void;
358
+ listRecordingConfigurations(
359
+ args: ListRecordingConfigurationsCommandInput,
360
+ options: __HttpHandlerOptions,
361
+ cb: (err: any, data?: ListRecordingConfigurationsCommandOutput) => void
362
+ ): void;
363
+ listStreamKeys(
364
+ args: ListStreamKeysCommandInput,
365
+ options?: __HttpHandlerOptions
366
+ ): Promise<ListStreamKeysCommandOutput>;
367
+ listStreamKeys(
368
+ args: ListStreamKeysCommandInput,
369
+ cb: (err: any, data?: ListStreamKeysCommandOutput) => void
370
+ ): void;
371
+ listStreamKeys(
372
+ args: ListStreamKeysCommandInput,
373
+ options: __HttpHandlerOptions,
374
+ cb: (err: any, data?: ListStreamKeysCommandOutput) => void
375
+ ): void;
376
+ listStreams(
377
+ args: ListStreamsCommandInput,
378
+ options?: __HttpHandlerOptions
379
+ ): Promise<ListStreamsCommandOutput>;
380
+ listStreams(
381
+ args: ListStreamsCommandInput,
382
+ cb: (err: any, data?: ListStreamsCommandOutput) => void
383
+ ): void;
384
+ listStreams(
385
+ args: ListStreamsCommandInput,
386
+ options: __HttpHandlerOptions,
387
+ cb: (err: any, data?: ListStreamsCommandOutput) => void
388
+ ): void;
389
+ listStreamSessions(
390
+ args: ListStreamSessionsCommandInput,
391
+ options?: __HttpHandlerOptions
392
+ ): Promise<ListStreamSessionsCommandOutput>;
393
+ listStreamSessions(
394
+ args: ListStreamSessionsCommandInput,
395
+ cb: (err: any, data?: ListStreamSessionsCommandOutput) => void
396
+ ): void;
397
+ listStreamSessions(
398
+ args: ListStreamSessionsCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (err: any, data?: ListStreamSessionsCommandOutput) => void
401
+ ): void;
402
+ listTagsForResource(
403
+ args: ListTagsForResourceCommandInput,
404
+ options?: __HttpHandlerOptions
405
+ ): Promise<ListTagsForResourceCommandOutput>;
406
+ listTagsForResource(
407
+ args: ListTagsForResourceCommandInput,
408
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
409
+ ): void;
410
+ listTagsForResource(
411
+ args: ListTagsForResourceCommandInput,
412
+ options: __HttpHandlerOptions,
413
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
414
+ ): void;
415
+ putMetadata(
416
+ args: PutMetadataCommandInput,
417
+ options?: __HttpHandlerOptions
418
+ ): Promise<PutMetadataCommandOutput>;
419
+ putMetadata(
420
+ args: PutMetadataCommandInput,
421
+ cb: (err: any, data?: PutMetadataCommandOutput) => void
422
+ ): void;
423
+ putMetadata(
424
+ args: PutMetadataCommandInput,
425
+ options: __HttpHandlerOptions,
426
+ cb: (err: any, data?: PutMetadataCommandOutput) => void
427
+ ): void;
428
+ stopStream(
429
+ args: StopStreamCommandInput,
430
+ options?: __HttpHandlerOptions
431
+ ): Promise<StopStreamCommandOutput>;
432
+ stopStream(
433
+ args: StopStreamCommandInput,
434
+ cb: (err: any, data?: StopStreamCommandOutput) => void
435
+ ): void;
436
+ stopStream(
437
+ args: StopStreamCommandInput,
438
+ options: __HttpHandlerOptions,
439
+ cb: (err: any, data?: StopStreamCommandOutput) => void
440
+ ): void;
441
+ tagResource(
442
+ args: TagResourceCommandInput,
443
+ options?: __HttpHandlerOptions
444
+ ): Promise<TagResourceCommandOutput>;
445
+ tagResource(
446
+ args: TagResourceCommandInput,
447
+ cb: (err: any, data?: TagResourceCommandOutput) => void
448
+ ): void;
449
+ tagResource(
450
+ args: TagResourceCommandInput,
451
+ options: __HttpHandlerOptions,
452
+ cb: (err: any, data?: TagResourceCommandOutput) => void
453
+ ): void;
454
+ untagResource(
455
+ args: UntagResourceCommandInput,
456
+ options?: __HttpHandlerOptions
457
+ ): Promise<UntagResourceCommandOutput>;
458
+ untagResource(
459
+ args: UntagResourceCommandInput,
460
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
461
+ ): void;
462
+ untagResource(
463
+ args: UntagResourceCommandInput,
464
+ options: __HttpHandlerOptions,
465
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
466
+ ): void;
467
+ updateChannel(
468
+ args: UpdateChannelCommandInput,
469
+ options?: __HttpHandlerOptions
470
+ ): Promise<UpdateChannelCommandOutput>;
471
+ updateChannel(
472
+ args: UpdateChannelCommandInput,
473
+ cb: (err: any, data?: UpdateChannelCommandOutput) => void
474
+ ): void;
475
+ updateChannel(
476
+ args: UpdateChannelCommandInput,
477
+ options: __HttpHandlerOptions,
478
+ cb: (err: any, data?: UpdateChannelCommandOutput) => void
479
+ ): void;
480
+ }