Versions in this module Expand all Collapse all v1 v1.42.9 Aug 3, 2023 Changes in this version + const AppliedStatusApplied + const AppliedStatusNotApplied + const ConflictExceptionReasonSimultaneousZonalShiftsConflict + const ConflictExceptionReasonZonalShiftAlreadyExists + const ConflictExceptionReasonZonalShiftStatusNotActive + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeThrottlingException + const ErrCodeValidationException + const ServiceID + const ServiceName + const ValidationExceptionReasonInvalidAz + const ValidationExceptionReasonInvalidExpiresIn + const ValidationExceptionReasonInvalidResourceIdentifier + const ValidationExceptionReasonInvalidStatus + const ValidationExceptionReasonInvalidToken + const ValidationExceptionReasonMissingValue + const ValidationExceptionReasonUnsupportedAz + const ZonalShiftStatusActive + const ZonalShiftStatusCanceled + const ZonalShiftStatusExpired + func AppliedStatus_Values() []string + func ConflictExceptionReason_Values() []string + func ValidationExceptionReason_Values() []string + func ZonalShiftStatus_Values() []string + type ARCZonalShift struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *ARCZonalShift + func (c *ARCZonalShift) CancelZonalShift(input *CancelZonalShiftInput) (*CancelZonalShiftOutput, error) + func (c *ARCZonalShift) CancelZonalShiftRequest(input *CancelZonalShiftInput) (req *request.Request, output *CancelZonalShiftOutput) + func (c *ARCZonalShift) CancelZonalShiftWithContext(ctx aws.Context, input *CancelZonalShiftInput, opts ...request.Option) (*CancelZonalShiftOutput, error) + func (c *ARCZonalShift) GetManagedResource(input *GetManagedResourceInput) (*GetManagedResourceOutput, error) + func (c *ARCZonalShift) GetManagedResourceRequest(input *GetManagedResourceInput) (req *request.Request, output *GetManagedResourceOutput) + func (c *ARCZonalShift) GetManagedResourceWithContext(ctx aws.Context, input *GetManagedResourceInput, opts ...request.Option) (*GetManagedResourceOutput, error) + func (c *ARCZonalShift) ListManagedResources(input *ListManagedResourcesInput) (*ListManagedResourcesOutput, error) + func (c *ARCZonalShift) ListManagedResourcesPages(input *ListManagedResourcesInput, ...) error + func (c *ARCZonalShift) ListManagedResourcesPagesWithContext(ctx aws.Context, input *ListManagedResourcesInput, ...) error + func (c *ARCZonalShift) ListManagedResourcesRequest(input *ListManagedResourcesInput) (req *request.Request, output *ListManagedResourcesOutput) + func (c *ARCZonalShift) ListManagedResourcesWithContext(ctx aws.Context, input *ListManagedResourcesInput, opts ...request.Option) (*ListManagedResourcesOutput, error) + func (c *ARCZonalShift) ListZonalShifts(input *ListZonalShiftsInput) (*ListZonalShiftsOutput, error) + func (c *ARCZonalShift) ListZonalShiftsPages(input *ListZonalShiftsInput, fn func(*ListZonalShiftsOutput, bool) bool) error + func (c *ARCZonalShift) ListZonalShiftsPagesWithContext(ctx aws.Context, input *ListZonalShiftsInput, ...) error + func (c *ARCZonalShift) ListZonalShiftsRequest(input *ListZonalShiftsInput) (req *request.Request, output *ListZonalShiftsOutput) + func (c *ARCZonalShift) ListZonalShiftsWithContext(ctx aws.Context, input *ListZonalShiftsInput, opts ...request.Option) (*ListZonalShiftsOutput, error) + func (c *ARCZonalShift) StartZonalShift(input *StartZonalShiftInput) (*StartZonalShiftOutput, error) + func (c *ARCZonalShift) StartZonalShiftRequest(input *StartZonalShiftInput) (req *request.Request, output *StartZonalShiftOutput) + func (c *ARCZonalShift) StartZonalShiftWithContext(ctx aws.Context, input *StartZonalShiftInput, opts ...request.Option) (*StartZonalShiftOutput, error) + func (c *ARCZonalShift) UpdateZonalShift(input *UpdateZonalShiftInput) (*UpdateZonalShiftOutput, error) + func (c *ARCZonalShift) UpdateZonalShiftRequest(input *UpdateZonalShiftInput) (req *request.Request, output *UpdateZonalShiftOutput) + func (c *ARCZonalShift) UpdateZonalShiftWithContext(ctx aws.Context, input *UpdateZonalShiftInput, opts ...request.Option) (*UpdateZonalShiftOutput, error) + 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 CancelZonalShiftInput struct + ZonalShiftId *string + func (s *CancelZonalShiftInput) SetZonalShiftId(v string) *CancelZonalShiftInput + func (s *CancelZonalShiftInput) Validate() error + func (s CancelZonalShiftInput) GoString() string + func (s CancelZonalShiftInput) String() string + type CancelZonalShiftOutput struct + AwayFrom *string + Comment *string + ExpiryTime *time.Time + ResourceIdentifier *string + StartTime *time.Time + Status *string + ZonalShiftId *string + func (s *CancelZonalShiftOutput) SetAwayFrom(v string) *CancelZonalShiftOutput + func (s *CancelZonalShiftOutput) SetComment(v string) *CancelZonalShiftOutput + func (s *CancelZonalShiftOutput) SetExpiryTime(v time.Time) *CancelZonalShiftOutput + func (s *CancelZonalShiftOutput) SetResourceIdentifier(v string) *CancelZonalShiftOutput + func (s *CancelZonalShiftOutput) SetStartTime(v time.Time) *CancelZonalShiftOutput + func (s *CancelZonalShiftOutput) SetStatus(v string) *CancelZonalShiftOutput + func (s *CancelZonalShiftOutput) SetZonalShiftId(v string) *CancelZonalShiftOutput + func (s CancelZonalShiftOutput) GoString() string + func (s CancelZonalShiftOutput) String() string + type ConflictException struct + Message_ *string + Reason *string + RespMetadata protocol.ResponseMetadata + ZonalShiftId *string + 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 GetManagedResourceInput struct + ResourceIdentifier *string + func (s *GetManagedResourceInput) SetResourceIdentifier(v string) *GetManagedResourceInput + func (s *GetManagedResourceInput) Validate() error + func (s GetManagedResourceInput) GoString() string + func (s GetManagedResourceInput) String() string + type GetManagedResourceOutput struct + AppliedWeights map[string]*float64 + Arn *string + Name *string + ZonalShifts []*ZonalShiftInResource + func (s *GetManagedResourceOutput) SetAppliedWeights(v map[string]*float64) *GetManagedResourceOutput + func (s *GetManagedResourceOutput) SetArn(v string) *GetManagedResourceOutput + func (s *GetManagedResourceOutput) SetName(v string) *GetManagedResourceOutput + func (s *GetManagedResourceOutput) SetZonalShifts(v []*ZonalShiftInResource) *GetManagedResourceOutput + func (s GetManagedResourceOutput) GoString() string + func (s GetManagedResourceOutput) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type ListManagedResourcesInput struct + MaxResults *int64 + NextToken *string + func (s *ListManagedResourcesInput) SetMaxResults(v int64) *ListManagedResourcesInput + func (s *ListManagedResourcesInput) SetNextToken(v string) *ListManagedResourcesInput + func (s *ListManagedResourcesInput) Validate() error + func (s ListManagedResourcesInput) GoString() string + func (s ListManagedResourcesInput) String() string + type ListManagedResourcesOutput struct + Items []*ManagedResourceSummary + NextToken *string + func (s *ListManagedResourcesOutput) SetItems(v []*ManagedResourceSummary) *ListManagedResourcesOutput + func (s *ListManagedResourcesOutput) SetNextToken(v string) *ListManagedResourcesOutput + func (s ListManagedResourcesOutput) GoString() string + func (s ListManagedResourcesOutput) String() string + type ListZonalShiftsInput struct + MaxResults *int64 + NextToken *string + Status *string + func (s *ListZonalShiftsInput) SetMaxResults(v int64) *ListZonalShiftsInput + func (s *ListZonalShiftsInput) SetNextToken(v string) *ListZonalShiftsInput + func (s *ListZonalShiftsInput) SetStatus(v string) *ListZonalShiftsInput + func (s *ListZonalShiftsInput) Validate() error + func (s ListZonalShiftsInput) GoString() string + func (s ListZonalShiftsInput) String() string + type ListZonalShiftsOutput struct + Items []*ZonalShiftSummary + NextToken *string + func (s *ListZonalShiftsOutput) SetItems(v []*ZonalShiftSummary) *ListZonalShiftsOutput + func (s *ListZonalShiftsOutput) SetNextToken(v string) *ListZonalShiftsOutput + func (s ListZonalShiftsOutput) GoString() string + func (s ListZonalShiftsOutput) String() string + type ManagedResourceSummary struct + Arn *string + AvailabilityZones []*string + Name *string + func (s *ManagedResourceSummary) SetArn(v string) *ManagedResourceSummary + func (s *ManagedResourceSummary) SetAvailabilityZones(v []*string) *ManagedResourceSummary + func (s *ManagedResourceSummary) SetName(v string) *ManagedResourceSummary + func (s ManagedResourceSummary) GoString() string + func (s ManagedResourceSummary) 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 StartZonalShiftInput struct + AwayFrom *string + Comment *string + ExpiresIn *string + ResourceIdentifier *string + func (s *StartZonalShiftInput) SetAwayFrom(v string) *StartZonalShiftInput + func (s *StartZonalShiftInput) SetComment(v string) *StartZonalShiftInput + func (s *StartZonalShiftInput) SetExpiresIn(v string) *StartZonalShiftInput + func (s *StartZonalShiftInput) SetResourceIdentifier(v string) *StartZonalShiftInput + func (s *StartZonalShiftInput) Validate() error + func (s StartZonalShiftInput) GoString() string + func (s StartZonalShiftInput) String() string + type StartZonalShiftOutput struct + AwayFrom *string + Comment *string + ExpiryTime *time.Time + ResourceIdentifier *string + StartTime *time.Time + Status *string + ZonalShiftId *string + func (s *StartZonalShiftOutput) SetAwayFrom(v string) *StartZonalShiftOutput + func (s *StartZonalShiftOutput) SetComment(v string) *StartZonalShiftOutput + func (s *StartZonalShiftOutput) SetExpiryTime(v time.Time) *StartZonalShiftOutput + func (s *StartZonalShiftOutput) SetResourceIdentifier(v string) *StartZonalShiftOutput + func (s *StartZonalShiftOutput) SetStartTime(v time.Time) *StartZonalShiftOutput + func (s *StartZonalShiftOutput) SetStatus(v string) *StartZonalShiftOutput + func (s *StartZonalShiftOutput) SetZonalShiftId(v string) *StartZonalShiftOutput + func (s StartZonalShiftOutput) GoString() string + func (s StartZonalShiftOutput) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type UpdateZonalShiftInput struct + Comment *string + ExpiresIn *string + ZonalShiftId *string + func (s *UpdateZonalShiftInput) SetComment(v string) *UpdateZonalShiftInput + func (s *UpdateZonalShiftInput) SetExpiresIn(v string) *UpdateZonalShiftInput + func (s *UpdateZonalShiftInput) SetZonalShiftId(v string) *UpdateZonalShiftInput + func (s *UpdateZonalShiftInput) Validate() error + func (s UpdateZonalShiftInput) GoString() string + func (s UpdateZonalShiftInput) String() string + type UpdateZonalShiftOutput struct + AwayFrom *string + Comment *string + ExpiryTime *time.Time + ResourceIdentifier *string + StartTime *time.Time + Status *string + ZonalShiftId *string + func (s *UpdateZonalShiftOutput) SetAwayFrom(v string) *UpdateZonalShiftOutput + func (s *UpdateZonalShiftOutput) SetComment(v string) *UpdateZonalShiftOutput + func (s *UpdateZonalShiftOutput) SetExpiryTime(v time.Time) *UpdateZonalShiftOutput + func (s *UpdateZonalShiftOutput) SetResourceIdentifier(v string) *UpdateZonalShiftOutput + func (s *UpdateZonalShiftOutput) SetStartTime(v time.Time) *UpdateZonalShiftOutput + func (s *UpdateZonalShiftOutput) SetStatus(v string) *UpdateZonalShiftOutput + func (s *UpdateZonalShiftOutput) SetZonalShiftId(v string) *UpdateZonalShiftOutput + func (s UpdateZonalShiftOutput) GoString() string + func (s UpdateZonalShiftOutput) String() string + type ValidationException struct + 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 ZonalShiftInResource struct + AppliedStatus *string + AwayFrom *string + Comment *string + ExpiryTime *time.Time + ResourceIdentifier *string + StartTime *time.Time + ZonalShiftId *string + func (s *ZonalShiftInResource) SetAppliedStatus(v string) *ZonalShiftInResource + func (s *ZonalShiftInResource) SetAwayFrom(v string) *ZonalShiftInResource + func (s *ZonalShiftInResource) SetComment(v string) *ZonalShiftInResource + func (s *ZonalShiftInResource) SetExpiryTime(v time.Time) *ZonalShiftInResource + func (s *ZonalShiftInResource) SetResourceIdentifier(v string) *ZonalShiftInResource + func (s *ZonalShiftInResource) SetStartTime(v time.Time) *ZonalShiftInResource + func (s *ZonalShiftInResource) SetZonalShiftId(v string) *ZonalShiftInResource + func (s ZonalShiftInResource) GoString() string + func (s ZonalShiftInResource) String() string + type ZonalShiftSummary struct + AwayFrom *string + Comment *string + ExpiryTime *time.Time + ResourceIdentifier *string + StartTime *time.Time + Status *string + ZonalShiftId *string + func (s *ZonalShiftSummary) SetAwayFrom(v string) *ZonalShiftSummary + func (s *ZonalShiftSummary) SetComment(v string) *ZonalShiftSummary + func (s *ZonalShiftSummary) SetExpiryTime(v time.Time) *ZonalShiftSummary + func (s *ZonalShiftSummary) SetResourceIdentifier(v string) *ZonalShiftSummary + func (s *ZonalShiftSummary) SetStartTime(v time.Time) *ZonalShiftSummary + func (s *ZonalShiftSummary) SetStatus(v string) *ZonalShiftSummary + func (s *ZonalShiftSummary) SetZonalShiftId(v string) *ZonalShiftSummary + func (s ZonalShiftSummary) GoString() string + func (s ZonalShiftSummary) String() string