Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeDryRunOperation + const ErrCodeInternalServerError + const ErrCodeInvalidInputException + const ErrCodeServiceUnavailableException + const ErrCodeThrottlingException + const ServiceID + const ServiceName + const TargetTypeAccount + func TargetType_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 CreateHomeRegionControlInput struct + DryRun *bool + HomeRegion *string + Target *Target + func (s *CreateHomeRegionControlInput) SetDryRun(v bool) *CreateHomeRegionControlInput + func (s *CreateHomeRegionControlInput) SetHomeRegion(v string) *CreateHomeRegionControlInput + func (s *CreateHomeRegionControlInput) SetTarget(v *Target) *CreateHomeRegionControlInput + func (s *CreateHomeRegionControlInput) Validate() error + func (s CreateHomeRegionControlInput) GoString() string + func (s CreateHomeRegionControlInput) String() string + type CreateHomeRegionControlOutput struct + HomeRegionControl *HomeRegionControl + func (s *CreateHomeRegionControlOutput) SetHomeRegionControl(v *HomeRegionControl) *CreateHomeRegionControlOutput + func (s CreateHomeRegionControlOutput) GoString() string + func (s CreateHomeRegionControlOutput) String() string + type DeleteHomeRegionControlInput struct + ControlId *string + func (s *DeleteHomeRegionControlInput) SetControlId(v string) *DeleteHomeRegionControlInput + func (s *DeleteHomeRegionControlInput) Validate() error + func (s DeleteHomeRegionControlInput) GoString() string + func (s DeleteHomeRegionControlInput) String() string + type DeleteHomeRegionControlOutput struct + func (s DeleteHomeRegionControlOutput) GoString() string + func (s DeleteHomeRegionControlOutput) String() string + type DescribeHomeRegionControlsInput struct + ControlId *string + HomeRegion *string + MaxResults *int64 + NextToken *string + Target *Target + func (s *DescribeHomeRegionControlsInput) SetControlId(v string) *DescribeHomeRegionControlsInput + func (s *DescribeHomeRegionControlsInput) SetHomeRegion(v string) *DescribeHomeRegionControlsInput + func (s *DescribeHomeRegionControlsInput) SetMaxResults(v int64) *DescribeHomeRegionControlsInput + func (s *DescribeHomeRegionControlsInput) SetNextToken(v string) *DescribeHomeRegionControlsInput + func (s *DescribeHomeRegionControlsInput) SetTarget(v *Target) *DescribeHomeRegionControlsInput + func (s *DescribeHomeRegionControlsInput) Validate() error + func (s DescribeHomeRegionControlsInput) GoString() string + func (s DescribeHomeRegionControlsInput) String() string + type DescribeHomeRegionControlsOutput struct + HomeRegionControls []*HomeRegionControl + NextToken *string + func (s *DescribeHomeRegionControlsOutput) SetHomeRegionControls(v []*HomeRegionControl) *DescribeHomeRegionControlsOutput + func (s *DescribeHomeRegionControlsOutput) SetNextToken(v string) *DescribeHomeRegionControlsOutput + func (s DescribeHomeRegionControlsOutput) GoString() string + func (s DescribeHomeRegionControlsOutput) String() string + type DryRunOperation struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *DryRunOperation) Code() string + func (s *DryRunOperation) Error() string + func (s *DryRunOperation) Message() string + func (s *DryRunOperation) OrigErr() error + func (s *DryRunOperation) RequestID() string + func (s *DryRunOperation) StatusCode() int + func (s DryRunOperation) GoString() string + func (s DryRunOperation) String() string + type GetHomeRegionInput struct + func (s GetHomeRegionInput) GoString() string + func (s GetHomeRegionInput) String() string + type GetHomeRegionOutput struct + HomeRegion *string + func (s *GetHomeRegionOutput) SetHomeRegion(v string) *GetHomeRegionOutput + func (s GetHomeRegionOutput) GoString() string + func (s GetHomeRegionOutput) String() string + type HomeRegionControl struct + ControlId *string + HomeRegion *string + RequestedTime *time.Time + Target *Target + func (s *HomeRegionControl) SetControlId(v string) *HomeRegionControl + func (s *HomeRegionControl) SetHomeRegion(v string) *HomeRegionControl + func (s *HomeRegionControl) SetRequestedTime(v time.Time) *HomeRegionControl + func (s *HomeRegionControl) SetTarget(v *Target) *HomeRegionControl + func (s HomeRegionControl) GoString() string + func (s HomeRegionControl) String() string + type InternalServerError struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerError) Code() string + func (s *InternalServerError) Error() string + func (s *InternalServerError) Message() string + func (s *InternalServerError) OrigErr() error + func (s *InternalServerError) RequestID() string + func (s *InternalServerError) StatusCode() int + func (s InternalServerError) GoString() string + func (s InternalServerError) String() string + type InvalidInputException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidInputException) Code() string + func (s *InvalidInputException) Error() string + func (s *InvalidInputException) Message() string + func (s *InvalidInputException) OrigErr() error + func (s *InvalidInputException) RequestID() string + func (s *InvalidInputException) StatusCode() int + func (s InvalidInputException) GoString() string + func (s InvalidInputException) String() string + type MigrationHubConfig struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *MigrationHubConfig + func (c *MigrationHubConfig) CreateHomeRegionControl(input *CreateHomeRegionControlInput) (*CreateHomeRegionControlOutput, error) + func (c *MigrationHubConfig) CreateHomeRegionControlRequest(input *CreateHomeRegionControlInput) (req *request.Request, output *CreateHomeRegionControlOutput) + func (c *MigrationHubConfig) CreateHomeRegionControlWithContext(ctx aws.Context, input *CreateHomeRegionControlInput, opts ...request.Option) (*CreateHomeRegionControlOutput, error) + func (c *MigrationHubConfig) DeleteHomeRegionControl(input *DeleteHomeRegionControlInput) (*DeleteHomeRegionControlOutput, error) + func (c *MigrationHubConfig) DeleteHomeRegionControlRequest(input *DeleteHomeRegionControlInput) (req *request.Request, output *DeleteHomeRegionControlOutput) + func (c *MigrationHubConfig) DeleteHomeRegionControlWithContext(ctx aws.Context, input *DeleteHomeRegionControlInput, opts ...request.Option) (*DeleteHomeRegionControlOutput, error) + func (c *MigrationHubConfig) DescribeHomeRegionControls(input *DescribeHomeRegionControlsInput) (*DescribeHomeRegionControlsOutput, error) + func (c *MigrationHubConfig) DescribeHomeRegionControlsPages(input *DescribeHomeRegionControlsInput, ...) error + func (c *MigrationHubConfig) DescribeHomeRegionControlsPagesWithContext(ctx aws.Context, input *DescribeHomeRegionControlsInput, ...) error + func (c *MigrationHubConfig) DescribeHomeRegionControlsRequest(input *DescribeHomeRegionControlsInput) (req *request.Request, output *DescribeHomeRegionControlsOutput) + func (c *MigrationHubConfig) DescribeHomeRegionControlsWithContext(ctx aws.Context, input *DescribeHomeRegionControlsInput, ...) (*DescribeHomeRegionControlsOutput, error) + func (c *MigrationHubConfig) GetHomeRegion(input *GetHomeRegionInput) (*GetHomeRegionOutput, error) + func (c *MigrationHubConfig) GetHomeRegionRequest(input *GetHomeRegionInput) (req *request.Request, output *GetHomeRegionOutput) + func (c *MigrationHubConfig) GetHomeRegionWithContext(ctx aws.Context, input *GetHomeRegionInput, opts ...request.Option) (*GetHomeRegionOutput, error) + type ServiceUnavailableException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceUnavailableException) Code() string + func (s *ServiceUnavailableException) Error() string + func (s *ServiceUnavailableException) Message() string + func (s *ServiceUnavailableException) OrigErr() error + func (s *ServiceUnavailableException) RequestID() string + func (s *ServiceUnavailableException) StatusCode() int + func (s ServiceUnavailableException) GoString() string + func (s ServiceUnavailableException) String() string + type Target struct + Id *string + Type *string + func (s *Target) SetId(v string) *Target + func (s *Target) SetType(v string) *Target + func (s *Target) Validate() error + func (s Target) GoString() string + func (s Target) 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