@aws-sdk/client-mediaconnect 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/MediaConnect.d.ts +544 -155
- package/dist-types/ts3.4/MediaConnectClient.d.ts +310 -103
- package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +37 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1536 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForFlowActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForFlowDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForFlowStandby.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
|
|
23
|
+
export declare class UpdateFlowEntitlementCommand extends $Command<
|
|
24
|
+
UpdateFlowEntitlementCommandInput,
|
|
25
|
+
UpdateFlowEntitlementCommandOutput,
|
|
26
|
+
MediaConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateFlowEntitlementCommandInput;
|
|
29
|
+
constructor(input: UpdateFlowEntitlementCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateFlowEntitlementCommandInput,
|
|
37
|
+
UpdateFlowEntitlementCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
UpdateFlowMediaStreamRequest,
|
|
15
|
+
UpdateFlowMediaStreamResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateFlowMediaStreamCommandInput
|
|
18
|
+
extends UpdateFlowMediaStreamRequest {}
|
|
19
|
+
export interface UpdateFlowMediaStreamCommandOutput
|
|
20
|
+
extends UpdateFlowMediaStreamResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateFlowMediaStreamCommand extends $Command<
|
|
24
|
+
UpdateFlowMediaStreamCommandInput,
|
|
25
|
+
UpdateFlowMediaStreamCommandOutput,
|
|
26
|
+
MediaConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateFlowMediaStreamCommandInput;
|
|
29
|
+
constructor(input: UpdateFlowMediaStreamCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateFlowMediaStreamCommandInput,
|
|
37
|
+
UpdateFlowMediaStreamCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
UpdateFlowOutputRequest,
|
|
15
|
+
UpdateFlowOutputResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateFlowOutputCommandInput extends UpdateFlowOutputRequest {}
|
|
18
|
+
export interface UpdateFlowOutputCommandOutput
|
|
19
|
+
extends UpdateFlowOutputResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateFlowOutputCommand extends $Command<
|
|
23
|
+
UpdateFlowOutputCommandInput,
|
|
24
|
+
UpdateFlowOutputCommandOutput,
|
|
25
|
+
MediaConnectClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateFlowOutputCommandInput;
|
|
28
|
+
constructor(input: UpdateFlowOutputCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateFlowOutputCommandInput, UpdateFlowOutputCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
UpdateFlowSourceRequest,
|
|
15
|
+
UpdateFlowSourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateFlowSourceCommandInput extends UpdateFlowSourceRequest {}
|
|
18
|
+
export interface UpdateFlowSourceCommandOutput
|
|
19
|
+
extends UpdateFlowSourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateFlowSourceCommand extends $Command<
|
|
23
|
+
UpdateFlowSourceCommandInput,
|
|
24
|
+
UpdateFlowSourceCommandOutput,
|
|
25
|
+
MediaConnectClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateFlowSourceCommandInput;
|
|
28
|
+
constructor(input: UpdateFlowSourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaConnectClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateFlowSourceCommandInput, UpdateFlowSourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
export * from "./AddFlowMediaStreamsCommand";
|
|
2
|
-
export * from "./AddFlowOutputsCommand";
|
|
3
|
-
export * from "./AddFlowSourcesCommand";
|
|
4
|
-
export * from "./AddFlowVpcInterfacesCommand";
|
|
5
|
-
export * from "./CreateFlowCommand";
|
|
6
|
-
export * from "./DeleteFlowCommand";
|
|
7
|
-
export * from "./DescribeFlowCommand";
|
|
8
|
-
export * from "./DescribeOfferingCommand";
|
|
9
|
-
export * from "./DescribeReservationCommand";
|
|
10
|
-
export * from "./GrantFlowEntitlementsCommand";
|
|
11
|
-
export * from "./ListEntitlementsCommand";
|
|
12
|
-
export * from "./ListFlowsCommand";
|
|
13
|
-
export * from "./ListOfferingsCommand";
|
|
14
|
-
export * from "./ListReservationsCommand";
|
|
15
|
-
export * from "./ListTagsForResourceCommand";
|
|
16
|
-
export * from "./PurchaseOfferingCommand";
|
|
17
|
-
export * from "./RemoveFlowMediaStreamCommand";
|
|
18
|
-
export * from "./RemoveFlowOutputCommand";
|
|
19
|
-
export * from "./RemoveFlowSourceCommand";
|
|
20
|
-
export * from "./RemoveFlowVpcInterfaceCommand";
|
|
21
|
-
export * from "./RevokeFlowEntitlementCommand";
|
|
22
|
-
export * from "./StartFlowCommand";
|
|
23
|
-
export * from "./StopFlowCommand";
|
|
24
|
-
export * from "./TagResourceCommand";
|
|
25
|
-
export * from "./UntagResourceCommand";
|
|
26
|
-
export * from "./UpdateFlowCommand";
|
|
27
|
-
export * from "./UpdateFlowEntitlementCommand";
|
|
28
|
-
export * from "./UpdateFlowMediaStreamCommand";
|
|
29
|
-
export * from "./UpdateFlowOutputCommand";
|
|
30
|
-
export * from "./UpdateFlowSourceCommand";
|
|
1
|
+
export * from "./AddFlowMediaStreamsCommand";
|
|
2
|
+
export * from "./AddFlowOutputsCommand";
|
|
3
|
+
export * from "./AddFlowSourcesCommand";
|
|
4
|
+
export * from "./AddFlowVpcInterfacesCommand";
|
|
5
|
+
export * from "./CreateFlowCommand";
|
|
6
|
+
export * from "./DeleteFlowCommand";
|
|
7
|
+
export * from "./DescribeFlowCommand";
|
|
8
|
+
export * from "./DescribeOfferingCommand";
|
|
9
|
+
export * from "./DescribeReservationCommand";
|
|
10
|
+
export * from "./GrantFlowEntitlementsCommand";
|
|
11
|
+
export * from "./ListEntitlementsCommand";
|
|
12
|
+
export * from "./ListFlowsCommand";
|
|
13
|
+
export * from "./ListOfferingsCommand";
|
|
14
|
+
export * from "./ListReservationsCommand";
|
|
15
|
+
export * from "./ListTagsForResourceCommand";
|
|
16
|
+
export * from "./PurchaseOfferingCommand";
|
|
17
|
+
export * from "./RemoveFlowMediaStreamCommand";
|
|
18
|
+
export * from "./RemoveFlowOutputCommand";
|
|
19
|
+
export * from "./RemoveFlowSourceCommand";
|
|
20
|
+
export * from "./RemoveFlowVpcInterfaceCommand";
|
|
21
|
+
export * from "./RevokeFlowEntitlementCommand";
|
|
22
|
+
export * from "./StartFlowCommand";
|
|
23
|
+
export * from "./StopFlowCommand";
|
|
24
|
+
export * from "./TagResourceCommand";
|
|
25
|
+
export * from "./UntagResourceCommand";
|
|
26
|
+
export * from "./UpdateFlowCommand";
|
|
27
|
+
export * from "./UpdateFlowEntitlementCommand";
|
|
28
|
+
export * from "./UpdateFlowMediaStreamCommand";
|
|
29
|
+
export * from "./UpdateFlowOutputCommand";
|
|
30
|
+
export * from "./UpdateFlowSourceCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./MediaConnect";
|
|
2
|
-
export * from "./MediaConnectClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export * from "./waiters";
|
|
7
|
-
export { MediaConnectServiceException } from "./models/MediaConnectServiceException";
|
|
1
|
+
export * from "./MediaConnect";
|
|
2
|
+
export * from "./MediaConnectClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
7
|
+
export { MediaConnectServiceException } from "./models/MediaConnectServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class MediaConnectServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|