@aws-sdk/client-mediaconnect 3.1044.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +305 -307
- package/dist-cjs/models/MediaConnectServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/MediaConnect.js +1 -1
- package/dist-es/MediaConnectClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddBridgeOutputsCommand.js +2 -2
- package/dist-es/commands/AddBridgeSourcesCommand.js +2 -2
- package/dist-es/commands/AddFlowMediaStreamsCommand.js +2 -2
- package/dist-es/commands/AddFlowOutputsCommand.js +2 -2
- package/dist-es/commands/AddFlowSourcesCommand.js +2 -2
- package/dist-es/commands/AddFlowVpcInterfacesCommand.js +2 -2
- package/dist-es/commands/BatchGetRouterInputCommand.js +2 -2
- package/dist-es/commands/BatchGetRouterNetworkInterfaceCommand.js +2 -2
- package/dist-es/commands/BatchGetRouterOutputCommand.js +2 -2
- package/dist-es/commands/CreateBridgeCommand.js +2 -2
- package/dist-es/commands/CreateFlowCommand.js +2 -2
- package/dist-es/commands/CreateGatewayCommand.js +2 -2
- package/dist-es/commands/CreateRouterInputCommand.js +2 -2
- package/dist-es/commands/CreateRouterNetworkInterfaceCommand.js +2 -2
- package/dist-es/commands/CreateRouterOutputCommand.js +2 -2
- package/dist-es/commands/DeleteBridgeCommand.js +2 -2
- package/dist-es/commands/DeleteFlowCommand.js +2 -2
- package/dist-es/commands/DeleteGatewayCommand.js +2 -2
- package/dist-es/commands/DeleteRouterInputCommand.js +2 -2
- package/dist-es/commands/DeleteRouterNetworkInterfaceCommand.js +2 -2
- package/dist-es/commands/DeleteRouterOutputCommand.js +2 -2
- package/dist-es/commands/DeregisterGatewayInstanceCommand.js +2 -2
- package/dist-es/commands/DescribeBridgeCommand.js +2 -2
- package/dist-es/commands/DescribeFlowCommand.js +2 -2
- package/dist-es/commands/DescribeFlowSourceMetadataCommand.js +2 -2
- package/dist-es/commands/DescribeFlowSourceThumbnailCommand.js +2 -2
- package/dist-es/commands/DescribeGatewayCommand.js +2 -2
- package/dist-es/commands/DescribeGatewayInstanceCommand.js +2 -2
- package/dist-es/commands/DescribeOfferingCommand.js +2 -2
- package/dist-es/commands/DescribeReservationCommand.js +2 -2
- package/dist-es/commands/GetRouterInputCommand.js +2 -2
- package/dist-es/commands/GetRouterInputSourceMetadataCommand.js +2 -2
- package/dist-es/commands/GetRouterInputThumbnailCommand.js +2 -2
- package/dist-es/commands/GetRouterNetworkInterfaceCommand.js +2 -2
- package/dist-es/commands/GetRouterOutputCommand.js +2 -2
- package/dist-es/commands/GrantFlowEntitlementsCommand.js +2 -2
- package/dist-es/commands/ListBridgesCommand.js +2 -2
- package/dist-es/commands/ListEntitlementsCommand.js +2 -2
- package/dist-es/commands/ListFlowsCommand.js +2 -2
- package/dist-es/commands/ListGatewayInstancesCommand.js +2 -2
- package/dist-es/commands/ListGatewaysCommand.js +2 -2
- package/dist-es/commands/ListOfferingsCommand.js +2 -2
- package/dist-es/commands/ListReservationsCommand.js +2 -2
- package/dist-es/commands/ListRouterInputsCommand.js +2 -2
- package/dist-es/commands/ListRouterNetworkInterfacesCommand.js +2 -2
- package/dist-es/commands/ListRouterOutputsCommand.js +2 -2
- package/dist-es/commands/ListTagsForGlobalResourceCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PurchaseOfferingCommand.js +2 -2
- package/dist-es/commands/RemoveBridgeOutputCommand.js +2 -2
- package/dist-es/commands/RemoveBridgeSourceCommand.js +2 -2
- package/dist-es/commands/RemoveFlowMediaStreamCommand.js +2 -2
- package/dist-es/commands/RemoveFlowOutputCommand.js +2 -2
- package/dist-es/commands/RemoveFlowSourceCommand.js +2 -2
- package/dist-es/commands/RemoveFlowVpcInterfaceCommand.js +2 -2
- package/dist-es/commands/RestartRouterInputCommand.js +2 -2
- package/dist-es/commands/RestartRouterOutputCommand.js +2 -2
- package/dist-es/commands/RevokeFlowEntitlementCommand.js +2 -2
- package/dist-es/commands/StartFlowCommand.js +2 -2
- package/dist-es/commands/StartRouterInputCommand.js +2 -2
- package/dist-es/commands/StartRouterOutputCommand.js +2 -2
- package/dist-es/commands/StopFlowCommand.js +2 -2
- package/dist-es/commands/StopRouterInputCommand.js +2 -2
- package/dist-es/commands/StopRouterOutputCommand.js +2 -2
- package/dist-es/commands/TagGlobalResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TakeRouterInputCommand.js +2 -2
- package/dist-es/commands/UntagGlobalResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateBridgeCommand.js +2 -2
- package/dist-es/commands/UpdateBridgeOutputCommand.js +2 -2
- package/dist-es/commands/UpdateBridgeSourceCommand.js +2 -2
- package/dist-es/commands/UpdateBridgeStateCommand.js +2 -2
- package/dist-es/commands/UpdateFlowCommand.js +2 -2
- package/dist-es/commands/UpdateFlowEntitlementCommand.js +2 -2
- package/dist-es/commands/UpdateFlowMediaStreamCommand.js +2 -2
- package/dist-es/commands/UpdateFlowOutputCommand.js +2 -2
- package/dist-es/commands/UpdateFlowSourceCommand.js +2 -2
- package/dist-es/commands/UpdateGatewayInstanceCommand.js +2 -2
- package/dist-es/commands/UpdateRouterInputCommand.js +2 -2
- package/dist-es/commands/UpdateRouterNetworkInterfaceCommand.js +2 -2
- package/dist-es/commands/UpdateRouterOutputCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/MediaConnectServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForFlowActive.js +1 -1
- package/dist-es/waiters/waitForFlowDeleted.js +1 -1
- package/dist-es/waiters/waitForFlowStandby.js +1 -1
- package/dist-es/waiters/waitForInputActive.js +1 -1
- package/dist-es/waiters/waitForInputDeleted.js +1 -1
- package/dist-es/waiters/waitForInputStandby.js +1 -1
- package/dist-es/waiters/waitForOutputActive.js +1 -1
- package/dist-es/waiters/waitForOutputDeleted.js +1 -1
- package/dist-es/waiters/waitForOutputRouted.js +1 -1
- package/dist-es/waiters/waitForOutputStandby.js +1 -1
- package/dist-es/waiters/waitForOutputUnrouted.js +1 -1
- package/dist-types/MediaConnect.d.ts +1 -1
- package/dist-types/MediaConnectClient.d.ts +5 -5
- package/dist-types/commands/AddBridgeOutputsCommand.d.ts +6 -4
- package/dist-types/commands/AddBridgeSourcesCommand.d.ts +6 -4
- package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +6 -4
- package/dist-types/commands/AddFlowOutputsCommand.d.ts +6 -4
- package/dist-types/commands/AddFlowSourcesCommand.d.ts +6 -4
- package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetRouterInputCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetRouterOutputCommand.d.ts +6 -4
- package/dist-types/commands/CreateBridgeCommand.d.ts +6 -4
- package/dist-types/commands/CreateFlowCommand.d.ts +6 -4
- package/dist-types/commands/CreateGatewayCommand.d.ts +6 -4
- package/dist-types/commands/CreateRouterInputCommand.d.ts +6 -4
- package/dist-types/commands/CreateRouterNetworkInterfaceCommand.d.ts +6 -4
- package/dist-types/commands/CreateRouterOutputCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBridgeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFlowCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGatewayCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRouterInputCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRouterNetworkInterfaceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRouterOutputCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterGatewayInstanceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeBridgeCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFlowCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFlowSourceMetadataCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFlowSourceThumbnailCommand.d.ts +6 -4
- package/dist-types/commands/DescribeGatewayCommand.d.ts +6 -4
- package/dist-types/commands/DescribeGatewayInstanceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeOfferingCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReservationCommand.d.ts +6 -4
- package/dist-types/commands/GetRouterInputCommand.d.ts +6 -4
- package/dist-types/commands/GetRouterInputSourceMetadataCommand.d.ts +6 -4
- package/dist-types/commands/GetRouterInputThumbnailCommand.d.ts +6 -4
- package/dist-types/commands/GetRouterNetworkInterfaceCommand.d.ts +6 -4
- package/dist-types/commands/GetRouterOutputCommand.d.ts +6 -4
- package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +6 -4
- package/dist-types/commands/ListBridgesCommand.d.ts +6 -4
- package/dist-types/commands/ListEntitlementsCommand.d.ts +6 -4
- package/dist-types/commands/ListFlowsCommand.d.ts +6 -4
- package/dist-types/commands/ListGatewayInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListGatewaysCommand.d.ts +6 -4
- package/dist-types/commands/ListOfferingsCommand.d.ts +6 -4
- package/dist-types/commands/ListReservationsCommand.d.ts +6 -4
- package/dist-types/commands/ListRouterInputsCommand.d.ts +6 -4
- package/dist-types/commands/ListRouterNetworkInterfacesCommand.d.ts +6 -4
- package/dist-types/commands/ListRouterOutputsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForGlobalResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +6 -4
- package/dist-types/commands/RemoveBridgeOutputCommand.d.ts +6 -4
- package/dist-types/commands/RemoveBridgeSourceCommand.d.ts +6 -4
- package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +6 -4
- package/dist-types/commands/RemoveFlowOutputCommand.d.ts +6 -4
- package/dist-types/commands/RemoveFlowSourceCommand.d.ts +6 -4
- package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +6 -4
- package/dist-types/commands/RestartRouterInputCommand.d.ts +6 -4
- package/dist-types/commands/RestartRouterOutputCommand.d.ts +6 -4
- package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +6 -4
- package/dist-types/commands/StartFlowCommand.d.ts +6 -4
- package/dist-types/commands/StartRouterInputCommand.d.ts +6 -4
- package/dist-types/commands/StartRouterOutputCommand.d.ts +6 -4
- package/dist-types/commands/StopFlowCommand.d.ts +6 -4
- package/dist-types/commands/StopRouterInputCommand.d.ts +6 -4
- package/dist-types/commands/StopRouterOutputCommand.d.ts +6 -4
- package/dist-types/commands/TagGlobalResourceCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TakeRouterInputCommand.d.ts +6 -4
- package/dist-types/commands/UntagGlobalResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBridgeCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBridgeOutputCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBridgeSourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBridgeStateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFlowCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFlowOutputCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFlowSourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGatewayInstanceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRouterInputCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRouterNetworkInterfaceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRouterOutputCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/MediaConnectServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/MediaConnect.d.ts +1 -1
- package/dist-types/ts3.4/MediaConnectClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddBridgeOutputsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddBridgeSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetRouterInputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetRouterOutputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBridgeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRouterInputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRouterNetworkInterfaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRouterOutputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBridgeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRouterInputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRouterNetworkInterfaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRouterOutputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterGatewayInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeBridgeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFlowSourceMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFlowSourceThumbnailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeGatewayInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRouterInputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRouterInputSourceMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRouterInputThumbnailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRouterNetworkInterfaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRouterOutputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBridgesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListGatewayInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRouterInputsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRouterNetworkInterfacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRouterOutputsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForGlobalResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveBridgeOutputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveBridgeSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RestartRouterInputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RestartRouterOutputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/StartRouterInputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartRouterOutputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/StopRouterInputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopRouterOutputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagGlobalResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TakeRouterInputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagGlobalResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBridgeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBridgeOutputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBridgeSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBridgeStateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGatewayInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRouterInputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRouterNetworkInterfaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRouterOutputCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/MediaConnectServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForFlowActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForFlowDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForFlowStandby.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForInputActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForInputStandby.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForOutputActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForOutputDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForOutputRouted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForOutputStandby.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForOutputUnrouted.d.ts +1 -1
- package/dist-types/waiters/waitForFlowActive.d.ts +1 -1
- package/dist-types/waiters/waitForFlowDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForFlowStandby.d.ts +1 -1
- package/dist-types/waiters/waitForInputActive.d.ts +1 -1
- package/dist-types/waiters/waitForInputDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForInputStandby.d.ts +1 -1
- package/dist-types/waiters/waitForOutputActive.d.ts +1 -1
- package/dist-types/waiters/waitForOutputDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForOutputRouted.d.ts +1 -1
- package/dist-types/waiters/waitForOutputStandby.d.ts +1 -1
- package/dist-types/waiters/waitForOutputUnrouted.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { DescribeGatewayRequest, DescribeGatewayResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeGatewayCommandInput extends DescribeGatewayRequest {
|
|
|
22
22
|
export interface DescribeGatewayCommandOutput extends DescribeGatewayResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeGatewayCommand_base: {
|
|
25
|
-
new (input: DescribeGatewayCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeGatewayCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeGatewayCommandInput): import("@smithy/core/client").CommandImpl<DescribeGatewayCommandInput, DescribeGatewayCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeGatewayCommandInput): import("@smithy/core/client").CommandImpl<DescribeGatewayCommandInput, DescribeGatewayCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Displays the details of a gateway. The response includes the gateway Amazon Resource Name (ARN), name, and CIDR blocks, as well as details about the networks.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { DescribeGatewayInstanceRequest, DescribeGatewayInstanceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeGatewayInstanceCommandInput extends DescribeGatewayInst
|
|
|
22
22
|
export interface DescribeGatewayInstanceCommandOutput extends DescribeGatewayInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeGatewayInstanceCommand_base: {
|
|
25
|
-
new (input: DescribeGatewayInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeGatewayInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeGatewayInstanceCommandInput): import("@smithy/core/client").CommandImpl<DescribeGatewayInstanceCommandInput, DescribeGatewayInstanceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeGatewayInstanceCommandInput): import("@smithy/core/client").CommandImpl<DescribeGatewayInstanceCommandInput, DescribeGatewayInstanceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Displays the details of an instance. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { DescribeOfferingRequest, DescribeOfferingResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeOfferingCommandInput extends DescribeOfferingRequest {
|
|
|
22
22
|
export interface DescribeOfferingCommandOutput extends DescribeOfferingResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeOfferingCommand_base: {
|
|
25
|
-
new (input: DescribeOfferingCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeOfferingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeOfferingCommandInput): import("@smithy/core/client").CommandImpl<DescribeOfferingCommandInput, DescribeOfferingCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeOfferingCommandInput): import("@smithy/core/client").CommandImpl<DescribeOfferingCommandInput, DescribeOfferingCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Displays the details of an offering. The response includes the offering description, duration, outbound bandwidth, price, and Amazon Resource Name (ARN).</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { DescribeReservationRequest, DescribeReservationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeReservationCommandInput extends DescribeReservationRequ
|
|
|
22
22
|
export interface DescribeReservationCommandOutput extends DescribeReservationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeReservationCommand_base: {
|
|
25
|
-
new (input: DescribeReservationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeReservationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeReservationCommandInput): import("@smithy/core/client").CommandImpl<DescribeReservationCommandInput, DescribeReservationCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeReservationCommandInput): import("@smithy/core/client").CommandImpl<DescribeReservationCommandInput, DescribeReservationCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Displays the details of a reservation. The response includes the reservation name, state, start date and time, and the details of the offering that make up the rest of the reservation (such as price, duration, and outbound bandwidth).</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { GetRouterInputRequest, GetRouterInputResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetRouterInputCommandInput extends GetRouterInputRequest {
|
|
|
22
22
|
export interface GetRouterInputCommandOutput extends GetRouterInputResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRouterInputCommand_base: {
|
|
25
|
-
new (input: GetRouterInputCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetRouterInputCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRouterInputCommandInput): import("@smithy/core/client").CommandImpl<GetRouterInputCommandInput, GetRouterInputCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetRouterInputCommandInput): import("@smithy/core/client").CommandImpl<GetRouterInputCommandInput, GetRouterInputCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about a specific router input in AWS Elemental MediaConnect.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { GetRouterInputSourceMetadataRequest, GetRouterInputSourceMetadataResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetRouterInputSourceMetadataCommandInput extends GetRouterInput
|
|
|
22
22
|
export interface GetRouterInputSourceMetadataCommandOutput extends GetRouterInputSourceMetadataResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRouterInputSourceMetadataCommand_base: {
|
|
25
|
-
new (input: GetRouterInputSourceMetadataCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetRouterInputSourceMetadataCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRouterInputSourceMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetRouterInputSourceMetadataCommandInput, GetRouterInputSourceMetadataCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetRouterInputSourceMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetRouterInputSourceMetadataCommandInput, GetRouterInputSourceMetadataCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves detailed metadata information about a specific router input source, including stream details and connection state.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { GetRouterInputThumbnailRequest, GetRouterInputThumbnailResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetRouterInputThumbnailCommandInput extends GetRouterInputThumb
|
|
|
22
22
|
export interface GetRouterInputThumbnailCommandOutput extends GetRouterInputThumbnailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRouterInputThumbnailCommand_base: {
|
|
25
|
-
new (input: GetRouterInputThumbnailCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetRouterInputThumbnailCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRouterInputThumbnailCommandInput): import("@smithy/core/client").CommandImpl<GetRouterInputThumbnailCommandInput, GetRouterInputThumbnailCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetRouterInputThumbnailCommandInput): import("@smithy/core/client").CommandImpl<GetRouterInputThumbnailCommandInput, GetRouterInputThumbnailCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the thumbnail for a router input in AWS Elemental MediaConnect.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { GetRouterNetworkInterfaceRequest, GetRouterNetworkInterfaceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetRouterNetworkInterfaceCommandInput extends GetRouterNetworkI
|
|
|
22
22
|
export interface GetRouterNetworkInterfaceCommandOutput extends GetRouterNetworkInterfaceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRouterNetworkInterfaceCommand_base: {
|
|
25
|
-
new (input: GetRouterNetworkInterfaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetRouterNetworkInterfaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRouterNetworkInterfaceCommandInput): import("@smithy/core/client").CommandImpl<GetRouterNetworkInterfaceCommandInput, GetRouterNetworkInterfaceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetRouterNetworkInterfaceCommandInput): import("@smithy/core/client").CommandImpl<GetRouterNetworkInterfaceCommandInput, GetRouterNetworkInterfaceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about a specific router network interface in AWS Elemental MediaConnect.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { GetRouterOutputRequest, GetRouterOutputResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetRouterOutputCommandInput extends GetRouterOutputRequest {
|
|
|
22
22
|
export interface GetRouterOutputCommandOutput extends GetRouterOutputResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRouterOutputCommand_base: {
|
|
25
|
-
new (input: GetRouterOutputCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetRouterOutputCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRouterOutputCommandInput): import("@smithy/core/client").CommandImpl<GetRouterOutputCommandInput, GetRouterOutputCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetRouterOutputCommandInput): import("@smithy/core/client").CommandImpl<GetRouterOutputCommandInput, GetRouterOutputCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about a specific router output in AWS Elemental MediaConnect.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { GrantFlowEntitlementsRequest, GrantFlowEntitlementsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GrantFlowEntitlementsCommandInput extends GrantFlowEntitlements
|
|
|
22
22
|
export interface GrantFlowEntitlementsCommandOutput extends GrantFlowEntitlementsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GrantFlowEntitlementsCommand_base: {
|
|
25
|
-
new (input: GrantFlowEntitlementsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GrantFlowEntitlementsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GrantFlowEntitlementsCommandInput): import("@smithy/core/client").CommandImpl<GrantFlowEntitlementsCommandInput, GrantFlowEntitlementsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GrantFlowEntitlementsCommandInput): import("@smithy/core/client").CommandImpl<GrantFlowEntitlementsCommandInput, GrantFlowEntitlementsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Grants entitlements to an existing flow.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { ListBridgesRequest, ListBridgesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListBridgesCommandInput extends ListBridgesRequest {
|
|
|
22
22
|
export interface ListBridgesCommandOutput extends ListBridgesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListBridgesCommand_base: {
|
|
25
|
-
new (input: ListBridgesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListBridgesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListBridgesCommandInput): import("@smithy/core/client").CommandImpl<ListBridgesCommandInput, ListBridgesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListBridgesCommandInput]): import("@smithy/core/client").CommandImpl<ListBridgesCommandInput, ListBridgesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Displays a list of bridges that are associated with this account and an optionally specified Amazon Resource Name (ARN). This request returns a paginated result.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { ListEntitlementsRequest, ListEntitlementsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListEntitlementsCommandInput extends ListEntitlementsRequest {
|
|
|
22
22
|
export interface ListEntitlementsCommandOutput extends ListEntitlementsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListEntitlementsCommand_base: {
|
|
25
|
-
new (input: ListEntitlementsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListEntitlementsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListEntitlementsCommandInput): import("@smithy/core/client").CommandImpl<ListEntitlementsCommandInput, ListEntitlementsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListEntitlementsCommandInput]): import("@smithy/core/client").CommandImpl<ListEntitlementsCommandInput, ListEntitlementsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Displays a list of all entitlements that have been granted to this account. This request returns 20 results per page.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { ListFlowsRequest, ListFlowsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListFlowsCommandInput extends ListFlowsRequest {
|
|
|
22
22
|
export interface ListFlowsCommandOutput extends ListFlowsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListFlowsCommand_base: {
|
|
25
|
-
new (input: ListFlowsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListFlowsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListFlowsCommandInput): import("@smithy/core/client").CommandImpl<ListFlowsCommandInput, ListFlowsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListFlowsCommandInput]): import("@smithy/core/client").CommandImpl<ListFlowsCommandInput, ListFlowsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Displays a list of flows that are associated with this account. This request returns a paginated result.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { ListGatewayInstancesRequest, ListGatewayInstancesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListGatewayInstancesCommandInput extends ListGatewayInstancesRe
|
|
|
22
22
|
export interface ListGatewayInstancesCommandOutput extends ListGatewayInstancesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListGatewayInstancesCommand_base: {
|
|
25
|
-
new (input: ListGatewayInstancesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListGatewayInstancesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListGatewayInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListGatewayInstancesCommandInput, ListGatewayInstancesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListGatewayInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListGatewayInstancesCommandInput, ListGatewayInstancesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Displays a list of instances associated with the Amazon Web Services account. This request returns a paginated result. You can use the filterArn property to display only the instances associated with the selected Gateway Amazon Resource Name (ARN).</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { ListGatewaysRequest, ListGatewaysResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListGatewaysCommandInput extends ListGatewaysRequest {
|
|
|
22
22
|
export interface ListGatewaysCommandOutput extends ListGatewaysResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListGatewaysCommand_base: {
|
|
25
|
-
new (input: ListGatewaysCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListGatewaysCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListGatewaysCommandInput): import("@smithy/core/client").CommandImpl<ListGatewaysCommandInput, ListGatewaysCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListGatewaysCommandInput]): import("@smithy/core/client").CommandImpl<ListGatewaysCommandInput, ListGatewaysCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Displays a list of gateways that are associated with this account. This request returns a paginated result.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { ListOfferingsRequest, ListOfferingsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListOfferingsCommandInput extends ListOfferingsRequest {
|
|
|
22
22
|
export interface ListOfferingsCommandOutput extends ListOfferingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListOfferingsCommand_base: {
|
|
25
|
-
new (input: ListOfferingsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListOfferingsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListOfferingsCommandInput): import("@smithy/core/client").CommandImpl<ListOfferingsCommandInput, ListOfferingsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListOfferingsCommandInput]): import("@smithy/core/client").CommandImpl<ListOfferingsCommandInput, ListOfferingsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Displays a list of all offerings that are available to this account in the current Amazon Web Services Region. If you have an active reservation (which means you've purchased an offering that has already started and hasn't expired yet), your account isn't eligible for other offerings.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { ListReservationsRequest, ListReservationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListReservationsCommandInput extends ListReservationsRequest {
|
|
|
22
22
|
export interface ListReservationsCommandOutput extends ListReservationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListReservationsCommand_base: {
|
|
25
|
-
new (input: ListReservationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListReservationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListReservationsCommandInput): import("@smithy/core/client").CommandImpl<ListReservationsCommandInput, ListReservationsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListReservationsCommandInput]): import("@smithy/core/client").CommandImpl<ListReservationsCommandInput, ListReservationsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Displays a list of all reservations that have been purchased by this account in the current Amazon Web Services Region. This list includes all reservations in all states (such as active and expired).</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { ListRouterInputsRequest, ListRouterInputsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListRouterInputsCommandInput extends ListRouterInputsRequest {
|
|
|
22
22
|
export interface ListRouterInputsCommandOutput extends ListRouterInputsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRouterInputsCommand_base: {
|
|
25
|
-
new (input: ListRouterInputsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListRouterInputsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListRouterInputsCommandInput): import("@smithy/core/client").CommandImpl<ListRouterInputsCommandInput, ListRouterInputsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListRouterInputsCommandInput]): import("@smithy/core/client").CommandImpl<ListRouterInputsCommandInput, ListRouterInputsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of router inputs in AWS Elemental MediaConnect.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { ListRouterNetworkInterfacesRequest, ListRouterNetworkInterfacesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListRouterNetworkInterfacesCommandInput extends ListRouterNetwo
|
|
|
22
22
|
export interface ListRouterNetworkInterfacesCommandOutput extends ListRouterNetworkInterfacesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRouterNetworkInterfacesCommand_base: {
|
|
25
|
-
new (input: ListRouterNetworkInterfacesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListRouterNetworkInterfacesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListRouterNetworkInterfacesCommandInput): import("@smithy/core/client").CommandImpl<ListRouterNetworkInterfacesCommandInput, ListRouterNetworkInterfacesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListRouterNetworkInterfacesCommandInput]): import("@smithy/core/client").CommandImpl<ListRouterNetworkInterfacesCommandInput, ListRouterNetworkInterfacesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of router network interfaces in AWS Elemental MediaConnect.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { ListRouterOutputsRequest, ListRouterOutputsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListRouterOutputsCommandInput extends ListRouterOutputsRequest
|
|
|
22
22
|
export interface ListRouterOutputsCommandOutput extends ListRouterOutputsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRouterOutputsCommand_base: {
|
|
25
|
-
new (input: ListRouterOutputsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListRouterOutputsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListRouterOutputsCommandInput): import("@smithy/core/client").CommandImpl<ListRouterOutputsCommandInput, ListRouterOutputsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListRouterOutputsCommandInput]): import("@smithy/core/client").CommandImpl<ListRouterOutputsCommandInput, ListRouterOutputsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of router outputs in AWS Elemental MediaConnect.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { ListTagsForGlobalResourceRequest, ListTagsForGlobalResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForGlobalResourceCommandInput extends ListTagsForGlobal
|
|
|
22
22
|
export interface ListTagsForGlobalResourceCommandOutput extends ListTagsForGlobalResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForGlobalResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForGlobalResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForGlobalResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForGlobalResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForGlobalResourceCommandInput, ListTagsForGlobalResourceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForGlobalResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForGlobalResourceCommandInput, ListTagsForGlobalResourceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the tags associated with a global resource in AWS Elemental MediaConnect. The API supports the following global resources: router inputs, router outputs and router network interfaces. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> List all tags on a MediaConnect resource in the current region.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { PurchaseOfferingRequest, PurchaseOfferingResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PurchaseOfferingCommandInput extends PurchaseOfferingRequest {
|
|
|
22
22
|
export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PurchaseOfferingCommand_base: {
|
|
25
|
-
new (input: PurchaseOfferingCommandInput): import("@smithy/
|
|
26
|
-
new (input: PurchaseOfferingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PurchaseOfferingCommandInput): import("@smithy/core/client").CommandImpl<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PurchaseOfferingCommandInput): import("@smithy/core/client").CommandImpl<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Submits a request to purchase an offering. If you already have an active reservation, you can't purchase another offering.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { RemoveBridgeOutputRequest, RemoveBridgeOutputResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RemoveBridgeOutputCommandInput extends RemoveBridgeOutputReques
|
|
|
22
22
|
export interface RemoveBridgeOutputCommandOutput extends RemoveBridgeOutputResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveBridgeOutputCommand_base: {
|
|
25
|
-
new (input: RemoveBridgeOutputCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveBridgeOutputCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemoveBridgeOutputCommandInput): import("@smithy/core/client").CommandImpl<RemoveBridgeOutputCommandInput, RemoveBridgeOutputCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RemoveBridgeOutputCommandInput): import("@smithy/core/client").CommandImpl<RemoveBridgeOutputCommandInput, RemoveBridgeOutputCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Removes an output from a bridge.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { RemoveBridgeSourceRequest, RemoveBridgeSourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RemoveBridgeSourceCommandInput extends RemoveBridgeSourceReques
|
|
|
22
22
|
export interface RemoveBridgeSourceCommandOutput extends RemoveBridgeSourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveBridgeSourceCommand_base: {
|
|
25
|
-
new (input: RemoveBridgeSourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveBridgeSourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemoveBridgeSourceCommandInput): import("@smithy/core/client").CommandImpl<RemoveBridgeSourceCommandInput, RemoveBridgeSourceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RemoveBridgeSourceCommandInput): import("@smithy/core/client").CommandImpl<RemoveBridgeSourceCommandInput, RemoveBridgeSourceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Removes a source from a bridge.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
4
|
import type { RemoveFlowMediaStreamRequest, RemoveFlowMediaStreamResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RemoveFlowMediaStreamCommandInput extends RemoveFlowMediaStream
|
|
|
22
22
|
export interface RemoveFlowMediaStreamCommandOutput extends RemoveFlowMediaStreamResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveFlowMediaStreamCommand_base: {
|
|
25
|
-
new (input: RemoveFlowMediaStreamCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveFlowMediaStreamCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemoveFlowMediaStreamCommandInput): import("@smithy/core/client").CommandImpl<RemoveFlowMediaStreamCommandInput, RemoveFlowMediaStreamCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RemoveFlowMediaStreamCommandInput): import("@smithy/core/client").CommandImpl<RemoveFlowMediaStreamCommandInput, RemoveFlowMediaStreamCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Removes a media stream from a flow. This action is only available if the media stream is not associated with a source or output.</p>
|