Versions in this module Expand all Collapse all v0 v0.1.0 Dec 26, 2023 v0.0.1 Dec 26, 2023 Changes in this version + const AddressFamilyIpv4 + const AddressFamilyIpv6 + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeThrottlingException + const ErrCodeValidationException + const MonitorStateActive + const MonitorStateDeleting + const MonitorStateError + const MonitorStateInactive + const MonitorStatePending + const ProbeStateActive + const ProbeStateDeleted + const ProbeStateDeleting + const ProbeStateError + const ProbeStateInactive + const ProbeStatePending + const ProtocolIcmp + const ProtocolTcp + const ServiceID + const ServiceName + func AddressFamily_Values() []string + func MonitorState_Values() []string + func ProbeState_Values() []string + func Protocol_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) 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 CreateMonitorInput struct + AggregationPeriod *int64 + ClientToken *string + MonitorName *string + Probes []*CreateMonitorProbeInput_ + Tags map[string]*string + func (s *CreateMonitorInput) SetAggregationPeriod(v int64) *CreateMonitorInput + func (s *CreateMonitorInput) SetClientToken(v string) *CreateMonitorInput + func (s *CreateMonitorInput) SetMonitorName(v string) *CreateMonitorInput + func (s *CreateMonitorInput) SetProbes(v []*CreateMonitorProbeInput_) *CreateMonitorInput + func (s *CreateMonitorInput) SetTags(v map[string]*string) *CreateMonitorInput + func (s *CreateMonitorInput) Validate() error + func (s CreateMonitorInput) GoString() string + func (s CreateMonitorInput) String() string + type CreateMonitorOutput struct + AggregationPeriod *int64 + MonitorArn *string + MonitorName *string + State *string + Tags map[string]*string + func (s *CreateMonitorOutput) SetAggregationPeriod(v int64) *CreateMonitorOutput + func (s *CreateMonitorOutput) SetMonitorArn(v string) *CreateMonitorOutput + func (s *CreateMonitorOutput) SetMonitorName(v string) *CreateMonitorOutput + func (s *CreateMonitorOutput) SetState(v string) *CreateMonitorOutput + func (s *CreateMonitorOutput) SetTags(v map[string]*string) *CreateMonitorOutput + func (s CreateMonitorOutput) GoString() string + func (s CreateMonitorOutput) String() string + type CreateMonitorProbeInput_ struct + Destination *string + DestinationPort *int64 + PacketSize *int64 + ProbeTags map[string]*string + Protocol *string + SourceArn *string + func (s *CreateMonitorProbeInput_) SetDestination(v string) *CreateMonitorProbeInput_ + func (s *CreateMonitorProbeInput_) SetDestinationPort(v int64) *CreateMonitorProbeInput_ + func (s *CreateMonitorProbeInput_) SetPacketSize(v int64) *CreateMonitorProbeInput_ + func (s *CreateMonitorProbeInput_) SetProbeTags(v map[string]*string) *CreateMonitorProbeInput_ + func (s *CreateMonitorProbeInput_) SetProtocol(v string) *CreateMonitorProbeInput_ + func (s *CreateMonitorProbeInput_) SetSourceArn(v string) *CreateMonitorProbeInput_ + func (s *CreateMonitorProbeInput_) Validate() error + func (s CreateMonitorProbeInput_) GoString() string + func (s CreateMonitorProbeInput_) String() string + type CreateProbeInput struct + ClientToken *string + MonitorName *string + Probe *ProbeInput_ + Tags map[string]*string + func (s *CreateProbeInput) SetClientToken(v string) *CreateProbeInput + func (s *CreateProbeInput) SetMonitorName(v string) *CreateProbeInput + func (s *CreateProbeInput) SetProbe(v *ProbeInput_) *CreateProbeInput + func (s *CreateProbeInput) SetTags(v map[string]*string) *CreateProbeInput + func (s *CreateProbeInput) Validate() error + func (s CreateProbeInput) GoString() string + func (s CreateProbeInput) String() string + type CreateProbeOutput struct + AddressFamily *string + CreatedAt *time.Time + Destination *string + DestinationPort *int64 + ModifiedAt *time.Time + PacketSize *int64 + ProbeArn *string + ProbeId *string + Protocol *string + SourceArn *string + State *string + Tags map[string]*string + VpcId *string + func (s *CreateProbeOutput) SetAddressFamily(v string) *CreateProbeOutput + func (s *CreateProbeOutput) SetCreatedAt(v time.Time) *CreateProbeOutput + func (s *CreateProbeOutput) SetDestination(v string) *CreateProbeOutput + func (s *CreateProbeOutput) SetDestinationPort(v int64) *CreateProbeOutput + func (s *CreateProbeOutput) SetModifiedAt(v time.Time) *CreateProbeOutput + func (s *CreateProbeOutput) SetPacketSize(v int64) *CreateProbeOutput + func (s *CreateProbeOutput) SetProbeArn(v string) *CreateProbeOutput + func (s *CreateProbeOutput) SetProbeId(v string) *CreateProbeOutput + func (s *CreateProbeOutput) SetProtocol(v string) *CreateProbeOutput + func (s *CreateProbeOutput) SetSourceArn(v string) *CreateProbeOutput + func (s *CreateProbeOutput) SetState(v string) *CreateProbeOutput + func (s *CreateProbeOutput) SetTags(v map[string]*string) *CreateProbeOutput + func (s *CreateProbeOutput) SetVpcId(v string) *CreateProbeOutput + func (s CreateProbeOutput) GoString() string + func (s CreateProbeOutput) String() string + type DeleteMonitorInput struct + MonitorName *string + func (s *DeleteMonitorInput) SetMonitorName(v string) *DeleteMonitorInput + func (s *DeleteMonitorInput) Validate() error + func (s DeleteMonitorInput) GoString() string + func (s DeleteMonitorInput) String() string + type DeleteMonitorOutput struct + func (s DeleteMonitorOutput) GoString() string + func (s DeleteMonitorOutput) String() string + type DeleteProbeInput struct + MonitorName *string + ProbeId *string + func (s *DeleteProbeInput) SetMonitorName(v string) *DeleteProbeInput + func (s *DeleteProbeInput) SetProbeId(v string) *DeleteProbeInput + func (s *DeleteProbeInput) Validate() error + func (s DeleteProbeInput) GoString() string + func (s DeleteProbeInput) String() string + type DeleteProbeOutput struct + func (s DeleteProbeOutput) GoString() string + func (s DeleteProbeOutput) String() string + type GetMonitorInput struct + MonitorName *string + func (s *GetMonitorInput) SetMonitorName(v string) *GetMonitorInput + func (s *GetMonitorInput) Validate() error + func (s GetMonitorInput) GoString() string + func (s GetMonitorInput) String() string + type GetMonitorOutput struct + AggregationPeriod *int64 + CreatedAt *time.Time + ModifiedAt *time.Time + MonitorArn *string + MonitorName *string + Probes []*Probe + State *string + Tags map[string]*string + func (s *GetMonitorOutput) SetAggregationPeriod(v int64) *GetMonitorOutput + func (s *GetMonitorOutput) SetCreatedAt(v time.Time) *GetMonitorOutput + func (s *GetMonitorOutput) SetModifiedAt(v time.Time) *GetMonitorOutput + func (s *GetMonitorOutput) SetMonitorArn(v string) *GetMonitorOutput + func (s *GetMonitorOutput) SetMonitorName(v string) *GetMonitorOutput + func (s *GetMonitorOutput) SetProbes(v []*Probe) *GetMonitorOutput + func (s *GetMonitorOutput) SetState(v string) *GetMonitorOutput + func (s *GetMonitorOutput) SetTags(v map[string]*string) *GetMonitorOutput + func (s GetMonitorOutput) GoString() string + func (s GetMonitorOutput) String() string + type GetProbeInput struct + MonitorName *string + ProbeId *string + func (s *GetProbeInput) SetMonitorName(v string) *GetProbeInput + func (s *GetProbeInput) SetProbeId(v string) *GetProbeInput + func (s *GetProbeInput) Validate() error + func (s GetProbeInput) GoString() string + func (s GetProbeInput) String() string + type GetProbeOutput struct + AddressFamily *string + CreatedAt *time.Time + Destination *string + DestinationPort *int64 + ModifiedAt *time.Time + PacketSize *int64 + ProbeArn *string + ProbeId *string + Protocol *string + SourceArn *string + State *string + Tags map[string]*string + VpcId *string + func (s *GetProbeOutput) SetAddressFamily(v string) *GetProbeOutput + func (s *GetProbeOutput) SetCreatedAt(v time.Time) *GetProbeOutput + func (s *GetProbeOutput) SetDestination(v string) *GetProbeOutput + func (s *GetProbeOutput) SetDestinationPort(v int64) *GetProbeOutput + func (s *GetProbeOutput) SetModifiedAt(v time.Time) *GetProbeOutput + func (s *GetProbeOutput) SetPacketSize(v int64) *GetProbeOutput + func (s *GetProbeOutput) SetProbeArn(v string) *GetProbeOutput + func (s *GetProbeOutput) SetProbeId(v string) *GetProbeOutput + func (s *GetProbeOutput) SetProtocol(v string) *GetProbeOutput + func (s *GetProbeOutput) SetSourceArn(v string) *GetProbeOutput + func (s *GetProbeOutput) SetState(v string) *GetProbeOutput + func (s *GetProbeOutput) SetTags(v map[string]*string) *GetProbeOutput + func (s *GetProbeOutput) SetVpcId(v string) *GetProbeOutput + func (s GetProbeOutput) GoString() string + func (s GetProbeOutput) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type ListMonitorsInput struct + MaxResults *int64 + NextToken *string + State *string + func (s *ListMonitorsInput) SetMaxResults(v int64) *ListMonitorsInput + func (s *ListMonitorsInput) SetNextToken(v string) *ListMonitorsInput + func (s *ListMonitorsInput) SetState(v string) *ListMonitorsInput + func (s *ListMonitorsInput) Validate() error + func (s ListMonitorsInput) GoString() string + func (s ListMonitorsInput) String() string + type ListMonitorsOutput struct + Monitors []*MonitorSummary + NextToken *string + func (s *ListMonitorsOutput) SetMonitors(v []*MonitorSummary) *ListMonitorsOutput + func (s *ListMonitorsOutput) SetNextToken(v string) *ListMonitorsOutput + func (s ListMonitorsOutput) GoString() string + func (s ListMonitorsOutput) 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 MonitorSummary struct + AggregationPeriod *int64 + MonitorArn *string + MonitorName *string + State *string + Tags map[string]*string + func (s *MonitorSummary) SetAggregationPeriod(v int64) *MonitorSummary + func (s *MonitorSummary) SetMonitorArn(v string) *MonitorSummary + func (s *MonitorSummary) SetMonitorName(v string) *MonitorSummary + func (s *MonitorSummary) SetState(v string) *MonitorSummary + func (s *MonitorSummary) SetTags(v map[string]*string) *MonitorSummary + func (s MonitorSummary) GoString() string + func (s MonitorSummary) String() string + type NetworkMonitor struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *NetworkMonitor + func (c *NetworkMonitor) CreateMonitor(input *CreateMonitorInput) (*CreateMonitorOutput, error) + func (c *NetworkMonitor) CreateMonitorRequest(input *CreateMonitorInput) (req *request.Request, output *CreateMonitorOutput) + func (c *NetworkMonitor) CreateMonitorWithContext(ctx aws.Context, input *CreateMonitorInput, opts ...request.Option) (*CreateMonitorOutput, error) + func (c *NetworkMonitor) CreateProbe(input *CreateProbeInput) (*CreateProbeOutput, error) + func (c *NetworkMonitor) CreateProbeRequest(input *CreateProbeInput) (req *request.Request, output *CreateProbeOutput) + func (c *NetworkMonitor) CreateProbeWithContext(ctx aws.Context, input *CreateProbeInput, opts ...request.Option) (*CreateProbeOutput, error) + func (c *NetworkMonitor) DeleteMonitor(input *DeleteMonitorInput) (*DeleteMonitorOutput, error) + func (c *NetworkMonitor) DeleteMonitorRequest(input *DeleteMonitorInput) (req *request.Request, output *DeleteMonitorOutput) + func (c *NetworkMonitor) DeleteMonitorWithContext(ctx aws.Context, input *DeleteMonitorInput, opts ...request.Option) (*DeleteMonitorOutput, error) + func (c *NetworkMonitor) DeleteProbe(input *DeleteProbeInput) (*DeleteProbeOutput, error) + func (c *NetworkMonitor) DeleteProbeRequest(input *DeleteProbeInput) (req *request.Request, output *DeleteProbeOutput) + func (c *NetworkMonitor) DeleteProbeWithContext(ctx aws.Context, input *DeleteProbeInput, opts ...request.Option) (*DeleteProbeOutput, error) + func (c *NetworkMonitor) GetMonitor(input *GetMonitorInput) (*GetMonitorOutput, error) + func (c *NetworkMonitor) GetMonitorRequest(input *GetMonitorInput) (req *request.Request, output *GetMonitorOutput) + func (c *NetworkMonitor) GetMonitorWithContext(ctx aws.Context, input *GetMonitorInput, opts ...request.Option) (*GetMonitorOutput, error) + func (c *NetworkMonitor) GetProbe(input *GetProbeInput) (*GetProbeOutput, error) + func (c *NetworkMonitor) GetProbeRequest(input *GetProbeInput) (req *request.Request, output *GetProbeOutput) + func (c *NetworkMonitor) GetProbeWithContext(ctx aws.Context, input *GetProbeInput, opts ...request.Option) (*GetProbeOutput, error) + func (c *NetworkMonitor) ListMonitors(input *ListMonitorsInput) (*ListMonitorsOutput, error) + func (c *NetworkMonitor) ListMonitorsPages(input *ListMonitorsInput, fn func(*ListMonitorsOutput, bool) bool) error + func (c *NetworkMonitor) ListMonitorsPagesWithContext(ctx aws.Context, input *ListMonitorsInput, ...) error + func (c *NetworkMonitor) ListMonitorsRequest(input *ListMonitorsInput) (req *request.Request, output *ListMonitorsOutput) + func (c *NetworkMonitor) ListMonitorsWithContext(ctx aws.Context, input *ListMonitorsInput, opts ...request.Option) (*ListMonitorsOutput, error) + func (c *NetworkMonitor) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *NetworkMonitor) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *NetworkMonitor) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *NetworkMonitor) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *NetworkMonitor) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *NetworkMonitor) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *NetworkMonitor) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *NetworkMonitor) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *NetworkMonitor) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *NetworkMonitor) UpdateMonitor(input *UpdateMonitorInput) (*UpdateMonitorOutput, error) + func (c *NetworkMonitor) UpdateMonitorRequest(input *UpdateMonitorInput) (req *request.Request, output *UpdateMonitorOutput) + func (c *NetworkMonitor) UpdateMonitorWithContext(ctx aws.Context, input *UpdateMonitorInput, opts ...request.Option) (*UpdateMonitorOutput, error) + func (c *NetworkMonitor) UpdateProbe(input *UpdateProbeInput) (*UpdateProbeOutput, error) + func (c *NetworkMonitor) UpdateProbeRequest(input *UpdateProbeInput) (req *request.Request, output *UpdateProbeOutput) + func (c *NetworkMonitor) UpdateProbeWithContext(ctx aws.Context, input *UpdateProbeInput, opts ...request.Option) (*UpdateProbeOutput, error) + type Probe struct + AddressFamily *string + CreatedAt *time.Time + Destination *string + DestinationPort *int64 + ModifiedAt *time.Time + PacketSize *int64 + ProbeArn *string + ProbeId *string + Protocol *string + SourceArn *string + State *string + Tags map[string]*string + VpcId *string + func (s *Probe) SetAddressFamily(v string) *Probe + func (s *Probe) SetCreatedAt(v time.Time) *Probe + func (s *Probe) SetDestination(v string) *Probe + func (s *Probe) SetDestinationPort(v int64) *Probe + func (s *Probe) SetModifiedAt(v time.Time) *Probe + func (s *Probe) SetPacketSize(v int64) *Probe + func (s *Probe) SetProbeArn(v string) *Probe + func (s *Probe) SetProbeId(v string) *Probe + func (s *Probe) SetProtocol(v string) *Probe + func (s *Probe) SetSourceArn(v string) *Probe + func (s *Probe) SetState(v string) *Probe + func (s *Probe) SetTags(v map[string]*string) *Probe + func (s *Probe) SetVpcId(v string) *Probe + func (s Probe) GoString() string + func (s Probe) String() string + type ProbeInput_ struct + Destination *string + DestinationPort *int64 + PacketSize *int64 + Protocol *string + SourceArn *string + Tags map[string]*string + func (s *ProbeInput_) SetDestination(v string) *ProbeInput_ + func (s *ProbeInput_) SetDestinationPort(v int64) *ProbeInput_ + func (s *ProbeInput_) SetPacketSize(v int64) *ProbeInput_ + func (s *ProbeInput_) SetProtocol(v string) *ProbeInput_ + func (s *ProbeInput_) SetSourceArn(v string) *ProbeInput_ + func (s *ProbeInput_) SetTags(v map[string]*string) *ProbeInput_ + func (s *ProbeInput_) Validate() error + func (s ProbeInput_) GoString() string + func (s ProbeInput_) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type ServiceQuotaExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) 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 ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) 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 UpdateMonitorInput struct + AggregationPeriod *int64 + MonitorName *string + func (s *UpdateMonitorInput) SetAggregationPeriod(v int64) *UpdateMonitorInput + func (s *UpdateMonitorInput) SetMonitorName(v string) *UpdateMonitorInput + func (s *UpdateMonitorInput) Validate() error + func (s UpdateMonitorInput) GoString() string + func (s UpdateMonitorInput) String() string + type UpdateMonitorOutput struct + AggregationPeriod *int64 + MonitorArn *string + MonitorName *string + State *string + Tags map[string]*string + func (s *UpdateMonitorOutput) SetAggregationPeriod(v int64) *UpdateMonitorOutput + func (s *UpdateMonitorOutput) SetMonitorArn(v string) *UpdateMonitorOutput + func (s *UpdateMonitorOutput) SetMonitorName(v string) *UpdateMonitorOutput + func (s *UpdateMonitorOutput) SetState(v string) *UpdateMonitorOutput + func (s *UpdateMonitorOutput) SetTags(v map[string]*string) *UpdateMonitorOutput + func (s UpdateMonitorOutput) GoString() string + func (s UpdateMonitorOutput) String() string + type UpdateProbeInput struct + Destination *string + DestinationPort *int64 + MonitorName *string + PacketSize *int64 + ProbeId *string + Protocol *string + State *string + func (s *UpdateProbeInput) SetDestination(v string) *UpdateProbeInput + func (s *UpdateProbeInput) SetDestinationPort(v int64) *UpdateProbeInput + func (s *UpdateProbeInput) SetMonitorName(v string) *UpdateProbeInput + func (s *UpdateProbeInput) SetPacketSize(v int64) *UpdateProbeInput + func (s *UpdateProbeInput) SetProbeId(v string) *UpdateProbeInput + func (s *UpdateProbeInput) SetProtocol(v string) *UpdateProbeInput + func (s *UpdateProbeInput) SetState(v string) *UpdateProbeInput + func (s *UpdateProbeInput) Validate() error + func (s UpdateProbeInput) GoString() string + func (s UpdateProbeInput) String() string + type UpdateProbeOutput struct + AddressFamily *string + CreatedAt *time.Time + Destination *string + DestinationPort *int64 + ModifiedAt *time.Time + PacketSize *int64 + ProbeArn *string + ProbeId *string + Protocol *string + SourceArn *string + State *string + Tags map[string]*string + VpcId *string + func (s *UpdateProbeOutput) SetAddressFamily(v string) *UpdateProbeOutput + func (s *UpdateProbeOutput) SetCreatedAt(v time.Time) *UpdateProbeOutput + func (s *UpdateProbeOutput) SetDestination(v string) *UpdateProbeOutput + func (s *UpdateProbeOutput) SetDestinationPort(v int64) *UpdateProbeOutput + func (s *UpdateProbeOutput) SetModifiedAt(v time.Time) *UpdateProbeOutput + func (s *UpdateProbeOutput) SetPacketSize(v int64) *UpdateProbeOutput + func (s *UpdateProbeOutput) SetProbeArn(v string) *UpdateProbeOutput + func (s *UpdateProbeOutput) SetProbeId(v string) *UpdateProbeOutput + func (s *UpdateProbeOutput) SetProtocol(v string) *UpdateProbeOutput + func (s *UpdateProbeOutput) SetSourceArn(v string) *UpdateProbeOutput + func (s *UpdateProbeOutput) SetState(v string) *UpdateProbeOutput + func (s *UpdateProbeOutput) SetTags(v map[string]*string) *UpdateProbeOutput + func (s *UpdateProbeOutput) SetVpcId(v string) *UpdateProbeOutput + func (s UpdateProbeOutput) GoString() string + func (s UpdateProbeOutput) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string