@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,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 { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateFlowCommandInput extends CreateFlowRequest {}
|
|
15
|
+
export interface CreateFlowCommandOutput
|
|
16
|
+
extends CreateFlowResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateFlowCommand extends $Command<
|
|
19
|
+
CreateFlowCommandInput,
|
|
20
|
+
CreateFlowCommandOutput,
|
|
21
|
+
MediaConnectClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateFlowCommandInput;
|
|
24
|
+
constructor(input: CreateFlowCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateFlowCommandInput, CreateFlowCommandOutput>;
|
|
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 { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteFlowCommandInput extends DeleteFlowRequest {}
|
|
15
|
+
export interface DeleteFlowCommandOutput
|
|
16
|
+
extends DeleteFlowResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DeleteFlowCommand extends $Command<
|
|
19
|
+
DeleteFlowCommandInput,
|
|
20
|
+
DeleteFlowCommandOutput,
|
|
21
|
+
MediaConnectClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteFlowCommandInput;
|
|
24
|
+
constructor(input: DeleteFlowCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteFlowCommandInput, DeleteFlowCommandOutput>;
|
|
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 { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
|
|
14
|
+
export interface DescribeFlowCommandInput extends DescribeFlowRequest {}
|
|
15
|
+
export interface DescribeFlowCommandOutput
|
|
16
|
+
extends DescribeFlowResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DescribeFlowCommand extends $Command<
|
|
19
|
+
DescribeFlowCommandInput,
|
|
20
|
+
DescribeFlowCommandOutput,
|
|
21
|
+
MediaConnectClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DescribeFlowCommandInput;
|
|
24
|
+
constructor(input: DescribeFlowCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DescribeFlowCommandInput, DescribeFlowCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
DescribeOfferingRequest,
|
|
15
|
+
DescribeOfferingResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeOfferingCommandInput extends DescribeOfferingRequest {}
|
|
18
|
+
export interface DescribeOfferingCommandOutput
|
|
19
|
+
extends DescribeOfferingResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeOfferingCommand extends $Command<
|
|
22
|
+
DescribeOfferingCommandInput,
|
|
23
|
+
DescribeOfferingCommandOutput,
|
|
24
|
+
MediaConnectClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeOfferingCommandInput;
|
|
27
|
+
constructor(input: DescribeOfferingCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeOfferingCommandInput, DescribeOfferingCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
DescribeReservationRequest,
|
|
15
|
+
DescribeReservationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeReservationCommandInput
|
|
18
|
+
extends DescribeReservationRequest {}
|
|
19
|
+
export interface DescribeReservationCommandOutput
|
|
20
|
+
extends DescribeReservationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeReservationCommand extends $Command<
|
|
23
|
+
DescribeReservationCommandInput,
|
|
24
|
+
DescribeReservationCommandOutput,
|
|
25
|
+
MediaConnectClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeReservationCommandInput;
|
|
28
|
+
constructor(input: DescribeReservationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DescribeReservationCommandInput, DescribeReservationCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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
|
+
GrantFlowEntitlementsRequest,
|
|
15
|
+
GrantFlowEntitlementsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GrantFlowEntitlementsCommandInput
|
|
18
|
+
extends GrantFlowEntitlementsRequest {}
|
|
19
|
+
export interface GrantFlowEntitlementsCommandOutput
|
|
20
|
+
extends GrantFlowEntitlementsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GrantFlowEntitlementsCommand extends $Command<
|
|
23
|
+
GrantFlowEntitlementsCommandInput,
|
|
24
|
+
GrantFlowEntitlementsCommandOutput,
|
|
25
|
+
MediaConnectClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GrantFlowEntitlementsCommandInput;
|
|
28
|
+
constructor(input: GrantFlowEntitlementsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GrantFlowEntitlementsCommandInput,
|
|
35
|
+
GrantFlowEntitlementsCommandOutput
|
|
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
|
+
ListEntitlementsRequest,
|
|
15
|
+
ListEntitlementsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListEntitlementsCommandInput extends ListEntitlementsRequest {}
|
|
18
|
+
export interface ListEntitlementsCommandOutput
|
|
19
|
+
extends ListEntitlementsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListEntitlementsCommand extends $Command<
|
|
22
|
+
ListEntitlementsCommandInput,
|
|
23
|
+
ListEntitlementsCommandOutput,
|
|
24
|
+
MediaConnectClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListEntitlementsCommandInput;
|
|
27
|
+
constructor(input: ListEntitlementsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListEntitlementsCommandInput, ListEntitlementsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { ListFlowsRequest, ListFlowsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListFlowsCommandInput extends ListFlowsRequest {}
|
|
15
|
+
export interface ListFlowsCommandOutput
|
|
16
|
+
extends ListFlowsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListFlowsCommand extends $Command<
|
|
19
|
+
ListFlowsCommandInput,
|
|
20
|
+
ListFlowsCommandOutput,
|
|
21
|
+
MediaConnectClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListFlowsCommandInput;
|
|
24
|
+
constructor(input: ListFlowsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListFlowsCommandInput, ListFlowsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
ListOfferingsRequest,
|
|
15
|
+
ListOfferingsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListOfferingsCommandInput extends ListOfferingsRequest {}
|
|
18
|
+
export interface ListOfferingsCommandOutput
|
|
19
|
+
extends ListOfferingsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListOfferingsCommand extends $Command<
|
|
22
|
+
ListOfferingsCommandInput,
|
|
23
|
+
ListOfferingsCommandOutput,
|
|
24
|
+
MediaConnectClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListOfferingsCommandInput;
|
|
27
|
+
constructor(input: ListOfferingsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListOfferingsCommandInput, ListOfferingsCommandOutput>;
|
|
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
|
+
ListReservationsRequest,
|
|
15
|
+
ListReservationsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListReservationsCommandInput extends ListReservationsRequest {}
|
|
18
|
+
export interface ListReservationsCommandOutput
|
|
19
|
+
extends ListReservationsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListReservationsCommand extends $Command<
|
|
22
|
+
ListReservationsCommandInput,
|
|
23
|
+
ListReservationsCommandOutput,
|
|
24
|
+
MediaConnectClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListReservationsCommandInput;
|
|
27
|
+
constructor(input: ListReservationsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListReservationsCommandInput, ListReservationsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
ListTagsForResourceRequest,
|
|
15
|
+
ListTagsForResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
23
|
+
ListTagsForResourceCommandInput,
|
|
24
|
+
ListTagsForResourceCommandOutput,
|
|
25
|
+
MediaConnectClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
28
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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
|
+
PurchaseOfferingRequest,
|
|
15
|
+
PurchaseOfferingResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface PurchaseOfferingCommandInput extends PurchaseOfferingRequest {}
|
|
18
|
+
export interface PurchaseOfferingCommandOutput
|
|
19
|
+
extends PurchaseOfferingResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class PurchaseOfferingCommand extends $Command<
|
|
22
|
+
PurchaseOfferingCommandInput,
|
|
23
|
+
PurchaseOfferingCommandOutput,
|
|
24
|
+
MediaConnectClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: PurchaseOfferingCommandInput;
|
|
27
|
+
constructor(input: PurchaseOfferingCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|