@aws-sdk/client-medialive 3.194.0 → 3.197.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 +22 -0
- package/dist-cjs/MediaLiveClient.js +11 -8
- package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +10 -0
- package/dist-cjs/commands/BatchDeleteCommand.js +10 -0
- package/dist-cjs/commands/BatchStartCommand.js +10 -0
- package/dist-cjs/commands/BatchStopCommand.js +10 -0
- package/dist-cjs/commands/BatchUpdateScheduleCommand.js +10 -0
- package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +10 -0
- package/dist-cjs/commands/ClaimDeviceCommand.js +10 -0
- package/dist-cjs/commands/CreateChannelCommand.js +10 -0
- package/dist-cjs/commands/CreateInputCommand.js +10 -0
- package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateMultiplexCommand.js +10 -0
- package/dist-cjs/commands/CreateMultiplexProgramCommand.js +10 -0
- package/dist-cjs/commands/CreatePartnerInputCommand.js +10 -0
- package/dist-cjs/commands/CreateTagsCommand.js +10 -0
- package/dist-cjs/commands/DeleteChannelCommand.js +10 -0
- package/dist-cjs/commands/DeleteInputCommand.js +10 -0
- package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteMultiplexCommand.js +10 -0
- package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +10 -0
- package/dist-cjs/commands/DeleteReservationCommand.js +10 -0
- package/dist-cjs/commands/DeleteScheduleCommand.js +10 -0
- package/dist-cjs/commands/DeleteTagsCommand.js +10 -0
- package/dist-cjs/commands/DescribeChannelCommand.js +10 -0
- package/dist-cjs/commands/DescribeInputCommand.js +10 -0
- package/dist-cjs/commands/DescribeInputDeviceCommand.js +10 -0
- package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +10 -0
- package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +10 -0
- package/dist-cjs/commands/DescribeMultiplexCommand.js +10 -0
- package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +10 -0
- package/dist-cjs/commands/DescribeOfferingCommand.js +10 -0
- package/dist-cjs/commands/DescribeReservationCommand.js +10 -0
- package/dist-cjs/commands/DescribeScheduleCommand.js +10 -0
- package/dist-cjs/commands/ListChannelsCommand.js +10 -0
- package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +10 -0
- package/dist-cjs/commands/ListInputDevicesCommand.js +10 -0
- package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListInputsCommand.js +10 -0
- package/dist-cjs/commands/ListMultiplexProgramsCommand.js +10 -0
- package/dist-cjs/commands/ListMultiplexesCommand.js +10 -0
- package/dist-cjs/commands/ListOfferingsCommand.js +10 -0
- package/dist-cjs/commands/ListReservationsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/PurchaseOfferingCommand.js +10 -0
- package/dist-cjs/commands/RebootInputDeviceCommand.js +10 -0
- package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +10 -0
- package/dist-cjs/commands/StartChannelCommand.js +10 -0
- package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +10 -0
- package/dist-cjs/commands/StartMultiplexCommand.js +10 -0
- package/dist-cjs/commands/StopChannelCommand.js +10 -0
- package/dist-cjs/commands/StopMultiplexCommand.js +10 -0
- package/dist-cjs/commands/TransferInputDeviceCommand.js +10 -0
- package/dist-cjs/commands/UpdateChannelClassCommand.js +10 -0
- package/dist-cjs/commands/UpdateChannelCommand.js +10 -0
- package/dist-cjs/commands/UpdateInputCommand.js +10 -0
- package/dist-cjs/commands/UpdateInputDeviceCommand.js +10 -0
- package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +10 -0
- package/dist-cjs/commands/UpdateMultiplexCommand.js +10 -0
- package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +10 -0
- package/dist-cjs/commands/UpdateReservationCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/MediaLiveClient.js +12 -9
- package/dist-es/commands/AcceptInputDeviceTransferCommand.js +10 -0
- package/dist-es/commands/BatchDeleteCommand.js +10 -0
- package/dist-es/commands/BatchStartCommand.js +10 -0
- package/dist-es/commands/BatchStopCommand.js +10 -0
- package/dist-es/commands/BatchUpdateScheduleCommand.js +10 -0
- package/dist-es/commands/CancelInputDeviceTransferCommand.js +10 -0
- package/dist-es/commands/ClaimDeviceCommand.js +10 -0
- package/dist-es/commands/CreateChannelCommand.js +10 -0
- package/dist-es/commands/CreateInputCommand.js +10 -0
- package/dist-es/commands/CreateInputSecurityGroupCommand.js +10 -0
- package/dist-es/commands/CreateMultiplexCommand.js +10 -0
- package/dist-es/commands/CreateMultiplexProgramCommand.js +10 -0
- package/dist-es/commands/CreatePartnerInputCommand.js +10 -0
- package/dist-es/commands/CreateTagsCommand.js +10 -0
- package/dist-es/commands/DeleteChannelCommand.js +10 -0
- package/dist-es/commands/DeleteInputCommand.js +10 -0
- package/dist-es/commands/DeleteInputSecurityGroupCommand.js +10 -0
- package/dist-es/commands/DeleteMultiplexCommand.js +10 -0
- package/dist-es/commands/DeleteMultiplexProgramCommand.js +10 -0
- package/dist-es/commands/DeleteReservationCommand.js +10 -0
- package/dist-es/commands/DeleteScheduleCommand.js +10 -0
- package/dist-es/commands/DeleteTagsCommand.js +10 -0
- package/dist-es/commands/DescribeChannelCommand.js +10 -0
- package/dist-es/commands/DescribeInputCommand.js +10 -0
- package/dist-es/commands/DescribeInputDeviceCommand.js +10 -0
- package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +10 -0
- package/dist-es/commands/DescribeInputSecurityGroupCommand.js +10 -0
- package/dist-es/commands/DescribeMultiplexCommand.js +10 -0
- package/dist-es/commands/DescribeMultiplexProgramCommand.js +10 -0
- package/dist-es/commands/DescribeOfferingCommand.js +10 -0
- package/dist-es/commands/DescribeReservationCommand.js +10 -0
- package/dist-es/commands/DescribeScheduleCommand.js +10 -0
- package/dist-es/commands/ListChannelsCommand.js +10 -0
- package/dist-es/commands/ListInputDeviceTransfersCommand.js +10 -0
- package/dist-es/commands/ListInputDevicesCommand.js +10 -0
- package/dist-es/commands/ListInputSecurityGroupsCommand.js +10 -0
- package/dist-es/commands/ListInputsCommand.js +10 -0
- package/dist-es/commands/ListMultiplexProgramsCommand.js +10 -0
- package/dist-es/commands/ListMultiplexesCommand.js +10 -0
- package/dist-es/commands/ListOfferingsCommand.js +10 -0
- package/dist-es/commands/ListReservationsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/PurchaseOfferingCommand.js +10 -0
- package/dist-es/commands/RebootInputDeviceCommand.js +10 -0
- package/dist-es/commands/RejectInputDeviceTransferCommand.js +10 -0
- package/dist-es/commands/StartChannelCommand.js +10 -0
- package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +10 -0
- package/dist-es/commands/StartMultiplexCommand.js +10 -0
- package/dist-es/commands/StopChannelCommand.js +10 -0
- package/dist-es/commands/StopMultiplexCommand.js +10 -0
- package/dist-es/commands/TransferInputDeviceCommand.js +10 -0
- package/dist-es/commands/UpdateChannelClassCommand.js +10 -0
- package/dist-es/commands/UpdateChannelCommand.js +10 -0
- package/dist-es/commands/UpdateInputCommand.js +10 -0
- package/dist-es/commands/UpdateInputDeviceCommand.js +10 -0
- package/dist-es/commands/UpdateInputSecurityGroupCommand.js +10 -0
- package/dist-es/commands/UpdateMultiplexCommand.js +10 -0
- package/dist-es/commands/UpdateMultiplexProgramCommand.js +10 -0
- package/dist-es/commands/UpdateReservationCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/MediaLiveClient.d.ts +6 -9
- package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeleteCommand.d.ts +2 -0
- package/dist-types/commands/BatchStartCommand.d.ts +2 -0
- package/dist-types/commands/BatchStopCommand.d.ts +2 -0
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +2 -0
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +2 -0
- package/dist-types/commands/ClaimDeviceCommand.d.ts +2 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +2 -0
- package/dist-types/commands/CreateInputCommand.d.ts +2 -0
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateMultiplexCommand.d.ts +2 -0
- package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +2 -0
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +2 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +2 -0
- package/dist-types/commands/DeleteInputCommand.d.ts +2 -0
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +2 -0
- package/dist-types/commands/DeleteReservationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteScheduleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInputCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +2 -0
- package/dist-types/commands/DescribeOfferingCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReservationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeScheduleCommand.d.ts +2 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +2 -0
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +2 -0
- package/dist-types/commands/ListInputDevicesCommand.d.ts +2 -0
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListInputsCommand.d.ts +2 -0
- package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +2 -0
- package/dist-types/commands/ListMultiplexesCommand.d.ts +2 -0
- package/dist-types/commands/ListOfferingsCommand.d.ts +2 -0
- package/dist-types/commands/ListReservationsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +2 -0
- package/dist-types/commands/RebootInputDeviceCommand.d.ts +2 -0
- package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +2 -0
- package/dist-types/commands/StartChannelCommand.d.ts +2 -0
- package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +2 -0
- package/dist-types/commands/StartMultiplexCommand.d.ts +2 -0
- package/dist-types/commands/StopChannelCommand.d.ts +2 -0
- package/dist-types/commands/StopMultiplexCommand.d.ts +2 -0
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +2 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +2 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +2 -0
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +2 -0
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +2 -0
- package/dist-types/commands/UpdateReservationCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/MediaLiveClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +31 -29
- package/dist-cjs/endpoints.js +0 -160
- package/dist-es/endpoints.js +0 -156
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListMultiplexProgramsCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListMultiplexProgramsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListMultiplexProgramsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListMultiplexesCommand extends $Command<
|
|
|
24
25
|
MediaLiveClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListMultiplexesCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListMultiplexesCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListOfferingsCommand extends $Command<
|
|
|
24
25
|
MediaLiveClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListOfferingsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListOfferingsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListReservationsCommand extends $Command<
|
|
|
24
25
|
MediaLiveClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListReservationsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListReservationsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForResourceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class PurchaseOfferingCommand extends $Command<
|
|
|
24
25
|
MediaLiveClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: PurchaseOfferingCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: PurchaseOfferingCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class RebootInputDeviceCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: RebootInputDeviceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RebootInputDeviceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class RejectInputDeviceTransferCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: RejectInputDeviceTransferCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RejectInputDeviceTransferCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class StartChannelCommand extends $Command<
|
|
|
21
22
|
MediaLiveClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: StartChannelCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: StartChannelCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class StartInputDeviceMaintenanceWindowCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StartInputDeviceMaintenanceWindowCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartInputDeviceMaintenanceWindowCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class StartMultiplexCommand extends $Command<
|
|
|
24
25
|
MediaLiveClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: StartMultiplexCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: StartMultiplexCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class StopChannelCommand extends $Command<
|
|
|
21
22
|
MediaLiveClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: StopChannelCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: StopChannelCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -22,6 +23,7 @@ export declare class StopMultiplexCommand extends $Command<
|
|
|
22
23
|
MediaLiveClientResolvedConfig
|
|
23
24
|
> {
|
|
24
25
|
readonly input: StopMultiplexCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
27
|
constructor(input: StopMultiplexCommandInput);
|
|
26
28
|
resolveMiddleware(
|
|
27
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class TransferInputDeviceCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: TransferInputDeviceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: TransferInputDeviceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateChannelClassCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateChannelClassCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateChannelClassCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UpdateChannelCommand extends $Command<
|
|
|
24
25
|
MediaLiveClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UpdateChannelCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UpdateChannelCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class UpdateInputCommand extends $Command<
|
|
|
21
22
|
MediaLiveClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: UpdateInputCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: UpdateInputCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateInputDeviceCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateInputDeviceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateInputDeviceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateInputSecurityGroupCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateInputSecurityGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateInputSecurityGroupCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UpdateMultiplexCommand extends $Command<
|
|
|
24
25
|
MediaLiveClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UpdateMultiplexCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UpdateMultiplexCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateMultiplexProgramCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateMultiplexProgramCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateMultiplexProgramCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateReservationCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateReservationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateReservationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Endpoint,
|
|
3
|
+
EndpointParameters as __EndpointParameters,
|
|
4
|
+
EndpointV2,
|
|
5
|
+
Provider,
|
|
6
|
+
} from "@aws-sdk/types";
|
|
7
|
+
export interface ClientInputEndpointParameters {
|
|
8
|
+
region?: string | Provider<string>;
|
|
9
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
10
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
11
|
+
endpoint?:
|
|
12
|
+
| string
|
|
13
|
+
| Provider<string>
|
|
14
|
+
| Endpoint
|
|
15
|
+
| Provider<Endpoint>
|
|
16
|
+
| EndpointV2
|
|
17
|
+
| Provider<EndpointV2>;
|
|
18
|
+
}
|
|
19
|
+
export declare type ClientResolvedEndpointParameters =
|
|
20
|
+
ClientInputEndpointParameters & {
|
|
21
|
+
defaultSigningName: string;
|
|
22
|
+
};
|
|
23
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
24
|
+
options: T & ClientInputEndpointParameters
|
|
25
|
+
) => T &
|
|
26
|
+
ClientInputEndpointParameters & {
|
|
27
|
+
defaultSigningName: string;
|
|
28
|
+
};
|
|
29
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
+
Region?: string;
|
|
31
|
+
UseDualStack?: boolean;
|
|
32
|
+
UseFIPS?: boolean;
|
|
33
|
+
Endpoint?: string;
|
|
34
|
+
}
|
|
@@ -37,12 +37,31 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
37
37
|
disableHostPrefix: boolean;
|
|
38
38
|
logger: import("@aws-sdk/types").Logger;
|
|
39
39
|
serviceId: string;
|
|
40
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
41
40
|
endpoint?:
|
|
42
|
-
|
|
|
43
|
-
|
|
44
|
-
|
|
41
|
+
| ((
|
|
42
|
+
| string
|
|
43
|
+
| import("@aws-sdk/types").Endpoint
|
|
44
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
45
|
+
| import("@aws-sdk/types").EndpointV2
|
|
46
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
47
|
+
) &
|
|
48
|
+
(
|
|
49
|
+
| string
|
|
50
|
+
| import("@aws-sdk/types").Provider<string>
|
|
51
|
+
| import("@aws-sdk/types").Endpoint
|
|
52
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
53
|
+
| import("@aws-sdk/types").EndpointV2
|
|
54
|
+
| import("@aws-sdk/types").Provider<
|
|
55
|
+
import("@aws-sdk/types").EndpointV2
|
|
56
|
+
>
|
|
57
|
+
))
|
|
45
58
|
| undefined;
|
|
59
|
+
endpointProvider: (
|
|
60
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
61
|
+
context?: {
|
|
62
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
63
|
+
}
|
|
64
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
46
65
|
tls?: boolean | undefined;
|
|
47
66
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
67
|
credentials?:
|
|
@@ -37,12 +37,31 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
37
37
|
disableHostPrefix: boolean;
|
|
38
38
|
logger: import("@aws-sdk/types").Logger;
|
|
39
39
|
serviceId: string;
|
|
40
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
41
40
|
endpoint?:
|
|
42
|
-
|
|
|
43
|
-
|
|
44
|
-
|
|
41
|
+
| ((
|
|
42
|
+
| string
|
|
43
|
+
| import("@aws-sdk/types").Endpoint
|
|
44
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
45
|
+
| import("@aws-sdk/types").EndpointV2
|
|
46
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
47
|
+
) &
|
|
48
|
+
(
|
|
49
|
+
| string
|
|
50
|
+
| import("@aws-sdk/types").Provider<string>
|
|
51
|
+
| import("@aws-sdk/types").Endpoint
|
|
52
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
53
|
+
| import("@aws-sdk/types").EndpointV2
|
|
54
|
+
| import("@aws-sdk/types").Provider<
|
|
55
|
+
import("@aws-sdk/types").EndpointV2
|
|
56
|
+
>
|
|
57
|
+
))
|
|
45
58
|
| undefined;
|
|
59
|
+
endpointProvider: (
|
|
60
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
61
|
+
context?: {
|
|
62
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
63
|
+
}
|
|
64
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
46
65
|
tls?: boolean | undefined;
|
|
47
66
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
67
|
credentials?:
|
|
@@ -29,7 +29,6 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
32
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
33
32
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
34
33
|
import("@aws-sdk/types").UserAgent
|
|
35
34
|
>;
|
|
@@ -43,7 +42,15 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
43
42
|
| string
|
|
44
43
|
| import("@aws-sdk/types").Endpoint
|
|
45
44
|
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
45
|
+
| import("@aws-sdk/types").EndpointV2
|
|
46
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
47
|
| undefined;
|
|
48
|
+
endpointProvider: (
|
|
49
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
50
|
+
context?: {
|
|
51
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
52
|
+
}
|
|
53
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
47
54
|
tls?: boolean | undefined;
|
|
48
55
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
49
56
|
credentials?:
|
|
@@ -3,8 +3,13 @@ import { MediaLiveClientConfig } from "./MediaLiveClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
4
4
|
apiVersion: string;
|
|
5
5
|
disableHostPrefix: boolean;
|
|
6
|
+
endpointProvider: (
|
|
7
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
8
|
+
context?: {
|
|
9
|
+
logger?: __Logger | undefined;
|
|
10
|
+
}
|
|
11
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
6
12
|
logger: __Logger;
|
|
7
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
8
13
|
serviceId: string;
|
|
9
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
10
15
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-medialive",
|
|
3
3
|
"description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.197.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,40 +19,42 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-
|
|
30
|
-
"@aws-sdk/middleware-
|
|
31
|
-
"@aws-sdk/middleware-
|
|
32
|
-
"@aws-sdk/middleware-
|
|
33
|
-
"@aws-sdk/middleware-
|
|
34
|
-
"@aws-sdk/middleware-
|
|
35
|
-
"@aws-sdk/middleware-
|
|
36
|
-
"@aws-sdk/middleware-
|
|
37
|
-
"@aws-sdk/
|
|
38
|
-
"@aws-sdk/node-
|
|
39
|
-
"@aws-sdk/
|
|
40
|
-
"@aws-sdk/
|
|
41
|
-
"@aws-sdk/
|
|
42
|
-
"@aws-sdk/
|
|
22
|
+
"@aws-sdk/client-sts": "3.197.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.197.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.197.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.197.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.197.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.197.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.197.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.197.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.197.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.197.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.197.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.197.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.197.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.197.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.197.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.197.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.197.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.197.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.197.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.197.0",
|
|
42
|
+
"@aws-sdk/types": "3.197.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.197.0",
|
|
43
44
|
"@aws-sdk/util-base64-browser": "3.188.0",
|
|
44
45
|
"@aws-sdk/util-base64-node": "3.188.0",
|
|
45
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
47
|
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-stream-
|
|
51
|
-
"@aws-sdk/util-
|
|
52
|
-
"@aws-sdk/util-user-agent-
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.197.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.197.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.197.0",
|
|
51
|
+
"@aws-sdk/util-stream-browser": "3.197.0",
|
|
52
|
+
"@aws-sdk/util-stream-node": "3.197.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.197.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.197.0",
|
|
53
55
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
54
56
|
"@aws-sdk/util-utf8-node": "3.188.0",
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
57
|
+
"@aws-sdk/util-waiter": "3.197.0",
|
|
56
58
|
"tslib": "^2.3.1",
|
|
57
59
|
"uuid": "^8.3.2"
|
|
58
60
|
},
|