@aws-sdk/client-mediaconnect 3.170.0 → 3.174.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 +19 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +6 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +6 -4
- package/dist-types/models/models_0.d.ts +25 -0
- package/dist-types/ts3.4/MediaConnect.d.ts +0 -30
- package/dist-types/ts3.4/MediaConnectClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/MediaConnectServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +7 -475
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForFlowActive.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForFlowDeleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForFlowStandby.d.ts +0 -2
- package/package.json +27 -27
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { MediaConnectClientConfig } from "./MediaConnectClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: MediaConnectClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { MediaConnectClientConfig } from "./MediaConnectClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: MediaConnectClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
2
|
import { DescribeFlowCommandInput } from "../commands/DescribeFlowCommand";
|
|
3
3
|
import { MediaConnectClient } from "../MediaConnectClient";
|
|
4
|
-
|
|
5
4
|
export declare const waitForFlowActive: (
|
|
6
5
|
params: WaiterConfiguration<MediaConnectClient>,
|
|
7
6
|
input: DescribeFlowCommandInput
|
|
8
7
|
) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
8
|
export declare const waitUntilFlowActive: (
|
|
11
9
|
params: WaiterConfiguration<MediaConnectClient>,
|
|
12
10
|
input: DescribeFlowCommandInput
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
2
|
import { DescribeFlowCommandInput } from "../commands/DescribeFlowCommand";
|
|
3
3
|
import { MediaConnectClient } from "../MediaConnectClient";
|
|
4
|
-
|
|
5
4
|
export declare const waitForFlowDeleted: (
|
|
6
5
|
params: WaiterConfiguration<MediaConnectClient>,
|
|
7
6
|
input: DescribeFlowCommandInput
|
|
8
7
|
) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
8
|
export declare const waitUntilFlowDeleted: (
|
|
11
9
|
params: WaiterConfiguration<MediaConnectClient>,
|
|
12
10
|
input: DescribeFlowCommandInput
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
2
|
import { DescribeFlowCommandInput } from "../commands/DescribeFlowCommand";
|
|
3
3
|
import { MediaConnectClient } from "../MediaConnectClient";
|
|
4
|
-
|
|
5
4
|
export declare const waitForFlowStandby: (
|
|
6
5
|
params: WaiterConfiguration<MediaConnectClient>,
|
|
7
6
|
input: DescribeFlowCommandInput
|
|
8
7
|
) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
8
|
export declare const waitUntilFlowStandby: (
|
|
11
9
|
params: WaiterConfiguration<MediaConnectClient>,
|
|
12
10
|
input: DescribeFlowCommandInput
|
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.174.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,38 +19,38 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
41
|
+
"@aws-sdk/types": "3.171.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.171.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.171.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.171.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
|
-
"@aws-sdk/util-waiter": "3.
|
|
53
|
+
"@aws-sdk/util-waiter": "3.171.0",
|
|
54
54
|
"tslib": "^2.3.1"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|