@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.
Files changed (55) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/MediaConnect.d.ts +514 -155
  3. package/dist-types/ts3.4/MediaConnectClient.d.ts +285 -103
  4. package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  28. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  29. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/index.d.ts +30 -30
  35. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  36. package/dist-types/ts3.4/index.d.ts +7 -7
  37. package/dist-types/ts3.4/models/MediaConnectServiceException.d.ts +7 -6
  38. package/dist-types/ts3.4/models/index.d.ts +1 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +1061 -1450
  40. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  41. package/dist-types/ts3.4/pagination/ListEntitlementsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/ListFlowsPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  46. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +365 -92
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  51. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  52. package/dist-types/ts3.4/waiters/waitForFlowActive.d.ts +11 -7
  53. package/dist-types/ts3.4/waiters/waitForFlowDeleted.d.ts +11 -7
  54. package/dist-types/ts3.4/waiters/waitForFlowStandby.d.ts +11 -7
  55. package/package.json +35 -35
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
4
- import { UpdateFlowMediaStreamRequest, UpdateFlowMediaStreamResponse } from "../models/models_0";
5
- export interface UpdateFlowMediaStreamCommandInput extends UpdateFlowMediaStreamRequest {
6
- }
7
- export interface UpdateFlowMediaStreamCommandOutput extends UpdateFlowMediaStreamResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFlowMediaStreamCommand extends $Command<UpdateFlowMediaStreamCommandInput, UpdateFlowMediaStreamCommandOutput, MediaConnectClientResolvedConfig> {
11
- readonly input: UpdateFlowMediaStreamCommandInput;
12
- constructor(input: UpdateFlowMediaStreamCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFlowMediaStreamCommandInput, UpdateFlowMediaStreamCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class UpdateFlowMediaStreamCommand extends $Command<
23
+ UpdateFlowMediaStreamCommandInput,
24
+ UpdateFlowMediaStreamCommandOutput,
25
+ MediaConnectClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateFlowMediaStreamCommandInput;
28
+ constructor(input: UpdateFlowMediaStreamCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: MediaConnectClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateFlowMediaStreamCommandInput,
35
+ UpdateFlowMediaStreamCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
4
- import { UpdateFlowOutputRequest, UpdateFlowOutputResponse } from "../models/models_0";
5
- export interface UpdateFlowOutputCommandInput extends UpdateFlowOutputRequest {
6
- }
7
- export interface UpdateFlowOutputCommandOutput extends UpdateFlowOutputResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFlowOutputCommand extends $Command<UpdateFlowOutputCommandInput, UpdateFlowOutputCommandOutput, MediaConnectClientResolvedConfig> {
11
- readonly input: UpdateFlowOutputCommandInput;
12
- constructor(input: UpdateFlowOutputCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFlowOutputCommandInput, UpdateFlowOutputCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class UpdateFlowOutputCommand extends $Command<
22
+ UpdateFlowOutputCommandInput,
23
+ UpdateFlowOutputCommandOutput,
24
+ MediaConnectClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateFlowOutputCommandInput;
27
+ constructor(input: UpdateFlowOutputCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: MediaConnectClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateFlowOutputCommandInput, UpdateFlowOutputCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
4
- import { UpdateFlowSourceRequest, UpdateFlowSourceResponse } from "../models/models_0";
5
- export interface UpdateFlowSourceCommandInput extends UpdateFlowSourceRequest {
6
- }
7
- export interface UpdateFlowSourceCommandOutput extends UpdateFlowSourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFlowSourceCommand extends $Command<UpdateFlowSourceCommandInput, UpdateFlowSourceCommandOutput, MediaConnectClientResolvedConfig> {
11
- readonly input: UpdateFlowSourceCommandInput;
12
- constructor(input: UpdateFlowSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFlowSourceCommandInput, UpdateFlowSourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class UpdateFlowSourceCommand extends $Command<
22
+ UpdateFlowSourceCommandInput,
23
+ UpdateFlowSourceCommandOutput,
24
+ MediaConnectClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateFlowSourceCommandInput;
27
+ constructor(input: UpdateFlowSourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: MediaConnectClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateFlowSourceCommandInput, UpdateFlowSourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class MediaConnectServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class MediaConnectServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";