@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Ivs.d.ts +480 -145
- package/dist-types/ts3.4/IvsClient.d.ts +271 -101
- package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +28 -28
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/IvsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +634 -789
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPlaybackKeyPairsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecordingConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStreamKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStreamSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStreamsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +341 -86
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
export * from "./BatchGetChannelCommand";
|
|
2
|
-
export * from "./BatchGetStreamKeyCommand";
|
|
3
|
-
export * from "./CreateChannelCommand";
|
|
4
|
-
export * from "./CreateRecordingConfigurationCommand";
|
|
5
|
-
export * from "./CreateStreamKeyCommand";
|
|
6
|
-
export * from "./DeleteChannelCommand";
|
|
7
|
-
export * from "./DeletePlaybackKeyPairCommand";
|
|
8
|
-
export * from "./DeleteRecordingConfigurationCommand";
|
|
9
|
-
export * from "./DeleteStreamKeyCommand";
|
|
10
|
-
export * from "./GetChannelCommand";
|
|
11
|
-
export * from "./GetPlaybackKeyPairCommand";
|
|
12
|
-
export * from "./GetRecordingConfigurationCommand";
|
|
13
|
-
export * from "./GetStreamCommand";
|
|
14
|
-
export * from "./GetStreamKeyCommand";
|
|
15
|
-
export * from "./GetStreamSessionCommand";
|
|
16
|
-
export * from "./ImportPlaybackKeyPairCommand";
|
|
17
|
-
export * from "./ListChannelsCommand";
|
|
18
|
-
export * from "./ListPlaybackKeyPairsCommand";
|
|
19
|
-
export * from "./ListRecordingConfigurationsCommand";
|
|
20
|
-
export * from "./ListStreamKeysCommand";
|
|
21
|
-
export * from "./ListStreamSessionsCommand";
|
|
22
|
-
export * from "./ListStreamsCommand";
|
|
23
|
-
export * from "./ListTagsForResourceCommand";
|
|
24
|
-
export * from "./PutMetadataCommand";
|
|
25
|
-
export * from "./StopStreamCommand";
|
|
26
|
-
export * from "./TagResourceCommand";
|
|
27
|
-
export * from "./UntagResourceCommand";
|
|
28
|
-
export * from "./UpdateChannelCommand";
|
|
1
|
+
export * from "./BatchGetChannelCommand";
|
|
2
|
+
export * from "./BatchGetStreamKeyCommand";
|
|
3
|
+
export * from "./CreateChannelCommand";
|
|
4
|
+
export * from "./CreateRecordingConfigurationCommand";
|
|
5
|
+
export * from "./CreateStreamKeyCommand";
|
|
6
|
+
export * from "./DeleteChannelCommand";
|
|
7
|
+
export * from "./DeletePlaybackKeyPairCommand";
|
|
8
|
+
export * from "./DeleteRecordingConfigurationCommand";
|
|
9
|
+
export * from "./DeleteStreamKeyCommand";
|
|
10
|
+
export * from "./GetChannelCommand";
|
|
11
|
+
export * from "./GetPlaybackKeyPairCommand";
|
|
12
|
+
export * from "./GetRecordingConfigurationCommand";
|
|
13
|
+
export * from "./GetStreamCommand";
|
|
14
|
+
export * from "./GetStreamKeyCommand";
|
|
15
|
+
export * from "./GetStreamSessionCommand";
|
|
16
|
+
export * from "./ImportPlaybackKeyPairCommand";
|
|
17
|
+
export * from "./ListChannelsCommand";
|
|
18
|
+
export * from "./ListPlaybackKeyPairsCommand";
|
|
19
|
+
export * from "./ListRecordingConfigurationsCommand";
|
|
20
|
+
export * from "./ListStreamKeysCommand";
|
|
21
|
+
export * from "./ListStreamSessionsCommand";
|
|
22
|
+
export * from "./ListStreamsCommand";
|
|
23
|
+
export * from "./ListTagsForResourceCommand";
|
|
24
|
+
export * from "./PutMetadataCommand";
|
|
25
|
+
export * from "./StopStreamCommand";
|
|
26
|
+
export * from "./TagResourceCommand";
|
|
27
|
+
export * from "./UntagResourceCommand";
|
|
28
|
+
export * from "./UpdateChannelCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Ivs";
|
|
2
|
-
export * from "./IvsClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { IvsServiceException } from "./models/IvsServiceException";
|
|
1
|
+
export * from "./Ivs";
|
|
2
|
+
export * from "./IvsClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { IvsServiceException } from "./models/IvsServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class IvsServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|