@aws-sdk/client-mediaconnect 3.170.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 +8 -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 +0 -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
|
@@ -15,7 +15,6 @@ export interface StartFlowCommandInput extends StartFlowRequest {}
|
|
|
15
15
|
export interface StartFlowCommandOutput
|
|
16
16
|
extends StartFlowResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StartFlowCommand extends $Command<
|
|
20
19
|
StartFlowCommandInput,
|
|
21
20
|
StartFlowCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StartFlowCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StartFlowCommandInput;
|
|
25
24
|
constructor(input: StartFlowCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StopFlowCommandInput extends StopFlowRequest {}
|
|
|
15
15
|
export interface StopFlowCommandOutput
|
|
16
16
|
extends StopFlowResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StopFlowCommand extends $Command<
|
|
20
19
|
StopFlowCommandInput,
|
|
21
20
|
StopFlowCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StopFlowCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StopFlowCommandInput;
|
|
25
24
|
constructor(input: StopFlowCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { TagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
15
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class TagResourceCommand extends $Command<
|
|
18
17
|
TagResourceCommandInput,
|
|
19
18
|
TagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: TagResourceCommandInput;
|
|
23
22
|
constructor(input: TagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { UntagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
15
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UntagResourceCommand extends $Command<
|
|
18
17
|
UntagResourceCommandInput,
|
|
19
18
|
UntagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UntagResourceCommandInput;
|
|
23
22
|
constructor(input: UntagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateFlowCommandInput extends UpdateFlowRequest {}
|
|
|
15
15
|
export interface UpdateFlowCommandOutput
|
|
16
16
|
extends UpdateFlowResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateFlowCommand extends $Command<
|
|
20
19
|
UpdateFlowCommandInput,
|
|
21
20
|
UpdateFlowCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateFlowCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateFlowCommandInput;
|
|
25
24
|
constructor(input: UpdateFlowCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateFlowEntitlementCommandInput
|
|
|
19
19
|
export interface UpdateFlowEntitlementCommandOutput
|
|
20
20
|
extends UpdateFlowEntitlementResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateFlowEntitlementCommand extends $Command<
|
|
24
23
|
UpdateFlowEntitlementCommandInput,
|
|
25
24
|
UpdateFlowEntitlementCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateFlowEntitlementCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateFlowEntitlementCommandInput;
|
|
29
28
|
constructor(input: UpdateFlowEntitlementCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateFlowMediaStreamCommandInput
|
|
|
19
19
|
export interface UpdateFlowMediaStreamCommandOutput
|
|
20
20
|
extends UpdateFlowMediaStreamResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateFlowMediaStreamCommand extends $Command<
|
|
24
23
|
UpdateFlowMediaStreamCommandInput,
|
|
25
24
|
UpdateFlowMediaStreamCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateFlowMediaStreamCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateFlowMediaStreamCommandInput;
|
|
29
28
|
constructor(input: UpdateFlowMediaStreamCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateFlowOutputCommandInput extends UpdateFlowOutputRequest {}
|
|
|
18
18
|
export interface UpdateFlowOutputCommandOutput
|
|
19
19
|
extends UpdateFlowOutputResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateFlowOutputCommand extends $Command<
|
|
23
22
|
UpdateFlowOutputCommandInput,
|
|
24
23
|
UpdateFlowOutputCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateFlowOutputCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateFlowOutputCommandInput;
|
|
28
27
|
constructor(input: UpdateFlowOutputCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateFlowSourceCommandInput extends UpdateFlowSourceRequest {}
|
|
|
18
18
|
export interface UpdateFlowSourceCommandOutput
|
|
19
19
|
extends UpdateFlowSourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateFlowSourceCommand extends $Command<
|
|
23
22
|
UpdateFlowSourceCommandInput,
|
|
24
23
|
UpdateFlowSourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateFlowSourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateFlowSourceCommandInput;
|
|
28
27
|
constructor(input: UpdateFlowSourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaConnectClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class MediaConnectServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|