@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.
Files changed (48) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/models/models_0.js +1 -0
  3. package/dist-cjs/protocols/Aws_restJson1.js +6 -0
  4. package/dist-es/models/models_0.js +1 -0
  5. package/dist-es/protocols/Aws_restJson1.js +6 -4
  6. package/dist-types/models/models_0.d.ts +25 -0
  7. package/dist-types/ts3.4/MediaConnect.d.ts +0 -30
  8. package/dist-types/ts3.4/MediaConnectClient.d.ts +0 -25
  9. package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/models/MediaConnectServiceException.d.ts +0 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +7 -475
  41. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  42. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  43. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  44. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  45. package/dist-types/ts3.4/waiters/waitForFlowActive.d.ts +0 -2
  46. package/dist-types/ts3.4/waiters/waitForFlowDeleted.d.ts +0 -2
  47. package/dist-types/ts3.4/waiters/waitForFlowStandby.d.ts +0 -2
  48. package/package.json +27 -27
@@ -18,7 +18,6 @@ export interface ListOfferingsCommandInput extends ListOfferingsRequest {}
18
18
  export interface ListOfferingsCommandOutput
19
19
  extends ListOfferingsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListOfferingsCommand extends $Command<
23
22
  ListOfferingsCommandInput,
24
23
  ListOfferingsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListOfferingsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListOfferingsCommandInput;
28
27
  constructor(input: ListOfferingsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaConnectClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListReservationsCommandInput extends ListReservationsRequest {}
18
18
  export interface ListReservationsCommandOutput
19
19
  extends ListReservationsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListReservationsCommand extends $Command<
23
22
  ListReservationsCommandInput,
24
23
  ListReservationsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListReservationsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListReservationsCommandInput;
28
27
  constructor(input: ListReservationsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaConnectClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface PurchaseOfferingCommandInput extends PurchaseOfferingRequest {}
18
18
  export interface PurchaseOfferingCommandOutput
19
19
  extends PurchaseOfferingResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class PurchaseOfferingCommand extends $Command<
23
22
  PurchaseOfferingCommandInput,
24
23
  PurchaseOfferingCommandOutput,
@@ -26,7 +25,6 @@ export declare class PurchaseOfferingCommand extends $Command<
26
25
  > {
27
26
  readonly input: PurchaseOfferingCommandInput;
28
27
  constructor(input: PurchaseOfferingCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RemoveFlowMediaStreamCommandInput
19
19
  export interface RemoveFlowMediaStreamCommandOutput
20
20
  extends RemoveFlowMediaStreamResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RemoveFlowMediaStreamCommand extends $Command<
24
23
  RemoveFlowMediaStreamCommandInput,
25
24
  RemoveFlowMediaStreamCommandOutput,
@@ -27,7 +26,6 @@ export declare class RemoveFlowMediaStreamCommand extends $Command<
27
26
  > {
28
27
  readonly input: RemoveFlowMediaStreamCommandInput;
29
28
  constructor(input: RemoveFlowMediaStreamCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaConnectClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface RemoveFlowOutputCommandInput extends RemoveFlowOutputRequest {}
18
18
  export interface RemoveFlowOutputCommandOutput
19
19
  extends RemoveFlowOutputResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class RemoveFlowOutputCommand extends $Command<
23
22
  RemoveFlowOutputCommandInput,
24
23
  RemoveFlowOutputCommandOutput,
@@ -26,7 +25,6 @@ export declare class RemoveFlowOutputCommand extends $Command<
26
25
  > {
27
26
  readonly input: RemoveFlowOutputCommandInput;
28
27
  constructor(input: RemoveFlowOutputCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaConnectClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface RemoveFlowSourceCommandInput extends RemoveFlowSourceRequest {}
18
18
  export interface RemoveFlowSourceCommandOutput
19
19
  extends RemoveFlowSourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class RemoveFlowSourceCommand extends $Command<
23
22
  RemoveFlowSourceCommandInput,
24
23
  RemoveFlowSourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class RemoveFlowSourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: RemoveFlowSourceCommandInput;
28
27
  constructor(input: RemoveFlowSourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RemoveFlowVpcInterfaceCommandInput
19
19
  export interface RemoveFlowVpcInterfaceCommandOutput
20
20
  extends RemoveFlowVpcInterfaceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RemoveFlowVpcInterfaceCommand extends $Command<
24
23
  RemoveFlowVpcInterfaceCommandInput,
25
24
  RemoveFlowVpcInterfaceCommandOutput,
@@ -27,7 +26,6 @@ export declare class RemoveFlowVpcInterfaceCommand extends $Command<
27
26
  > {
28
27
  readonly input: RemoveFlowVpcInterfaceCommandInput;
29
28
  constructor(input: RemoveFlowVpcInterfaceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RevokeFlowEntitlementCommandInput
19
19
  export interface RevokeFlowEntitlementCommandOutput
20
20
  extends RevokeFlowEntitlementResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RevokeFlowEntitlementCommand extends $Command<
24
23
  RevokeFlowEntitlementCommandInput,
25
24
  RevokeFlowEntitlementCommandOutput,
@@ -27,7 +26,6 @@ export declare class RevokeFlowEntitlementCommand extends $Command<
27
26
  > {
28
27
  readonly input: RevokeFlowEntitlementCommandInput;
29
28
  constructor(input: RevokeFlowEntitlementCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaConnectClientResolvedConfig,
@@ -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
  }