@aws-sdk/client-mediaconnect 3.168.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.
Files changed (55) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/MediaConnect.d.ts +544 -155
  3. package/dist-types/ts3.4/MediaConnectClient.d.ts +310 -103
  4. package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +37 -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 +8 -6
  38. package/dist-types/ts3.4/models/index.d.ts +1 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +1536 -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 +66 -38
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  51. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  52. package/dist-types/ts3.4/waiters/waitForFlowActive.d.ts +13 -7
  53. package/dist-types/ts3.4/waiters/waitForFlowDeleted.d.ts +13 -7
  54. package/dist-types/ts3.4/waiters/waitForFlowStandby.d.ts +13 -7
  55. package/package.json +35 -35
@@ -1,17 +1,41 @@
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 { UpdateFlowEntitlementRequest, UpdateFlowEntitlementResponse } from "../models/models_0";
5
- export interface UpdateFlowEntitlementCommandInput extends UpdateFlowEntitlementRequest {
6
- }
7
- export interface UpdateFlowEntitlementCommandOutput extends UpdateFlowEntitlementResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFlowEntitlementCommand extends $Command<UpdateFlowEntitlementCommandInput, UpdateFlowEntitlementCommandOutput, MediaConnectClientResolvedConfig> {
11
- readonly input: UpdateFlowEntitlementCommandInput;
12
- constructor(input: UpdateFlowEntitlementCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFlowEntitlementCommandInput, UpdateFlowEntitlementCommandOutput>;
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
+ 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 { 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
+
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 { 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
+
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 { 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
+
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 { 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
+
6
+ export declare class MediaConnectServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";