@aws-sdk/client-mediaconnect 3.823.0 → 3.825.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 +11 -11
|
@@ -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.825.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",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.825.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.825.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.821.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.821.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.821.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.825.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.821.0",
|
|
30
30
|
"@aws-sdk/types": "3.821.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.821.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.821.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.825.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
|
-
"@smithy/core": "^3.5.
|
|
35
|
+
"@smithy/core": "^3.5.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.4",
|
|
37
37
|
"@smithy/hash-node": "^4.0.4",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.10",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.11",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.8",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.4",
|
|
44
44
|
"@smithy/node-config-provider": "^4.1.3",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.6",
|
|
46
46
|
"@smithy/protocol-http": "^5.1.2",
|
|
47
|
-
"@smithy/smithy-client": "^4.4.
|
|
47
|
+
"@smithy/smithy-client": "^4.4.2",
|
|
48
48
|
"@smithy/types": "^4.3.1",
|
|
49
49
|
"@smithy/url-parser": "^4.0.4",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.18",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.18",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.6",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.4",
|
|
57
57
|
"@smithy/util-retry": "^4.0.5",
|