@aws-sdk/client-mediaconnect 3.758.0 → 3.772.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/README.md +26 -1
- package/dist-cjs/index.js +96 -68
- package/dist-es/models/models_0.js +26 -13
- package/dist-es/protocols/Aws_restJson1.js +54 -0
- package/dist-es/waiters/waitForFlowActive.js +9 -0
- package/dist-types/MediaConnect.d.ts +26 -1
- package/dist-types/MediaConnectClient.d.ts +26 -1
- package/dist-types/commands/AddBridgeOutputsCommand.d.ts +17 -10
- package/dist-types/commands/AddBridgeSourcesCommand.d.ts +17 -10
- package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +13 -7
- package/dist-types/commands/AddFlowOutputsCommand.d.ts +24 -13
- package/dist-types/commands/AddFlowSourcesCommand.d.ts +18 -10
- package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +15 -9
- package/dist-types/commands/CreateBridgeCommand.d.ts +19 -12
- package/dist-types/commands/CreateFlowCommand.d.ts +55 -17
- package/dist-types/commands/CreateGatewayCommand.d.ts +17 -10
- package/dist-types/commands/DeleteBridgeCommand.d.ts +15 -8
- package/dist-types/commands/DeleteFlowCommand.d.ts +13 -7
- package/dist-types/commands/DeleteGatewayCommand.d.ts +15 -8
- package/dist-types/commands/DeregisterGatewayInstanceCommand.d.ts +15 -8
- package/dist-types/commands/DescribeBridgeCommand.d.ts +17 -10
- package/dist-types/commands/DescribeFlowCommand.d.ts +40 -14
- package/dist-types/commands/DescribeFlowSourceMetadataCommand.d.ts +15 -7
- package/dist-types/commands/DescribeFlowSourceThumbnailCommand.d.ts +15 -7
- package/dist-types/commands/DescribeGatewayCommand.d.ts +17 -9
- package/dist-types/commands/DescribeGatewayInstanceCommand.d.ts +17 -8
- package/dist-types/commands/DescribeOfferingCommand.d.ts +11 -6
- package/dist-types/commands/DescribeReservationCommand.d.ts +11 -6
- package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +17 -10
- package/dist-types/commands/ListBridgesCommand.d.ts +12 -6
- package/dist-types/commands/ListEntitlementsCommand.d.ts +9 -5
- package/dist-types/commands/ListFlowsCommand.d.ts +9 -5
- package/dist-types/commands/ListGatewayInstancesCommand.d.ts +11 -6
- package/dist-types/commands/ListGatewaysCommand.d.ts +11 -6
- package/dist-types/commands/ListOfferingsCommand.d.ts +9 -5
- package/dist-types/commands/ListReservationsCommand.d.ts +9 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -5
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +13 -7
- package/dist-types/commands/RemoveBridgeOutputCommand.d.ts +15 -8
- package/dist-types/commands/RemoveBridgeSourceCommand.d.ts +15 -8
- package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +13 -7
- package/dist-types/commands/RemoveFlowOutputCommand.d.ts +13 -7
- package/dist-types/commands/RemoveFlowSourceCommand.d.ts +14 -7
- package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +14 -8
- package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +13 -7
- package/dist-types/commands/StartFlowCommand.d.ts +13 -7
- package/dist-types/commands/StopFlowCommand.d.ts +13 -7
- package/dist-types/commands/TagResourceCommand.d.ts +11 -5
- package/dist-types/commands/UntagResourceCommand.d.ts +8 -5
- package/dist-types/commands/UpdateBridgeCommand.d.ts +17 -10
- package/dist-types/commands/UpdateBridgeOutputCommand.d.ts +17 -10
- package/dist-types/commands/UpdateBridgeSourceCommand.d.ts +17 -10
- package/dist-types/commands/UpdateBridgeStateCommand.d.ts +15 -8
- package/dist-types/commands/UpdateFlowCommand.d.ts +48 -13
- package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +15 -9
- package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +13 -7
- package/dist-types/commands/UpdateFlowOutputCommand.d.ts +22 -12
- package/dist-types/commands/UpdateFlowSourceCommand.d.ts +18 -10
- package/dist-types/commands/UpdateGatewayInstanceCommand.d.ts +16 -8
- package/dist-types/index.d.ts +26 -1
- package/dist-types/models/models_0.d.ts +1955 -1327
- package/dist-types/ts3.4/models/models_0.d.ts +221 -185
- package/package.json +3 -3
|
@@ -3,6 +3,7 @@ import { MediaConnectServiceException as __BaseException } from "./MediaConnectS
|
|
|
3
3
|
export declare const Protocol: {
|
|
4
4
|
readonly cdi: "cdi";
|
|
5
5
|
readonly fujitsu_qos: "fujitsu-qos";
|
|
6
|
+
readonly ndi_speed_hq: "ndi-speed-hq";
|
|
6
7
|
readonly rist: "rist";
|
|
7
8
|
readonly rtp: "rtp";
|
|
8
9
|
readonly rtp_fec: "rtp-fec";
|
|
@@ -189,6 +190,8 @@ export interface AddOutputRequest {
|
|
|
189
190
|
StreamId?: string | undefined;
|
|
190
191
|
VpcInterfaceAttachment?: VpcInterfaceAttachment | undefined;
|
|
191
192
|
OutputStatus?: OutputStatus | undefined;
|
|
193
|
+
NdiSpeedHqQuality?: number | undefined;
|
|
194
|
+
NdiProgramName?: string | undefined;
|
|
192
195
|
}
|
|
193
196
|
export declare const State: {
|
|
194
197
|
readonly DISABLED: "DISABLED";
|
|
@@ -427,6 +430,11 @@ export interface MessageDetail {
|
|
|
427
430
|
Message: string | undefined;
|
|
428
431
|
ResourceName?: string | undefined;
|
|
429
432
|
}
|
|
433
|
+
export interface NdiDiscoveryServerConfig {
|
|
434
|
+
DiscoveryServerAddress: string | undefined;
|
|
435
|
+
DiscoveryServerPort?: number | undefined;
|
|
436
|
+
VpcInterfaceAdapter: string | undefined;
|
|
437
|
+
}
|
|
430
438
|
export declare const DurationUnits: {
|
|
431
439
|
readonly MONTHS: "MONTHS";
|
|
432
440
|
};
|
|
@@ -467,6 +475,8 @@ export interface Transport {
|
|
|
467
475
|
SourceListenerAddress?: string | undefined;
|
|
468
476
|
SourceListenerPort?: number | undefined;
|
|
469
477
|
StreamId?: string | undefined;
|
|
478
|
+
NdiSpeedHqQuality?: number | undefined;
|
|
479
|
+
NdiProgramName?: string | undefined;
|
|
470
480
|
}
|
|
471
481
|
export interface Output {
|
|
472
482
|
DataTransferSubscriberFeePercent?: number | undefined;
|
|
@@ -634,6 +644,7 @@ export declare class BadRequestException extends __BaseException {
|
|
|
634
644
|
export declare class ConflictException extends __BaseException {
|
|
635
645
|
readonly name: "ConflictException";
|
|
636
646
|
readonly $fault: "client";
|
|
647
|
+
$retryable: {};
|
|
637
648
|
Message: string | undefined;
|
|
638
649
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
639
650
|
}
|
|
@@ -646,6 +657,7 @@ export declare class ForbiddenException extends __BaseException {
|
|
|
646
657
|
export declare class InternalServerErrorException extends __BaseException {
|
|
647
658
|
readonly name: "InternalServerErrorException";
|
|
648
659
|
readonly $fault: "server";
|
|
660
|
+
$retryable: {};
|
|
649
661
|
Message: string | undefined;
|
|
650
662
|
constructor(
|
|
651
663
|
opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
|
|
@@ -660,6 +672,7 @@ export declare class NotFoundException extends __BaseException {
|
|
|
660
672
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
661
673
|
readonly name: "ServiceUnavailableException";
|
|
662
674
|
readonly $fault: "server";
|
|
675
|
+
$retryable: {};
|
|
663
676
|
Message: string | undefined;
|
|
664
677
|
constructor(
|
|
665
678
|
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
@@ -668,6 +681,7 @@ export declare class ServiceUnavailableException extends __BaseException {
|
|
|
668
681
|
export declare class TooManyRequestsException extends __BaseException {
|
|
669
682
|
readonly name: "TooManyRequestsException";
|
|
670
683
|
readonly $fault: "client";
|
|
684
|
+
$retryable: {};
|
|
671
685
|
Message: string | undefined;
|
|
672
686
|
constructor(
|
|
673
687
|
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
@@ -773,18 +787,6 @@ export declare const BridgePlacement: {
|
|
|
773
787
|
};
|
|
774
788
|
export type BridgePlacement =
|
|
775
789
|
(typeof BridgePlacement)[keyof typeof BridgePlacement];
|
|
776
|
-
export declare const ConnectionStatus: {
|
|
777
|
-
readonly CONNECTED: "CONNECTED";
|
|
778
|
-
readonly DISCONNECTED: "DISCONNECTED";
|
|
779
|
-
};
|
|
780
|
-
export type ConnectionStatus =
|
|
781
|
-
(typeof ConnectionStatus)[keyof typeof ConnectionStatus];
|
|
782
|
-
export declare const ContentQualityAnalysisState: {
|
|
783
|
-
readonly DISABLED: "DISABLED";
|
|
784
|
-
readonly ENABLED: "ENABLED";
|
|
785
|
-
};
|
|
786
|
-
export type ContentQualityAnalysisState =
|
|
787
|
-
(typeof ContentQualityAnalysisState)[keyof typeof ContentQualityAnalysisState];
|
|
788
790
|
export declare class CreateBridge420Exception extends __BaseException {
|
|
789
791
|
readonly name: "CreateBridge420Exception";
|
|
790
792
|
readonly $fault: "client";
|
|
@@ -805,6 +807,128 @@ export interface CreateBridgeRequest {
|
|
|
805
807
|
export interface CreateBridgeResponse {
|
|
806
808
|
Bridge?: Bridge | undefined;
|
|
807
809
|
}
|
|
810
|
+
export interface DeleteBridgeRequest {
|
|
811
|
+
BridgeArn: string | undefined;
|
|
812
|
+
}
|
|
813
|
+
export interface DeleteBridgeResponse {
|
|
814
|
+
BridgeArn?: string | undefined;
|
|
815
|
+
}
|
|
816
|
+
export interface DescribeBridgeRequest {
|
|
817
|
+
BridgeArn: string | undefined;
|
|
818
|
+
}
|
|
819
|
+
export interface DescribeBridgeResponse {
|
|
820
|
+
Bridge?: Bridge | undefined;
|
|
821
|
+
}
|
|
822
|
+
export interface ListBridgesRequest {
|
|
823
|
+
FilterArn?: string | undefined;
|
|
824
|
+
MaxResults?: number | undefined;
|
|
825
|
+
NextToken?: string | undefined;
|
|
826
|
+
}
|
|
827
|
+
export interface ListBridgesResponse {
|
|
828
|
+
Bridges?: ListedBridge[] | undefined;
|
|
829
|
+
NextToken?: string | undefined;
|
|
830
|
+
}
|
|
831
|
+
export interface RemoveBridgeOutputRequest {
|
|
832
|
+
BridgeArn: string | undefined;
|
|
833
|
+
OutputName: string | undefined;
|
|
834
|
+
}
|
|
835
|
+
export interface RemoveBridgeOutputResponse {
|
|
836
|
+
BridgeArn?: string | undefined;
|
|
837
|
+
OutputName?: string | undefined;
|
|
838
|
+
}
|
|
839
|
+
export interface RemoveBridgeSourceRequest {
|
|
840
|
+
BridgeArn: string | undefined;
|
|
841
|
+
SourceName: string | undefined;
|
|
842
|
+
}
|
|
843
|
+
export interface RemoveBridgeSourceResponse {
|
|
844
|
+
BridgeArn?: string | undefined;
|
|
845
|
+
SourceName?: string | undefined;
|
|
846
|
+
}
|
|
847
|
+
export interface UpdateEgressGatewayBridgeRequest {
|
|
848
|
+
MaxBitrate?: number | undefined;
|
|
849
|
+
}
|
|
850
|
+
export interface UpdateIngressGatewayBridgeRequest {
|
|
851
|
+
MaxBitrate?: number | undefined;
|
|
852
|
+
MaxOutputs?: number | undefined;
|
|
853
|
+
}
|
|
854
|
+
export interface UpdateFailoverConfig {
|
|
855
|
+
FailoverMode?: FailoverMode | undefined;
|
|
856
|
+
RecoveryWindow?: number | undefined;
|
|
857
|
+
SourcePriority?: SourcePriority | undefined;
|
|
858
|
+
State?: State | undefined;
|
|
859
|
+
}
|
|
860
|
+
export interface UpdateBridgeRequest {
|
|
861
|
+
BridgeArn: string | undefined;
|
|
862
|
+
EgressGatewayBridge?: UpdateEgressGatewayBridgeRequest | undefined;
|
|
863
|
+
IngressGatewayBridge?: UpdateIngressGatewayBridgeRequest | undefined;
|
|
864
|
+
SourceFailoverConfig?: UpdateFailoverConfig | undefined;
|
|
865
|
+
}
|
|
866
|
+
export interface UpdateBridgeResponse {
|
|
867
|
+
Bridge?: Bridge | undefined;
|
|
868
|
+
}
|
|
869
|
+
export interface UpdateBridgeNetworkOutputRequest {
|
|
870
|
+
IpAddress?: string | undefined;
|
|
871
|
+
NetworkName?: string | undefined;
|
|
872
|
+
Port?: number | undefined;
|
|
873
|
+
Protocol?: Protocol | undefined;
|
|
874
|
+
Ttl?: number | undefined;
|
|
875
|
+
}
|
|
876
|
+
export interface UpdateBridgeOutputRequest {
|
|
877
|
+
BridgeArn: string | undefined;
|
|
878
|
+
NetworkOutput?: UpdateBridgeNetworkOutputRequest | undefined;
|
|
879
|
+
OutputName: string | undefined;
|
|
880
|
+
}
|
|
881
|
+
export interface UpdateBridgeOutputResponse {
|
|
882
|
+
BridgeArn?: string | undefined;
|
|
883
|
+
Output?: BridgeOutput | undefined;
|
|
884
|
+
}
|
|
885
|
+
export interface UpdateBridgeFlowSourceRequest {
|
|
886
|
+
FlowArn?: string | undefined;
|
|
887
|
+
FlowVpcInterfaceAttachment?: VpcInterfaceAttachment | undefined;
|
|
888
|
+
}
|
|
889
|
+
export interface UpdateBridgeNetworkSourceRequest {
|
|
890
|
+
MulticastIp?: string | undefined;
|
|
891
|
+
MulticastSourceSettings?: MulticastSourceSettings | undefined;
|
|
892
|
+
NetworkName?: string | undefined;
|
|
893
|
+
Port?: number | undefined;
|
|
894
|
+
Protocol?: Protocol | undefined;
|
|
895
|
+
}
|
|
896
|
+
export interface UpdateBridgeSourceRequest {
|
|
897
|
+
BridgeArn: string | undefined;
|
|
898
|
+
FlowSource?: UpdateBridgeFlowSourceRequest | undefined;
|
|
899
|
+
NetworkSource?: UpdateBridgeNetworkSourceRequest | undefined;
|
|
900
|
+
SourceName: string | undefined;
|
|
901
|
+
}
|
|
902
|
+
export interface UpdateBridgeSourceResponse {
|
|
903
|
+
BridgeArn?: string | undefined;
|
|
904
|
+
Source?: BridgeSource | undefined;
|
|
905
|
+
}
|
|
906
|
+
export declare const DesiredState: {
|
|
907
|
+
readonly ACTIVE: "ACTIVE";
|
|
908
|
+
readonly DELETED: "DELETED";
|
|
909
|
+
readonly STANDBY: "STANDBY";
|
|
910
|
+
};
|
|
911
|
+
export type DesiredState = (typeof DesiredState)[keyof typeof DesiredState];
|
|
912
|
+
export interface UpdateBridgeStateRequest {
|
|
913
|
+
BridgeArn: string | undefined;
|
|
914
|
+
DesiredState: DesiredState | undefined;
|
|
915
|
+
}
|
|
916
|
+
export interface UpdateBridgeStateResponse {
|
|
917
|
+
BridgeArn?: string | undefined;
|
|
918
|
+
DesiredState?: DesiredState | undefined;
|
|
919
|
+
}
|
|
920
|
+
export declare const ConnectionStatus: {
|
|
921
|
+
readonly CONNECTED: "CONNECTED";
|
|
922
|
+
readonly DISCONNECTED: "DISCONNECTED";
|
|
923
|
+
};
|
|
924
|
+
export type ConnectionStatus =
|
|
925
|
+
(typeof ConnectionStatus)[keyof typeof ConnectionStatus];
|
|
926
|
+
export declare const ContentQualityAnalysisState: {
|
|
927
|
+
readonly DISABLED: "DISABLED";
|
|
928
|
+
readonly ENABLED: "ENABLED";
|
|
929
|
+
};
|
|
930
|
+
export type ContentQualityAnalysisState =
|
|
931
|
+
(typeof ContentQualityAnalysisState)[keyof typeof ContentQualityAnalysisState];
|
|
808
932
|
export declare class CreateFlow420Exception extends __BaseException {
|
|
809
933
|
readonly name: "CreateFlow420Exception";
|
|
810
934
|
readonly $fault: "client";
|
|
@@ -813,6 +937,21 @@ export declare class CreateFlow420Exception extends __BaseException {
|
|
|
813
937
|
opts: __ExceptionOptionType<CreateFlow420Exception, __BaseException>
|
|
814
938
|
);
|
|
815
939
|
}
|
|
940
|
+
export declare const FlowSize: {
|
|
941
|
+
readonly LARGE: "LARGE";
|
|
942
|
+
readonly MEDIUM: "MEDIUM";
|
|
943
|
+
};
|
|
944
|
+
export type FlowSize = (typeof FlowSize)[keyof typeof FlowSize];
|
|
945
|
+
export declare const NdiState: {
|
|
946
|
+
readonly DISABLED: "DISABLED";
|
|
947
|
+
readonly ENABLED: "ENABLED";
|
|
948
|
+
};
|
|
949
|
+
export type NdiState = (typeof NdiState)[keyof typeof NdiState];
|
|
950
|
+
export interface NdiConfig {
|
|
951
|
+
NdiState?: NdiState | undefined;
|
|
952
|
+
MachineName?: string | undefined;
|
|
953
|
+
NdiDiscoveryServers?: NdiDiscoveryServerConfig[] | undefined;
|
|
954
|
+
}
|
|
816
955
|
export declare const ThumbnailState: {
|
|
817
956
|
readonly DISABLED: "DISABLED";
|
|
818
957
|
readonly ENABLED: "ENABLED";
|
|
@@ -837,6 +976,8 @@ export interface CreateFlowRequest {
|
|
|
837
976
|
VpcInterfaces?: VpcInterfaceRequest[] | undefined;
|
|
838
977
|
Maintenance?: AddMaintenance | undefined;
|
|
839
978
|
SourceMonitoringConfig?: MonitoringConfig | undefined;
|
|
979
|
+
FlowSize?: FlowSize | undefined;
|
|
980
|
+
NdiConfig?: NdiConfig | undefined;
|
|
840
981
|
}
|
|
841
982
|
export interface Flow {
|
|
842
983
|
AvailabilityZone: string | undefined;
|
|
@@ -854,6 +995,8 @@ export interface Flow {
|
|
|
854
995
|
VpcInterfaces?: VpcInterface[] | undefined;
|
|
855
996
|
Maintenance?: Maintenance | undefined;
|
|
856
997
|
SourceMonitoringConfig?: MonitoringConfig | undefined;
|
|
998
|
+
FlowSize?: FlowSize | undefined;
|
|
999
|
+
NdiConfig?: NdiConfig | undefined;
|
|
857
1000
|
}
|
|
858
1001
|
export interface CreateFlowResponse {
|
|
859
1002
|
Flow?: Flow | undefined;
|
|
@@ -882,12 +1025,6 @@ export interface Gateway {
|
|
|
882
1025
|
export interface CreateGatewayResponse {
|
|
883
1026
|
Gateway?: Gateway | undefined;
|
|
884
1027
|
}
|
|
885
|
-
export interface DeleteBridgeRequest {
|
|
886
|
-
BridgeArn: string | undefined;
|
|
887
|
-
}
|
|
888
|
-
export interface DeleteBridgeResponse {
|
|
889
|
-
BridgeArn?: string | undefined;
|
|
890
|
-
}
|
|
891
1028
|
export interface DeleteFlowRequest {
|
|
892
1029
|
FlowArn: string | undefined;
|
|
893
1030
|
}
|
|
@@ -909,12 +1046,6 @@ export interface DeregisterGatewayInstanceResponse {
|
|
|
909
1046
|
GatewayInstanceArn?: string | undefined;
|
|
910
1047
|
InstanceState?: InstanceState | undefined;
|
|
911
1048
|
}
|
|
912
|
-
export interface DescribeBridgeRequest {
|
|
913
|
-
BridgeArn: string | undefined;
|
|
914
|
-
}
|
|
915
|
-
export interface DescribeBridgeResponse {
|
|
916
|
-
Bridge?: Bridge | undefined;
|
|
917
|
-
}
|
|
918
1049
|
export interface DescribeFlowRequest {
|
|
919
1050
|
FlowArn: string | undefined;
|
|
920
1051
|
}
|
|
@@ -984,12 +1115,6 @@ export interface DescribeReservationRequest {
|
|
|
984
1115
|
export interface DescribeReservationResponse {
|
|
985
1116
|
Reservation?: Reservation | undefined;
|
|
986
1117
|
}
|
|
987
|
-
export declare const DesiredState: {
|
|
988
|
-
readonly ACTIVE: "ACTIVE";
|
|
989
|
-
readonly DELETED: "DELETED";
|
|
990
|
-
readonly STANDBY: "STANDBY";
|
|
991
|
-
};
|
|
992
|
-
export type DesiredState = (typeof DesiredState)[keyof typeof DesiredState];
|
|
993
1118
|
export declare class GrantFlowEntitlements420Exception extends __BaseException {
|
|
994
1119
|
readonly name: "GrantFlowEntitlements420Exception";
|
|
995
1120
|
readonly $fault: "client";
|
|
@@ -1009,23 +1134,6 @@ export interface GrantFlowEntitlementsResponse {
|
|
|
1009
1134
|
Entitlements?: Entitlement[] | undefined;
|
|
1010
1135
|
FlowArn?: string | undefined;
|
|
1011
1136
|
}
|
|
1012
|
-
export interface ListBridgesRequest {
|
|
1013
|
-
FilterArn?: string | undefined;
|
|
1014
|
-
MaxResults?: number | undefined;
|
|
1015
|
-
NextToken?: string | undefined;
|
|
1016
|
-
}
|
|
1017
|
-
export interface ListBridgesResponse {
|
|
1018
|
-
Bridges?: ListedBridge[] | undefined;
|
|
1019
|
-
NextToken?: string | undefined;
|
|
1020
|
-
}
|
|
1021
|
-
export interface ListEntitlementsRequest {
|
|
1022
|
-
MaxResults?: number | undefined;
|
|
1023
|
-
NextToken?: string | undefined;
|
|
1024
|
-
}
|
|
1025
|
-
export interface ListEntitlementsResponse {
|
|
1026
|
-
Entitlements?: ListedEntitlement[] | undefined;
|
|
1027
|
-
NextToken?: string | undefined;
|
|
1028
|
-
}
|
|
1029
1137
|
export interface ListFlowsRequest {
|
|
1030
1138
|
MaxResults?: number | undefined;
|
|
1031
1139
|
NextToken?: string | undefined;
|
|
@@ -1034,69 +1142,6 @@ export interface ListFlowsResponse {
|
|
|
1034
1142
|
Flows?: ListedFlow[] | undefined;
|
|
1035
1143
|
NextToken?: string | undefined;
|
|
1036
1144
|
}
|
|
1037
|
-
export interface ListGatewayInstancesRequest {
|
|
1038
|
-
FilterArn?: string | undefined;
|
|
1039
|
-
MaxResults?: number | undefined;
|
|
1040
|
-
NextToken?: string | undefined;
|
|
1041
|
-
}
|
|
1042
|
-
export interface ListGatewayInstancesResponse {
|
|
1043
|
-
Instances?: ListedGatewayInstance[] | undefined;
|
|
1044
|
-
NextToken?: string | undefined;
|
|
1045
|
-
}
|
|
1046
|
-
export interface ListGatewaysRequest {
|
|
1047
|
-
MaxResults?: number | undefined;
|
|
1048
|
-
NextToken?: string | undefined;
|
|
1049
|
-
}
|
|
1050
|
-
export interface ListGatewaysResponse {
|
|
1051
|
-
Gateways?: ListedGateway[] | undefined;
|
|
1052
|
-
NextToken?: string | undefined;
|
|
1053
|
-
}
|
|
1054
|
-
export interface ListOfferingsRequest {
|
|
1055
|
-
MaxResults?: number | undefined;
|
|
1056
|
-
NextToken?: string | undefined;
|
|
1057
|
-
}
|
|
1058
|
-
export interface ListOfferingsResponse {
|
|
1059
|
-
NextToken?: string | undefined;
|
|
1060
|
-
Offerings?: Offering[] | undefined;
|
|
1061
|
-
}
|
|
1062
|
-
export interface ListReservationsRequest {
|
|
1063
|
-
MaxResults?: number | undefined;
|
|
1064
|
-
NextToken?: string | undefined;
|
|
1065
|
-
}
|
|
1066
|
-
export interface ListReservationsResponse {
|
|
1067
|
-
NextToken?: string | undefined;
|
|
1068
|
-
Reservations?: Reservation[] | undefined;
|
|
1069
|
-
}
|
|
1070
|
-
export interface ListTagsForResourceRequest {
|
|
1071
|
-
ResourceArn: string | undefined;
|
|
1072
|
-
}
|
|
1073
|
-
export interface ListTagsForResourceResponse {
|
|
1074
|
-
Tags?: Record<string, string> | undefined;
|
|
1075
|
-
}
|
|
1076
|
-
export interface PurchaseOfferingRequest {
|
|
1077
|
-
OfferingArn: string | undefined;
|
|
1078
|
-
ReservationName: string | undefined;
|
|
1079
|
-
Start: string | undefined;
|
|
1080
|
-
}
|
|
1081
|
-
export interface PurchaseOfferingResponse {
|
|
1082
|
-
Reservation?: Reservation | undefined;
|
|
1083
|
-
}
|
|
1084
|
-
export interface RemoveBridgeOutputRequest {
|
|
1085
|
-
BridgeArn: string | undefined;
|
|
1086
|
-
OutputName: string | undefined;
|
|
1087
|
-
}
|
|
1088
|
-
export interface RemoveBridgeOutputResponse {
|
|
1089
|
-
BridgeArn?: string | undefined;
|
|
1090
|
-
OutputName?: string | undefined;
|
|
1091
|
-
}
|
|
1092
|
-
export interface RemoveBridgeSourceRequest {
|
|
1093
|
-
BridgeArn: string | undefined;
|
|
1094
|
-
SourceName: string | undefined;
|
|
1095
|
-
}
|
|
1096
|
-
export interface RemoveBridgeSourceResponse {
|
|
1097
|
-
BridgeArn?: string | undefined;
|
|
1098
|
-
SourceName?: string | undefined;
|
|
1099
|
-
}
|
|
1100
1145
|
export interface RemoveFlowMediaStreamRequest {
|
|
1101
1146
|
FlowArn: string | undefined;
|
|
1102
1147
|
MediaStreamName: string | undefined;
|
|
@@ -1152,81 +1197,6 @@ export interface StopFlowResponse {
|
|
|
1152
1197
|
FlowArn?: string | undefined;
|
|
1153
1198
|
Status?: Status | undefined;
|
|
1154
1199
|
}
|
|
1155
|
-
export interface TagResourceRequest {
|
|
1156
|
-
ResourceArn: string | undefined;
|
|
1157
|
-
Tags: Record<string, string> | undefined;
|
|
1158
|
-
}
|
|
1159
|
-
export interface UntagResourceRequest {
|
|
1160
|
-
ResourceArn: string | undefined;
|
|
1161
|
-
TagKeys: string[] | undefined;
|
|
1162
|
-
}
|
|
1163
|
-
export interface UpdateEgressGatewayBridgeRequest {
|
|
1164
|
-
MaxBitrate?: number | undefined;
|
|
1165
|
-
}
|
|
1166
|
-
export interface UpdateIngressGatewayBridgeRequest {
|
|
1167
|
-
MaxBitrate?: number | undefined;
|
|
1168
|
-
MaxOutputs?: number | undefined;
|
|
1169
|
-
}
|
|
1170
|
-
export interface UpdateFailoverConfig {
|
|
1171
|
-
FailoverMode?: FailoverMode | undefined;
|
|
1172
|
-
RecoveryWindow?: number | undefined;
|
|
1173
|
-
SourcePriority?: SourcePriority | undefined;
|
|
1174
|
-
State?: State | undefined;
|
|
1175
|
-
}
|
|
1176
|
-
export interface UpdateBridgeRequest {
|
|
1177
|
-
BridgeArn: string | undefined;
|
|
1178
|
-
EgressGatewayBridge?: UpdateEgressGatewayBridgeRequest | undefined;
|
|
1179
|
-
IngressGatewayBridge?: UpdateIngressGatewayBridgeRequest | undefined;
|
|
1180
|
-
SourceFailoverConfig?: UpdateFailoverConfig | undefined;
|
|
1181
|
-
}
|
|
1182
|
-
export interface UpdateBridgeResponse {
|
|
1183
|
-
Bridge?: Bridge | undefined;
|
|
1184
|
-
}
|
|
1185
|
-
export interface UpdateBridgeNetworkOutputRequest {
|
|
1186
|
-
IpAddress?: string | undefined;
|
|
1187
|
-
NetworkName?: string | undefined;
|
|
1188
|
-
Port?: number | undefined;
|
|
1189
|
-
Protocol?: Protocol | undefined;
|
|
1190
|
-
Ttl?: number | undefined;
|
|
1191
|
-
}
|
|
1192
|
-
export interface UpdateBridgeOutputRequest {
|
|
1193
|
-
BridgeArn: string | undefined;
|
|
1194
|
-
NetworkOutput?: UpdateBridgeNetworkOutputRequest | undefined;
|
|
1195
|
-
OutputName: string | undefined;
|
|
1196
|
-
}
|
|
1197
|
-
export interface UpdateBridgeOutputResponse {
|
|
1198
|
-
BridgeArn?: string | undefined;
|
|
1199
|
-
Output?: BridgeOutput | undefined;
|
|
1200
|
-
}
|
|
1201
|
-
export interface UpdateBridgeFlowSourceRequest {
|
|
1202
|
-
FlowArn?: string | undefined;
|
|
1203
|
-
FlowVpcInterfaceAttachment?: VpcInterfaceAttachment | undefined;
|
|
1204
|
-
}
|
|
1205
|
-
export interface UpdateBridgeNetworkSourceRequest {
|
|
1206
|
-
MulticastIp?: string | undefined;
|
|
1207
|
-
MulticastSourceSettings?: MulticastSourceSettings | undefined;
|
|
1208
|
-
NetworkName?: string | undefined;
|
|
1209
|
-
Port?: number | undefined;
|
|
1210
|
-
Protocol?: Protocol | undefined;
|
|
1211
|
-
}
|
|
1212
|
-
export interface UpdateBridgeSourceRequest {
|
|
1213
|
-
BridgeArn: string | undefined;
|
|
1214
|
-
FlowSource?: UpdateBridgeFlowSourceRequest | undefined;
|
|
1215
|
-
NetworkSource?: UpdateBridgeNetworkSourceRequest | undefined;
|
|
1216
|
-
SourceName: string | undefined;
|
|
1217
|
-
}
|
|
1218
|
-
export interface UpdateBridgeSourceResponse {
|
|
1219
|
-
BridgeArn?: string | undefined;
|
|
1220
|
-
Source?: BridgeSource | undefined;
|
|
1221
|
-
}
|
|
1222
|
-
export interface UpdateBridgeStateRequest {
|
|
1223
|
-
BridgeArn: string | undefined;
|
|
1224
|
-
DesiredState: DesiredState | undefined;
|
|
1225
|
-
}
|
|
1226
|
-
export interface UpdateBridgeStateResponse {
|
|
1227
|
-
BridgeArn?: string | undefined;
|
|
1228
|
-
DesiredState?: DesiredState | undefined;
|
|
1229
|
-
}
|
|
1230
1200
|
export interface UpdateMaintenance {
|
|
1231
1201
|
MaintenanceDay?: MaintenanceDay | undefined;
|
|
1232
1202
|
MaintenanceScheduledDate?: string | undefined;
|
|
@@ -1237,6 +1207,7 @@ export interface UpdateFlowRequest {
|
|
|
1237
1207
|
SourceFailoverConfig?: UpdateFailoverConfig | undefined;
|
|
1238
1208
|
Maintenance?: UpdateMaintenance | undefined;
|
|
1239
1209
|
SourceMonitoringConfig?: MonitoringConfig | undefined;
|
|
1210
|
+
NdiConfig?: NdiConfig | undefined;
|
|
1240
1211
|
}
|
|
1241
1212
|
export interface UpdateFlowResponse {
|
|
1242
1213
|
Flow?: Flow | undefined;
|
|
@@ -1298,6 +1269,8 @@ export interface UpdateFlowOutputRequest {
|
|
|
1298
1269
|
StreamId?: string | undefined;
|
|
1299
1270
|
VpcInterfaceAttachment?: VpcInterfaceAttachment | undefined;
|
|
1300
1271
|
OutputStatus?: OutputStatus | undefined;
|
|
1272
|
+
NdiProgramName?: string | undefined;
|
|
1273
|
+
NdiSpeedHqQuality?: number | undefined;
|
|
1301
1274
|
}
|
|
1302
1275
|
export interface UpdateFlowOutputResponse {
|
|
1303
1276
|
FlowArn?: string | undefined;
|
|
@@ -1335,6 +1308,15 @@ export interface UpdateFlowSourceResponse {
|
|
|
1335
1308
|
FlowArn?: string | undefined;
|
|
1336
1309
|
Source?: Source | undefined;
|
|
1337
1310
|
}
|
|
1311
|
+
export interface ListGatewayInstancesRequest {
|
|
1312
|
+
FilterArn?: string | undefined;
|
|
1313
|
+
MaxResults?: number | undefined;
|
|
1314
|
+
NextToken?: string | undefined;
|
|
1315
|
+
}
|
|
1316
|
+
export interface ListGatewayInstancesResponse {
|
|
1317
|
+
Instances?: ListedGatewayInstance[] | undefined;
|
|
1318
|
+
NextToken?: string | undefined;
|
|
1319
|
+
}
|
|
1338
1320
|
export interface UpdateGatewayInstanceRequest {
|
|
1339
1321
|
BridgePlacement?: BridgePlacement | undefined;
|
|
1340
1322
|
GatewayInstanceArn: string | undefined;
|
|
@@ -1343,3 +1325,57 @@ export interface UpdateGatewayInstanceResponse {
|
|
|
1343
1325
|
BridgePlacement?: BridgePlacement | undefined;
|
|
1344
1326
|
GatewayInstanceArn?: string | undefined;
|
|
1345
1327
|
}
|
|
1328
|
+
export interface ListGatewaysRequest {
|
|
1329
|
+
MaxResults?: number | undefined;
|
|
1330
|
+
NextToken?: string | undefined;
|
|
1331
|
+
}
|
|
1332
|
+
export interface ListGatewaysResponse {
|
|
1333
|
+
Gateways?: ListedGateway[] | undefined;
|
|
1334
|
+
NextToken?: string | undefined;
|
|
1335
|
+
}
|
|
1336
|
+
export interface ListEntitlementsRequest {
|
|
1337
|
+
MaxResults?: number | undefined;
|
|
1338
|
+
NextToken?: string | undefined;
|
|
1339
|
+
}
|
|
1340
|
+
export interface ListEntitlementsResponse {
|
|
1341
|
+
Entitlements?: ListedEntitlement[] | undefined;
|
|
1342
|
+
NextToken?: string | undefined;
|
|
1343
|
+
}
|
|
1344
|
+
export interface ListOfferingsRequest {
|
|
1345
|
+
MaxResults?: number | undefined;
|
|
1346
|
+
NextToken?: string | undefined;
|
|
1347
|
+
}
|
|
1348
|
+
export interface ListOfferingsResponse {
|
|
1349
|
+
NextToken?: string | undefined;
|
|
1350
|
+
Offerings?: Offering[] | undefined;
|
|
1351
|
+
}
|
|
1352
|
+
export interface ListReservationsRequest {
|
|
1353
|
+
MaxResults?: number | undefined;
|
|
1354
|
+
NextToken?: string | undefined;
|
|
1355
|
+
}
|
|
1356
|
+
export interface ListReservationsResponse {
|
|
1357
|
+
NextToken?: string | undefined;
|
|
1358
|
+
Reservations?: Reservation[] | undefined;
|
|
1359
|
+
}
|
|
1360
|
+
export interface ListTagsForResourceRequest {
|
|
1361
|
+
ResourceArn: string | undefined;
|
|
1362
|
+
}
|
|
1363
|
+
export interface ListTagsForResourceResponse {
|
|
1364
|
+
Tags?: Record<string, string> | undefined;
|
|
1365
|
+
}
|
|
1366
|
+
export interface PurchaseOfferingRequest {
|
|
1367
|
+
OfferingArn: string | undefined;
|
|
1368
|
+
ReservationName: string | undefined;
|
|
1369
|
+
Start: string | undefined;
|
|
1370
|
+
}
|
|
1371
|
+
export interface PurchaseOfferingResponse {
|
|
1372
|
+
Reservation?: Reservation | undefined;
|
|
1373
|
+
}
|
|
1374
|
+
export interface TagResourceRequest {
|
|
1375
|
+
ResourceArn: string | undefined;
|
|
1376
|
+
Tags: Record<string, string> | undefined;
|
|
1377
|
+
}
|
|
1378
|
+
export interface UntagResourceRequest {
|
|
1379
|
+
ResourceArn: string | undefined;
|
|
1380
|
+
TagKeys: string[] | undefined;
|
|
1381
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediaconnect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediaconnect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mediaconnect",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|