@aws-sdk/client-medialive 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/MediaLiveServiceException.js +11 -0
- package/dist-cjs/models/models_1.js +132 -4
- package/dist-cjs/protocols/Aws_restJson1.js +784 -3150
- package/dist-es/index.js +1 -0
- package/dist-es/models/MediaLiveServiceException.js +12 -0
- package/dist-es/models/models_1.js +120 -1
- package/dist-es/protocols/Aws_restJson1.js +1635 -3388
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/MediaLiveServiceException.d.ts +10 -0
- package/dist-types/models/models_1.d.ts +65 -28
- package/dist-types/ts3.4/MediaLive.d.ts +290 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +130 -0
- package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +57 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/MediaLiveServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2930 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3563 -0
- package/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +173 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +7 -0
- package/package.json +34 -34
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
|
|
3
|
+
var MediaLiveServiceException = (function (_super) {
|
|
4
|
+
__extends(MediaLiveServiceException, _super);
|
|
5
|
+
function MediaLiveServiceException(options) {
|
|
6
|
+
var _this = _super.call(this, options) || this;
|
|
7
|
+
Object.setPrototypeOf(_this, MediaLiveServiceException.prototype);
|
|
8
|
+
return _this;
|
|
9
|
+
}
|
|
10
|
+
return MediaLiveServiceException;
|
|
11
|
+
}(__ServiceException));
|
|
12
|
+
export { MediaLiveServiceException };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
2
|
+
import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
|
|
2
3
|
export var MediaPackageGroupSettings;
|
|
3
4
|
(function (MediaPackageGroupSettings) {
|
|
4
5
|
MediaPackageGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -683,6 +684,124 @@ export var AcceptInputDeviceTransferResponse;
|
|
|
683
684
|
(function (AcceptInputDeviceTransferResponse) {
|
|
684
685
|
AcceptInputDeviceTransferResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
686
|
})(AcceptInputDeviceTransferResponse || (AcceptInputDeviceTransferResponse = {}));
|
|
687
|
+
var BadGatewayException = (function (_super) {
|
|
688
|
+
__extends(BadGatewayException, _super);
|
|
689
|
+
function BadGatewayException(opts) {
|
|
690
|
+
var _this = _super.call(this, __assign({ name: "BadGatewayException", $fault: "server" }, opts)) || this;
|
|
691
|
+
_this.name = "BadGatewayException";
|
|
692
|
+
_this.$fault = "server";
|
|
693
|
+
Object.setPrototypeOf(_this, BadGatewayException.prototype);
|
|
694
|
+
_this.Message = opts.Message;
|
|
695
|
+
return _this;
|
|
696
|
+
}
|
|
697
|
+
return BadGatewayException;
|
|
698
|
+
}(__BaseException));
|
|
699
|
+
export { BadGatewayException };
|
|
700
|
+
var BadRequestException = (function (_super) {
|
|
701
|
+
__extends(BadRequestException, _super);
|
|
702
|
+
function BadRequestException(opts) {
|
|
703
|
+
var _this = _super.call(this, __assign({ name: "BadRequestException", $fault: "client" }, opts)) || this;
|
|
704
|
+
_this.name = "BadRequestException";
|
|
705
|
+
_this.$fault = "client";
|
|
706
|
+
Object.setPrototypeOf(_this, BadRequestException.prototype);
|
|
707
|
+
_this.Message = opts.Message;
|
|
708
|
+
return _this;
|
|
709
|
+
}
|
|
710
|
+
return BadRequestException;
|
|
711
|
+
}(__BaseException));
|
|
712
|
+
export { BadRequestException };
|
|
713
|
+
var ConflictException = (function (_super) {
|
|
714
|
+
__extends(ConflictException, _super);
|
|
715
|
+
function ConflictException(opts) {
|
|
716
|
+
var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
|
|
717
|
+
_this.name = "ConflictException";
|
|
718
|
+
_this.$fault = "client";
|
|
719
|
+
Object.setPrototypeOf(_this, ConflictException.prototype);
|
|
720
|
+
_this.Message = opts.Message;
|
|
721
|
+
return _this;
|
|
722
|
+
}
|
|
723
|
+
return ConflictException;
|
|
724
|
+
}(__BaseException));
|
|
725
|
+
export { ConflictException };
|
|
726
|
+
var ForbiddenException = (function (_super) {
|
|
727
|
+
__extends(ForbiddenException, _super);
|
|
728
|
+
function ForbiddenException(opts) {
|
|
729
|
+
var _this = _super.call(this, __assign({ name: "ForbiddenException", $fault: "client" }, opts)) || this;
|
|
730
|
+
_this.name = "ForbiddenException";
|
|
731
|
+
_this.$fault = "client";
|
|
732
|
+
Object.setPrototypeOf(_this, ForbiddenException.prototype);
|
|
733
|
+
_this.Message = opts.Message;
|
|
734
|
+
return _this;
|
|
735
|
+
}
|
|
736
|
+
return ForbiddenException;
|
|
737
|
+
}(__BaseException));
|
|
738
|
+
export { ForbiddenException };
|
|
739
|
+
var GatewayTimeoutException = (function (_super) {
|
|
740
|
+
__extends(GatewayTimeoutException, _super);
|
|
741
|
+
function GatewayTimeoutException(opts) {
|
|
742
|
+
var _this = _super.call(this, __assign({ name: "GatewayTimeoutException", $fault: "server" }, opts)) || this;
|
|
743
|
+
_this.name = "GatewayTimeoutException";
|
|
744
|
+
_this.$fault = "server";
|
|
745
|
+
Object.setPrototypeOf(_this, GatewayTimeoutException.prototype);
|
|
746
|
+
_this.Message = opts.Message;
|
|
747
|
+
return _this;
|
|
748
|
+
}
|
|
749
|
+
return GatewayTimeoutException;
|
|
750
|
+
}(__BaseException));
|
|
751
|
+
export { GatewayTimeoutException };
|
|
752
|
+
var InternalServerErrorException = (function (_super) {
|
|
753
|
+
__extends(InternalServerErrorException, _super);
|
|
754
|
+
function InternalServerErrorException(opts) {
|
|
755
|
+
var _this = _super.call(this, __assign({ name: "InternalServerErrorException", $fault: "server" }, opts)) || this;
|
|
756
|
+
_this.name = "InternalServerErrorException";
|
|
757
|
+
_this.$fault = "server";
|
|
758
|
+
Object.setPrototypeOf(_this, InternalServerErrorException.prototype);
|
|
759
|
+
_this.Message = opts.Message;
|
|
760
|
+
return _this;
|
|
761
|
+
}
|
|
762
|
+
return InternalServerErrorException;
|
|
763
|
+
}(__BaseException));
|
|
764
|
+
export { InternalServerErrorException };
|
|
765
|
+
var NotFoundException = (function (_super) {
|
|
766
|
+
__extends(NotFoundException, _super);
|
|
767
|
+
function NotFoundException(opts) {
|
|
768
|
+
var _this = _super.call(this, __assign({ name: "NotFoundException", $fault: "client" }, opts)) || this;
|
|
769
|
+
_this.name = "NotFoundException";
|
|
770
|
+
_this.$fault = "client";
|
|
771
|
+
Object.setPrototypeOf(_this, NotFoundException.prototype);
|
|
772
|
+
_this.Message = opts.Message;
|
|
773
|
+
return _this;
|
|
774
|
+
}
|
|
775
|
+
return NotFoundException;
|
|
776
|
+
}(__BaseException));
|
|
777
|
+
export { NotFoundException };
|
|
778
|
+
var TooManyRequestsException = (function (_super) {
|
|
779
|
+
__extends(TooManyRequestsException, _super);
|
|
780
|
+
function TooManyRequestsException(opts) {
|
|
781
|
+
var _this = _super.call(this, __assign({ name: "TooManyRequestsException", $fault: "client" }, opts)) || this;
|
|
782
|
+
_this.name = "TooManyRequestsException";
|
|
783
|
+
_this.$fault = "client";
|
|
784
|
+
Object.setPrototypeOf(_this, TooManyRequestsException.prototype);
|
|
785
|
+
_this.Message = opts.Message;
|
|
786
|
+
return _this;
|
|
787
|
+
}
|
|
788
|
+
return TooManyRequestsException;
|
|
789
|
+
}(__BaseException));
|
|
790
|
+
export { TooManyRequestsException };
|
|
791
|
+
var UnprocessableEntityException = (function (_super) {
|
|
792
|
+
__extends(UnprocessableEntityException, _super);
|
|
793
|
+
function UnprocessableEntityException(opts) {
|
|
794
|
+
var _this = _super.call(this, __assign({ name: "UnprocessableEntityException", $fault: "client" }, opts)) || this;
|
|
795
|
+
_this.name = "UnprocessableEntityException";
|
|
796
|
+
_this.$fault = "client";
|
|
797
|
+
Object.setPrototypeOf(_this, UnprocessableEntityException.prototype);
|
|
798
|
+
_this.Message = opts.Message;
|
|
799
|
+
_this.ValidationErrors = opts.ValidationErrors;
|
|
800
|
+
return _this;
|
|
801
|
+
}
|
|
802
|
+
return UnprocessableEntityException;
|
|
803
|
+
}(__BaseException));
|
|
804
|
+
export { UnprocessableEntityException };
|
|
686
805
|
export var AvailBlankingState;
|
|
687
806
|
(function (AvailBlankingState) {
|
|
688
807
|
AvailBlankingState["DISABLED"] = "DISABLED";
|