@aws-sdk/client-mediaconnect 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/MediaConnect.d.ts +514 -155
- package/dist-types/ts3.4/MediaConnectClient.d.ts +285 -103
- package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +30 -30
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/MediaConnectServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1061 -1450
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListEntitlementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFlowsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +365 -92
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForFlowActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFlowDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFlowStandby.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
RemoveFlowMediaStreamRequest,
|
|
15
|
+
RemoveFlowMediaStreamResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RemoveFlowMediaStreamCommandInput
|
|
18
|
+
extends RemoveFlowMediaStreamRequest {}
|
|
19
|
+
export interface RemoveFlowMediaStreamCommandOutput
|
|
20
|
+
extends RemoveFlowMediaStreamResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class RemoveFlowMediaStreamCommand extends $Command<
|
|
23
|
+
RemoveFlowMediaStreamCommandInput,
|
|
24
|
+
RemoveFlowMediaStreamCommandOutput,
|
|
25
|
+
MediaConnectClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RemoveFlowMediaStreamCommandInput;
|
|
28
|
+
constructor(input: RemoveFlowMediaStreamCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
RemoveFlowMediaStreamCommandInput,
|
|
35
|
+
RemoveFlowMediaStreamCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
RemoveFlowOutputRequest,
|
|
15
|
+
RemoveFlowOutputResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RemoveFlowOutputCommandInput extends RemoveFlowOutputRequest {}
|
|
18
|
+
export interface RemoveFlowOutputCommandOutput
|
|
19
|
+
extends RemoveFlowOutputResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class RemoveFlowOutputCommand extends $Command<
|
|
22
|
+
RemoveFlowOutputCommandInput,
|
|
23
|
+
RemoveFlowOutputCommandOutput,
|
|
24
|
+
MediaConnectClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: RemoveFlowOutputCommandInput;
|
|
27
|
+
constructor(input: RemoveFlowOutputCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<RemoveFlowOutputCommandInput, RemoveFlowOutputCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
RemoveFlowSourceRequest,
|
|
15
|
+
RemoveFlowSourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RemoveFlowSourceCommandInput extends RemoveFlowSourceRequest {}
|
|
18
|
+
export interface RemoveFlowSourceCommandOutput
|
|
19
|
+
extends RemoveFlowSourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class RemoveFlowSourceCommand extends $Command<
|
|
22
|
+
RemoveFlowSourceCommandInput,
|
|
23
|
+
RemoveFlowSourceCommandOutput,
|
|
24
|
+
MediaConnectClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: RemoveFlowSourceCommandInput;
|
|
27
|
+
constructor(input: RemoveFlowSourceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<RemoveFlowSourceCommandInput, RemoveFlowSourceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
RemoveFlowVpcInterfaceRequest,
|
|
15
|
+
RemoveFlowVpcInterfaceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RemoveFlowVpcInterfaceCommandInput
|
|
18
|
+
extends RemoveFlowVpcInterfaceRequest {}
|
|
19
|
+
export interface RemoveFlowVpcInterfaceCommandOutput
|
|
20
|
+
extends RemoveFlowVpcInterfaceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class RemoveFlowVpcInterfaceCommand extends $Command<
|
|
23
|
+
RemoveFlowVpcInterfaceCommandInput,
|
|
24
|
+
RemoveFlowVpcInterfaceCommandOutput,
|
|
25
|
+
MediaConnectClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RemoveFlowVpcInterfaceCommandInput;
|
|
28
|
+
constructor(input: RemoveFlowVpcInterfaceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
RemoveFlowVpcInterfaceCommandInput,
|
|
35
|
+
RemoveFlowVpcInterfaceCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
RevokeFlowEntitlementRequest,
|
|
15
|
+
RevokeFlowEntitlementResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RevokeFlowEntitlementCommandInput
|
|
18
|
+
extends RevokeFlowEntitlementRequest {}
|
|
19
|
+
export interface RevokeFlowEntitlementCommandOutput
|
|
20
|
+
extends RevokeFlowEntitlementResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class RevokeFlowEntitlementCommand extends $Command<
|
|
23
|
+
RevokeFlowEntitlementCommandInput,
|
|
24
|
+
RevokeFlowEntitlementCommandOutput,
|
|
25
|
+
MediaConnectClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RevokeFlowEntitlementCommandInput;
|
|
28
|
+
constructor(input: RevokeFlowEntitlementCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
RevokeFlowEntitlementCommandInput,
|
|
35
|
+
RevokeFlowEntitlementCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConnectClient";
|
|
13
|
+
import { StartFlowRequest, StartFlowResponse } from "../models/models_0";
|
|
14
|
+
export interface StartFlowCommandInput extends StartFlowRequest {}
|
|
15
|
+
export interface StartFlowCommandOutput
|
|
16
|
+
extends StartFlowResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class StartFlowCommand extends $Command<
|
|
19
|
+
StartFlowCommandInput,
|
|
20
|
+
StartFlowCommandOutput,
|
|
21
|
+
MediaConnectClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: StartFlowCommandInput;
|
|
24
|
+
constructor(input: StartFlowCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<StartFlowCommandInput, StartFlowCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConnectClient";
|
|
13
|
+
import { StopFlowRequest, StopFlowResponse } from "../models/models_0";
|
|
14
|
+
export interface StopFlowCommandInput extends StopFlowRequest {}
|
|
15
|
+
export interface StopFlowCommandOutput
|
|
16
|
+
extends StopFlowResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class StopFlowCommand extends $Command<
|
|
19
|
+
StopFlowCommandInput,
|
|
20
|
+
StopFlowCommandOutput,
|
|
21
|
+
MediaConnectClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: StopFlowCommandInput;
|
|
24
|
+
constructor(input: StopFlowCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<StopFlowCommandInput, StopFlowCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConnectClient";
|
|
13
|
+
import { TagResourceRequest } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class TagResourceCommand extends $Command<
|
|
17
|
+
TagResourceCommandInput,
|
|
18
|
+
TagResourceCommandOutput,
|
|
19
|
+
MediaConnectClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: TagResourceCommandInput;
|
|
22
|
+
constructor(input: TagResourceCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConnectClient";
|
|
13
|
+
import { UntagResourceRequest } from "../models/models_0";
|
|
14
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
|
+
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class UntagResourceCommand extends $Command<
|
|
17
|
+
UntagResourceCommandInput,
|
|
18
|
+
UntagResourceCommandOutput,
|
|
19
|
+
MediaConnectClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: UntagResourceCommandInput;
|
|
22
|
+
constructor(input: UntagResourceCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConnectClient";
|
|
13
|
+
import { UpdateFlowRequest, UpdateFlowResponse } from "../models/models_0";
|
|
14
|
+
export interface UpdateFlowCommandInput extends UpdateFlowRequest {}
|
|
15
|
+
export interface UpdateFlowCommandOutput
|
|
16
|
+
extends UpdateFlowResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class UpdateFlowCommand extends $Command<
|
|
19
|
+
UpdateFlowCommandInput,
|
|
20
|
+
UpdateFlowCommandOutput,
|
|
21
|
+
MediaConnectClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateFlowCommandInput;
|
|
24
|
+
constructor(input: UpdateFlowCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UpdateFlowCommandInput, UpdateFlowCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateFlowEntitlementRequest,
|
|
15
|
+
UpdateFlowEntitlementResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateFlowEntitlementCommandInput
|
|
18
|
+
extends UpdateFlowEntitlementRequest {}
|
|
19
|
+
export interface UpdateFlowEntitlementCommandOutput
|
|
20
|
+
extends UpdateFlowEntitlementResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateFlowEntitlementCommand extends $Command<
|
|
23
|
+
UpdateFlowEntitlementCommandInput,
|
|
24
|
+
UpdateFlowEntitlementCommandOutput,
|
|
25
|
+
MediaConnectClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateFlowEntitlementCommandInput;
|
|
28
|
+
constructor(input: UpdateFlowEntitlementCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateFlowEntitlementCommandInput,
|
|
35
|
+
UpdateFlowEntitlementCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|