@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
|
@@ -2,20 +2,15 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ChannelSummary = exports.ListChannelsRequest = exports.ImportPlaybackKeyPairResponse = exports.ImportPlaybackKeyPairRequest = exports.GetStreamKeyResponse = exports.GetStreamKeyRequest = exports.GetStreamResponse = exports._Stream = exports.StreamState = exports.StreamHealth = exports.GetStreamRequest = exports.ChannelNotBroadcasting = exports.GetRecordingConfigurationResponse = exports.GetRecordingConfigurationRequest = exports.GetPlaybackKeyPairResponse = exports.PlaybackKeyPair = exports.GetPlaybackKeyPairRequest = exports.GetChannelResponse = exports.GetChannelRequest = exports.DeleteStreamKeyRequest = exports.DeleteRecordingConfigurationRequest = exports.DeletePlaybackKeyPairResponse = exports.DeletePlaybackKeyPairRequest = exports.DeleteChannelRequest = exports.CreateStreamKeyResponse = exports.CreateStreamKeyRequest = exports.InternalServerException = exports.CreateRecordingConfigurationResponse = exports.RecordingConfiguration = exports.RecordingConfigurationState = exports.CreateRecordingConfigurationRequest = exports.DestinationConfiguration = exports.S3DestinationConfiguration = exports.ConflictException = exports.ValidationException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.PendingVerification = exports.CreateChannelResponse = exports.CreateChannelRequest = exports.BatchGetStreamKeyResponse = exports.StreamKey = exports.BatchGetStreamKeyRequest = exports.BatchGetChannelResponse = exports.BatchError = exports.Channel = exports.ChannelType = exports.ChannelLatencyMode = exports.BatchGetChannelRequest = exports.AccessDeniedException = void 0;
|
|
4
4
|
exports.UpdateChannelResponse = exports.UpdateChannelRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StreamUnavailable = exports.StopStreamResponse = exports.StopStreamRequest = exports.ThrottlingException = exports.PutMetadataRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListStreamsResponse = exports.StreamSummary = exports.ListStreamsRequest = exports.ListStreamKeysResponse = exports.StreamKeySummary = exports.ListStreamKeysRequest = exports.ListRecordingConfigurationsResponse = exports.RecordingConfigurationSummary = exports.ListRecordingConfigurationsRequest = exports.ListPlaybackKeyPairsResponse = exports.PlaybackKeyPairSummary = exports.ListPlaybackKeyPairsRequest = exports.ListChannelsResponse = void 0;
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
6
|
var AccessDeniedException;
|
|
6
7
|
(function (AccessDeniedException) {
|
|
7
|
-
/**
|
|
8
|
-
* @internal
|
|
9
|
-
*/
|
|
10
8
|
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
11
9
|
...obj,
|
|
12
10
|
});
|
|
13
11
|
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
14
12
|
var BatchGetChannelRequest;
|
|
15
13
|
(function (BatchGetChannelRequest) {
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
14
|
BatchGetChannelRequest.filterSensitiveLog = (obj) => ({
|
|
20
15
|
...obj,
|
|
21
16
|
});
|
|
@@ -32,144 +27,99 @@ var ChannelType;
|
|
|
32
27
|
})(ChannelType = exports.ChannelType || (exports.ChannelType = {}));
|
|
33
28
|
var Channel;
|
|
34
29
|
(function (Channel) {
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
30
|
Channel.filterSensitiveLog = (obj) => ({
|
|
39
31
|
...obj,
|
|
40
32
|
});
|
|
41
33
|
})(Channel = exports.Channel || (exports.Channel = {}));
|
|
42
34
|
var BatchError;
|
|
43
35
|
(function (BatchError) {
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
36
|
BatchError.filterSensitiveLog = (obj) => ({
|
|
48
37
|
...obj,
|
|
49
38
|
});
|
|
50
39
|
})(BatchError = exports.BatchError || (exports.BatchError = {}));
|
|
51
40
|
var BatchGetChannelResponse;
|
|
52
41
|
(function (BatchGetChannelResponse) {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
42
|
BatchGetChannelResponse.filterSensitiveLog = (obj) => ({
|
|
57
43
|
...obj,
|
|
58
44
|
});
|
|
59
45
|
})(BatchGetChannelResponse = exports.BatchGetChannelResponse || (exports.BatchGetChannelResponse = {}));
|
|
60
46
|
var BatchGetStreamKeyRequest;
|
|
61
47
|
(function (BatchGetStreamKeyRequest) {
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
48
|
BatchGetStreamKeyRequest.filterSensitiveLog = (obj) => ({
|
|
66
49
|
...obj,
|
|
67
50
|
});
|
|
68
51
|
})(BatchGetStreamKeyRequest = exports.BatchGetStreamKeyRequest || (exports.BatchGetStreamKeyRequest = {}));
|
|
69
52
|
var StreamKey;
|
|
70
53
|
(function (StreamKey) {
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
54
|
StreamKey.filterSensitiveLog = (obj) => ({
|
|
75
55
|
...obj,
|
|
56
|
+
...(obj.value && { value: smithy_client_1.SENSITIVE_STRING }),
|
|
76
57
|
});
|
|
77
58
|
})(StreamKey = exports.StreamKey || (exports.StreamKey = {}));
|
|
78
59
|
var BatchGetStreamKeyResponse;
|
|
79
60
|
(function (BatchGetStreamKeyResponse) {
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
61
|
BatchGetStreamKeyResponse.filterSensitiveLog = (obj) => ({
|
|
84
62
|
...obj,
|
|
63
|
+
...(obj.streamKeys && { streamKeys: obj.streamKeys.map((item) => StreamKey.filterSensitiveLog(item)) }),
|
|
85
64
|
});
|
|
86
65
|
})(BatchGetStreamKeyResponse = exports.BatchGetStreamKeyResponse || (exports.BatchGetStreamKeyResponse = {}));
|
|
87
66
|
var CreateChannelRequest;
|
|
88
67
|
(function (CreateChannelRequest) {
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
68
|
CreateChannelRequest.filterSensitiveLog = (obj) => ({
|
|
93
69
|
...obj,
|
|
94
70
|
});
|
|
95
71
|
})(CreateChannelRequest = exports.CreateChannelRequest || (exports.CreateChannelRequest = {}));
|
|
96
72
|
var CreateChannelResponse;
|
|
97
73
|
(function (CreateChannelResponse) {
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
74
|
CreateChannelResponse.filterSensitiveLog = (obj) => ({
|
|
102
75
|
...obj,
|
|
76
|
+
...(obj.streamKey && { streamKey: StreamKey.filterSensitiveLog(obj.streamKey) }),
|
|
103
77
|
});
|
|
104
78
|
})(CreateChannelResponse = exports.CreateChannelResponse || (exports.CreateChannelResponse = {}));
|
|
105
79
|
var PendingVerification;
|
|
106
80
|
(function (PendingVerification) {
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
81
|
PendingVerification.filterSensitiveLog = (obj) => ({
|
|
111
82
|
...obj,
|
|
112
83
|
});
|
|
113
84
|
})(PendingVerification = exports.PendingVerification || (exports.PendingVerification = {}));
|
|
114
85
|
var ResourceNotFoundException;
|
|
115
86
|
(function (ResourceNotFoundException) {
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
87
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
120
88
|
...obj,
|
|
121
89
|
});
|
|
122
90
|
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
123
91
|
var ServiceQuotaExceededException;
|
|
124
92
|
(function (ServiceQuotaExceededException) {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
93
|
ServiceQuotaExceededException.filterSensitiveLog = (obj) => ({
|
|
129
94
|
...obj,
|
|
130
95
|
});
|
|
131
96
|
})(ServiceQuotaExceededException = exports.ServiceQuotaExceededException || (exports.ServiceQuotaExceededException = {}));
|
|
132
97
|
var ValidationException;
|
|
133
98
|
(function (ValidationException) {
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
99
|
ValidationException.filterSensitiveLog = (obj) => ({
|
|
138
100
|
...obj,
|
|
139
101
|
});
|
|
140
102
|
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
141
103
|
var ConflictException;
|
|
142
104
|
(function (ConflictException) {
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
105
|
ConflictException.filterSensitiveLog = (obj) => ({
|
|
147
106
|
...obj,
|
|
148
107
|
});
|
|
149
108
|
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
150
109
|
var S3DestinationConfiguration;
|
|
151
110
|
(function (S3DestinationConfiguration) {
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
111
|
S3DestinationConfiguration.filterSensitiveLog = (obj) => ({
|
|
156
112
|
...obj,
|
|
157
113
|
});
|
|
158
114
|
})(S3DestinationConfiguration = exports.S3DestinationConfiguration || (exports.S3DestinationConfiguration = {}));
|
|
159
115
|
var DestinationConfiguration;
|
|
160
116
|
(function (DestinationConfiguration) {
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
117
|
DestinationConfiguration.filterSensitiveLog = (obj) => ({
|
|
165
118
|
...obj,
|
|
166
119
|
});
|
|
167
120
|
})(DestinationConfiguration = exports.DestinationConfiguration || (exports.DestinationConfiguration = {}));
|
|
168
121
|
var CreateRecordingConfigurationRequest;
|
|
169
122
|
(function (CreateRecordingConfigurationRequest) {
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
123
|
CreateRecordingConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
174
124
|
...obj,
|
|
175
125
|
});
|
|
@@ -182,171 +132,115 @@ var RecordingConfigurationState;
|
|
|
182
132
|
})(RecordingConfigurationState = exports.RecordingConfigurationState || (exports.RecordingConfigurationState = {}));
|
|
183
133
|
var RecordingConfiguration;
|
|
184
134
|
(function (RecordingConfiguration) {
|
|
185
|
-
/**
|
|
186
|
-
* @internal
|
|
187
|
-
*/
|
|
188
135
|
RecordingConfiguration.filterSensitiveLog = (obj) => ({
|
|
189
136
|
...obj,
|
|
190
137
|
});
|
|
191
138
|
})(RecordingConfiguration = exports.RecordingConfiguration || (exports.RecordingConfiguration = {}));
|
|
192
139
|
var CreateRecordingConfigurationResponse;
|
|
193
140
|
(function (CreateRecordingConfigurationResponse) {
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
141
|
CreateRecordingConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
198
142
|
...obj,
|
|
199
143
|
});
|
|
200
144
|
})(CreateRecordingConfigurationResponse = exports.CreateRecordingConfigurationResponse || (exports.CreateRecordingConfigurationResponse = {}));
|
|
201
145
|
var InternalServerException;
|
|
202
146
|
(function (InternalServerException) {
|
|
203
|
-
/**
|
|
204
|
-
* @internal
|
|
205
|
-
*/
|
|
206
147
|
InternalServerException.filterSensitiveLog = (obj) => ({
|
|
207
148
|
...obj,
|
|
208
149
|
});
|
|
209
150
|
})(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
|
|
210
151
|
var CreateStreamKeyRequest;
|
|
211
152
|
(function (CreateStreamKeyRequest) {
|
|
212
|
-
/**
|
|
213
|
-
* @internal
|
|
214
|
-
*/
|
|
215
153
|
CreateStreamKeyRequest.filterSensitiveLog = (obj) => ({
|
|
216
154
|
...obj,
|
|
217
155
|
});
|
|
218
156
|
})(CreateStreamKeyRequest = exports.CreateStreamKeyRequest || (exports.CreateStreamKeyRequest = {}));
|
|
219
157
|
var CreateStreamKeyResponse;
|
|
220
158
|
(function (CreateStreamKeyResponse) {
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
159
|
CreateStreamKeyResponse.filterSensitiveLog = (obj) => ({
|
|
225
160
|
...obj,
|
|
161
|
+
...(obj.streamKey && { streamKey: StreamKey.filterSensitiveLog(obj.streamKey) }),
|
|
226
162
|
});
|
|
227
163
|
})(CreateStreamKeyResponse = exports.CreateStreamKeyResponse || (exports.CreateStreamKeyResponse = {}));
|
|
228
164
|
var DeleteChannelRequest;
|
|
229
165
|
(function (DeleteChannelRequest) {
|
|
230
|
-
/**
|
|
231
|
-
* @internal
|
|
232
|
-
*/
|
|
233
166
|
DeleteChannelRequest.filterSensitiveLog = (obj) => ({
|
|
234
167
|
...obj,
|
|
235
168
|
});
|
|
236
169
|
})(DeleteChannelRequest = exports.DeleteChannelRequest || (exports.DeleteChannelRequest = {}));
|
|
237
170
|
var DeletePlaybackKeyPairRequest;
|
|
238
171
|
(function (DeletePlaybackKeyPairRequest) {
|
|
239
|
-
/**
|
|
240
|
-
* @internal
|
|
241
|
-
*/
|
|
242
172
|
DeletePlaybackKeyPairRequest.filterSensitiveLog = (obj) => ({
|
|
243
173
|
...obj,
|
|
244
174
|
});
|
|
245
175
|
})(DeletePlaybackKeyPairRequest = exports.DeletePlaybackKeyPairRequest || (exports.DeletePlaybackKeyPairRequest = {}));
|
|
246
176
|
var DeletePlaybackKeyPairResponse;
|
|
247
177
|
(function (DeletePlaybackKeyPairResponse) {
|
|
248
|
-
/**
|
|
249
|
-
* @internal
|
|
250
|
-
*/
|
|
251
178
|
DeletePlaybackKeyPairResponse.filterSensitiveLog = (obj) => ({
|
|
252
179
|
...obj,
|
|
253
180
|
});
|
|
254
181
|
})(DeletePlaybackKeyPairResponse = exports.DeletePlaybackKeyPairResponse || (exports.DeletePlaybackKeyPairResponse = {}));
|
|
255
182
|
var DeleteRecordingConfigurationRequest;
|
|
256
183
|
(function (DeleteRecordingConfigurationRequest) {
|
|
257
|
-
/**
|
|
258
|
-
* @internal
|
|
259
|
-
*/
|
|
260
184
|
DeleteRecordingConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
261
185
|
...obj,
|
|
262
186
|
});
|
|
263
187
|
})(DeleteRecordingConfigurationRequest = exports.DeleteRecordingConfigurationRequest || (exports.DeleteRecordingConfigurationRequest = {}));
|
|
264
188
|
var DeleteStreamKeyRequest;
|
|
265
189
|
(function (DeleteStreamKeyRequest) {
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
190
|
DeleteStreamKeyRequest.filterSensitiveLog = (obj) => ({
|
|
270
191
|
...obj,
|
|
271
192
|
});
|
|
272
193
|
})(DeleteStreamKeyRequest = exports.DeleteStreamKeyRequest || (exports.DeleteStreamKeyRequest = {}));
|
|
273
194
|
var GetChannelRequest;
|
|
274
195
|
(function (GetChannelRequest) {
|
|
275
|
-
/**
|
|
276
|
-
* @internal
|
|
277
|
-
*/
|
|
278
196
|
GetChannelRequest.filterSensitiveLog = (obj) => ({
|
|
279
197
|
...obj,
|
|
280
198
|
});
|
|
281
199
|
})(GetChannelRequest = exports.GetChannelRequest || (exports.GetChannelRequest = {}));
|
|
282
200
|
var GetChannelResponse;
|
|
283
201
|
(function (GetChannelResponse) {
|
|
284
|
-
/**
|
|
285
|
-
* @internal
|
|
286
|
-
*/
|
|
287
202
|
GetChannelResponse.filterSensitiveLog = (obj) => ({
|
|
288
203
|
...obj,
|
|
289
204
|
});
|
|
290
205
|
})(GetChannelResponse = exports.GetChannelResponse || (exports.GetChannelResponse = {}));
|
|
291
206
|
var GetPlaybackKeyPairRequest;
|
|
292
207
|
(function (GetPlaybackKeyPairRequest) {
|
|
293
|
-
/**
|
|
294
|
-
* @internal
|
|
295
|
-
*/
|
|
296
208
|
GetPlaybackKeyPairRequest.filterSensitiveLog = (obj) => ({
|
|
297
209
|
...obj,
|
|
298
210
|
});
|
|
299
211
|
})(GetPlaybackKeyPairRequest = exports.GetPlaybackKeyPairRequest || (exports.GetPlaybackKeyPairRequest = {}));
|
|
300
212
|
var PlaybackKeyPair;
|
|
301
213
|
(function (PlaybackKeyPair) {
|
|
302
|
-
/**
|
|
303
|
-
* @internal
|
|
304
|
-
*/
|
|
305
214
|
PlaybackKeyPair.filterSensitiveLog = (obj) => ({
|
|
306
215
|
...obj,
|
|
307
216
|
});
|
|
308
217
|
})(PlaybackKeyPair = exports.PlaybackKeyPair || (exports.PlaybackKeyPair = {}));
|
|
309
218
|
var GetPlaybackKeyPairResponse;
|
|
310
219
|
(function (GetPlaybackKeyPairResponse) {
|
|
311
|
-
/**
|
|
312
|
-
* @internal
|
|
313
|
-
*/
|
|
314
220
|
GetPlaybackKeyPairResponse.filterSensitiveLog = (obj) => ({
|
|
315
221
|
...obj,
|
|
316
222
|
});
|
|
317
223
|
})(GetPlaybackKeyPairResponse = exports.GetPlaybackKeyPairResponse || (exports.GetPlaybackKeyPairResponse = {}));
|
|
318
224
|
var GetRecordingConfigurationRequest;
|
|
319
225
|
(function (GetRecordingConfigurationRequest) {
|
|
320
|
-
/**
|
|
321
|
-
* @internal
|
|
322
|
-
*/
|
|
323
226
|
GetRecordingConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
324
227
|
...obj,
|
|
325
228
|
});
|
|
326
229
|
})(GetRecordingConfigurationRequest = exports.GetRecordingConfigurationRequest || (exports.GetRecordingConfigurationRequest = {}));
|
|
327
230
|
var GetRecordingConfigurationResponse;
|
|
328
231
|
(function (GetRecordingConfigurationResponse) {
|
|
329
|
-
/**
|
|
330
|
-
* @internal
|
|
331
|
-
*/
|
|
332
232
|
GetRecordingConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
333
233
|
...obj,
|
|
334
234
|
});
|
|
335
235
|
})(GetRecordingConfigurationResponse = exports.GetRecordingConfigurationResponse || (exports.GetRecordingConfigurationResponse = {}));
|
|
336
236
|
var ChannelNotBroadcasting;
|
|
337
237
|
(function (ChannelNotBroadcasting) {
|
|
338
|
-
/**
|
|
339
|
-
* @internal
|
|
340
|
-
*/
|
|
341
238
|
ChannelNotBroadcasting.filterSensitiveLog = (obj) => ({
|
|
342
239
|
...obj,
|
|
343
240
|
});
|
|
344
241
|
})(ChannelNotBroadcasting = exports.ChannelNotBroadcasting || (exports.ChannelNotBroadcasting = {}));
|
|
345
242
|
var GetStreamRequest;
|
|
346
243
|
(function (GetStreamRequest) {
|
|
347
|
-
/**
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
244
|
GetStreamRequest.filterSensitiveLog = (obj) => ({
|
|
351
245
|
...obj,
|
|
352
246
|
});
|
|
@@ -364,308 +258,207 @@ var StreamState;
|
|
|
364
258
|
})(StreamState = exports.StreamState || (exports.StreamState = {}));
|
|
365
259
|
var _Stream;
|
|
366
260
|
(function (_Stream) {
|
|
367
|
-
/**
|
|
368
|
-
* @internal
|
|
369
|
-
*/
|
|
370
261
|
_Stream.filterSensitiveLog = (obj) => ({
|
|
371
262
|
...obj,
|
|
372
263
|
});
|
|
373
264
|
})(_Stream = exports._Stream || (exports._Stream = {}));
|
|
374
265
|
var GetStreamResponse;
|
|
375
266
|
(function (GetStreamResponse) {
|
|
376
|
-
/**
|
|
377
|
-
* @internal
|
|
378
|
-
*/
|
|
379
267
|
GetStreamResponse.filterSensitiveLog = (obj) => ({
|
|
380
268
|
...obj,
|
|
381
269
|
});
|
|
382
270
|
})(GetStreamResponse = exports.GetStreamResponse || (exports.GetStreamResponse = {}));
|
|
383
271
|
var GetStreamKeyRequest;
|
|
384
272
|
(function (GetStreamKeyRequest) {
|
|
385
|
-
/**
|
|
386
|
-
* @internal
|
|
387
|
-
*/
|
|
388
273
|
GetStreamKeyRequest.filterSensitiveLog = (obj) => ({
|
|
389
274
|
...obj,
|
|
390
275
|
});
|
|
391
276
|
})(GetStreamKeyRequest = exports.GetStreamKeyRequest || (exports.GetStreamKeyRequest = {}));
|
|
392
277
|
var GetStreamKeyResponse;
|
|
393
278
|
(function (GetStreamKeyResponse) {
|
|
394
|
-
/**
|
|
395
|
-
* @internal
|
|
396
|
-
*/
|
|
397
279
|
GetStreamKeyResponse.filterSensitiveLog = (obj) => ({
|
|
398
280
|
...obj,
|
|
281
|
+
...(obj.streamKey && { streamKey: StreamKey.filterSensitiveLog(obj.streamKey) }),
|
|
399
282
|
});
|
|
400
283
|
})(GetStreamKeyResponse = exports.GetStreamKeyResponse || (exports.GetStreamKeyResponse = {}));
|
|
401
284
|
var ImportPlaybackKeyPairRequest;
|
|
402
285
|
(function (ImportPlaybackKeyPairRequest) {
|
|
403
|
-
/**
|
|
404
|
-
* @internal
|
|
405
|
-
*/
|
|
406
286
|
ImportPlaybackKeyPairRequest.filterSensitiveLog = (obj) => ({
|
|
407
287
|
...obj,
|
|
408
288
|
});
|
|
409
289
|
})(ImportPlaybackKeyPairRequest = exports.ImportPlaybackKeyPairRequest || (exports.ImportPlaybackKeyPairRequest = {}));
|
|
410
290
|
var ImportPlaybackKeyPairResponse;
|
|
411
291
|
(function (ImportPlaybackKeyPairResponse) {
|
|
412
|
-
/**
|
|
413
|
-
* @internal
|
|
414
|
-
*/
|
|
415
292
|
ImportPlaybackKeyPairResponse.filterSensitiveLog = (obj) => ({
|
|
416
293
|
...obj,
|
|
417
294
|
});
|
|
418
295
|
})(ImportPlaybackKeyPairResponse = exports.ImportPlaybackKeyPairResponse || (exports.ImportPlaybackKeyPairResponse = {}));
|
|
419
296
|
var ListChannelsRequest;
|
|
420
297
|
(function (ListChannelsRequest) {
|
|
421
|
-
/**
|
|
422
|
-
* @internal
|
|
423
|
-
*/
|
|
424
298
|
ListChannelsRequest.filterSensitiveLog = (obj) => ({
|
|
425
299
|
...obj,
|
|
426
300
|
});
|
|
427
301
|
})(ListChannelsRequest = exports.ListChannelsRequest || (exports.ListChannelsRequest = {}));
|
|
428
302
|
var ChannelSummary;
|
|
429
303
|
(function (ChannelSummary) {
|
|
430
|
-
/**
|
|
431
|
-
* @internal
|
|
432
|
-
*/
|
|
433
304
|
ChannelSummary.filterSensitiveLog = (obj) => ({
|
|
434
305
|
...obj,
|
|
435
306
|
});
|
|
436
307
|
})(ChannelSummary = exports.ChannelSummary || (exports.ChannelSummary = {}));
|
|
437
308
|
var ListChannelsResponse;
|
|
438
309
|
(function (ListChannelsResponse) {
|
|
439
|
-
/**
|
|
440
|
-
* @internal
|
|
441
|
-
*/
|
|
442
310
|
ListChannelsResponse.filterSensitiveLog = (obj) => ({
|
|
443
311
|
...obj,
|
|
444
312
|
});
|
|
445
313
|
})(ListChannelsResponse = exports.ListChannelsResponse || (exports.ListChannelsResponse = {}));
|
|
446
314
|
var ListPlaybackKeyPairsRequest;
|
|
447
315
|
(function (ListPlaybackKeyPairsRequest) {
|
|
448
|
-
/**
|
|
449
|
-
* @internal
|
|
450
|
-
*/
|
|
451
316
|
ListPlaybackKeyPairsRequest.filterSensitiveLog = (obj) => ({
|
|
452
317
|
...obj,
|
|
453
318
|
});
|
|
454
319
|
})(ListPlaybackKeyPairsRequest = exports.ListPlaybackKeyPairsRequest || (exports.ListPlaybackKeyPairsRequest = {}));
|
|
455
320
|
var PlaybackKeyPairSummary;
|
|
456
321
|
(function (PlaybackKeyPairSummary) {
|
|
457
|
-
/**
|
|
458
|
-
* @internal
|
|
459
|
-
*/
|
|
460
322
|
PlaybackKeyPairSummary.filterSensitiveLog = (obj) => ({
|
|
461
323
|
...obj,
|
|
462
324
|
});
|
|
463
325
|
})(PlaybackKeyPairSummary = exports.PlaybackKeyPairSummary || (exports.PlaybackKeyPairSummary = {}));
|
|
464
326
|
var ListPlaybackKeyPairsResponse;
|
|
465
327
|
(function (ListPlaybackKeyPairsResponse) {
|
|
466
|
-
/**
|
|
467
|
-
* @internal
|
|
468
|
-
*/
|
|
469
328
|
ListPlaybackKeyPairsResponse.filterSensitiveLog = (obj) => ({
|
|
470
329
|
...obj,
|
|
471
330
|
});
|
|
472
331
|
})(ListPlaybackKeyPairsResponse = exports.ListPlaybackKeyPairsResponse || (exports.ListPlaybackKeyPairsResponse = {}));
|
|
473
332
|
var ListRecordingConfigurationsRequest;
|
|
474
333
|
(function (ListRecordingConfigurationsRequest) {
|
|
475
|
-
/**
|
|
476
|
-
* @internal
|
|
477
|
-
*/
|
|
478
334
|
ListRecordingConfigurationsRequest.filterSensitiveLog = (obj) => ({
|
|
479
335
|
...obj,
|
|
480
336
|
});
|
|
481
337
|
})(ListRecordingConfigurationsRequest = exports.ListRecordingConfigurationsRequest || (exports.ListRecordingConfigurationsRequest = {}));
|
|
482
338
|
var RecordingConfigurationSummary;
|
|
483
339
|
(function (RecordingConfigurationSummary) {
|
|
484
|
-
/**
|
|
485
|
-
* @internal
|
|
486
|
-
*/
|
|
487
340
|
RecordingConfigurationSummary.filterSensitiveLog = (obj) => ({
|
|
488
341
|
...obj,
|
|
489
342
|
});
|
|
490
343
|
})(RecordingConfigurationSummary = exports.RecordingConfigurationSummary || (exports.RecordingConfigurationSummary = {}));
|
|
491
344
|
var ListRecordingConfigurationsResponse;
|
|
492
345
|
(function (ListRecordingConfigurationsResponse) {
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
*/
|
|
496
346
|
ListRecordingConfigurationsResponse.filterSensitiveLog = (obj) => ({
|
|
497
347
|
...obj,
|
|
498
348
|
});
|
|
499
349
|
})(ListRecordingConfigurationsResponse = exports.ListRecordingConfigurationsResponse || (exports.ListRecordingConfigurationsResponse = {}));
|
|
500
350
|
var ListStreamKeysRequest;
|
|
501
351
|
(function (ListStreamKeysRequest) {
|
|
502
|
-
/**
|
|
503
|
-
* @internal
|
|
504
|
-
*/
|
|
505
352
|
ListStreamKeysRequest.filterSensitiveLog = (obj) => ({
|
|
506
353
|
...obj,
|
|
507
354
|
});
|
|
508
355
|
})(ListStreamKeysRequest = exports.ListStreamKeysRequest || (exports.ListStreamKeysRequest = {}));
|
|
509
356
|
var StreamKeySummary;
|
|
510
357
|
(function (StreamKeySummary) {
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
358
|
StreamKeySummary.filterSensitiveLog = (obj) => ({
|
|
515
359
|
...obj,
|
|
516
360
|
});
|
|
517
361
|
})(StreamKeySummary = exports.StreamKeySummary || (exports.StreamKeySummary = {}));
|
|
518
362
|
var ListStreamKeysResponse;
|
|
519
363
|
(function (ListStreamKeysResponse) {
|
|
520
|
-
/**
|
|
521
|
-
* @internal
|
|
522
|
-
*/
|
|
523
364
|
ListStreamKeysResponse.filterSensitiveLog = (obj) => ({
|
|
524
365
|
...obj,
|
|
525
366
|
});
|
|
526
367
|
})(ListStreamKeysResponse = exports.ListStreamKeysResponse || (exports.ListStreamKeysResponse = {}));
|
|
527
368
|
var ListStreamsRequest;
|
|
528
369
|
(function (ListStreamsRequest) {
|
|
529
|
-
/**
|
|
530
|
-
* @internal
|
|
531
|
-
*/
|
|
532
370
|
ListStreamsRequest.filterSensitiveLog = (obj) => ({
|
|
533
371
|
...obj,
|
|
534
372
|
});
|
|
535
373
|
})(ListStreamsRequest = exports.ListStreamsRequest || (exports.ListStreamsRequest = {}));
|
|
536
374
|
var StreamSummary;
|
|
537
375
|
(function (StreamSummary) {
|
|
538
|
-
/**
|
|
539
|
-
* @internal
|
|
540
|
-
*/
|
|
541
376
|
StreamSummary.filterSensitiveLog = (obj) => ({
|
|
542
377
|
...obj,
|
|
543
378
|
});
|
|
544
379
|
})(StreamSummary = exports.StreamSummary || (exports.StreamSummary = {}));
|
|
545
380
|
var ListStreamsResponse;
|
|
546
381
|
(function (ListStreamsResponse) {
|
|
547
|
-
/**
|
|
548
|
-
* @internal
|
|
549
|
-
*/
|
|
550
382
|
ListStreamsResponse.filterSensitiveLog = (obj) => ({
|
|
551
383
|
...obj,
|
|
552
384
|
});
|
|
553
385
|
})(ListStreamsResponse = exports.ListStreamsResponse || (exports.ListStreamsResponse = {}));
|
|
554
386
|
var ListTagsForResourceRequest;
|
|
555
387
|
(function (ListTagsForResourceRequest) {
|
|
556
|
-
/**
|
|
557
|
-
* @internal
|
|
558
|
-
*/
|
|
559
388
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
560
389
|
...obj,
|
|
561
390
|
});
|
|
562
391
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
563
392
|
var ListTagsForResourceResponse;
|
|
564
393
|
(function (ListTagsForResourceResponse) {
|
|
565
|
-
/**
|
|
566
|
-
* @internal
|
|
567
|
-
*/
|
|
568
394
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
569
395
|
...obj,
|
|
570
396
|
});
|
|
571
397
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
572
398
|
var PutMetadataRequest;
|
|
573
399
|
(function (PutMetadataRequest) {
|
|
574
|
-
/**
|
|
575
|
-
* @internal
|
|
576
|
-
*/
|
|
577
400
|
PutMetadataRequest.filterSensitiveLog = (obj) => ({
|
|
578
401
|
...obj,
|
|
402
|
+
...(obj.metadata && { metadata: smithy_client_1.SENSITIVE_STRING }),
|
|
579
403
|
});
|
|
580
404
|
})(PutMetadataRequest = exports.PutMetadataRequest || (exports.PutMetadataRequest = {}));
|
|
581
405
|
var ThrottlingException;
|
|
582
406
|
(function (ThrottlingException) {
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
407
|
ThrottlingException.filterSensitiveLog = (obj) => ({
|
|
587
408
|
...obj,
|
|
588
409
|
});
|
|
589
410
|
})(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
|
|
590
411
|
var StopStreamRequest;
|
|
591
412
|
(function (StopStreamRequest) {
|
|
592
|
-
/**
|
|
593
|
-
* @internal
|
|
594
|
-
*/
|
|
595
413
|
StopStreamRequest.filterSensitiveLog = (obj) => ({
|
|
596
414
|
...obj,
|
|
597
415
|
});
|
|
598
416
|
})(StopStreamRequest = exports.StopStreamRequest || (exports.StopStreamRequest = {}));
|
|
599
417
|
var StopStreamResponse;
|
|
600
418
|
(function (StopStreamResponse) {
|
|
601
|
-
/**
|
|
602
|
-
* @internal
|
|
603
|
-
*/
|
|
604
419
|
StopStreamResponse.filterSensitiveLog = (obj) => ({
|
|
605
420
|
...obj,
|
|
606
421
|
});
|
|
607
422
|
})(StopStreamResponse = exports.StopStreamResponse || (exports.StopStreamResponse = {}));
|
|
608
423
|
var StreamUnavailable;
|
|
609
424
|
(function (StreamUnavailable) {
|
|
610
|
-
/**
|
|
611
|
-
* @internal
|
|
612
|
-
*/
|
|
613
425
|
StreamUnavailable.filterSensitiveLog = (obj) => ({
|
|
614
426
|
...obj,
|
|
615
427
|
});
|
|
616
428
|
})(StreamUnavailable = exports.StreamUnavailable || (exports.StreamUnavailable = {}));
|
|
617
429
|
var TagResourceRequest;
|
|
618
430
|
(function (TagResourceRequest) {
|
|
619
|
-
/**
|
|
620
|
-
* @internal
|
|
621
|
-
*/
|
|
622
431
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
623
432
|
...obj,
|
|
624
433
|
});
|
|
625
434
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
626
435
|
var TagResourceResponse;
|
|
627
436
|
(function (TagResourceResponse) {
|
|
628
|
-
/**
|
|
629
|
-
* @internal
|
|
630
|
-
*/
|
|
631
437
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
632
438
|
...obj,
|
|
633
439
|
});
|
|
634
440
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
635
441
|
var UntagResourceRequest;
|
|
636
442
|
(function (UntagResourceRequest) {
|
|
637
|
-
/**
|
|
638
|
-
* @internal
|
|
639
|
-
*/
|
|
640
443
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
641
444
|
...obj,
|
|
642
445
|
});
|
|
643
446
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
644
447
|
var UntagResourceResponse;
|
|
645
448
|
(function (UntagResourceResponse) {
|
|
646
|
-
/**
|
|
647
|
-
* @internal
|
|
648
|
-
*/
|
|
649
449
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
650
450
|
...obj,
|
|
651
451
|
});
|
|
652
452
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
653
453
|
var UpdateChannelRequest;
|
|
654
454
|
(function (UpdateChannelRequest) {
|
|
655
|
-
/**
|
|
656
|
-
* @internal
|
|
657
|
-
*/
|
|
658
455
|
UpdateChannelRequest.filterSensitiveLog = (obj) => ({
|
|
659
456
|
...obj,
|
|
660
457
|
});
|
|
661
458
|
})(UpdateChannelRequest = exports.UpdateChannelRequest || (exports.UpdateChannelRequest = {}));
|
|
662
459
|
var UpdateChannelResponse;
|
|
663
460
|
(function (UpdateChannelResponse) {
|
|
664
|
-
/**
|
|
665
|
-
* @internal
|
|
666
|
-
*/
|
|
667
461
|
UpdateChannelResponse.filterSensitiveLog = (obj) => ({
|
|
668
462
|
...obj,
|
|
669
463
|
});
|
|
670
464
|
})(UpdateChannelResponse = exports.UpdateChannelResponse || (exports.UpdateChannelResponse = {}));
|
|
671
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListChannels = void 0;
|
|
|
4
4
|
const ListChannelsCommand_1 = require("../commands/ListChannelsCommand");
|
|
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 ListChannelsCommand_1.ListChannelsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listChannels(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListChannels(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* paginateListChannels(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.paginateListChannels = paginateListChannels;
|
|
46
|
-
//# sourceMappingURL=ListChannelsPaginator.js.map
|