@aws-sdk/client-mediapackage 3.132.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/ConfigureLogsCommand.js +2 -2
- package/dist-cjs/commands/CreateChannelCommand.js +2 -2
- package/dist-cjs/commands/CreateHarvestJobCommand.js +2 -2
- package/dist-cjs/commands/CreateOriginEndpointCommand.js +2 -2
- package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteOriginEndpointCommand.js +2 -2
- package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
- package/dist-cjs/commands/DescribeHarvestJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeOriginEndpointCommand.js +2 -2
- package/dist-cjs/commands/ListChannelsCommand.js +2 -2
- package/dist-cjs/commands/ListHarvestJobsCommand.js +2 -2
- package/dist-cjs/commands/ListOriginEndpointsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RotateChannelCredentialsCommand.js +2 -2
- package/dist-cjs/commands/RotateIngestEndpointCredentialsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
- package/dist-cjs/commands/UpdateOriginEndpointCommand.js +2 -2
- package/dist-cjs/models/models_0.js +238 -356
- package/dist-cjs/protocols/Aws_restJson1.js +318 -636
- package/dist-es/commands/ConfigureLogsCommand.js +3 -3
- package/dist-es/commands/CreateChannelCommand.js +3 -3
- package/dist-es/commands/CreateHarvestJobCommand.js +3 -3
- package/dist-es/commands/CreateOriginEndpointCommand.js +3 -3
- package/dist-es/commands/DeleteChannelCommand.js +3 -3
- package/dist-es/commands/DeleteOriginEndpointCommand.js +3 -3
- package/dist-es/commands/DescribeChannelCommand.js +3 -3
- package/dist-es/commands/DescribeHarvestJobCommand.js +3 -3
- package/dist-es/commands/DescribeOriginEndpointCommand.js +3 -3
- package/dist-es/commands/ListChannelsCommand.js +3 -3
- package/dist-es/commands/ListHarvestJobsCommand.js +3 -3
- package/dist-es/commands/ListOriginEndpointsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RotateChannelCredentialsCommand.js +3 -3
- package/dist-es/commands/RotateIngestEndpointCredentialsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateChannelCommand.js +3 -3
- package/dist-es/commands/UpdateOriginEndpointCommand.js +3 -3
- package/dist-es/models/models_0.js +59 -236
- package/dist-es/protocols/Aws_restJson1.js +383 -636
- package/dist-types/models/models_0.d.ts +236 -354
- package/dist-types/ts3.4/models/models_0.d.ts +118 -236
- package/package.json +6 -6
|
@@ -22,12 +22,6 @@ export interface EgressAccessLogs {
|
|
|
22
22
|
*/
|
|
23
23
|
LogGroupName?: string;
|
|
24
24
|
}
|
|
25
|
-
export declare namespace EgressAccessLogs {
|
|
26
|
-
/**
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
|
-
const filterSensitiveLog: (obj: EgressAccessLogs) => any;
|
|
30
|
-
}
|
|
31
25
|
/**
|
|
32
26
|
* An endpoint for ingesting source content for a Channel.
|
|
33
27
|
*/
|
|
@@ -49,12 +43,6 @@ export interface IngestEndpoint {
|
|
|
49
43
|
*/
|
|
50
44
|
Username?: string;
|
|
51
45
|
}
|
|
52
|
-
export declare namespace IngestEndpoint {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
|
-
const filterSensitiveLog: (obj: IngestEndpoint) => any;
|
|
57
|
-
}
|
|
58
46
|
/**
|
|
59
47
|
* An HTTP Live Streaming (HLS) ingest resource configuration.
|
|
60
48
|
*/
|
|
@@ -64,12 +52,6 @@ export interface HlsIngest {
|
|
|
64
52
|
*/
|
|
65
53
|
IngestEndpoints?: IngestEndpoint[];
|
|
66
54
|
}
|
|
67
|
-
export declare namespace HlsIngest {
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
const filterSensitiveLog: (obj: HlsIngest) => any;
|
|
72
|
-
}
|
|
73
55
|
/**
|
|
74
56
|
* Configure ingress access logging.
|
|
75
57
|
*/
|
|
@@ -79,12 +61,6 @@ export interface IngressAccessLogs {
|
|
|
79
61
|
*/
|
|
80
62
|
LogGroupName?: string;
|
|
81
63
|
}
|
|
82
|
-
export declare namespace IngressAccessLogs {
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
const filterSensitiveLog: (obj: IngressAccessLogs) => any;
|
|
87
|
-
}
|
|
88
64
|
/**
|
|
89
65
|
* A Channel resource configuration.
|
|
90
66
|
*/
|
|
@@ -118,12 +94,6 @@ export interface Channel {
|
|
|
118
94
|
*/
|
|
119
95
|
Tags?: Record<string, string>;
|
|
120
96
|
}
|
|
121
|
-
export declare namespace Channel {
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
const filterSensitiveLog: (obj: Channel) => any;
|
|
126
|
-
}
|
|
127
97
|
/**
|
|
128
98
|
* Configuration parameters for where in an S3 bucket to place the harvested content
|
|
129
99
|
*/
|
|
@@ -141,12 +111,6 @@ export interface S3Destination {
|
|
|
141
111
|
*/
|
|
142
112
|
RoleArn: string | undefined;
|
|
143
113
|
}
|
|
144
|
-
export declare namespace S3Destination {
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
const filterSensitiveLog: (obj: S3Destination) => any;
|
|
149
|
-
}
|
|
150
114
|
export declare enum Status {
|
|
151
115
|
FAILED = "FAILED",
|
|
152
116
|
IN_PROGRESS = "IN_PROGRESS",
|
|
@@ -197,12 +161,6 @@ export interface HarvestJob {
|
|
|
197
161
|
*/
|
|
198
162
|
Status?: Status | string;
|
|
199
163
|
}
|
|
200
|
-
export declare namespace HarvestJob {
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
|
-
const filterSensitiveLog: (obj: HarvestJob) => any;
|
|
205
|
-
}
|
|
206
164
|
export declare enum AdMarkers {
|
|
207
165
|
DATERANGE = "DATERANGE",
|
|
208
166
|
NONE = "NONE",
|
|
@@ -269,12 +227,6 @@ export interface HlsManifest {
|
|
|
269
227
|
*/
|
|
270
228
|
Url?: string;
|
|
271
229
|
}
|
|
272
|
-
export declare namespace HlsManifest {
|
|
273
|
-
/**
|
|
274
|
-
* @internal
|
|
275
|
-
*/
|
|
276
|
-
const filterSensitiveLog: (obj: HlsManifest) => any;
|
|
277
|
-
}
|
|
278
230
|
export declare enum AdsOnDeliveryRestrictions {
|
|
279
231
|
BOTH = "BOTH",
|
|
280
232
|
NONE = "NONE",
|
|
@@ -349,12 +301,6 @@ export interface HlsManifestCreateOrUpdateParameters {
|
|
|
349
301
|
*/
|
|
350
302
|
ProgramDateTimeIntervalSeconds?: number;
|
|
351
303
|
}
|
|
352
|
-
export declare namespace HlsManifestCreateOrUpdateParameters {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
|
-
const filterSensitiveLog: (obj: HlsManifestCreateOrUpdateParameters) => any;
|
|
357
|
-
}
|
|
358
304
|
/**
|
|
359
305
|
* CDN Authorization credentials
|
|
360
306
|
*/
|
|
@@ -368,12 +314,6 @@ export interface Authorization {
|
|
|
368
314
|
*/
|
|
369
315
|
SecretsRoleArn: string | undefined;
|
|
370
316
|
}
|
|
371
|
-
export declare namespace Authorization {
|
|
372
|
-
/**
|
|
373
|
-
* @internal
|
|
374
|
-
*/
|
|
375
|
-
const filterSensitiveLog: (obj: Authorization) => any;
|
|
376
|
-
}
|
|
377
317
|
export declare enum PresetSpeke20Audio {
|
|
378
318
|
PRESET_AUDIO_1 = "PRESET-AUDIO-1",
|
|
379
319
|
PRESET_AUDIO_2 = "PRESET-AUDIO-2",
|
|
@@ -411,12 +351,6 @@ export interface EncryptionContractConfiguration {
|
|
|
411
351
|
*/
|
|
412
352
|
PresetSpeke20Video: PresetSpeke20Video | string | undefined;
|
|
413
353
|
}
|
|
414
|
-
export declare namespace EncryptionContractConfiguration {
|
|
415
|
-
/**
|
|
416
|
-
* @internal
|
|
417
|
-
*/
|
|
418
|
-
const filterSensitiveLog: (obj: EncryptionContractConfiguration) => any;
|
|
419
|
-
}
|
|
420
354
|
/**
|
|
421
355
|
* A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
|
|
422
356
|
*/
|
|
@@ -454,12 +388,6 @@ export interface SpekeKeyProvider {
|
|
|
454
388
|
*/
|
|
455
389
|
Url: string | undefined;
|
|
456
390
|
}
|
|
457
|
-
export declare namespace SpekeKeyProvider {
|
|
458
|
-
/**
|
|
459
|
-
* @internal
|
|
460
|
-
*/
|
|
461
|
-
const filterSensitiveLog: (obj: SpekeKeyProvider) => any;
|
|
462
|
-
}
|
|
463
391
|
/**
|
|
464
392
|
* A Common Media Application Format (CMAF) encryption configuration.
|
|
465
393
|
*/
|
|
@@ -477,12 +405,6 @@ export interface CmafEncryption {
|
|
|
477
405
|
*/
|
|
478
406
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
479
407
|
}
|
|
480
|
-
export declare namespace CmafEncryption {
|
|
481
|
-
/**
|
|
482
|
-
* @internal
|
|
483
|
-
*/
|
|
484
|
-
const filterSensitiveLog: (obj: CmafEncryption) => any;
|
|
485
|
-
}
|
|
486
408
|
export declare enum StreamOrder {
|
|
487
409
|
ORIGINAL = "ORIGINAL",
|
|
488
410
|
VIDEO_BITRATE_ASCENDING = "VIDEO_BITRATE_ASCENDING",
|
|
@@ -505,12 +427,6 @@ export interface StreamSelection {
|
|
|
505
427
|
*/
|
|
506
428
|
StreamOrder?: StreamOrder | string;
|
|
507
429
|
}
|
|
508
|
-
export declare namespace StreamSelection {
|
|
509
|
-
/**
|
|
510
|
-
* @internal
|
|
511
|
-
*/
|
|
512
|
-
const filterSensitiveLog: (obj: StreamSelection) => any;
|
|
513
|
-
}
|
|
514
430
|
/**
|
|
515
431
|
* A Common Media Application Format (CMAF) packaging configuration.
|
|
516
432
|
*/
|
|
@@ -537,12 +453,6 @@ export interface CmafPackage {
|
|
|
537
453
|
*/
|
|
538
454
|
StreamSelection?: StreamSelection;
|
|
539
455
|
}
|
|
540
|
-
export declare namespace CmafPackage {
|
|
541
|
-
/**
|
|
542
|
-
* @internal
|
|
543
|
-
*/
|
|
544
|
-
const filterSensitiveLog: (obj: CmafPackage) => any;
|
|
545
|
-
}
|
|
546
456
|
/**
|
|
547
457
|
* A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.
|
|
548
458
|
*/
|
|
@@ -556,12 +466,6 @@ export interface DashEncryption {
|
|
|
556
466
|
*/
|
|
557
467
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
558
468
|
}
|
|
559
|
-
export declare namespace DashEncryption {
|
|
560
|
-
/**
|
|
561
|
-
* @internal
|
|
562
|
-
*/
|
|
563
|
-
const filterSensitiveLog: (obj: DashEncryption) => any;
|
|
564
|
-
}
|
|
565
469
|
export declare enum ManifestLayout {
|
|
566
470
|
COMPACT = "COMPACT",
|
|
567
471
|
FULL = "FULL"
|
|
@@ -665,12 +569,6 @@ export interface DashPackage {
|
|
|
665
569
|
*/
|
|
666
570
|
UtcTimingUri?: string;
|
|
667
571
|
}
|
|
668
|
-
export declare namespace DashPackage {
|
|
669
|
-
/**
|
|
670
|
-
* @internal
|
|
671
|
-
*/
|
|
672
|
-
const filterSensitiveLog: (obj: DashPackage) => any;
|
|
673
|
-
}
|
|
674
572
|
export declare enum EncryptionMethod {
|
|
675
573
|
AES_128 = "AES_128",
|
|
676
574
|
SAMPLE_AES = "SAMPLE_AES"
|
|
@@ -701,12 +599,6 @@ export interface HlsEncryption {
|
|
|
701
599
|
*/
|
|
702
600
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
703
601
|
}
|
|
704
|
-
export declare namespace HlsEncryption {
|
|
705
|
-
/**
|
|
706
|
-
* @internal
|
|
707
|
-
*/
|
|
708
|
-
const filterSensitiveLog: (obj: HlsEncryption) => any;
|
|
709
|
-
}
|
|
710
602
|
/**
|
|
711
603
|
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
712
604
|
*/
|
|
@@ -788,12 +680,6 @@ export interface HlsPackage {
|
|
|
788
680
|
*/
|
|
789
681
|
UseAudioRenditionGroup?: boolean;
|
|
790
682
|
}
|
|
791
|
-
export declare namespace HlsPackage {
|
|
792
|
-
/**
|
|
793
|
-
* @internal
|
|
794
|
-
*/
|
|
795
|
-
const filterSensitiveLog: (obj: HlsPackage) => any;
|
|
796
|
-
}
|
|
797
683
|
/**
|
|
798
684
|
* A Microsoft Smooth Streaming (MSS) encryption configuration.
|
|
799
685
|
*/
|
|
@@ -803,12 +689,6 @@ export interface MssEncryption {
|
|
|
803
689
|
*/
|
|
804
690
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
805
691
|
}
|
|
806
|
-
export declare namespace MssEncryption {
|
|
807
|
-
/**
|
|
808
|
-
* @internal
|
|
809
|
-
*/
|
|
810
|
-
const filterSensitiveLog: (obj: MssEncryption) => any;
|
|
811
|
-
}
|
|
812
692
|
/**
|
|
813
693
|
* A Microsoft Smooth Streaming (MSS) packaging configuration.
|
|
814
694
|
*/
|
|
@@ -830,12 +710,6 @@ export interface MssPackage {
|
|
|
830
710
|
*/
|
|
831
711
|
StreamSelection?: StreamSelection;
|
|
832
712
|
}
|
|
833
|
-
export declare namespace MssPackage {
|
|
834
|
-
/**
|
|
835
|
-
* @internal
|
|
836
|
-
*/
|
|
837
|
-
const filterSensitiveLog: (obj: MssPackage) => any;
|
|
838
|
-
}
|
|
839
713
|
export declare enum Origination {
|
|
840
714
|
ALLOW = "ALLOW",
|
|
841
715
|
DENY = "DENY"
|
|
@@ -913,12 +787,6 @@ export interface OriginEndpoint {
|
|
|
913
787
|
*/
|
|
914
788
|
Whitelist?: string[];
|
|
915
789
|
}
|
|
916
|
-
export declare namespace OriginEndpoint {
|
|
917
|
-
/**
|
|
918
|
-
* @internal
|
|
919
|
-
*/
|
|
920
|
-
const filterSensitiveLog: (obj: OriginEndpoint) => any;
|
|
921
|
-
}
|
|
922
790
|
/**
|
|
923
791
|
* A Common Media Application Format (CMAF) packaging configuration.
|
|
924
792
|
*/
|
|
@@ -945,12 +813,6 @@ export interface CmafPackageCreateOrUpdateParameters {
|
|
|
945
813
|
*/
|
|
946
814
|
StreamSelection?: StreamSelection;
|
|
947
815
|
}
|
|
948
|
-
export declare namespace CmafPackageCreateOrUpdateParameters {
|
|
949
|
-
/**
|
|
950
|
-
* @internal
|
|
951
|
-
*/
|
|
952
|
-
const filterSensitiveLog: (obj: CmafPackageCreateOrUpdateParameters) => any;
|
|
953
|
-
}
|
|
954
816
|
/**
|
|
955
817
|
* the option to configure log subscription.
|
|
956
818
|
*/
|
|
@@ -968,12 +830,6 @@ export interface ConfigureLogsRequest {
|
|
|
968
830
|
*/
|
|
969
831
|
IngressAccessLogs?: IngressAccessLogs;
|
|
970
832
|
}
|
|
971
|
-
export declare namespace ConfigureLogsRequest {
|
|
972
|
-
/**
|
|
973
|
-
* @internal
|
|
974
|
-
*/
|
|
975
|
-
const filterSensitiveLog: (obj: ConfigureLogsRequest) => any;
|
|
976
|
-
}
|
|
977
833
|
export interface ConfigureLogsResponse {
|
|
978
834
|
/**
|
|
979
835
|
* The Amazon Resource Name (ARN) assigned to the Channel.
|
|
@@ -1004,12 +860,6 @@ export interface ConfigureLogsResponse {
|
|
|
1004
860
|
*/
|
|
1005
861
|
Tags?: Record<string, string>;
|
|
1006
862
|
}
|
|
1007
|
-
export declare namespace ConfigureLogsResponse {
|
|
1008
|
-
/**
|
|
1009
|
-
* @internal
|
|
1010
|
-
*/
|
|
1011
|
-
const filterSensitiveLog: (obj: ConfigureLogsResponse) => any;
|
|
1012
|
-
}
|
|
1013
863
|
/**
|
|
1014
864
|
* The client is not authorized to access the requested resource.
|
|
1015
865
|
*/
|
|
@@ -1100,12 +950,6 @@ export interface CreateChannelRequest {
|
|
|
1100
950
|
*/
|
|
1101
951
|
Tags?: Record<string, string>;
|
|
1102
952
|
}
|
|
1103
|
-
export declare namespace CreateChannelRequest {
|
|
1104
|
-
/**
|
|
1105
|
-
* @internal
|
|
1106
|
-
*/
|
|
1107
|
-
const filterSensitiveLog: (obj: CreateChannelRequest) => any;
|
|
1108
|
-
}
|
|
1109
953
|
export interface CreateChannelResponse {
|
|
1110
954
|
/**
|
|
1111
955
|
* The Amazon Resource Name (ARN) assigned to the Channel.
|
|
@@ -1136,12 +980,6 @@ export interface CreateChannelResponse {
|
|
|
1136
980
|
*/
|
|
1137
981
|
Tags?: Record<string, string>;
|
|
1138
982
|
}
|
|
1139
|
-
export declare namespace CreateChannelResponse {
|
|
1140
|
-
/**
|
|
1141
|
-
* @internal
|
|
1142
|
-
*/
|
|
1143
|
-
const filterSensitiveLog: (obj: CreateChannelResponse) => any;
|
|
1144
|
-
}
|
|
1145
983
|
/**
|
|
1146
984
|
* Configuration parameters used to create a new HarvestJob.
|
|
1147
985
|
*/
|
|
@@ -1169,12 +1007,6 @@ export interface CreateHarvestJobRequest {
|
|
|
1169
1007
|
*/
|
|
1170
1008
|
StartTime: string | undefined;
|
|
1171
1009
|
}
|
|
1172
|
-
export declare namespace CreateHarvestJobRequest {
|
|
1173
|
-
/**
|
|
1174
|
-
* @internal
|
|
1175
|
-
*/
|
|
1176
|
-
const filterSensitiveLog: (obj: CreateHarvestJobRequest) => any;
|
|
1177
|
-
}
|
|
1178
1010
|
export interface CreateHarvestJobResponse {
|
|
1179
1011
|
/**
|
|
1180
1012
|
* The Amazon Resource Name (ARN) assigned to the HarvestJob.
|
|
@@ -1217,12 +1049,6 @@ export interface CreateHarvestJobResponse {
|
|
|
1217
1049
|
*/
|
|
1218
1050
|
Status?: Status | string;
|
|
1219
1051
|
}
|
|
1220
|
-
export declare namespace CreateHarvestJobResponse {
|
|
1221
|
-
/**
|
|
1222
|
-
* @internal
|
|
1223
|
-
*/
|
|
1224
|
-
const filterSensitiveLog: (obj: CreateHarvestJobResponse) => any;
|
|
1225
|
-
}
|
|
1226
1052
|
/**
|
|
1227
1053
|
* Configuration parameters used to create a new OriginEndpoint.
|
|
1228
1054
|
*/
|
|
@@ -1290,12 +1116,6 @@ export interface CreateOriginEndpointRequest {
|
|
|
1290
1116
|
*/
|
|
1291
1117
|
Whitelist?: string[];
|
|
1292
1118
|
}
|
|
1293
|
-
export declare namespace CreateOriginEndpointRequest {
|
|
1294
|
-
/**
|
|
1295
|
-
* @internal
|
|
1296
|
-
*/
|
|
1297
|
-
const filterSensitiveLog: (obj: CreateOriginEndpointRequest) => any;
|
|
1298
|
-
}
|
|
1299
1119
|
export interface CreateOriginEndpointResponse {
|
|
1300
1120
|
/**
|
|
1301
1121
|
* The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
|
|
@@ -1366,64 +1186,28 @@ export interface CreateOriginEndpointResponse {
|
|
|
1366
1186
|
*/
|
|
1367
1187
|
Whitelist?: string[];
|
|
1368
1188
|
}
|
|
1369
|
-
export declare namespace CreateOriginEndpointResponse {
|
|
1370
|
-
/**
|
|
1371
|
-
* @internal
|
|
1372
|
-
*/
|
|
1373
|
-
const filterSensitiveLog: (obj: CreateOriginEndpointResponse) => any;
|
|
1374
|
-
}
|
|
1375
1189
|
export interface DeleteChannelRequest {
|
|
1376
1190
|
/**
|
|
1377
1191
|
* The ID of the Channel to delete.
|
|
1378
1192
|
*/
|
|
1379
1193
|
Id: string | undefined;
|
|
1380
1194
|
}
|
|
1381
|
-
export declare namespace DeleteChannelRequest {
|
|
1382
|
-
/**
|
|
1383
|
-
* @internal
|
|
1384
|
-
*/
|
|
1385
|
-
const filterSensitiveLog: (obj: DeleteChannelRequest) => any;
|
|
1386
|
-
}
|
|
1387
1195
|
export interface DeleteChannelResponse {
|
|
1388
1196
|
}
|
|
1389
|
-
export declare namespace DeleteChannelResponse {
|
|
1390
|
-
/**
|
|
1391
|
-
* @internal
|
|
1392
|
-
*/
|
|
1393
|
-
const filterSensitiveLog: (obj: DeleteChannelResponse) => any;
|
|
1394
|
-
}
|
|
1395
1197
|
export interface DeleteOriginEndpointRequest {
|
|
1396
1198
|
/**
|
|
1397
1199
|
* The ID of the OriginEndpoint to delete.
|
|
1398
1200
|
*/
|
|
1399
1201
|
Id: string | undefined;
|
|
1400
1202
|
}
|
|
1401
|
-
export declare namespace DeleteOriginEndpointRequest {
|
|
1402
|
-
/**
|
|
1403
|
-
* @internal
|
|
1404
|
-
*/
|
|
1405
|
-
const filterSensitiveLog: (obj: DeleteOriginEndpointRequest) => any;
|
|
1406
|
-
}
|
|
1407
1203
|
export interface DeleteOriginEndpointResponse {
|
|
1408
1204
|
}
|
|
1409
|
-
export declare namespace DeleteOriginEndpointResponse {
|
|
1410
|
-
/**
|
|
1411
|
-
* @internal
|
|
1412
|
-
*/
|
|
1413
|
-
const filterSensitiveLog: (obj: DeleteOriginEndpointResponse) => any;
|
|
1414
|
-
}
|
|
1415
1205
|
export interface DescribeChannelRequest {
|
|
1416
1206
|
/**
|
|
1417
1207
|
* The ID of a Channel.
|
|
1418
1208
|
*/
|
|
1419
1209
|
Id: string | undefined;
|
|
1420
1210
|
}
|
|
1421
|
-
export declare namespace DescribeChannelRequest {
|
|
1422
|
-
/**
|
|
1423
|
-
* @internal
|
|
1424
|
-
*/
|
|
1425
|
-
const filterSensitiveLog: (obj: DescribeChannelRequest) => any;
|
|
1426
|
-
}
|
|
1427
1211
|
export interface DescribeChannelResponse {
|
|
1428
1212
|
/**
|
|
1429
1213
|
* The Amazon Resource Name (ARN) assigned to the Channel.
|
|
@@ -1454,24 +1238,12 @@ export interface DescribeChannelResponse {
|
|
|
1454
1238
|
*/
|
|
1455
1239
|
Tags?: Record<string, string>;
|
|
1456
1240
|
}
|
|
1457
|
-
export declare namespace DescribeChannelResponse {
|
|
1458
|
-
/**
|
|
1459
|
-
* @internal
|
|
1460
|
-
*/
|
|
1461
|
-
const filterSensitiveLog: (obj: DescribeChannelResponse) => any;
|
|
1462
|
-
}
|
|
1463
1241
|
export interface DescribeHarvestJobRequest {
|
|
1464
1242
|
/**
|
|
1465
1243
|
* The ID of the HarvestJob.
|
|
1466
1244
|
*/
|
|
1467
1245
|
Id: string | undefined;
|
|
1468
1246
|
}
|
|
1469
|
-
export declare namespace DescribeHarvestJobRequest {
|
|
1470
|
-
/**
|
|
1471
|
-
* @internal
|
|
1472
|
-
*/
|
|
1473
|
-
const filterSensitiveLog: (obj: DescribeHarvestJobRequest) => any;
|
|
1474
|
-
}
|
|
1475
1247
|
export interface DescribeHarvestJobResponse {
|
|
1476
1248
|
/**
|
|
1477
1249
|
* The Amazon Resource Name (ARN) assigned to the HarvestJob.
|
|
@@ -1514,24 +1286,12 @@ export interface DescribeHarvestJobResponse {
|
|
|
1514
1286
|
*/
|
|
1515
1287
|
Status?: Status | string;
|
|
1516
1288
|
}
|
|
1517
|
-
export declare namespace DescribeHarvestJobResponse {
|
|
1518
|
-
/**
|
|
1519
|
-
* @internal
|
|
1520
|
-
*/
|
|
1521
|
-
const filterSensitiveLog: (obj: DescribeHarvestJobResponse) => any;
|
|
1522
|
-
}
|
|
1523
1289
|
export interface DescribeOriginEndpointRequest {
|
|
1524
1290
|
/**
|
|
1525
1291
|
* The ID of the OriginEndpoint.
|
|
1526
1292
|
*/
|
|
1527
1293
|
Id: string | undefined;
|
|
1528
1294
|
}
|
|
1529
|
-
export declare namespace DescribeOriginEndpointRequest {
|
|
1530
|
-
/**
|
|
1531
|
-
* @internal
|
|
1532
|
-
*/
|
|
1533
|
-
const filterSensitiveLog: (obj: DescribeOriginEndpointRequest) => any;
|
|
1534
|
-
}
|
|
1535
1295
|
export interface DescribeOriginEndpointResponse {
|
|
1536
1296
|
/**
|
|
1537
1297
|
* The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
|
|
@@ -1602,12 +1362,6 @@ export interface DescribeOriginEndpointResponse {
|
|
|
1602
1362
|
*/
|
|
1603
1363
|
Whitelist?: string[];
|
|
1604
1364
|
}
|
|
1605
|
-
export declare namespace DescribeOriginEndpointResponse {
|
|
1606
|
-
/**
|
|
1607
|
-
* @internal
|
|
1608
|
-
*/
|
|
1609
|
-
const filterSensitiveLog: (obj: DescribeOriginEndpointResponse) => any;
|
|
1610
|
-
}
|
|
1611
1365
|
export interface ListChannelsRequest {
|
|
1612
1366
|
/**
|
|
1613
1367
|
* Upper bound on number of records to return.
|
|
@@ -1618,12 +1372,6 @@ export interface ListChannelsRequest {
|
|
|
1618
1372
|
*/
|
|
1619
1373
|
NextToken?: string;
|
|
1620
1374
|
}
|
|
1621
|
-
export declare namespace ListChannelsRequest {
|
|
1622
|
-
/**
|
|
1623
|
-
* @internal
|
|
1624
|
-
*/
|
|
1625
|
-
const filterSensitiveLog: (obj: ListChannelsRequest) => any;
|
|
1626
|
-
}
|
|
1627
1375
|
export interface ListChannelsResponse {
|
|
1628
1376
|
/**
|
|
1629
1377
|
* A list of Channel records.
|
|
@@ -1634,12 +1382,6 @@ export interface ListChannelsResponse {
|
|
|
1634
1382
|
*/
|
|
1635
1383
|
NextToken?: string;
|
|
1636
1384
|
}
|
|
1637
|
-
export declare namespace ListChannelsResponse {
|
|
1638
|
-
/**
|
|
1639
|
-
* @internal
|
|
1640
|
-
*/
|
|
1641
|
-
const filterSensitiveLog: (obj: ListChannelsResponse) => any;
|
|
1642
|
-
}
|
|
1643
1385
|
export interface ListHarvestJobsRequest {
|
|
1644
1386
|
/**
|
|
1645
1387
|
* When specified, the request will return only HarvestJobs associated with the given Channel ID.
|
|
@@ -1658,12 +1400,6 @@ export interface ListHarvestJobsRequest {
|
|
|
1658
1400
|
*/
|
|
1659
1401
|
NextToken?: string;
|
|
1660
1402
|
}
|
|
1661
|
-
export declare namespace ListHarvestJobsRequest {
|
|
1662
|
-
/**
|
|
1663
|
-
* @internal
|
|
1664
|
-
*/
|
|
1665
|
-
const filterSensitiveLog: (obj: ListHarvestJobsRequest) => any;
|
|
1666
|
-
}
|
|
1667
1403
|
export interface ListHarvestJobsResponse {
|
|
1668
1404
|
/**
|
|
1669
1405
|
* A list of HarvestJob records.
|
|
@@ -1674,12 +1410,6 @@ export interface ListHarvestJobsResponse {
|
|
|
1674
1410
|
*/
|
|
1675
1411
|
NextToken?: string;
|
|
1676
1412
|
}
|
|
1677
|
-
export declare namespace ListHarvestJobsResponse {
|
|
1678
|
-
/**
|
|
1679
|
-
* @internal
|
|
1680
|
-
*/
|
|
1681
|
-
const filterSensitiveLog: (obj: ListHarvestJobsResponse) => any;
|
|
1682
|
-
}
|
|
1683
1413
|
export interface ListOriginEndpointsRequest {
|
|
1684
1414
|
/**
|
|
1685
1415
|
* When specified, the request will return only OriginEndpoints associated with the given Channel ID.
|
|
@@ -1694,12 +1424,6 @@ export interface ListOriginEndpointsRequest {
|
|
|
1694
1424
|
*/
|
|
1695
1425
|
NextToken?: string;
|
|
1696
1426
|
}
|
|
1697
|
-
export declare namespace ListOriginEndpointsRequest {
|
|
1698
|
-
/**
|
|
1699
|
-
* @internal
|
|
1700
|
-
*/
|
|
1701
|
-
const filterSensitiveLog: (obj: ListOriginEndpointsRequest) => any;
|
|
1702
|
-
}
|
|
1703
1427
|
export interface ListOriginEndpointsResponse {
|
|
1704
1428
|
/**
|
|
1705
1429
|
* A token that can be used to resume pagination from the end of the collection.
|
|
@@ -1710,42 +1434,18 @@ export interface ListOriginEndpointsResponse {
|
|
|
1710
1434
|
*/
|
|
1711
1435
|
OriginEndpoints?: OriginEndpoint[];
|
|
1712
1436
|
}
|
|
1713
|
-
export declare namespace ListOriginEndpointsResponse {
|
|
1714
|
-
/**
|
|
1715
|
-
* @internal
|
|
1716
|
-
*/
|
|
1717
|
-
const filterSensitiveLog: (obj: ListOriginEndpointsResponse) => any;
|
|
1718
|
-
}
|
|
1719
1437
|
export interface ListTagsForResourceRequest {
|
|
1720
1438
|
ResourceArn: string | undefined;
|
|
1721
1439
|
}
|
|
1722
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1723
|
-
/**
|
|
1724
|
-
* @internal
|
|
1725
|
-
*/
|
|
1726
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1727
|
-
}
|
|
1728
1440
|
export interface ListTagsForResourceResponse {
|
|
1729
1441
|
Tags?: Record<string, string>;
|
|
1730
1442
|
}
|
|
1731
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1732
|
-
/**
|
|
1733
|
-
* @internal
|
|
1734
|
-
*/
|
|
1735
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1736
|
-
}
|
|
1737
1443
|
export interface RotateChannelCredentialsRequest {
|
|
1738
1444
|
/**
|
|
1739
1445
|
* The ID of the channel to update.
|
|
1740
1446
|
*/
|
|
1741
1447
|
Id: string | undefined;
|
|
1742
1448
|
}
|
|
1743
|
-
export declare namespace RotateChannelCredentialsRequest {
|
|
1744
|
-
/**
|
|
1745
|
-
* @internal
|
|
1746
|
-
*/
|
|
1747
|
-
const filterSensitiveLog: (obj: RotateChannelCredentialsRequest) => any;
|
|
1748
|
-
}
|
|
1749
1449
|
export interface RotateChannelCredentialsResponse {
|
|
1750
1450
|
/**
|
|
1751
1451
|
* The Amazon Resource Name (ARN) assigned to the Channel.
|
|
@@ -1776,12 +1476,6 @@ export interface RotateChannelCredentialsResponse {
|
|
|
1776
1476
|
*/
|
|
1777
1477
|
Tags?: Record<string, string>;
|
|
1778
1478
|
}
|
|
1779
|
-
export declare namespace RotateChannelCredentialsResponse {
|
|
1780
|
-
/**
|
|
1781
|
-
* @internal
|
|
1782
|
-
*/
|
|
1783
|
-
const filterSensitiveLog: (obj: RotateChannelCredentialsResponse) => any;
|
|
1784
|
-
}
|
|
1785
1479
|
export interface RotateIngestEndpointCredentialsRequest {
|
|
1786
1480
|
/**
|
|
1787
1481
|
* The ID of the channel the IngestEndpoint is on.
|
|
@@ -1792,12 +1486,6 @@ export interface RotateIngestEndpointCredentialsRequest {
|
|
|
1792
1486
|
*/
|
|
1793
1487
|
IngestEndpointId: string | undefined;
|
|
1794
1488
|
}
|
|
1795
|
-
export declare namespace RotateIngestEndpointCredentialsRequest {
|
|
1796
|
-
/**
|
|
1797
|
-
* @internal
|
|
1798
|
-
*/
|
|
1799
|
-
const filterSensitiveLog: (obj: RotateIngestEndpointCredentialsRequest) => any;
|
|
1800
|
-
}
|
|
1801
1489
|
export interface RotateIngestEndpointCredentialsResponse {
|
|
1802
1490
|
/**
|
|
1803
1491
|
* The Amazon Resource Name (ARN) assigned to the Channel.
|
|
@@ -1828,22 +1516,10 @@ export interface RotateIngestEndpointCredentialsResponse {
|
|
|
1828
1516
|
*/
|
|
1829
1517
|
Tags?: Record<string, string>;
|
|
1830
1518
|
}
|
|
1831
|
-
export declare namespace RotateIngestEndpointCredentialsResponse {
|
|
1832
|
-
/**
|
|
1833
|
-
* @internal
|
|
1834
|
-
*/
|
|
1835
|
-
const filterSensitiveLog: (obj: RotateIngestEndpointCredentialsResponse) => any;
|
|
1836
|
-
}
|
|
1837
1519
|
export interface TagResourceRequest {
|
|
1838
1520
|
ResourceArn: string | undefined;
|
|
1839
1521
|
Tags: Record<string, string> | undefined;
|
|
1840
1522
|
}
|
|
1841
|
-
export declare namespace TagResourceRequest {
|
|
1842
|
-
/**
|
|
1843
|
-
* @internal
|
|
1844
|
-
*/
|
|
1845
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1846
|
-
}
|
|
1847
1523
|
export interface UntagResourceRequest {
|
|
1848
1524
|
ResourceArn: string | undefined;
|
|
1849
1525
|
/**
|
|
@@ -1851,12 +1527,6 @@ export interface UntagResourceRequest {
|
|
|
1851
1527
|
*/
|
|
1852
1528
|
TagKeys: string[] | undefined;
|
|
1853
1529
|
}
|
|
1854
|
-
export declare namespace UntagResourceRequest {
|
|
1855
|
-
/**
|
|
1856
|
-
* @internal
|
|
1857
|
-
*/
|
|
1858
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1859
|
-
}
|
|
1860
1530
|
/**
|
|
1861
1531
|
* Configuration parameters used to update the Channel.
|
|
1862
1532
|
*/
|
|
@@ -1870,12 +1540,6 @@ export interface UpdateChannelRequest {
|
|
|
1870
1540
|
*/
|
|
1871
1541
|
Id: string | undefined;
|
|
1872
1542
|
}
|
|
1873
|
-
export declare namespace UpdateChannelRequest {
|
|
1874
|
-
/**
|
|
1875
|
-
* @internal
|
|
1876
|
-
*/
|
|
1877
|
-
const filterSensitiveLog: (obj: UpdateChannelRequest) => any;
|
|
1878
|
-
}
|
|
1879
1543
|
export interface UpdateChannelResponse {
|
|
1880
1544
|
/**
|
|
1881
1545
|
* The Amazon Resource Name (ARN) assigned to the Channel.
|
|
@@ -1906,12 +1570,6 @@ export interface UpdateChannelResponse {
|
|
|
1906
1570
|
*/
|
|
1907
1571
|
Tags?: Record<string, string>;
|
|
1908
1572
|
}
|
|
1909
|
-
export declare namespace UpdateChannelResponse {
|
|
1910
|
-
/**
|
|
1911
|
-
* @internal
|
|
1912
|
-
*/
|
|
1913
|
-
const filterSensitiveLog: (obj: UpdateChannelResponse) => any;
|
|
1914
|
-
}
|
|
1915
1573
|
/**
|
|
1916
1574
|
* Configuration parameters used to update an existing OriginEndpoint.
|
|
1917
1575
|
*/
|
|
@@ -1969,12 +1627,6 @@ export interface UpdateOriginEndpointRequest {
|
|
|
1969
1627
|
*/
|
|
1970
1628
|
Whitelist?: string[];
|
|
1971
1629
|
}
|
|
1972
|
-
export declare namespace UpdateOriginEndpointRequest {
|
|
1973
|
-
/**
|
|
1974
|
-
* @internal
|
|
1975
|
-
*/
|
|
1976
|
-
const filterSensitiveLog: (obj: UpdateOriginEndpointRequest) => any;
|
|
1977
|
-
}
|
|
1978
1630
|
export interface UpdateOriginEndpointResponse {
|
|
1979
1631
|
/**
|
|
1980
1632
|
* The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
|
|
@@ -2045,9 +1697,239 @@ export interface UpdateOriginEndpointResponse {
|
|
|
2045
1697
|
*/
|
|
2046
1698
|
Whitelist?: string[];
|
|
2047
1699
|
}
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
1700
|
+
/**
|
|
1701
|
+
* @internal
|
|
1702
|
+
*/
|
|
1703
|
+
export declare const EgressAccessLogsFilterSensitiveLog: (obj: EgressAccessLogs) => any;
|
|
1704
|
+
/**
|
|
1705
|
+
* @internal
|
|
1706
|
+
*/
|
|
1707
|
+
export declare const IngestEndpointFilterSensitiveLog: (obj: IngestEndpoint) => any;
|
|
1708
|
+
/**
|
|
1709
|
+
* @internal
|
|
1710
|
+
*/
|
|
1711
|
+
export declare const HlsIngestFilterSensitiveLog: (obj: HlsIngest) => any;
|
|
1712
|
+
/**
|
|
1713
|
+
* @internal
|
|
1714
|
+
*/
|
|
1715
|
+
export declare const IngressAccessLogsFilterSensitiveLog: (obj: IngressAccessLogs) => any;
|
|
1716
|
+
/**
|
|
1717
|
+
* @internal
|
|
1718
|
+
*/
|
|
1719
|
+
export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
|
|
1720
|
+
/**
|
|
1721
|
+
* @internal
|
|
1722
|
+
*/
|
|
1723
|
+
export declare const S3DestinationFilterSensitiveLog: (obj: S3Destination) => any;
|
|
1724
|
+
/**
|
|
1725
|
+
* @internal
|
|
1726
|
+
*/
|
|
1727
|
+
export declare const HarvestJobFilterSensitiveLog: (obj: HarvestJob) => any;
|
|
1728
|
+
/**
|
|
1729
|
+
* @internal
|
|
1730
|
+
*/
|
|
1731
|
+
export declare const HlsManifestFilterSensitiveLog: (obj: HlsManifest) => any;
|
|
1732
|
+
/**
|
|
1733
|
+
* @internal
|
|
1734
|
+
*/
|
|
1735
|
+
export declare const HlsManifestCreateOrUpdateParametersFilterSensitiveLog: (obj: HlsManifestCreateOrUpdateParameters) => any;
|
|
1736
|
+
/**
|
|
1737
|
+
* @internal
|
|
1738
|
+
*/
|
|
1739
|
+
export declare const AuthorizationFilterSensitiveLog: (obj: Authorization) => any;
|
|
1740
|
+
/**
|
|
1741
|
+
* @internal
|
|
1742
|
+
*/
|
|
1743
|
+
export declare const EncryptionContractConfigurationFilterSensitiveLog: (obj: EncryptionContractConfiguration) => any;
|
|
1744
|
+
/**
|
|
1745
|
+
* @internal
|
|
1746
|
+
*/
|
|
1747
|
+
export declare const SpekeKeyProviderFilterSensitiveLog: (obj: SpekeKeyProvider) => any;
|
|
1748
|
+
/**
|
|
1749
|
+
* @internal
|
|
1750
|
+
*/
|
|
1751
|
+
export declare const CmafEncryptionFilterSensitiveLog: (obj: CmafEncryption) => any;
|
|
1752
|
+
/**
|
|
1753
|
+
* @internal
|
|
1754
|
+
*/
|
|
1755
|
+
export declare const StreamSelectionFilterSensitiveLog: (obj: StreamSelection) => any;
|
|
1756
|
+
/**
|
|
1757
|
+
* @internal
|
|
1758
|
+
*/
|
|
1759
|
+
export declare const CmafPackageFilterSensitiveLog: (obj: CmafPackage) => any;
|
|
1760
|
+
/**
|
|
1761
|
+
* @internal
|
|
1762
|
+
*/
|
|
1763
|
+
export declare const DashEncryptionFilterSensitiveLog: (obj: DashEncryption) => any;
|
|
1764
|
+
/**
|
|
1765
|
+
* @internal
|
|
1766
|
+
*/
|
|
1767
|
+
export declare const DashPackageFilterSensitiveLog: (obj: DashPackage) => any;
|
|
1768
|
+
/**
|
|
1769
|
+
* @internal
|
|
1770
|
+
*/
|
|
1771
|
+
export declare const HlsEncryptionFilterSensitiveLog: (obj: HlsEncryption) => any;
|
|
1772
|
+
/**
|
|
1773
|
+
* @internal
|
|
1774
|
+
*/
|
|
1775
|
+
export declare const HlsPackageFilterSensitiveLog: (obj: HlsPackage) => any;
|
|
1776
|
+
/**
|
|
1777
|
+
* @internal
|
|
1778
|
+
*/
|
|
1779
|
+
export declare const MssEncryptionFilterSensitiveLog: (obj: MssEncryption) => any;
|
|
1780
|
+
/**
|
|
1781
|
+
* @internal
|
|
1782
|
+
*/
|
|
1783
|
+
export declare const MssPackageFilterSensitiveLog: (obj: MssPackage) => any;
|
|
1784
|
+
/**
|
|
1785
|
+
* @internal
|
|
1786
|
+
*/
|
|
1787
|
+
export declare const OriginEndpointFilterSensitiveLog: (obj: OriginEndpoint) => any;
|
|
1788
|
+
/**
|
|
1789
|
+
* @internal
|
|
1790
|
+
*/
|
|
1791
|
+
export declare const CmafPackageCreateOrUpdateParametersFilterSensitiveLog: (obj: CmafPackageCreateOrUpdateParameters) => any;
|
|
1792
|
+
/**
|
|
1793
|
+
* @internal
|
|
1794
|
+
*/
|
|
1795
|
+
export declare const ConfigureLogsRequestFilterSensitiveLog: (obj: ConfigureLogsRequest) => any;
|
|
1796
|
+
/**
|
|
1797
|
+
* @internal
|
|
1798
|
+
*/
|
|
1799
|
+
export declare const ConfigureLogsResponseFilterSensitiveLog: (obj: ConfigureLogsResponse) => any;
|
|
1800
|
+
/**
|
|
1801
|
+
* @internal
|
|
1802
|
+
*/
|
|
1803
|
+
export declare const CreateChannelRequestFilterSensitiveLog: (obj: CreateChannelRequest) => any;
|
|
1804
|
+
/**
|
|
1805
|
+
* @internal
|
|
1806
|
+
*/
|
|
1807
|
+
export declare const CreateChannelResponseFilterSensitiveLog: (obj: CreateChannelResponse) => any;
|
|
1808
|
+
/**
|
|
1809
|
+
* @internal
|
|
1810
|
+
*/
|
|
1811
|
+
export declare const CreateHarvestJobRequestFilterSensitiveLog: (obj: CreateHarvestJobRequest) => any;
|
|
1812
|
+
/**
|
|
1813
|
+
* @internal
|
|
1814
|
+
*/
|
|
1815
|
+
export declare const CreateHarvestJobResponseFilterSensitiveLog: (obj: CreateHarvestJobResponse) => any;
|
|
1816
|
+
/**
|
|
1817
|
+
* @internal
|
|
1818
|
+
*/
|
|
1819
|
+
export declare const CreateOriginEndpointRequestFilterSensitiveLog: (obj: CreateOriginEndpointRequest) => any;
|
|
1820
|
+
/**
|
|
1821
|
+
* @internal
|
|
1822
|
+
*/
|
|
1823
|
+
export declare const CreateOriginEndpointResponseFilterSensitiveLog: (obj: CreateOriginEndpointResponse) => any;
|
|
1824
|
+
/**
|
|
1825
|
+
* @internal
|
|
1826
|
+
*/
|
|
1827
|
+
export declare const DeleteChannelRequestFilterSensitiveLog: (obj: DeleteChannelRequest) => any;
|
|
1828
|
+
/**
|
|
1829
|
+
* @internal
|
|
1830
|
+
*/
|
|
1831
|
+
export declare const DeleteChannelResponseFilterSensitiveLog: (obj: DeleteChannelResponse) => any;
|
|
1832
|
+
/**
|
|
1833
|
+
* @internal
|
|
1834
|
+
*/
|
|
1835
|
+
export declare const DeleteOriginEndpointRequestFilterSensitiveLog: (obj: DeleteOriginEndpointRequest) => any;
|
|
1836
|
+
/**
|
|
1837
|
+
* @internal
|
|
1838
|
+
*/
|
|
1839
|
+
export declare const DeleteOriginEndpointResponseFilterSensitiveLog: (obj: DeleteOriginEndpointResponse) => any;
|
|
1840
|
+
/**
|
|
1841
|
+
* @internal
|
|
1842
|
+
*/
|
|
1843
|
+
export declare const DescribeChannelRequestFilterSensitiveLog: (obj: DescribeChannelRequest) => any;
|
|
1844
|
+
/**
|
|
1845
|
+
* @internal
|
|
1846
|
+
*/
|
|
1847
|
+
export declare const DescribeChannelResponseFilterSensitiveLog: (obj: DescribeChannelResponse) => any;
|
|
1848
|
+
/**
|
|
1849
|
+
* @internal
|
|
1850
|
+
*/
|
|
1851
|
+
export declare const DescribeHarvestJobRequestFilterSensitiveLog: (obj: DescribeHarvestJobRequest) => any;
|
|
1852
|
+
/**
|
|
1853
|
+
* @internal
|
|
1854
|
+
*/
|
|
1855
|
+
export declare const DescribeHarvestJobResponseFilterSensitiveLog: (obj: DescribeHarvestJobResponse) => any;
|
|
1856
|
+
/**
|
|
1857
|
+
* @internal
|
|
1858
|
+
*/
|
|
1859
|
+
export declare const DescribeOriginEndpointRequestFilterSensitiveLog: (obj: DescribeOriginEndpointRequest) => any;
|
|
1860
|
+
/**
|
|
1861
|
+
* @internal
|
|
1862
|
+
*/
|
|
1863
|
+
export declare const DescribeOriginEndpointResponseFilterSensitiveLog: (obj: DescribeOriginEndpointResponse) => any;
|
|
1864
|
+
/**
|
|
1865
|
+
* @internal
|
|
1866
|
+
*/
|
|
1867
|
+
export declare const ListChannelsRequestFilterSensitiveLog: (obj: ListChannelsRequest) => any;
|
|
1868
|
+
/**
|
|
1869
|
+
* @internal
|
|
1870
|
+
*/
|
|
1871
|
+
export declare const ListChannelsResponseFilterSensitiveLog: (obj: ListChannelsResponse) => any;
|
|
1872
|
+
/**
|
|
1873
|
+
* @internal
|
|
1874
|
+
*/
|
|
1875
|
+
export declare const ListHarvestJobsRequestFilterSensitiveLog: (obj: ListHarvestJobsRequest) => any;
|
|
1876
|
+
/**
|
|
1877
|
+
* @internal
|
|
1878
|
+
*/
|
|
1879
|
+
export declare const ListHarvestJobsResponseFilterSensitiveLog: (obj: ListHarvestJobsResponse) => any;
|
|
1880
|
+
/**
|
|
1881
|
+
* @internal
|
|
1882
|
+
*/
|
|
1883
|
+
export declare const ListOriginEndpointsRequestFilterSensitiveLog: (obj: ListOriginEndpointsRequest) => any;
|
|
1884
|
+
/**
|
|
1885
|
+
* @internal
|
|
1886
|
+
*/
|
|
1887
|
+
export declare const ListOriginEndpointsResponseFilterSensitiveLog: (obj: ListOriginEndpointsResponse) => any;
|
|
1888
|
+
/**
|
|
1889
|
+
* @internal
|
|
1890
|
+
*/
|
|
1891
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1892
|
+
/**
|
|
1893
|
+
* @internal
|
|
1894
|
+
*/
|
|
1895
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1896
|
+
/**
|
|
1897
|
+
* @internal
|
|
1898
|
+
*/
|
|
1899
|
+
export declare const RotateChannelCredentialsRequestFilterSensitiveLog: (obj: RotateChannelCredentialsRequest) => any;
|
|
1900
|
+
/**
|
|
1901
|
+
* @internal
|
|
1902
|
+
*/
|
|
1903
|
+
export declare const RotateChannelCredentialsResponseFilterSensitiveLog: (obj: RotateChannelCredentialsResponse) => any;
|
|
1904
|
+
/**
|
|
1905
|
+
* @internal
|
|
1906
|
+
*/
|
|
1907
|
+
export declare const RotateIngestEndpointCredentialsRequestFilterSensitiveLog: (obj: RotateIngestEndpointCredentialsRequest) => any;
|
|
1908
|
+
/**
|
|
1909
|
+
* @internal
|
|
1910
|
+
*/
|
|
1911
|
+
export declare const RotateIngestEndpointCredentialsResponseFilterSensitiveLog: (obj: RotateIngestEndpointCredentialsResponse) => any;
|
|
1912
|
+
/**
|
|
1913
|
+
* @internal
|
|
1914
|
+
*/
|
|
1915
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1916
|
+
/**
|
|
1917
|
+
* @internal
|
|
1918
|
+
*/
|
|
1919
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1920
|
+
/**
|
|
1921
|
+
* @internal
|
|
1922
|
+
*/
|
|
1923
|
+
export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
|
|
1924
|
+
/**
|
|
1925
|
+
* @internal
|
|
1926
|
+
*/
|
|
1927
|
+
export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
|
|
1928
|
+
/**
|
|
1929
|
+
* @internal
|
|
1930
|
+
*/
|
|
1931
|
+
export declare const UpdateOriginEndpointRequestFilterSensitiveLog: (obj: UpdateOriginEndpointRequest) => any;
|
|
1932
|
+
/**
|
|
1933
|
+
* @internal
|
|
1934
|
+
*/
|
|
1935
|
+
export declare const UpdateOriginEndpointResponseFilterSensitiveLog: (obj: UpdateOriginEndpointResponse) => any;
|