@aws-sdk/client-medialive 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 (100) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/MediaLive.d.ts +1013 -300
  3. package/dist-types/ts3.4/MediaLiveClient.d.ts +458 -132
  4. package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +30 -17
  26. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +32 -17
  53. package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +35 -17
  54. package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +36 -17
  55. package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +36 -17
  56. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +35 -17
  57. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +36 -17
  59. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/index.d.ts +59 -59
  64. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  65. package/dist-types/ts3.4/index.d.ts +7 -7
  66. package/dist-types/ts3.4/models/MediaLiveServiceException.d.ts +7 -6
  67. package/dist-types/ts3.4/models/index.d.ts +3 -3
  68. package/dist-types/ts3.4/models/models_0.d.ts +1996 -2595
  69. package/dist-types/ts3.4/models/models_1.d.ts +2375 -3144
  70. package/dist-types/ts3.4/models/models_2.d.ts +170 -194
  71. package/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  73. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  83. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +713 -179
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  88. package/dist-types/ts3.4/waiters/index.d.ts +11 -11
  89. package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +11 -7
  90. package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +11 -7
  91. package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +11 -7
  92. package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +11 -7
  93. package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +11 -7
  94. package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +11 -7
  95. package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +11 -7
  96. package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +11 -7
  97. package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +11 -7
  98. package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +11 -7
  99. package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +11 -7
  100. package/package.json +35 -35
