@aws-sdk/client-medialive 3.39.0 → 3.43.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.
- package/CHANGELOG.md +41 -0
- package/dist-cjs/endpoints.js +107 -14
- package/dist-cjs/protocols/Aws_restJson1.js +2 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +107 -14
- package/dist-es/protocols/Aws_restJson1.js +3 -2
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/MediaLiveClient.d.ts +8 -0
- package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteCommand.d.ts +1 -1
- package/dist-types/commands/BatchStartCommand.d.ts +1 -1
- package/dist-types/commands/BatchStopCommand.d.ts +1 -1
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/ClaimDeviceCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +1 -1
- package/dist-types/commands/CreateInputCommand.d.ts +1 -1
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +1 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInputCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOfferingCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduleCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +1 -1
- package/dist-types/commands/ListInputDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListInputsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiplexesCommand.d.ts +1 -1
- package/dist-types/commands/ListOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/StartChannelCommand.d.ts +1 -1
- package/dist-types/commands/StartMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/StopChannelCommand.d.ts +1 -1
- package/dist-types/commands/StopMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInputCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReservationCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +4 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +24 -24
|
@@ -20,7 +20,7 @@ export interface CreateMultiplexProgramCommandOutput extends CreateMultiplexProg
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateMultiplexProgramCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateMultiplexProgramCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateMultiplexProgramCommand extends $Command<CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreatePartnerInputCommandOutput extends CreatePartnerInputRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreatePartnerInputCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreatePartnerInputCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreatePartnerInputCommand extends $Command<CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateTagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateTagsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteChannelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteChannelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteInputCommandOutput extends DeleteInputResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteInputCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteInputCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteInputCommand extends $Command<DeleteInputCommandInput, DeleteInputCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteInputSecurityGroupCommandOutput extends DeleteInputSecuri
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteInputSecurityGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteInputSecurityGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteInputSecurityGroupCommand extends $Command<DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteMultiplexCommandOutput extends DeleteMultiplexResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteMultiplexCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteMultiplexCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteMultiplexCommand extends $Command<DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteMultiplexProgramCommandOutput extends DeleteMultiplexProg
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteMultiplexProgramCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteMultiplexProgramCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteMultiplexProgramCommand extends $Command<DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteReservationCommandOutput extends DeleteReservationRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteReservationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteReservationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteReservationCommand extends $Command<DeleteReservationCommandInput, DeleteReservationCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteScheduleCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteScheduleCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteScheduleCommand extends $Command<DeleteScheduleCommandInput, DeleteScheduleCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteTagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteTagsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeChannelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeChannelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeInputCommandOutput extends DescribeInputResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeInputCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeInputCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeInputCommand extends $Command<DescribeInputCommandInput, DescribeInputCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeInputDeviceCommandOutput extends DescribeInputDeviceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeInputDeviceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeInputDeviceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeInputDeviceCommand extends $Command<DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeInputDeviceThumbnailCommandOutput extends DescribeInput
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeInputDeviceThumbnailCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeInputDeviceThumbnailCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeInputDeviceThumbnailCommand extends $Command<DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeInputSecurityGroupCommandOutput extends DescribeInputSe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeInputSecurityGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeInputSecurityGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeInputSecurityGroupCommand extends $Command<DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeMultiplexCommandOutput extends DescribeMultiplexRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeMultiplexCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeMultiplexCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeMultiplexCommand extends $Command<DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeMultiplexProgramCommandOutput extends DescribeMultiplex
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeMultiplexProgramCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeMultiplexProgramCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeMultiplexProgramCommand extends $Command<DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeOfferingCommandOutput extends DescribeOfferingResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeOfferingCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeOfferingCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeOfferingCommand extends $Command<DescribeOfferingCommandInput, DescribeOfferingCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeReservationCommandOutput extends DescribeReservationRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeReservationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeReservationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeReservationCommand extends $Command<DescribeReservationCommandInput, DescribeReservationCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeScheduleCommandOutput extends DescribeScheduleResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeScheduleCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeScheduleCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeScheduleCommand extends $Command<DescribeScheduleCommandInput, DescribeScheduleCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListChannelsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListChannelsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListInputDeviceTransfersCommandOutput extends ListInputDeviceTr
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListInputDeviceTransfersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListInputDeviceTransfersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListInputDeviceTransfersCommand extends $Command<ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListInputDevicesCommandOutput extends ListInputDevicesResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListInputDevicesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListInputDevicesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListInputDevicesCommand extends $Command<ListInputDevicesCommandInput, ListInputDevicesCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListInputSecurityGroupsCommandOutput extends ListInputSecurityG
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListInputSecurityGroupsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListInputSecurityGroupsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListInputSecurityGroupsCommand extends $Command<ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListInputsCommandOutput extends ListInputsResponse, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListInputsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListInputsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListInputsCommand extends $Command<ListInputsCommandInput, ListInputsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListMultiplexProgramsCommandOutput extends ListMultiplexProgram
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListMultiplexProgramsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListMultiplexProgramsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListMultiplexProgramsCommand extends $Command<ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListMultiplexesCommandOutput extends ListMultiplexesResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListMultiplexesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListMultiplexesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListMultiplexesCommand extends $Command<ListMultiplexesCommandInput, ListMultiplexesCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListOfferingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListOfferingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListOfferingsCommand extends $Command<ListOfferingsCommandInput, ListOfferingsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListReservationsCommandOutput extends ListReservationsResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListReservationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListReservationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListReservationsCommand extends $Command<ListReservationsCommandInput, ListReservationsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PurchaseOfferingCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PurchaseOfferingCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PurchaseOfferingCommand extends $Command<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RejectInputDeviceTransferCommandOutput extends RejectInputDevic
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RejectInputDeviceTransferCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RejectInputDeviceTransferCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class RejectInputDeviceTransferCommand extends $Command<RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartChannelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartChannelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartChannelCommand extends $Command<StartChannelCommandInput, StartChannelCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartMultiplexCommandOutput extends StartMultiplexResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartMultiplexCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartMultiplexCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartMultiplexCommand extends $Command<StartMultiplexCommandInput, StartMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopChannelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopChannelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopChannelCommand extends $Command<StopChannelCommandInput, StopChannelCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopMultiplexCommandOutput extends StopMultiplexResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopMultiplexCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopMultiplexCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopMultiplexCommand extends $Command<StopMultiplexCommandInput, StopMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TransferInputDeviceCommandOutput extends TransferInputDeviceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TransferInputDeviceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TransferInputDeviceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class TransferInputDeviceCommand extends $Command<TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateChannelClassCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateChannelClassCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateChannelClassCommand extends $Command<UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateChannelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateChannelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateInputCommandOutput extends UpdateInputResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateInputCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateInputCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateInputCommand extends $Command<UpdateInputCommandInput, UpdateInputCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateInputDeviceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateInputDeviceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateInputDeviceCommand extends $Command<UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateInputSecurityGroupCommandOutput extends UpdateInputSecuri
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateInputSecurityGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateInputSecurityGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateInputSecurityGroupCommand extends $Command<UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateMultiplexCommandOutput extends UpdateMultiplexResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateMultiplexCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateMultiplexCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateMultiplexCommand extends $Command<UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateMultiplexProgramCommandOutput extends UpdateMultiplexProg
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateMultiplexProgramCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateMultiplexProgramCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateMultiplexProgramCommand extends $Command<UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateReservationCommandOutput extends UpdateReservationRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateReservationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateReservationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateReservationCommand extends $Command<UpdateReservationCommandInput, UpdateReservationCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -2141,6 +2141,10 @@ export interface InputSettings {
|
|
|
2141
2141
|
* Input settings.
|
|
2142
2142
|
*/
|
|
2143
2143
|
NetworkInputSettings?: NetworkInputSettings;
|
|
2144
|
+
/**
|
|
2145
|
+
* PID from which to read SCTE-35 messages. If left undefined, EML will select the first SCTE-35 PID found in the input.
|
|
2146
|
+
*/
|
|
2147
|
+
Scte35Pid?: number;
|
|
2144
2148
|
/**
|
|
2145
2149
|
* Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input. Applicable data types are captions, timecode, AFD, and SCTE-104 messages.
|
|
2146
2150
|
* - PREFER: Extract from SMPTE-2038 if present in this input, otherwise extract from another source (if any).
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -95,6 +95,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
95
95
|
|
|
96
96
|
logger?: __Logger;
|
|
97
97
|
|
|
98
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
99
|
+
|
|
100
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
101
|
+
|
|
98
102
|
serviceId?: string;
|
|
99
103
|
|
|
100
104
|
region?: string | __Provider<string>;
|
|
@@ -1330,6 +1330,8 @@ export interface InputSettings {
|
|
|
1330
1330
|
|
|
1331
1331
|
NetworkInputSettings?: NetworkInputSettings;
|
|
1332
1332
|
|
|
1333
|
+
Scte35Pid?: number;
|
|
1334
|
+
|
|
1333
1335
|
Smpte2038DataPreference?: Smpte2038DataPreference | string;
|
|
1334
1336
|
|
|
1335
1337
|
SourceEndBehavior?: InputSourceEndBehavior | string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|