@aws-sdk/client-ivs 3.35.0 → 3.38.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 +48 -0
- package/README.md +54 -107
- package/dist-cjs/Ivs.js +0 -363
- package/dist-cjs/IvsClient.js +0 -368
- package/dist-cjs/commands/BatchGetChannelCommand.js +0 -25
- package/dist-cjs/commands/BatchGetStreamKeyCommand.js +0 -25
- package/dist-cjs/commands/CreateChannelCommand.js +0 -25
- package/dist-cjs/commands/CreateRecordingConfigurationCommand.js +0 -36
- package/dist-cjs/commands/CreateStreamKeyCommand.js +0 -28
- package/dist-cjs/commands/DeleteChannelCommand.js +0 -29
- package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js +0 -27
- package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js +0 -30
- package/dist-cjs/commands/DeleteStreamKeyCommand.js +0 -26
- package/dist-cjs/commands/GetChannelCommand.js +0 -25
- package/dist-cjs/commands/GetPlaybackKeyPairCommand.js +0 -29
- package/dist-cjs/commands/GetRecordingConfigurationCommand.js +0 -25
- package/dist-cjs/commands/GetStreamCommand.js +0 -25
- package/dist-cjs/commands/GetStreamKeyCommand.js +0 -25
- package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js +0 -29
- package/dist-cjs/commands/ListChannelsCommand.js +0 -28
- package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js +0 -26
- package/dist-cjs/commands/ListRecordingConfigurationsCommand.js +0 -26
- package/dist-cjs/commands/ListStreamKeysCommand.js +0 -25
- package/dist-cjs/commands/ListStreamsCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/PutMetadataCommand.js +0 -31
- package/dist-cjs/commands/StopStreamCommand.js +0 -32
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateChannelCommand.js +0 -26
- package/dist-cjs/commands/index.js +29 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -36
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +7 -214
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListChannelsPaginator.js +0 -11
- package/dist-cjs/pagination/ListPlaybackKeyPairsPaginator.js +0 -11
- package/dist-cjs/pagination/ListRecordingConfigurationsPaginator.js +0 -11
- package/dist-cjs/pagination/ListStreamKeysPaginator.js +0 -11
- package/dist-cjs/pagination/ListStreamsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +9 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1 -17
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/Ivs.js +0 -1
- package/dist-es/IvsClient.js +0 -1
- package/dist-es/commands/BatchGetChannelCommand.js +0 -1
- package/dist-es/commands/BatchGetStreamKeyCommand.js +0 -1
- package/dist-es/commands/CreateChannelCommand.js +0 -1
- package/dist-es/commands/CreateRecordingConfigurationCommand.js +0 -1
- package/dist-es/commands/CreateStreamKeyCommand.js +0 -1
- package/dist-es/commands/DeleteChannelCommand.js +0 -1
- package/dist-es/commands/DeletePlaybackKeyPairCommand.js +0 -1
- package/dist-es/commands/DeleteRecordingConfigurationCommand.js +0 -1
- package/dist-es/commands/DeleteStreamKeyCommand.js +0 -1
- package/dist-es/commands/GetChannelCommand.js +0 -1
- package/dist-es/commands/GetPlaybackKeyPairCommand.js +0 -1
- package/dist-es/commands/GetRecordingConfigurationCommand.js +0 -1
- package/dist-es/commands/GetStreamCommand.js +0 -1
- package/dist-es/commands/GetStreamKeyCommand.js +0 -1
- package/dist-es/commands/ImportPlaybackKeyPairCommand.js +0 -1
- package/dist-es/commands/ListChannelsCommand.js +0 -1
- package/dist-es/commands/ListPlaybackKeyPairsCommand.js +0 -1
- package/dist-es/commands/ListRecordingConfigurationsCommand.js +0 -1
- package/dist-es/commands/ListStreamKeysCommand.js +0 -1
- package/dist-es/commands/ListStreamsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/PutMetadataCommand.js +0 -1
- package/dist-es/commands/StopStreamCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateChannelCommand.js +0 -1
- package/dist-es/commands/index.js +26 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -36
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +7 -7
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListChannelsPaginator.js +0 -1
- package/dist-es/pagination/ListPlaybackKeyPairsPaginator.js +0 -1
- package/dist-es/pagination/ListRecordingConfigurationsPaginator.js +0 -1
- package/dist-es/pagination/ListStreamKeysPaginator.js +0 -1
- package/dist-es/pagination/ListStreamsPaginator.js +0 -1
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +1 -9
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/Ivs.d.ts +65 -124
- package/dist-types/IvsClient.d.ts +54 -111
- package/dist-types/commands/CreateRecordingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/commands/ListRecordingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStreamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutMetadataCommand.d.ts +5 -7
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +26 -0
- package/dist-types/index.d.ts +4 -35
- package/dist-types/models/models_0.d.ts +92 -60
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/Ivs.d.ts +27 -494
- package/dist-types/ts3.4/IvsClient.d.ts +24 -448
- package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/index.d.ts +26 -0
- package/dist-types/ts3.4/index.d.ts +4 -35
- package/dist-types/ts3.4/models/models_0.d.ts +237 -771
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/Ivs.js.map +0 -1
- package/dist-cjs/IvsClient.js.map +0 -1
- package/dist-cjs/commands/BatchGetChannelCommand.js.map +0 -1
- package/dist-cjs/commands/BatchGetStreamKeyCommand.js.map +0 -1
- package/dist-cjs/commands/CreateChannelCommand.js.map +0 -1
- package/dist-cjs/commands/CreateRecordingConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/CreateStreamKeyCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteChannelCommand.js.map +0 -1
- package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteStreamKeyCommand.js.map +0 -1
- package/dist-cjs/commands/GetChannelCommand.js.map +0 -1
- package/dist-cjs/commands/GetPlaybackKeyPairCommand.js.map +0 -1
- package/dist-cjs/commands/GetRecordingConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/GetStreamCommand.js.map +0 -1
- package/dist-cjs/commands/GetStreamKeyCommand.js.map +0 -1
- package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js.map +0 -1
- package/dist-cjs/commands/ListChannelsCommand.js.map +0 -1
- package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js.map +0 -1
- package/dist-cjs/commands/ListRecordingConfigurationsCommand.js.map +0 -1
- package/dist-cjs/commands/ListStreamKeysCommand.js.map +0 -1
- package/dist-cjs/commands/ListStreamsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/PutMetadataCommand.js.map +0 -1
- package/dist-cjs/commands/StopStreamCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateChannelCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListPlaybackKeyPairsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListRecordingConfigurationsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListStreamKeysPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListStreamsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +0 -46
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/Ivs.js.map +0 -1
- package/dist-es/IvsClient.js.map +0 -1
- package/dist-es/commands/BatchGetChannelCommand.js.map +0 -1
- package/dist-es/commands/BatchGetStreamKeyCommand.js.map +0 -1
- package/dist-es/commands/CreateChannelCommand.js.map +0 -1
- package/dist-es/commands/CreateRecordingConfigurationCommand.js.map +0 -1
- package/dist-es/commands/CreateStreamKeyCommand.js.map +0 -1
- package/dist-es/commands/DeleteChannelCommand.js.map +0 -1
- package/dist-es/commands/DeletePlaybackKeyPairCommand.js.map +0 -1
- package/dist-es/commands/DeleteRecordingConfigurationCommand.js.map +0 -1
- package/dist-es/commands/DeleteStreamKeyCommand.js.map +0 -1
- package/dist-es/commands/GetChannelCommand.js.map +0 -1
- package/dist-es/commands/GetPlaybackKeyPairCommand.js.map +0 -1
- package/dist-es/commands/GetRecordingConfigurationCommand.js.map +0 -1
- package/dist-es/commands/GetStreamCommand.js.map +0 -1
- package/dist-es/commands/GetStreamKeyCommand.js.map +0 -1
- package/dist-es/commands/ImportPlaybackKeyPairCommand.js.map +0 -1
- package/dist-es/commands/ListChannelsCommand.js.map +0 -1
- package/dist-es/commands/ListPlaybackKeyPairsCommand.js.map +0 -1
- package/dist-es/commands/ListRecordingConfigurationsCommand.js.map +0 -1
- package/dist-es/commands/ListStreamKeysCommand.js.map +0 -1
- package/dist-es/commands/ListStreamsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/PutMetadataCommand.js.map +0 -1
- package/dist-es/commands/StopStreamCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateChannelCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist-es/pagination/ListPlaybackKeyPairsPaginator.js.map +0 -1
- package/dist-es/pagination/ListRecordingConfigurationsPaginator.js.map +0 -1
- package/dist-es/pagination/ListStreamKeysPaginator.js.map +0 -1
- package/dist-es/pagination/ListStreamsPaginator.js.map +0 -1
- package/dist-es/pagination/ListTagsForResourcePaginator.js +0 -75
- package/dist-es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/jest.config.js +0 -4
- package/src/Ivs.ts +0 -1317
- package/src/IvsClient.ts +0 -697
- package/src/commands/BatchGetChannelCommand.ts +0 -95
- package/src/commands/BatchGetStreamKeyCommand.ts +0 -95
- package/src/commands/CreateChannelCommand.ts +0 -95
- package/src/commands/CreateRecordingConfigurationCommand.ts +0 -111
- package/src/commands/CreateStreamKeyCommand.ts +0 -98
- package/src/commands/DeleteChannelCommand.ts +0 -99
- package/src/commands/DeletePlaybackKeyPairCommand.ts +0 -97
- package/src/commands/DeleteRecordingConfigurationCommand.ts +0 -103
- package/src/commands/DeleteStreamKeyCommand.ts +0 -96
- package/src/commands/GetChannelCommand.ts +0 -95
- package/src/commands/GetPlaybackKeyPairCommand.ts +0 -99
- package/src/commands/GetRecordingConfigurationCommand.ts +0 -98
- package/src/commands/GetStreamCommand.ts +0 -91
- package/src/commands/GetStreamKeyCommand.ts +0 -95
- package/src/commands/ImportPlaybackKeyPairCommand.ts +0 -99
- package/src/commands/ListChannelsCommand.ts +0 -98
- package/src/commands/ListPlaybackKeyPairsCommand.ts +0 -96
- package/src/commands/ListRecordingConfigurationsCommand.ts +0 -101
- package/src/commands/ListStreamKeysCommand.ts +0 -95
- package/src/commands/ListStreamsCommand.ts +0 -96
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/PutMetadataCommand.ts +0 -101
- package/src/commands/StopStreamCommand.ts +0 -102
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateChannelCommand.ts +0 -96
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -36
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -1673
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListChannelsPaginator.ts +0 -59
- package/src/pagination/ListPlaybackKeyPairsPaginator.ts +0 -59
- package/src/pagination/ListRecordingConfigurationsPaginator.ts +0 -59
- package/src/pagination/ListStreamKeysPaginator.ts +0 -59
- package/src/pagination/ListStreamsPaginator.ts +0 -55
- package/src/pagination/ListTagsForResourcePaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -3327
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -4,22 +4,13 @@ exports.paginateListPlaybackKeyPairs = void 0;
|
|
|
4
4
|
const ListPlaybackKeyPairsCommand_1 = require("../commands/ListPlaybackKeyPairsCommand");
|
|
5
5
|
const Ivs_1 = require("../Ivs");
|
|
6
6
|
const IvsClient_1 = require("../IvsClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListPlaybackKeyPairsCommand_1.ListPlaybackKeyPairsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listPlaybackKeyPairs(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListPlaybackKeyPairs(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListPlaybackKeyPairs(config, input, ...additionalArgumen
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListPlaybackKeyPairs = paginateListPlaybackKeyPairs;
|
|
46
|
-
//# sourceMappingURL=ListPlaybackKeyPairsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListRecordingConfigurations = void 0;
|
|
|
4
4
|
const ListRecordingConfigurationsCommand_1 = require("../commands/ListRecordingConfigurationsCommand");
|
|
5
5
|
const Ivs_1 = require("../Ivs");
|
|
6
6
|
const IvsClient_1 = require("../IvsClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListRecordingConfigurationsCommand_1.ListRecordingConfigurationsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listRecordingConfigurations(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListRecordingConfigurations(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListRecordingConfigurations(config, input, ...additional
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListRecordingConfigurations = paginateListRecordingConfigurations;
|
|
46
|
-
//# sourceMappingURL=ListRecordingConfigurationsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListStreamKeys = void 0;
|
|
|
4
4
|
const ListStreamKeysCommand_1 = require("../commands/ListStreamKeysCommand");
|
|
5
5
|
const Ivs_1 = require("../Ivs");
|
|
6
6
|
const IvsClient_1 = require("../IvsClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListStreamKeysCommand_1.ListStreamKeysCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listStreamKeys(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListStreamKeys(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListStreamKeys(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListStreamKeys = paginateListStreamKeys;
|
|
46
|
-
//# sourceMappingURL=ListStreamKeysPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListStreams = void 0;
|
|
|
4
4
|
const ListStreamsCommand_1 = require("../commands/ListStreamsCommand");
|
|
5
5
|
const Ivs_1 = require("../Ivs");
|
|
6
6
|
const IvsClient_1 = require("../IvsClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListStreamsCommand_1.ListStreamsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listStreams(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListStreams(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListStreams(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListStreams = paginateListStreams;
|
|
46
|
-
//# sourceMappingURL=ListStreamsPaginator.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ListChannelsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListPlaybackKeyPairsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListRecordingConfigurationsPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListStreamKeysPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListStreamsPaginator"), exports);
|
|
@@ -454,9 +454,7 @@ const serializeAws_restJson1ListStreamsCommand = async (input, context) => {
|
|
|
454
454
|
exports.serializeAws_restJson1ListStreamsCommand = serializeAws_restJson1ListStreamsCommand;
|
|
455
455
|
const serializeAws_restJson1ListTagsForResourceCommand = async (input, context) => {
|
|
456
456
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
457
|
-
const headers = {
|
|
458
|
-
"content-type": "application/json",
|
|
459
|
-
};
|
|
457
|
+
const headers = {};
|
|
460
458
|
let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/tags/{resourceArn}";
|
|
461
459
|
if (input.resourceArn !== undefined) {
|
|
462
460
|
const labelValue = input.resourceArn;
|
|
@@ -469,10 +467,6 @@ const serializeAws_restJson1ListTagsForResourceCommand = async (input, context)
|
|
|
469
467
|
throw new Error("No value provided for input HTTP label: resourceArn.");
|
|
470
468
|
}
|
|
471
469
|
let body;
|
|
472
|
-
body = JSON.stringify({
|
|
473
|
-
...(input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults }),
|
|
474
|
-
...(input.nextToken !== undefined && input.nextToken !== null && { nextToken: input.nextToken }),
|
|
475
|
-
});
|
|
476
470
|
return new protocol_http_1.HttpRequest({
|
|
477
471
|
protocol,
|
|
478
472
|
hostname,
|
|
@@ -1981,13 +1975,9 @@ const deserializeAws_restJson1ListTagsForResourceCommand = async (output, contex
|
|
|
1981
1975
|
}
|
|
1982
1976
|
const contents = {
|
|
1983
1977
|
$metadata: deserializeMetadata(output),
|
|
1984
|
-
nextToken: undefined,
|
|
1985
1978
|
tags: undefined,
|
|
1986
1979
|
};
|
|
1987
1980
|
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1988
|
-
if (data.nextToken !== undefined && data.nextToken !== null) {
|
|
1989
|
-
contents.nextToken = smithy_client_1.expectString(data.nextToken);
|
|
1990
|
-
}
|
|
1991
1981
|
if (data.tags !== undefined && data.tags !== null) {
|
|
1992
1982
|
contents.tags = deserializeAws_restJson1Tags(data.tags, context);
|
|
1993
1983
|
}
|
|
@@ -2800,14 +2790,12 @@ const deserializeMetadata = (output) => {
|
|
|
2800
2790
|
cfId: output.headers["x-amz-cf-id"],
|
|
2801
2791
|
});
|
|
2802
2792
|
};
|
|
2803
|
-
// Collect low-level response body stream to Uint8Array.
|
|
2804
2793
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
2805
2794
|
if (streamBody instanceof Uint8Array) {
|
|
2806
2795
|
return Promise.resolve(streamBody);
|
|
2807
2796
|
}
|
|
2808
2797
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
2809
2798
|
};
|
|
2810
|
-
// Encode Uint8Array data into string with utf-8.
|
|
2811
2799
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
2812
2800
|
const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
2813
2801
|
value !== null &&
|
|
@@ -2820,9 +2808,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
2820
2808
|
}
|
|
2821
2809
|
return {};
|
|
2822
2810
|
});
|
|
2823
|
-
/**
|
|
2824
|
-
* Load an error code for the aws.rest-json-1.1 protocol.
|
|
2825
|
-
*/
|
|
2826
2811
|
const loadRestJsonErrorCode = (output, data) => {
|
|
2827
2812
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
2828
2813
|
const sanitizeErrorCode = (rawValue) => {
|
|
@@ -2847,4 +2832,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
2847
2832
|
}
|
|
2848
2833
|
return "";
|
|
2849
2834
|
};
|
|
2850
|
-
//# sourceMappingURL=Aws_restJson1.js.map
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
5
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
6
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
7
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -10,12 +11,7 @@ const util_base64_browser_1 = require("@aws-sdk/util-base64-browser");
|
|
|
10
11
|
const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
11
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
12
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
13
|
-
// @ts-ignore: package.json will be imported from dist folders
|
|
14
|
-
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
15
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
15
|
const getRuntimeConfig = (config) => {
|
|
20
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
21
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -39,4 +35,3 @@ const getRuntimeConfig = (config) => {
|
|
|
39
35
|
};
|
|
40
36
|
};
|
|
41
37
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
42
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
5
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
6
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
7
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -9,17 +10,12 @@ const hash_node_1 = require("@aws-sdk/hash-node");
|
|
|
9
10
|
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
10
11
|
const node_config_provider_1 = require("@aws-sdk/node-config-provider");
|
|
11
12
|
const node_http_handler_1 = require("@aws-sdk/node-http-handler");
|
|
12
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
13
13
|
const util_base64_node_1 = require("@aws-sdk/util-base64-node");
|
|
14
14
|
const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
15
15
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
|
-
// @ts-ignore: package.json will be imported from dist folders
|
|
18
|
-
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
19
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
20
|
-
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
18
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
23
19
|
const getRuntimeConfig = (config) => {
|
|
24
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
25
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -44,4 +40,3 @@ const getRuntimeConfig = (config) => {
|
|
|
44
40
|
};
|
|
45
41
|
};
|
|
46
42
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
47
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
|
|
|
17
14
|
};
|
|
18
15
|
};
|
|
19
16
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
5
5
|
const endpoints_1 = require("./endpoints");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
15
|
});
|
|
19
16
|
};
|
|
20
17
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
package/dist-es/Ivs.js
CHANGED
package/dist-es/IvsClient.js
CHANGED
|
@@ -0,0 +1,26 @@
|
|
|
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 "./ImportPlaybackKeyPairCommand";
|
|
16
|
+
export * from "./ListChannelsCommand";
|
|
17
|
+
export * from "./ListPlaybackKeyPairsCommand";
|
|
18
|
+
export * from "./ListRecordingConfigurationsCommand";
|
|
19
|
+
export * from "./ListStreamKeysCommand";
|
|
20
|
+
export * from "./ListStreamsCommand";
|
|
21
|
+
export * from "./ListTagsForResourceCommand";
|
|
22
|
+
export * from "./PutMetadataCommand";
|
|
23
|
+
export * from "./StopStreamCommand";
|
|
24
|
+
export * from "./TagResourceCommand";
|
|
25
|
+
export * from "./UntagResourceCommand";
|
|
26
|
+
export * from "./UpdateChannelCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -33,7 +33,7 @@ var partitionHash = {
|
|
|
33
33
|
hostname: "ivs.{region}.amazonaws.com.cn",
|
|
34
34
|
},
|
|
35
35
|
"aws-iso": {
|
|
36
|
-
regions: ["us-iso-east-1"],
|
|
36
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
37
37
|
hostname: "ivs.{region}.c2s.ic.gov",
|
|
38
38
|
},
|
|
39
39
|
"aws-iso-b": {
|
|
@@ -50,4 +50,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
|
|
|
50
50
|
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "ivs", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
51
51
|
});
|
|
52
52
|
}); };
|
|
53
|
-
//# sourceMappingURL=endpoints.js.map
|
package/dist-es/index.js
CHANGED
|
@@ -1,37 +1,5 @@
|
|
|
1
|
-
export * from "./IvsClient";
|
|
2
1
|
export * from "./Ivs";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateStreamKeyCommand";
|
|
8
|
-
export * from "./commands/DeleteChannelCommand";
|
|
9
|
-
export * from "./commands/DeletePlaybackKeyPairCommand";
|
|
10
|
-
export * from "./commands/DeleteRecordingConfigurationCommand";
|
|
11
|
-
export * from "./commands/DeleteStreamKeyCommand";
|
|
12
|
-
export * from "./commands/GetChannelCommand";
|
|
13
|
-
export * from "./commands/GetPlaybackKeyPairCommand";
|
|
14
|
-
export * from "./commands/GetRecordingConfigurationCommand";
|
|
15
|
-
export * from "./commands/GetStreamCommand";
|
|
16
|
-
export * from "./commands/GetStreamKeyCommand";
|
|
17
|
-
export * from "./commands/ImportPlaybackKeyPairCommand";
|
|
18
|
-
export * from "./commands/ListChannelsCommand";
|
|
19
|
-
export * from "./pagination/ListChannelsPaginator";
|
|
20
|
-
export * from "./commands/ListPlaybackKeyPairsCommand";
|
|
21
|
-
export * from "./pagination/ListPlaybackKeyPairsPaginator";
|
|
22
|
-
export * from "./commands/ListRecordingConfigurationsCommand";
|
|
23
|
-
export * from "./pagination/ListRecordingConfigurationsPaginator";
|
|
24
|
-
export * from "./commands/ListStreamKeysCommand";
|
|
25
|
-
export * from "./pagination/ListStreamKeysPaginator";
|
|
26
|
-
export * from "./commands/ListStreamsCommand";
|
|
27
|
-
export * from "./pagination/ListStreamsPaginator";
|
|
28
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
29
|
-
export * from "./pagination/ListTagsForResourcePaginator";
|
|
30
|
-
export * from "./commands/PutMetadataCommand";
|
|
31
|
-
export * from "./commands/StopStreamCommand";
|
|
32
|
-
export * from "./commands/TagResourceCommand";
|
|
33
|
-
export * from "./commands/UntagResourceCommand";
|
|
34
|
-
export * from "./commands/UpdateChannelCommand";
|
|
35
|
-
export * from "./pagination/Interfaces";
|
|
36
|
-
export * from "./models/index";
|
|
37
|
-
//# sourceMappingURL=index.js.map
|
|
2
|
+
export * from "./IvsClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
package/dist-es/models/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
export var AccessDeniedException;
|
|
3
4
|
(function (AccessDeniedException) {
|
|
4
5
|
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -35,11 +36,11 @@ export var BatchGetStreamKeyRequest;
|
|
|
35
36
|
})(BatchGetStreamKeyRequest || (BatchGetStreamKeyRequest = {}));
|
|
36
37
|
export var StreamKey;
|
|
37
38
|
(function (StreamKey) {
|
|
38
|
-
StreamKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
|
+
StreamKey.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.value && { value: SENSITIVE_STRING }))); };
|
|
39
40
|
})(StreamKey || (StreamKey = {}));
|
|
40
41
|
export var BatchGetStreamKeyResponse;
|
|
41
42
|
(function (BatchGetStreamKeyResponse) {
|
|
42
|
-
BatchGetStreamKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
|
+
BatchGetStreamKeyResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.streamKeys && { streamKeys: obj.streamKeys.map(function (item) { return StreamKey.filterSensitiveLog(item); }) }))); };
|
|
43
44
|
})(BatchGetStreamKeyResponse || (BatchGetStreamKeyResponse = {}));
|
|
44
45
|
export var CreateChannelRequest;
|
|
45
46
|
(function (CreateChannelRequest) {
|
|
@@ -47,7 +48,7 @@ export var CreateChannelRequest;
|
|
|
47
48
|
})(CreateChannelRequest || (CreateChannelRequest = {}));
|
|
48
49
|
export var CreateChannelResponse;
|
|
49
50
|
(function (CreateChannelResponse) {
|
|
50
|
-
CreateChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
51
|
+
CreateChannelResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.streamKey && { streamKey: StreamKey.filterSensitiveLog(obj.streamKey) }))); };
|
|
51
52
|
})(CreateChannelResponse || (CreateChannelResponse = {}));
|
|
52
53
|
export var PendingVerification;
|
|
53
54
|
(function (PendingVerification) {
|
|
@@ -105,7 +106,7 @@ export var CreateStreamKeyRequest;
|
|
|
105
106
|
})(CreateStreamKeyRequest || (CreateStreamKeyRequest = {}));
|
|
106
107
|
export var CreateStreamKeyResponse;
|
|
107
108
|
(function (CreateStreamKeyResponse) {
|
|
108
|
-
CreateStreamKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
109
|
+
CreateStreamKeyResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.streamKey && { streamKey: StreamKey.filterSensitiveLog(obj.streamKey) }))); };
|
|
109
110
|
})(CreateStreamKeyResponse || (CreateStreamKeyResponse = {}));
|
|
110
111
|
export var DeleteChannelRequest;
|
|
111
112
|
(function (DeleteChannelRequest) {
|
|
@@ -188,7 +189,7 @@ export var GetStreamKeyRequest;
|
|
|
188
189
|
})(GetStreamKeyRequest || (GetStreamKeyRequest = {}));
|
|
189
190
|
export var GetStreamKeyResponse;
|
|
190
191
|
(function (GetStreamKeyResponse) {
|
|
191
|
-
GetStreamKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
+
GetStreamKeyResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.streamKey && { streamKey: StreamKey.filterSensitiveLog(obj.streamKey) }))); };
|
|
192
193
|
})(GetStreamKeyResponse || (GetStreamKeyResponse = {}));
|
|
193
194
|
export var ImportPlaybackKeyPairRequest;
|
|
194
195
|
(function (ImportPlaybackKeyPairRequest) {
|
|
@@ -268,7 +269,7 @@ export var ListTagsForResourceResponse;
|
|
|
268
269
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
269
270
|
export var PutMetadataRequest;
|
|
270
271
|
(function (PutMetadataRequest) {
|
|
271
|
-
PutMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
PutMetadataRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.metadata && { metadata: SENSITIVE_STRING }))); };
|
|
272
273
|
})(PutMetadataRequest || (PutMetadataRequest = {}));
|
|
273
274
|
export var ThrottlingException;
|
|
274
275
|
(function (ThrottlingException) {
|
|
@@ -310,4 +311,3 @@ export var UpdateChannelResponse;
|
|
|
310
311
|
(function (UpdateChannelResponse) {
|
|
311
312
|
UpdateChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
313
|
})(UpdateChannelResponse || (UpdateChannelResponse = {}));
|
|
313
|
-
//# sourceMappingURL=models_0.js.map
|