@@ -1,17 +1,32 @@
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 { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { BatchDeleteRequest, BatchDeleteResponse } from "../models/models_1";
5
- export interface BatchDeleteCommandInput extends BatchDeleteRequest {
6
- }
7
- export interface BatchDeleteCommandOutput extends BatchDeleteResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchDeleteCommand extends $Command<BatchDeleteCommandInput, BatchDeleteCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: BatchDeleteCommandInput;
12
- constructor(input: BatchDeleteCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteCommandInput, BatchDeleteCommandOutput>;
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
+ MediaLiveClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaLiveClient";
13
+ import { BatchDeleteRequest, BatchDeleteResponse } from "../models/models_1";
14
+ export interface BatchDeleteCommandInput extends BatchDeleteRequest {}
15
+ export interface BatchDeleteCommandOutput
16
+ extends BatchDeleteResponse,
17
+ __MetadataBearer {}
18
+ export declare class BatchDeleteCommand extends $Command<
19
+ BatchDeleteCommandInput,
20
+ BatchDeleteCommandOutput,
21
+ MediaLiveClientResolvedConfig
22
+ > {
23
+ readonly input: BatchDeleteCommandInput;
24
+ constructor(input: BatchDeleteCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MediaLiveClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<BatchDeleteCommandInput, BatchDeleteCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
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 { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { BatchStartRequest, BatchStartResponse } from "../models/models_1";
5
- export interface BatchStartCommandInput extends BatchStartRequest {
6
- }
7
- export interface BatchStartCommandOutput extends BatchStartResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchStartCommand extends $Command<BatchStartCommandInput, BatchStartCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: BatchStartCommandInput;
12
- constructor(input: BatchStartCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchStartCommandInput, BatchStartCommandOutput>;
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
+ MediaLiveClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaLiveClient";
13
+ import { BatchStartRequest, BatchStartResponse } from "../models/models_1";
14
+ export interface BatchStartCommandInput extends BatchStartRequest {}
15
+ export interface BatchStartCommandOutput
16
+ extends BatchStartResponse,
17
+ __MetadataBearer {}
18
+ export declare class BatchStartCommand extends $Command<
19
+ BatchStartCommandInput,
20
+ BatchStartCommandOutput,
21
+ MediaLiveClientResolvedConfig
22
+ > {
23
+ readonly input: BatchStartCommandInput;
24
+ constructor(input: BatchStartCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MediaLiveClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<BatchStartCommandInput, BatchStartCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
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 { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { BatchStopRequest, BatchStopResponse } from "../models/models_1";
5
- export interface BatchStopCommandInput extends BatchStopRequest {
6
- }
7
- export interface BatchStopCommandOutput extends BatchStopResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchStopCommand extends $Command<BatchStopCommandInput, BatchStopCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: BatchStopCommandInput;
12
- constructor(input: BatchStopCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchStopCommandInput, BatchStopCommandOutput>;
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
+ MediaLiveClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaLiveClient";
13
+ import { BatchStopRequest, BatchStopResponse } from "../models/models_1";
14
+ export interface BatchStopCommandInput extends BatchStopRequest {}
15
+ export interface BatchStopCommandOutput
16
+ extends BatchStopResponse,
17
+ __MetadataBearer {}
18
+ export declare class BatchStopCommand extends $Command<
19
+ BatchStopCommandInput,
20
+ BatchStopCommandOutput,
21
+ MediaLiveClientResolvedConfig
22
+ > {
23
+ readonly input: BatchStopCommandInput;
24
+ constructor(input: BatchStopCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MediaLiveClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<BatchStopCommandInput, BatchStopCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
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 { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { BatchUpdateScheduleRequest, BatchUpdateScheduleResponse } from "../models/models_1";
5
- export interface BatchUpdateScheduleCommandInput extends BatchUpdateScheduleRequest {
6
- }
7
- export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchUpdateScheduleCommand extends $Command<BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: BatchUpdateScheduleCommandInput;
12
- constructor(input: BatchUpdateScheduleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput>;
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
+ MediaLiveClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaLiveClient";
13
+ import {
14
+ BatchUpdateScheduleRequest,
15
+ BatchUpdateScheduleResponse,
16
+ } from "../models/models_1";
17
+ export interface BatchUpdateScheduleCommandInput
18
+ extends BatchUpdateScheduleRequest {}
19
+ export interface BatchUpdateScheduleCommandOutput
20
+ extends BatchUpdateScheduleResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchUpdateScheduleCommand extends $Command<
23
+ BatchUpdateScheduleCommandInput,
24
+ BatchUpdateScheduleCommandOutput,
25
+ MediaLiveClientResolvedConfig
26
+ > {
27
+ readonly input: BatchUpdateScheduleCommandInput;
28
+ constructor(input: BatchUpdateScheduleCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: MediaLiveClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { CancelInputDeviceTransferRequest, CancelInputDeviceTransferResponse } from "../models/models_1";
5
- export interface CancelInputDeviceTransferCommandInput extends CancelInputDeviceTransferRequest {
6
- }
7
- export interface CancelInputDeviceTransferCommandOutput extends CancelInputDeviceTransferResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelInputDeviceTransferCommand extends $Command<CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: CancelInputDeviceTransferCommandInput;
12
- constructor(input: CancelInputDeviceTransferCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput>;
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
+ MediaLiveClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaLiveClient";
13
+ import {
14
+ CancelInputDeviceTransferRequest,
15
+ CancelInputDeviceTransferResponse,
16
+ } from "../models/models_1";
17
+ export interface CancelInputDeviceTransferCommandInput
18
+ extends CancelInputDeviceTransferRequest {}
19
+ export interface CancelInputDeviceTransferCommandOutput
20
+ extends CancelInputDeviceTransferResponse,
21
+ __MetadataBearer {}
22
+ export declare class CancelInputDeviceTransferCommand extends $Command<
23
+ CancelInputDeviceTransferCommandInput,
24
+ CancelInputDeviceTransferCommandOutput,
25
+ MediaLiveClientResolvedConfig
26
+ > {
27
+ readonly input: CancelInputDeviceTransferCommandInput;
28
+ constructor(input: CancelInputDeviceTransferCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: MediaLiveClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CancelInputDeviceTransferCommandInput,
35
+ CancelInputDeviceTransferCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
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 { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { ClaimDeviceRequest, ClaimDeviceResponse } from "../models/models_1";
5
- export interface ClaimDeviceCommandInput extends ClaimDeviceRequest {
6
- }
7
- export interface ClaimDeviceCommandOutput extends ClaimDeviceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ClaimDeviceCommand extends $Command<ClaimDeviceCommandInput, ClaimDeviceCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: ClaimDeviceCommandInput;
12
- constructor(input: ClaimDeviceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ClaimDeviceCommandInput, ClaimDeviceCommandOutput>;
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
+ MediaLiveClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaLiveClient";
13
+ import { ClaimDeviceRequest, ClaimDeviceResponse } from "../models/models_1";
14
+ export interface ClaimDeviceCommandInput extends ClaimDeviceRequest {}
15
+ export interface ClaimDeviceCommandOutput
16
+ extends ClaimDeviceResponse,
17
+ __MetadataBearer {}
18
+ export declare class ClaimDeviceCommand extends $Command<
19
+ ClaimDeviceCommandInput,
20
+ ClaimDeviceCommandOutput,
21
+ MediaLiveClientResolvedConfig
22
+ > {
23
+ readonly input: ClaimDeviceCommandInput;
24
+ constructor(input: ClaimDeviceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MediaLiveClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ClaimDeviceCommandInput, ClaimDeviceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { CreateChannelRequest, CreateChannelResponse } from "../models/models_1";
5
- export interface CreateChannelCommandInput extends CreateChannelRequest {
6
- }
7
- export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: CreateChannelCommandInput;
12
- constructor(input: CreateChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
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
+ MediaLiveClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaLiveClient";
13
+ import {
14
+ CreateChannelRequest,
15
+ CreateChannelResponse,
16
+ } from "../models/models_1";
17
+ export interface CreateChannelCommandInput extends CreateChannelRequest {}
18
+ export interface CreateChannelCommandOutput
19
+ extends CreateChannelResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateChannelCommand extends $Command<
22
+ CreateChannelCommandInput,
23
+ CreateChannelCommandOutput,
24
+ MediaLiveClientResolvedConfig
25
+ > {
26
+ readonly input: CreateChannelCommandInput;
27
+ constructor(input: CreateChannelCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: MediaLiveClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
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 { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { CreateInputRequest, CreateInputResponse } from "../models/models_1";
5
- export interface CreateInputCommandInput extends CreateInputRequest {
6
- }
7
- export interface CreateInputCommandOutput extends CreateInputResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateInputCommand extends $Command<CreateInputCommandInput, CreateInputCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: CreateInputCommandInput;
12
- constructor(input: CreateInputCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInputCommandInput, CreateInputCommandOutput>;
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
+ MediaLiveClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaLiveClient";
13
+ import { CreateInputRequest, CreateInputResponse } from "../models/models_1";
14
+ export interface CreateInputCommandInput extends CreateInputRequest {}
15
+ export interface CreateInputCommandOutput
16
+ extends CreateInputResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateInputCommand extends $Command<
19
+ CreateInputCommandInput,
20
+ CreateInputCommandOutput,
21
+ MediaLiveClientResolvedConfig
22
+ > {
23
+ readonly input: CreateInputCommandInput;
24
+ constructor(input: CreateInputCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MediaLiveClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateInputCommandInput, CreateInputCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { CreateInputSecurityGroupRequest, CreateInputSecurityGroupResponse } from "../models/models_1";
5
- export interface CreateInputSecurityGroupCommandInput extends CreateInputSecurityGroupRequest {
6
- }
7
- export interface CreateInputSecurityGroupCommandOutput extends CreateInputSecurityGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateInputSecurityGroupCommand extends $Command<CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: CreateInputSecurityGroupCommandInput;
12
- constructor(input: CreateInputSecurityGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput>;
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
+ MediaLiveClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaLiveClient";
13
+ import {
14
+ CreateInputSecurityGroupRequest,
15
+ CreateInputSecurityGroupResponse,
16
+ } from "../models/models_1";
17
+ export interface CreateInputSecurityGroupCommandInput
18
+ extends CreateInputSecurityGroupRequest {}
19
+ export interface CreateInputSecurityGroupCommandOutput
20
+ extends CreateInputSecurityGroupResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateInputSecurityGroupCommand extends $Command<
23
+ CreateInputSecurityGroupCommandInput,
24
+ CreateInputSecurityGroupCommandOutput,
25
+ MediaLiveClientResolvedConfig
26
+ > {
27
+ readonly input: CreateInputSecurityGroupCommandInput;
28
+ constructor(input: CreateInputSecurityGroupCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: MediaLiveClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateInputSecurityGroupCommandInput,
35
+ CreateInputSecurityGroupCommandOutput
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 { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { CreateMultiplexRequest, CreateMultiplexResponse } from "../models/models_1";
5
- export interface CreateMultiplexCommandInput extends CreateMultiplexRequest {
6
- }
7
- export interface CreateMultiplexCommandOutput extends CreateMultiplexResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateMultiplexCommand extends $Command<CreateMultiplexCommandInput, CreateMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: CreateMultiplexCommandInput;
12
- constructor(input: CreateMultiplexCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMultiplexCommandInput, CreateMultiplexCommandOutput>;
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
+ MediaLiveClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaLiveClient";
13
+ import {
14
+ CreateMultiplexRequest,
15
+ CreateMultiplexResponse,
16
+ } from "../models/models_1";
17
+ export interface CreateMultiplexCommandInput extends CreateMultiplexRequest {}
18
+ export interface CreateMultiplexCommandOutput
19
+ extends CreateMultiplexResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateMultiplexCommand extends $Command<
22
+ CreateMultiplexCommandInput,
23
+ CreateMultiplexCommandOutput,
24
+ MediaLiveClientResolvedConfig
25
+ > {
26
+ readonly input: CreateMultiplexCommandInput;
27
+ constructor(input: CreateMultiplexCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: MediaLiveClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateMultiplexCommandInput, CreateMultiplexCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
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 { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { CreateMultiplexProgramRequest, CreateMultiplexProgramResponse } from "../models/models_1";
5
- export interface CreateMultiplexProgramCommandInput extends CreateMultiplexProgramRequest {
6
- }
7
- export interface CreateMultiplexProgramCommandOutput extends CreateMultiplexProgramResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateMultiplexProgramCommand extends $Command<CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: CreateMultiplexProgramCommandInput;
12
- constructor(input: CreateMultiplexProgramCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput>;
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
+ MediaLiveClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaLiveClient";
13
+ import {
14
+ CreateMultiplexProgramRequest,
15
+ CreateMultiplexProgramResponse,
16
+ } from "../models/models_1";
17
+ export interface CreateMultiplexProgramCommandInput
18
+ extends CreateMultiplexProgramRequest {}
19
+ export interface CreateMultiplexProgramCommandOutput
20
+ extends CreateMultiplexProgramResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateMultiplexProgramCommand extends $Command<
23
+ CreateMultiplexProgramCommandInput,
24
+ CreateMultiplexProgramCommandOutput,
25
+ MediaLiveClientResolvedConfig
26
+ > {
27
+ readonly input: CreateMultiplexProgramCommandInput;
28
+ constructor(input: CreateMultiplexProgramCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: MediaLiveClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateMultiplexProgramCommandInput,
35
+ CreateMultiplexProgramCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }