@aws-sdk/client-mediaconnect 3.823.0 → 3.824.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 +1 -26
- package/dist-cjs/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/MediaConnect.d.ts +1 -26
- package/dist-types/MediaConnectClient.d.ts +1 -26
- package/dist-types/commands/AddBridgeOutputsCommand.d.ts +7 -14
- package/dist-types/commands/AddBridgeSourcesCommand.d.ts +7 -14
- package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +6 -12
- package/dist-types/commands/AddFlowOutputsCommand.d.ts +8 -14
- package/dist-types/commands/AddFlowSourcesCommand.d.ts +7 -12
- package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +6 -12
- package/dist-types/commands/CreateBridgeCommand.d.ts +7 -14
- package/dist-types/commands/CreateFlowCommand.d.ts +9 -12
- package/dist-types/commands/CreateGatewayCommand.d.ts +7 -14
- package/dist-types/commands/DeleteBridgeCommand.d.ts +7 -14
- package/dist-types/commands/DeleteFlowCommand.d.ts +6 -12
- package/dist-types/commands/DeleteGatewayCommand.d.ts +7 -14
- package/dist-types/commands/DeregisterGatewayInstanceCommand.d.ts +7 -14
- package/dist-types/commands/DescribeBridgeCommand.d.ts +7 -14
- package/dist-types/commands/DescribeFlowCommand.d.ts +10 -15
- package/dist-types/commands/DescribeFlowSourceMetadataCommand.d.ts +7 -15
- package/dist-types/commands/DescribeFlowSourceThumbnailCommand.d.ts +7 -15
- package/dist-types/commands/DescribeGatewayCommand.d.ts +8 -16
- package/dist-types/commands/DescribeGatewayInstanceCommand.d.ts +8 -17
- package/dist-types/commands/DescribeOfferingCommand.d.ts +5 -10
- package/dist-types/commands/DescribeReservationCommand.d.ts +5 -10
- package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +7 -14
- package/dist-types/commands/ListBridgesCommand.d.ts +6 -12
- package/dist-types/commands/ListEntitlementsCommand.d.ts +4 -8
- package/dist-types/commands/ListFlowsCommand.d.ts +4 -8
- package/dist-types/commands/ListGatewayInstancesCommand.d.ts +5 -10
- package/dist-types/commands/ListGatewaysCommand.d.ts +5 -10
- package/dist-types/commands/ListOfferingsCommand.d.ts +4 -8
- package/dist-types/commands/ListReservationsCommand.d.ts +4 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -6
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +6 -12
- package/dist-types/commands/RemoveBridgeOutputCommand.d.ts +7 -14
- package/dist-types/commands/RemoveBridgeSourceCommand.d.ts +7 -14
- package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +6 -12
- package/dist-types/commands/RemoveFlowOutputCommand.d.ts +6 -12
- package/dist-types/commands/RemoveFlowSourceCommand.d.ts +7 -14
- package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +6 -12
- package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +6 -12
- package/dist-types/commands/StartFlowCommand.d.ts +6 -12
- package/dist-types/commands/StopFlowCommand.d.ts +6 -12
- package/dist-types/commands/TagResourceCommand.d.ts +4 -10
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -6
- package/dist-types/commands/UpdateBridgeCommand.d.ts +7 -14
- package/dist-types/commands/UpdateBridgeOutputCommand.d.ts +7 -14
- package/dist-types/commands/UpdateBridgeSourceCommand.d.ts +7 -14
- package/dist-types/commands/UpdateBridgeStateCommand.d.ts +7 -14
- package/dist-types/commands/UpdateFlowCommand.d.ts +9 -12
- package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +6 -12
- package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +6 -12
- package/dist-types/commands/UpdateFlowOutputCommand.d.ts +7 -12
- package/dist-types/commands/UpdateFlowSourceCommand.d.ts +7 -12
- package/dist-types/commands/UpdateGatewayInstanceCommand.d.ts +8 -16
- package/dist-types/index.d.ts +1 -26
- package/dist-types/models/models_0.d.ts +275 -754
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +1 -1
|
@@ -497,6 +497,7 @@ export interface Output {
|
|
|
497
497
|
BridgeArn?: string | undefined;
|
|
498
498
|
BridgePorts?: number[] | undefined;
|
|
499
499
|
OutputStatus?: OutputStatus | undefined;
|
|
500
|
+
PeerIpAddress?: string | undefined;
|
|
500
501
|
}
|
|
501
502
|
export declare const ReservationState: {
|
|
502
503
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -570,6 +571,7 @@ export interface Source {
|
|
|
570
571
|
VpcInterfaceName?: string | undefined;
|
|
571
572
|
WhitelistCidr?: string | undefined;
|
|
572
573
|
GatewayBridgeSource?: GatewayBridgeSource | undefined;
|
|
574
|
+
PeerIpAddress?: string | undefined;
|
|
573
575
|
}
|
|
574
576
|
export interface FrameResolution {
|
|
575
577
|
FrameHeight: number | undefined;
|
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.824.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",
|