@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,194 +1,170 @@
1
- import { CdiInputSpecification, ChannelClass, DeviceSettingsSyncState, DeviceUpdateStatus, Input, InputAttachment, InputDestinationRequest, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputSourceRequest, InputSpecification, InputWhitelistRuleCidr, LogLevel, MediaConnectFlowRequest, OutputDestination } from "./models_0";
2
- import { Channel, EncoderSettings, InputDeviceConfigurableSettings, MaintenanceUpdateSettings, Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, RenewalSettings, Reservation } from "./models_1";
3
-
4
- export interface UpdateChannelRequest {
5
-
6
- CdiInputSpecification?: CdiInputSpecification;
7
-
8
- ChannelId: string | undefined;
9
-
10
- Destinations?: OutputDestination[];
11
-
12
- EncoderSettings?: EncoderSettings;
13
-
14
- InputAttachments?: InputAttachment[];
15
-
16
- InputSpecification?: InputSpecification;
17
-
18
- LogLevel?: LogLevel | string;
19
-
20
- Maintenance?: MaintenanceUpdateSettings;
21
-
22
- Name?: string;
23
-
24
- RoleArn?: string;
25
- }
26
-
27
- export interface UpdateChannelResponse {
28
-
29
- Channel?: Channel;
30
- }
31
-
32
- export interface UpdateChannelClassRequest {
33
-
34
- ChannelClass: ChannelClass | string | undefined;
35
-
36
- ChannelId: string | undefined;
37
-
38
- Destinations?: OutputDestination[];
39
- }
40
-
41
- export interface UpdateChannelClassResponse {
42
-
43
- Channel?: Channel;
44
- }
45
-
46
- export interface UpdateInputRequest {
47
-
48
- Destinations?: InputDestinationRequest[];
49
-
50
- InputDevices?: InputDeviceRequest[];
51
-
52
- InputId: string | undefined;
53
-
54
- InputSecurityGroups?: string[];
55
-
56
- MediaConnectFlows?: MediaConnectFlowRequest[];
57
-
58
- Name?: string;
59
-
60
- RoleArn?: string;
61
-
62
- Sources?: InputSourceRequest[];
63
- }
64
-
65
- export interface UpdateInputResponse {
66
-
67
- Input?: Input;
68
- }
69
-
70
- export interface UpdateInputDeviceRequest {
71
-
72
- HdDeviceSettings?: InputDeviceConfigurableSettings;
73
-
74
- InputDeviceId: string | undefined;
75
-
76
- Name?: string;
77
-
78
- UhdDeviceSettings?: InputDeviceConfigurableSettings;
79
- }
80
-
81
- export interface UpdateInputDeviceResponse {
82
-
83
- Arn?: string;
84
-
85
- ConnectionState?: InputDeviceConnectionState | string;
86
-
87
- DeviceSettingsSyncState?: DeviceSettingsSyncState | string;
88
-
89
- DeviceUpdateStatus?: DeviceUpdateStatus | string;
90
-
91
- HdDeviceSettings?: InputDeviceHdSettings;
92
-
93
- Id?: string;
94
-
95
- MacAddress?: string;
96
-
97
- Name?: string;
98
-
99
- NetworkSettings?: InputDeviceNetworkSettings;
100
-
101
- SerialNumber?: string;
102
-
103
- Type?: InputDeviceType | string;
104
-
105
- UhdDeviceSettings?: InputDeviceUhdSettings;
106
- }
107
-
108
- export interface UpdateInputSecurityGroupRequest {
109
-
110
- InputSecurityGroupId: string | undefined;
111
-
112
- Tags?: Record<string, string>;
113
-
114
- WhitelistRules?: InputWhitelistRuleCidr[];
115
- }
116
-
117
- export interface UpdateInputSecurityGroupResponse {
118
-
119
- SecurityGroup?: InputSecurityGroup;
120
- }
121
-
122
- export interface UpdateMultiplexRequest {
123
-
124
- MultiplexId: string | undefined;
125
-
126
- MultiplexSettings?: MultiplexSettings;
127
-
128
- Name?: string;
129
- }
130
-
131
- export interface UpdateMultiplexResponse {
132
-
133
- Multiplex?: Multiplex;
134
- }
135
-
136
- export interface UpdateMultiplexProgramRequest {
137
-
138
- MultiplexId: string | undefined;
139
-
140
- MultiplexProgramSettings?: MultiplexProgramSettings;
141
-
142
- ProgramName: string | undefined;
143
- }
144
-
145
- export interface UpdateMultiplexProgramResponse {
146
-
147
- MultiplexProgram?: MultiplexProgram;
148
- }
149
-
150
- export interface UpdateReservationRequest {
151
-
152
- Name?: string;
153
-
154
- RenewalSettings?: RenewalSettings;
155
-
156
- ReservationId: string | undefined;
157
- }
158
-
159
- export interface UpdateReservationResponse {
160
-
161
- Reservation?: Reservation;
162
- }
163
-
164
- export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
165
-
166
- export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
167
-
168
- export declare const UpdateChannelClassRequestFilterSensitiveLog: (obj: UpdateChannelClassRequest) => any;
169
-
170
- export declare const UpdateChannelClassResponseFilterSensitiveLog: (obj: UpdateChannelClassResponse) => any;
171
-
172
- export declare const UpdateInputRequestFilterSensitiveLog: (obj: UpdateInputRequest) => any;
173
-
174
- export declare const UpdateInputResponseFilterSensitiveLog: (obj: UpdateInputResponse) => any;
175
-
176
- export declare const UpdateInputDeviceRequestFilterSensitiveLog: (obj: UpdateInputDeviceRequest) => any;
177
-
178
- export declare const UpdateInputDeviceResponseFilterSensitiveLog: (obj: UpdateInputDeviceResponse) => any;
179
-
180
- export declare const UpdateInputSecurityGroupRequestFilterSensitiveLog: (obj: UpdateInputSecurityGroupRequest) => any;
181
-
182
- export declare const UpdateInputSecurityGroupResponseFilterSensitiveLog: (obj: UpdateInputSecurityGroupResponse) => any;
183
-
184
- export declare const UpdateMultiplexRequestFilterSensitiveLog: (obj: UpdateMultiplexRequest) => any;
185
-
186
- export declare const UpdateMultiplexResponseFilterSensitiveLog: (obj: UpdateMultiplexResponse) => any;
187
-
188
- export declare const UpdateMultiplexProgramRequestFilterSensitiveLog: (obj: UpdateMultiplexProgramRequest) => any;
189
-
190
- export declare const UpdateMultiplexProgramResponseFilterSensitiveLog: (obj: UpdateMultiplexProgramResponse) => any;
191
-
192
- export declare const UpdateReservationRequestFilterSensitiveLog: (obj: UpdateReservationRequest) => any;
193
-
194
- export declare const UpdateReservationResponseFilterSensitiveLog: (obj: UpdateReservationResponse) => any;
1
+ import {
2
+ CdiInputSpecification,
3
+ ChannelClass,
4
+ DeviceSettingsSyncState,
5
+ DeviceUpdateStatus,
6
+ Input,
7
+ InputAttachment,
8
+ InputDestinationRequest,
9
+ InputDeviceConnectionState,
10
+ InputDeviceHdSettings,
11
+ InputDeviceNetworkSettings,
12
+ InputDeviceRequest,
13
+ InputDeviceType,
14
+ InputDeviceUhdSettings,
15
+ InputSecurityGroup,
16
+ InputSourceRequest,
17
+ InputSpecification,
18
+ InputWhitelistRuleCidr,
19
+ LogLevel,
20
+ MediaConnectFlowRequest,
21
+ OutputDestination,
22
+ } from "./models_0";
23
+ import {
24
+ Channel,
25
+ EncoderSettings,
26
+ InputDeviceConfigurableSettings,
27
+ MaintenanceUpdateSettings,
28
+ Multiplex,
29
+ MultiplexProgram,
30
+ MultiplexProgramSettings,
31
+ MultiplexSettings,
32
+ RenewalSettings,
33
+ Reservation,
34
+ } from "./models_1";
35
+ export interface UpdateChannelRequest {
36
+ CdiInputSpecification?: CdiInputSpecification;
37
+ ChannelId: string | undefined;
38
+ Destinations?: OutputDestination[];
39
+ EncoderSettings?: EncoderSettings;
40
+ InputAttachments?: InputAttachment[];
41
+ InputSpecification?: InputSpecification;
42
+ LogLevel?: LogLevel | string;
43
+ Maintenance?: MaintenanceUpdateSettings;
44
+ Name?: string;
45
+ RoleArn?: string;
46
+ }
47
+ export interface UpdateChannelResponse {
48
+ Channel?: Channel;
49
+ }
50
+ export interface UpdateChannelClassRequest {
51
+ ChannelClass: ChannelClass | string | undefined;
52
+ ChannelId: string | undefined;
53
+ Destinations?: OutputDestination[];
54
+ }
55
+ export interface UpdateChannelClassResponse {
56
+ Channel?: Channel;
57
+ }
58
+ export interface UpdateInputRequest {
59
+ Destinations?: InputDestinationRequest[];
60
+ InputDevices?: InputDeviceRequest[];
61
+ InputId: string | undefined;
62
+ InputSecurityGroups?: string[];
63
+ MediaConnectFlows?: MediaConnectFlowRequest[];
64
+ Name?: string;
65
+ RoleArn?: string;
66
+ Sources?: InputSourceRequest[];
67
+ }
68
+ export interface UpdateInputResponse {
69
+ Input?: Input;
70
+ }
71
+ export interface UpdateInputDeviceRequest {
72
+ HdDeviceSettings?: InputDeviceConfigurableSettings;
73
+ InputDeviceId: string | undefined;
74
+ Name?: string;
75
+ UhdDeviceSettings?: InputDeviceConfigurableSettings;
76
+ }
77
+ export interface UpdateInputDeviceResponse {
78
+ Arn?: string;
79
+ ConnectionState?: InputDeviceConnectionState | string;
80
+ DeviceSettingsSyncState?: DeviceSettingsSyncState | string;
81
+ DeviceUpdateStatus?: DeviceUpdateStatus | string;
82
+ HdDeviceSettings?: InputDeviceHdSettings;
83
+ Id?: string;
84
+ MacAddress?: string;
85
+ Name?: string;
86
+ NetworkSettings?: InputDeviceNetworkSettings;
87
+ SerialNumber?: string;
88
+ Type?: InputDeviceType | string;
89
+ UhdDeviceSettings?: InputDeviceUhdSettings;
90
+ }
91
+ export interface UpdateInputSecurityGroupRequest {
92
+ InputSecurityGroupId: string | undefined;
93
+ Tags?: Record<string, string>;
94
+ WhitelistRules?: InputWhitelistRuleCidr[];
95
+ }
96
+ export interface UpdateInputSecurityGroupResponse {
97
+ SecurityGroup?: InputSecurityGroup;
98
+ }
99
+ export interface UpdateMultiplexRequest {
100
+ MultiplexId: string | undefined;
101
+ MultiplexSettings?: MultiplexSettings;
102
+ Name?: string;
103
+ }
104
+ export interface UpdateMultiplexResponse {
105
+ Multiplex?: Multiplex;
106
+ }
107
+ export interface UpdateMultiplexProgramRequest {
108
+ MultiplexId: string | undefined;
109
+ MultiplexProgramSettings?: MultiplexProgramSettings;
110
+ ProgramName: string | undefined;
111
+ }
112
+ export interface UpdateMultiplexProgramResponse {
113
+ MultiplexProgram?: MultiplexProgram;
114
+ }
115
+ export interface UpdateReservationRequest {
116
+ Name?: string;
117
+ RenewalSettings?: RenewalSettings;
118
+ ReservationId: string | undefined;
119
+ }
120
+ export interface UpdateReservationResponse {
121
+ Reservation?: Reservation;
122
+ }
123
+ export declare const UpdateChannelRequestFilterSensitiveLog: (
124
+ obj: UpdateChannelRequest
125
+ ) => any;
126
+ export declare const UpdateChannelResponseFilterSensitiveLog: (
127
+ obj: UpdateChannelResponse
128
+ ) => any;
129
+ export declare const UpdateChannelClassRequestFilterSensitiveLog: (
130
+ obj: UpdateChannelClassRequest
131
+ ) => any;
132
+ export declare const UpdateChannelClassResponseFilterSensitiveLog: (
133
+ obj: UpdateChannelClassResponse
134
+ ) => any;
135
+ export declare const UpdateInputRequestFilterSensitiveLog: (
136
+ obj: UpdateInputRequest
137
+ ) => any;
138
+ export declare const UpdateInputResponseFilterSensitiveLog: (
139
+ obj: UpdateInputResponse
140
+ ) => any;
141
+ export declare const UpdateInputDeviceRequestFilterSensitiveLog: (
142
+ obj: UpdateInputDeviceRequest
143
+ ) => any;
144
+ export declare const UpdateInputDeviceResponseFilterSensitiveLog: (
145
+ obj: UpdateInputDeviceResponse
146
+ ) => any;
147
+ export declare const UpdateInputSecurityGroupRequestFilterSensitiveLog: (
148
+ obj: UpdateInputSecurityGroupRequest
149
+ ) => any;
150
+ export declare const UpdateInputSecurityGroupResponseFilterSensitiveLog: (
151
+ obj: UpdateInputSecurityGroupResponse
152
+ ) => any;
153
+ export declare const UpdateMultiplexRequestFilterSensitiveLog: (
154
+ obj: UpdateMultiplexRequest
155
+ ) => any;
156
+ export declare const UpdateMultiplexResponseFilterSensitiveLog: (
157
+ obj: UpdateMultiplexResponse
158
+ ) => any;
159
+ export declare const UpdateMultiplexProgramRequestFilterSensitiveLog: (
160
+ obj: UpdateMultiplexProgramRequest
161
+ ) => any;
162
+ export declare const UpdateMultiplexProgramResponseFilterSensitiveLog: (
163
+ obj: UpdateMultiplexProgramResponse
164
+ ) => any;
165
+ export declare const UpdateReservationRequestFilterSensitiveLog: (
166
+ obj: UpdateReservationRequest
167
+ ) => any;
168
+ export declare const UpdateReservationResponseFilterSensitiveLog: (
169
+ obj: UpdateReservationResponse
170
+ ) => any;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "../commands/DescribeScheduleCommand";
3
- import { MediaLivePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateDescribeSchedule(config: MediaLivePaginationConfiguration, input: DescribeScheduleCommandInput, ...additionalArguments: any): Paginator<DescribeScheduleCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ DescribeScheduleCommandInput,
4
+ DescribeScheduleCommandOutput,
5
+ } from "../commands/DescribeScheduleCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeSchedule(
8
+ config: MediaLivePaginationConfiguration,
9
+ input: DescribeScheduleCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeScheduleCommandOutput>;
@@ -1,6 +1,7 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { MediaLive } from "../MediaLive";
3
- import { MediaLiveClient } from "../MediaLiveClient";
4
- export interface MediaLivePaginationConfiguration extends PaginationConfiguration {
5
- client: MediaLive | MediaLiveClient;
6
- }
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { MediaLive } from "../MediaLive";
3
+ import { MediaLiveClient } from "../MediaLiveClient";
4
+ export interface MediaLivePaginationConfiguration
5
+ extends PaginationConfiguration {
6
+ client: MediaLive | MediaLiveClient;
7
+ }
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
3
- import { MediaLivePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListChannels(config: MediaLivePaginationConfiguration, input: ListChannelsCommandInput, ...additionalArguments: any): Paginator<ListChannelsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListChannelsCommandInput,
4
+ ListChannelsCommandOutput,
5
+ } from "../commands/ListChannelsCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListChannels(
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListChannelsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListChannelsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "../commands/ListInputDeviceTransfersCommand";
3
- import { MediaLivePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListInputDeviceTransfers(config: MediaLivePaginationConfiguration, input: ListInputDeviceTransfersCommandInput, ...additionalArguments: any): Paginator<ListInputDeviceTransfersCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListInputDeviceTransfersCommandInput,
4
+ ListInputDeviceTransfersCommandOutput,
5
+ } from "../commands/ListInputDeviceTransfersCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListInputDeviceTransfers(
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListInputDeviceTransfersCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListInputDeviceTransfersCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "../commands/ListInputDevicesCommand";
3
- import { MediaLivePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListInputDevices(config: MediaLivePaginationConfiguration, input: ListInputDevicesCommandInput, ...additionalArguments: any): Paginator<ListInputDevicesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListInputDevicesCommandInput,
4
+ ListInputDevicesCommandOutput,
5
+ } from "../commands/ListInputDevicesCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListInputDevices(
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListInputDevicesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListInputDevicesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "../commands/ListInputSecurityGroupsCommand";
3
- import { MediaLivePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListInputSecurityGroups(config: MediaLivePaginationConfiguration, input: ListInputSecurityGroupsCommandInput, ...additionalArguments: any): Paginator<ListInputSecurityGroupsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListInputSecurityGroupsCommandInput,
4
+ ListInputSecurityGroupsCommandOutput,
5
+ } from "../commands/ListInputSecurityGroupsCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListInputSecurityGroups(
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListInputSecurityGroupsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListInputSecurityGroupsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListInputsCommandInput, ListInputsCommandOutput } from "../commands/ListInputsCommand";
3
- import { MediaLivePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListInputs(config: MediaLivePaginationConfiguration, input: ListInputsCommandInput, ...additionalArguments: any): Paginator<ListInputsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListInputsCommandInput,
4
+ ListInputsCommandOutput,
5
+ } from "../commands/ListInputsCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListInputs(
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListInputsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListInputsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "../commands/ListMultiplexProgramsCommand";
3
- import { MediaLivePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListMultiplexPrograms(config: MediaLivePaginationConfiguration, input: ListMultiplexProgramsCommandInput, ...additionalArguments: any): Paginator<ListMultiplexProgramsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListMultiplexProgramsCommandInput,
4
+ ListMultiplexProgramsCommandOutput,
5
+ } from "../commands/ListMultiplexProgramsCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListMultiplexPrograms(
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListMultiplexProgramsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListMultiplexProgramsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "../commands/ListMultiplexesCommand";
3
- import { MediaLivePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListMultiplexes(config: MediaLivePaginationConfiguration, input: ListMultiplexesCommandInput, ...additionalArguments: any): Paginator<ListMultiplexesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListMultiplexesCommandInput,
4
+ ListMultiplexesCommandOutput,
5
+ } from "../commands/ListMultiplexesCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListMultiplexes(
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListMultiplexesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListMultiplexesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../commands/ListOfferingsCommand";
3
- import { MediaLivePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListOfferings(config: MediaLivePaginationConfiguration, input: ListOfferingsCommandInput, ...additionalArguments: any): Paginator<ListOfferingsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListOfferingsCommandInput,
4
+ ListOfferingsCommandOutput,
5
+ } from "../commands/ListOfferingsCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListOfferings(
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListOfferingsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListOfferingsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
3
- import { MediaLivePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListReservations(config: MediaLivePaginationConfiguration, input: ListReservationsCommandInput, ...additionalArguments: any): Paginator<ListReservationsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListReservationsCommandInput,
4
+ ListReservationsCommandOutput,
5
+ } from "../commands/ListReservationsCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListReservations(
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListReservationsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListReservationsCommandOutput>;
@@ -1,11 +1,11 @@
1
- export * from "./DescribeSchedulePaginator";
2
- export * from "./Interfaces";
3
- export * from "./ListChannelsPaginator";
4
- export * from "./ListInputDeviceTransfersPaginator";
5
- export * from "./ListInputDevicesPaginator";
6
- export * from "./ListInputSecurityGroupsPaginator";
7
- export * from "./ListInputsPaginator";
8
- export * from "./ListMultiplexProgramsPaginator";
9
- export * from "./ListMultiplexesPaginator";
10
- export * from "./ListOfferingsPaginator";
11
- export * from "./ListReservationsPaginator";
1
+ export * from "./DescribeSchedulePaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListChannelsPaginator";
4
+ export * from "./ListInputDeviceTransfersPaginator";
5
+ export * from "./ListInputDevicesPaginator";
6
+ export * from "./ListInputSecurityGroupsPaginator";
7
+ export * from "./ListInputsPaginator";
8
+ export * from "./ListMultiplexProgramsPaginator";
9
+ export * from "./ListMultiplexesPaginator";
10
+ export * from "./ListOfferingsPaginator";
11
+ export * from "./ListReservationsPaginator";