@aws-sdk/client-medialive 3.183.0 → 3.185.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 +11 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/MediaLive.js +245 -238
- package/dist-es/MediaLiveClient.js +28 -22
- package/dist-es/commands/AcceptInputDeviceTransferCommand.js +28 -21
- package/dist-es/commands/BatchDeleteCommand.js +28 -21
- package/dist-es/commands/BatchStartCommand.js +28 -21
- package/dist-es/commands/BatchStopCommand.js +28 -21
- package/dist-es/commands/BatchUpdateScheduleCommand.js +28 -21
- package/dist-es/commands/CancelInputDeviceTransferCommand.js +28 -21
- package/dist-es/commands/ClaimDeviceCommand.js +28 -21
- package/dist-es/commands/CreateChannelCommand.js +28 -21
- package/dist-es/commands/CreateInputCommand.js +28 -21
- package/dist-es/commands/CreateInputSecurityGroupCommand.js +28 -21
- package/dist-es/commands/CreateMultiplexCommand.js +28 -21
- package/dist-es/commands/CreateMultiplexProgramCommand.js +28 -21
- package/dist-es/commands/CreatePartnerInputCommand.js +28 -21
- package/dist-es/commands/CreateTagsCommand.js +29 -22
- package/dist-es/commands/DeleteChannelCommand.js +28 -21
- package/dist-es/commands/DeleteInputCommand.js +28 -21
- package/dist-es/commands/DeleteInputSecurityGroupCommand.js +28 -21
- package/dist-es/commands/DeleteMultiplexCommand.js +28 -21
- package/dist-es/commands/DeleteMultiplexProgramCommand.js +28 -21
- package/dist-es/commands/DeleteReservationCommand.js +28 -21
- package/dist-es/commands/DeleteScheduleCommand.js +28 -21
- package/dist-es/commands/DeleteTagsCommand.js +29 -22
- package/dist-es/commands/DescribeChannelCommand.js +28 -21
- package/dist-es/commands/DescribeInputCommand.js +28 -21
- package/dist-es/commands/DescribeInputDeviceCommand.js +28 -21
- package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +28 -21
- package/dist-es/commands/DescribeInputSecurityGroupCommand.js +28 -21
- package/dist-es/commands/DescribeMultiplexCommand.js +28 -21
- package/dist-es/commands/DescribeMultiplexProgramCommand.js +28 -21
- package/dist-es/commands/DescribeOfferingCommand.js +28 -21
- package/dist-es/commands/DescribeReservationCommand.js +28 -21
- package/dist-es/commands/DescribeScheduleCommand.js +28 -21
- package/dist-es/commands/ListChannelsCommand.js +28 -21
- package/dist-es/commands/ListInputDeviceTransfersCommand.js +28 -21
- package/dist-es/commands/ListInputDevicesCommand.js +28 -21
- package/dist-es/commands/ListInputSecurityGroupsCommand.js +28 -21
- package/dist-es/commands/ListInputsCommand.js +28 -21
- package/dist-es/commands/ListMultiplexProgramsCommand.js +28 -21
- package/dist-es/commands/ListMultiplexesCommand.js +28 -21
- package/dist-es/commands/ListOfferingsCommand.js +28 -21
- package/dist-es/commands/ListReservationsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/PurchaseOfferingCommand.js +28 -21
- package/dist-es/commands/RebootInputDeviceCommand.js +28 -21
- package/dist-es/commands/RejectInputDeviceTransferCommand.js +28 -21
- package/dist-es/commands/StartChannelCommand.js +28 -21
- package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +28 -21
- package/dist-es/commands/StartMultiplexCommand.js +28 -21
- package/dist-es/commands/StopChannelCommand.js +28 -21
- package/dist-es/commands/StopMultiplexCommand.js +28 -21
- package/dist-es/commands/TransferInputDeviceCommand.js +28 -21
- package/dist-es/commands/UpdateChannelClassCommand.js +28 -21
- package/dist-es/commands/UpdateChannelCommand.js +28 -21
- package/dist-es/commands/UpdateInputCommand.js +28 -21
- package/dist-es/commands/UpdateInputDeviceCommand.js +28 -21
- package/dist-es/commands/UpdateInputSecurityGroupCommand.js +28 -21
- package/dist-es/commands/UpdateMultiplexCommand.js +28 -21
- package/dist-es/commands/UpdateMultiplexProgramCommand.js +28 -21
- package/dist-es/commands/UpdateReservationCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/MediaLiveServiceException.js +10 -5
- package/dist-es/models/models_0.js +144 -429
- package/dist-es/models/models_1.js +298 -673
- package/dist-es/models/models_2.js +17 -48
- package/dist-es/pagination/DescribeSchedulePaginator.js +68 -25
- package/dist-es/pagination/ListChannelsPaginator.js +68 -25
- package/dist-es/pagination/ListInputDeviceTransfersPaginator.js +68 -25
- package/dist-es/pagination/ListInputDevicesPaginator.js +68 -25
- package/dist-es/pagination/ListInputSecurityGroupsPaginator.js +68 -25
- package/dist-es/pagination/ListInputsPaginator.js +68 -25
- package/dist-es/pagination/ListMultiplexProgramsPaginator.js +68 -25
- package/dist-es/pagination/ListMultiplexesPaginator.js +68 -25
- package/dist-es/pagination/ListOfferingsPaginator.js +68 -25
- package/dist-es/pagination/ListReservationsPaginator.js +68 -25
- package/dist-es/protocols/Aws_restJson1.js +8440 -7424
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForChannelCreated.js +68 -48
- package/dist-es/waiters/waitForChannelDeleted.js +59 -39
- package/dist-es/waiters/waitForChannelRunning.js +59 -39
- package/dist-es/waiters/waitForChannelStopped.js +59 -39
- package/dist-es/waiters/waitForInputAttached.js +59 -39
- package/dist-es/waiters/waitForInputDeleted.js +59 -39
- package/dist-es/waiters/waitForInputDetached.js +68 -48
- package/dist-es/waiters/waitForMultiplexCreated.js +68 -48
- package/dist-es/waiters/waitForMultiplexDeleted.js +59 -39
- package/dist-es/waiters/waitForMultiplexRunning.js +59 -39
- package/dist-es/waiters/waitForMultiplexStopped.js +59 -39
- package/package.json +5 -5
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
|
|
2
3
|
export var HlsProgramDateTimeClock;
|
|
3
4
|
(function (HlsProgramDateTimeClock) {
|
|
@@ -504,124 +505,124 @@ export var AcceptHeader;
|
|
|
504
505
|
(function (AcceptHeader) {
|
|
505
506
|
AcceptHeader["image_jpeg"] = "image/jpeg";
|
|
506
507
|
})(AcceptHeader || (AcceptHeader = {}));
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
Object.setPrototypeOf(this, BadGatewayException.prototype);
|
|
517
|
-
this.Message = opts.Message;
|
|
508
|
+
var BadGatewayException = (function (_super) {
|
|
509
|
+
__extends(BadGatewayException, _super);
|
|
510
|
+
function BadGatewayException(opts) {
|
|
511
|
+
var _this = _super.call(this, __assign({ name: "BadGatewayException", $fault: "server" }, opts)) || this;
|
|
512
|
+
_this.name = "BadGatewayException";
|
|
513
|
+
_this.$fault = "server";
|
|
514
|
+
Object.setPrototypeOf(_this, BadGatewayException.prototype);
|
|
515
|
+
_this.Message = opts.Message;
|
|
516
|
+
return _this;
|
|
518
517
|
}
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
518
|
+
return BadGatewayException;
|
|
519
|
+
}(__BaseException));
|
|
520
|
+
export { BadGatewayException };
|
|
521
|
+
var BadRequestException = (function (_super) {
|
|
522
|
+
__extends(BadRequestException, _super);
|
|
523
|
+
function BadRequestException(opts) {
|
|
524
|
+
var _this = _super.call(this, __assign({ name: "BadRequestException", $fault: "client" }, opts)) || this;
|
|
525
|
+
_this.name = "BadRequestException";
|
|
526
|
+
_this.$fault = "client";
|
|
527
|
+
Object.setPrototypeOf(_this, BadRequestException.prototype);
|
|
528
|
+
_this.Message = opts.Message;
|
|
529
|
+
return _this;
|
|
531
530
|
}
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
531
|
+
return BadRequestException;
|
|
532
|
+
}(__BaseException));
|
|
533
|
+
export { BadRequestException };
|
|
534
|
+
var ConflictException = (function (_super) {
|
|
535
|
+
__extends(ConflictException, _super);
|
|
536
|
+
function ConflictException(opts) {
|
|
537
|
+
var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
|
|
538
|
+
_this.name = "ConflictException";
|
|
539
|
+
_this.$fault = "client";
|
|
540
|
+
Object.setPrototypeOf(_this, ConflictException.prototype);
|
|
541
|
+
_this.Message = opts.Message;
|
|
542
|
+
return _this;
|
|
544
543
|
}
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
544
|
+
return ConflictException;
|
|
545
|
+
}(__BaseException));
|
|
546
|
+
export { ConflictException };
|
|
547
|
+
var ForbiddenException = (function (_super) {
|
|
548
|
+
__extends(ForbiddenException, _super);
|
|
549
|
+
function ForbiddenException(opts) {
|
|
550
|
+
var _this = _super.call(this, __assign({ name: "ForbiddenException", $fault: "client" }, opts)) || this;
|
|
551
|
+
_this.name = "ForbiddenException";
|
|
552
|
+
_this.$fault = "client";
|
|
553
|
+
Object.setPrototypeOf(_this, ForbiddenException.prototype);
|
|
554
|
+
_this.Message = opts.Message;
|
|
555
|
+
return _this;
|
|
557
556
|
}
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
557
|
+
return ForbiddenException;
|
|
558
|
+
}(__BaseException));
|
|
559
|
+
export { ForbiddenException };
|
|
560
|
+
var GatewayTimeoutException = (function (_super) {
|
|
561
|
+
__extends(GatewayTimeoutException, _super);
|
|
562
|
+
function GatewayTimeoutException(opts) {
|
|
563
|
+
var _this = _super.call(this, __assign({ name: "GatewayTimeoutException", $fault: "server" }, opts)) || this;
|
|
564
|
+
_this.name = "GatewayTimeoutException";
|
|
565
|
+
_this.$fault = "server";
|
|
566
|
+
Object.setPrototypeOf(_this, GatewayTimeoutException.prototype);
|
|
567
|
+
_this.Message = opts.Message;
|
|
568
|
+
return _this;
|
|
570
569
|
}
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
570
|
+
return GatewayTimeoutException;
|
|
571
|
+
}(__BaseException));
|
|
572
|
+
export { GatewayTimeoutException };
|
|
573
|
+
var InternalServerErrorException = (function (_super) {
|
|
574
|
+
__extends(InternalServerErrorException, _super);
|
|
575
|
+
function InternalServerErrorException(opts) {
|
|
576
|
+
var _this = _super.call(this, __assign({ name: "InternalServerErrorException", $fault: "server" }, opts)) || this;
|
|
577
|
+
_this.name = "InternalServerErrorException";
|
|
578
|
+
_this.$fault = "server";
|
|
579
|
+
Object.setPrototypeOf(_this, InternalServerErrorException.prototype);
|
|
580
|
+
_this.Message = opts.Message;
|
|
581
|
+
return _this;
|
|
583
582
|
}
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
583
|
+
return InternalServerErrorException;
|
|
584
|
+
}(__BaseException));
|
|
585
|
+
export { InternalServerErrorException };
|
|
586
|
+
var NotFoundException = (function (_super) {
|
|
587
|
+
__extends(NotFoundException, _super);
|
|
588
|
+
function NotFoundException(opts) {
|
|
589
|
+
var _this = _super.call(this, __assign({ name: "NotFoundException", $fault: "client" }, opts)) || this;
|
|
590
|
+
_this.name = "NotFoundException";
|
|
591
|
+
_this.$fault = "client";
|
|
592
|
+
Object.setPrototypeOf(_this, NotFoundException.prototype);
|
|
593
|
+
_this.Message = opts.Message;
|
|
594
|
+
return _this;
|
|
596
595
|
}
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
596
|
+
return NotFoundException;
|
|
597
|
+
}(__BaseException));
|
|
598
|
+
export { NotFoundException };
|
|
599
|
+
var TooManyRequestsException = (function (_super) {
|
|
600
|
+
__extends(TooManyRequestsException, _super);
|
|
601
|
+
function TooManyRequestsException(opts) {
|
|
602
|
+
var _this = _super.call(this, __assign({ name: "TooManyRequestsException", $fault: "client" }, opts)) || this;
|
|
603
|
+
_this.name = "TooManyRequestsException";
|
|
604
|
+
_this.$fault = "client";
|
|
605
|
+
Object.setPrototypeOf(_this, TooManyRequestsException.prototype);
|
|
606
|
+
_this.Message = opts.Message;
|
|
607
|
+
return _this;
|
|
609
608
|
}
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
609
|
+
return TooManyRequestsException;
|
|
610
|
+
}(__BaseException));
|
|
611
|
+
export { TooManyRequestsException };
|
|
612
|
+
var UnprocessableEntityException = (function (_super) {
|
|
613
|
+
__extends(UnprocessableEntityException, _super);
|
|
614
|
+
function UnprocessableEntityException(opts) {
|
|
615
|
+
var _this = _super.call(this, __assign({ name: "UnprocessableEntityException", $fault: "client" }, opts)) || this;
|
|
616
|
+
_this.name = "UnprocessableEntityException";
|
|
617
|
+
_this.$fault = "client";
|
|
618
|
+
Object.setPrototypeOf(_this, UnprocessableEntityException.prototype);
|
|
619
|
+
_this.Message = opts.Message;
|
|
620
|
+
_this.ValidationErrors = opts.ValidationErrors;
|
|
621
|
+
return _this;
|
|
623
622
|
}
|
|
624
|
-
|
|
623
|
+
return UnprocessableEntityException;
|
|
624
|
+
}(__BaseException));
|
|
625
|
+
export { UnprocessableEntityException };
|
|
625
626
|
export var AvailBlankingState;
|
|
626
627
|
(function (AvailBlankingState) {
|
|
627
628
|
AvailBlankingState["DISABLED"] = "DISABLED";
|
|
@@ -718,567 +719,191 @@ export var RebootInputDeviceForce;
|
|
|
718
719
|
RebootInputDeviceForce["NO"] = "NO";
|
|
719
720
|
RebootInputDeviceForce["YES"] = "YES";
|
|
720
721
|
})(RebootInputDeviceForce || (RebootInputDeviceForce = {}));
|
|
721
|
-
export
|
|
722
|
-
|
|
723
|
-
});
|
|
724
|
-
export
|
|
725
|
-
|
|
726
|
-
});
|
|
727
|
-
export
|
|
728
|
-
|
|
729
|
-
});
|
|
730
|
-
export
|
|
731
|
-
|
|
732
|
-
});
|
|
733
|
-
export
|
|
734
|
-
|
|
735
|
-
});
|
|
736
|
-
export
|
|
737
|
-
|
|
738
|
-
});
|
|
739
|
-
export
|
|
740
|
-
|
|
741
|
-
});
|
|
742
|
-
export
|
|
743
|
-
|
|
744
|
-
});
|
|
745
|
-
export
|
|
746
|
-
|
|
747
|
-
});
|
|
748
|
-
export
|
|
749
|
-
|
|
750
|
-
});
|
|
751
|
-
export
|
|
752
|
-
|
|
753
|
-
});
|
|
754
|
-
export
|
|
755
|
-
|
|
756
|
-
});
|
|
757
|
-
export
|
|
758
|
-
|
|
759
|
-
});
|
|
760
|
-
export
|
|
761
|
-
|
|
762
|
-
});
|
|
763
|
-
export
|
|
764
|
-
|
|
765
|
-
});
|
|
766
|
-
export
|
|
767
|
-
|
|
768
|
-
});
|
|
769
|
-
export
|
|
770
|
-
|
|
771
|
-
});
|
|
772
|
-
export
|
|
773
|
-
|
|
774
|
-
});
|
|
775
|
-
export
|
|
776
|
-
|
|
777
|
-
});
|
|
778
|
-
export
|
|
779
|
-
|
|
780
|
-
});
|
|
781
|
-
export
|
|
782
|
-
|
|
783
|
-
});
|
|
784
|
-
export
|
|
785
|
-
|
|
786
|
-
});
|
|
787
|
-
export
|
|
788
|
-
|
|
789
|
-
});
|
|
790
|
-
export
|
|
791
|
-
|
|
792
|
-
});
|
|
793
|
-
export
|
|
794
|
-
|
|
795
|
-
});
|
|
796
|
-
export
|
|
797
|
-
|
|
798
|
-
});
|
|
799
|
-
export
|
|
800
|
-
|
|
801
|
-
});
|
|
802
|
-
export
|
|
803
|
-
|
|
804
|
-
});
|
|
805
|
-
export
|
|
806
|
-
|
|
807
|
-
});
|
|
808
|
-
export
|
|
809
|
-
|
|
810
|
-
});
|
|
811
|
-
export
|
|
812
|
-
|
|
813
|
-
});
|
|
814
|
-
export
|
|
815
|
-
|
|
816
|
-
});
|
|
817
|
-
export
|
|
818
|
-
|
|
819
|
-
});
|
|
820
|
-
export
|
|
821
|
-
|
|
822
|
-
});
|
|
823
|
-
export
|
|
824
|
-
|
|
825
|
-
});
|
|
826
|
-
export
|
|
827
|
-
|
|
828
|
-
});
|
|
829
|
-
export
|
|
830
|
-
|
|
831
|
-
});
|
|
832
|
-
export
|
|
833
|
-
|
|
834
|
-
});
|
|
835
|
-
export
|
|
836
|
-
|
|
837
|
-
});
|
|
838
|
-
export
|
|
839
|
-
|
|
840
|
-
});
|
|
841
|
-
export
|
|
842
|
-
|
|
843
|
-
});
|
|
844
|
-
export
|
|
845
|
-
|
|
846
|
-
});
|
|
847
|
-
export
|
|
848
|
-
|
|
849
|
-
});
|
|
850
|
-
export
|
|
851
|
-
|
|
852
|
-
});
|
|
853
|
-
export
|
|
854
|
-
|
|
855
|
-
});
|
|
856
|
-
export
|
|
857
|
-
|
|
858
|
-
});
|
|
859
|
-
export
|
|
860
|
-
|
|
861
|
-
});
|
|
862
|
-
export
|
|
863
|
-
|
|
864
|
-
});
|
|
865
|
-
export
|
|
866
|
-
|
|
867
|
-
});
|
|
868
|
-
export
|
|
869
|
-
|
|
870
|
-
});
|
|
871
|
-
export
|
|
872
|
-
|
|
873
|
-
});
|
|
874
|
-
export
|
|
875
|
-
|
|
876
|
-
});
|
|
877
|
-
export
|
|
878
|
-
|
|
879
|
-
});
|
|
880
|
-
export
|
|
881
|
-
|
|
882
|
-
});
|
|
883
|
-
export
|
|
884
|
-
|
|
885
|
-
});
|
|
886
|
-
export
|
|
887
|
-
|
|
888
|
-
});
|
|
889
|
-
export
|
|
890
|
-
|
|
891
|
-
});
|
|
892
|
-
export
|
|
893
|
-
|
|
894
|
-
});
|
|
895
|
-
export
|
|
896
|
-
|
|
897
|
-
});
|
|
898
|
-
export
|
|
899
|
-
|
|
900
|
-
});
|
|
901
|
-
export
|
|
902
|
-
|
|
903
|
-
});
|
|
904
|
-
export
|
|
905
|
-
|
|
906
|
-
});
|
|
907
|
-
export
|
|
908
|
-
|
|
909
|
-
});
|
|
910
|
-
export const BatchDeleteResponseFilterSensitiveLog = (obj) => ({
|
|
911
|
-
...obj,
|
|
912
|
-
});
|
|
913
|
-
export const BatchScheduleActionCreateRequestFilterSensitiveLog = (obj) => ({
|
|
914
|
-
...obj,
|
|
915
|
-
});
|
|
916
|
-
export const BatchScheduleActionCreateResultFilterSensitiveLog = (obj) => ({
|
|
917
|
-
...obj,
|
|
918
|
-
});
|
|
919
|
-
export const BatchScheduleActionDeleteRequestFilterSensitiveLog = (obj) => ({
|
|
920
|
-
...obj,
|
|
921
|
-
});
|
|
922
|
-
export const BatchScheduleActionDeleteResultFilterSensitiveLog = (obj) => ({
|
|
923
|
-
...obj,
|
|
924
|
-
});
|
|
925
|
-
export const BatchStartRequestFilterSensitiveLog = (obj) => ({
|
|
926
|
-
...obj,
|
|
927
|
-
});
|
|
928
|
-
export const BatchStartResponseFilterSensitiveLog = (obj) => ({
|
|
929
|
-
...obj,
|
|
930
|
-
});
|
|
931
|
-
export const BatchStopRequestFilterSensitiveLog = (obj) => ({
|
|
932
|
-
...obj,
|
|
933
|
-
});
|
|
934
|
-
export const BatchStopResponseFilterSensitiveLog = (obj) => ({
|
|
935
|
-
...obj,
|
|
936
|
-
});
|
|
937
|
-
export const BatchUpdateScheduleRequestFilterSensitiveLog = (obj) => ({
|
|
938
|
-
...obj,
|
|
939
|
-
});
|
|
940
|
-
export const BatchUpdateScheduleResponseFilterSensitiveLog = (obj) => ({
|
|
941
|
-
...obj,
|
|
942
|
-
});
|
|
943
|
-
export const BlackoutSlateFilterSensitiveLog = (obj) => ({
|
|
944
|
-
...obj,
|
|
945
|
-
});
|
|
946
|
-
export const CancelInputDeviceTransferRequestFilterSensitiveLog = (obj) => ({
|
|
947
|
-
...obj,
|
|
948
|
-
});
|
|
949
|
-
export const CancelInputDeviceTransferResponseFilterSensitiveLog = (obj) => ({
|
|
950
|
-
...obj,
|
|
951
|
-
});
|
|
952
|
-
export const FeatureActivationsFilterSensitiveLog = (obj) => ({
|
|
953
|
-
...obj,
|
|
954
|
-
});
|
|
955
|
-
export const InputLossBehaviorFilterSensitiveLog = (obj) => ({
|
|
956
|
-
...obj,
|
|
957
|
-
});
|
|
958
|
-
export const GlobalConfigurationFilterSensitiveLog = (obj) => ({
|
|
959
|
-
...obj,
|
|
960
|
-
});
|
|
961
|
-
export const HtmlMotionGraphicsSettingsFilterSensitiveLog = (obj) => ({
|
|
962
|
-
...obj,
|
|
963
|
-
});
|
|
964
|
-
export const MotionGraphicsSettingsFilterSensitiveLog = (obj) => ({
|
|
965
|
-
...obj,
|
|
966
|
-
});
|
|
967
|
-
export const MotionGraphicsConfigurationFilterSensitiveLog = (obj) => ({
|
|
968
|
-
...obj,
|
|
969
|
-
});
|
|
970
|
-
export const NielsenConfigurationFilterSensitiveLog = (obj) => ({
|
|
971
|
-
...obj,
|
|
972
|
-
});
|
|
973
|
-
export const TimecodeConfigFilterSensitiveLog = (obj) => ({
|
|
974
|
-
...obj,
|
|
975
|
-
});
|
|
976
|
-
export const EncoderSettingsFilterSensitiveLog = (obj) => ({
|
|
977
|
-
...obj,
|
|
978
|
-
});
|
|
979
|
-
export const ChannelFilterSensitiveLog = (obj) => ({
|
|
980
|
-
...obj,
|
|
981
|
-
});
|
|
982
|
-
export const ClaimDeviceRequestFilterSensitiveLog = (obj) => ({
|
|
983
|
-
...obj,
|
|
984
|
-
});
|
|
985
|
-
export const ClaimDeviceResponseFilterSensitiveLog = (obj) => ({
|
|
986
|
-
...obj,
|
|
987
|
-
});
|
|
988
|
-
export const MaintenanceCreateSettingsFilterSensitiveLog = (obj) => ({
|
|
989
|
-
...obj,
|
|
990
|
-
});
|
|
991
|
-
export const VpcOutputSettingsFilterSensitiveLog = (obj) => ({
|
|
992
|
-
...obj,
|
|
993
|
-
});
|
|
994
|
-
export const CreateChannelRequestFilterSensitiveLog = (obj) => ({
|
|
995
|
-
...obj,
|
|
996
|
-
});
|
|
997
|
-
export const CreateChannelResponseFilterSensitiveLog = (obj) => ({
|
|
998
|
-
...obj,
|
|
999
|
-
});
|
|
1000
|
-
export const InputVpcRequestFilterSensitiveLog = (obj) => ({
|
|
1001
|
-
...obj,
|
|
1002
|
-
});
|
|
1003
|
-
export const CreateInputRequestFilterSensitiveLog = (obj) => ({
|
|
1004
|
-
...obj,
|
|
1005
|
-
});
|
|
1006
|
-
export const CreateInputResponseFilterSensitiveLog = (obj) => ({
|
|
1007
|
-
...obj,
|
|
1008
|
-
});
|
|
1009
|
-
export const CreateInputSecurityGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1010
|
-
...obj,
|
|
1011
|
-
});
|
|
1012
|
-
export const CreateInputSecurityGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1013
|
-
...obj,
|
|
1014
|
-
});
|
|
1015
|
-
export const MultiplexSettingsFilterSensitiveLog = (obj) => ({
|
|
1016
|
-
...obj,
|
|
1017
|
-
});
|
|
1018
|
-
export const CreateMultiplexRequestFilterSensitiveLog = (obj) => ({
|
|
1019
|
-
...obj,
|
|
1020
|
-
});
|
|
1021
|
-
export const MultiplexFilterSensitiveLog = (obj) => ({
|
|
1022
|
-
...obj,
|
|
1023
|
-
});
|
|
1024
|
-
export const CreateMultiplexResponseFilterSensitiveLog = (obj) => ({
|
|
1025
|
-
...obj,
|
|
1026
|
-
});
|
|
1027
|
-
export const MultiplexProgramServiceDescriptorFilterSensitiveLog = (obj) => ({
|
|
1028
|
-
...obj,
|
|
1029
|
-
});
|
|
1030
|
-
export const MultiplexStatmuxVideoSettingsFilterSensitiveLog = (obj) => ({
|
|
1031
|
-
...obj,
|
|
1032
|
-
});
|
|
1033
|
-
export const MultiplexVideoSettingsFilterSensitiveLog = (obj) => ({
|
|
1034
|
-
...obj,
|
|
1035
|
-
});
|
|
1036
|
-
export const MultiplexProgramSettingsFilterSensitiveLog = (obj) => ({
|
|
1037
|
-
...obj,
|
|
1038
|
-
});
|
|
1039
|
-
export const CreateMultiplexProgramRequestFilterSensitiveLog = (obj) => ({
|
|
1040
|
-
...obj,
|
|
1041
|
-
});
|
|
1042
|
-
export const MultiplexProgramPacketIdentifiersMapFilterSensitiveLog = (obj) => ({
|
|
1043
|
-
...obj,
|
|
1044
|
-
});
|
|
1045
|
-
export const MultiplexProgramFilterSensitiveLog = (obj) => ({
|
|
1046
|
-
...obj,
|
|
1047
|
-
});
|
|
1048
|
-
export const CreateMultiplexProgramResponseFilterSensitiveLog = (obj) => ({
|
|
1049
|
-
...obj,
|
|
1050
|
-
});
|
|
1051
|
-
export const CreatePartnerInputRequestFilterSensitiveLog = (obj) => ({
|
|
1052
|
-
...obj,
|
|
1053
|
-
});
|
|
1054
|
-
export const CreatePartnerInputResponseFilterSensitiveLog = (obj) => ({
|
|
1055
|
-
...obj,
|
|
1056
|
-
});
|
|
1057
|
-
export const CreateTagsRequestFilterSensitiveLog = (obj) => ({
|
|
1058
|
-
...obj,
|
|
1059
|
-
});
|
|
1060
|
-
export const DeleteChannelRequestFilterSensitiveLog = (obj) => ({
|
|
1061
|
-
...obj,
|
|
1062
|
-
});
|
|
1063
|
-
export const DeleteChannelResponseFilterSensitiveLog = (obj) => ({
|
|
1064
|
-
...obj,
|
|
1065
|
-
});
|
|
1066
|
-
export const DeleteInputRequestFilterSensitiveLog = (obj) => ({
|
|
1067
|
-
...obj,
|
|
1068
|
-
});
|
|
1069
|
-
export const DeleteInputResponseFilterSensitiveLog = (obj) => ({
|
|
1070
|
-
...obj,
|
|
1071
|
-
});
|
|
1072
|
-
export const DeleteInputSecurityGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1073
|
-
...obj,
|
|
1074
|
-
});
|
|
1075
|
-
export const DeleteInputSecurityGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1076
|
-
...obj,
|
|
1077
|
-
});
|
|
1078
|
-
export const DeleteMultiplexRequestFilterSensitiveLog = (obj) => ({
|
|
1079
|
-
...obj,
|
|
1080
|
-
});
|
|
1081
|
-
export const DeleteMultiplexResponseFilterSensitiveLog = (obj) => ({
|
|
1082
|
-
...obj,
|
|
1083
|
-
});
|
|
1084
|
-
export const DeleteMultiplexProgramRequestFilterSensitiveLog = (obj) => ({
|
|
1085
|
-
...obj,
|
|
1086
|
-
});
|
|
1087
|
-
export const DeleteMultiplexProgramResponseFilterSensitiveLog = (obj) => ({
|
|
1088
|
-
...obj,
|
|
1089
|
-
});
|
|
1090
|
-
export const DeleteReservationRequestFilterSensitiveLog = (obj) => ({
|
|
1091
|
-
...obj,
|
|
1092
|
-
});
|
|
1093
|
-
export const DeleteReservationResponseFilterSensitiveLog = (obj) => ({
|
|
1094
|
-
...obj,
|
|
1095
|
-
});
|
|
1096
|
-
export const DeleteScheduleRequestFilterSensitiveLog = (obj) => ({
|
|
1097
|
-
...obj,
|
|
1098
|
-
});
|
|
1099
|
-
export const DeleteScheduleResponseFilterSensitiveLog = (obj) => ({
|
|
1100
|
-
...obj,
|
|
1101
|
-
});
|
|
1102
|
-
export const DeleteTagsRequestFilterSensitiveLog = (obj) => ({
|
|
1103
|
-
...obj,
|
|
1104
|
-
});
|
|
1105
|
-
export const DescribeChannelRequestFilterSensitiveLog = (obj) => ({
|
|
1106
|
-
...obj,
|
|
1107
|
-
});
|
|
1108
|
-
export const DescribeChannelResponseFilterSensitiveLog = (obj) => ({
|
|
1109
|
-
...obj,
|
|
1110
|
-
});
|
|
1111
|
-
export const DescribeInputRequestFilterSensitiveLog = (obj) => ({
|
|
1112
|
-
...obj,
|
|
1113
|
-
});
|
|
1114
|
-
export const DescribeInputResponseFilterSensitiveLog = (obj) => ({
|
|
1115
|
-
...obj,
|
|
1116
|
-
});
|
|
1117
|
-
export const DescribeInputDeviceRequestFilterSensitiveLog = (obj) => ({
|
|
1118
|
-
...obj,
|
|
1119
|
-
});
|
|
1120
|
-
export const DescribeInputDeviceResponseFilterSensitiveLog = (obj) => ({
|
|
1121
|
-
...obj,
|
|
1122
|
-
});
|
|
1123
|
-
export const DescribeInputDeviceThumbnailRequestFilterSensitiveLog = (obj) => ({
|
|
1124
|
-
...obj,
|
|
1125
|
-
});
|
|
1126
|
-
export const DescribeInputDeviceThumbnailResponseFilterSensitiveLog = (obj) => ({
|
|
1127
|
-
...obj,
|
|
1128
|
-
});
|
|
1129
|
-
export const DescribeInputSecurityGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1130
|
-
...obj,
|
|
1131
|
-
});
|
|
1132
|
-
export const DescribeInputSecurityGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1133
|
-
...obj,
|
|
1134
|
-
});
|
|
1135
|
-
export const DescribeMultiplexRequestFilterSensitiveLog = (obj) => ({
|
|
1136
|
-
...obj,
|
|
1137
|
-
});
|
|
1138
|
-
export const DescribeMultiplexResponseFilterSensitiveLog = (obj) => ({
|
|
1139
|
-
...obj,
|
|
1140
|
-
});
|
|
1141
|
-
export const DescribeMultiplexProgramRequestFilterSensitiveLog = (obj) => ({
|
|
1142
|
-
...obj,
|
|
1143
|
-
});
|
|
1144
|
-
export const DescribeMultiplexProgramResponseFilterSensitiveLog = (obj) => ({
|
|
1145
|
-
...obj,
|
|
1146
|
-
});
|
|
1147
|
-
export const DescribeOfferingRequestFilterSensitiveLog = (obj) => ({
|
|
1148
|
-
...obj,
|
|
1149
|
-
});
|
|
1150
|
-
export const DescribeOfferingResponseFilterSensitiveLog = (obj) => ({
|
|
1151
|
-
...obj,
|
|
1152
|
-
});
|
|
1153
|
-
export const DescribeReservationRequestFilterSensitiveLog = (obj) => ({
|
|
1154
|
-
...obj,
|
|
1155
|
-
});
|
|
1156
|
-
export const DescribeReservationResponseFilterSensitiveLog = (obj) => ({
|
|
1157
|
-
...obj,
|
|
1158
|
-
});
|
|
1159
|
-
export const DescribeScheduleRequestFilterSensitiveLog = (obj) => ({
|
|
1160
|
-
...obj,
|
|
1161
|
-
});
|
|
1162
|
-
export const DescribeScheduleResponseFilterSensitiveLog = (obj) => ({
|
|
1163
|
-
...obj,
|
|
1164
|
-
});
|
|
1165
|
-
export const InputDeviceConfigurableSettingsFilterSensitiveLog = (obj) => ({
|
|
1166
|
-
...obj,
|
|
1167
|
-
});
|
|
1168
|
-
export const ListChannelsRequestFilterSensitiveLog = (obj) => ({
|
|
1169
|
-
...obj,
|
|
1170
|
-
});
|
|
1171
|
-
export const ListChannelsResponseFilterSensitiveLog = (obj) => ({
|
|
1172
|
-
...obj,
|
|
1173
|
-
});
|
|
1174
|
-
export const ListInputDevicesRequestFilterSensitiveLog = (obj) => ({
|
|
1175
|
-
...obj,
|
|
1176
|
-
});
|
|
1177
|
-
export const ListInputDevicesResponseFilterSensitiveLog = (obj) => ({
|
|
1178
|
-
...obj,
|
|
1179
|
-
});
|
|
1180
|
-
export const ListInputDeviceTransfersRequestFilterSensitiveLog = (obj) => ({
|
|
1181
|
-
...obj,
|
|
1182
|
-
});
|
|
1183
|
-
export const ListInputDeviceTransfersResponseFilterSensitiveLog = (obj) => ({
|
|
1184
|
-
...obj,
|
|
1185
|
-
});
|
|
1186
|
-
export const ListInputsRequestFilterSensitiveLog = (obj) => ({
|
|
1187
|
-
...obj,
|
|
1188
|
-
});
|
|
1189
|
-
export const ListInputsResponseFilterSensitiveLog = (obj) => ({
|
|
1190
|
-
...obj,
|
|
1191
|
-
});
|
|
1192
|
-
export const ListInputSecurityGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
1193
|
-
...obj,
|
|
1194
|
-
});
|
|
1195
|
-
export const ListInputSecurityGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
1196
|
-
...obj,
|
|
1197
|
-
});
|
|
1198
|
-
export const ListMultiplexesRequestFilterSensitiveLog = (obj) => ({
|
|
1199
|
-
...obj,
|
|
1200
|
-
});
|
|
1201
|
-
export const ListMultiplexesResponseFilterSensitiveLog = (obj) => ({
|
|
1202
|
-
...obj,
|
|
1203
|
-
});
|
|
1204
|
-
export const ListMultiplexProgramsRequestFilterSensitiveLog = (obj) => ({
|
|
1205
|
-
...obj,
|
|
1206
|
-
});
|
|
1207
|
-
export const ListMultiplexProgramsResponseFilterSensitiveLog = (obj) => ({
|
|
1208
|
-
...obj,
|
|
1209
|
-
});
|
|
1210
|
-
export const ListOfferingsRequestFilterSensitiveLog = (obj) => ({
|
|
1211
|
-
...obj,
|
|
1212
|
-
});
|
|
1213
|
-
export const ListOfferingsResponseFilterSensitiveLog = (obj) => ({
|
|
1214
|
-
...obj,
|
|
1215
|
-
});
|
|
1216
|
-
export const ListReservationsRequestFilterSensitiveLog = (obj) => ({
|
|
1217
|
-
...obj,
|
|
1218
|
-
});
|
|
1219
|
-
export const ListReservationsResponseFilterSensitiveLog = (obj) => ({
|
|
1220
|
-
...obj,
|
|
1221
|
-
});
|
|
1222
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1223
|
-
...obj,
|
|
1224
|
-
});
|
|
1225
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1226
|
-
...obj,
|
|
1227
|
-
});
|
|
1228
|
-
export const MaintenanceUpdateSettingsFilterSensitiveLog = (obj) => ({
|
|
1229
|
-
...obj,
|
|
1230
|
-
});
|
|
1231
|
-
export const PurchaseOfferingRequestFilterSensitiveLog = (obj) => ({
|
|
1232
|
-
...obj,
|
|
1233
|
-
});
|
|
1234
|
-
export const PurchaseOfferingResponseFilterSensitiveLog = (obj) => ({
|
|
1235
|
-
...obj,
|
|
1236
|
-
});
|
|
1237
|
-
export const RebootInputDeviceRequestFilterSensitiveLog = (obj) => ({
|
|
1238
|
-
...obj,
|
|
1239
|
-
});
|
|
1240
|
-
export const RebootInputDeviceResponseFilterSensitiveLog = (obj) => ({
|
|
1241
|
-
...obj,
|
|
1242
|
-
});
|
|
1243
|
-
export const RejectInputDeviceTransferRequestFilterSensitiveLog = (obj) => ({
|
|
1244
|
-
...obj,
|
|
1245
|
-
});
|
|
1246
|
-
export const RejectInputDeviceTransferResponseFilterSensitiveLog = (obj) => ({
|
|
1247
|
-
...obj,
|
|
1248
|
-
});
|
|
1249
|
-
export const StartChannelRequestFilterSensitiveLog = (obj) => ({
|
|
1250
|
-
...obj,
|
|
1251
|
-
});
|
|
1252
|
-
export const StartChannelResponseFilterSensitiveLog = (obj) => ({
|
|
1253
|
-
...obj,
|
|
1254
|
-
});
|
|
1255
|
-
export const StartInputDeviceMaintenanceWindowRequestFilterSensitiveLog = (obj) => ({
|
|
1256
|
-
...obj,
|
|
1257
|
-
});
|
|
1258
|
-
export const StartInputDeviceMaintenanceWindowResponseFilterSensitiveLog = (obj) => ({
|
|
1259
|
-
...obj,
|
|
1260
|
-
});
|
|
1261
|
-
export const StartMultiplexRequestFilterSensitiveLog = (obj) => ({
|
|
1262
|
-
...obj,
|
|
1263
|
-
});
|
|
1264
|
-
export const StartMultiplexResponseFilterSensitiveLog = (obj) => ({
|
|
1265
|
-
...obj,
|
|
1266
|
-
});
|
|
1267
|
-
export const StopChannelRequestFilterSensitiveLog = (obj) => ({
|
|
1268
|
-
...obj,
|
|
1269
|
-
});
|
|
1270
|
-
export const StopChannelResponseFilterSensitiveLog = (obj) => ({
|
|
1271
|
-
...obj,
|
|
1272
|
-
});
|
|
1273
|
-
export const StopMultiplexRequestFilterSensitiveLog = (obj) => ({
|
|
1274
|
-
...obj,
|
|
1275
|
-
});
|
|
1276
|
-
export const StopMultiplexResponseFilterSensitiveLog = (obj) => ({
|
|
1277
|
-
...obj,
|
|
1278
|
-
});
|
|
1279
|
-
export const TransferInputDeviceRequestFilterSensitiveLog = (obj) => ({
|
|
1280
|
-
...obj,
|
|
1281
|
-
});
|
|
1282
|
-
export const TransferInputDeviceResponseFilterSensitiveLog = (obj) => ({
|
|
1283
|
-
...obj,
|
|
1284
|
-
});
|
|
722
|
+
export var HlsGroupSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
+
export var MediaPackageGroupSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
724
|
+
export var MsSmoothGroupSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
725
|
+
export var MultiplexGroupSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
+
export var RtmpGroupSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
+
export var UdpGroupSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
|
+
export var OutputGroupSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
729
|
+
export var OutputGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
730
|
+
export var PipelineDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
|
+
export var PipelinePauseStateSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
732
|
+
export var RenewalSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
733
|
+
export var ReservationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
+
export var HlsId3SegmentTaggingScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
735
|
+
export var HlsTimedMetadataScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
+
export var StartTimecodeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
737
|
+
export var StopTimecodeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
|
+
export var InputClippingSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
739
|
+
export var InputPrepareScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
740
|
+
export var InputSwitchScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
741
|
+
export var MotionGraphicsActivateScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
|
+
export var MotionGraphicsDeactivateScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
|
+
export var PauseStateScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
|
+
export var Scte35ReturnToNetworkScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
745
|
+
export var Scte35SpliceInsertScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
|
+
export var Scte35DeliveryRestrictionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
+
export var Scte35SegmentationDescriptorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
|
+
export var Scte35DescriptorSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
749
|
+
export var Scte35DescriptorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
|
+
export var Scte35TimeSignalScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
+
export var StaticImageActivateScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
752
|
+
export var StaticImageDeactivateScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
753
|
+
export var ScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
|
+
export var FixedModeScheduleActionStartSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
+
export var FollowModeScheduleActionStartSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
756
|
+
export var ImmediateModeScheduleActionStartSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
757
|
+
export var ScheduleActionStartSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
758
|
+
export var ScheduleActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
|
+
export var TransferringInputDeviceSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
760
|
+
export var ValidationErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
|
+
export var FrameCaptureSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
|
+
export var ColorSpacePassthroughSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
|
+
export var Rec601SettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
764
|
+
export var Rec709SettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
765
|
+
export var H264ColorSpaceSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
766
|
+
export var TemporalFilterSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
767
|
+
export var H264FilterSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
768
|
+
export var H264SettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
|
+
export var DolbyVision81SettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
770
|
+
export var H265ColorSpaceSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
|
+
export var H265FilterSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
772
|
+
export var H265SettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
773
|
+
export var Mpeg2FilterSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
774
|
+
export var Mpeg2SettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
|
+
export var VideoCodecSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
776
|
+
export var VideoDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
777
|
+
export var AcceptInputDeviceTransferRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
|
+
export var AcceptInputDeviceTransferResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
779
|
+
export var AvailBlankingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
780
|
+
export var Scte35SpliceInsertFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
781
|
+
export var Scte35TimeSignalAposFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
|
+
export var AvailSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
|
+
export var AvailConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
784
|
+
export var BatchDeleteRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
785
|
+
export var BatchDeleteResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
786
|
+
export var BatchScheduleActionCreateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
787
|
+
export var BatchScheduleActionCreateResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
788
|
+
export var BatchScheduleActionDeleteRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
|
+
export var BatchScheduleActionDeleteResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
|
+
export var BatchStartRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
791
|
+
export var BatchStartResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
792
|
+
export var BatchStopRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
793
|
+
export var BatchStopResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
794
|
+
export var BatchUpdateScheduleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
795
|
+
export var BatchUpdateScheduleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
796
|
+
export var BlackoutSlateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
|
+
export var CancelInputDeviceTransferRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
798
|
+
export var CancelInputDeviceTransferResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
799
|
+
export var FeatureActivationsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
800
|
+
export var InputLossBehaviorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
+
export var GlobalConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
802
|
+
export var HtmlMotionGraphicsSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
|
+
export var MotionGraphicsSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
804
|
+
export var MotionGraphicsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
805
|
+
export var NielsenConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
806
|
+
export var TimecodeConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
807
|
+
export var EncoderSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
808
|
+
export var ChannelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
809
|
+
export var ClaimDeviceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
|
+
export var ClaimDeviceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
+
export var MaintenanceCreateSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
812
|
+
export var VpcOutputSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
813
|
+
export var CreateChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
814
|
+
export var CreateChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
|
+
export var InputVpcRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
816
|
+
export var CreateInputRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
817
|
+
export var CreateInputResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
818
|
+
export var CreateInputSecurityGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
|
+
export var CreateInputSecurityGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
820
|
+
export var MultiplexSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
821
|
+
export var CreateMultiplexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
+
export var MultiplexFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
823
|
+
export var CreateMultiplexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
824
|
+
export var MultiplexProgramServiceDescriptorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
|
+
export var MultiplexStatmuxVideoSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
|
+
export var MultiplexVideoSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
|
+
export var MultiplexProgramSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
828
|
+
export var CreateMultiplexProgramRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
|
+
export var MultiplexProgramPacketIdentifiersMapFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
830
|
+
export var MultiplexProgramFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
+
export var CreateMultiplexProgramResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
832
|
+
export var CreatePartnerInputRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
|
+
export var CreatePartnerInputResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
|
+
export var CreateTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
835
|
+
export var DeleteChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
836
|
+
export var DeleteChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
+
export var DeleteInputRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
+
export var DeleteInputResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
|
+
export var DeleteInputSecurityGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
840
|
+
export var DeleteInputSecurityGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
|
+
export var DeleteMultiplexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
|
+
export var DeleteMultiplexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
+
export var DeleteMultiplexProgramRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
844
|
+
export var DeleteMultiplexProgramResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
|
+
export var DeleteReservationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
+
export var DeleteReservationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
+
export var DeleteScheduleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
|
+
export var DeleteScheduleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
849
|
+
export var DeleteTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
+
export var DescribeChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
851
|
+
export var DescribeChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
852
|
+
export var DescribeInputRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
853
|
+
export var DescribeInputResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
854
|
+
export var DescribeInputDeviceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
+
export var DescribeInputDeviceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
856
|
+
export var DescribeInputDeviceThumbnailRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
857
|
+
export var DescribeInputDeviceThumbnailResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
858
|
+
export var DescribeInputSecurityGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
859
|
+
export var DescribeInputSecurityGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
860
|
+
export var DescribeMultiplexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
861
|
+
export var DescribeMultiplexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
|
+
export var DescribeMultiplexProgramRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
863
|
+
export var DescribeMultiplexProgramResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
864
|
+
export var DescribeOfferingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
865
|
+
export var DescribeOfferingResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
+
export var DescribeReservationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
|
+
export var DescribeReservationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
868
|
+
export var DescribeScheduleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
|
+
export var DescribeScheduleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
|
+
export var InputDeviceConfigurableSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
871
|
+
export var ListChannelsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
872
|
+
export var ListChannelsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
873
|
+
export var ListInputDevicesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
874
|
+
export var ListInputDevicesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
875
|
+
export var ListInputDeviceTransfersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
876
|
+
export var ListInputDeviceTransfersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
877
|
+
export var ListInputsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
878
|
+
export var ListInputsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
879
|
+
export var ListInputSecurityGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
880
|
+
export var ListInputSecurityGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
881
|
+
export var ListMultiplexesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
882
|
+
export var ListMultiplexesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
883
|
+
export var ListMultiplexProgramsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
884
|
+
export var ListMultiplexProgramsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
885
|
+
export var ListOfferingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
886
|
+
export var ListOfferingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
887
|
+
export var ListReservationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
888
|
+
export var ListReservationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
889
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
890
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
891
|
+
export var MaintenanceUpdateSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
892
|
+
export var PurchaseOfferingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
893
|
+
export var PurchaseOfferingResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
894
|
+
export var RebootInputDeviceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
895
|
+
export var RebootInputDeviceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
896
|
+
export var RejectInputDeviceTransferRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
897
|
+
export var RejectInputDeviceTransferResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
898
|
+
export var StartChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
899
|
+
export var StartChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
900
|
+
export var StartInputDeviceMaintenanceWindowRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
901
|
+
export var StartInputDeviceMaintenanceWindowResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
902
|
+
export var StartMultiplexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
903
|
+
export var StartMultiplexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
904
|
+
export var StopChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
905
|
+
export var StopChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
906
|
+
export var StopMultiplexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
907
|
+
export var StopMultiplexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
908
|
+
export var TransferInputDeviceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
909
|
+
export var TransferInputDeviceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|