@aws-sdk/client-medialive 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 (100) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/MediaLive.d.ts +1072 -300
  3. package/dist-types/ts3.4/MediaLiveClient.d.ts +483 -132
  4. package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +34 -17
  53. package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +38 -17
  55. package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +38 -17
  56. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +38 -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 +8 -6
  67. package/dist-types/ts3.4/models/index.d.ts +3 -3
  68. package/dist-types/ts3.4/models/models_0.d.ts +2707 -2595
  69. package/dist-types/ts3.4/models/models_1.d.ts +3418 -3144
  70. package/dist-types/ts3.4/models/models_2.d.ts +242 -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 +66 -38
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  88. package/dist-types/ts3.4/waiters/index.d.ts +11 -11
  89. package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +13 -7
  90. package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +13 -7
  91. package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +13 -7
  92. package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +13 -7
  93. package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +13 -7
  94. package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +13 -7
  95. package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +13 -7
  96. package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +13 -7
  97. package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +13 -7
  98. package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +13 -7
  99. package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +13 -7
  100. 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 { 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
+
23
+ export declare class CreateMultiplexProgramCommand extends $Command<
24
+ CreateMultiplexProgramCommandInput,
25
+ CreateMultiplexProgramCommandOutput,
26
+ MediaLiveClientResolvedConfig
27
+ > {
28
+ readonly input: CreateMultiplexProgramCommandInput;
29
+ constructor(input: CreateMultiplexProgramCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaLiveClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateMultiplexProgramCommandInput,
37
+ CreateMultiplexProgramCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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 { CreatePartnerInputRequest, CreatePartnerInputResponse } from "../models/models_1";
5
- export interface CreatePartnerInputCommandInput extends CreatePartnerInputRequest {
6
- }
7
- export interface CreatePartnerInputCommandOutput extends CreatePartnerInputResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePartnerInputCommand extends $Command<CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: CreatePartnerInputCommandInput;
12
- constructor(input: CreatePartnerInputCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput>;
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
+ CreatePartnerInputRequest,
15
+ CreatePartnerInputResponse,
16
+ } from "../models/models_1";
17
+ export interface CreatePartnerInputCommandInput
18
+ extends CreatePartnerInputRequest {}
19
+ export interface CreatePartnerInputCommandOutput
20
+ extends CreatePartnerInputResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreatePartnerInputCommand extends $Command<
24
+ CreatePartnerInputCommandInput,
25
+ CreatePartnerInputCommandOutput,
26
+ MediaLiveClientResolvedConfig
27
+ > {
28
+ readonly input: CreatePartnerInputCommandInput;
29
+ constructor(input: CreatePartnerInputCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaLiveClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { CreateTagsRequest } from "../models/models_1";
5
- export interface CreateTagsCommandInput extends CreateTagsRequest {
6
- }
7
- export interface CreateTagsCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: CreateTagsCommandInput;
12
- constructor(input: CreateTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTagsCommandInput, CreateTagsCommandOutput>;
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 { CreateTagsRequest } from "../models/models_1";
14
+ export interface CreateTagsCommandInput extends CreateTagsRequest {}
15
+ export interface CreateTagsCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class CreateTagsCommand extends $Command<
18
+ CreateTagsCommandInput,
19
+ CreateTagsCommandOutput,
20
+ MediaLiveClientResolvedConfig
21
+ > {
22
+ readonly input: CreateTagsCommandInput;
23
+ constructor(input: CreateTagsCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MediaLiveClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateTagsCommandInput, CreateTagsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_1";
5
- export interface DeleteChannelCommandInput extends DeleteChannelRequest {
6
- }
7
- export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: DeleteChannelCommandInput;
12
- constructor(input: DeleteChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelCommandInput, DeleteChannelCommandOutput>;
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
+ DeleteChannelRequest,
15
+ DeleteChannelResponse,
16
+ } from "../models/models_1";
17
+ export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
18
+ export interface DeleteChannelCommandOutput
19
+ extends DeleteChannelResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteChannelCommand extends $Command<
23
+ DeleteChannelCommandInput,
24
+ DeleteChannelCommandOutput,
25
+ MediaLiveClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteChannelCommandInput;
28
+ constructor(input: DeleteChannelCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MediaLiveClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteChannelCommandInput, DeleteChannelCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { DeleteInputRequest, DeleteInputResponse } from "../models/models_1";
5
- export interface DeleteInputCommandInput extends DeleteInputRequest {
6
- }
7
- export interface DeleteInputCommandOutput extends DeleteInputResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteInputCommand extends $Command<DeleteInputCommandInput, DeleteInputCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: DeleteInputCommandInput;
12
- constructor(input: DeleteInputCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInputCommandInput, DeleteInputCommandOutput>;
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 { DeleteInputRequest, DeleteInputResponse } from "../models/models_1";
14
+ export interface DeleteInputCommandInput extends DeleteInputRequest {}
15
+ export interface DeleteInputCommandOutput
16
+ extends DeleteInputResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteInputCommand extends $Command<
20
+ DeleteInputCommandInput,
21
+ DeleteInputCommandOutput,
22
+ MediaLiveClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteInputCommandInput;
25
+ constructor(input: DeleteInputCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: MediaLiveClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteInputCommandInput, DeleteInputCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { DeleteInputSecurityGroupRequest, DeleteInputSecurityGroupResponse } from "../models/models_1";
5
- export interface DeleteInputSecurityGroupCommandInput extends DeleteInputSecurityGroupRequest {
6
- }
7
- export interface DeleteInputSecurityGroupCommandOutput extends DeleteInputSecurityGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteInputSecurityGroupCommand extends $Command<DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: DeleteInputSecurityGroupCommandInput;
12
- constructor(input: DeleteInputSecurityGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput>;
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
+ DeleteInputSecurityGroupRequest,
15
+ DeleteInputSecurityGroupResponse,
16
+ } from "../models/models_1";
17
+ export interface DeleteInputSecurityGroupCommandInput
18
+ extends DeleteInputSecurityGroupRequest {}
19
+ export interface DeleteInputSecurityGroupCommandOutput
20
+ extends DeleteInputSecurityGroupResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteInputSecurityGroupCommand extends $Command<
24
+ DeleteInputSecurityGroupCommandInput,
25
+ DeleteInputSecurityGroupCommandOutput,
26
+ MediaLiveClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteInputSecurityGroupCommandInput;
29
+ constructor(input: DeleteInputSecurityGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaLiveClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteInputSecurityGroupCommandInput,
37
+ DeleteInputSecurityGroupCommandOutput
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 { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { DeleteMultiplexRequest, DeleteMultiplexResponse } from "../models/models_1";
5
- export interface DeleteMultiplexCommandInput extends DeleteMultiplexRequest {
6
- }
7
- export interface DeleteMultiplexCommandOutput extends DeleteMultiplexResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteMultiplexCommand extends $Command<DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: DeleteMultiplexCommandInput;
12
- constructor(input: DeleteMultiplexCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput>;
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
+ DeleteMultiplexRequest,
15
+ DeleteMultiplexResponse,
16
+ } from "../models/models_1";
17
+ export interface DeleteMultiplexCommandInput extends DeleteMultiplexRequest {}
18
+ export interface DeleteMultiplexCommandOutput
19
+ extends DeleteMultiplexResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteMultiplexCommand extends $Command<
23
+ DeleteMultiplexCommandInput,
24
+ DeleteMultiplexCommandOutput,
25
+ MediaLiveClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteMultiplexCommandInput;
28
+ constructor(input: DeleteMultiplexCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MediaLiveClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { DeleteMultiplexProgramRequest, DeleteMultiplexProgramResponse } from "../models/models_1";
5
- export interface DeleteMultiplexProgramCommandInput extends DeleteMultiplexProgramRequest {
6
- }
7
- export interface DeleteMultiplexProgramCommandOutput extends DeleteMultiplexProgramResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteMultiplexProgramCommand extends $Command<DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: DeleteMultiplexProgramCommandInput;
12
- constructor(input: DeleteMultiplexProgramCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput>;
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
+ DeleteMultiplexProgramRequest,
15
+ DeleteMultiplexProgramResponse,
16
+ } from "../models/models_1";
17
+ export interface DeleteMultiplexProgramCommandInput
18
+ extends DeleteMultiplexProgramRequest {}
19
+ export interface DeleteMultiplexProgramCommandOutput
20
+ extends DeleteMultiplexProgramResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteMultiplexProgramCommand extends $Command<
24
+ DeleteMultiplexProgramCommandInput,
25
+ DeleteMultiplexProgramCommandOutput,
26
+ MediaLiveClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteMultiplexProgramCommandInput;
29
+ constructor(input: DeleteMultiplexProgramCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaLiveClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteMultiplexProgramCommandInput,
37
+ DeleteMultiplexProgramCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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 { DeleteReservationRequest, DeleteReservationResponse } from "../models/models_1";
5
- export interface DeleteReservationCommandInput extends DeleteReservationRequest {
6
- }
7
- export interface DeleteReservationCommandOutput extends DeleteReservationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteReservationCommand extends $Command<DeleteReservationCommandInput, DeleteReservationCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: DeleteReservationCommandInput;
12
- constructor(input: DeleteReservationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReservationCommandInput, DeleteReservationCommandOutput>;
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
+ DeleteReservationRequest,
15
+ DeleteReservationResponse,
16
+ } from "../models/models_1";
17
+ export interface DeleteReservationCommandInput
18
+ extends DeleteReservationRequest {}
19
+ export interface DeleteReservationCommandOutput
20
+ extends DeleteReservationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteReservationCommand extends $Command<
24
+ DeleteReservationCommandInput,
25
+ DeleteReservationCommandOutput,
26
+ MediaLiveClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteReservationCommandInput;
29
+ constructor(input: DeleteReservationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaLiveClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteReservationCommandInput, DeleteReservationCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { DeleteScheduleRequest, DeleteScheduleResponse } from "../models/models_1";
5
- export interface DeleteScheduleCommandInput extends DeleteScheduleRequest {
6
- }
7
- export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteScheduleCommand extends $Command<DeleteScheduleCommandInput, DeleteScheduleCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: DeleteScheduleCommandInput;
12
- constructor(input: DeleteScheduleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteScheduleCommandInput, DeleteScheduleCommandOutput>;
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
+ DeleteScheduleRequest,
15
+ DeleteScheduleResponse,
16
+ } from "../models/models_1";
17
+ export interface DeleteScheduleCommandInput extends DeleteScheduleRequest {}
18
+ export interface DeleteScheduleCommandOutput
19
+ extends DeleteScheduleResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteScheduleCommand extends $Command<
23
+ DeleteScheduleCommandInput,
24
+ DeleteScheduleCommandOutput,
25
+ MediaLiveClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteScheduleCommandInput;
28
+ constructor(input: DeleteScheduleCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MediaLiveClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteScheduleCommandInput, DeleteScheduleCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { DeleteTagsRequest } from "../models/models_1";
5
- export interface DeleteTagsCommandInput extends DeleteTagsRequest {
6
- }
7
- export interface DeleteTagsCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, MediaLiveClientResolvedConfig> {
11
- readonly input: DeleteTagsCommandInput;
12
- constructor(input: DeleteTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTagsCommandInput, DeleteTagsCommandOutput>;
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 { DeleteTagsRequest } from "../models/models_1";
14
+ export interface DeleteTagsCommandInput extends DeleteTagsRequest {}
15
+ export interface DeleteTagsCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteTagsCommand extends $Command<
18
+ DeleteTagsCommandInput,
19
+ DeleteTagsCommandOutput,
20
+ MediaLiveClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteTagsCommandInput;
23
+ constructor(input: DeleteTagsCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MediaLiveClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteTagsCommandInput, DeleteTagsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }