Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const AlgorithmAes128 + const AlgorithmAes192 + const AlgorithmAes256 + const BridgePlacementAvailable + const BridgePlacementLocked + const BridgeStateActive + const BridgeStateCreating + const BridgeStateDeleted + const BridgeStateDeleting + const BridgeStateDeploying + const BridgeStateStandby + const BridgeStateStartFailed + const BridgeStateStartPending + const BridgeStateStarting + const BridgeStateStopFailed + const BridgeStateStopping + const BridgeStateUpdating + const ColorimetryBt2020 + const ColorimetryBt2100 + const ColorimetryBt601 + const ColorimetryBt709 + const ColorimetrySt20651 + const ColorimetrySt20653 + const ColorimetryXyz + const ConnectionStatusConnected + const ConnectionStatusDisconnected + const DesiredStateActive + const DesiredStateDeleted + const DesiredStateStandby + const DurationUnitsMonths + const EncoderProfileHigh + const EncoderProfileMain + const EncodingNameJxsv + const EncodingNamePcm + const EncodingNameRaw + const EncodingNameSmpte291 + const EndpointsID + const EntitlementStatusDisabled + const EntitlementStatusEnabled + const ErrCodeAddFlowOutputs420Exception + const ErrCodeBadRequestException + const ErrCodeConflictException + const ErrCodeCreateBridge420Exception + const ErrCodeCreateFlow420Exception + const ErrCodeCreateGateway420Exception + const ErrCodeForbiddenException + const ErrCodeGrantFlowEntitlements420Exception + const ErrCodeInternalServerErrorException + const ErrCodeNotFoundException + const ErrCodeServiceUnavailableException + const ErrCodeTooManyRequestsException + const FailoverModeFailover + const FailoverModeMerge + const GatewayStateActive + const GatewayStateCreating + const GatewayStateDeleted + const GatewayStateDeleting + const GatewayStateError + const GatewayStateUpdating + const InstanceStateActive + const InstanceStateDeregistered + const InstanceStateDeregistering + const InstanceStateDeregistrationError + const InstanceStateRegistering + const InstanceStateRegistrationError + const KeyTypeSpeke + const KeyTypeSrtPassword + const KeyTypeStaticKey + const MaintenanceDayFriday + const MaintenanceDayMonday + const MaintenanceDaySaturday + const MaintenanceDaySunday + const MaintenanceDayThursday + const MaintenanceDayTuesday + const MaintenanceDayWednesday + const MediaStreamTypeAncillaryData + const MediaStreamTypeAudio + const MediaStreamTypeVideo + const NetworkInterfaceTypeEfa + const NetworkInterfaceTypeEna + const PriceUnitsHourly + const ProtocolCdi + const ProtocolFujitsuQos + const ProtocolRist + const ProtocolRtp + const ProtocolRtpFec + const ProtocolSrtCaller + const ProtocolSrtListener + const ProtocolSt2110Jpegxs + const ProtocolUdp + const ProtocolZixiPull + const ProtocolZixiPush + const RangeFull + const RangeFullprotect + const RangeNarrow + const ReservationStateActive + const ReservationStateCanceled + const ReservationStateExpired + const ReservationStateProcessing + const ResourceTypeMbpsOutboundBandwidth + const ScanModeInterlace + const ScanModeProgressive + const ScanModeProgressiveSegmentedFrame + const ServiceID + const ServiceName + const SourceTypeEntitled + const SourceTypeOwned + const StateDisabled + const StateEnabled + const StatusActive + const StatusDeleting + const StatusError + const StatusStandby + const StatusStarting + const StatusStopping + const StatusUpdating + const TcsBt2100linhlg + const TcsBt2100linpq + const TcsDensity + const TcsHlg + const TcsLinear + const TcsPq + const TcsSdr + const TcsSt20651 + const TcsSt4281 + func Algorithm_Values() []string + func BridgePlacement_Values() []string + func BridgeState_Values() []string + func Colorimetry_Values() []string + func ConnectionStatus_Values() []string + func DesiredState_Values() []string + func DurationUnits_Values() []string + func EncoderProfile_Values() []string + func EncodingName_Values() []string + func EntitlementStatus_Values() []string + func FailoverMode_Values() []string + func GatewayState_Values() []string + func InstanceState_Values() []string + func KeyType_Values() []string + func MaintenanceDay_Values() []string + func MediaStreamType_Values() []string + func NetworkInterfaceType_Values() []string + func PriceUnits_Values() []string + func Protocol_Values() []string + func Range_Values() []string + func ReservationState_Values() []string + func ResourceType_Values() []string + func ScanMode_Values() []string + func SourceType_Values() []string + func State_Values() []string + func Status_Values() []string + func Tcs_Values() []string + type AddBridgeFlowSourceRequest struct + FlowArn *string + FlowVpcInterfaceAttachment *VpcInterfaceAttachment + Name *string + func (s *AddBridgeFlowSourceRequest) SetFlowArn(v string) *AddBridgeFlowSourceRequest + func (s *AddBridgeFlowSourceRequest) SetFlowVpcInterfaceAttachment(v *VpcInterfaceAttachment) *AddBridgeFlowSourceRequest + func (s *AddBridgeFlowSourceRequest) SetName(v string) *AddBridgeFlowSourceRequest + func (s *AddBridgeFlowSourceRequest) Validate() error + func (s AddBridgeFlowSourceRequest) GoString() string + func (s AddBridgeFlowSourceRequest) String() string + type AddBridgeNetworkOutputRequest struct + IpAddress *string + Name *string + NetworkName *string + Port *int64 + Protocol *string + Ttl *int64 + func (s *AddBridgeNetworkOutputRequest) SetIpAddress(v string) *AddBridgeNetworkOutputRequest + func (s *AddBridgeNetworkOutputRequest) SetName(v string) *AddBridgeNetworkOutputRequest + func (s *AddBridgeNetworkOutputRequest) SetNetworkName(v string) *AddBridgeNetworkOutputRequest + func (s *AddBridgeNetworkOutputRequest) SetPort(v int64) *AddBridgeNetworkOutputRequest + func (s *AddBridgeNetworkOutputRequest) SetProtocol(v string) *AddBridgeNetworkOutputRequest + func (s *AddBridgeNetworkOutputRequest) SetTtl(v int64) *AddBridgeNetworkOutputRequest + func (s *AddBridgeNetworkOutputRequest) Validate() error + func (s AddBridgeNetworkOutputRequest) GoString() string + func (s AddBridgeNetworkOutputRequest) String() string + type AddBridgeNetworkSourceRequest struct + MulticastIp *string + Name *string + NetworkName *string + Port *int64 + Protocol *string + func (s *AddBridgeNetworkSourceRequest) SetMulticastIp(v string) *AddBridgeNetworkSourceRequest + func (s *AddBridgeNetworkSourceRequest) SetName(v string) *AddBridgeNetworkSourceRequest + func (s *AddBridgeNetworkSourceRequest) SetNetworkName(v string) *AddBridgeNetworkSourceRequest + func (s *AddBridgeNetworkSourceRequest) SetPort(v int64) *AddBridgeNetworkSourceRequest + func (s *AddBridgeNetworkSourceRequest) SetProtocol(v string) *AddBridgeNetworkSourceRequest + func (s *AddBridgeNetworkSourceRequest) Validate() error + func (s AddBridgeNetworkSourceRequest) GoString() string + func (s AddBridgeNetworkSourceRequest) String() string + type AddBridgeOutputRequest struct + NetworkOutput *AddBridgeNetworkOutputRequest + func (s *AddBridgeOutputRequest) SetNetworkOutput(v *AddBridgeNetworkOutputRequest) *AddBridgeOutputRequest + func (s *AddBridgeOutputRequest) Validate() error + func (s AddBridgeOutputRequest) GoString() string + func (s AddBridgeOutputRequest) String() string + type AddBridgeOutputsInput struct + BridgeArn *string + Outputs []*AddBridgeOutputRequest + func (s *AddBridgeOutputsInput) SetBridgeArn(v string) *AddBridgeOutputsInput + func (s *AddBridgeOutputsInput) SetOutputs(v []*AddBridgeOutputRequest) *AddBridgeOutputsInput + func (s *AddBridgeOutputsInput) Validate() error + func (s AddBridgeOutputsInput) GoString() string + func (s AddBridgeOutputsInput) String() string + type AddBridgeOutputsOutput struct + BridgeArn *string + Outputs []*BridgeOutput_ + func (s *AddBridgeOutputsOutput) SetBridgeArn(v string) *AddBridgeOutputsOutput + func (s *AddBridgeOutputsOutput) SetOutputs(v []*BridgeOutput_) *AddBridgeOutputsOutput + func (s AddBridgeOutputsOutput) GoString() string + func (s AddBridgeOutputsOutput) String() string + type AddBridgeSourceRequest struct + FlowSource *AddBridgeFlowSourceRequest + NetworkSource *AddBridgeNetworkSourceRequest + func (s *AddBridgeSourceRequest) SetFlowSource(v *AddBridgeFlowSourceRequest) *AddBridgeSourceRequest + func (s *AddBridgeSourceRequest) SetNetworkSource(v *AddBridgeNetworkSourceRequest) *AddBridgeSourceRequest + func (s *AddBridgeSourceRequest) Validate() error + func (s AddBridgeSourceRequest) GoString() string + func (s AddBridgeSourceRequest) String() string + type AddBridgeSourcesInput struct + BridgeArn *string + Sources []*AddBridgeSourceRequest + func (s *AddBridgeSourcesInput) SetBridgeArn(v string) *AddBridgeSourcesInput + func (s *AddBridgeSourcesInput) SetSources(v []*AddBridgeSourceRequest) *AddBridgeSourcesInput + func (s *AddBridgeSourcesInput) Validate() error + func (s AddBridgeSourcesInput) GoString() string + func (s AddBridgeSourcesInput) String() string + type AddBridgeSourcesOutput struct + BridgeArn *string + Sources []*BridgeSource + func (s *AddBridgeSourcesOutput) SetBridgeArn(v string) *AddBridgeSourcesOutput + func (s *AddBridgeSourcesOutput) SetSources(v []*BridgeSource) *AddBridgeSourcesOutput + func (s AddBridgeSourcesOutput) GoString() string + func (s AddBridgeSourcesOutput) String() string + type AddEgressGatewayBridgeRequest struct + MaxBitrate *int64 + func (s *AddEgressGatewayBridgeRequest) SetMaxBitrate(v int64) *AddEgressGatewayBridgeRequest + func (s *AddEgressGatewayBridgeRequest) Validate() error + func (s AddEgressGatewayBridgeRequest) GoString() string + func (s AddEgressGatewayBridgeRequest) String() string + type AddFlowMediaStreamsInput struct + FlowArn *string + MediaStreams []*AddMediaStreamRequest + func (s *AddFlowMediaStreamsInput) SetFlowArn(v string) *AddFlowMediaStreamsInput + func (s *AddFlowMediaStreamsInput) SetMediaStreams(v []*AddMediaStreamRequest) *AddFlowMediaStreamsInput + func (s *AddFlowMediaStreamsInput) Validate() error + func (s AddFlowMediaStreamsInput) GoString() string + func (s AddFlowMediaStreamsInput) String() string + type AddFlowMediaStreamsOutput struct + FlowArn *string + MediaStreams []*MediaStream + func (s *AddFlowMediaStreamsOutput) SetFlowArn(v string) *AddFlowMediaStreamsOutput + func (s *AddFlowMediaStreamsOutput) SetMediaStreams(v []*MediaStream) *AddFlowMediaStreamsOutput + func (s AddFlowMediaStreamsOutput) GoString() string + func (s AddFlowMediaStreamsOutput) String() string + type AddFlowOutputs420Exception struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AddFlowOutputs420Exception) Code() string + func (s *AddFlowOutputs420Exception) Error() string + func (s *AddFlowOutputs420Exception) Message() string + func (s *AddFlowOutputs420Exception) OrigErr() error + func (s *AddFlowOutputs420Exception) RequestID() string + func (s *AddFlowOutputs420Exception) StatusCode() int + func (s AddFlowOutputs420Exception) GoString() string + func (s AddFlowOutputs420Exception) String() string + type AddFlowOutputsInput struct + FlowArn *string + Outputs []*AddOutputRequest + func (s *AddFlowOutputsInput) SetFlowArn(v string) *AddFlowOutputsInput + func (s *AddFlowOutputsInput) SetOutputs(v []*AddOutputRequest) *AddFlowOutputsInput + func (s *AddFlowOutputsInput) Validate() error + func (s AddFlowOutputsInput) GoString() string + func (s AddFlowOutputsInput) String() string + type AddFlowOutputsOutput struct + FlowArn *string + Outputs []*Output + func (s *AddFlowOutputsOutput) SetFlowArn(v string) *AddFlowOutputsOutput + func (s *AddFlowOutputsOutput) SetOutputs(v []*Output) *AddFlowOutputsOutput + func (s AddFlowOutputsOutput) GoString() string + func (s AddFlowOutputsOutput) String() string + type AddFlowSourcesInput struct + FlowArn *string + Sources []*SetSourceRequest + func (s *AddFlowSourcesInput) SetFlowArn(v string) *AddFlowSourcesInput + func (s *AddFlowSourcesInput) SetSources(v []*SetSourceRequest) *AddFlowSourcesInput + func (s *AddFlowSourcesInput) Validate() error + func (s AddFlowSourcesInput) GoString() string + func (s AddFlowSourcesInput) String() string + type AddFlowSourcesOutput struct + FlowArn *string + Sources []*Source + func (s *AddFlowSourcesOutput) SetFlowArn(v string) *AddFlowSourcesOutput + func (s *AddFlowSourcesOutput) SetSources(v []*Source) *AddFlowSourcesOutput + func (s AddFlowSourcesOutput) GoString() string + func (s AddFlowSourcesOutput) String() string + type AddFlowVpcInterfacesInput struct + FlowArn *string + VpcInterfaces []*VpcInterfaceRequest + func (s *AddFlowVpcInterfacesInput) SetFlowArn(v string) *AddFlowVpcInterfacesInput + func (s *AddFlowVpcInterfacesInput) SetVpcInterfaces(v []*VpcInterfaceRequest) *AddFlowVpcInterfacesInput + func (s *AddFlowVpcInterfacesInput) Validate() error + func (s AddFlowVpcInterfacesInput) GoString() string + func (s AddFlowVpcInterfacesInput) String() string + type AddFlowVpcInterfacesOutput struct + FlowArn *string + VpcInterfaces []*VpcInterface + func (s *AddFlowVpcInterfacesOutput) SetFlowArn(v string) *AddFlowVpcInterfacesOutput + func (s *AddFlowVpcInterfacesOutput) SetVpcInterfaces(v []*VpcInterface) *AddFlowVpcInterfacesOutput + func (s AddFlowVpcInterfacesOutput) GoString() string + func (s AddFlowVpcInterfacesOutput) String() string + type AddIngressGatewayBridgeRequest struct + MaxBitrate *int64 + MaxOutputs *int64 + func (s *AddIngressGatewayBridgeRequest) SetMaxBitrate(v int64) *AddIngressGatewayBridgeRequest + func (s *AddIngressGatewayBridgeRequest) SetMaxOutputs(v int64) *AddIngressGatewayBridgeRequest + func (s *AddIngressGatewayBridgeRequest) Validate() error + func (s AddIngressGatewayBridgeRequest) GoString() string + func (s AddIngressGatewayBridgeRequest) String() string + type AddMaintenance struct + MaintenanceDay *string + MaintenanceStartHour *string + func (s *AddMaintenance) SetMaintenanceDay(v string) *AddMaintenance + func (s *AddMaintenance) SetMaintenanceStartHour(v string) *AddMaintenance + func (s *AddMaintenance) Validate() error + func (s AddMaintenance) GoString() string + func (s AddMaintenance) String() string + type AddMediaStreamRequest struct + Attributes *MediaStreamAttributesRequest + ClockRate *int64 + Description *string + MediaStreamId *int64 + MediaStreamName *string + MediaStreamType *string + VideoFormat *string + func (s *AddMediaStreamRequest) SetAttributes(v *MediaStreamAttributesRequest) *AddMediaStreamRequest + func (s *AddMediaStreamRequest) SetClockRate(v int64) *AddMediaStreamRequest + func (s *AddMediaStreamRequest) SetDescription(v string) *AddMediaStreamRequest + func (s *AddMediaStreamRequest) SetMediaStreamId(v int64) *AddMediaStreamRequest + func (s *AddMediaStreamRequest) SetMediaStreamName(v string) *AddMediaStreamRequest + func (s *AddMediaStreamRequest) SetMediaStreamType(v string) *AddMediaStreamRequest + func (s *AddMediaStreamRequest) SetVideoFormat(v string) *AddMediaStreamRequest + func (s *AddMediaStreamRequest) Validate() error + func (s AddMediaStreamRequest) GoString() string + func (s AddMediaStreamRequest) String() string + type AddOutputRequest struct + CidrAllowList []*string + Description *string + Destination *string + Encryption *Encryption + MaxLatency *int64 + MediaStreamOutputConfigurations []*MediaStreamOutputConfigurationRequest + MinLatency *int64 + Name *string + Port *int64 + Protocol *string + RemoteId *string + SenderControlPort *int64 + SmoothingLatency *int64 + StreamId *string + VpcInterfaceAttachment *VpcInterfaceAttachment + func (s *AddOutputRequest) SetCidrAllowList(v []*string) *AddOutputRequest + func (s *AddOutputRequest) SetDescription(v string) *AddOutputRequest + func (s *AddOutputRequest) SetDestination(v string) *AddOutputRequest + func (s *AddOutputRequest) SetEncryption(v *Encryption) *AddOutputRequest + func (s *AddOutputRequest) SetMaxLatency(v int64) *AddOutputRequest + func (s *AddOutputRequest) SetMediaStreamOutputConfigurations(v []*MediaStreamOutputConfigurationRequest) *AddOutputRequest + func (s *AddOutputRequest) SetMinLatency(v int64) *AddOutputRequest + func (s *AddOutputRequest) SetName(v string) *AddOutputRequest + func (s *AddOutputRequest) SetPort(v int64) *AddOutputRequest + func (s *AddOutputRequest) SetProtocol(v string) *AddOutputRequest + func (s *AddOutputRequest) SetRemoteId(v string) *AddOutputRequest + func (s *AddOutputRequest) SetSenderControlPort(v int64) *AddOutputRequest + func (s *AddOutputRequest) SetSmoothingLatency(v int64) *AddOutputRequest + func (s *AddOutputRequest) SetStreamId(v string) *AddOutputRequest + func (s *AddOutputRequest) SetVpcInterfaceAttachment(v *VpcInterfaceAttachment) *AddOutputRequest + func (s *AddOutputRequest) Validate() error + func (s AddOutputRequest) GoString() string + func (s AddOutputRequest) String() string + type BadRequestException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *BadRequestException) Code() string + func (s *BadRequestException) Error() string + func (s *BadRequestException) Message() string + func (s *BadRequestException) OrigErr() error + func (s *BadRequestException) RequestID() string + func (s *BadRequestException) StatusCode() int + func (s BadRequestException) GoString() string + func (s BadRequestException) String() string + type Bridge struct + BridgeArn *string + BridgeMessages []*MessageDetail + BridgeState *string + EgressGatewayBridge *EgressGatewayBridge + IngressGatewayBridge *IngressGatewayBridge + Name *string + Outputs []*BridgeOutput_ + PlacementArn *string + SourceFailoverConfig *FailoverConfig + Sources []*BridgeSource + func (s *Bridge) SetBridgeArn(v string) *Bridge + func (s *Bridge) SetBridgeMessages(v []*MessageDetail) *Bridge + func (s *Bridge) SetBridgeState(v string) *Bridge + func (s *Bridge) SetEgressGatewayBridge(v *EgressGatewayBridge) *Bridge + func (s *Bridge) SetIngressGatewayBridge(v *IngressGatewayBridge) *Bridge + func (s *Bridge) SetName(v string) *Bridge + func (s *Bridge) SetOutputs(v []*BridgeOutput_) *Bridge + func (s *Bridge) SetPlacementArn(v string) *Bridge + func (s *Bridge) SetSourceFailoverConfig(v *FailoverConfig) *Bridge + func (s *Bridge) SetSources(v []*BridgeSource) *Bridge + func (s Bridge) GoString() string + func (s Bridge) String() string + type BridgeFlowOutput_ struct + FlowArn *string + FlowSourceArn *string + Name *string + func (s *BridgeFlowOutput_) SetFlowArn(v string) *BridgeFlowOutput_ + func (s *BridgeFlowOutput_) SetFlowSourceArn(v string) *BridgeFlowOutput_ + func (s *BridgeFlowOutput_) SetName(v string) *BridgeFlowOutput_ + func (s BridgeFlowOutput_) GoString() string + func (s BridgeFlowOutput_) String() string + type BridgeFlowSource struct + FlowArn *string + FlowVpcInterfaceAttachment *VpcInterfaceAttachment + Name *string + OutputArn *string + func (s *BridgeFlowSource) SetFlowArn(v string) *BridgeFlowSource + func (s *BridgeFlowSource) SetFlowVpcInterfaceAttachment(v *VpcInterfaceAttachment) *BridgeFlowSource + func (s *BridgeFlowSource) SetName(v string) *BridgeFlowSource + func (s *BridgeFlowSource) SetOutputArn(v string) *BridgeFlowSource + func (s BridgeFlowSource) GoString() string + func (s BridgeFlowSource) String() string + type BridgeNetworkOutput_ struct + IpAddress *string + Name *string + NetworkName *string + Port *int64 + Protocol *string + Ttl *int64 + func (s *BridgeNetworkOutput_) SetIpAddress(v string) *BridgeNetworkOutput_ + func (s *BridgeNetworkOutput_) SetName(v string) *BridgeNetworkOutput_ + func (s *BridgeNetworkOutput_) SetNetworkName(v string) *BridgeNetworkOutput_ + func (s *BridgeNetworkOutput_) SetPort(v int64) *BridgeNetworkOutput_ + func (s *BridgeNetworkOutput_) SetProtocol(v string) *BridgeNetworkOutput_ + func (s *BridgeNetworkOutput_) SetTtl(v int64) *BridgeNetworkOutput_ + func (s BridgeNetworkOutput_) GoString() string + func (s BridgeNetworkOutput_) String() string + type BridgeNetworkSource struct + MulticastIp *string + Name *string + NetworkName *string + Port *int64 + Protocol *string + func (s *BridgeNetworkSource) SetMulticastIp(v string) *BridgeNetworkSource + func (s *BridgeNetworkSource) SetName(v string) *BridgeNetworkSource + func (s *BridgeNetworkSource) SetNetworkName(v string) *BridgeNetworkSource + func (s *BridgeNetworkSource) SetPort(v int64) *BridgeNetworkSource + func (s *BridgeNetworkSource) SetProtocol(v string) *BridgeNetworkSource + func (s BridgeNetworkSource) GoString() string + func (s BridgeNetworkSource) String() string + type BridgeOutput_ struct + FlowOutput *BridgeFlowOutput_ + NetworkOutput *BridgeNetworkOutput_ + func (s *BridgeOutput_) SetFlowOutput(v *BridgeFlowOutput_) *BridgeOutput_ + func (s *BridgeOutput_) SetNetworkOutput(v *BridgeNetworkOutput_) *BridgeOutput_ + func (s BridgeOutput_) GoString() string + func (s BridgeOutput_) String() string + type BridgeSource struct + FlowSource *BridgeFlowSource + NetworkSource *BridgeNetworkSource + func (s *BridgeSource) SetFlowSource(v *BridgeFlowSource) *BridgeSource + func (s *BridgeSource) SetNetworkSource(v *BridgeNetworkSource) *BridgeSource + func (s BridgeSource) GoString() string + func (s BridgeSource) String() string + type ConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CreateBridge420Exception struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *CreateBridge420Exception) Code() string + func (s *CreateBridge420Exception) Error() string + func (s *CreateBridge420Exception) Message() string + func (s *CreateBridge420Exception) OrigErr() error + func (s *CreateBridge420Exception) RequestID() string + func (s *CreateBridge420Exception) StatusCode() int + func (s CreateBridge420Exception) GoString() string + func (s CreateBridge420Exception) String() string + type CreateBridgeInput struct + EgressGatewayBridge *AddEgressGatewayBridgeRequest + IngressGatewayBridge *AddIngressGatewayBridgeRequest + Name *string + Outputs []*AddBridgeOutputRequest + PlacementArn *string + SourceFailoverConfig *FailoverConfig + Sources []*AddBridgeSourceRequest + func (s *CreateBridgeInput) SetEgressGatewayBridge(v *AddEgressGatewayBridgeRequest) *CreateBridgeInput + func (s *CreateBridgeInput) SetIngressGatewayBridge(v *AddIngressGatewayBridgeRequest) *CreateBridgeInput + func (s *CreateBridgeInput) SetName(v string) *CreateBridgeInput + func (s *CreateBridgeInput) SetOutputs(v []*AddBridgeOutputRequest) *CreateBridgeInput + func (s *CreateBridgeInput) SetPlacementArn(v string) *CreateBridgeInput + func (s *CreateBridgeInput) SetSourceFailoverConfig(v *FailoverConfig) *CreateBridgeInput + func (s *CreateBridgeInput) SetSources(v []*AddBridgeSourceRequest) *CreateBridgeInput + func (s *CreateBridgeInput) Validate() error + func (s CreateBridgeInput) GoString() string + func (s CreateBridgeInput) String() string + type CreateBridgeOutput struct + Bridge *Bridge + func (s *CreateBridgeOutput) SetBridge(v *Bridge) *CreateBridgeOutput + func (s CreateBridgeOutput) GoString() string + func (s CreateBridgeOutput) String() string + type CreateFlow420Exception struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *CreateFlow420Exception) Code() string + func (s *CreateFlow420Exception) Error() string + func (s *CreateFlow420Exception) Message() string + func (s *CreateFlow420Exception) OrigErr() error + func (s *CreateFlow420Exception) RequestID() string + func (s *CreateFlow420Exception) StatusCode() int + func (s CreateFlow420Exception) GoString() string + func (s CreateFlow420Exception) String() string + type CreateFlowInput struct + AvailabilityZone *string + Entitlements []*GrantEntitlementRequest + Maintenance *AddMaintenance + MediaStreams []*AddMediaStreamRequest + Name *string + Outputs []*AddOutputRequest + Source *SetSourceRequest + SourceFailoverConfig *FailoverConfig + Sources []*SetSourceRequest + VpcInterfaces []*VpcInterfaceRequest + func (s *CreateFlowInput) SetAvailabilityZone(v string) *CreateFlowInput + func (s *CreateFlowInput) SetEntitlements(v []*GrantEntitlementRequest) *CreateFlowInput + func (s *CreateFlowInput) SetMaintenance(v *AddMaintenance) *CreateFlowInput + func (s *CreateFlowInput) SetMediaStreams(v []*AddMediaStreamRequest) *CreateFlowInput + func (s *CreateFlowInput) SetName(v string) *CreateFlowInput + func (s *CreateFlowInput) SetOutputs(v []*AddOutputRequest) *CreateFlowInput + func (s *CreateFlowInput) SetSource(v *SetSourceRequest) *CreateFlowInput + func (s *CreateFlowInput) SetSourceFailoverConfig(v *FailoverConfig) *CreateFlowInput + func (s *CreateFlowInput) SetSources(v []*SetSourceRequest) *CreateFlowInput + func (s *CreateFlowInput) SetVpcInterfaces(v []*VpcInterfaceRequest) *CreateFlowInput + func (s *CreateFlowInput) Validate() error + func (s CreateFlowInput) GoString() string + func (s CreateFlowInput) String() string + type CreateFlowOutput struct + Flow *Flow + func (s *CreateFlowOutput) SetFlow(v *Flow) *CreateFlowOutput + func (s CreateFlowOutput) GoString() string + func (s CreateFlowOutput) String() string + type CreateGateway420Exception struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *CreateGateway420Exception) Code() string + func (s *CreateGateway420Exception) Error() string + func (s *CreateGateway420Exception) Message() string + func (s *CreateGateway420Exception) OrigErr() error + func (s *CreateGateway420Exception) RequestID() string + func (s *CreateGateway420Exception) StatusCode() int + func (s CreateGateway420Exception) GoString() string + func (s CreateGateway420Exception) String() string + type CreateGatewayInput struct + EgressCidrBlocks []*string + Name *string + Networks []*GatewayNetwork + func (s *CreateGatewayInput) SetEgressCidrBlocks(v []*string) *CreateGatewayInput + func (s *CreateGatewayInput) SetName(v string) *CreateGatewayInput + func (s *CreateGatewayInput) SetNetworks(v []*GatewayNetwork) *CreateGatewayInput + func (s *CreateGatewayInput) Validate() error + func (s CreateGatewayInput) GoString() string + func (s CreateGatewayInput) String() string + type CreateGatewayOutput struct + Gateway *Gateway + func (s *CreateGatewayOutput) SetGateway(v *Gateway) *CreateGatewayOutput + func (s CreateGatewayOutput) GoString() string + func (s CreateGatewayOutput) String() string + type DeleteBridgeInput struct + BridgeArn *string + func (s *DeleteBridgeInput) SetBridgeArn(v string) *DeleteBridgeInput + func (s *DeleteBridgeInput) Validate() error + func (s DeleteBridgeInput) GoString() string + func (s DeleteBridgeInput) String() string + type DeleteBridgeOutput struct + BridgeArn *string + func (s *DeleteBridgeOutput) SetBridgeArn(v string) *DeleteBridgeOutput + func (s DeleteBridgeOutput) GoString() string + func (s DeleteBridgeOutput) String() string + type DeleteFlowInput struct + FlowArn *string + func (s *DeleteFlowInput) SetFlowArn(v string) *DeleteFlowInput + func (s *DeleteFlowInput) Validate() error + func (s DeleteFlowInput) GoString() string + func (s DeleteFlowInput) String() string + type DeleteFlowOutput struct + FlowArn *string + Status *string + func (s *DeleteFlowOutput) SetFlowArn(v string) *DeleteFlowOutput + func (s *DeleteFlowOutput) SetStatus(v string) *DeleteFlowOutput + func (s DeleteFlowOutput) GoString() string + func (s DeleteFlowOutput) String() string + type DeleteGatewayInput struct + GatewayArn *string + func (s *DeleteGatewayInput) SetGatewayArn(v string) *DeleteGatewayInput + func (s *DeleteGatewayInput) Validate() error + func (s DeleteGatewayInput) GoString() string + func (s DeleteGatewayInput) String() string + type DeleteGatewayOutput struct + GatewayArn *string + func (s *DeleteGatewayOutput) SetGatewayArn(v string) *DeleteGatewayOutput + func (s DeleteGatewayOutput) GoString() string + func (s DeleteGatewayOutput) String() string + type DeregisterGatewayInstanceInput struct + Force *bool + GatewayInstanceArn *string + func (s *DeregisterGatewayInstanceInput) SetForce(v bool) *DeregisterGatewayInstanceInput + func (s *DeregisterGatewayInstanceInput) SetGatewayInstanceArn(v string) *DeregisterGatewayInstanceInput + func (s *DeregisterGatewayInstanceInput) Validate() error + func (s DeregisterGatewayInstanceInput) GoString() string + func (s DeregisterGatewayInstanceInput) String() string + type DeregisterGatewayInstanceOutput struct + GatewayInstanceArn *string + InstanceState *string + func (s *DeregisterGatewayInstanceOutput) SetGatewayInstanceArn(v string) *DeregisterGatewayInstanceOutput + func (s *DeregisterGatewayInstanceOutput) SetInstanceState(v string) *DeregisterGatewayInstanceOutput + func (s DeregisterGatewayInstanceOutput) GoString() string + func (s DeregisterGatewayInstanceOutput) String() string + type DescribeBridgeInput struct + BridgeArn *string + func (s *DescribeBridgeInput) SetBridgeArn(v string) *DescribeBridgeInput + func (s *DescribeBridgeInput) Validate() error + func (s DescribeBridgeInput) GoString() string + func (s DescribeBridgeInput) String() string + type DescribeBridgeOutput struct + Bridge *Bridge + func (s *DescribeBridgeOutput) SetBridge(v *Bridge) *DescribeBridgeOutput + func (s DescribeBridgeOutput) GoString() string + func (s DescribeBridgeOutput) String() string + type DescribeFlowInput struct + FlowArn *string + func (s *DescribeFlowInput) SetFlowArn(v string) *DescribeFlowInput + func (s *DescribeFlowInput) Validate() error + func (s DescribeFlowInput) GoString() string + func (s DescribeFlowInput) String() string + type DescribeFlowOutput struct + Flow *Flow + Messages *Messages + func (s *DescribeFlowOutput) SetFlow(v *Flow) *DescribeFlowOutput + func (s *DescribeFlowOutput) SetMessages(v *Messages) *DescribeFlowOutput + func (s DescribeFlowOutput) GoString() string + func (s DescribeFlowOutput) String() string + type DescribeGatewayInput struct + GatewayArn *string + func (s *DescribeGatewayInput) SetGatewayArn(v string) *DescribeGatewayInput + func (s *DescribeGatewayInput) Validate() error + func (s DescribeGatewayInput) GoString() string + func (s DescribeGatewayInput) String() string + type DescribeGatewayInstanceInput struct + GatewayInstanceArn *string + func (s *DescribeGatewayInstanceInput) SetGatewayInstanceArn(v string) *DescribeGatewayInstanceInput + func (s *DescribeGatewayInstanceInput) Validate() error + func (s DescribeGatewayInstanceInput) GoString() string + func (s DescribeGatewayInstanceInput) String() string + type DescribeGatewayInstanceOutput struct + GatewayInstance *GatewayInstance + func (s *DescribeGatewayInstanceOutput) SetGatewayInstance(v *GatewayInstance) *DescribeGatewayInstanceOutput + func (s DescribeGatewayInstanceOutput) GoString() string + func (s DescribeGatewayInstanceOutput) String() string + type DescribeGatewayOutput struct + Gateway *Gateway + func (s *DescribeGatewayOutput) SetGateway(v *Gateway) *DescribeGatewayOutput + func (s DescribeGatewayOutput) GoString() string + func (s DescribeGatewayOutput) String() string + type DescribeOfferingInput struct + OfferingArn *string + func (s *DescribeOfferingInput) SetOfferingArn(v string) *DescribeOfferingInput + func (s *DescribeOfferingInput) Validate() error + func (s DescribeOfferingInput) GoString() string + func (s DescribeOfferingInput) String() string + type DescribeOfferingOutput struct + Offering *Offering + func (s *DescribeOfferingOutput) SetOffering(v *Offering) *DescribeOfferingOutput + func (s DescribeOfferingOutput) GoString() string + func (s DescribeOfferingOutput) String() string + type DescribeReservationInput struct + ReservationArn *string + func (s *DescribeReservationInput) SetReservationArn(v string) *DescribeReservationInput + func (s *DescribeReservationInput) Validate() error + func (s DescribeReservationInput) GoString() string + func (s DescribeReservationInput) String() string + type DescribeReservationOutput struct + Reservation *Reservation + func (s *DescribeReservationOutput) SetReservation(v *Reservation) *DescribeReservationOutput + func (s DescribeReservationOutput) GoString() string + func (s DescribeReservationOutput) String() string + type DestinationConfiguration struct + DestinationIp *string + DestinationPort *int64 + Interface *Interface + OutboundIp *string + func (s *DestinationConfiguration) SetDestinationIp(v string) *DestinationConfiguration + func (s *DestinationConfiguration) SetDestinationPort(v int64) *DestinationConfiguration + func (s *DestinationConfiguration) SetInterface(v *Interface) *DestinationConfiguration + func (s *DestinationConfiguration) SetOutboundIp(v string) *DestinationConfiguration + func (s DestinationConfiguration) GoString() string + func (s DestinationConfiguration) String() string + type DestinationConfigurationRequest struct + DestinationIp *string + DestinationPort *int64 + Interface *InterfaceRequest + func (s *DestinationConfigurationRequest) SetDestinationIp(v string) *DestinationConfigurationRequest + func (s *DestinationConfigurationRequest) SetDestinationPort(v int64) *DestinationConfigurationRequest + func (s *DestinationConfigurationRequest) SetInterface(v *InterfaceRequest) *DestinationConfigurationRequest + func (s *DestinationConfigurationRequest) Validate() error + func (s DestinationConfigurationRequest) GoString() string + func (s DestinationConfigurationRequest) String() string + type EgressGatewayBridge struct + InstanceId *string + MaxBitrate *int64 + func (s *EgressGatewayBridge) SetInstanceId(v string) *EgressGatewayBridge + func (s *EgressGatewayBridge) SetMaxBitrate(v int64) *EgressGatewayBridge + func (s EgressGatewayBridge) GoString() string + func (s EgressGatewayBridge) String() string + type EncodingParameters struct + CompressionFactor *float64 + EncoderProfile *string + func (s *EncodingParameters) SetCompressionFactor(v float64) *EncodingParameters + func (s *EncodingParameters) SetEncoderProfile(v string) *EncodingParameters + func (s EncodingParameters) GoString() string + func (s EncodingParameters) String() string + type EncodingParametersRequest struct + CompressionFactor *float64 + EncoderProfile *string + func (s *EncodingParametersRequest) SetCompressionFactor(v float64) *EncodingParametersRequest + func (s *EncodingParametersRequest) SetEncoderProfile(v string) *EncodingParametersRequest + func (s *EncodingParametersRequest) Validate() error + func (s EncodingParametersRequest) GoString() string + func (s EncodingParametersRequest) String() string + type Encryption struct + Algorithm *string + ConstantInitializationVector *string + DeviceId *string + KeyType *string + Region *string + ResourceId *string + RoleArn *string + SecretArn *string + Url *string + func (s *Encryption) SetAlgorithm(v string) *Encryption + func (s *Encryption) SetConstantInitializationVector(v string) *Encryption + func (s *Encryption) SetDeviceId(v string) *Encryption + func (s *Encryption) SetKeyType(v string) *Encryption + func (s *Encryption) SetRegion(v string) *Encryption + func (s *Encryption) SetResourceId(v string) *Encryption + func (s *Encryption) SetRoleArn(v string) *Encryption + func (s *Encryption) SetSecretArn(v string) *Encryption + func (s *Encryption) SetUrl(v string) *Encryption + func (s *Encryption) Validate() error + func (s Encryption) GoString() string + func (s Encryption) String() string + type Entitlement struct + DataTransferSubscriberFeePercent *int64 + Description *string + Encryption *Encryption + EntitlementArn *string + EntitlementStatus *string + Name *string + Subscribers []*string + func (s *Entitlement) SetDataTransferSubscriberFeePercent(v int64) *Entitlement + func (s *Entitlement) SetDescription(v string) *Entitlement + func (s *Entitlement) SetEncryption(v *Encryption) *Entitlement + func (s *Entitlement) SetEntitlementArn(v string) *Entitlement + func (s *Entitlement) SetEntitlementStatus(v string) *Entitlement + func (s *Entitlement) SetName(v string) *Entitlement + func (s *Entitlement) SetSubscribers(v []*string) *Entitlement + func (s Entitlement) GoString() string + func (s Entitlement) String() string + type FailoverConfig struct + FailoverMode *string + RecoveryWindow *int64 + SourcePriority *SourcePriority + State *string + func (s *FailoverConfig) SetFailoverMode(v string) *FailoverConfig + func (s *FailoverConfig) SetRecoveryWindow(v int64) *FailoverConfig + func (s *FailoverConfig) SetSourcePriority(v *SourcePriority) *FailoverConfig + func (s *FailoverConfig) SetState(v string) *FailoverConfig + func (s FailoverConfig) GoString() string + func (s FailoverConfig) String() string + type Flow struct + AvailabilityZone *string + Description *string + EgressIp *string + Entitlements []*Entitlement + FlowArn *string + Maintenance *Maintenance + MediaStreams []*MediaStream + Name *string + Outputs []*Output + Source *Source + SourceFailoverConfig *FailoverConfig + Sources []*Source + Status *string + VpcInterfaces []*VpcInterface + func (s *Flow) SetAvailabilityZone(v string) *Flow + func (s *Flow) SetDescription(v string) *Flow + func (s *Flow) SetEgressIp(v string) *Flow + func (s *Flow) SetEntitlements(v []*Entitlement) *Flow + func (s *Flow) SetFlowArn(v string) *Flow + func (s *Flow) SetMaintenance(v *Maintenance) *Flow + func (s *Flow) SetMediaStreams(v []*MediaStream) *Flow + func (s *Flow) SetName(v string) *Flow + func (s *Flow) SetOutputs(v []*Output) *Flow + func (s *Flow) SetSource(v *Source) *Flow + func (s *Flow) SetSourceFailoverConfig(v *FailoverConfig) *Flow + func (s *Flow) SetSources(v []*Source) *Flow + func (s *Flow) SetStatus(v string) *Flow + func (s *Flow) SetVpcInterfaces(v []*VpcInterface) *Flow + func (s Flow) GoString() string + func (s Flow) String() string + type Fmtp struct + ChannelOrder *string + Colorimetry *string + ExactFramerate *string + Par *string + Range *string + ScanMode *string + Tcs *string + func (s *Fmtp) SetChannelOrder(v string) *Fmtp + func (s *Fmtp) SetColorimetry(v string) *Fmtp + func (s *Fmtp) SetExactFramerate(v string) *Fmtp + func (s *Fmtp) SetPar(v string) *Fmtp + func (s *Fmtp) SetRange(v string) *Fmtp + func (s *Fmtp) SetScanMode(v string) *Fmtp + func (s *Fmtp) SetTcs(v string) *Fmtp + func (s Fmtp) GoString() string + func (s Fmtp) String() string + type FmtpRequest struct + ChannelOrder *string + Colorimetry *string + ExactFramerate *string + Par *string + Range *string + ScanMode *string + Tcs *string + func (s *FmtpRequest) SetChannelOrder(v string) *FmtpRequest + func (s *FmtpRequest) SetColorimetry(v string) *FmtpRequest + func (s *FmtpRequest) SetExactFramerate(v string) *FmtpRequest + func (s *FmtpRequest) SetPar(v string) *FmtpRequest + func (s *FmtpRequest) SetRange(v string) *FmtpRequest + func (s *FmtpRequest) SetScanMode(v string) *FmtpRequest + func (s *FmtpRequest) SetTcs(v string) *FmtpRequest + func (s FmtpRequest) GoString() string + func (s FmtpRequest) String() string + type ForbiddenException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ForbiddenException) Code() string + func (s *ForbiddenException) Error() string + func (s *ForbiddenException) Message() string + func (s *ForbiddenException) OrigErr() error + func (s *ForbiddenException) RequestID() string + func (s *ForbiddenException) StatusCode() int + func (s ForbiddenException) GoString() string + func (s ForbiddenException) String() string + type Gateway struct + EgressCidrBlocks []*string + GatewayArn *string + GatewayMessages []*MessageDetail + GatewayState *string + Name *string + Networks []*GatewayNetwork + func (s *Gateway) SetEgressCidrBlocks(v []*string) *Gateway + func (s *Gateway) SetGatewayArn(v string) *Gateway + func (s *Gateway) SetGatewayMessages(v []*MessageDetail) *Gateway + func (s *Gateway) SetGatewayState(v string) *Gateway + func (s *Gateway) SetName(v string) *Gateway + func (s *Gateway) SetNetworks(v []*GatewayNetwork) *Gateway + func (s Gateway) GoString() string + func (s Gateway) String() string + type GatewayBridgeSource struct + BridgeArn *string + VpcInterfaceAttachment *VpcInterfaceAttachment + func (s *GatewayBridgeSource) SetBridgeArn(v string) *GatewayBridgeSource + func (s *GatewayBridgeSource) SetVpcInterfaceAttachment(v *VpcInterfaceAttachment) *GatewayBridgeSource + func (s GatewayBridgeSource) GoString() string + func (s GatewayBridgeSource) String() string + type GatewayInstance struct + BridgePlacement *string + ConnectionStatus *string + GatewayArn *string + GatewayInstanceArn *string + InstanceId *string + InstanceMessages []*MessageDetail + InstanceState *string + RunningBridgeCount *int64 + func (s *GatewayInstance) SetBridgePlacement(v string) *GatewayInstance + func (s *GatewayInstance) SetConnectionStatus(v string) *GatewayInstance + func (s *GatewayInstance) SetGatewayArn(v string) *GatewayInstance + func (s *GatewayInstance) SetGatewayInstanceArn(v string) *GatewayInstance + func (s *GatewayInstance) SetInstanceId(v string) *GatewayInstance + func (s *GatewayInstance) SetInstanceMessages(v []*MessageDetail) *GatewayInstance + func (s *GatewayInstance) SetInstanceState(v string) *GatewayInstance + func (s *GatewayInstance) SetRunningBridgeCount(v int64) *GatewayInstance + func (s GatewayInstance) GoString() string + func (s GatewayInstance) String() string + type GatewayNetwork struct + CidrBlock *string + Name *string + func (s *GatewayNetwork) SetCidrBlock(v string) *GatewayNetwork + func (s *GatewayNetwork) SetName(v string) *GatewayNetwork + func (s *GatewayNetwork) Validate() error + func (s GatewayNetwork) GoString() string + func (s GatewayNetwork) String() string + type GrantEntitlementRequest struct + DataTransferSubscriberFeePercent *int64 + Description *string + Encryption *Encryption + EntitlementStatus *string + Name *string + Subscribers []*string + func (s *GrantEntitlementRequest) SetDataTransferSubscriberFeePercent(v int64) *GrantEntitlementRequest + func (s *GrantEntitlementRequest) SetDescription(v string) *GrantEntitlementRequest + func (s *GrantEntitlementRequest) SetEncryption(v *Encryption) *GrantEntitlementRequest + func (s *GrantEntitlementRequest) SetEntitlementStatus(v string) *GrantEntitlementRequest + func (s *GrantEntitlementRequest) SetName(v string) *GrantEntitlementRequest + func (s *GrantEntitlementRequest) SetSubscribers(v []*string) *GrantEntitlementRequest + func (s *GrantEntitlementRequest) Validate() error + func (s GrantEntitlementRequest) GoString() string + func (s GrantEntitlementRequest) String() string + type GrantFlowEntitlements420Exception struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *GrantFlowEntitlements420Exception) Code() string + func (s *GrantFlowEntitlements420Exception) Error() string + func (s *GrantFlowEntitlements420Exception) Message() string + func (s *GrantFlowEntitlements420Exception) OrigErr() error + func (s *GrantFlowEntitlements420Exception) RequestID() string + func (s *GrantFlowEntitlements420Exception) StatusCode() int + func (s GrantFlowEntitlements420Exception) GoString() string + func (s GrantFlowEntitlements420Exception) String() string + type GrantFlowEntitlementsInput struct + Entitlements []*GrantEntitlementRequest + FlowArn *string + func (s *GrantFlowEntitlementsInput) SetEntitlements(v []*GrantEntitlementRequest) *GrantFlowEntitlementsInput + func (s *GrantFlowEntitlementsInput) SetFlowArn(v string) *GrantFlowEntitlementsInput + func (s *GrantFlowEntitlementsInput) Validate() error + func (s GrantFlowEntitlementsInput) GoString() string + func (s GrantFlowEntitlementsInput) String() string + type GrantFlowEntitlementsOutput struct + Entitlements []*Entitlement + FlowArn *string + func (s *GrantFlowEntitlementsOutput) SetEntitlements(v []*Entitlement) *GrantFlowEntitlementsOutput + func (s *GrantFlowEntitlementsOutput) SetFlowArn(v string) *GrantFlowEntitlementsOutput + func (s GrantFlowEntitlementsOutput) GoString() string + func (s GrantFlowEntitlementsOutput) String() string + type IngressGatewayBridge struct + InstanceId *string + MaxBitrate *int64 + MaxOutputs *int64 + func (s *IngressGatewayBridge) SetInstanceId(v string) *IngressGatewayBridge + func (s *IngressGatewayBridge) SetMaxBitrate(v int64) *IngressGatewayBridge + func (s *IngressGatewayBridge) SetMaxOutputs(v int64) *IngressGatewayBridge + func (s IngressGatewayBridge) GoString() string + func (s IngressGatewayBridge) String() string + type InputConfiguration struct + InputIp *string + InputPort *int64 + Interface *Interface + func (s *InputConfiguration) SetInputIp(v string) *InputConfiguration + func (s *InputConfiguration) SetInputPort(v int64) *InputConfiguration + func (s *InputConfiguration) SetInterface(v *Interface) *InputConfiguration + func (s InputConfiguration) GoString() string + func (s InputConfiguration) String() string + type InputConfigurationRequest struct + InputPort *int64 + Interface *InterfaceRequest + func (s *InputConfigurationRequest) SetInputPort(v int64) *InputConfigurationRequest + func (s *InputConfigurationRequest) SetInterface(v *InterfaceRequest) *InputConfigurationRequest + func (s *InputConfigurationRequest) Validate() error + func (s InputConfigurationRequest) GoString() string + func (s InputConfigurationRequest) String() string + type Interface struct + Name *string + func (s *Interface) SetName(v string) *Interface + func (s Interface) GoString() string + func (s Interface) String() string + type InterfaceRequest struct + Name *string + func (s *InterfaceRequest) SetName(v string) *InterfaceRequest + func (s *InterfaceRequest) Validate() error + func (s InterfaceRequest) GoString() string + func (s InterfaceRequest) String() string + type InternalServerErrorException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerErrorException) Code() string + func (s *InternalServerErrorException) Error() string + func (s *InternalServerErrorException) Message() string + func (s *InternalServerErrorException) OrigErr() error + func (s *InternalServerErrorException) RequestID() string + func (s *InternalServerErrorException) StatusCode() int + func (s InternalServerErrorException) GoString() string + func (s InternalServerErrorException) String() string + type ListBridgesInput struct + FilterArn *string + MaxResults *int64 + NextToken *string + func (s *ListBridgesInput) SetFilterArn(v string) *ListBridgesInput + func (s *ListBridgesInput) SetMaxResults(v int64) *ListBridgesInput + func (s *ListBridgesInput) SetNextToken(v string) *ListBridgesInput + func (s *ListBridgesInput) Validate() error + func (s ListBridgesInput) GoString() string + func (s ListBridgesInput) String() string + type ListBridgesOutput struct + Bridges []*ListedBridge + NextToken *string + func (s *ListBridgesOutput) SetBridges(v []*ListedBridge) *ListBridgesOutput + func (s *ListBridgesOutput) SetNextToken(v string) *ListBridgesOutput + func (s ListBridgesOutput) GoString() string + func (s ListBridgesOutput) String() string + type ListEntitlementsInput struct + MaxResults *int64 + NextToken *string + func (s *ListEntitlementsInput) SetMaxResults(v int64) *ListEntitlementsInput + func (s *ListEntitlementsInput) SetNextToken(v string) *ListEntitlementsInput + func (s *ListEntitlementsInput) Validate() error + func (s ListEntitlementsInput) GoString() string + func (s ListEntitlementsInput) String() string + type ListEntitlementsOutput struct + Entitlements []*ListedEntitlement + NextToken *string + func (s *ListEntitlementsOutput) SetEntitlements(v []*ListedEntitlement) *ListEntitlementsOutput + func (s *ListEntitlementsOutput) SetNextToken(v string) *ListEntitlementsOutput + func (s ListEntitlementsOutput) GoString() string + func (s ListEntitlementsOutput) String() string + type ListFlowsInput struct + MaxResults *int64 + NextToken *string + func (s *ListFlowsInput) SetMaxResults(v int64) *ListFlowsInput + func (s *ListFlowsInput) SetNextToken(v string) *ListFlowsInput + func (s *ListFlowsInput) Validate() error + func (s ListFlowsInput) GoString() string + func (s ListFlowsInput) String() string + type ListFlowsOutput struct + Flows []*ListedFlow + NextToken *string + func (s *ListFlowsOutput) SetFlows(v []*ListedFlow) *ListFlowsOutput + func (s *ListFlowsOutput) SetNextToken(v string) *ListFlowsOutput + func (s ListFlowsOutput) GoString() string + func (s ListFlowsOutput) String() string + type ListGatewayInstancesInput struct + FilterArn *string + MaxResults *int64 + NextToken *string + func (s *ListGatewayInstancesInput) SetFilterArn(v string) *ListGatewayInstancesInput + func (s *ListGatewayInstancesInput) SetMaxResults(v int64) *ListGatewayInstancesInput + func (s *ListGatewayInstancesInput) SetNextToken(v string) *ListGatewayInstancesInput + func (s *ListGatewayInstancesInput) Validate() error + func (s ListGatewayInstancesInput) GoString() string + func (s ListGatewayInstancesInput) String() string + type ListGatewayInstancesOutput struct + Instances []*ListedGatewayInstance + NextToken *string + func (s *ListGatewayInstancesOutput) SetInstances(v []*ListedGatewayInstance) *ListGatewayInstancesOutput + func (s *ListGatewayInstancesOutput) SetNextToken(v string) *ListGatewayInstancesOutput + func (s ListGatewayInstancesOutput) GoString() string + func (s ListGatewayInstancesOutput) String() string + type ListGatewaysInput struct + MaxResults *int64 + NextToken *string + func (s *ListGatewaysInput) SetMaxResults(v int64) *ListGatewaysInput + func (s *ListGatewaysInput) SetNextToken(v string) *ListGatewaysInput + func (s *ListGatewaysInput) Validate() error + func (s ListGatewaysInput) GoString() string + func (s ListGatewaysInput) String() string + type ListGatewaysOutput struct + Gateways []*ListedGateway + NextToken *string + func (s *ListGatewaysOutput) SetGateways(v []*ListedGateway) *ListGatewaysOutput + func (s *ListGatewaysOutput) SetNextToken(v string) *ListGatewaysOutput + func (s ListGatewaysOutput) GoString() string + func (s ListGatewaysOutput) String() string + type ListOfferingsInput struct + MaxResults *int64 + NextToken *string + func (s *ListOfferingsInput) SetMaxResults(v int64) *ListOfferingsInput + func (s *ListOfferingsInput) SetNextToken(v string) *ListOfferingsInput + func (s *ListOfferingsInput) Validate() error + func (s ListOfferingsInput) GoString() string + func (s ListOfferingsInput) String() string + type ListOfferingsOutput struct + NextToken *string + Offerings []*Offering + func (s *ListOfferingsOutput) SetNextToken(v string) *ListOfferingsOutput + func (s *ListOfferingsOutput) SetOfferings(v []*Offering) *ListOfferingsOutput + func (s ListOfferingsOutput) GoString() string + func (s ListOfferingsOutput) String() string + type ListReservationsInput struct + MaxResults *int64 + NextToken *string + func (s *ListReservationsInput) SetMaxResults(v int64) *ListReservationsInput + func (s *ListReservationsInput) SetNextToken(v string) *ListReservationsInput + func (s *ListReservationsInput) Validate() error + func (s ListReservationsInput) GoString() string + func (s ListReservationsInput) String() string + type ListReservationsOutput struct + NextToken *string + Reservations []*Reservation + func (s *ListReservationsOutput) SetNextToken(v string) *ListReservationsOutput + func (s *ListReservationsOutput) SetReservations(v []*Reservation) *ListReservationsOutput + func (s ListReservationsOutput) GoString() string + func (s ListReservationsOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type ListedBridge struct + BridgeArn *string + BridgeState *string + BridgeType *string + Name *string + PlacementArn *string + func (s *ListedBridge) SetBridgeArn(v string) *ListedBridge + func (s *ListedBridge) SetBridgeState(v string) *ListedBridge + func (s *ListedBridge) SetBridgeType(v string) *ListedBridge + func (s *ListedBridge) SetName(v string) *ListedBridge + func (s *ListedBridge) SetPlacementArn(v string) *ListedBridge + func (s ListedBridge) GoString() string + func (s ListedBridge) String() string + type ListedEntitlement struct + DataTransferSubscriberFeePercent *int64 + EntitlementArn *string + EntitlementName *string + func (s *ListedEntitlement) SetDataTransferSubscriberFeePercent(v int64) *ListedEntitlement + func (s *ListedEntitlement) SetEntitlementArn(v string) *ListedEntitlement + func (s *ListedEntitlement) SetEntitlementName(v string) *ListedEntitlement + func (s ListedEntitlement) GoString() string + func (s ListedEntitlement) String() string + type ListedFlow struct + AvailabilityZone *string + Description *string + FlowArn *string + Maintenance *Maintenance + Name *string + SourceType *string + Status *string + func (s *ListedFlow) SetAvailabilityZone(v string) *ListedFlow + func (s *ListedFlow) SetDescription(v string) *ListedFlow + func (s *ListedFlow) SetFlowArn(v string) *ListedFlow + func (s *ListedFlow) SetMaintenance(v *Maintenance) *ListedFlow + func (s *ListedFlow) SetName(v string) *ListedFlow + func (s *ListedFlow) SetSourceType(v string) *ListedFlow + func (s *ListedFlow) SetStatus(v string) *ListedFlow + func (s ListedFlow) GoString() string + func (s ListedFlow) String() string + type ListedGateway struct + GatewayArn *string + GatewayState *string + Name *string + func (s *ListedGateway) SetGatewayArn(v string) *ListedGateway + func (s *ListedGateway) SetGatewayState(v string) *ListedGateway + func (s *ListedGateway) SetName(v string) *ListedGateway + func (s ListedGateway) GoString() string + func (s ListedGateway) String() string + type ListedGatewayInstance struct + GatewayArn *string + GatewayInstanceArn *string + InstanceId *string + InstanceState *string + func (s *ListedGatewayInstance) SetGatewayArn(v string) *ListedGatewayInstance + func (s *ListedGatewayInstance) SetGatewayInstanceArn(v string) *ListedGatewayInstance + func (s *ListedGatewayInstance) SetInstanceId(v string) *ListedGatewayInstance + func (s *ListedGatewayInstance) SetInstanceState(v string) *ListedGatewayInstance + func (s ListedGatewayInstance) GoString() string + func (s ListedGatewayInstance) String() string + type Maintenance struct + MaintenanceDay *string + MaintenanceDeadline *string + MaintenanceScheduledDate *string + MaintenanceStartHour *string + func (s *Maintenance) SetMaintenanceDay(v string) *Maintenance + func (s *Maintenance) SetMaintenanceDeadline(v string) *Maintenance + func (s *Maintenance) SetMaintenanceScheduledDate(v string) *Maintenance + func (s *Maintenance) SetMaintenanceStartHour(v string) *Maintenance + func (s Maintenance) GoString() string + func (s Maintenance) String() string + type MediaConnect struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *MediaConnect + func (c *MediaConnect) AddBridgeOutputs(input *AddBridgeOutputsInput) (*AddBridgeOutputsOutput, error) + func (c *MediaConnect) AddBridgeOutputsRequest(input *AddBridgeOutputsInput) (req *request.Request, output *AddBridgeOutputsOutput) + func (c *MediaConnect) AddBridgeOutputsWithContext(ctx aws.Context, input *AddBridgeOutputsInput, opts ...request.Option) (*AddBridgeOutputsOutput, error) + func (c *MediaConnect) AddBridgeSources(input *AddBridgeSourcesInput) (*AddBridgeSourcesOutput, error) + func (c *MediaConnect) AddBridgeSourcesRequest(input *AddBridgeSourcesInput) (req *request.Request, output *AddBridgeSourcesOutput) + func (c *MediaConnect) AddBridgeSourcesWithContext(ctx aws.Context, input *AddBridgeSourcesInput, opts ...request.Option) (*AddBridgeSourcesOutput, error) + func (c *MediaConnect) AddFlowMediaStreams(input *AddFlowMediaStreamsInput) (*AddFlowMediaStreamsOutput, error) + func (c *MediaConnect) AddFlowMediaStreamsRequest(input *AddFlowMediaStreamsInput) (req *request.Request, output *AddFlowMediaStreamsOutput) + func (c *MediaConnect) AddFlowMediaStreamsWithContext(ctx aws.Context, input *AddFlowMediaStreamsInput, opts ...request.Option) (*AddFlowMediaStreamsOutput, error) + func (c *MediaConnect) AddFlowOutputs(input *AddFlowOutputsInput) (*AddFlowOutputsOutput, error) + func (c *MediaConnect) AddFlowOutputsRequest(input *AddFlowOutputsInput) (req *request.Request, output *AddFlowOutputsOutput) + func (c *MediaConnect) AddFlowOutputsWithContext(ctx aws.Context, input *AddFlowOutputsInput, opts ...request.Option) (*AddFlowOutputsOutput, error) + func (c *MediaConnect) AddFlowSources(input *AddFlowSourcesInput) (*AddFlowSourcesOutput, error) + func (c *MediaConnect) AddFlowSourcesRequest(input *AddFlowSourcesInput) (req *request.Request, output *AddFlowSourcesOutput) + func (c *MediaConnect) AddFlowSourcesWithContext(ctx aws.Context, input *AddFlowSourcesInput, opts ...request.Option) (*AddFlowSourcesOutput, error) + func (c *MediaConnect) AddFlowVpcInterfaces(input *AddFlowVpcInterfacesInput) (*AddFlowVpcInterfacesOutput, error) + func (c *MediaConnect) AddFlowVpcInterfacesRequest(input *AddFlowVpcInterfacesInput) (req *request.Request, output *AddFlowVpcInterfacesOutput) + func (c *MediaConnect) AddFlowVpcInterfacesWithContext(ctx aws.Context, input *AddFlowVpcInterfacesInput, opts ...request.Option) (*AddFlowVpcInterfacesOutput, error) + func (c *MediaConnect) CreateBridge(input *CreateBridgeInput) (*CreateBridgeOutput, error) + func (c *MediaConnect) CreateBridgeRequest(input *CreateBridgeInput) (req *request.Request, output *CreateBridgeOutput) + func (c *MediaConnect) CreateBridgeWithContext(ctx aws.Context, input *CreateBridgeInput, opts ...request.Option) (*CreateBridgeOutput, error) + func (c *MediaConnect) CreateFlow(input *CreateFlowInput) (*CreateFlowOutput, error) + func (c *MediaConnect) CreateFlowRequest(input *CreateFlowInput) (req *request.Request, output *CreateFlowOutput) + func (c *MediaConnect) CreateFlowWithContext(ctx aws.Context, input *CreateFlowInput, opts ...request.Option) (*CreateFlowOutput, error) + func (c *MediaConnect) CreateGateway(input *CreateGatewayInput) (*CreateGatewayOutput, error) + func (c *MediaConnect) CreateGatewayRequest(input *CreateGatewayInput) (req *request.Request, output *CreateGatewayOutput) + func (c *MediaConnect) CreateGatewayWithContext(ctx aws.Context, input *CreateGatewayInput, opts ...request.Option) (*CreateGatewayOutput, error) + func (c *MediaConnect) DeleteBridge(input *DeleteBridgeInput) (*DeleteBridgeOutput, error) + func (c *MediaConnect) DeleteBridgeRequest(input *DeleteBridgeInput) (req *request.Request, output *DeleteBridgeOutput) + func (c *MediaConnect) DeleteBridgeWithContext(ctx aws.Context, input *DeleteBridgeInput, opts ...request.Option) (*DeleteBridgeOutput, error) + func (c *MediaConnect) DeleteFlow(input *DeleteFlowInput) (*DeleteFlowOutput, error) + func (c *MediaConnect) DeleteFlowRequest(input *DeleteFlowInput) (req *request.Request, output *DeleteFlowOutput) + func (c *MediaConnect) DeleteFlowWithContext(ctx aws.Context, input *DeleteFlowInput, opts ...request.Option) (*DeleteFlowOutput, error) + func (c *MediaConnect) DeleteGateway(input *DeleteGatewayInput) (*DeleteGatewayOutput, error) + func (c *MediaConnect) DeleteGatewayRequest(input *DeleteGatewayInput) (req *request.Request, output *DeleteGatewayOutput) + func (c *MediaConnect) DeleteGatewayWithContext(ctx aws.Context, input *DeleteGatewayInput, opts ...request.Option) (*DeleteGatewayOutput, error) + func (c *MediaConnect) DeregisterGatewayInstance(input *DeregisterGatewayInstanceInput) (*DeregisterGatewayInstanceOutput, error) + func (c *MediaConnect) DeregisterGatewayInstanceRequest(input *DeregisterGatewayInstanceInput) (req *request.Request, output *DeregisterGatewayInstanceOutput) + func (c *MediaConnect) DeregisterGatewayInstanceWithContext(ctx aws.Context, input *DeregisterGatewayInstanceInput, opts ...request.Option) (*DeregisterGatewayInstanceOutput, error) + func (c *MediaConnect) DescribeBridge(input *DescribeBridgeInput) (*DescribeBridgeOutput, error) + func (c *MediaConnect) DescribeBridgeRequest(input *DescribeBridgeInput) (req *request.Request, output *DescribeBridgeOutput) + func (c *MediaConnect) DescribeBridgeWithContext(ctx aws.Context, input *DescribeBridgeInput, opts ...request.Option) (*DescribeBridgeOutput, error) + func (c *MediaConnect) DescribeFlow(input *DescribeFlowInput) (*DescribeFlowOutput, error) + func (c *MediaConnect) DescribeFlowRequest(input *DescribeFlowInput) (req *request.Request, output *DescribeFlowOutput) + func (c *MediaConnect) DescribeFlowWithContext(ctx aws.Context, input *DescribeFlowInput, opts ...request.Option) (*DescribeFlowOutput, error) + func (c *MediaConnect) DescribeGateway(input *DescribeGatewayInput) (*DescribeGatewayOutput, error) + func (c *MediaConnect) DescribeGatewayInstance(input *DescribeGatewayInstanceInput) (*DescribeGatewayInstanceOutput, error) + func (c *MediaConnect) DescribeGatewayInstanceRequest(input *DescribeGatewayInstanceInput) (req *request.Request, output *DescribeGatewayInstanceOutput) + func (c *MediaConnect) DescribeGatewayInstanceWithContext(ctx aws.Context, input *DescribeGatewayInstanceInput, opts ...request.Option) (*DescribeGatewayInstanceOutput, error) + func (c *MediaConnect) DescribeGatewayRequest(input *DescribeGatewayInput) (req *request.Request, output *DescribeGatewayOutput) + func (c *MediaConnect) DescribeGatewayWithContext(ctx aws.Context, input *DescribeGatewayInput, opts ...request.Option) (*DescribeGatewayOutput, error) + func (c *MediaConnect) DescribeOffering(input *DescribeOfferingInput) (*DescribeOfferingOutput, error) + func (c *MediaConnect) DescribeOfferingRequest(input *DescribeOfferingInput) (req *request.Request, output *DescribeOfferingOutput) + func (c *MediaConnect) DescribeOfferingWithContext(ctx aws.Context, input *DescribeOfferingInput, opts ...request.Option) (*DescribeOfferingOutput, error) + func (c *MediaConnect) DescribeReservation(input *DescribeReservationInput) (*DescribeReservationOutput, error) + func (c *MediaConnect) DescribeReservationRequest(input *DescribeReservationInput) (req *request.Request, output *DescribeReservationOutput) + func (c *MediaConnect) DescribeReservationWithContext(ctx aws.Context, input *DescribeReservationInput, opts ...request.Option) (*DescribeReservationOutput, error) + func (c *MediaConnect) GrantFlowEntitlements(input *GrantFlowEntitlementsInput) (*GrantFlowEntitlementsOutput, error) + func (c *MediaConnect) GrantFlowEntitlementsRequest(input *GrantFlowEntitlementsInput) (req *request.Request, output *GrantFlowEntitlementsOutput) + func (c *MediaConnect) GrantFlowEntitlementsWithContext(ctx aws.Context, input *GrantFlowEntitlementsInput, opts ...request.Option) (*GrantFlowEntitlementsOutput, error) + func (c *MediaConnect) ListBridges(input *ListBridgesInput) (*ListBridgesOutput, error) + func (c *MediaConnect) ListBridgesPages(input *ListBridgesInput, fn func(*ListBridgesOutput, bool) bool) error + func (c *MediaConnect) ListBridgesPagesWithContext(ctx aws.Context, input *ListBridgesInput, ...) error + func (c *MediaConnect) ListBridgesRequest(input *ListBridgesInput) (req *request.Request, output *ListBridgesOutput) + func (c *MediaConnect) ListBridgesWithContext(ctx aws.Context, input *ListBridgesInput, opts ...request.Option) (*ListBridgesOutput, error) + func (c *MediaConnect) ListEntitlements(input *ListEntitlementsInput) (*ListEntitlementsOutput, error) + func (c *MediaConnect) ListEntitlementsPages(input *ListEntitlementsInput, fn func(*ListEntitlementsOutput, bool) bool) error + func (c *MediaConnect) ListEntitlementsPagesWithContext(ctx aws.Context, input *ListEntitlementsInput, ...) error + func (c *MediaConnect) ListEntitlementsRequest(input *ListEntitlementsInput) (req *request.Request, output *ListEntitlementsOutput) + func (c *MediaConnect) ListEntitlementsWithContext(ctx aws.Context, input *ListEntitlementsInput, opts ...request.Option) (*ListEntitlementsOutput, error) + func (c *MediaConnect) ListFlows(input *ListFlowsInput) (*ListFlowsOutput, error) + func (c *MediaConnect) ListFlowsPages(input *ListFlowsInput, fn func(*ListFlowsOutput, bool) bool) error + func (c *MediaConnect) ListFlowsPagesWithContext(ctx aws.Context, input *ListFlowsInput, fn func(*ListFlowsOutput, bool) bool, ...) error + func (c *MediaConnect) ListFlowsRequest(input *ListFlowsInput) (req *request.Request, output *ListFlowsOutput) + func (c *MediaConnect) ListFlowsWithContext(ctx aws.Context, input *ListFlowsInput, opts ...request.Option) (*ListFlowsOutput, error) + func (c *MediaConnect) ListGatewayInstances(input *ListGatewayInstancesInput) (*ListGatewayInstancesOutput, error) + func (c *MediaConnect) ListGatewayInstancesPages(input *ListGatewayInstancesInput, ...) error + func (c *MediaConnect) ListGatewayInstancesPagesWithContext(ctx aws.Context, input *ListGatewayInstancesInput, ...) error + func (c *MediaConnect) ListGatewayInstancesRequest(input *ListGatewayInstancesInput) (req *request.Request, output *ListGatewayInstancesOutput) + func (c *MediaConnect) ListGatewayInstancesWithContext(ctx aws.Context, input *ListGatewayInstancesInput, opts ...request.Option) (*ListGatewayInstancesOutput, error) + func (c *MediaConnect) ListGateways(input *ListGatewaysInput) (*ListGatewaysOutput, error) + func (c *MediaConnect) ListGatewaysPages(input *ListGatewaysInput, fn func(*ListGatewaysOutput, bool) bool) error + func (c *MediaConnect) ListGatewaysPagesWithContext(ctx aws.Context, input *ListGatewaysInput, ...) error + func (c *MediaConnect) ListGatewaysRequest(input *ListGatewaysInput) (req *request.Request, output *ListGatewaysOutput) + func (c *MediaConnect) ListGatewaysWithContext(ctx aws.Context, input *ListGatewaysInput, opts ...request.Option) (*ListGatewaysOutput, error) + func (c *MediaConnect) ListOfferings(input *ListOfferingsInput) (*ListOfferingsOutput, error) + func (c *MediaConnect) ListOfferingsPages(input *ListOfferingsInput, fn func(*ListOfferingsOutput, bool) bool) error + func (c *MediaConnect) ListOfferingsPagesWithContext(ctx aws.Context, input *ListOfferingsInput, ...) error + func (c *MediaConnect) ListOfferingsRequest(input *ListOfferingsInput) (req *request.Request, output *ListOfferingsOutput) + func (c *MediaConnect) ListOfferingsWithContext(ctx aws.Context, input *ListOfferingsInput, opts ...request.Option) (*ListOfferingsOutput, error) + func (c *MediaConnect) ListReservations(input *ListReservationsInput) (*ListReservationsOutput, error) + func (c *MediaConnect) ListReservationsPages(input *ListReservationsInput, fn func(*ListReservationsOutput, bool) bool) error + func (c *MediaConnect) ListReservationsPagesWithContext(ctx aws.Context, input *ListReservationsInput, ...) error + func (c *MediaConnect) ListReservationsRequest(input *ListReservationsInput) (req *request.Request, output *ListReservationsOutput) + func (c *MediaConnect) ListReservationsWithContext(ctx aws.Context, input *ListReservationsInput, opts ...request.Option) (*ListReservationsOutput, error) + func (c *MediaConnect) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *MediaConnect) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *MediaConnect) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *MediaConnect) PurchaseOffering(input *PurchaseOfferingInput) (*PurchaseOfferingOutput, error) + func (c *MediaConnect) PurchaseOfferingRequest(input *PurchaseOfferingInput) (req *request.Request, output *PurchaseOfferingOutput) + func (c *MediaConnect) PurchaseOfferingWithContext(ctx aws.Context, input *PurchaseOfferingInput, opts ...request.Option) (*PurchaseOfferingOutput, error) + func (c *MediaConnect) RemoveBridgeOutput(input *RemoveBridgeOutputInput) (*RemoveBridgeOutputOutput, error) + func (c *MediaConnect) RemoveBridgeOutputRequest(input *RemoveBridgeOutputInput) (req *request.Request, output *RemoveBridgeOutputOutput) + func (c *MediaConnect) RemoveBridgeOutputWithContext(ctx aws.Context, input *RemoveBridgeOutputInput, opts ...request.Option) (*RemoveBridgeOutputOutput, error) + func (c *MediaConnect) RemoveBridgeSource(input *RemoveBridgeSourceInput) (*RemoveBridgeSourceOutput, error) + func (c *MediaConnect) RemoveBridgeSourceRequest(input *RemoveBridgeSourceInput) (req *request.Request, output *RemoveBridgeSourceOutput) + func (c *MediaConnect) RemoveBridgeSourceWithContext(ctx aws.Context, input *RemoveBridgeSourceInput, opts ...request.Option) (*RemoveBridgeSourceOutput, error) + func (c *MediaConnect) RemoveFlowMediaStream(input *RemoveFlowMediaStreamInput) (*RemoveFlowMediaStreamOutput, error) + func (c *MediaConnect) RemoveFlowMediaStreamRequest(input *RemoveFlowMediaStreamInput) (req *request.Request, output *RemoveFlowMediaStreamOutput) + func (c *MediaConnect) RemoveFlowMediaStreamWithContext(ctx aws.Context, input *RemoveFlowMediaStreamInput, opts ...request.Option) (*RemoveFlowMediaStreamOutput, error) + func (c *MediaConnect) RemoveFlowOutput(input *RemoveFlowOutputInput) (*RemoveFlowOutputOutput, error) + func (c *MediaConnect) RemoveFlowOutputRequest(input *RemoveFlowOutputInput) (req *request.Request, output *RemoveFlowOutputOutput) + func (c *MediaConnect) RemoveFlowOutputWithContext(ctx aws.Context, input *RemoveFlowOutputInput, opts ...request.Option) (*RemoveFlowOutputOutput, error) + func (c *MediaConnect) RemoveFlowSource(input *RemoveFlowSourceInput) (*RemoveFlowSourceOutput, error) + func (c *MediaConnect) RemoveFlowSourceRequest(input *RemoveFlowSourceInput) (req *request.Request, output *RemoveFlowSourceOutput) + func (c *MediaConnect) RemoveFlowSourceWithContext(ctx aws.Context, input *RemoveFlowSourceInput, opts ...request.Option) (*RemoveFlowSourceOutput, error) + func (c *MediaConnect) RemoveFlowVpcInterface(input *RemoveFlowVpcInterfaceInput) (*RemoveFlowVpcInterfaceOutput, error) + func (c *MediaConnect) RemoveFlowVpcInterfaceRequest(input *RemoveFlowVpcInterfaceInput) (req *request.Request, output *RemoveFlowVpcInterfaceOutput) + func (c *MediaConnect) RemoveFlowVpcInterfaceWithContext(ctx aws.Context, input *RemoveFlowVpcInterfaceInput, opts ...request.Option) (*RemoveFlowVpcInterfaceOutput, error) + func (c *MediaConnect) RevokeFlowEntitlement(input *RevokeFlowEntitlementInput) (*RevokeFlowEntitlementOutput, error) + func (c *MediaConnect) RevokeFlowEntitlementRequest(input *RevokeFlowEntitlementInput) (req *request.Request, output *RevokeFlowEntitlementOutput) + func (c *MediaConnect) RevokeFlowEntitlementWithContext(ctx aws.Context, input *RevokeFlowEntitlementInput, opts ...request.Option) (*RevokeFlowEntitlementOutput, error) + func (c *MediaConnect) StartFlow(input *StartFlowInput) (*StartFlowOutput, error) + func (c *MediaConnect) StartFlowRequest(input *StartFlowInput) (req *request.Request, output *StartFlowOutput) + func (c *MediaConnect) StartFlowWithContext(ctx aws.Context, input *StartFlowInput, opts ...request.Option) (*StartFlowOutput, error) + func (c *MediaConnect) StopFlow(input *StopFlowInput) (*StopFlowOutput, error) + func (c *MediaConnect) StopFlowRequest(input *StopFlowInput) (req *request.Request, output *StopFlowOutput) + func (c *MediaConnect) StopFlowWithContext(ctx aws.Context, input *StopFlowInput, opts ...request.Option) (*StopFlowOutput, error) + func (c *MediaConnect) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *MediaConnect) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *MediaConnect) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *MediaConnect) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *MediaConnect) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *MediaConnect) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *MediaConnect) UpdateBridge(input *UpdateBridgeInput) (*UpdateBridgeOutput, error) + func (c *MediaConnect) UpdateBridgeOutput(input *UpdateBridgeOutputInput) (*UpdateBridgeOutputOutput, error) + func (c *MediaConnect) UpdateBridgeOutputRequest(input *UpdateBridgeOutputInput) (req *request.Request, output *UpdateBridgeOutputOutput) + func (c *MediaConnect) UpdateBridgeOutputWithContext(ctx aws.Context, input *UpdateBridgeOutputInput, opts ...request.Option) (*UpdateBridgeOutputOutput, error) + func (c *MediaConnect) UpdateBridgeRequest(input *UpdateBridgeInput) (req *request.Request, output *UpdateBridgeOutput) + func (c *MediaConnect) UpdateBridgeSource(input *UpdateBridgeSourceInput) (*UpdateBridgeSourceOutput, error) + func (c *MediaConnect) UpdateBridgeSourceRequest(input *UpdateBridgeSourceInput) (req *request.Request, output *UpdateBridgeSourceOutput) + func (c *MediaConnect) UpdateBridgeSourceWithContext(ctx aws.Context, input *UpdateBridgeSourceInput, opts ...request.Option) (*UpdateBridgeSourceOutput, error) + func (c *MediaConnect) UpdateBridgeState(input *UpdateBridgeStateInput) (*UpdateBridgeStateOutput, error) + func (c *MediaConnect) UpdateBridgeStateRequest(input *UpdateBridgeStateInput) (req *request.Request, output *UpdateBridgeStateOutput) + func (c *MediaConnect) UpdateBridgeStateWithContext(ctx aws.Context, input *UpdateBridgeStateInput, opts ...request.Option) (*UpdateBridgeStateOutput, error) + func (c *MediaConnect) UpdateBridgeWithContext(ctx aws.Context, input *UpdateBridgeInput, opts ...request.Option) (*UpdateBridgeOutput, error) + func (c *MediaConnect) UpdateFlow(input *UpdateFlowInput) (*UpdateFlowOutput, error) + func (c *MediaConnect) UpdateFlowEntitlement(input *UpdateFlowEntitlementInput) (*UpdateFlowEntitlementOutput, error) + func (c *MediaConnect) UpdateFlowEntitlementRequest(input *UpdateFlowEntitlementInput) (req *request.Request, output *UpdateFlowEntitlementOutput) + func (c *MediaConnect) UpdateFlowEntitlementWithContext(ctx aws.Context, input *UpdateFlowEntitlementInput, opts ...request.Option) (*UpdateFlowEntitlementOutput, error) + func (c *MediaConnect) UpdateFlowMediaStream(input *UpdateFlowMediaStreamInput) (*UpdateFlowMediaStreamOutput, error) + func (c *MediaConnect) UpdateFlowMediaStreamRequest(input *UpdateFlowMediaStreamInput) (req *request.Request, output *UpdateFlowMediaStreamOutput) + func (c *MediaConnect) UpdateFlowMediaStreamWithContext(ctx aws.Context, input *UpdateFlowMediaStreamInput, opts ...request.Option) (*UpdateFlowMediaStreamOutput, error) + func (c *MediaConnect) UpdateFlowOutput(input *UpdateFlowOutputInput) (*UpdateFlowOutputOutput, error) + func (c *MediaConnect) UpdateFlowOutputRequest(input *UpdateFlowOutputInput) (req *request.Request, output *UpdateFlowOutputOutput) + func (c *MediaConnect) UpdateFlowOutputWithContext(ctx aws.Context, input *UpdateFlowOutputInput, opts ...request.Option) (*UpdateFlowOutputOutput, error) + func (c *MediaConnect) UpdateFlowRequest(input *UpdateFlowInput) (req *request.Request, output *UpdateFlowOutput) + func (c *MediaConnect) UpdateFlowSource(input *UpdateFlowSourceInput) (*UpdateFlowSourceOutput, error) + func (c *MediaConnect) UpdateFlowSourceRequest(input *UpdateFlowSourceInput) (req *request.Request, output *UpdateFlowSourceOutput) + func (c *MediaConnect) UpdateFlowSourceWithContext(ctx aws.Context, input *UpdateFlowSourceInput, opts ...request.Option) (*UpdateFlowSourceOutput, error) + func (c *MediaConnect) UpdateFlowWithContext(ctx aws.Context, input *UpdateFlowInput, opts ...request.Option) (*UpdateFlowOutput, error) + func (c *MediaConnect) UpdateGatewayInstance(input *UpdateGatewayInstanceInput) (*UpdateGatewayInstanceOutput, error) + func (c *MediaConnect) UpdateGatewayInstanceRequest(input *UpdateGatewayInstanceInput) (req *request.Request, output *UpdateGatewayInstanceOutput) + func (c *MediaConnect) UpdateGatewayInstanceWithContext(ctx aws.Context, input *UpdateGatewayInstanceInput, opts ...request.Option) (*UpdateGatewayInstanceOutput, error) + func (c *MediaConnect) WaitUntilFlowActive(input *DescribeFlowInput) error + func (c *MediaConnect) WaitUntilFlowActiveWithContext(ctx aws.Context, input *DescribeFlowInput, opts ...request.WaiterOption) error + func (c *MediaConnect) WaitUntilFlowDeleted(input *DescribeFlowInput) error + func (c *MediaConnect) WaitUntilFlowDeletedWithContext(ctx aws.Context, input *DescribeFlowInput, opts ...request.WaiterOption) error + func (c *MediaConnect) WaitUntilFlowStandby(input *DescribeFlowInput) error + func (c *MediaConnect) WaitUntilFlowStandbyWithContext(ctx aws.Context, input *DescribeFlowInput, opts ...request.WaiterOption) error + type MediaStream struct + Attributes *MediaStreamAttributes + ClockRate *int64 + Description *string + Fmt *int64 + MediaStreamId *int64 + MediaStreamName *string + MediaStreamType *string + VideoFormat *string + func (s *MediaStream) SetAttributes(v *MediaStreamAttributes) *MediaStream + func (s *MediaStream) SetClockRate(v int64) *MediaStream + func (s *MediaStream) SetDescription(v string) *MediaStream + func (s *MediaStream) SetFmt(v int64) *MediaStream + func (s *MediaStream) SetMediaStreamId(v int64) *MediaStream + func (s *MediaStream) SetMediaStreamName(v string) *MediaStream + func (s *MediaStream) SetMediaStreamType(v string) *MediaStream + func (s *MediaStream) SetVideoFormat(v string) *MediaStream + func (s MediaStream) GoString() string + func (s MediaStream) String() string + type MediaStreamAttributes struct + Fmtp *Fmtp + Lang *string + func (s *MediaStreamAttributes) SetFmtp(v *Fmtp) *MediaStreamAttributes + func (s *MediaStreamAttributes) SetLang(v string) *MediaStreamAttributes + func (s MediaStreamAttributes) GoString() string + func (s MediaStreamAttributes) String() string + type MediaStreamAttributesRequest struct + Fmtp *FmtpRequest + Lang *string + func (s *MediaStreamAttributesRequest) SetFmtp(v *FmtpRequest) *MediaStreamAttributesRequest + func (s *MediaStreamAttributesRequest) SetLang(v string) *MediaStreamAttributesRequest + func (s MediaStreamAttributesRequest) GoString() string + func (s MediaStreamAttributesRequest) String() string + type MediaStreamOutputConfiguration struct + DestinationConfigurations []*DestinationConfiguration + EncodingName *string + EncodingParameters *EncodingParameters + MediaStreamName *string + func (s *MediaStreamOutputConfiguration) SetDestinationConfigurations(v []*DestinationConfiguration) *MediaStreamOutputConfiguration + func (s *MediaStreamOutputConfiguration) SetEncodingName(v string) *MediaStreamOutputConfiguration + func (s *MediaStreamOutputConfiguration) SetEncodingParameters(v *EncodingParameters) *MediaStreamOutputConfiguration + func (s *MediaStreamOutputConfiguration) SetMediaStreamName(v string) *MediaStreamOutputConfiguration + func (s MediaStreamOutputConfiguration) GoString() string + func (s MediaStreamOutputConfiguration) String() string + type MediaStreamOutputConfigurationRequest struct + DestinationConfigurations []*DestinationConfigurationRequest + EncodingName *string + EncodingParameters *EncodingParametersRequest + MediaStreamName *string + func (s *MediaStreamOutputConfigurationRequest) SetDestinationConfigurations(v []*DestinationConfigurationRequest) *MediaStreamOutputConfigurationRequest + func (s *MediaStreamOutputConfigurationRequest) SetEncodingName(v string) *MediaStreamOutputConfigurationRequest + func (s *MediaStreamOutputConfigurationRequest) SetEncodingParameters(v *EncodingParametersRequest) *MediaStreamOutputConfigurationRequest + func (s *MediaStreamOutputConfigurationRequest) SetMediaStreamName(v string) *MediaStreamOutputConfigurationRequest + func (s *MediaStreamOutputConfigurationRequest) Validate() error + func (s MediaStreamOutputConfigurationRequest) GoString() string + func (s MediaStreamOutputConfigurationRequest) String() string + type MediaStreamSourceConfiguration struct + EncodingName *string + InputConfigurations []*InputConfiguration + MediaStreamName *string + func (s *MediaStreamSourceConfiguration) SetEncodingName(v string) *MediaStreamSourceConfiguration + func (s *MediaStreamSourceConfiguration) SetInputConfigurations(v []*InputConfiguration) *MediaStreamSourceConfiguration + func (s *MediaStreamSourceConfiguration) SetMediaStreamName(v string) *MediaStreamSourceConfiguration + func (s MediaStreamSourceConfiguration) GoString() string + func (s MediaStreamSourceConfiguration) String() string + type MediaStreamSourceConfigurationRequest struct + EncodingName *string + InputConfigurations []*InputConfigurationRequest + MediaStreamName *string + func (s *MediaStreamSourceConfigurationRequest) SetEncodingName(v string) *MediaStreamSourceConfigurationRequest + func (s *MediaStreamSourceConfigurationRequest) SetInputConfigurations(v []*InputConfigurationRequest) *MediaStreamSourceConfigurationRequest + func (s *MediaStreamSourceConfigurationRequest) SetMediaStreamName(v string) *MediaStreamSourceConfigurationRequest + func (s *MediaStreamSourceConfigurationRequest) Validate() error + func (s MediaStreamSourceConfigurationRequest) GoString() string + func (s MediaStreamSourceConfigurationRequest) String() string + type MessageDetail struct + Code *string + Message *string + ResourceName *string + func (s *MessageDetail) SetCode(v string) *MessageDetail + func (s *MessageDetail) SetMessage(v string) *MessageDetail + func (s *MessageDetail) SetResourceName(v string) *MessageDetail + func (s MessageDetail) GoString() string + func (s MessageDetail) String() string + type Messages struct + Errors []*string + func (s *Messages) SetErrors(v []*string) *Messages + func (s Messages) GoString() string + func (s Messages) String() string + type NotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NotFoundException) Code() string + func (s *NotFoundException) Error() string + func (s *NotFoundException) Message() string + func (s *NotFoundException) OrigErr() error + func (s *NotFoundException) RequestID() string + func (s *NotFoundException) StatusCode() int + func (s NotFoundException) GoString() string + func (s NotFoundException) String() string + type Offering struct + CurrencyCode *string + Duration *int64 + DurationUnits *string + OfferingArn *string + OfferingDescription *string + PricePerUnit *string + PriceUnits *string + ResourceSpecification *ResourceSpecification + func (s *Offering) SetCurrencyCode(v string) *Offering + func (s *Offering) SetDuration(v int64) *Offering + func (s *Offering) SetDurationUnits(v string) *Offering + func (s *Offering) SetOfferingArn(v string) *Offering + func (s *Offering) SetOfferingDescription(v string) *Offering + func (s *Offering) SetPricePerUnit(v string) *Offering + func (s *Offering) SetPriceUnits(v string) *Offering + func (s *Offering) SetResourceSpecification(v *ResourceSpecification) *Offering + func (s Offering) GoString() string + func (s Offering) String() string + type Output struct + BridgeArn *string + BridgePorts []*int64 + DataTransferSubscriberFeePercent *int64 + Description *string + Destination *string + Encryption *Encryption + EntitlementArn *string + ListenerAddress *string + MediaLiveInputArn *string + MediaStreamOutputConfigurations []*MediaStreamOutputConfiguration + Name *string + OutputArn *string + Port *int64 + Transport *Transport + VpcInterfaceAttachment *VpcInterfaceAttachment + func (s *Output) SetBridgeArn(v string) *Output + func (s *Output) SetBridgePorts(v []*int64) *Output + func (s *Output) SetDataTransferSubscriberFeePercent(v int64) *Output + func (s *Output) SetDescription(v string) *Output + func (s *Output) SetDestination(v string) *Output + func (s *Output) SetEncryption(v *Encryption) *Output + func (s *Output) SetEntitlementArn(v string) *Output + func (s *Output) SetListenerAddress(v string) *Output + func (s *Output) SetMediaLiveInputArn(v string) *Output + func (s *Output) SetMediaStreamOutputConfigurations(v []*MediaStreamOutputConfiguration) *Output + func (s *Output) SetName(v string) *Output + func (s *Output) SetOutputArn(v string) *Output + func (s *Output) SetPort(v int64) *Output + func (s *Output) SetTransport(v *Transport) *Output + func (s *Output) SetVpcInterfaceAttachment(v *VpcInterfaceAttachment) *Output + func (s Output) GoString() string + func (s Output) String() string + type PurchaseOfferingInput struct + OfferingArn *string + ReservationName *string + Start *string + func (s *PurchaseOfferingInput) SetOfferingArn(v string) *PurchaseOfferingInput + func (s *PurchaseOfferingInput) SetReservationName(v string) *PurchaseOfferingInput + func (s *PurchaseOfferingInput) SetStart(v string) *PurchaseOfferingInput + func (s *PurchaseOfferingInput) Validate() error + func (s PurchaseOfferingInput) GoString() string + func (s PurchaseOfferingInput) String() string + type PurchaseOfferingOutput struct + Reservation *Reservation + func (s *PurchaseOfferingOutput) SetReservation(v *Reservation) *PurchaseOfferingOutput + func (s PurchaseOfferingOutput) GoString() string + func (s PurchaseOfferingOutput) String() string + type RemoveBridgeOutputInput struct + BridgeArn *string + OutputName *string + func (s *RemoveBridgeOutputInput) SetBridgeArn(v string) *RemoveBridgeOutputInput + func (s *RemoveBridgeOutputInput) SetOutputName(v string) *RemoveBridgeOutputInput + func (s *RemoveBridgeOutputInput) Validate() error + func (s RemoveBridgeOutputInput) GoString() string + func (s RemoveBridgeOutputInput) String() string + type RemoveBridgeOutputOutput struct + BridgeArn *string + OutputName *string + func (s *RemoveBridgeOutputOutput) SetBridgeArn(v string) *RemoveBridgeOutputOutput + func (s *RemoveBridgeOutputOutput) SetOutputName(v string) *RemoveBridgeOutputOutput + func (s RemoveBridgeOutputOutput) GoString() string + func (s RemoveBridgeOutputOutput) String() string + type RemoveBridgeSourceInput struct + BridgeArn *string + SourceName *string + func (s *RemoveBridgeSourceInput) SetBridgeArn(v string) *RemoveBridgeSourceInput + func (s *RemoveBridgeSourceInput) SetSourceName(v string) *RemoveBridgeSourceInput + func (s *RemoveBridgeSourceInput) Validate() error + func (s RemoveBridgeSourceInput) GoString() string + func (s RemoveBridgeSourceInput) String() string + type RemoveBridgeSourceOutput struct + BridgeArn *string + SourceName *string + func (s *RemoveBridgeSourceOutput) SetBridgeArn(v string) *RemoveBridgeSourceOutput + func (s *RemoveBridgeSourceOutput) SetSourceName(v string) *RemoveBridgeSourceOutput + func (s RemoveBridgeSourceOutput) GoString() string + func (s RemoveBridgeSourceOutput) String() string + type RemoveFlowMediaStreamInput struct + FlowArn *string + MediaStreamName *string + func (s *RemoveFlowMediaStreamInput) SetFlowArn(v string) *RemoveFlowMediaStreamInput + func (s *RemoveFlowMediaStreamInput) SetMediaStreamName(v string) *RemoveFlowMediaStreamInput + func (s *RemoveFlowMediaStreamInput) Validate() error + func (s RemoveFlowMediaStreamInput) GoString() string + func (s RemoveFlowMediaStreamInput) String() string + type RemoveFlowMediaStreamOutput struct + FlowArn *string + MediaStreamName *string + func (s *RemoveFlowMediaStreamOutput) SetFlowArn(v string) *RemoveFlowMediaStreamOutput + func (s *RemoveFlowMediaStreamOutput) SetMediaStreamName(v string) *RemoveFlowMediaStreamOutput + func (s RemoveFlowMediaStreamOutput) GoString() string + func (s RemoveFlowMediaStreamOutput) String() string + type RemoveFlowOutputInput struct + FlowArn *string + OutputArn *string + func (s *RemoveFlowOutputInput) SetFlowArn(v string) *RemoveFlowOutputInput + func (s *RemoveFlowOutputInput) SetOutputArn(v string) *RemoveFlowOutputInput + func (s *RemoveFlowOutputInput) Validate() error + func (s RemoveFlowOutputInput) GoString() string + func (s RemoveFlowOutputInput) String() string + type RemoveFlowOutputOutput struct + FlowArn *string + OutputArn *string + func (s *RemoveFlowOutputOutput) SetFlowArn(v string) *RemoveFlowOutputOutput + func (s *RemoveFlowOutputOutput) SetOutputArn(v string) *RemoveFlowOutputOutput + func (s RemoveFlowOutputOutput) GoString() string + func (s RemoveFlowOutputOutput) String() string + type RemoveFlowSourceInput struct + FlowArn *string + SourceArn *string + func (s *RemoveFlowSourceInput) SetFlowArn(v string) *RemoveFlowSourceInput + func (s *RemoveFlowSourceInput) SetSourceArn(v string) *RemoveFlowSourceInput + func (s *RemoveFlowSourceInput) Validate() error + func (s RemoveFlowSourceInput) GoString() string + func (s RemoveFlowSourceInput) String() string + type RemoveFlowSourceOutput struct + FlowArn *string + SourceArn *string + func (s *RemoveFlowSourceOutput) SetFlowArn(v string) *RemoveFlowSourceOutput + func (s *RemoveFlowSourceOutput) SetSourceArn(v string) *RemoveFlowSourceOutput + func (s RemoveFlowSourceOutput) GoString() string + func (s RemoveFlowSourceOutput) String() string + type RemoveFlowVpcInterfaceInput struct + FlowArn *string + VpcInterfaceName *string + func (s *RemoveFlowVpcInterfaceInput) SetFlowArn(v string) *RemoveFlowVpcInterfaceInput + func (s *RemoveFlowVpcInterfaceInput) SetVpcInterfaceName(v string) *RemoveFlowVpcInterfaceInput + func (s *RemoveFlowVpcInterfaceInput) Validate() error + func (s RemoveFlowVpcInterfaceInput) GoString() string + func (s RemoveFlowVpcInterfaceInput) String() string + type RemoveFlowVpcInterfaceOutput struct + FlowArn *string + NonDeletedNetworkInterfaceIds []*string + VpcInterfaceName *string + func (s *RemoveFlowVpcInterfaceOutput) SetFlowArn(v string) *RemoveFlowVpcInterfaceOutput + func (s *RemoveFlowVpcInterfaceOutput) SetNonDeletedNetworkInterfaceIds(v []*string) *RemoveFlowVpcInterfaceOutput + func (s *RemoveFlowVpcInterfaceOutput) SetVpcInterfaceName(v string) *RemoveFlowVpcInterfaceOutput + func (s RemoveFlowVpcInterfaceOutput) GoString() string + func (s RemoveFlowVpcInterfaceOutput) String() string + type Reservation struct + CurrencyCode *string + Duration *int64 + DurationUnits *string + End *string + OfferingArn *string + OfferingDescription *string + PricePerUnit *string + PriceUnits *string + ReservationArn *string + ReservationName *string + ReservationState *string + ResourceSpecification *ResourceSpecification + Start *string + func (s *Reservation) SetCurrencyCode(v string) *Reservation + func (s *Reservation) SetDuration(v int64) *Reservation + func (s *Reservation) SetDurationUnits(v string) *Reservation + func (s *Reservation) SetEnd(v string) *Reservation + func (s *Reservation) SetOfferingArn(v string) *Reservation + func (s *Reservation) SetOfferingDescription(v string) *Reservation + func (s *Reservation) SetPricePerUnit(v string) *Reservation + func (s *Reservation) SetPriceUnits(v string) *Reservation + func (s *Reservation) SetReservationArn(v string) *Reservation + func (s *Reservation) SetReservationName(v string) *Reservation + func (s *Reservation) SetReservationState(v string) *Reservation + func (s *Reservation) SetResourceSpecification(v *ResourceSpecification) *Reservation + func (s *Reservation) SetStart(v string) *Reservation + func (s Reservation) GoString() string + func (s Reservation) String() string + type ResourceSpecification struct + ReservedBitrate *int64 + ResourceType *string + func (s *ResourceSpecification) SetReservedBitrate(v int64) *ResourceSpecification + func (s *ResourceSpecification) SetResourceType(v string) *ResourceSpecification + func (s ResourceSpecification) GoString() string + func (s ResourceSpecification) String() string + type RevokeFlowEntitlementInput struct + EntitlementArn *string + FlowArn *string + func (s *RevokeFlowEntitlementInput) SetEntitlementArn(v string) *RevokeFlowEntitlementInput + func (s *RevokeFlowEntitlementInput) SetFlowArn(v string) *RevokeFlowEntitlementInput + func (s *RevokeFlowEntitlementInput) Validate() error + func (s RevokeFlowEntitlementInput) GoString() string + func (s RevokeFlowEntitlementInput) String() string + type RevokeFlowEntitlementOutput struct + EntitlementArn *string + FlowArn *string + func (s *RevokeFlowEntitlementOutput) SetEntitlementArn(v string) *RevokeFlowEntitlementOutput + func (s *RevokeFlowEntitlementOutput) SetFlowArn(v string) *RevokeFlowEntitlementOutput + func (s RevokeFlowEntitlementOutput) GoString() string + func (s RevokeFlowEntitlementOutput) String() string + type ServiceUnavailableException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceUnavailableException) Code() string + func (s *ServiceUnavailableException) Error() string + func (s *ServiceUnavailableException) Message() string + func (s *ServiceUnavailableException) OrigErr() error + func (s *ServiceUnavailableException) RequestID() string + func (s *ServiceUnavailableException) StatusCode() int + func (s ServiceUnavailableException) GoString() string + func (s ServiceUnavailableException) String() string + type SetGatewayBridgeSourceRequest struct + BridgeArn *string + VpcInterfaceAttachment *VpcInterfaceAttachment + func (s *SetGatewayBridgeSourceRequest) SetBridgeArn(v string) *SetGatewayBridgeSourceRequest + func (s *SetGatewayBridgeSourceRequest) SetVpcInterfaceAttachment(v *VpcInterfaceAttachment) *SetGatewayBridgeSourceRequest + func (s *SetGatewayBridgeSourceRequest) Validate() error + func (s SetGatewayBridgeSourceRequest) GoString() string + func (s SetGatewayBridgeSourceRequest) String() string + type SetSourceRequest struct + Decryption *Encryption + Description *string + EntitlementArn *string + GatewayBridgeSource *SetGatewayBridgeSourceRequest + IngestPort *int64 + MaxBitrate *int64 + MaxLatency *int64 + MaxSyncBuffer *int64 + MediaStreamSourceConfigurations []*MediaStreamSourceConfigurationRequest + MinLatency *int64 + Name *string + Protocol *string + SenderControlPort *int64 + SenderIpAddress *string + SourceListenerAddress *string + SourceListenerPort *int64 + StreamId *string + VpcInterfaceName *string + WhitelistCidr *string + func (s *SetSourceRequest) SetDecryption(v *Encryption) *SetSourceRequest + func (s *SetSourceRequest) SetDescription(v string) *SetSourceRequest + func (s *SetSourceRequest) SetEntitlementArn(v string) *SetSourceRequest + func (s *SetSourceRequest) SetGatewayBridgeSource(v *SetGatewayBridgeSourceRequest) *SetSourceRequest + func (s *SetSourceRequest) SetIngestPort(v int64) *SetSourceRequest + func (s *SetSourceRequest) SetMaxBitrate(v int64) *SetSourceRequest + func (s *SetSourceRequest) SetMaxLatency(v int64) *SetSourceRequest + func (s *SetSourceRequest) SetMaxSyncBuffer(v int64) *SetSourceRequest + func (s *SetSourceRequest) SetMediaStreamSourceConfigurations(v []*MediaStreamSourceConfigurationRequest) *SetSourceRequest + func (s *SetSourceRequest) SetMinLatency(v int64) *SetSourceRequest + func (s *SetSourceRequest) SetName(v string) *SetSourceRequest + func (s *SetSourceRequest) SetProtocol(v string) *SetSourceRequest + func (s *SetSourceRequest) SetSenderControlPort(v int64) *SetSourceRequest + func (s *SetSourceRequest) SetSenderIpAddress(v string) *SetSourceRequest + func (s *SetSourceRequest) SetSourceListenerAddress(v string) *SetSourceRequest + func (s *SetSourceRequest) SetSourceListenerPort(v int64) *SetSourceRequest + func (s *SetSourceRequest) SetStreamId(v string) *SetSourceRequest + func (s *SetSourceRequest) SetVpcInterfaceName(v string) *SetSourceRequest + func (s *SetSourceRequest) SetWhitelistCidr(v string) *SetSourceRequest + func (s *SetSourceRequest) Validate() error + func (s SetSourceRequest) GoString() string + func (s SetSourceRequest) String() string + type Source struct + DataTransferSubscriberFeePercent *int64 + Decryption *Encryption + Description *string + EntitlementArn *string + GatewayBridgeSource *GatewayBridgeSource + IngestIp *string + IngestPort *int64 + MediaStreamSourceConfigurations []*MediaStreamSourceConfiguration + Name *string + SenderControlPort *int64 + SenderIpAddress *string + SourceArn *string + Transport *Transport + VpcInterfaceName *string + WhitelistCidr *string + func (s *Source) SetDataTransferSubscriberFeePercent(v int64) *Source + func (s *Source) SetDecryption(v *Encryption) *Source + func (s *Source) SetDescription(v string) *Source + func (s *Source) SetEntitlementArn(v string) *Source + func (s *Source) SetGatewayBridgeSource(v *GatewayBridgeSource) *Source + func (s *Source) SetIngestIp(v string) *Source + func (s *Source) SetIngestPort(v int64) *Source + func (s *Source) SetMediaStreamSourceConfigurations(v []*MediaStreamSourceConfiguration) *Source + func (s *Source) SetName(v string) *Source + func (s *Source) SetSenderControlPort(v int64) *Source + func (s *Source) SetSenderIpAddress(v string) *Source + func (s *Source) SetSourceArn(v string) *Source + func (s *Source) SetTransport(v *Transport) *Source + func (s *Source) SetVpcInterfaceName(v string) *Source + func (s *Source) SetWhitelistCidr(v string) *Source + func (s Source) GoString() string + func (s Source) String() string + type SourcePriority struct + PrimarySource *string + func (s *SourcePriority) SetPrimarySource(v string) *SourcePriority + func (s SourcePriority) GoString() string + func (s SourcePriority) String() string + type StartFlowInput struct + FlowArn *string + func (s *StartFlowInput) SetFlowArn(v string) *StartFlowInput + func (s *StartFlowInput) Validate() error + func (s StartFlowInput) GoString() string + func (s StartFlowInput) String() string + type StartFlowOutput struct + FlowArn *string + Status *string + func (s *StartFlowOutput) SetFlowArn(v string) *StartFlowOutput + func (s *StartFlowOutput) SetStatus(v string) *StartFlowOutput + func (s StartFlowOutput) GoString() string + func (s StartFlowOutput) String() string + type StopFlowInput struct + FlowArn *string + func (s *StopFlowInput) SetFlowArn(v string) *StopFlowInput + func (s *StopFlowInput) Validate() error + func (s StopFlowInput) GoString() string + func (s StopFlowInput) String() string + type StopFlowOutput struct + FlowArn *string + Status *string + func (s *StopFlowOutput) SetFlowArn(v string) *StopFlowOutput + func (s *StopFlowOutput) SetStatus(v string) *StopFlowOutput + func (s StopFlowOutput) GoString() string + func (s StopFlowOutput) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type TooManyRequestsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *TooManyRequestsException) Code() string + func (s *TooManyRequestsException) Error() string + func (s *TooManyRequestsException) Message() string + func (s *TooManyRequestsException) OrigErr() error + func (s *TooManyRequestsException) RequestID() string + func (s *TooManyRequestsException) StatusCode() int + func (s TooManyRequestsException) GoString() string + func (s TooManyRequestsException) String() string + type Transport struct + CidrAllowList []*string + MaxBitrate *int64 + MaxLatency *int64 + MaxSyncBuffer *int64 + MinLatency *int64 + Protocol *string + RemoteId *string + SenderControlPort *int64 + SenderIpAddress *string + SmoothingLatency *int64 + SourceListenerAddress *string + SourceListenerPort *int64 + StreamId *string + func (s *Transport) SetCidrAllowList(v []*string) *Transport + func (s *Transport) SetMaxBitrate(v int64) *Transport + func (s *Transport) SetMaxLatency(v int64) *Transport + func (s *Transport) SetMaxSyncBuffer(v int64) *Transport + func (s *Transport) SetMinLatency(v int64) *Transport + func (s *Transport) SetProtocol(v string) *Transport + func (s *Transport) SetRemoteId(v string) *Transport + func (s *Transport) SetSenderControlPort(v int64) *Transport + func (s *Transport) SetSenderIpAddress(v string) *Transport + func (s *Transport) SetSmoothingLatency(v int64) *Transport + func (s *Transport) SetSourceListenerAddress(v string) *Transport + func (s *Transport) SetSourceListenerPort(v int64) *Transport + func (s *Transport) SetStreamId(v string) *Transport + func (s Transport) GoString() string + func (s Transport) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateBridgeFlowSourceRequest struct + FlowArn *string + FlowVpcInterfaceAttachment *VpcInterfaceAttachment + func (s *UpdateBridgeFlowSourceRequest) SetFlowArn(v string) *UpdateBridgeFlowSourceRequest + func (s *UpdateBridgeFlowSourceRequest) SetFlowVpcInterfaceAttachment(v *VpcInterfaceAttachment) *UpdateBridgeFlowSourceRequest + func (s UpdateBridgeFlowSourceRequest) GoString() string + func (s UpdateBridgeFlowSourceRequest) String() string + type UpdateBridgeInput struct + BridgeArn *string + EgressGatewayBridge *UpdateEgressGatewayBridgeRequest + IngressGatewayBridge *UpdateIngressGatewayBridgeRequest + SourceFailoverConfig *UpdateFailoverConfig + func (s *UpdateBridgeInput) SetBridgeArn(v string) *UpdateBridgeInput + func (s *UpdateBridgeInput) SetEgressGatewayBridge(v *UpdateEgressGatewayBridgeRequest) *UpdateBridgeInput + func (s *UpdateBridgeInput) SetIngressGatewayBridge(v *UpdateIngressGatewayBridgeRequest) *UpdateBridgeInput + func (s *UpdateBridgeInput) SetSourceFailoverConfig(v *UpdateFailoverConfig) *UpdateBridgeInput + func (s *UpdateBridgeInput) Validate() error + func (s UpdateBridgeInput) GoString() string + func (s UpdateBridgeInput) String() string + type UpdateBridgeNetworkOutputRequest struct + IpAddress *string + NetworkName *string + Port *int64 + Protocol *string + Ttl *int64 + func (s *UpdateBridgeNetworkOutputRequest) SetIpAddress(v string) *UpdateBridgeNetworkOutputRequest + func (s *UpdateBridgeNetworkOutputRequest) SetNetworkName(v string) *UpdateBridgeNetworkOutputRequest + func (s *UpdateBridgeNetworkOutputRequest) SetPort(v int64) *UpdateBridgeNetworkOutputRequest + func (s *UpdateBridgeNetworkOutputRequest) SetProtocol(v string) *UpdateBridgeNetworkOutputRequest + func (s *UpdateBridgeNetworkOutputRequest) SetTtl(v int64) *UpdateBridgeNetworkOutputRequest + func (s UpdateBridgeNetworkOutputRequest) GoString() string + func (s UpdateBridgeNetworkOutputRequest) String() string + type UpdateBridgeNetworkSourceRequest struct + MulticastIp *string + NetworkName *string + Port *int64 + Protocol *string + func (s *UpdateBridgeNetworkSourceRequest) SetMulticastIp(v string) *UpdateBridgeNetworkSourceRequest + func (s *UpdateBridgeNetworkSourceRequest) SetNetworkName(v string) *UpdateBridgeNetworkSourceRequest + func (s *UpdateBridgeNetworkSourceRequest) SetPort(v int64) *UpdateBridgeNetworkSourceRequest + func (s *UpdateBridgeNetworkSourceRequest) SetProtocol(v string) *UpdateBridgeNetworkSourceRequest + func (s UpdateBridgeNetworkSourceRequest) GoString() string + func (s UpdateBridgeNetworkSourceRequest) String() string + type UpdateBridgeOutput struct + Bridge *Bridge + func (s *UpdateBridgeOutput) SetBridge(v *Bridge) *UpdateBridgeOutput + func (s UpdateBridgeOutput) GoString() string + func (s UpdateBridgeOutput) String() string + type UpdateBridgeOutputInput struct + BridgeArn *string + NetworkOutput *UpdateBridgeNetworkOutputRequest + OutputName *string + func (s *UpdateBridgeOutputInput) SetBridgeArn(v string) *UpdateBridgeOutputInput + func (s *UpdateBridgeOutputInput) SetNetworkOutput(v *UpdateBridgeNetworkOutputRequest) *UpdateBridgeOutputInput + func (s *UpdateBridgeOutputInput) SetOutputName(v string) *UpdateBridgeOutputInput + func (s *UpdateBridgeOutputInput) Validate() error + func (s UpdateBridgeOutputInput) GoString() string + func (s UpdateBridgeOutputInput) String() string + type UpdateBridgeOutputOutput struct + BridgeArn *string + Output *BridgeOutput_ + func (s *UpdateBridgeOutputOutput) SetBridgeArn(v string) *UpdateBridgeOutputOutput + func (s *UpdateBridgeOutputOutput) SetOutput(v *BridgeOutput_) *UpdateBridgeOutputOutput + func (s UpdateBridgeOutputOutput) GoString() string + func (s UpdateBridgeOutputOutput) String() string + type UpdateBridgeSourceInput struct + BridgeArn *string + FlowSource *UpdateBridgeFlowSourceRequest + NetworkSource *UpdateBridgeNetworkSourceRequest + SourceName *string + func (s *UpdateBridgeSourceInput) SetBridgeArn(v string) *UpdateBridgeSourceInput + func (s *UpdateBridgeSourceInput) SetFlowSource(v *UpdateBridgeFlowSourceRequest) *UpdateBridgeSourceInput + func (s *UpdateBridgeSourceInput) SetNetworkSource(v *UpdateBridgeNetworkSourceRequest) *UpdateBridgeSourceInput + func (s *UpdateBridgeSourceInput) SetSourceName(v string) *UpdateBridgeSourceInput + func (s *UpdateBridgeSourceInput) Validate() error + func (s UpdateBridgeSourceInput) GoString() string + func (s UpdateBridgeSourceInput) String() string + type UpdateBridgeSourceOutput struct + BridgeArn *string + Source *BridgeSource + func (s *UpdateBridgeSourceOutput) SetBridgeArn(v string) *UpdateBridgeSourceOutput + func (s *UpdateBridgeSourceOutput) SetSource(v *BridgeSource) *UpdateBridgeSourceOutput + func (s UpdateBridgeSourceOutput) GoString() string + func (s UpdateBridgeSourceOutput) String() string + type UpdateBridgeStateInput struct + BridgeArn *string + DesiredState *string + func (s *UpdateBridgeStateInput) SetBridgeArn(v string) *UpdateBridgeStateInput + func (s *UpdateBridgeStateInput) SetDesiredState(v string) *UpdateBridgeStateInput + func (s *UpdateBridgeStateInput) Validate() error + func (s UpdateBridgeStateInput) GoString() string + func (s UpdateBridgeStateInput) String() string + type UpdateBridgeStateOutput struct + BridgeArn *string + DesiredState *string + func (s *UpdateBridgeStateOutput) SetBridgeArn(v string) *UpdateBridgeStateOutput + func (s *UpdateBridgeStateOutput) SetDesiredState(v string) *UpdateBridgeStateOutput + func (s UpdateBridgeStateOutput) GoString() string + func (s UpdateBridgeStateOutput) String() string + type UpdateEgressGatewayBridgeRequest struct + MaxBitrate *int64 + func (s *UpdateEgressGatewayBridgeRequest) SetMaxBitrate(v int64) *UpdateEgressGatewayBridgeRequest + func (s UpdateEgressGatewayBridgeRequest) GoString() string + func (s UpdateEgressGatewayBridgeRequest) String() string + type UpdateEncryption struct + Algorithm *string + ConstantInitializationVector *string + DeviceId *string + KeyType *string + Region *string + ResourceId *string + RoleArn *string + SecretArn *string + Url *string + func (s *UpdateEncryption) SetAlgorithm(v string) *UpdateEncryption + func (s *UpdateEncryption) SetConstantInitializationVector(v string) *UpdateEncryption + func (s *UpdateEncryption) SetDeviceId(v string) *UpdateEncryption + func (s *UpdateEncryption) SetKeyType(v string) *UpdateEncryption + func (s *UpdateEncryption) SetRegion(v string) *UpdateEncryption + func (s *UpdateEncryption) SetResourceId(v string) *UpdateEncryption + func (s *UpdateEncryption) SetRoleArn(v string) *UpdateEncryption + func (s *UpdateEncryption) SetSecretArn(v string) *UpdateEncryption + func (s *UpdateEncryption) SetUrl(v string) *UpdateEncryption + func (s UpdateEncryption) GoString() string + func (s UpdateEncryption) String() string + type UpdateFailoverConfig struct + FailoverMode *string + RecoveryWindow *int64 + SourcePriority *SourcePriority + State *string + func (s *UpdateFailoverConfig) SetFailoverMode(v string) *UpdateFailoverConfig + func (s *UpdateFailoverConfig) SetRecoveryWindow(v int64) *UpdateFailoverConfig + func (s *UpdateFailoverConfig) SetSourcePriority(v *SourcePriority) *UpdateFailoverConfig + func (s *UpdateFailoverConfig) SetState(v string) *UpdateFailoverConfig + func (s UpdateFailoverConfig) GoString() string + func (s UpdateFailoverConfig) String() string + type UpdateFlowEntitlementInput struct + Description *string + Encryption *UpdateEncryption + EntitlementArn *string + EntitlementStatus *string + FlowArn *string + Subscribers []*string + func (s *UpdateFlowEntitlementInput) SetDescription(v string) *UpdateFlowEntitlementInput + func (s *UpdateFlowEntitlementInput) SetEncryption(v *UpdateEncryption) *UpdateFlowEntitlementInput + func (s *UpdateFlowEntitlementInput) SetEntitlementArn(v string) *UpdateFlowEntitlementInput + func (s *UpdateFlowEntitlementInput) SetEntitlementStatus(v string) *UpdateFlowEntitlementInput + func (s *UpdateFlowEntitlementInput) SetFlowArn(v string) *UpdateFlowEntitlementInput + func (s *UpdateFlowEntitlementInput) SetSubscribers(v []*string) *UpdateFlowEntitlementInput + func (s *UpdateFlowEntitlementInput) Validate() error + func (s UpdateFlowEntitlementInput) GoString() string + func (s UpdateFlowEntitlementInput) String() string + type UpdateFlowEntitlementOutput struct + Entitlement *Entitlement + FlowArn *string + func (s *UpdateFlowEntitlementOutput) SetEntitlement(v *Entitlement) *UpdateFlowEntitlementOutput + func (s *UpdateFlowEntitlementOutput) SetFlowArn(v string) *UpdateFlowEntitlementOutput + func (s UpdateFlowEntitlementOutput) GoString() string + func (s UpdateFlowEntitlementOutput) String() string + type UpdateFlowInput struct + FlowArn *string + Maintenance *UpdateMaintenance + SourceFailoverConfig *UpdateFailoverConfig + func (s *UpdateFlowInput) SetFlowArn(v string) *UpdateFlowInput + func (s *UpdateFlowInput) SetMaintenance(v *UpdateMaintenance) *UpdateFlowInput + func (s *UpdateFlowInput) SetSourceFailoverConfig(v *UpdateFailoverConfig) *UpdateFlowInput + func (s *UpdateFlowInput) Validate() error + func (s UpdateFlowInput) GoString() string + func (s UpdateFlowInput) String() string + type UpdateFlowMediaStreamInput struct + Attributes *MediaStreamAttributesRequest + ClockRate *int64 + Description *string + FlowArn *string + MediaStreamName *string + MediaStreamType *string + VideoFormat *string + func (s *UpdateFlowMediaStreamInput) SetAttributes(v *MediaStreamAttributesRequest) *UpdateFlowMediaStreamInput + func (s *UpdateFlowMediaStreamInput) SetClockRate(v int64) *UpdateFlowMediaStreamInput + func (s *UpdateFlowMediaStreamInput) SetDescription(v string) *UpdateFlowMediaStreamInput + func (s *UpdateFlowMediaStreamInput) SetFlowArn(v string) *UpdateFlowMediaStreamInput + func (s *UpdateFlowMediaStreamInput) SetMediaStreamName(v string) *UpdateFlowMediaStreamInput + func (s *UpdateFlowMediaStreamInput) SetMediaStreamType(v string) *UpdateFlowMediaStreamInput + func (s *UpdateFlowMediaStreamInput) SetVideoFormat(v string) *UpdateFlowMediaStreamInput + func (s *UpdateFlowMediaStreamInput) Validate() error + func (s UpdateFlowMediaStreamInput) GoString() string + func (s UpdateFlowMediaStreamInput) String() string + type UpdateFlowMediaStreamOutput struct + FlowArn *string + MediaStream *MediaStream + func (s *UpdateFlowMediaStreamOutput) SetFlowArn(v string) *UpdateFlowMediaStreamOutput + func (s *UpdateFlowMediaStreamOutput) SetMediaStream(v *MediaStream) *UpdateFlowMediaStreamOutput + func (s UpdateFlowMediaStreamOutput) GoString() string + func (s UpdateFlowMediaStreamOutput) String() string + type UpdateFlowOutput struct + Flow *Flow + func (s *UpdateFlowOutput) SetFlow(v *Flow) *UpdateFlowOutput + func (s UpdateFlowOutput) GoString() string + func (s UpdateFlowOutput) String() string + type UpdateFlowOutputInput struct + CidrAllowList []*string + Description *string + Destination *string + Encryption *UpdateEncryption + FlowArn *string + MaxLatency *int64 + MediaStreamOutputConfigurations []*MediaStreamOutputConfigurationRequest + MinLatency *int64 + OutputArn *string + Port *int64 + Protocol *string + RemoteId *string + SenderControlPort *int64 + SenderIpAddress *string + SmoothingLatency *int64 + StreamId *string + VpcInterfaceAttachment *VpcInterfaceAttachment + func (s *UpdateFlowOutputInput) SetCidrAllowList(v []*string) *UpdateFlowOutputInput + func (s *UpdateFlowOutputInput) SetDescription(v string) *UpdateFlowOutputInput + func (s *UpdateFlowOutputInput) SetDestination(v string) *UpdateFlowOutputInput + func (s *UpdateFlowOutputInput) SetEncryption(v *UpdateEncryption) *UpdateFlowOutputInput + func (s *UpdateFlowOutputInput) SetFlowArn(v string) *UpdateFlowOutputInput + func (s *UpdateFlowOutputInput) SetMaxLatency(v int64) *UpdateFlowOutputInput + func (s *UpdateFlowOutputInput) SetMediaStreamOutputConfigurations(v []*MediaStreamOutputConfigurationRequest) *UpdateFlowOutputInput + func (s *UpdateFlowOutputInput) SetMinLatency(v int64) *UpdateFlowOutputInput + func (s *UpdateFlowOutputInput) SetOutputArn(v string) *UpdateFlowOutputInput + func (s *UpdateFlowOutputInput) SetPort(v int64) *UpdateFlowOutputInput + func (s *UpdateFlowOutputInput) SetProtocol(v string) *UpdateFlowOutputInput + func (s *UpdateFlowOutputInput) SetRemoteId(v string) *UpdateFlowOutputInput + func (s *UpdateFlowOutputInput) SetSenderControlPort(v int64) *UpdateFlowOutputInput + func (s *UpdateFlowOutputInput) SetSenderIpAddress(v string) *UpdateFlowOutputInput + func (s *UpdateFlowOutputInput) SetSmoothingLatency(v int64) *UpdateFlowOutputInput + func (s *UpdateFlowOutputInput) SetStreamId(v string) *UpdateFlowOutputInput + func (s *UpdateFlowOutputInput) SetVpcInterfaceAttachment(v *VpcInterfaceAttachment) *UpdateFlowOutputInput + func (s *UpdateFlowOutputInput) Validate() error + func (s UpdateFlowOutputInput) GoString() string + func (s UpdateFlowOutputInput) String() string + type UpdateFlowOutputOutput struct + FlowArn *string + Output *Output + func (s *UpdateFlowOutputOutput) SetFlowArn(v string) *UpdateFlowOutputOutput + func (s *UpdateFlowOutputOutput) SetOutput(v *Output) *UpdateFlowOutputOutput + func (s UpdateFlowOutputOutput) GoString() string + func (s UpdateFlowOutputOutput) String() string + type UpdateFlowSourceInput struct + Decryption *UpdateEncryption + Description *string + EntitlementArn *string + FlowArn *string + GatewayBridgeSource *UpdateGatewayBridgeSourceRequest + IngestPort *int64 + MaxBitrate *int64 + MaxLatency *int64 + MaxSyncBuffer *int64 + MediaStreamSourceConfigurations []*MediaStreamSourceConfigurationRequest + MinLatency *int64 + Protocol *string + SenderControlPort *int64 + SenderIpAddress *string + SourceArn *string + SourceListenerAddress *string + SourceListenerPort *int64 + StreamId *string + VpcInterfaceName *string + WhitelistCidr *string + func (s *UpdateFlowSourceInput) SetDecryption(v *UpdateEncryption) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetDescription(v string) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetEntitlementArn(v string) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetFlowArn(v string) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetGatewayBridgeSource(v *UpdateGatewayBridgeSourceRequest) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetIngestPort(v int64) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetMaxBitrate(v int64) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetMaxLatency(v int64) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetMaxSyncBuffer(v int64) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetMediaStreamSourceConfigurations(v []*MediaStreamSourceConfigurationRequest) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetMinLatency(v int64) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetProtocol(v string) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetSenderControlPort(v int64) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetSenderIpAddress(v string) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetSourceArn(v string) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetSourceListenerAddress(v string) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetSourceListenerPort(v int64) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetStreamId(v string) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetVpcInterfaceName(v string) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) SetWhitelistCidr(v string) *UpdateFlowSourceInput + func (s *UpdateFlowSourceInput) Validate() error + func (s UpdateFlowSourceInput) GoString() string + func (s UpdateFlowSourceInput) String() string + type UpdateFlowSourceOutput struct + FlowArn *string + Source *Source + func (s *UpdateFlowSourceOutput) SetFlowArn(v string) *UpdateFlowSourceOutput + func (s *UpdateFlowSourceOutput) SetSource(v *Source) *UpdateFlowSourceOutput + func (s UpdateFlowSourceOutput) GoString() string + func (s UpdateFlowSourceOutput) String() string + type UpdateGatewayBridgeSourceRequest struct + BridgeArn *string + VpcInterfaceAttachment *VpcInterfaceAttachment + func (s *UpdateGatewayBridgeSourceRequest) SetBridgeArn(v string) *UpdateGatewayBridgeSourceRequest + func (s *UpdateGatewayBridgeSourceRequest) SetVpcInterfaceAttachment(v *VpcInterfaceAttachment) *UpdateGatewayBridgeSourceRequest + func (s UpdateGatewayBridgeSourceRequest) GoString() string + func (s UpdateGatewayBridgeSourceRequest) String() string + type UpdateGatewayInstanceInput struct + BridgePlacement *string + GatewayInstanceArn *string + func (s *UpdateGatewayInstanceInput) SetBridgePlacement(v string) *UpdateGatewayInstanceInput + func (s *UpdateGatewayInstanceInput) SetGatewayInstanceArn(v string) *UpdateGatewayInstanceInput + func (s *UpdateGatewayInstanceInput) Validate() error + func (s UpdateGatewayInstanceInput) GoString() string + func (s UpdateGatewayInstanceInput) String() string + type UpdateGatewayInstanceOutput struct + BridgePlacement *string + GatewayInstanceArn *string + func (s *UpdateGatewayInstanceOutput) SetBridgePlacement(v string) *UpdateGatewayInstanceOutput + func (s *UpdateGatewayInstanceOutput) SetGatewayInstanceArn(v string) *UpdateGatewayInstanceOutput + func (s UpdateGatewayInstanceOutput) GoString() string + func (s UpdateGatewayInstanceOutput) String() string + type UpdateIngressGatewayBridgeRequest struct + MaxBitrate *int64 + MaxOutputs *int64 + func (s *UpdateIngressGatewayBridgeRequest) SetMaxBitrate(v int64) *UpdateIngressGatewayBridgeRequest + func (s *UpdateIngressGatewayBridgeRequest) SetMaxOutputs(v int64) *UpdateIngressGatewayBridgeRequest + func (s UpdateIngressGatewayBridgeRequest) GoString() string + func (s UpdateIngressGatewayBridgeRequest) String() string + type UpdateMaintenance struct + MaintenanceDay *string + MaintenanceScheduledDate *string + MaintenanceStartHour *string + func (s *UpdateMaintenance) SetMaintenanceDay(v string) *UpdateMaintenance + func (s *UpdateMaintenance) SetMaintenanceScheduledDate(v string) *UpdateMaintenance + func (s *UpdateMaintenance) SetMaintenanceStartHour(v string) *UpdateMaintenance + func (s UpdateMaintenance) GoString() string + func (s UpdateMaintenance) String() string + type VpcInterface struct + Name *string + NetworkInterfaceIds []*string + NetworkInterfaceType *string + RoleArn *string + SecurityGroupIds []*string + SubnetId *string + func (s *VpcInterface) SetName(v string) *VpcInterface + func (s *VpcInterface) SetNetworkInterfaceIds(v []*string) *VpcInterface + func (s *VpcInterface) SetNetworkInterfaceType(v string) *VpcInterface + func (s *VpcInterface) SetRoleArn(v string) *VpcInterface + func (s *VpcInterface) SetSecurityGroupIds(v []*string) *VpcInterface + func (s *VpcInterface) SetSubnetId(v string) *VpcInterface + func (s VpcInterface) GoString() string + func (s VpcInterface) String() string + type VpcInterfaceAttachment struct + VpcInterfaceName *string + func (s *VpcInterfaceAttachment) SetVpcInterfaceName(v string) *VpcInterfaceAttachment + func (s VpcInterfaceAttachment) GoString() string + func (s VpcInterfaceAttachment) String() string + type VpcInterfaceRequest struct + Name *string + NetworkInterfaceType *string + RoleArn *string + SecurityGroupIds []*string + SubnetId *string + func (s *VpcInterfaceRequest) SetName(v string) *VpcInterfaceRequest + func (s *VpcInterfaceRequest) SetNetworkInterfaceType(v string) *VpcInterfaceRequest + func (s *VpcInterfaceRequest) SetRoleArn(v string) *VpcInterfaceRequest + func (s *VpcInterfaceRequest) SetSecurityGroupIds(v []*string) *VpcInterfaceRequest + func (s *VpcInterfaceRequest) SetSubnetId(v string) *VpcInterfaceRequest + func (s *VpcInterfaceRequest) Validate() error + func (s VpcInterfaceRequest) GoString() string + func (s VpcInterfaceRequest) String() string