@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
|
@@ -27,8 +27,10 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
27
27
|
disableHostPrefix: boolean;
|
|
28
28
|
logger: import("@aws-sdk/types").Logger;
|
|
29
29
|
serviceId: string;
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
31
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
32
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
33
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
32
34
|
tls?: boolean | undefined;
|
|
33
35
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
34
36
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -27,8 +27,10 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
27
27
|
disableHostPrefix: boolean;
|
|
28
28
|
logger: import("@aws-sdk/types").Logger;
|
|
29
29
|
serviceId: string;
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
31
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
32
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
33
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
32
34
|
tls?: boolean | undefined;
|
|
33
35
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
34
36
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,11 +23,13 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
28
|
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
30
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { MediaLiveClientConfig } from "./MediaLiveClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
SdkStreamMixinInjector as __SdkStreamMixinInjector,
|
|
42
43
|
StreamCollector as __StreamCollector,
|
|
43
44
|
UrlParser as __UrlParser,
|
|
@@ -279,6 +280,11 @@ import {
|
|
|
279
280
|
UpdateReservationCommandInput,
|
|
280
281
|
UpdateReservationCommandOutput,
|
|
281
282
|
} from "./commands/UpdateReservationCommand";
|
|
283
|
+
import {
|
|
284
|
+
ClientInputEndpointParameters,
|
|
285
|
+
ClientResolvedEndpointParameters,
|
|
286
|
+
EndpointParameters,
|
|
287
|
+
} from "./endpoint/EndpointParameters";
|
|
282
288
|
export declare type ServiceInputTypes =
|
|
283
289
|
| AcceptInputDeviceTransferCommandInput
|
|
284
290
|
| BatchDeleteCommandInput
|
|
@@ -420,7 +426,6 @@ export interface ClientDefaults
|
|
|
420
426
|
serviceId?: string;
|
|
421
427
|
region?: string | __Provider<string>;
|
|
422
428
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
423
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
424
429
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
425
430
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
426
431
|
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
@@ -430,21 +435,23 @@ declare type MediaLiveClientConfigType = Partial<
|
|
|
430
435
|
> &
|
|
431
436
|
ClientDefaults &
|
|
432
437
|
RegionInputConfig &
|
|
433
|
-
|
|
438
|
+
EndpointInputConfig<EndpointParameters> &
|
|
434
439
|
RetryInputConfig &
|
|
435
440
|
HostHeaderInputConfig &
|
|
436
441
|
AwsAuthInputConfig &
|
|
437
|
-
UserAgentInputConfig
|
|
442
|
+
UserAgentInputConfig &
|
|
443
|
+
ClientInputEndpointParameters;
|
|
438
444
|
export interface MediaLiveClientConfig extends MediaLiveClientConfigType {}
|
|
439
445
|
declare type MediaLiveClientResolvedConfigType =
|
|
440
446
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
441
447
|
Required<ClientDefaults> &
|
|
442
448
|
RegionResolvedConfig &
|
|
443
|
-
|
|
449
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
444
450
|
RetryResolvedConfig &
|
|
445
451
|
HostHeaderResolvedConfig &
|
|
446
452
|
AwsAuthResolvedConfig &
|
|
447
|
-
UserAgentResolvedConfig
|
|
453
|
+
UserAgentResolvedConfig &
|
|
454
|
+
ClientResolvedEndpointParameters;
|
|
448
455
|
export interface MediaLiveClientResolvedConfig
|
|
449
456
|
extends MediaLiveClientResolvedConfigType {}
|
|
450
457
|
export declare class MediaLiveClient extends __Client<
|
|
@@ -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 AcceptInputDeviceTransferCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AcceptInputDeviceTransferCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AcceptInputDeviceTransferCommandInput);
|
|
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 BatchDeleteCommand extends $Command<
|
|
|
21
22
|
MediaLiveClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: BatchDeleteCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: BatchDeleteCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class BatchStartCommand extends $Command<
|
|
|
21
22
|
MediaLiveClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: BatchStartCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: BatchStartCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class BatchStopCommand extends $Command<
|
|
|
21
22
|
MediaLiveClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: BatchStopCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: BatchStopCommandInput);
|
|
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 BatchUpdateScheduleCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchUpdateScheduleCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchUpdateScheduleCommandInput);
|
|
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 CancelInputDeviceTransferCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CancelInputDeviceTransferCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CancelInputDeviceTransferCommandInput);
|
|
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 ClaimDeviceCommand extends $Command<
|
|
|
21
22
|
MediaLiveClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ClaimDeviceCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ClaimDeviceCommandInput);
|
|
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,
|
|
@@ -24,6 +25,7 @@ export declare class CreateChannelCommand extends $Command<
|
|
|
24
25
|
MediaLiveClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateChannelCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateChannelCommandInput);
|
|
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 CreateInputCommand extends $Command<
|
|
|
21
22
|
MediaLiveClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CreateInputCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CreateInputCommandInput);
|
|
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 CreateInputSecurityGroupCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateInputSecurityGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateInputSecurityGroupCommandInput);
|
|
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 CreateMultiplexCommand extends $Command<
|
|
|
24
25
|
MediaLiveClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateMultiplexCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateMultiplexCommandInput);
|
|
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 CreateMultiplexProgramCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateMultiplexProgramCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateMultiplexProgramCommandInput);
|
|
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 CreatePartnerInputCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreatePartnerInputCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreatePartnerInputCommandInput);
|
|
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,
|
|
@@ -19,6 +20,7 @@ export declare class CreateTagsCommand extends $Command<
|
|
|
19
20
|
MediaLiveClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: CreateTagsCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: CreateTagsCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
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 DeleteChannelCommand extends $Command<
|
|
|
24
25
|
MediaLiveClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteChannelCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteChannelCommandInput);
|
|
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 DeleteInputCommand extends $Command<
|
|
|
21
22
|
MediaLiveClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteInputCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteInputCommandInput);
|
|
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 DeleteInputSecurityGroupCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteInputSecurityGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteInputSecurityGroupCommandInput);
|
|
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 DeleteMultiplexCommand extends $Command<
|
|
|
24
25
|
MediaLiveClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteMultiplexCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteMultiplexCommandInput);
|
|
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 DeleteMultiplexProgramCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteMultiplexProgramCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteMultiplexProgramCommandInput);
|
|
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 DeleteReservationCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteReservationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteReservationCommandInput);
|
|
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 DeleteScheduleCommand extends $Command<
|
|
|
24
25
|
MediaLiveClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteScheduleCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteScheduleCommandInput);
|
|
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,
|
|
@@ -19,6 +20,7 @@ export declare class DeleteTagsCommand extends $Command<
|
|
|
19
20
|
MediaLiveClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: DeleteTagsCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: DeleteTagsCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
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 DescribeChannelCommand extends $Command<
|
|
|
24
25
|
MediaLiveClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DescribeChannelCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DescribeChannelCommandInput);
|
|
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 DescribeInputCommand extends $Command<
|
|
|
24
25
|
MediaLiveClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DescribeInputCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DescribeInputCommandInput);
|
|
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 DescribeInputDeviceCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeInputDeviceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeInputDeviceCommandInput);
|
|
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,
|
|
@@ -26,6 +27,7 @@ export declare class DescribeInputDeviceThumbnailCommand extends $Command<
|
|
|
26
27
|
MediaLiveClientResolvedConfig
|
|
27
28
|
> {
|
|
28
29
|
readonly input: DescribeInputDeviceThumbnailCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DescribeInputDeviceThumbnailCommandInput);
|
|
30
32
|
resolveMiddleware(
|
|
31
33
|
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 DescribeInputSecurityGroupCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeInputSecurityGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeInputSecurityGroupCommandInput);
|
|
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 DescribeMultiplexCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeMultiplexCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeMultiplexCommandInput);
|
|
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 DescribeMultiplexProgramCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeMultiplexProgramCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeMultiplexProgramCommandInput);
|
|
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 DescribeOfferingCommand extends $Command<
|
|
|
24
25
|
MediaLiveClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DescribeOfferingCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DescribeOfferingCommandInput);
|
|
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 DescribeReservationCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeReservationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeReservationCommandInput);
|
|
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 DescribeScheduleCommand extends $Command<
|
|
|
24
25
|
MediaLiveClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DescribeScheduleCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DescribeScheduleCommandInput);
|
|
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 ListChannelsCommand extends $Command<
|
|
|
21
22
|
MediaLiveClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListChannelsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListChannelsCommandInput);
|
|
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 ListInputDeviceTransfersCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListInputDeviceTransfersCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListInputDeviceTransfersCommandInput);
|
|
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 ListInputDevicesCommand extends $Command<
|
|
|
24
25
|
MediaLiveClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListInputDevicesCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListInputDevicesCommandInput);
|
|
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 ListInputSecurityGroupsCommand extends $Command<
|
|
|
25
26
|
MediaLiveClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListInputSecurityGroupsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListInputSecurityGroupsCommandInput);
|
|
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 ListInputsCommand extends $Command<
|
|
|
21
22
|
MediaLiveClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListInputsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListInputsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|