Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const ApiDestinationHttpMethodDelete + const ApiDestinationHttpMethodGet + const ApiDestinationHttpMethodHead + const ApiDestinationHttpMethodOptions + const ApiDestinationHttpMethodPatch + const ApiDestinationHttpMethodPost + const ApiDestinationHttpMethodPut + const ApiDestinationStateActive + const ApiDestinationStateInactive + const ArchiveStateCreateFailed + const ArchiveStateCreating + const ArchiveStateDisabled + const ArchiveStateEnabled + const ArchiveStateUpdateFailed + const ArchiveStateUpdating + const AssignPublicIpDisabled + const AssignPublicIpEnabled + const ConnectionAuthorizationTypeApiKey + const ConnectionAuthorizationTypeBasic + const ConnectionAuthorizationTypeOauthClientCredentials + const ConnectionOAuthHttpMethodGet + const ConnectionOAuthHttpMethodPost + const ConnectionOAuthHttpMethodPut + const ConnectionStateAuthorized + const ConnectionStateAuthorizing + const ConnectionStateCreating + const ConnectionStateDeauthorized + const ConnectionStateDeauthorizing + const ConnectionStateDeleting + const ConnectionStateUpdating + const EndpointStateActive + const EndpointStateCreateFailed + const EndpointStateCreating + const EndpointStateDeleteFailed + const EndpointStateDeleting + const EndpointStateUpdateFailed + const EndpointStateUpdating + const EndpointsID + const ErrCodeConcurrentModificationException + const ErrCodeIllegalStatusException + const ErrCodeInternalException + const ErrCodeInvalidEventPatternException + const ErrCodeInvalidStateException + const ErrCodeLimitExceededException + const ErrCodeManagedRuleException + const ErrCodeOperationDisabledException + const ErrCodePolicyLengthExceededException + const ErrCodeResourceAlreadyExistsException + const ErrCodeResourceNotFoundException + const EventSourceStateActive + const EventSourceStateDeleted + const EventSourceStatePending + const LaunchTypeEc2 + const LaunchTypeExternal + const LaunchTypeFargate + const PlacementConstraintTypeDistinctInstance + const PlacementConstraintTypeMemberOf + const PlacementStrategyTypeBinpack + const PlacementStrategyTypeRandom + const PlacementStrategyTypeSpread + const PropagateTagsTaskDefinition + const ReplayStateCancelled + const ReplayStateCancelling + const ReplayStateCompleted + const ReplayStateFailed + const ReplayStateRunning + const ReplayStateStarting + const ReplicationStateDisabled + const ReplicationStateEnabled + const RuleStateDisabled + const RuleStateEnabled + const ServiceID + const ServiceName + func ApiDestinationHttpMethod_Values() []string + func ApiDestinationState_Values() []string + func ArchiveState_Values() []string + func AssignPublicIp_Values() []string + func ConnectionAuthorizationType_Values() []string + func ConnectionOAuthHttpMethod_Values() []string + func ConnectionState_Values() []string + func EndpointState_Values() []string + func EventSourceState_Values() []string + func LaunchType_Values() []string + func PlacementConstraintType_Values() []string + func PlacementStrategyType_Values() []string + func PropagateTags_Values() []string + func ReplayState_Values() []string + func ReplicationState_Values() []string + func RuleState_Values() []string + type ActivateEventSourceInput struct + Name *string + func (s *ActivateEventSourceInput) SetName(v string) *ActivateEventSourceInput + func (s *ActivateEventSourceInput) Validate() error + func (s ActivateEventSourceInput) GoString() string + func (s ActivateEventSourceInput) String() string + type ActivateEventSourceOutput struct + func (s ActivateEventSourceOutput) GoString() string + func (s ActivateEventSourceOutput) String() string + type ApiDestination struct + ApiDestinationArn *string + ApiDestinationState *string + ConnectionArn *string + CreationTime *time.Time + HttpMethod *string + InvocationEndpoint *string + InvocationRateLimitPerSecond *int64 + LastModifiedTime *time.Time + Name *string + func (s *ApiDestination) SetApiDestinationArn(v string) *ApiDestination + func (s *ApiDestination) SetApiDestinationState(v string) *ApiDestination + func (s *ApiDestination) SetConnectionArn(v string) *ApiDestination + func (s *ApiDestination) SetCreationTime(v time.Time) *ApiDestination + func (s *ApiDestination) SetHttpMethod(v string) *ApiDestination + func (s *ApiDestination) SetInvocationEndpoint(v string) *ApiDestination + func (s *ApiDestination) SetInvocationRateLimitPerSecond(v int64) *ApiDestination + func (s *ApiDestination) SetLastModifiedTime(v time.Time) *ApiDestination + func (s *ApiDestination) SetName(v string) *ApiDestination + func (s ApiDestination) GoString() string + func (s ApiDestination) String() string + type Archive struct + ArchiveName *string + CreationTime *time.Time + EventCount *int64 + EventSourceArn *string + RetentionDays *int64 + SizeBytes *int64 + State *string + StateReason *string + func (s *Archive) SetArchiveName(v string) *Archive + func (s *Archive) SetCreationTime(v time.Time) *Archive + func (s *Archive) SetEventCount(v int64) *Archive + func (s *Archive) SetEventSourceArn(v string) *Archive + func (s *Archive) SetRetentionDays(v int64) *Archive + func (s *Archive) SetSizeBytes(v int64) *Archive + func (s *Archive) SetState(v string) *Archive + func (s *Archive) SetStateReason(v string) *Archive + func (s Archive) GoString() string + func (s Archive) String() string + type AwsVpcConfiguration struct + AssignPublicIp *string + SecurityGroups []*string + Subnets []*string + func (s *AwsVpcConfiguration) SetAssignPublicIp(v string) *AwsVpcConfiguration + func (s *AwsVpcConfiguration) SetSecurityGroups(v []*string) *AwsVpcConfiguration + func (s *AwsVpcConfiguration) SetSubnets(v []*string) *AwsVpcConfiguration + func (s *AwsVpcConfiguration) Validate() error + func (s AwsVpcConfiguration) GoString() string + func (s AwsVpcConfiguration) String() string + type BatchArrayProperties struct + Size *int64 + func (s *BatchArrayProperties) SetSize(v int64) *BatchArrayProperties + func (s BatchArrayProperties) GoString() string + func (s BatchArrayProperties) String() string + type BatchParameters struct + ArrayProperties *BatchArrayProperties + JobDefinition *string + JobName *string + RetryStrategy *BatchRetryStrategy + func (s *BatchParameters) SetArrayProperties(v *BatchArrayProperties) *BatchParameters + func (s *BatchParameters) SetJobDefinition(v string) *BatchParameters + func (s *BatchParameters) SetJobName(v string) *BatchParameters + func (s *BatchParameters) SetRetryStrategy(v *BatchRetryStrategy) *BatchParameters + func (s *BatchParameters) Validate() error + func (s BatchParameters) GoString() string + func (s BatchParameters) String() string + type BatchRetryStrategy struct + Attempts *int64 + func (s *BatchRetryStrategy) SetAttempts(v int64) *BatchRetryStrategy + func (s BatchRetryStrategy) GoString() string + func (s BatchRetryStrategy) String() string + type CancelReplayInput struct + ReplayName *string + func (s *CancelReplayInput) SetReplayName(v string) *CancelReplayInput + func (s *CancelReplayInput) Validate() error + func (s CancelReplayInput) GoString() string + func (s CancelReplayInput) String() string + type CancelReplayOutput struct + ReplayArn *string + State *string + StateReason *string + func (s *CancelReplayOutput) SetReplayArn(v string) *CancelReplayOutput + func (s *CancelReplayOutput) SetState(v string) *CancelReplayOutput + func (s *CancelReplayOutput) SetStateReason(v string) *CancelReplayOutput + func (s CancelReplayOutput) GoString() string + func (s CancelReplayOutput) String() string + type CapacityProviderStrategyItem struct + Base *int64 + CapacityProvider *string + Weight *int64 + func (s *CapacityProviderStrategyItem) SetBase(v int64) *CapacityProviderStrategyItem + func (s *CapacityProviderStrategyItem) SetCapacityProvider(v string) *CapacityProviderStrategyItem + func (s *CapacityProviderStrategyItem) SetWeight(v int64) *CapacityProviderStrategyItem + func (s *CapacityProviderStrategyItem) Validate() error + func (s CapacityProviderStrategyItem) GoString() string + func (s CapacityProviderStrategyItem) String() string + type ConcurrentModificationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConcurrentModificationException) Code() string + func (s *ConcurrentModificationException) Error() string + func (s *ConcurrentModificationException) Message() string + func (s *ConcurrentModificationException) OrigErr() error + func (s *ConcurrentModificationException) RequestID() string + func (s *ConcurrentModificationException) StatusCode() int + func (s ConcurrentModificationException) GoString() string + func (s ConcurrentModificationException) String() string + type Condition struct + Key *string + Type *string + Value *string + func (s *Condition) SetKey(v string) *Condition + func (s *Condition) SetType(v string) *Condition + func (s *Condition) SetValue(v string) *Condition + func (s *Condition) Validate() error + func (s Condition) GoString() string + func (s Condition) String() string + type Connection struct + AuthorizationType *string + ConnectionArn *string + ConnectionState *string + CreationTime *time.Time + LastAuthorizedTime *time.Time + LastModifiedTime *time.Time + Name *string + StateReason *string + func (s *Connection) SetAuthorizationType(v string) *Connection + func (s *Connection) SetConnectionArn(v string) *Connection + func (s *Connection) SetConnectionState(v string) *Connection + func (s *Connection) SetCreationTime(v time.Time) *Connection + func (s *Connection) SetLastAuthorizedTime(v time.Time) *Connection + func (s *Connection) SetLastModifiedTime(v time.Time) *Connection + func (s *Connection) SetName(v string) *Connection + func (s *Connection) SetStateReason(v string) *Connection + func (s Connection) GoString() string + func (s Connection) String() string + type ConnectionApiKeyAuthResponseParameters struct + ApiKeyName *string + func (s *ConnectionApiKeyAuthResponseParameters) SetApiKeyName(v string) *ConnectionApiKeyAuthResponseParameters + func (s ConnectionApiKeyAuthResponseParameters) GoString() string + func (s ConnectionApiKeyAuthResponseParameters) String() string + type ConnectionAuthResponseParameters struct + ApiKeyAuthParameters *ConnectionApiKeyAuthResponseParameters + BasicAuthParameters *ConnectionBasicAuthResponseParameters + InvocationHttpParameters *ConnectionHttpParameters + OAuthParameters *ConnectionOAuthResponseParameters + func (s *ConnectionAuthResponseParameters) SetApiKeyAuthParameters(v *ConnectionApiKeyAuthResponseParameters) *ConnectionAuthResponseParameters + func (s *ConnectionAuthResponseParameters) SetBasicAuthParameters(v *ConnectionBasicAuthResponseParameters) *ConnectionAuthResponseParameters + func (s *ConnectionAuthResponseParameters) SetInvocationHttpParameters(v *ConnectionHttpParameters) *ConnectionAuthResponseParameters + func (s *ConnectionAuthResponseParameters) SetOAuthParameters(v *ConnectionOAuthResponseParameters) *ConnectionAuthResponseParameters + func (s ConnectionAuthResponseParameters) GoString() string + func (s ConnectionAuthResponseParameters) String() string + type ConnectionBasicAuthResponseParameters struct + Username *string + func (s *ConnectionBasicAuthResponseParameters) SetUsername(v string) *ConnectionBasicAuthResponseParameters + func (s ConnectionBasicAuthResponseParameters) GoString() string + func (s ConnectionBasicAuthResponseParameters) String() string + type ConnectionBodyParameter struct + IsValueSecret *bool + Key *string + Value *string + func (s *ConnectionBodyParameter) SetIsValueSecret(v bool) *ConnectionBodyParameter + func (s *ConnectionBodyParameter) SetKey(v string) *ConnectionBodyParameter + func (s *ConnectionBodyParameter) SetValue(v string) *ConnectionBodyParameter + func (s ConnectionBodyParameter) GoString() string + func (s ConnectionBodyParameter) String() string + type ConnectionHeaderParameter struct + IsValueSecret *bool + Key *string + Value *string + func (s *ConnectionHeaderParameter) SetIsValueSecret(v bool) *ConnectionHeaderParameter + func (s *ConnectionHeaderParameter) SetKey(v string) *ConnectionHeaderParameter + func (s *ConnectionHeaderParameter) SetValue(v string) *ConnectionHeaderParameter + func (s ConnectionHeaderParameter) GoString() string + func (s ConnectionHeaderParameter) String() string + type ConnectionHttpParameters struct + BodyParameters []*ConnectionBodyParameter + HeaderParameters []*ConnectionHeaderParameter + QueryStringParameters []*ConnectionQueryStringParameter + func (s *ConnectionHttpParameters) SetBodyParameters(v []*ConnectionBodyParameter) *ConnectionHttpParameters + func (s *ConnectionHttpParameters) SetHeaderParameters(v []*ConnectionHeaderParameter) *ConnectionHttpParameters + func (s *ConnectionHttpParameters) SetQueryStringParameters(v []*ConnectionQueryStringParameter) *ConnectionHttpParameters + func (s ConnectionHttpParameters) GoString() string + func (s ConnectionHttpParameters) String() string + type ConnectionOAuthClientResponseParameters struct + ClientID *string + func (s *ConnectionOAuthClientResponseParameters) SetClientID(v string) *ConnectionOAuthClientResponseParameters + func (s ConnectionOAuthClientResponseParameters) GoString() string + func (s ConnectionOAuthClientResponseParameters) String() string + type ConnectionOAuthResponseParameters struct + AuthorizationEndpoint *string + ClientParameters *ConnectionOAuthClientResponseParameters + HttpMethod *string + OAuthHttpParameters *ConnectionHttpParameters + func (s *ConnectionOAuthResponseParameters) SetAuthorizationEndpoint(v string) *ConnectionOAuthResponseParameters + func (s *ConnectionOAuthResponseParameters) SetClientParameters(v *ConnectionOAuthClientResponseParameters) *ConnectionOAuthResponseParameters + func (s *ConnectionOAuthResponseParameters) SetHttpMethod(v string) *ConnectionOAuthResponseParameters + func (s *ConnectionOAuthResponseParameters) SetOAuthHttpParameters(v *ConnectionHttpParameters) *ConnectionOAuthResponseParameters + func (s ConnectionOAuthResponseParameters) GoString() string + func (s ConnectionOAuthResponseParameters) String() string + type ConnectionQueryStringParameter struct + IsValueSecret *bool + Key *string + Value *string + func (s *ConnectionQueryStringParameter) SetIsValueSecret(v bool) *ConnectionQueryStringParameter + func (s *ConnectionQueryStringParameter) SetKey(v string) *ConnectionQueryStringParameter + func (s *ConnectionQueryStringParameter) SetValue(v string) *ConnectionQueryStringParameter + func (s ConnectionQueryStringParameter) GoString() string + func (s ConnectionQueryStringParameter) String() string + type CreateApiDestinationInput struct + ConnectionArn *string + Description *string + HttpMethod *string + InvocationEndpoint *string + InvocationRateLimitPerSecond *int64 + Name *string + func (s *CreateApiDestinationInput) SetConnectionArn(v string) *CreateApiDestinationInput + func (s *CreateApiDestinationInput) SetDescription(v string) *CreateApiDestinationInput + func (s *CreateApiDestinationInput) SetHttpMethod(v string) *CreateApiDestinationInput + func (s *CreateApiDestinationInput) SetInvocationEndpoint(v string) *CreateApiDestinationInput + func (s *CreateApiDestinationInput) SetInvocationRateLimitPerSecond(v int64) *CreateApiDestinationInput + func (s *CreateApiDestinationInput) SetName(v string) *CreateApiDestinationInput + func (s *CreateApiDestinationInput) Validate() error + func (s CreateApiDestinationInput) GoString() string + func (s CreateApiDestinationInput) String() string + type CreateApiDestinationOutput struct + ApiDestinationArn *string + ApiDestinationState *string + CreationTime *time.Time + LastModifiedTime *time.Time + func (s *CreateApiDestinationOutput) SetApiDestinationArn(v string) *CreateApiDestinationOutput + func (s *CreateApiDestinationOutput) SetApiDestinationState(v string) *CreateApiDestinationOutput + func (s *CreateApiDestinationOutput) SetCreationTime(v time.Time) *CreateApiDestinationOutput + func (s *CreateApiDestinationOutput) SetLastModifiedTime(v time.Time) *CreateApiDestinationOutput + func (s CreateApiDestinationOutput) GoString() string + func (s CreateApiDestinationOutput) String() string + type CreateArchiveInput struct + ArchiveName *string + Description *string + EventPattern *string + EventSourceArn *string + RetentionDays *int64 + func (s *CreateArchiveInput) SetArchiveName(v string) *CreateArchiveInput + func (s *CreateArchiveInput) SetDescription(v string) *CreateArchiveInput + func (s *CreateArchiveInput) SetEventPattern(v string) *CreateArchiveInput + func (s *CreateArchiveInput) SetEventSourceArn(v string) *CreateArchiveInput + func (s *CreateArchiveInput) SetRetentionDays(v int64) *CreateArchiveInput + func (s *CreateArchiveInput) Validate() error + func (s CreateArchiveInput) GoString() string + func (s CreateArchiveInput) String() string + type CreateArchiveOutput struct + ArchiveArn *string + CreationTime *time.Time + State *string + StateReason *string + func (s *CreateArchiveOutput) SetArchiveArn(v string) *CreateArchiveOutput + func (s *CreateArchiveOutput) SetCreationTime(v time.Time) *CreateArchiveOutput + func (s *CreateArchiveOutput) SetState(v string) *CreateArchiveOutput + func (s *CreateArchiveOutput) SetStateReason(v string) *CreateArchiveOutput + func (s CreateArchiveOutput) GoString() string + func (s CreateArchiveOutput) String() string + type CreateConnectionApiKeyAuthRequestParameters struct + ApiKeyName *string + ApiKeyValue *string + func (s *CreateConnectionApiKeyAuthRequestParameters) SetApiKeyName(v string) *CreateConnectionApiKeyAuthRequestParameters + func (s *CreateConnectionApiKeyAuthRequestParameters) SetApiKeyValue(v string) *CreateConnectionApiKeyAuthRequestParameters + func (s *CreateConnectionApiKeyAuthRequestParameters) Validate() error + func (s CreateConnectionApiKeyAuthRequestParameters) GoString() string + func (s CreateConnectionApiKeyAuthRequestParameters) String() string + type CreateConnectionAuthRequestParameters struct + ApiKeyAuthParameters *CreateConnectionApiKeyAuthRequestParameters + BasicAuthParameters *CreateConnectionBasicAuthRequestParameters + InvocationHttpParameters *ConnectionHttpParameters + OAuthParameters *CreateConnectionOAuthRequestParameters + func (s *CreateConnectionAuthRequestParameters) SetApiKeyAuthParameters(v *CreateConnectionApiKeyAuthRequestParameters) *CreateConnectionAuthRequestParameters + func (s *CreateConnectionAuthRequestParameters) SetBasicAuthParameters(v *CreateConnectionBasicAuthRequestParameters) *CreateConnectionAuthRequestParameters + func (s *CreateConnectionAuthRequestParameters) SetInvocationHttpParameters(v *ConnectionHttpParameters) *CreateConnectionAuthRequestParameters + func (s *CreateConnectionAuthRequestParameters) SetOAuthParameters(v *CreateConnectionOAuthRequestParameters) *CreateConnectionAuthRequestParameters + func (s *CreateConnectionAuthRequestParameters) Validate() error + func (s CreateConnectionAuthRequestParameters) GoString() string + func (s CreateConnectionAuthRequestParameters) String() string + type CreateConnectionBasicAuthRequestParameters struct + Password *string + Username *string + func (s *CreateConnectionBasicAuthRequestParameters) SetPassword(v string) *CreateConnectionBasicAuthRequestParameters + func (s *CreateConnectionBasicAuthRequestParameters) SetUsername(v string) *CreateConnectionBasicAuthRequestParameters + func (s *CreateConnectionBasicAuthRequestParameters) Validate() error + func (s CreateConnectionBasicAuthRequestParameters) GoString() string + func (s CreateConnectionBasicAuthRequestParameters) String() string + type CreateConnectionInput struct + AuthParameters *CreateConnectionAuthRequestParameters + AuthorizationType *string + Description *string + Name *string + func (s *CreateConnectionInput) SetAuthParameters(v *CreateConnectionAuthRequestParameters) *CreateConnectionInput + func (s *CreateConnectionInput) SetAuthorizationType(v string) *CreateConnectionInput + func (s *CreateConnectionInput) SetDescription(v string) *CreateConnectionInput + func (s *CreateConnectionInput) SetName(v string) *CreateConnectionInput + func (s *CreateConnectionInput) Validate() error + func (s CreateConnectionInput) GoString() string + func (s CreateConnectionInput) String() string + type CreateConnectionOAuthClientRequestParameters struct + ClientID *string + ClientSecret *string + func (s *CreateConnectionOAuthClientRequestParameters) SetClientID(v string) *CreateConnectionOAuthClientRequestParameters + func (s *CreateConnectionOAuthClientRequestParameters) SetClientSecret(v string) *CreateConnectionOAuthClientRequestParameters + func (s *CreateConnectionOAuthClientRequestParameters) Validate() error + func (s CreateConnectionOAuthClientRequestParameters) GoString() string + func (s CreateConnectionOAuthClientRequestParameters) String() string + type CreateConnectionOAuthRequestParameters struct + AuthorizationEndpoint *string + ClientParameters *CreateConnectionOAuthClientRequestParameters + HttpMethod *string + OAuthHttpParameters *ConnectionHttpParameters + func (s *CreateConnectionOAuthRequestParameters) SetAuthorizationEndpoint(v string) *CreateConnectionOAuthRequestParameters + func (s *CreateConnectionOAuthRequestParameters) SetClientParameters(v *CreateConnectionOAuthClientRequestParameters) *CreateConnectionOAuthRequestParameters + func (s *CreateConnectionOAuthRequestParameters) SetHttpMethod(v string) *CreateConnectionOAuthRequestParameters + func (s *CreateConnectionOAuthRequestParameters) SetOAuthHttpParameters(v *ConnectionHttpParameters) *CreateConnectionOAuthRequestParameters + func (s *CreateConnectionOAuthRequestParameters) Validate() error + func (s CreateConnectionOAuthRequestParameters) GoString() string + func (s CreateConnectionOAuthRequestParameters) String() string + type CreateConnectionOutput struct + ConnectionArn *string + ConnectionState *string + CreationTime *time.Time + LastModifiedTime *time.Time + func (s *CreateConnectionOutput) SetConnectionArn(v string) *CreateConnectionOutput + func (s *CreateConnectionOutput) SetConnectionState(v string) *CreateConnectionOutput + func (s *CreateConnectionOutput) SetCreationTime(v time.Time) *CreateConnectionOutput + func (s *CreateConnectionOutput) SetLastModifiedTime(v time.Time) *CreateConnectionOutput + func (s CreateConnectionOutput) GoString() string + func (s CreateConnectionOutput) String() string + type CreateEndpointInput struct + Description *string + EventBuses []*EndpointEventBus + Name *string + ReplicationConfig *ReplicationConfig + RoleArn *string + RoutingConfig *RoutingConfig + func (s *CreateEndpointInput) SetDescription(v string) *CreateEndpointInput + func (s *CreateEndpointInput) SetEventBuses(v []*EndpointEventBus) *CreateEndpointInput + func (s *CreateEndpointInput) SetName(v string) *CreateEndpointInput + func (s *CreateEndpointInput) SetReplicationConfig(v *ReplicationConfig) *CreateEndpointInput + func (s *CreateEndpointInput) SetRoleArn(v string) *CreateEndpointInput + func (s *CreateEndpointInput) SetRoutingConfig(v *RoutingConfig) *CreateEndpointInput + func (s *CreateEndpointInput) Validate() error + func (s CreateEndpointInput) GoString() string + func (s CreateEndpointInput) String() string + type CreateEndpointOutput struct + Arn *string + EventBuses []*EndpointEventBus + Name *string + ReplicationConfig *ReplicationConfig + RoleArn *string + RoutingConfig *RoutingConfig + State *string + func (s *CreateEndpointOutput) SetArn(v string) *CreateEndpointOutput + func (s *CreateEndpointOutput) SetEventBuses(v []*EndpointEventBus) *CreateEndpointOutput + func (s *CreateEndpointOutput) SetName(v string) *CreateEndpointOutput + func (s *CreateEndpointOutput) SetReplicationConfig(v *ReplicationConfig) *CreateEndpointOutput + func (s *CreateEndpointOutput) SetRoleArn(v string) *CreateEndpointOutput + func (s *CreateEndpointOutput) SetRoutingConfig(v *RoutingConfig) *CreateEndpointOutput + func (s *CreateEndpointOutput) SetState(v string) *CreateEndpointOutput + func (s CreateEndpointOutput) GoString() string + func (s CreateEndpointOutput) String() string + type CreateEventBusInput struct + EventSourceName *string + Name *string + Tags []*Tag + func (s *CreateEventBusInput) SetEventSourceName(v string) *CreateEventBusInput + func (s *CreateEventBusInput) SetName(v string) *CreateEventBusInput + func (s *CreateEventBusInput) SetTags(v []*Tag) *CreateEventBusInput + func (s *CreateEventBusInput) Validate() error + func (s CreateEventBusInput) GoString() string + func (s CreateEventBusInput) String() string + type CreateEventBusOutput struct + EventBusArn *string + func (s *CreateEventBusOutput) SetEventBusArn(v string) *CreateEventBusOutput + func (s CreateEventBusOutput) GoString() string + func (s CreateEventBusOutput) String() string + type CreatePartnerEventSourceInput struct + Account *string + Name *string + func (s *CreatePartnerEventSourceInput) SetAccount(v string) *CreatePartnerEventSourceInput + func (s *CreatePartnerEventSourceInput) SetName(v string) *CreatePartnerEventSourceInput + func (s *CreatePartnerEventSourceInput) Validate() error + func (s CreatePartnerEventSourceInput) GoString() string + func (s CreatePartnerEventSourceInput) String() string + type CreatePartnerEventSourceOutput struct + EventSourceArn *string + func (s *CreatePartnerEventSourceOutput) SetEventSourceArn(v string) *CreatePartnerEventSourceOutput + func (s CreatePartnerEventSourceOutput) GoString() string + func (s CreatePartnerEventSourceOutput) String() string + type DeactivateEventSourceInput struct + Name *string + func (s *DeactivateEventSourceInput) SetName(v string) *DeactivateEventSourceInput + func (s *DeactivateEventSourceInput) Validate() error + func (s DeactivateEventSourceInput) GoString() string + func (s DeactivateEventSourceInput) String() string + type DeactivateEventSourceOutput struct + func (s DeactivateEventSourceOutput) GoString() string + func (s DeactivateEventSourceOutput) String() string + type DeadLetterConfig struct + Arn *string + func (s *DeadLetterConfig) SetArn(v string) *DeadLetterConfig + func (s *DeadLetterConfig) Validate() error + func (s DeadLetterConfig) GoString() string + func (s DeadLetterConfig) String() string + type DeauthorizeConnectionInput struct + Name *string + func (s *DeauthorizeConnectionInput) SetName(v string) *DeauthorizeConnectionInput + func (s *DeauthorizeConnectionInput) Validate() error + func (s DeauthorizeConnectionInput) GoString() string + func (s DeauthorizeConnectionInput) String() string + type DeauthorizeConnectionOutput struct + ConnectionArn *string + ConnectionState *string + CreationTime *time.Time + LastAuthorizedTime *time.Time + LastModifiedTime *time.Time + func (s *DeauthorizeConnectionOutput) SetConnectionArn(v string) *DeauthorizeConnectionOutput + func (s *DeauthorizeConnectionOutput) SetConnectionState(v string) *DeauthorizeConnectionOutput + func (s *DeauthorizeConnectionOutput) SetCreationTime(v time.Time) *DeauthorizeConnectionOutput + func (s *DeauthorizeConnectionOutput) SetLastAuthorizedTime(v time.Time) *DeauthorizeConnectionOutput + func (s *DeauthorizeConnectionOutput) SetLastModifiedTime(v time.Time) *DeauthorizeConnectionOutput + func (s DeauthorizeConnectionOutput) GoString() string + func (s DeauthorizeConnectionOutput) String() string + type DeleteApiDestinationInput struct + Name *string + func (s *DeleteApiDestinationInput) SetName(v string) *DeleteApiDestinationInput + func (s *DeleteApiDestinationInput) Validate() error + func (s DeleteApiDestinationInput) GoString() string + func (s DeleteApiDestinationInput) String() string + type DeleteApiDestinationOutput struct + func (s DeleteApiDestinationOutput) GoString() string + func (s DeleteApiDestinationOutput) String() string + type DeleteArchiveInput struct + ArchiveName *string + func (s *DeleteArchiveInput) SetArchiveName(v string) *DeleteArchiveInput + func (s *DeleteArchiveInput) Validate() error + func (s DeleteArchiveInput) GoString() string + func (s DeleteArchiveInput) String() string + type DeleteArchiveOutput struct + func (s DeleteArchiveOutput) GoString() string + func (s DeleteArchiveOutput) String() string + type DeleteConnectionInput struct + Name *string + func (s *DeleteConnectionInput) SetName(v string) *DeleteConnectionInput + func (s *DeleteConnectionInput) Validate() error + func (s DeleteConnectionInput) GoString() string + func (s DeleteConnectionInput) String() string + type DeleteConnectionOutput struct + ConnectionArn *string + ConnectionState *string + CreationTime *time.Time + LastAuthorizedTime *time.Time + LastModifiedTime *time.Time + func (s *DeleteConnectionOutput) SetConnectionArn(v string) *DeleteConnectionOutput + func (s *DeleteConnectionOutput) SetConnectionState(v string) *DeleteConnectionOutput + func (s *DeleteConnectionOutput) SetCreationTime(v time.Time) *DeleteConnectionOutput + func (s *DeleteConnectionOutput) SetLastAuthorizedTime(v time.Time) *DeleteConnectionOutput + func (s *DeleteConnectionOutput) SetLastModifiedTime(v time.Time) *DeleteConnectionOutput + func (s DeleteConnectionOutput) GoString() string + func (s DeleteConnectionOutput) String() string + type DeleteEndpointInput struct + Name *string + func (s *DeleteEndpointInput) SetName(v string) *DeleteEndpointInput + func (s *DeleteEndpointInput) Validate() error + func (s DeleteEndpointInput) GoString() string + func (s DeleteEndpointInput) String() string + type DeleteEndpointOutput struct + func (s DeleteEndpointOutput) GoString() string + func (s DeleteEndpointOutput) String() string + type DeleteEventBusInput struct + Name *string + func (s *DeleteEventBusInput) SetName(v string) *DeleteEventBusInput + func (s *DeleteEventBusInput) Validate() error + func (s DeleteEventBusInput) GoString() string + func (s DeleteEventBusInput) String() string + type DeleteEventBusOutput struct + func (s DeleteEventBusOutput) GoString() string + func (s DeleteEventBusOutput) String() string + type DeletePartnerEventSourceInput struct + Account *string + Name *string + func (s *DeletePartnerEventSourceInput) SetAccount(v string) *DeletePartnerEventSourceInput + func (s *DeletePartnerEventSourceInput) SetName(v string) *DeletePartnerEventSourceInput + func (s *DeletePartnerEventSourceInput) Validate() error + func (s DeletePartnerEventSourceInput) GoString() string + func (s DeletePartnerEventSourceInput) String() string + type DeletePartnerEventSourceOutput struct + func (s DeletePartnerEventSourceOutput) GoString() string + func (s DeletePartnerEventSourceOutput) String() string + type DeleteRuleInput struct + EventBusName *string + Force *bool + Name *string + func (s *DeleteRuleInput) SetEventBusName(v string) *DeleteRuleInput + func (s *DeleteRuleInput) SetForce(v bool) *DeleteRuleInput + func (s *DeleteRuleInput) SetName(v string) *DeleteRuleInput + func (s *DeleteRuleInput) Validate() error + func (s DeleteRuleInput) GoString() string + func (s DeleteRuleInput) String() string + type DeleteRuleOutput struct + func (s DeleteRuleOutput) GoString() string + func (s DeleteRuleOutput) String() string + type DescribeApiDestinationInput struct + Name *string + func (s *DescribeApiDestinationInput) SetName(v string) *DescribeApiDestinationInput + func (s *DescribeApiDestinationInput) Validate() error + func (s DescribeApiDestinationInput) GoString() string + func (s DescribeApiDestinationInput) String() string + type DescribeApiDestinationOutput struct + ApiDestinationArn *string + ApiDestinationState *string + ConnectionArn *string + CreationTime *time.Time + Description *string + HttpMethod *string + InvocationEndpoint *string + InvocationRateLimitPerSecond *int64 + LastModifiedTime *time.Time + Name *string + func (s *DescribeApiDestinationOutput) SetApiDestinationArn(v string) *DescribeApiDestinationOutput + func (s *DescribeApiDestinationOutput) SetApiDestinationState(v string) *DescribeApiDestinationOutput + func (s *DescribeApiDestinationOutput) SetConnectionArn(v string) *DescribeApiDestinationOutput + func (s *DescribeApiDestinationOutput) SetCreationTime(v time.Time) *DescribeApiDestinationOutput + func (s *DescribeApiDestinationOutput) SetDescription(v string) *DescribeApiDestinationOutput + func (s *DescribeApiDestinationOutput) SetHttpMethod(v string) *DescribeApiDestinationOutput + func (s *DescribeApiDestinationOutput) SetInvocationEndpoint(v string) *DescribeApiDestinationOutput + func (s *DescribeApiDestinationOutput) SetInvocationRateLimitPerSecond(v int64) *DescribeApiDestinationOutput + func (s *DescribeApiDestinationOutput) SetLastModifiedTime(v time.Time) *DescribeApiDestinationOutput + func (s *DescribeApiDestinationOutput) SetName(v string) *DescribeApiDestinationOutput + func (s DescribeApiDestinationOutput) GoString() string + func (s DescribeApiDestinationOutput) String() string + type DescribeArchiveInput struct + ArchiveName *string + func (s *DescribeArchiveInput) SetArchiveName(v string) *DescribeArchiveInput + func (s *DescribeArchiveInput) Validate() error + func (s DescribeArchiveInput) GoString() string + func (s DescribeArchiveInput) String() string + type DescribeArchiveOutput struct + ArchiveArn *string + ArchiveName *string + CreationTime *time.Time + Description *string + EventCount *int64 + EventPattern *string + EventSourceArn *string + RetentionDays *int64 + SizeBytes *int64 + State *string + StateReason *string + func (s *DescribeArchiveOutput) SetArchiveArn(v string) *DescribeArchiveOutput + func (s *DescribeArchiveOutput) SetArchiveName(v string) *DescribeArchiveOutput + func (s *DescribeArchiveOutput) SetCreationTime(v time.Time) *DescribeArchiveOutput + func (s *DescribeArchiveOutput) SetDescription(v string) *DescribeArchiveOutput + func (s *DescribeArchiveOutput) SetEventCount(v int64) *DescribeArchiveOutput + func (s *DescribeArchiveOutput) SetEventPattern(v string) *DescribeArchiveOutput + func (s *DescribeArchiveOutput) SetEventSourceArn(v string) *DescribeArchiveOutput + func (s *DescribeArchiveOutput) SetRetentionDays(v int64) *DescribeArchiveOutput + func (s *DescribeArchiveOutput) SetSizeBytes(v int64) *DescribeArchiveOutput + func (s *DescribeArchiveOutput) SetState(v string) *DescribeArchiveOutput + func (s *DescribeArchiveOutput) SetStateReason(v string) *DescribeArchiveOutput + func (s DescribeArchiveOutput) GoString() string + func (s DescribeArchiveOutput) String() string + type DescribeConnectionInput struct + Name *string + func (s *DescribeConnectionInput) SetName(v string) *DescribeConnectionInput + func (s *DescribeConnectionInput) Validate() error + func (s DescribeConnectionInput) GoString() string + func (s DescribeConnectionInput) String() string + type DescribeConnectionOutput struct + AuthParameters *ConnectionAuthResponseParameters + AuthorizationType *string + ConnectionArn *string + ConnectionState *string + CreationTime *time.Time + Description *string + LastAuthorizedTime *time.Time + LastModifiedTime *time.Time + Name *string + SecretArn *string + StateReason *string + func (s *DescribeConnectionOutput) SetAuthParameters(v *ConnectionAuthResponseParameters) *DescribeConnectionOutput + func (s *DescribeConnectionOutput) SetAuthorizationType(v string) *DescribeConnectionOutput + func (s *DescribeConnectionOutput) SetConnectionArn(v string) *DescribeConnectionOutput + func (s *DescribeConnectionOutput) SetConnectionState(v string) *DescribeConnectionOutput + func (s *DescribeConnectionOutput) SetCreationTime(v time.Time) *DescribeConnectionOutput + func (s *DescribeConnectionOutput) SetDescription(v string) *DescribeConnectionOutput + func (s *DescribeConnectionOutput) SetLastAuthorizedTime(v time.Time) *DescribeConnectionOutput + func (s *DescribeConnectionOutput) SetLastModifiedTime(v time.Time) *DescribeConnectionOutput + func (s *DescribeConnectionOutput) SetName(v string) *DescribeConnectionOutput + func (s *DescribeConnectionOutput) SetSecretArn(v string) *DescribeConnectionOutput + func (s *DescribeConnectionOutput) SetStateReason(v string) *DescribeConnectionOutput + func (s DescribeConnectionOutput) GoString() string + func (s DescribeConnectionOutput) String() string + type DescribeEndpointInput struct + HomeRegion *string + Name *string + func (s *DescribeEndpointInput) SetHomeRegion(v string) *DescribeEndpointInput + func (s *DescribeEndpointInput) SetName(v string) *DescribeEndpointInput + func (s *DescribeEndpointInput) Validate() error + func (s DescribeEndpointInput) GoString() string + func (s DescribeEndpointInput) String() string + type DescribeEndpointOutput struct + Arn *string + CreationTime *time.Time + Description *string + EndpointId *string + EndpointUrl *string + EventBuses []*EndpointEventBus + LastModifiedTime *time.Time + Name *string + ReplicationConfig *ReplicationConfig + RoleArn *string + RoutingConfig *RoutingConfig + State *string + StateReason *string + func (s *DescribeEndpointOutput) SetArn(v string) *DescribeEndpointOutput + func (s *DescribeEndpointOutput) SetCreationTime(v time.Time) *DescribeEndpointOutput + func (s *DescribeEndpointOutput) SetDescription(v string) *DescribeEndpointOutput + func (s *DescribeEndpointOutput) SetEndpointId(v string) *DescribeEndpointOutput + func (s *DescribeEndpointOutput) SetEndpointUrl(v string) *DescribeEndpointOutput + func (s *DescribeEndpointOutput) SetEventBuses(v []*EndpointEventBus) *DescribeEndpointOutput + func (s *DescribeEndpointOutput) SetLastModifiedTime(v time.Time) *DescribeEndpointOutput + func (s *DescribeEndpointOutput) SetName(v string) *DescribeEndpointOutput + func (s *DescribeEndpointOutput) SetReplicationConfig(v *ReplicationConfig) *DescribeEndpointOutput + func (s *DescribeEndpointOutput) SetRoleArn(v string) *DescribeEndpointOutput + func (s *DescribeEndpointOutput) SetRoutingConfig(v *RoutingConfig) *DescribeEndpointOutput + func (s *DescribeEndpointOutput) SetState(v string) *DescribeEndpointOutput + func (s *DescribeEndpointOutput) SetStateReason(v string) *DescribeEndpointOutput + func (s DescribeEndpointOutput) GoString() string + func (s DescribeEndpointOutput) String() string + type DescribeEventBusInput struct + Name *string + func (s *DescribeEventBusInput) SetName(v string) *DescribeEventBusInput + func (s *DescribeEventBusInput) Validate() error + func (s DescribeEventBusInput) GoString() string + func (s DescribeEventBusInput) String() string + type DescribeEventBusOutput struct + Arn *string + Name *string + Policy *string + func (s *DescribeEventBusOutput) SetArn(v string) *DescribeEventBusOutput + func (s *DescribeEventBusOutput) SetName(v string) *DescribeEventBusOutput + func (s *DescribeEventBusOutput) SetPolicy(v string) *DescribeEventBusOutput + func (s DescribeEventBusOutput) GoString() string + func (s DescribeEventBusOutput) String() string + type DescribeEventSourceInput struct + Name *string + func (s *DescribeEventSourceInput) SetName(v string) *DescribeEventSourceInput + func (s *DescribeEventSourceInput) Validate() error + func (s DescribeEventSourceInput) GoString() string + func (s DescribeEventSourceInput) String() string + type DescribeEventSourceOutput struct + Arn *string + CreatedBy *string + CreationTime *time.Time + ExpirationTime *time.Time + Name *string + State *string + func (s *DescribeEventSourceOutput) SetArn(v string) *DescribeEventSourceOutput + func (s *DescribeEventSourceOutput) SetCreatedBy(v string) *DescribeEventSourceOutput + func (s *DescribeEventSourceOutput) SetCreationTime(v time.Time) *DescribeEventSourceOutput + func (s *DescribeEventSourceOutput) SetExpirationTime(v time.Time) *DescribeEventSourceOutput + func (s *DescribeEventSourceOutput) SetName(v string) *DescribeEventSourceOutput + func (s *DescribeEventSourceOutput) SetState(v string) *DescribeEventSourceOutput + func (s DescribeEventSourceOutput) GoString() string + func (s DescribeEventSourceOutput) String() string + type DescribePartnerEventSourceInput struct + Name *string + func (s *DescribePartnerEventSourceInput) SetName(v string) *DescribePartnerEventSourceInput + func (s *DescribePartnerEventSourceInput) Validate() error + func (s DescribePartnerEventSourceInput) GoString() string + func (s DescribePartnerEventSourceInput) String() string + type DescribePartnerEventSourceOutput struct + Arn *string + Name *string + func (s *DescribePartnerEventSourceOutput) SetArn(v string) *DescribePartnerEventSourceOutput + func (s *DescribePartnerEventSourceOutput) SetName(v string) *DescribePartnerEventSourceOutput + func (s DescribePartnerEventSourceOutput) GoString() string + func (s DescribePartnerEventSourceOutput) String() string + type DescribeReplayInput struct + ReplayName *string + func (s *DescribeReplayInput) SetReplayName(v string) *DescribeReplayInput + func (s *DescribeReplayInput) Validate() error + func (s DescribeReplayInput) GoString() string + func (s DescribeReplayInput) String() string + type DescribeReplayOutput struct + Description *string + Destination *ReplayDestination + EventEndTime *time.Time + EventLastReplayedTime *time.Time + EventSourceArn *string + EventStartTime *time.Time + ReplayArn *string + ReplayEndTime *time.Time + ReplayName *string + ReplayStartTime *time.Time + State *string + StateReason *string + func (s *DescribeReplayOutput) SetDescription(v string) *DescribeReplayOutput + func (s *DescribeReplayOutput) SetDestination(v *ReplayDestination) *DescribeReplayOutput + func (s *DescribeReplayOutput) SetEventEndTime(v time.Time) *DescribeReplayOutput + func (s *DescribeReplayOutput) SetEventLastReplayedTime(v time.Time) *DescribeReplayOutput + func (s *DescribeReplayOutput) SetEventSourceArn(v string) *DescribeReplayOutput + func (s *DescribeReplayOutput) SetEventStartTime(v time.Time) *DescribeReplayOutput + func (s *DescribeReplayOutput) SetReplayArn(v string) *DescribeReplayOutput + func (s *DescribeReplayOutput) SetReplayEndTime(v time.Time) *DescribeReplayOutput + func (s *DescribeReplayOutput) SetReplayName(v string) *DescribeReplayOutput + func (s *DescribeReplayOutput) SetReplayStartTime(v time.Time) *DescribeReplayOutput + func (s *DescribeReplayOutput) SetState(v string) *DescribeReplayOutput + func (s *DescribeReplayOutput) SetStateReason(v string) *DescribeReplayOutput + func (s DescribeReplayOutput) GoString() string + func (s DescribeReplayOutput) String() string + type DescribeRuleInput struct + EventBusName *string + Name *string + func (s *DescribeRuleInput) SetEventBusName(v string) *DescribeRuleInput + func (s *DescribeRuleInput) SetName(v string) *DescribeRuleInput + func (s *DescribeRuleInput) Validate() error + func (s DescribeRuleInput) GoString() string + func (s DescribeRuleInput) String() string + type DescribeRuleOutput struct + Arn *string + CreatedBy *string + Description *string + EventBusName *string + EventPattern *string + ManagedBy *string + Name *string + RoleArn *string + ScheduleExpression *string + State *string + func (s *DescribeRuleOutput) SetArn(v string) *DescribeRuleOutput + func (s *DescribeRuleOutput) SetCreatedBy(v string) *DescribeRuleOutput + func (s *DescribeRuleOutput) SetDescription(v string) *DescribeRuleOutput + func (s *DescribeRuleOutput) SetEventBusName(v string) *DescribeRuleOutput + func (s *DescribeRuleOutput) SetEventPattern(v string) *DescribeRuleOutput + func (s *DescribeRuleOutput) SetManagedBy(v string) *DescribeRuleOutput + func (s *DescribeRuleOutput) SetName(v string) *DescribeRuleOutput + func (s *DescribeRuleOutput) SetRoleArn(v string) *DescribeRuleOutput + func (s *DescribeRuleOutput) SetScheduleExpression(v string) *DescribeRuleOutput + func (s *DescribeRuleOutput) SetState(v string) *DescribeRuleOutput + func (s DescribeRuleOutput) GoString() string + func (s DescribeRuleOutput) String() string + type DisableRuleInput struct + EventBusName *string + Name *string + func (s *DisableRuleInput) SetEventBusName(v string) *DisableRuleInput + func (s *DisableRuleInput) SetName(v string) *DisableRuleInput + func (s *DisableRuleInput) Validate() error + func (s DisableRuleInput) GoString() string + func (s DisableRuleInput) String() string + type DisableRuleOutput struct + func (s DisableRuleOutput) GoString() string + func (s DisableRuleOutput) String() string + type EcsParameters struct + CapacityProviderStrategy []*CapacityProviderStrategyItem + EnableECSManagedTags *bool + EnableExecuteCommand *bool + Group *string + LaunchType *string + NetworkConfiguration *NetworkConfiguration + PlacementConstraints []*PlacementConstraint + PlacementStrategy []*PlacementStrategy + PlatformVersion *string + PropagateTags *string + ReferenceId *string + Tags []*Tag + TaskCount *int64 + TaskDefinitionArn *string + func (s *EcsParameters) SetCapacityProviderStrategy(v []*CapacityProviderStrategyItem) *EcsParameters + func (s *EcsParameters) SetEnableECSManagedTags(v bool) *EcsParameters + func (s *EcsParameters) SetEnableExecuteCommand(v bool) *EcsParameters + func (s *EcsParameters) SetGroup(v string) *EcsParameters + func (s *EcsParameters) SetLaunchType(v string) *EcsParameters + func (s *EcsParameters) SetNetworkConfiguration(v *NetworkConfiguration) *EcsParameters + func (s *EcsParameters) SetPlacementConstraints(v []*PlacementConstraint) *EcsParameters + func (s *EcsParameters) SetPlacementStrategy(v []*PlacementStrategy) *EcsParameters + func (s *EcsParameters) SetPlatformVersion(v string) *EcsParameters + func (s *EcsParameters) SetPropagateTags(v string) *EcsParameters + func (s *EcsParameters) SetReferenceId(v string) *EcsParameters + func (s *EcsParameters) SetTags(v []*Tag) *EcsParameters + func (s *EcsParameters) SetTaskCount(v int64) *EcsParameters + func (s *EcsParameters) SetTaskDefinitionArn(v string) *EcsParameters + func (s *EcsParameters) Validate() error + func (s EcsParameters) GoString() string + func (s EcsParameters) String() string + type EnableRuleInput struct + EventBusName *string + Name *string + func (s *EnableRuleInput) SetEventBusName(v string) *EnableRuleInput + func (s *EnableRuleInput) SetName(v string) *EnableRuleInput + func (s *EnableRuleInput) Validate() error + func (s EnableRuleInput) GoString() string + func (s EnableRuleInput) String() string + type EnableRuleOutput struct + func (s EnableRuleOutput) GoString() string + func (s EnableRuleOutput) String() string + type Endpoint struct + Arn *string + CreationTime *time.Time + Description *string + EndpointId *string + EndpointUrl *string + EventBuses []*EndpointEventBus + LastModifiedTime *time.Time + Name *string + ReplicationConfig *ReplicationConfig + RoleArn *string + RoutingConfig *RoutingConfig + State *string + StateReason *string + func (s *Endpoint) SetArn(v string) *Endpoint + func (s *Endpoint) SetCreationTime(v time.Time) *Endpoint + func (s *Endpoint) SetDescription(v string) *Endpoint + func (s *Endpoint) SetEndpointId(v string) *Endpoint + func (s *Endpoint) SetEndpointUrl(v string) *Endpoint + func (s *Endpoint) SetEventBuses(v []*EndpointEventBus) *Endpoint + func (s *Endpoint) SetLastModifiedTime(v time.Time) *Endpoint + func (s *Endpoint) SetName(v string) *Endpoint + func (s *Endpoint) SetReplicationConfig(v *ReplicationConfig) *Endpoint + func (s *Endpoint) SetRoleArn(v string) *Endpoint + func (s *Endpoint) SetRoutingConfig(v *RoutingConfig) *Endpoint + func (s *Endpoint) SetState(v string) *Endpoint + func (s *Endpoint) SetStateReason(v string) *Endpoint + func (s Endpoint) GoString() string + func (s Endpoint) String() string + type EndpointEventBus struct + EventBusArn *string + func (s *EndpointEventBus) SetEventBusArn(v string) *EndpointEventBus + func (s *EndpointEventBus) Validate() error + func (s EndpointEventBus) GoString() string + func (s EndpointEventBus) String() string + type EventBridge struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *EventBridge + func (c *EventBridge) ActivateEventSource(input *ActivateEventSourceInput) (*ActivateEventSourceOutput, error) + func (c *EventBridge) ActivateEventSourceRequest(input *ActivateEventSourceInput) (req *request.Request, output *ActivateEventSourceOutput) + func (c *EventBridge) ActivateEventSourceWithContext(ctx aws.Context, input *ActivateEventSourceInput, opts ...request.Option) (*ActivateEventSourceOutput, error) + func (c *EventBridge) CancelReplay(input *CancelReplayInput) (*CancelReplayOutput, error) + func (c *EventBridge) CancelReplayRequest(input *CancelReplayInput) (req *request.Request, output *CancelReplayOutput) + func (c *EventBridge) CancelReplayWithContext(ctx aws.Context, input *CancelReplayInput, opts ...request.Option) (*CancelReplayOutput, error) + func (c *EventBridge) CreateApiDestination(input *CreateApiDestinationInput) (*CreateApiDestinationOutput, error) + func (c *EventBridge) CreateApiDestinationRequest(input *CreateApiDestinationInput) (req *request.Request, output *CreateApiDestinationOutput) + func (c *EventBridge) CreateApiDestinationWithContext(ctx aws.Context, input *CreateApiDestinationInput, opts ...request.Option) (*CreateApiDestinationOutput, error) + func (c *EventBridge) CreateArchive(input *CreateArchiveInput) (*CreateArchiveOutput, error) + func (c *EventBridge) CreateArchiveRequest(input *CreateArchiveInput) (req *request.Request, output *CreateArchiveOutput) + func (c *EventBridge) CreateArchiveWithContext(ctx aws.Context, input *CreateArchiveInput, opts ...request.Option) (*CreateArchiveOutput, error) + func (c *EventBridge) CreateConnection(input *CreateConnectionInput) (*CreateConnectionOutput, error) + func (c *EventBridge) CreateConnectionRequest(input *CreateConnectionInput) (req *request.Request, output *CreateConnectionOutput) + func (c *EventBridge) CreateConnectionWithContext(ctx aws.Context, input *CreateConnectionInput, opts ...request.Option) (*CreateConnectionOutput, error) + func (c *EventBridge) CreateEndpoint(input *CreateEndpointInput) (*CreateEndpointOutput, error) + func (c *EventBridge) CreateEndpointRequest(input *CreateEndpointInput) (req *request.Request, output *CreateEndpointOutput) + func (c *EventBridge) CreateEndpointWithContext(ctx aws.Context, input *CreateEndpointInput, opts ...request.Option) (*CreateEndpointOutput, error) + func (c *EventBridge) CreateEventBus(input *CreateEventBusInput) (*CreateEventBusOutput, error) + func (c *EventBridge) CreateEventBusRequest(input *CreateEventBusInput) (req *request.Request, output *CreateEventBusOutput) + func (c *EventBridge) CreateEventBusWithContext(ctx aws.Context, input *CreateEventBusInput, opts ...request.Option) (*CreateEventBusOutput, error) + func (c *EventBridge) CreatePartnerEventSource(input *CreatePartnerEventSourceInput) (*CreatePartnerEventSourceOutput, error) + func (c *EventBridge) CreatePartnerEventSourceRequest(input *CreatePartnerEventSourceInput) (req *request.Request, output *CreatePartnerEventSourceOutput) + func (c *EventBridge) CreatePartnerEventSourceWithContext(ctx aws.Context, input *CreatePartnerEventSourceInput, opts ...request.Option) (*CreatePartnerEventSourceOutput, error) + func (c *EventBridge) DeactivateEventSource(input *DeactivateEventSourceInput) (*DeactivateEventSourceOutput, error) + func (c *EventBridge) DeactivateEventSourceRequest(input *DeactivateEventSourceInput) (req *request.Request, output *DeactivateEventSourceOutput) + func (c *EventBridge) DeactivateEventSourceWithContext(ctx aws.Context, input *DeactivateEventSourceInput, opts ...request.Option) (*DeactivateEventSourceOutput, error) + func (c *EventBridge) DeauthorizeConnection(input *DeauthorizeConnectionInput) (*DeauthorizeConnectionOutput, error) + func (c *EventBridge) DeauthorizeConnectionRequest(input *DeauthorizeConnectionInput) (req *request.Request, output *DeauthorizeConnectionOutput) + func (c *EventBridge) DeauthorizeConnectionWithContext(ctx aws.Context, input *DeauthorizeConnectionInput, opts ...request.Option) (*DeauthorizeConnectionOutput, error) + func (c *EventBridge) DeleteApiDestination(input *DeleteApiDestinationInput) (*DeleteApiDestinationOutput, error) + func (c *EventBridge) DeleteApiDestinationRequest(input *DeleteApiDestinationInput) (req *request.Request, output *DeleteApiDestinationOutput) + func (c *EventBridge) DeleteApiDestinationWithContext(ctx aws.Context, input *DeleteApiDestinationInput, opts ...request.Option) (*DeleteApiDestinationOutput, error) + func (c *EventBridge) DeleteArchive(input *DeleteArchiveInput) (*DeleteArchiveOutput, error) + func (c *EventBridge) DeleteArchiveRequest(input *DeleteArchiveInput) (req *request.Request, output *DeleteArchiveOutput) + func (c *EventBridge) DeleteArchiveWithContext(ctx aws.Context, input *DeleteArchiveInput, opts ...request.Option) (*DeleteArchiveOutput, error) + func (c *EventBridge) DeleteConnection(input *DeleteConnectionInput) (*DeleteConnectionOutput, error) + func (c *EventBridge) DeleteConnectionRequest(input *DeleteConnectionInput) (req *request.Request, output *DeleteConnectionOutput) + func (c *EventBridge) DeleteConnectionWithContext(ctx aws.Context, input *DeleteConnectionInput, opts ...request.Option) (*DeleteConnectionOutput, error) + func (c *EventBridge) DeleteEndpoint(input *DeleteEndpointInput) (*DeleteEndpointOutput, error) + func (c *EventBridge) DeleteEndpointRequest(input *DeleteEndpointInput) (req *request.Request, output *DeleteEndpointOutput) + func (c *EventBridge) DeleteEndpointWithContext(ctx aws.Context, input *DeleteEndpointInput, opts ...request.Option) (*DeleteEndpointOutput, error) + func (c *EventBridge) DeleteEventBus(input *DeleteEventBusInput) (*DeleteEventBusOutput, error) + func (c *EventBridge) DeleteEventBusRequest(input *DeleteEventBusInput) (req *request.Request, output *DeleteEventBusOutput) + func (c *EventBridge) DeleteEventBusWithContext(ctx aws.Context, input *DeleteEventBusInput, opts ...request.Option) (*DeleteEventBusOutput, error) + func (c *EventBridge) DeletePartnerEventSource(input *DeletePartnerEventSourceInput) (*DeletePartnerEventSourceOutput, error) + func (c *EventBridge) DeletePartnerEventSourceRequest(input *DeletePartnerEventSourceInput) (req *request.Request, output *DeletePartnerEventSourceOutput) + func (c *EventBridge) DeletePartnerEventSourceWithContext(ctx aws.Context, input *DeletePartnerEventSourceInput, opts ...request.Option) (*DeletePartnerEventSourceOutput, error) + func (c *EventBridge) DeleteRule(input *DeleteRuleInput) (*DeleteRuleOutput, error) + func (c *EventBridge) DeleteRuleRequest(input *DeleteRuleInput) (req *request.Request, output *DeleteRuleOutput) + func (c *EventBridge) DeleteRuleWithContext(ctx aws.Context, input *DeleteRuleInput, opts ...request.Option) (*DeleteRuleOutput, error) + func (c *EventBridge) DescribeApiDestination(input *DescribeApiDestinationInput) (*DescribeApiDestinationOutput, error) + func (c *EventBridge) DescribeApiDestinationRequest(input *DescribeApiDestinationInput) (req *request.Request, output *DescribeApiDestinationOutput) + func (c *EventBridge) DescribeApiDestinationWithContext(ctx aws.Context, input *DescribeApiDestinationInput, opts ...request.Option) (*DescribeApiDestinationOutput, error) + func (c *EventBridge) DescribeArchive(input *DescribeArchiveInput) (*DescribeArchiveOutput, error) + func (c *EventBridge) DescribeArchiveRequest(input *DescribeArchiveInput) (req *request.Request, output *DescribeArchiveOutput) + func (c *EventBridge) DescribeArchiveWithContext(ctx aws.Context, input *DescribeArchiveInput, opts ...request.Option) (*DescribeArchiveOutput, error) + func (c *EventBridge) DescribeConnection(input *DescribeConnectionInput) (*DescribeConnectionOutput, error) + func (c *EventBridge) DescribeConnectionRequest(input *DescribeConnectionInput) (req *request.Request, output *DescribeConnectionOutput) + func (c *EventBridge) DescribeConnectionWithContext(ctx aws.Context, input *DescribeConnectionInput, opts ...request.Option) (*DescribeConnectionOutput, error) + func (c *EventBridge) DescribeEndpoint(input *DescribeEndpointInput) (*DescribeEndpointOutput, error) + func (c *EventBridge) DescribeEndpointRequest(input *DescribeEndpointInput) (req *request.Request, output *DescribeEndpointOutput) + func (c *EventBridge) DescribeEndpointWithContext(ctx aws.Context, input *DescribeEndpointInput, opts ...request.Option) (*DescribeEndpointOutput, error) + func (c *EventBridge) DescribeEventBus(input *DescribeEventBusInput) (*DescribeEventBusOutput, error) + func (c *EventBridge) DescribeEventBusRequest(input *DescribeEventBusInput) (req *request.Request, output *DescribeEventBusOutput) + func (c *EventBridge) DescribeEventBusWithContext(ctx aws.Context, input *DescribeEventBusInput, opts ...request.Option) (*DescribeEventBusOutput, error) + func (c *EventBridge) DescribeEventSource(input *DescribeEventSourceInput) (*DescribeEventSourceOutput, error) + func (c *EventBridge) DescribeEventSourceRequest(input *DescribeEventSourceInput) (req *request.Request, output *DescribeEventSourceOutput) + func (c *EventBridge) DescribeEventSourceWithContext(ctx aws.Context, input *DescribeEventSourceInput, opts ...request.Option) (*DescribeEventSourceOutput, error) + func (c *EventBridge) DescribePartnerEventSource(input *DescribePartnerEventSourceInput) (*DescribePartnerEventSourceOutput, error) + func (c *EventBridge) DescribePartnerEventSourceRequest(input *DescribePartnerEventSourceInput) (req *request.Request, output *DescribePartnerEventSourceOutput) + func (c *EventBridge) DescribePartnerEventSourceWithContext(ctx aws.Context, input *DescribePartnerEventSourceInput, ...) (*DescribePartnerEventSourceOutput, error) + func (c *EventBridge) DescribeReplay(input *DescribeReplayInput) (*DescribeReplayOutput, error) + func (c *EventBridge) DescribeReplayRequest(input *DescribeReplayInput) (req *request.Request, output *DescribeReplayOutput) + func (c *EventBridge) DescribeReplayWithContext(ctx aws.Context, input *DescribeReplayInput, opts ...request.Option) (*DescribeReplayOutput, error) + func (c *EventBridge) DescribeRule(input *DescribeRuleInput) (*DescribeRuleOutput, error) + func (c *EventBridge) DescribeRuleRequest(input *DescribeRuleInput) (req *request.Request, output *DescribeRuleOutput) + func (c *EventBridge) DescribeRuleWithContext(ctx aws.Context, input *DescribeRuleInput, opts ...request.Option) (*DescribeRuleOutput, error) + func (c *EventBridge) DisableRule(input *DisableRuleInput) (*DisableRuleOutput, error) + func (c *EventBridge) DisableRuleRequest(input *DisableRuleInput) (req *request.Request, output *DisableRuleOutput) + func (c *EventBridge) DisableRuleWithContext(ctx aws.Context, input *DisableRuleInput, opts ...request.Option) (*DisableRuleOutput, error) + func (c *EventBridge) EnableRule(input *EnableRuleInput) (*EnableRuleOutput, error) + func (c *EventBridge) EnableRuleRequest(input *EnableRuleInput) (req *request.Request, output *EnableRuleOutput) + func (c *EventBridge) EnableRuleWithContext(ctx aws.Context, input *EnableRuleInput, opts ...request.Option) (*EnableRuleOutput, error) + func (c *EventBridge) ListApiDestinations(input *ListApiDestinationsInput) (*ListApiDestinationsOutput, error) + func (c *EventBridge) ListApiDestinationsRequest(input *ListApiDestinationsInput) (req *request.Request, output *ListApiDestinationsOutput) + func (c *EventBridge) ListApiDestinationsWithContext(ctx aws.Context, input *ListApiDestinationsInput, opts ...request.Option) (*ListApiDestinationsOutput, error) + func (c *EventBridge) ListArchives(input *ListArchivesInput) (*ListArchivesOutput, error) + func (c *EventBridge) ListArchivesRequest(input *ListArchivesInput) (req *request.Request, output *ListArchivesOutput) + func (c *EventBridge) ListArchivesWithContext(ctx aws.Context, input *ListArchivesInput, opts ...request.Option) (*ListArchivesOutput, error) + func (c *EventBridge) ListConnections(input *ListConnectionsInput) (*ListConnectionsOutput, error) + func (c *EventBridge) ListConnectionsRequest(input *ListConnectionsInput) (req *request.Request, output *ListConnectionsOutput) + func (c *EventBridge) ListConnectionsWithContext(ctx aws.Context, input *ListConnectionsInput, opts ...request.Option) (*ListConnectionsOutput, error) + func (c *EventBridge) ListEndpoints(input *ListEndpointsInput) (*ListEndpointsOutput, error) + func (c *EventBridge) ListEndpointsRequest(input *ListEndpointsInput) (req *request.Request, output *ListEndpointsOutput) + func (c *EventBridge) ListEndpointsWithContext(ctx aws.Context, input *ListEndpointsInput, opts ...request.Option) (*ListEndpointsOutput, error) + func (c *EventBridge) ListEventBuses(input *ListEventBusesInput) (*ListEventBusesOutput, error) + func (c *EventBridge) ListEventBusesRequest(input *ListEventBusesInput) (req *request.Request, output *ListEventBusesOutput) + func (c *EventBridge) ListEventBusesWithContext(ctx aws.Context, input *ListEventBusesInput, opts ...request.Option) (*ListEventBusesOutput, error) + func (c *EventBridge) ListEventSources(input *ListEventSourcesInput) (*ListEventSourcesOutput, error) + func (c *EventBridge) ListEventSourcesRequest(input *ListEventSourcesInput) (req *request.Request, output *ListEventSourcesOutput) + func (c *EventBridge) ListEventSourcesWithContext(ctx aws.Context, input *ListEventSourcesInput, opts ...request.Option) (*ListEventSourcesOutput, error) + func (c *EventBridge) ListPartnerEventSourceAccounts(input *ListPartnerEventSourceAccountsInput) (*ListPartnerEventSourceAccountsOutput, error) + func (c *EventBridge) ListPartnerEventSourceAccountsRequest(input *ListPartnerEventSourceAccountsInput) (req *request.Request, output *ListPartnerEventSourceAccountsOutput) + func (c *EventBridge) ListPartnerEventSourceAccountsWithContext(ctx aws.Context, input *ListPartnerEventSourceAccountsInput, ...) (*ListPartnerEventSourceAccountsOutput, error) + func (c *EventBridge) ListPartnerEventSources(input *ListPartnerEventSourcesInput) (*ListPartnerEventSourcesOutput, error) + func (c *EventBridge) ListPartnerEventSourcesRequest(input *ListPartnerEventSourcesInput) (req *request.Request, output *ListPartnerEventSourcesOutput) + func (c *EventBridge) ListPartnerEventSourcesWithContext(ctx aws.Context, input *ListPartnerEventSourcesInput, opts ...request.Option) (*ListPartnerEventSourcesOutput, error) + func (c *EventBridge) ListReplays(input *ListReplaysInput) (*ListReplaysOutput, error) + func (c *EventBridge) ListReplaysRequest(input *ListReplaysInput) (req *request.Request, output *ListReplaysOutput) + func (c *EventBridge) ListReplaysWithContext(ctx aws.Context, input *ListReplaysInput, opts ...request.Option) (*ListReplaysOutput, error) + func (c *EventBridge) ListRuleNamesByTarget(input *ListRuleNamesByTargetInput) (*ListRuleNamesByTargetOutput, error) + func (c *EventBridge) ListRuleNamesByTargetRequest(input *ListRuleNamesByTargetInput) (req *request.Request, output *ListRuleNamesByTargetOutput) + func (c *EventBridge) ListRuleNamesByTargetWithContext(ctx aws.Context, input *ListRuleNamesByTargetInput, opts ...request.Option) (*ListRuleNamesByTargetOutput, error) + func (c *EventBridge) ListRules(input *ListRulesInput) (*ListRulesOutput, error) + func (c *EventBridge) ListRulesRequest(input *ListRulesInput) (req *request.Request, output *ListRulesOutput) + func (c *EventBridge) ListRulesWithContext(ctx aws.Context, input *ListRulesInput, opts ...request.Option) (*ListRulesOutput, error) + func (c *EventBridge) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *EventBridge) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *EventBridge) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *EventBridge) ListTargetsByRule(input *ListTargetsByRuleInput) (*ListTargetsByRuleOutput, error) + func (c *EventBridge) ListTargetsByRuleRequest(input *ListTargetsByRuleInput) (req *request.Request, output *ListTargetsByRuleOutput) + func (c *EventBridge) ListTargetsByRuleWithContext(ctx aws.Context, input *ListTargetsByRuleInput, opts ...request.Option) (*ListTargetsByRuleOutput, error) + func (c *EventBridge) PutEvents(input *PutEventsInput) (*PutEventsOutput, error) + func (c *EventBridge) PutEventsRequest(input *PutEventsInput) (req *request.Request, output *PutEventsOutput) + func (c *EventBridge) PutEventsWithContext(ctx aws.Context, input *PutEventsInput, opts ...request.Option) (*PutEventsOutput, error) + func (c *EventBridge) PutPartnerEvents(input *PutPartnerEventsInput) (*PutPartnerEventsOutput, error) + func (c *EventBridge) PutPartnerEventsRequest(input *PutPartnerEventsInput) (req *request.Request, output *PutPartnerEventsOutput) + func (c *EventBridge) PutPartnerEventsWithContext(ctx aws.Context, input *PutPartnerEventsInput, opts ...request.Option) (*PutPartnerEventsOutput, error) + func (c *EventBridge) PutPermission(input *PutPermissionInput) (*PutPermissionOutput, error) + func (c *EventBridge) PutPermissionRequest(input *PutPermissionInput) (req *request.Request, output *PutPermissionOutput) + func (c *EventBridge) PutPermissionWithContext(ctx aws.Context, input *PutPermissionInput, opts ...request.Option) (*PutPermissionOutput, error) + func (c *EventBridge) PutRule(input *PutRuleInput) (*PutRuleOutput, error) + func (c *EventBridge) PutRuleRequest(input *PutRuleInput) (req *request.Request, output *PutRuleOutput) + func (c *EventBridge) PutRuleWithContext(ctx aws.Context, input *PutRuleInput, opts ...request.Option) (*PutRuleOutput, error) + func (c *EventBridge) PutTargets(input *PutTargetsInput) (*PutTargetsOutput, error) + func (c *EventBridge) PutTargetsRequest(input *PutTargetsInput) (req *request.Request, output *PutTargetsOutput) + func (c *EventBridge) PutTargetsWithContext(ctx aws.Context, input *PutTargetsInput, opts ...request.Option) (*PutTargetsOutput, error) + func (c *EventBridge) RemovePermission(input *RemovePermissionInput) (*RemovePermissionOutput, error) + func (c *EventBridge) RemovePermissionRequest(input *RemovePermissionInput) (req *request.Request, output *RemovePermissionOutput) + func (c *EventBridge) RemovePermissionWithContext(ctx aws.Context, input *RemovePermissionInput, opts ...request.Option) (*RemovePermissionOutput, error) + func (c *EventBridge) RemoveTargets(input *RemoveTargetsInput) (*RemoveTargetsOutput, error) + func (c *EventBridge) RemoveTargetsRequest(input *RemoveTargetsInput) (req *request.Request, output *RemoveTargetsOutput) + func (c *EventBridge) RemoveTargetsWithContext(ctx aws.Context, input *RemoveTargetsInput, opts ...request.Option) (*RemoveTargetsOutput, error) + func (c *EventBridge) StartReplay(input *StartReplayInput) (*StartReplayOutput, error) + func (c *EventBridge) StartReplayRequest(input *StartReplayInput) (req *request.Request, output *StartReplayOutput) + func (c *EventBridge) StartReplayWithContext(ctx aws.Context, input *StartReplayInput, opts ...request.Option) (*StartReplayOutput, error) + func (c *EventBridge) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *EventBridge) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *EventBridge) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *EventBridge) TestEventPattern(input *TestEventPatternInput) (*TestEventPatternOutput, error) + func (c *EventBridge) TestEventPatternRequest(input *TestEventPatternInput) (req *request.Request, output *TestEventPatternOutput) + func (c *EventBridge) TestEventPatternWithContext(ctx aws.Context, input *TestEventPatternInput, opts ...request.Option) (*TestEventPatternOutput, error) + func (c *EventBridge) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *EventBridge) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *EventBridge) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *EventBridge) UpdateApiDestination(input *UpdateApiDestinationInput) (*UpdateApiDestinationOutput, error) + func (c *EventBridge) UpdateApiDestinationRequest(input *UpdateApiDestinationInput) (req *request.Request, output *UpdateApiDestinationOutput) + func (c *EventBridge) UpdateApiDestinationWithContext(ctx aws.Context, input *UpdateApiDestinationInput, opts ...request.Option) (*UpdateApiDestinationOutput, error) + func (c *EventBridge) UpdateArchive(input *UpdateArchiveInput) (*UpdateArchiveOutput, error) + func (c *EventBridge) UpdateArchiveRequest(input *UpdateArchiveInput) (req *request.Request, output *UpdateArchiveOutput) + func (c *EventBridge) UpdateArchiveWithContext(ctx aws.Context, input *UpdateArchiveInput, opts ...request.Option) (*UpdateArchiveOutput, error) + func (c *EventBridge) UpdateConnection(input *UpdateConnectionInput) (*UpdateConnectionOutput, error) + func (c *EventBridge) UpdateConnectionRequest(input *UpdateConnectionInput) (req *request.Request, output *UpdateConnectionOutput) + func (c *EventBridge) UpdateConnectionWithContext(ctx aws.Context, input *UpdateConnectionInput, opts ...request.Option) (*UpdateConnectionOutput, error) + func (c *EventBridge) UpdateEndpoint(input *UpdateEndpointInput) (*UpdateEndpointOutput, error) + func (c *EventBridge) UpdateEndpointRequest(input *UpdateEndpointInput) (req *request.Request, output *UpdateEndpointOutput) + func (c *EventBridge) UpdateEndpointWithContext(ctx aws.Context, input *UpdateEndpointInput, opts ...request.Option) (*UpdateEndpointOutput, error) + type EventBus struct + Arn *string + Name *string + Policy *string + func (s *EventBus) SetArn(v string) *EventBus + func (s *EventBus) SetName(v string) *EventBus + func (s *EventBus) SetPolicy(v string) *EventBus + func (s EventBus) GoString() string + func (s EventBus) String() string + type EventSource struct + Arn *string + CreatedBy *string + CreationTime *time.Time + ExpirationTime *time.Time + Name *string + State *string + func (s *EventSource) SetArn(v string) *EventSource + func (s *EventSource) SetCreatedBy(v string) *EventSource + func (s *EventSource) SetCreationTime(v time.Time) *EventSource + func (s *EventSource) SetExpirationTime(v time.Time) *EventSource + func (s *EventSource) SetName(v string) *EventSource + func (s *EventSource) SetState(v string) *EventSource + func (s EventSource) GoString() string + func (s EventSource) String() string + type FailoverConfig struct + Primary *Primary + Secondary *Secondary + func (s *FailoverConfig) SetPrimary(v *Primary) *FailoverConfig + func (s *FailoverConfig) SetSecondary(v *Secondary) *FailoverConfig + func (s *FailoverConfig) Validate() error + func (s FailoverConfig) GoString() string + func (s FailoverConfig) String() string + type HttpParameters struct + HeaderParameters map[string]*string + PathParameterValues []*string + QueryStringParameters map[string]*string + func (s *HttpParameters) SetHeaderParameters(v map[string]*string) *HttpParameters + func (s *HttpParameters) SetPathParameterValues(v []*string) *HttpParameters + func (s *HttpParameters) SetQueryStringParameters(v map[string]*string) *HttpParameters + func (s HttpParameters) GoString() string + func (s HttpParameters) String() string + type IllegalStatusException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *IllegalStatusException) Code() string + func (s *IllegalStatusException) Error() string + func (s *IllegalStatusException) Message() string + func (s *IllegalStatusException) OrigErr() error + func (s *IllegalStatusException) RequestID() string + func (s *IllegalStatusException) StatusCode() int + func (s IllegalStatusException) GoString() string + func (s IllegalStatusException) String() string + type InputTransformer struct + InputPathsMap map[string]*string + InputTemplate *string + func (s *InputTransformer) SetInputPathsMap(v map[string]*string) *InputTransformer + func (s *InputTransformer) SetInputTemplate(v string) *InputTransformer + func (s *InputTransformer) Validate() error + func (s InputTransformer) GoString() string + func (s InputTransformer) String() string + type InternalException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalException) Code() string + func (s *InternalException) Error() string + func (s *InternalException) Message() string + func (s *InternalException) OrigErr() error + func (s *InternalException) RequestID() string + func (s *InternalException) StatusCode() int + func (s InternalException) GoString() string + func (s InternalException) String() string + type InvalidEventPatternException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidEventPatternException) Code() string + func (s *InvalidEventPatternException) Error() string + func (s *InvalidEventPatternException) Message() string + func (s *InvalidEventPatternException) OrigErr() error + func (s *InvalidEventPatternException) RequestID() string + func (s *InvalidEventPatternException) StatusCode() int + func (s InvalidEventPatternException) GoString() string + func (s InvalidEventPatternException) String() string + type InvalidStateException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidStateException) Code() string + func (s *InvalidStateException) Error() string + func (s *InvalidStateException) Message() string + func (s *InvalidStateException) OrigErr() error + func (s *InvalidStateException) RequestID() string + func (s *InvalidStateException) StatusCode() int + func (s InvalidStateException) GoString() string + func (s InvalidStateException) String() string + type KinesisParameters struct + PartitionKeyPath *string + func (s *KinesisParameters) SetPartitionKeyPath(v string) *KinesisParameters + func (s *KinesisParameters) Validate() error + func (s KinesisParameters) GoString() string + func (s KinesisParameters) String() string + type LimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LimitExceededException) Code() string + func (s *LimitExceededException) Error() string + func (s *LimitExceededException) Message() string + func (s *LimitExceededException) OrigErr() error + func (s *LimitExceededException) RequestID() string + func (s *LimitExceededException) StatusCode() int + func (s LimitExceededException) GoString() string + func (s LimitExceededException) String() string + type ListApiDestinationsInput struct + ConnectionArn *string + Limit *int64 + NamePrefix *string + NextToken *string + func (s *ListApiDestinationsInput) SetConnectionArn(v string) *ListApiDestinationsInput + func (s *ListApiDestinationsInput) SetLimit(v int64) *ListApiDestinationsInput + func (s *ListApiDestinationsInput) SetNamePrefix(v string) *ListApiDestinationsInput + func (s *ListApiDestinationsInput) SetNextToken(v string) *ListApiDestinationsInput + func (s *ListApiDestinationsInput) Validate() error + func (s ListApiDestinationsInput) GoString() string + func (s ListApiDestinationsInput) String() string + type ListApiDestinationsOutput struct + ApiDestinations []*ApiDestination + NextToken *string + func (s *ListApiDestinationsOutput) SetApiDestinations(v []*ApiDestination) *ListApiDestinationsOutput + func (s *ListApiDestinationsOutput) SetNextToken(v string) *ListApiDestinationsOutput + func (s ListApiDestinationsOutput) GoString() string + func (s ListApiDestinationsOutput) String() string + type ListArchivesInput struct + EventSourceArn *string + Limit *int64 + NamePrefix *string + NextToken *string + State *string + func (s *ListArchivesInput) SetEventSourceArn(v string) *ListArchivesInput + func (s *ListArchivesInput) SetLimit(v int64) *ListArchivesInput + func (s *ListArchivesInput) SetNamePrefix(v string) *ListArchivesInput + func (s *ListArchivesInput) SetNextToken(v string) *ListArchivesInput + func (s *ListArchivesInput) SetState(v string) *ListArchivesInput + func (s *ListArchivesInput) Validate() error + func (s ListArchivesInput) GoString() string + func (s ListArchivesInput) String() string + type ListArchivesOutput struct + Archives []*Archive + NextToken *string + func (s *ListArchivesOutput) SetArchives(v []*Archive) *ListArchivesOutput + func (s *ListArchivesOutput) SetNextToken(v string) *ListArchivesOutput + func (s ListArchivesOutput) GoString() string + func (s ListArchivesOutput) String() string + type ListConnectionsInput struct + ConnectionState *string + Limit *int64 + NamePrefix *string + NextToken *string + func (s *ListConnectionsInput) SetConnectionState(v string) *ListConnectionsInput + func (s *ListConnectionsInput) SetLimit(v int64) *ListConnectionsInput + func (s *ListConnectionsInput) SetNamePrefix(v string) *ListConnectionsInput + func (s *ListConnectionsInput) SetNextToken(v string) *ListConnectionsInput + func (s *ListConnectionsInput) Validate() error + func (s ListConnectionsInput) GoString() string + func (s ListConnectionsInput) String() string + type ListConnectionsOutput struct + Connections []*Connection + NextToken *string + func (s *ListConnectionsOutput) SetConnections(v []*Connection) *ListConnectionsOutput + func (s *ListConnectionsOutput) SetNextToken(v string) *ListConnectionsOutput + func (s ListConnectionsOutput) GoString() string + func (s ListConnectionsOutput) String() string + type ListEndpointsInput struct + HomeRegion *string + MaxResults *int64 + NamePrefix *string + NextToken *string + func (s *ListEndpointsInput) SetHomeRegion(v string) *ListEndpointsInput + func (s *ListEndpointsInput) SetMaxResults(v int64) *ListEndpointsInput + func (s *ListEndpointsInput) SetNamePrefix(v string) *ListEndpointsInput + func (s *ListEndpointsInput) SetNextToken(v string) *ListEndpointsInput + func (s *ListEndpointsInput) Validate() error + func (s ListEndpointsInput) GoString() string + func (s ListEndpointsInput) String() string + type ListEndpointsOutput struct + Endpoints []*Endpoint + NextToken *string + func (s *ListEndpointsOutput) SetEndpoints(v []*Endpoint) *ListEndpointsOutput + func (s *ListEndpointsOutput) SetNextToken(v string) *ListEndpointsOutput + func (s ListEndpointsOutput) GoString() string + func (s ListEndpointsOutput) String() string + type ListEventBusesInput struct + Limit *int64 + NamePrefix *string + NextToken *string + func (s *ListEventBusesInput) SetLimit(v int64) *ListEventBusesInput + func (s *ListEventBusesInput) SetNamePrefix(v string) *ListEventBusesInput + func (s *ListEventBusesInput) SetNextToken(v string) *ListEventBusesInput + func (s *ListEventBusesInput) Validate() error + func (s ListEventBusesInput) GoString() string + func (s ListEventBusesInput) String() string + type ListEventBusesOutput struct + EventBuses []*EventBus + NextToken *string + func (s *ListEventBusesOutput) SetEventBuses(v []*EventBus) *ListEventBusesOutput + func (s *ListEventBusesOutput) SetNextToken(v string) *ListEventBusesOutput + func (s ListEventBusesOutput) GoString() string + func (s ListEventBusesOutput) String() string + type ListEventSourcesInput struct + Limit *int64 + NamePrefix *string + NextToken *string + func (s *ListEventSourcesInput) SetLimit(v int64) *ListEventSourcesInput + func (s *ListEventSourcesInput) SetNamePrefix(v string) *ListEventSourcesInput + func (s *ListEventSourcesInput) SetNextToken(v string) *ListEventSourcesInput + func (s *ListEventSourcesInput) Validate() error + func (s ListEventSourcesInput) GoString() string + func (s ListEventSourcesInput) String() string + type ListEventSourcesOutput struct + EventSources []*EventSource + NextToken *string + func (s *ListEventSourcesOutput) SetEventSources(v []*EventSource) *ListEventSourcesOutput + func (s *ListEventSourcesOutput) SetNextToken(v string) *ListEventSourcesOutput + func (s ListEventSourcesOutput) GoString() string + func (s ListEventSourcesOutput) String() string + type ListPartnerEventSourceAccountsInput struct + EventSourceName *string + Limit *int64 + NextToken *string + func (s *ListPartnerEventSourceAccountsInput) SetEventSourceName(v string) *ListPartnerEventSourceAccountsInput + func (s *ListPartnerEventSourceAccountsInput) SetLimit(v int64) *ListPartnerEventSourceAccountsInput + func (s *ListPartnerEventSourceAccountsInput) SetNextToken(v string) *ListPartnerEventSourceAccountsInput + func (s *ListPartnerEventSourceAccountsInput) Validate() error + func (s ListPartnerEventSourceAccountsInput) GoString() string + func (s ListPartnerEventSourceAccountsInput) String() string + type ListPartnerEventSourceAccountsOutput struct + NextToken *string + PartnerEventSourceAccounts []*PartnerEventSourceAccount + func (s *ListPartnerEventSourceAccountsOutput) SetNextToken(v string) *ListPartnerEventSourceAccountsOutput + func (s *ListPartnerEventSourceAccountsOutput) SetPartnerEventSourceAccounts(v []*PartnerEventSourceAccount) *ListPartnerEventSourceAccountsOutput + func (s ListPartnerEventSourceAccountsOutput) GoString() string + func (s ListPartnerEventSourceAccountsOutput) String() string + type ListPartnerEventSourcesInput struct + Limit *int64 + NamePrefix *string + NextToken *string + func (s *ListPartnerEventSourcesInput) SetLimit(v int64) *ListPartnerEventSourcesInput + func (s *ListPartnerEventSourcesInput) SetNamePrefix(v string) *ListPartnerEventSourcesInput + func (s *ListPartnerEventSourcesInput) SetNextToken(v string) *ListPartnerEventSourcesInput + func (s *ListPartnerEventSourcesInput) Validate() error + func (s ListPartnerEventSourcesInput) GoString() string + func (s ListPartnerEventSourcesInput) String() string + type ListPartnerEventSourcesOutput struct + NextToken *string + PartnerEventSources []*PartnerEventSource + func (s *ListPartnerEventSourcesOutput) SetNextToken(v string) *ListPartnerEventSourcesOutput + func (s *ListPartnerEventSourcesOutput) SetPartnerEventSources(v []*PartnerEventSource) *ListPartnerEventSourcesOutput + func (s ListPartnerEventSourcesOutput) GoString() string + func (s ListPartnerEventSourcesOutput) String() string + type ListReplaysInput struct + EventSourceArn *string + Limit *int64 + NamePrefix *string + NextToken *string + State *string + func (s *ListReplaysInput) SetEventSourceArn(v string) *ListReplaysInput + func (s *ListReplaysInput) SetLimit(v int64) *ListReplaysInput + func (s *ListReplaysInput) SetNamePrefix(v string) *ListReplaysInput + func (s *ListReplaysInput) SetNextToken(v string) *ListReplaysInput + func (s *ListReplaysInput) SetState(v string) *ListReplaysInput + func (s *ListReplaysInput) Validate() error + func (s ListReplaysInput) GoString() string + func (s ListReplaysInput) String() string + type ListReplaysOutput struct + NextToken *string + Replays []*Replay + func (s *ListReplaysOutput) SetNextToken(v string) *ListReplaysOutput + func (s *ListReplaysOutput) SetReplays(v []*Replay) *ListReplaysOutput + func (s ListReplaysOutput) GoString() string + func (s ListReplaysOutput) String() string + type ListRuleNamesByTargetInput struct + EventBusName *string + Limit *int64 + NextToken *string + TargetArn *string + func (s *ListRuleNamesByTargetInput) SetEventBusName(v string) *ListRuleNamesByTargetInput + func (s *ListRuleNamesByTargetInput) SetLimit(v int64) *ListRuleNamesByTargetInput + func (s *ListRuleNamesByTargetInput) SetNextToken(v string) *ListRuleNamesByTargetInput + func (s *ListRuleNamesByTargetInput) SetTargetArn(v string) *ListRuleNamesByTargetInput + func (s *ListRuleNamesByTargetInput) Validate() error + func (s ListRuleNamesByTargetInput) GoString() string + func (s ListRuleNamesByTargetInput) String() string + type ListRuleNamesByTargetOutput struct + NextToken *string + RuleNames []*string + func (s *ListRuleNamesByTargetOutput) SetNextToken(v string) *ListRuleNamesByTargetOutput + func (s *ListRuleNamesByTargetOutput) SetRuleNames(v []*string) *ListRuleNamesByTargetOutput + func (s ListRuleNamesByTargetOutput) GoString() string + func (s ListRuleNamesByTargetOutput) String() string + type ListRulesInput struct + EventBusName *string + Limit *int64 + NamePrefix *string + NextToken *string + func (s *ListRulesInput) SetEventBusName(v string) *ListRulesInput + func (s *ListRulesInput) SetLimit(v int64) *ListRulesInput + func (s *ListRulesInput) SetNamePrefix(v string) *ListRulesInput + func (s *ListRulesInput) SetNextToken(v string) *ListRulesInput + func (s *ListRulesInput) Validate() error + func (s ListRulesInput) GoString() string + func (s ListRulesInput) String() string + type ListRulesOutput struct + NextToken *string + Rules []*Rule + func (s *ListRulesOutput) SetNextToken(v string) *ListRulesOutput + func (s *ListRulesOutput) SetRules(v []*Rule) *ListRulesOutput + func (s ListRulesOutput) GoString() string + func (s ListRulesOutput) 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 []*Tag + func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type ListTargetsByRuleInput struct + EventBusName *string + Limit *int64 + NextToken *string + Rule *string + func (s *ListTargetsByRuleInput) SetEventBusName(v string) *ListTargetsByRuleInput + func (s *ListTargetsByRuleInput) SetLimit(v int64) *ListTargetsByRuleInput + func (s *ListTargetsByRuleInput) SetNextToken(v string) *ListTargetsByRuleInput + func (s *ListTargetsByRuleInput) SetRule(v string) *ListTargetsByRuleInput + func (s *ListTargetsByRuleInput) Validate() error + func (s ListTargetsByRuleInput) GoString() string + func (s ListTargetsByRuleInput) String() string + type ListTargetsByRuleOutput struct + NextToken *string + Targets []*Target + func (s *ListTargetsByRuleOutput) SetNextToken(v string) *ListTargetsByRuleOutput + func (s *ListTargetsByRuleOutput) SetTargets(v []*Target) *ListTargetsByRuleOutput + func (s ListTargetsByRuleOutput) GoString() string + func (s ListTargetsByRuleOutput) String() string + type ManagedRuleException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ManagedRuleException) Code() string + func (s *ManagedRuleException) Error() string + func (s *ManagedRuleException) Message() string + func (s *ManagedRuleException) OrigErr() error + func (s *ManagedRuleException) RequestID() string + func (s *ManagedRuleException) StatusCode() int + func (s ManagedRuleException) GoString() string + func (s ManagedRuleException) String() string + type NetworkConfiguration struct + AwsvpcConfiguration *AwsVpcConfiguration + func (s *NetworkConfiguration) SetAwsvpcConfiguration(v *AwsVpcConfiguration) *NetworkConfiguration + func (s *NetworkConfiguration) Validate() error + func (s NetworkConfiguration) GoString() string + func (s NetworkConfiguration) String() string + type OperationDisabledException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *OperationDisabledException) Code() string + func (s *OperationDisabledException) Error() string + func (s *OperationDisabledException) Message() string + func (s *OperationDisabledException) OrigErr() error + func (s *OperationDisabledException) RequestID() string + func (s *OperationDisabledException) StatusCode() int + func (s OperationDisabledException) GoString() string + func (s OperationDisabledException) String() string + type PartnerEventSource struct + Arn *string + Name *string + func (s *PartnerEventSource) SetArn(v string) *PartnerEventSource + func (s *PartnerEventSource) SetName(v string) *PartnerEventSource + func (s PartnerEventSource) GoString() string + func (s PartnerEventSource) String() string + type PartnerEventSourceAccount struct + Account *string + CreationTime *time.Time + ExpirationTime *time.Time + State *string + func (s *PartnerEventSourceAccount) SetAccount(v string) *PartnerEventSourceAccount + func (s *PartnerEventSourceAccount) SetCreationTime(v time.Time) *PartnerEventSourceAccount + func (s *PartnerEventSourceAccount) SetExpirationTime(v time.Time) *PartnerEventSourceAccount + func (s *PartnerEventSourceAccount) SetState(v string) *PartnerEventSourceAccount + func (s PartnerEventSourceAccount) GoString() string + func (s PartnerEventSourceAccount) String() string + type PlacementConstraint struct + Expression *string + Type *string + func (s *PlacementConstraint) SetExpression(v string) *PlacementConstraint + func (s *PlacementConstraint) SetType(v string) *PlacementConstraint + func (s PlacementConstraint) GoString() string + func (s PlacementConstraint) String() string + type PlacementStrategy struct + Field *string + Type *string + func (s *PlacementStrategy) SetField(v string) *PlacementStrategy + func (s *PlacementStrategy) SetType(v string) *PlacementStrategy + func (s PlacementStrategy) GoString() string + func (s PlacementStrategy) String() string + type PolicyLengthExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *PolicyLengthExceededException) Code() string + func (s *PolicyLengthExceededException) Error() string + func (s *PolicyLengthExceededException) Message() string + func (s *PolicyLengthExceededException) OrigErr() error + func (s *PolicyLengthExceededException) RequestID() string + func (s *PolicyLengthExceededException) StatusCode() int + func (s PolicyLengthExceededException) GoString() string + func (s PolicyLengthExceededException) String() string + type Primary struct + HealthCheck *string + func (s *Primary) SetHealthCheck(v string) *Primary + func (s *Primary) Validate() error + func (s Primary) GoString() string + func (s Primary) String() string + type PutEventsInput struct + EndpointId *string + Entries []*PutEventsRequestEntry + func (s *PutEventsInput) SetEndpointId(v string) *PutEventsInput + func (s *PutEventsInput) SetEntries(v []*PutEventsRequestEntry) *PutEventsInput + func (s *PutEventsInput) Validate() error + func (s PutEventsInput) GoString() string + func (s PutEventsInput) String() string + type PutEventsOutput struct + Entries []*PutEventsResultEntry + FailedEntryCount *int64 + func (s *PutEventsOutput) SetEntries(v []*PutEventsResultEntry) *PutEventsOutput + func (s *PutEventsOutput) SetFailedEntryCount(v int64) *PutEventsOutput + func (s PutEventsOutput) GoString() string + func (s PutEventsOutput) String() string + type PutEventsRequestEntry struct + Detail *string + DetailType *string + EventBusName *string + Resources []*string + Source *string + Time *time.Time + TraceHeader *string + func (s *PutEventsRequestEntry) SetDetail(v string) *PutEventsRequestEntry + func (s *PutEventsRequestEntry) SetDetailType(v string) *PutEventsRequestEntry + func (s *PutEventsRequestEntry) SetEventBusName(v string) *PutEventsRequestEntry + func (s *PutEventsRequestEntry) SetResources(v []*string) *PutEventsRequestEntry + func (s *PutEventsRequestEntry) SetSource(v string) *PutEventsRequestEntry + func (s *PutEventsRequestEntry) SetTime(v time.Time) *PutEventsRequestEntry + func (s *PutEventsRequestEntry) SetTraceHeader(v string) *PutEventsRequestEntry + func (s *PutEventsRequestEntry) Validate() error + func (s PutEventsRequestEntry) GoString() string + func (s PutEventsRequestEntry) String() string + type PutEventsResultEntry struct + ErrorCode *string + ErrorMessage *string + EventId *string + func (s *PutEventsResultEntry) SetErrorCode(v string) *PutEventsResultEntry + func (s *PutEventsResultEntry) SetErrorMessage(v string) *PutEventsResultEntry + func (s *PutEventsResultEntry) SetEventId(v string) *PutEventsResultEntry + func (s PutEventsResultEntry) GoString() string + func (s PutEventsResultEntry) String() string + type PutPartnerEventsInput struct + Entries []*PutPartnerEventsRequestEntry + func (s *PutPartnerEventsInput) SetEntries(v []*PutPartnerEventsRequestEntry) *PutPartnerEventsInput + func (s *PutPartnerEventsInput) Validate() error + func (s PutPartnerEventsInput) GoString() string + func (s PutPartnerEventsInput) String() string + type PutPartnerEventsOutput struct + Entries []*PutPartnerEventsResultEntry + FailedEntryCount *int64 + func (s *PutPartnerEventsOutput) SetEntries(v []*PutPartnerEventsResultEntry) *PutPartnerEventsOutput + func (s *PutPartnerEventsOutput) SetFailedEntryCount(v int64) *PutPartnerEventsOutput + func (s PutPartnerEventsOutput) GoString() string + func (s PutPartnerEventsOutput) String() string + type PutPartnerEventsRequestEntry struct + Detail *string + DetailType *string + Resources []*string + Source *string + Time *time.Time + func (s *PutPartnerEventsRequestEntry) SetDetail(v string) *PutPartnerEventsRequestEntry + func (s *PutPartnerEventsRequestEntry) SetDetailType(v string) *PutPartnerEventsRequestEntry + func (s *PutPartnerEventsRequestEntry) SetResources(v []*string) *PutPartnerEventsRequestEntry + func (s *PutPartnerEventsRequestEntry) SetSource(v string) *PutPartnerEventsRequestEntry + func (s *PutPartnerEventsRequestEntry) SetTime(v time.Time) *PutPartnerEventsRequestEntry + func (s *PutPartnerEventsRequestEntry) Validate() error + func (s PutPartnerEventsRequestEntry) GoString() string + func (s PutPartnerEventsRequestEntry) String() string + type PutPartnerEventsResultEntry struct + ErrorCode *string + ErrorMessage *string + EventId *string + func (s *PutPartnerEventsResultEntry) SetErrorCode(v string) *PutPartnerEventsResultEntry + func (s *PutPartnerEventsResultEntry) SetErrorMessage(v string) *PutPartnerEventsResultEntry + func (s *PutPartnerEventsResultEntry) SetEventId(v string) *PutPartnerEventsResultEntry + func (s PutPartnerEventsResultEntry) GoString() string + func (s PutPartnerEventsResultEntry) String() string + type PutPermissionInput struct + Action *string + Condition *Condition + EventBusName *string + Policy *string + Principal *string + StatementId *string + func (s *PutPermissionInput) SetAction(v string) *PutPermissionInput + func (s *PutPermissionInput) SetCondition(v *Condition) *PutPermissionInput + func (s *PutPermissionInput) SetEventBusName(v string) *PutPermissionInput + func (s *PutPermissionInput) SetPolicy(v string) *PutPermissionInput + func (s *PutPermissionInput) SetPrincipal(v string) *PutPermissionInput + func (s *PutPermissionInput) SetStatementId(v string) *PutPermissionInput + func (s *PutPermissionInput) Validate() error + func (s PutPermissionInput) GoString() string + func (s PutPermissionInput) String() string + type PutPermissionOutput struct + func (s PutPermissionOutput) GoString() string + func (s PutPermissionOutput) String() string + type PutRuleInput struct + Description *string + EventBusName *string + EventPattern *string + Name *string + RoleArn *string + ScheduleExpression *string + State *string + Tags []*Tag + func (s *PutRuleInput) SetDescription(v string) *PutRuleInput + func (s *PutRuleInput) SetEventBusName(v string) *PutRuleInput + func (s *PutRuleInput) SetEventPattern(v string) *PutRuleInput + func (s *PutRuleInput) SetName(v string) *PutRuleInput + func (s *PutRuleInput) SetRoleArn(v string) *PutRuleInput + func (s *PutRuleInput) SetScheduleExpression(v string) *PutRuleInput + func (s *PutRuleInput) SetState(v string) *PutRuleInput + func (s *PutRuleInput) SetTags(v []*Tag) *PutRuleInput + func (s *PutRuleInput) Validate() error + func (s PutRuleInput) GoString() string + func (s PutRuleInput) String() string + type PutRuleOutput struct + RuleArn *string + func (s *PutRuleOutput) SetRuleArn(v string) *PutRuleOutput + func (s PutRuleOutput) GoString() string + func (s PutRuleOutput) String() string + type PutTargetsInput struct + EventBusName *string + Rule *string + Targets []*Target + func (s *PutTargetsInput) SetEventBusName(v string) *PutTargetsInput + func (s *PutTargetsInput) SetRule(v string) *PutTargetsInput + func (s *PutTargetsInput) SetTargets(v []*Target) *PutTargetsInput + func (s *PutTargetsInput) Validate() error + func (s PutTargetsInput) GoString() string + func (s PutTargetsInput) String() string + type PutTargetsOutput struct + FailedEntries []*PutTargetsResultEntry + FailedEntryCount *int64 + func (s *PutTargetsOutput) SetFailedEntries(v []*PutTargetsResultEntry) *PutTargetsOutput + func (s *PutTargetsOutput) SetFailedEntryCount(v int64) *PutTargetsOutput + func (s PutTargetsOutput) GoString() string + func (s PutTargetsOutput) String() string + type PutTargetsResultEntry struct + ErrorCode *string + ErrorMessage *string + TargetId *string + func (s *PutTargetsResultEntry) SetErrorCode(v string) *PutTargetsResultEntry + func (s *PutTargetsResultEntry) SetErrorMessage(v string) *PutTargetsResultEntry + func (s *PutTargetsResultEntry) SetTargetId(v string) *PutTargetsResultEntry + func (s PutTargetsResultEntry) GoString() string + func (s PutTargetsResultEntry) String() string + type RedshiftDataParameters struct + Database *string + DbUser *string + SecretManagerArn *string + Sql *string + Sqls []*string + StatementName *string + WithEvent *bool + func (s *RedshiftDataParameters) SetDatabase(v string) *RedshiftDataParameters + func (s *RedshiftDataParameters) SetDbUser(v string) *RedshiftDataParameters + func (s *RedshiftDataParameters) SetSecretManagerArn(v string) *RedshiftDataParameters + func (s *RedshiftDataParameters) SetSql(v string) *RedshiftDataParameters + func (s *RedshiftDataParameters) SetSqls(v []*string) *RedshiftDataParameters + func (s *RedshiftDataParameters) SetStatementName(v string) *RedshiftDataParameters + func (s *RedshiftDataParameters) SetWithEvent(v bool) *RedshiftDataParameters + func (s *RedshiftDataParameters) Validate() error + func (s RedshiftDataParameters) GoString() string + func (s RedshiftDataParameters) String() string + type RemovePermissionInput struct + EventBusName *string + RemoveAllPermissions *bool + StatementId *string + func (s *RemovePermissionInput) SetEventBusName(v string) *RemovePermissionInput + func (s *RemovePermissionInput) SetRemoveAllPermissions(v bool) *RemovePermissionInput + func (s *RemovePermissionInput) SetStatementId(v string) *RemovePermissionInput + func (s *RemovePermissionInput) Validate() error + func (s RemovePermissionInput) GoString() string + func (s RemovePermissionInput) String() string + type RemovePermissionOutput struct + func (s RemovePermissionOutput) GoString() string + func (s RemovePermissionOutput) String() string + type RemoveTargetsInput struct + EventBusName *string + Force *bool + Ids []*string + Rule *string + func (s *RemoveTargetsInput) SetEventBusName(v string) *RemoveTargetsInput + func (s *RemoveTargetsInput) SetForce(v bool) *RemoveTargetsInput + func (s *RemoveTargetsInput) SetIds(v []*string) *RemoveTargetsInput + func (s *RemoveTargetsInput) SetRule(v string) *RemoveTargetsInput + func (s *RemoveTargetsInput) Validate() error + func (s RemoveTargetsInput) GoString() string + func (s RemoveTargetsInput) String() string + type RemoveTargetsOutput struct + FailedEntries []*RemoveTargetsResultEntry + FailedEntryCount *int64 + func (s *RemoveTargetsOutput) SetFailedEntries(v []*RemoveTargetsResultEntry) *RemoveTargetsOutput + func (s *RemoveTargetsOutput) SetFailedEntryCount(v int64) *RemoveTargetsOutput + func (s RemoveTargetsOutput) GoString() string + func (s RemoveTargetsOutput) String() string + type RemoveTargetsResultEntry struct + ErrorCode *string + ErrorMessage *string + TargetId *string + func (s *RemoveTargetsResultEntry) SetErrorCode(v string) *RemoveTargetsResultEntry + func (s *RemoveTargetsResultEntry) SetErrorMessage(v string) *RemoveTargetsResultEntry + func (s *RemoveTargetsResultEntry) SetTargetId(v string) *RemoveTargetsResultEntry + func (s RemoveTargetsResultEntry) GoString() string + func (s RemoveTargetsResultEntry) String() string + type Replay struct + EventEndTime *time.Time + EventLastReplayedTime *time.Time + EventSourceArn *string + EventStartTime *time.Time + ReplayEndTime *time.Time + ReplayName *string + ReplayStartTime *time.Time + State *string + StateReason *string + func (s *Replay) SetEventEndTime(v time.Time) *Replay + func (s *Replay) SetEventLastReplayedTime(v time.Time) *Replay + func (s *Replay) SetEventSourceArn(v string) *Replay + func (s *Replay) SetEventStartTime(v time.Time) *Replay + func (s *Replay) SetReplayEndTime(v time.Time) *Replay + func (s *Replay) SetReplayName(v string) *Replay + func (s *Replay) SetReplayStartTime(v time.Time) *Replay + func (s *Replay) SetState(v string) *Replay + func (s *Replay) SetStateReason(v string) *Replay + func (s Replay) GoString() string + func (s Replay) String() string + type ReplayDestination struct + Arn *string + FilterArns []*string + func (s *ReplayDestination) SetArn(v string) *ReplayDestination + func (s *ReplayDestination) SetFilterArns(v []*string) *ReplayDestination + func (s *ReplayDestination) Validate() error + func (s ReplayDestination) GoString() string + func (s ReplayDestination) String() string + type ReplicationConfig struct + State *string + func (s *ReplicationConfig) SetState(v string) *ReplicationConfig + func (s ReplicationConfig) GoString() string + func (s ReplicationConfig) String() string + type ResourceAlreadyExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceAlreadyExistsException) Code() string + func (s *ResourceAlreadyExistsException) Error() string + func (s *ResourceAlreadyExistsException) Message() string + func (s *ResourceAlreadyExistsException) OrigErr() error + func (s *ResourceAlreadyExistsException) RequestID() string + func (s *ResourceAlreadyExistsException) StatusCode() int + func (s ResourceAlreadyExistsException) GoString() string + func (s ResourceAlreadyExistsException) 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 RetryPolicy struct + MaximumEventAgeInSeconds *int64 + MaximumRetryAttempts *int64 + func (s *RetryPolicy) SetMaximumEventAgeInSeconds(v int64) *RetryPolicy + func (s *RetryPolicy) SetMaximumRetryAttempts(v int64) *RetryPolicy + func (s *RetryPolicy) Validate() error + func (s RetryPolicy) GoString() string + func (s RetryPolicy) String() string + type RoutingConfig struct + FailoverConfig *FailoverConfig + func (s *RoutingConfig) SetFailoverConfig(v *FailoverConfig) *RoutingConfig + func (s *RoutingConfig) Validate() error + func (s RoutingConfig) GoString() string + func (s RoutingConfig) String() string + type Rule struct + Arn *string + Description *string + EventBusName *string + EventPattern *string + ManagedBy *string + Name *string + RoleArn *string + ScheduleExpression *string + State *string + func (s *Rule) SetArn(v string) *Rule + func (s *Rule) SetDescription(v string) *Rule + func (s *Rule) SetEventBusName(v string) *Rule + func (s *Rule) SetEventPattern(v string) *Rule + func (s *Rule) SetManagedBy(v string) *Rule + func (s *Rule) SetName(v string) *Rule + func (s *Rule) SetRoleArn(v string) *Rule + func (s *Rule) SetScheduleExpression(v string) *Rule + func (s *Rule) SetState(v string) *Rule + func (s Rule) GoString() string + func (s Rule) String() string + type RunCommandParameters struct + RunCommandTargets []*RunCommandTarget + func (s *RunCommandParameters) SetRunCommandTargets(v []*RunCommandTarget) *RunCommandParameters + func (s *RunCommandParameters) Validate() error + func (s RunCommandParameters) GoString() string + func (s RunCommandParameters) String() string + type RunCommandTarget struct + Key *string + Values []*string + func (s *RunCommandTarget) SetKey(v string) *RunCommandTarget + func (s *RunCommandTarget) SetValues(v []*string) *RunCommandTarget + func (s *RunCommandTarget) Validate() error + func (s RunCommandTarget) GoString() string + func (s RunCommandTarget) String() string + type SageMakerPipelineParameter struct + Name *string + Value *string + func (s *SageMakerPipelineParameter) SetName(v string) *SageMakerPipelineParameter + func (s *SageMakerPipelineParameter) SetValue(v string) *SageMakerPipelineParameter + func (s *SageMakerPipelineParameter) Validate() error + func (s SageMakerPipelineParameter) GoString() string + func (s SageMakerPipelineParameter) String() string + type SageMakerPipelineParameters struct + PipelineParameterList []*SageMakerPipelineParameter + func (s *SageMakerPipelineParameters) SetPipelineParameterList(v []*SageMakerPipelineParameter) *SageMakerPipelineParameters + func (s *SageMakerPipelineParameters) Validate() error + func (s SageMakerPipelineParameters) GoString() string + func (s SageMakerPipelineParameters) String() string + type Secondary struct + Route *string + func (s *Secondary) SetRoute(v string) *Secondary + func (s *Secondary) Validate() error + func (s Secondary) GoString() string + func (s Secondary) String() string + type SqsParameters struct + MessageGroupId *string + func (s *SqsParameters) SetMessageGroupId(v string) *SqsParameters + func (s SqsParameters) GoString() string + func (s SqsParameters) String() string + type StartReplayInput struct + Description *string + Destination *ReplayDestination + EventEndTime *time.Time + EventSourceArn *string + EventStartTime *time.Time + ReplayName *string + func (s *StartReplayInput) SetDescription(v string) *StartReplayInput + func (s *StartReplayInput) SetDestination(v *ReplayDestination) *StartReplayInput + func (s *StartReplayInput) SetEventEndTime(v time.Time) *StartReplayInput + func (s *StartReplayInput) SetEventSourceArn(v string) *StartReplayInput + func (s *StartReplayInput) SetEventStartTime(v time.Time) *StartReplayInput + func (s *StartReplayInput) SetReplayName(v string) *StartReplayInput + func (s *StartReplayInput) Validate() error + func (s StartReplayInput) GoString() string + func (s StartReplayInput) String() string + type StartReplayOutput struct + ReplayArn *string + ReplayStartTime *time.Time + State *string + StateReason *string + func (s *StartReplayOutput) SetReplayArn(v string) *StartReplayOutput + func (s *StartReplayOutput) SetReplayStartTime(v time.Time) *StartReplayOutput + func (s *StartReplayOutput) SetState(v string) *StartReplayOutput + func (s *StartReplayOutput) SetStateReason(v string) *StartReplayOutput + func (s StartReplayOutput) GoString() string + func (s StartReplayOutput) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s *Tag) Validate() error + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + ResourceARN *string + Tags []*Tag + func (s *TagResourceInput) SetResourceARN(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *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 Target struct + Arn *string + BatchParameters *BatchParameters + DeadLetterConfig *DeadLetterConfig + EcsParameters *EcsParameters + HttpParameters *HttpParameters + Id *string + Input *string + InputPath *string + InputTransformer *InputTransformer + KinesisParameters *KinesisParameters + RedshiftDataParameters *RedshiftDataParameters + RetryPolicy *RetryPolicy + RoleArn *string + RunCommandParameters *RunCommandParameters + SageMakerPipelineParameters *SageMakerPipelineParameters + SqsParameters *SqsParameters + func (s *Target) SetArn(v string) *Target + func (s *Target) SetBatchParameters(v *BatchParameters) *Target + func (s *Target) SetDeadLetterConfig(v *DeadLetterConfig) *Target + func (s *Target) SetEcsParameters(v *EcsParameters) *Target + func (s *Target) SetHttpParameters(v *HttpParameters) *Target + func (s *Target) SetId(v string) *Target + func (s *Target) SetInput(v string) *Target + func (s *Target) SetInputPath(v string) *Target + func (s *Target) SetInputTransformer(v *InputTransformer) *Target + func (s *Target) SetKinesisParameters(v *KinesisParameters) *Target + func (s *Target) SetRedshiftDataParameters(v *RedshiftDataParameters) *Target + func (s *Target) SetRetryPolicy(v *RetryPolicy) *Target + func (s *Target) SetRoleArn(v string) *Target + func (s *Target) SetRunCommandParameters(v *RunCommandParameters) *Target + func (s *Target) SetSageMakerPipelineParameters(v *SageMakerPipelineParameters) *Target + func (s *Target) SetSqsParameters(v *SqsParameters) *Target + func (s *Target) Validate() error + func (s Target) GoString() string + func (s Target) String() string + type TestEventPatternInput struct + Event *string + EventPattern *string + func (s *TestEventPatternInput) SetEvent(v string) *TestEventPatternInput + func (s *TestEventPatternInput) SetEventPattern(v string) *TestEventPatternInput + func (s *TestEventPatternInput) Validate() error + func (s TestEventPatternInput) GoString() string + func (s TestEventPatternInput) String() string + type TestEventPatternOutput struct + Result *bool + func (s *TestEventPatternOutput) SetResult(v bool) *TestEventPatternOutput + func (s TestEventPatternOutput) GoString() string + func (s TestEventPatternOutput) 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 UpdateApiDestinationInput struct + ConnectionArn *string + Description *string + HttpMethod *string + InvocationEndpoint *string + InvocationRateLimitPerSecond *int64 + Name *string + func (s *UpdateApiDestinationInput) SetConnectionArn(v string) *UpdateApiDestinationInput + func (s *UpdateApiDestinationInput) SetDescription(v string) *UpdateApiDestinationInput + func (s *UpdateApiDestinationInput) SetHttpMethod(v string) *UpdateApiDestinationInput + func (s *UpdateApiDestinationInput) SetInvocationEndpoint(v string) *UpdateApiDestinationInput + func (s *UpdateApiDestinationInput) SetInvocationRateLimitPerSecond(v int64) *UpdateApiDestinationInput + func (s *UpdateApiDestinationInput) SetName(v string) *UpdateApiDestinationInput + func (s *UpdateApiDestinationInput) Validate() error + func (s UpdateApiDestinationInput) GoString() string + func (s UpdateApiDestinationInput) String() string + type UpdateApiDestinationOutput struct + ApiDestinationArn *string + ApiDestinationState *string + CreationTime *time.Time + LastModifiedTime *time.Time + func (s *UpdateApiDestinationOutput) SetApiDestinationArn(v string) *UpdateApiDestinationOutput + func (s *UpdateApiDestinationOutput) SetApiDestinationState(v string) *UpdateApiDestinationOutput + func (s *UpdateApiDestinationOutput) SetCreationTime(v time.Time) *UpdateApiDestinationOutput + func (s *UpdateApiDestinationOutput) SetLastModifiedTime(v time.Time) *UpdateApiDestinationOutput + func (s UpdateApiDestinationOutput) GoString() string + func (s UpdateApiDestinationOutput) String() string + type UpdateArchiveInput struct + ArchiveName *string + Description *string + EventPattern *string + RetentionDays *int64 + func (s *UpdateArchiveInput) SetArchiveName(v string) *UpdateArchiveInput + func (s *UpdateArchiveInput) SetDescription(v string) *UpdateArchiveInput + func (s *UpdateArchiveInput) SetEventPattern(v string) *UpdateArchiveInput + func (s *UpdateArchiveInput) SetRetentionDays(v int64) *UpdateArchiveInput + func (s *UpdateArchiveInput) Validate() error + func (s UpdateArchiveInput) GoString() string + func (s UpdateArchiveInput) String() string + type UpdateArchiveOutput struct + ArchiveArn *string + CreationTime *time.Time + State *string + StateReason *string + func (s *UpdateArchiveOutput) SetArchiveArn(v string) *UpdateArchiveOutput + func (s *UpdateArchiveOutput) SetCreationTime(v time.Time) *UpdateArchiveOutput + func (s *UpdateArchiveOutput) SetState(v string) *UpdateArchiveOutput + func (s *UpdateArchiveOutput) SetStateReason(v string) *UpdateArchiveOutput + func (s UpdateArchiveOutput) GoString() string + func (s UpdateArchiveOutput) String() string + type UpdateConnectionApiKeyAuthRequestParameters struct + ApiKeyName *string + ApiKeyValue *string + func (s *UpdateConnectionApiKeyAuthRequestParameters) SetApiKeyName(v string) *UpdateConnectionApiKeyAuthRequestParameters + func (s *UpdateConnectionApiKeyAuthRequestParameters) SetApiKeyValue(v string) *UpdateConnectionApiKeyAuthRequestParameters + func (s *UpdateConnectionApiKeyAuthRequestParameters) Validate() error + func (s UpdateConnectionApiKeyAuthRequestParameters) GoString() string + func (s UpdateConnectionApiKeyAuthRequestParameters) String() string + type UpdateConnectionAuthRequestParameters struct + ApiKeyAuthParameters *UpdateConnectionApiKeyAuthRequestParameters + BasicAuthParameters *UpdateConnectionBasicAuthRequestParameters + InvocationHttpParameters *ConnectionHttpParameters + OAuthParameters *UpdateConnectionOAuthRequestParameters + func (s *UpdateConnectionAuthRequestParameters) SetApiKeyAuthParameters(v *UpdateConnectionApiKeyAuthRequestParameters) *UpdateConnectionAuthRequestParameters + func (s *UpdateConnectionAuthRequestParameters) SetBasicAuthParameters(v *UpdateConnectionBasicAuthRequestParameters) *UpdateConnectionAuthRequestParameters + func (s *UpdateConnectionAuthRequestParameters) SetInvocationHttpParameters(v *ConnectionHttpParameters) *UpdateConnectionAuthRequestParameters + func (s *UpdateConnectionAuthRequestParameters) SetOAuthParameters(v *UpdateConnectionOAuthRequestParameters) *UpdateConnectionAuthRequestParameters + func (s *UpdateConnectionAuthRequestParameters) Validate() error + func (s UpdateConnectionAuthRequestParameters) GoString() string + func (s UpdateConnectionAuthRequestParameters) String() string + type UpdateConnectionBasicAuthRequestParameters struct + Password *string + Username *string + func (s *UpdateConnectionBasicAuthRequestParameters) SetPassword(v string) *UpdateConnectionBasicAuthRequestParameters + func (s *UpdateConnectionBasicAuthRequestParameters) SetUsername(v string) *UpdateConnectionBasicAuthRequestParameters + func (s *UpdateConnectionBasicAuthRequestParameters) Validate() error + func (s UpdateConnectionBasicAuthRequestParameters) GoString() string + func (s UpdateConnectionBasicAuthRequestParameters) String() string + type UpdateConnectionInput struct + AuthParameters *UpdateConnectionAuthRequestParameters + AuthorizationType *string + Description *string + Name *string + func (s *UpdateConnectionInput) SetAuthParameters(v *UpdateConnectionAuthRequestParameters) *UpdateConnectionInput + func (s *UpdateConnectionInput) SetAuthorizationType(v string) *UpdateConnectionInput + func (s *UpdateConnectionInput) SetDescription(v string) *UpdateConnectionInput + func (s *UpdateConnectionInput) SetName(v string) *UpdateConnectionInput + func (s *UpdateConnectionInput) Validate() error + func (s UpdateConnectionInput) GoString() string + func (s UpdateConnectionInput) String() string + type UpdateConnectionOAuthClientRequestParameters struct + ClientID *string + ClientSecret *string + func (s *UpdateConnectionOAuthClientRequestParameters) SetClientID(v string) *UpdateConnectionOAuthClientRequestParameters + func (s *UpdateConnectionOAuthClientRequestParameters) SetClientSecret(v string) *UpdateConnectionOAuthClientRequestParameters + func (s *UpdateConnectionOAuthClientRequestParameters) Validate() error + func (s UpdateConnectionOAuthClientRequestParameters) GoString() string + func (s UpdateConnectionOAuthClientRequestParameters) String() string + type UpdateConnectionOAuthRequestParameters struct + AuthorizationEndpoint *string + ClientParameters *UpdateConnectionOAuthClientRequestParameters + HttpMethod *string + OAuthHttpParameters *ConnectionHttpParameters + func (s *UpdateConnectionOAuthRequestParameters) SetAuthorizationEndpoint(v string) *UpdateConnectionOAuthRequestParameters + func (s *UpdateConnectionOAuthRequestParameters) SetClientParameters(v *UpdateConnectionOAuthClientRequestParameters) *UpdateConnectionOAuthRequestParameters + func (s *UpdateConnectionOAuthRequestParameters) SetHttpMethod(v string) *UpdateConnectionOAuthRequestParameters + func (s *UpdateConnectionOAuthRequestParameters) SetOAuthHttpParameters(v *ConnectionHttpParameters) *UpdateConnectionOAuthRequestParameters + func (s *UpdateConnectionOAuthRequestParameters) Validate() error + func (s UpdateConnectionOAuthRequestParameters) GoString() string + func (s UpdateConnectionOAuthRequestParameters) String() string + type UpdateConnectionOutput struct + ConnectionArn *string + ConnectionState *string + CreationTime *time.Time + LastAuthorizedTime *time.Time + LastModifiedTime *time.Time + func (s *UpdateConnectionOutput) SetConnectionArn(v string) *UpdateConnectionOutput + func (s *UpdateConnectionOutput) SetConnectionState(v string) *UpdateConnectionOutput + func (s *UpdateConnectionOutput) SetCreationTime(v time.Time) *UpdateConnectionOutput + func (s *UpdateConnectionOutput) SetLastAuthorizedTime(v time.Time) *UpdateConnectionOutput + func (s *UpdateConnectionOutput) SetLastModifiedTime(v time.Time) *UpdateConnectionOutput + func (s UpdateConnectionOutput) GoString() string + func (s UpdateConnectionOutput) String() string + type UpdateEndpointInput struct + Description *string + EventBuses []*EndpointEventBus + Name *string + ReplicationConfig *ReplicationConfig + RoleArn *string + RoutingConfig *RoutingConfig + func (s *UpdateEndpointInput) SetDescription(v string) *UpdateEndpointInput + func (s *UpdateEndpointInput) SetEventBuses(v []*EndpointEventBus) *UpdateEndpointInput + func (s *UpdateEndpointInput) SetName(v string) *UpdateEndpointInput + func (s *UpdateEndpointInput) SetReplicationConfig(v *ReplicationConfig) *UpdateEndpointInput + func (s *UpdateEndpointInput) SetRoleArn(v string) *UpdateEndpointInput + func (s *UpdateEndpointInput) SetRoutingConfig(v *RoutingConfig) *UpdateEndpointInput + func (s *UpdateEndpointInput) Validate() error + func (s UpdateEndpointInput) GoString() string + func (s UpdateEndpointInput) String() string + type UpdateEndpointOutput struct + Arn *string + EndpointId *string + EndpointUrl *string + EventBuses []*EndpointEventBus + Name *string + ReplicationConfig *ReplicationConfig + RoleArn *string + RoutingConfig *RoutingConfig + State *string + func (s *UpdateEndpointOutput) SetArn(v string) *UpdateEndpointOutput + func (s *UpdateEndpointOutput) SetEndpointId(v string) *UpdateEndpointOutput + func (s *UpdateEndpointOutput) SetEndpointUrl(v string) *UpdateEndpointOutput + func (s *UpdateEndpointOutput) SetEventBuses(v []*EndpointEventBus) *UpdateEndpointOutput + func (s *UpdateEndpointOutput) SetName(v string) *UpdateEndpointOutput + func (s *UpdateEndpointOutput) SetReplicationConfig(v *ReplicationConfig) *UpdateEndpointOutput + func (s *UpdateEndpointOutput) SetRoleArn(v string) *UpdateEndpointOutput + func (s *UpdateEndpointOutput) SetRoutingConfig(v *RoutingConfig) *UpdateEndpointOutput + func (s *UpdateEndpointOutput) SetState(v string) *UpdateEndpointOutput + func (s UpdateEndpointOutput) GoString() string + func (s UpdateEndpointOutput) String() string