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 EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeEndpointTemporarilyUnavailableException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceLimitExceededException + const ErrCodeThrottlingException + const ErrCodeValidationException + const RoutingControlStateOff + const RoutingControlStateOn + const ServiceID + const ServiceName + const ValidationExceptionReasonCannotParse + const ValidationExceptionReasonFieldValidationFailed + const ValidationExceptionReasonOther + const ValidationExceptionReasonUnknownOperation + func RoutingControlState_Values() []string + func ValidationExceptionReason_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type ConflictException struct + Message_ *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type EndpointTemporarilyUnavailableException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *EndpointTemporarilyUnavailableException) Code() string + func (s *EndpointTemporarilyUnavailableException) Error() string + func (s *EndpointTemporarilyUnavailableException) Message() string + func (s *EndpointTemporarilyUnavailableException) OrigErr() error + func (s *EndpointTemporarilyUnavailableException) RequestID() string + func (s *EndpointTemporarilyUnavailableException) StatusCode() int + func (s EndpointTemporarilyUnavailableException) GoString() string + func (s EndpointTemporarilyUnavailableException) String() string + type GetRoutingControlStateInput struct + RoutingControlArn *string + func (s *GetRoutingControlStateInput) SetRoutingControlArn(v string) *GetRoutingControlStateInput + func (s *GetRoutingControlStateInput) Validate() error + func (s GetRoutingControlStateInput) GoString() string + func (s GetRoutingControlStateInput) String() string + type GetRoutingControlStateOutput struct + RoutingControlArn *string + RoutingControlName *string + RoutingControlState *string + func (s *GetRoutingControlStateOutput) SetRoutingControlArn(v string) *GetRoutingControlStateOutput + func (s *GetRoutingControlStateOutput) SetRoutingControlName(v string) *GetRoutingControlStateOutput + func (s *GetRoutingControlStateOutput) SetRoutingControlState(v string) *GetRoutingControlStateOutput + func (s GetRoutingControlStateOutput) GoString() string + func (s GetRoutingControlStateOutput) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + RetryAfterSeconds *int64 + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type ListRoutingControlsInput struct + ControlPanelArn *string + MaxResults *int64 + NextToken *string + func (s *ListRoutingControlsInput) SetControlPanelArn(v string) *ListRoutingControlsInput + func (s *ListRoutingControlsInput) SetMaxResults(v int64) *ListRoutingControlsInput + func (s *ListRoutingControlsInput) SetNextToken(v string) *ListRoutingControlsInput + func (s *ListRoutingControlsInput) Validate() error + func (s ListRoutingControlsInput) GoString() string + func (s ListRoutingControlsInput) String() string + type ListRoutingControlsOutput struct + NextToken *string + RoutingControls []*RoutingControl + func (s *ListRoutingControlsOutput) SetNextToken(v string) *ListRoutingControlsOutput + func (s *ListRoutingControlsOutput) SetRoutingControls(v []*RoutingControl) *ListRoutingControlsOutput + func (s ListRoutingControlsOutput) GoString() string + func (s ListRoutingControlsOutput) String() string + type ResourceNotFoundException struct + Message_ *string + ResourceId *string + ResourceType *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 Route53RecoveryCluster struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *Route53RecoveryCluster + func (c *Route53RecoveryCluster) GetRoutingControlState(input *GetRoutingControlStateInput) (*GetRoutingControlStateOutput, error) + func (c *Route53RecoveryCluster) GetRoutingControlStateRequest(input *GetRoutingControlStateInput) (req *request.Request, output *GetRoutingControlStateOutput) + func (c *Route53RecoveryCluster) GetRoutingControlStateWithContext(ctx aws.Context, input *GetRoutingControlStateInput, opts ...request.Option) (*GetRoutingControlStateOutput, error) + func (c *Route53RecoveryCluster) ListRoutingControls(input *ListRoutingControlsInput) (*ListRoutingControlsOutput, error) + func (c *Route53RecoveryCluster) ListRoutingControlsPages(input *ListRoutingControlsInput, ...) error + func (c *Route53RecoveryCluster) ListRoutingControlsPagesWithContext(ctx aws.Context, input *ListRoutingControlsInput, ...) error + func (c *Route53RecoveryCluster) ListRoutingControlsRequest(input *ListRoutingControlsInput) (req *request.Request, output *ListRoutingControlsOutput) + func (c *Route53RecoveryCluster) ListRoutingControlsWithContext(ctx aws.Context, input *ListRoutingControlsInput, opts ...request.Option) (*ListRoutingControlsOutput, error) + func (c *Route53RecoveryCluster) UpdateRoutingControlState(input *UpdateRoutingControlStateInput) (*UpdateRoutingControlStateOutput, error) + func (c *Route53RecoveryCluster) UpdateRoutingControlStateRequest(input *UpdateRoutingControlStateInput) (req *request.Request, output *UpdateRoutingControlStateOutput) + func (c *Route53RecoveryCluster) UpdateRoutingControlStateWithContext(ctx aws.Context, input *UpdateRoutingControlStateInput, opts ...request.Option) (*UpdateRoutingControlStateOutput, error) + func (c *Route53RecoveryCluster) UpdateRoutingControlStates(input *UpdateRoutingControlStatesInput) (*UpdateRoutingControlStatesOutput, error) + func (c *Route53RecoveryCluster) UpdateRoutingControlStatesRequest(input *UpdateRoutingControlStatesInput) (req *request.Request, output *UpdateRoutingControlStatesOutput) + func (c *Route53RecoveryCluster) UpdateRoutingControlStatesWithContext(ctx aws.Context, input *UpdateRoutingControlStatesInput, ...) (*UpdateRoutingControlStatesOutput, error) + type RoutingControl struct + ControlPanelArn *string + ControlPanelName *string + RoutingControlArn *string + RoutingControlName *string + RoutingControlState *string + func (s *RoutingControl) SetControlPanelArn(v string) *RoutingControl + func (s *RoutingControl) SetControlPanelName(v string) *RoutingControl + func (s *RoutingControl) SetRoutingControlArn(v string) *RoutingControl + func (s *RoutingControl) SetRoutingControlName(v string) *RoutingControl + func (s *RoutingControl) SetRoutingControlState(v string) *RoutingControl + func (s RoutingControl) GoString() string + func (s RoutingControl) String() string + type ServiceLimitExceededException struct + LimitCode *string + Message_ *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + ServiceCode *string + func (s *ServiceLimitExceededException) Code() string + func (s *ServiceLimitExceededException) Error() string + func (s *ServiceLimitExceededException) Message() string + func (s *ServiceLimitExceededException) OrigErr() error + func (s *ServiceLimitExceededException) RequestID() string + func (s *ServiceLimitExceededException) StatusCode() int + func (s ServiceLimitExceededException) GoString() string + func (s ServiceLimitExceededException) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + RetryAfterSeconds *int64 + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type UpdateRoutingControlStateEntry struct + RoutingControlArn *string + RoutingControlState *string + func (s *UpdateRoutingControlStateEntry) SetRoutingControlArn(v string) *UpdateRoutingControlStateEntry + func (s *UpdateRoutingControlStateEntry) SetRoutingControlState(v string) *UpdateRoutingControlStateEntry + func (s *UpdateRoutingControlStateEntry) Validate() error + func (s UpdateRoutingControlStateEntry) GoString() string + func (s UpdateRoutingControlStateEntry) String() string + type UpdateRoutingControlStateInput struct + RoutingControlArn *string + RoutingControlState *string + SafetyRulesToOverride []*string + func (s *UpdateRoutingControlStateInput) SetRoutingControlArn(v string) *UpdateRoutingControlStateInput + func (s *UpdateRoutingControlStateInput) SetRoutingControlState(v string) *UpdateRoutingControlStateInput + func (s *UpdateRoutingControlStateInput) SetSafetyRulesToOverride(v []*string) *UpdateRoutingControlStateInput + func (s *UpdateRoutingControlStateInput) Validate() error + func (s UpdateRoutingControlStateInput) GoString() string + func (s UpdateRoutingControlStateInput) String() string + type UpdateRoutingControlStateOutput struct + func (s UpdateRoutingControlStateOutput) GoString() string + func (s UpdateRoutingControlStateOutput) String() string + type UpdateRoutingControlStatesInput struct + SafetyRulesToOverride []*string + UpdateRoutingControlStateEntries []*UpdateRoutingControlStateEntry + func (s *UpdateRoutingControlStatesInput) SetSafetyRulesToOverride(v []*string) *UpdateRoutingControlStatesInput + func (s *UpdateRoutingControlStatesInput) SetUpdateRoutingControlStateEntries(v []*UpdateRoutingControlStateEntry) *UpdateRoutingControlStatesInput + func (s *UpdateRoutingControlStatesInput) Validate() error + func (s UpdateRoutingControlStatesInput) GoString() string + func (s UpdateRoutingControlStatesInput) String() string + type UpdateRoutingControlStatesOutput struct + func (s UpdateRoutingControlStatesOutput) GoString() string + func (s UpdateRoutingControlStatesOutput) String() string + type ValidationException struct + Fields []*ValidationExceptionField + Message_ *string + Reason *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string + type ValidationExceptionField struct + Message *string + Name *string + func (s *ValidationExceptionField) SetMessage(v string) *ValidationExceptionField + func (s *ValidationExceptionField) SetName(v string) *ValidationExceptionField + func (s ValidationExceptionField) GoString() string + func (s ValidationExceptionField) String() string