Documentation ¶
Overview ¶
Package arczonalshift provides the API client, operations, and parameter types for AWS ARC - Zonal Shift.
This is the API Reference Guide for the zonal shift feature of Amazon Route 53 Application Recovery Controller. This guide is for developers who need detailed information about zonal shift API actions, data types, and errors. Zonal shift is in preview release for Amazon Route 53 Application Recovery Controller and is subject to change. Zonal shift in Route 53 ARC enables you to move traffic for a load balancer resource away from an Availability Zone. Starting a zonal shift helps your application recover immediately, for example, from a developer's bad code deployment or from an AWS infrastructure failure in a single Availability Zone, reducing the impact and time lost from an issue in one zone. Supported AWS resources are automatically registered with Route 53 ARC. Resources that are registered for zonal shifts in Route 53 ARC are managed resources in Route 53 ARC. You can start a zonal shift for any managed resource in your account in a Region. At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. Zonal shifts are temporary. You must specify an expiration when you start a zonal shift, of up to three days initially. If you want to still keep traffic away from an Availability Zone, you can update the zonal shift and set a new expiration. You can also cancel a zonal shift, before it expires, for example, if you're ready to restore traffic to the Availability Zone. For more information about using zonal shift, see the Amazon Route 53 Application Recovery Controller Developer Guide (https://docs.aws.amazon.com/r53recovery/latest/dg/what-is-route53-recovery.html) .
Index ¶
- Constants
- func NewDefaultEndpointResolver() *internalendpoints.Resolver
- func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
- func WithEndpointResolver(v EndpointResolver) func(*Options)
- type CancelZonalShiftInput
- type CancelZonalShiftOutput
- type Client
- func (c *Client) CancelZonalShift(ctx context.Context, params *CancelZonalShiftInput, optFns ...func(*Options)) (*CancelZonalShiftOutput, error)
- func (c *Client) GetManagedResource(ctx context.Context, params *GetManagedResourceInput, optFns ...func(*Options)) (*GetManagedResourceOutput, error)
- func (c *Client) ListManagedResources(ctx context.Context, params *ListManagedResourcesInput, ...) (*ListManagedResourcesOutput, error)
- func (c *Client) ListZonalShifts(ctx context.Context, params *ListZonalShiftsInput, optFns ...func(*Options)) (*ListZonalShiftsOutput, error)
- func (c *Client) StartZonalShift(ctx context.Context, params *StartZonalShiftInput, optFns ...func(*Options)) (*StartZonalShiftOutput, error)
- func (c *Client) UpdateZonalShift(ctx context.Context, params *UpdateZonalShiftInput, optFns ...func(*Options)) (*UpdateZonalShiftOutput, error)
- type EndpointResolver
- type EndpointResolverFunc
- type EndpointResolverOptions
- type GetManagedResourceInput
- type GetManagedResourceOutput
- type HTTPClient
- type HTTPSignerV4
- type ListManagedResourcesAPIClient
- type ListManagedResourcesInput
- type ListManagedResourcesOutput
- type ListManagedResourcesPaginator
- type ListManagedResourcesPaginatorOptions
- type ListZonalShiftsAPIClient
- type ListZonalShiftsInput
- type ListZonalShiftsOutput
- type ListZonalShiftsPaginator
- type ListZonalShiftsPaginatorOptions
- type Options
- type ResolveEndpoint
- type StartZonalShiftInput
- type StartZonalShiftOutput
- type UpdateZonalShiftInput
- type UpdateZonalShiftOutput
Constants ¶
const ServiceAPIVersion = "2022-10-30"
const ServiceID = "ARC Zonal Shift"
Variables ¶
This section is empty.
Functions ¶
func NewDefaultEndpointResolver ¶
func NewDefaultEndpointResolver() *internalendpoints.Resolver
NewDefaultEndpointResolver constructs a new service endpoint resolver
func WithAPIOptions ¶
func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
WithAPIOptions returns a functional option for setting the Client's APIOptions option.
func WithEndpointResolver ¶
func WithEndpointResolver(v EndpointResolver) func(*Options)
WithEndpointResolver returns a functional option for setting the Client's EndpointResolver option.
Types ¶
type CancelZonalShiftInput ¶
type CancelZonalShiftInput struct { // The internally-generated identifier of a zonal shift. // // This member is required. ZonalShiftId *string // contains filtered or unexported fields }
type CancelZonalShiftOutput ¶
type CancelZonalShiftOutput struct { // The Availability Zone that traffic is moved away from for a resource when you // start a zonal shift. Until the zonal shift expires or you cancel it, traffic for // the resource is instead moved to other Availability Zones in the AWS Region. // // This member is required. AwayFrom *string // A comment that you enter about the zonal shift. Only the latest comment is // retained; no comment history is maintained. A new comment overwrites any // existing comment string. // // This member is required. Comment *string // The expiry time (expiration time) for the zonal shift. A zonal shift is // temporary and must be set to expire when you start the zonal shift. You can // initially set a zonal shift to expire in a maximum of three days (72 hours). // However, you can update a zonal shift to set a new expiration at any time. When // you start a zonal shift, you specify how long you want it to be active, which // Route 53 ARC converts to an expiry time (expiration time). You can cancel a // zonal shift, for example, if you're ready to restore traffic to the Availability // Zone. Or you can update the zonal shift to specify another length of time to // expire in. // // This member is required. ExpiryTime *time.Time // The identifier for the resource to include in a zonal shift. The identifier is // the Amazon Resource Name (ARN) for the resource. At this time, you can only // start a zonal shift for Network Load Balancers and Application Load Balancers // with cross-zone load balancing turned off. // // This member is required. ResourceIdentifier *string // The time (UTC) when the zonal shift is started. // // This member is required. StartTime *time.Time // A status for a zonal shift. The Status for a zonal shift can have one of the // following values: // - ACTIVE: The zonal shift is started and active. // - EXPIRED: The zonal shift has expired (the expiry time was exceeded). // - CANCELED: The zonal shift was canceled. // // This member is required. Status types.ZonalShiftStatus // The identifier of a zonal shift. // // This member is required. ZonalShiftId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides the API client to make operations call for AWS ARC - Zonal Shift.
func New ¶
New returns an initialized Client based on the functional options. Provide additional functional options to further configure the behavior of the client, such as changing the client's endpoint or adding custom middleware behavior.
func NewFromConfig ¶
NewFromConfig returns a new client from the provided config.
func (*Client) CancelZonalShift ¶
func (c *Client) CancelZonalShift(ctx context.Context, params *CancelZonalShiftInput, optFns ...func(*Options)) (*CancelZonalShiftOutput, error)
Cancel a zonal shift in Amazon Route 53 Application Recovery Controller that you've started for a resource in your AWS account in an AWS Region.
func (*Client) GetManagedResource ¶
func (c *Client) GetManagedResource(ctx context.Context, params *GetManagedResourceInput, optFns ...func(*Options)) (*GetManagedResourceOutput, error)
Get information about a resource that's been registered for zonal shifts with Amazon Route 53 Application Recovery Controller in this AWS Region. Resources that are registered for zonal shifts are managed resources in Route 53 ARC. At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
func (*Client) ListManagedResources ¶
func (c *Client) ListManagedResources(ctx context.Context, params *ListManagedResourcesInput, optFns ...func(*Options)) (*ListManagedResourcesOutput, error)
Lists all the resources in your AWS account in this AWS Region that are managed for zonal shifts in Amazon Route 53 Application Recovery Controller, and information about them. The information includes their Amazon Resource Names (ARNs), the Availability Zones the resources are deployed in, and the resource name.
func (*Client) ListZonalShifts ¶
func (c *Client) ListZonalShifts(ctx context.Context, params *ListZonalShiftsInput, optFns ...func(*Options)) (*ListZonalShiftsOutput, error)
Lists all the active zonal shifts in Amazon Route 53 Application Recovery Controller in your AWS account in this AWS Region.
func (*Client) StartZonalShift ¶
func (c *Client) StartZonalShift(ctx context.Context, params *StartZonalShiftInput, optFns ...func(*Options)) (*StartZonalShiftOutput, error)
You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in a AWS Region, to help your application recover immediately, for example, from a developer's bad code deployment or from an AWS infrastructure failure in a single Availability Zone. You can start a zonal shift in Route 53 ARC only for managed resources in your account in an AWS Region. Resources are automatically registered with Route 53 ARC by AWS services. At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off. When you start a zonal shift, traffic for the resource is no longer routed to the Availability Zone. The zonal shift is created immediately in Route 53 ARC. However, it can take a short time, typically up to a few minutes, for existing, in-progress connections in the Availability Zone to complete. For more information, see Zonal shift (https://docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-shift.html) in the Amazon Route 53 Application Recovery Controller Developer Guide.
func (*Client) UpdateZonalShift ¶
func (c *Client) UpdateZonalShift(ctx context.Context, params *UpdateZonalShiftInput, optFns ...func(*Options)) (*UpdateZonalShiftOutput, error)
Update an active zonal shift in Amazon Route 53 Application Recovery Controller in your AWS account. You can update a zonal shift to set a new expiration, or edit or replace the comment for the zonal shift.
type EndpointResolver ¶
type EndpointResolver interface {
ResolveEndpoint(region string, options EndpointResolverOptions) (aws.Endpoint, error)
}
EndpointResolver interface for resolving service endpoints.
func EndpointResolverFromURL ¶
func EndpointResolverFromURL(url string, optFns ...func(*aws.Endpoint)) EndpointResolver
EndpointResolverFromURL returns an EndpointResolver configured using the provided endpoint url. By default, the resolved endpoint resolver uses the client region as signing region, and the endpoint source is set to EndpointSourceCustom.You can provide functional options to configure endpoint values for the resolved endpoint.
type EndpointResolverFunc ¶
type EndpointResolverFunc func(region string, options EndpointResolverOptions) (aws.Endpoint, error)
EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface. This is useful when you want to add additional endpoint resolving logic, or stub out specific endpoints with custom values.
func (EndpointResolverFunc) ResolveEndpoint ¶
func (fn EndpointResolverFunc) ResolveEndpoint(region string, options EndpointResolverOptions) (endpoint aws.Endpoint, err error)
type EndpointResolverOptions ¶
type EndpointResolverOptions = internalendpoints.Options
EndpointResolverOptions is the service endpoint resolver options
type GetManagedResourceInput ¶
type GetManagedResourceInput struct { // The identifier for the resource to include in a zonal shift. The identifier is // the Amazon Resource Name (ARN) for the resource. At this time, you can only // start a zonal shift for Network Load Balancers and Application Load Balancers // with cross-zone load balancing turned off. // // This member is required. ResourceIdentifier *string // contains filtered or unexported fields }
type GetManagedResourceOutput ¶
type GetManagedResourceOutput struct { // A collection of key-value pairs that indicate whether resources are active in // Availability Zones or not. The key name is the Availability Zone where the // resource is deployed. The value is 1 or 0. // // This member is required. AppliedWeights map[string]float32 // The zonal shifts that are currently active for a resource. // // This member is required. ZonalShifts []types.ZonalShiftInResource // The Amazon Resource Name (ARN) for the resource. Arn *string // The name of the resource. Name *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HTTPSignerV4 ¶
type ListManagedResourcesAPIClient ¶
type ListManagedResourcesAPIClient interface {
ListManagedResources(context.Context, *ListManagedResourcesInput, ...func(*Options)) (*ListManagedResourcesOutput, error)
}
ListManagedResourcesAPIClient is a client that implements the ListManagedResources operation.
type ListManagedResourcesInput ¶
type ListManagedResourcesInput struct { // The number of objects that you want to return with this call. MaxResults *int32 // Specifies that you want to receive the next page of results. Valid only if you // received a NextToken response in the previous request. If you did, it indicates // that more output is available. Set this parameter to the value provided by the // previous call's NextToken response to request the next page of results. NextToken *string // contains filtered or unexported fields }
type ListManagedResourcesOutput ¶
type ListManagedResourcesOutput struct { // The items in the response list. // // This member is required. Items []types.ManagedResourceSummary // Specifies that you want to receive the next page of results. Valid only if you // received a NextToken response in the previous request. If you did, it indicates // that more output is available. Set this parameter to the value provided by the // previous call's NextToken response to request the next page of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListManagedResourcesPaginator ¶
type ListManagedResourcesPaginator struct {
// contains filtered or unexported fields
}
ListManagedResourcesPaginator is a paginator for ListManagedResources
func NewListManagedResourcesPaginator ¶
func NewListManagedResourcesPaginator(client ListManagedResourcesAPIClient, params *ListManagedResourcesInput, optFns ...func(*ListManagedResourcesPaginatorOptions)) *ListManagedResourcesPaginator
NewListManagedResourcesPaginator returns a new ListManagedResourcesPaginator
func (*ListManagedResourcesPaginator) HasMorePages ¶
func (p *ListManagedResourcesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListManagedResourcesPaginator) NextPage ¶
func (p *ListManagedResourcesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListManagedResourcesOutput, error)
NextPage retrieves the next ListManagedResources page.
type ListManagedResourcesPaginatorOptions ¶
type ListManagedResourcesPaginatorOptions struct { // The number of objects that you want to return with this call. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListManagedResourcesPaginatorOptions is the paginator options for ListManagedResources
type ListZonalShiftsAPIClient ¶
type ListZonalShiftsAPIClient interface {
ListZonalShifts(context.Context, *ListZonalShiftsInput, ...func(*Options)) (*ListZonalShiftsOutput, error)
}
ListZonalShiftsAPIClient is a client that implements the ListZonalShifts operation.
type ListZonalShiftsInput ¶
type ListZonalShiftsInput struct { // The number of objects that you want to return with this call. MaxResults *int32 // Specifies that you want to receive the next page of results. Valid only if you // received a NextToken response in the previous request. If you did, it indicates // that more output is available. Set this parameter to the value provided by the // previous call's NextToken response to request the next page of results. NextToken *string // A status for a zonal shift. The Status for a zonal shift can have one of the // following values: // - ACTIVE: The zonal shift is started and active. // - EXPIRED: The zonal shift has expired (the expiry time was exceeded). // - CANCELED: The zonal shift was canceled. Status types.ZonalShiftStatus // contains filtered or unexported fields }
type ListZonalShiftsOutput ¶
type ListZonalShiftsOutput struct { // The items in the response list. Items []types.ZonalShiftSummary // Specifies that you want to receive the next page of results. Valid only if you // received a NextToken response in the previous request. If you did, it indicates // that more output is available. Set this parameter to the value provided by the // previous call's NextToken response to request the next page of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListZonalShiftsPaginator ¶
type ListZonalShiftsPaginator struct {
// contains filtered or unexported fields
}
ListZonalShiftsPaginator is a paginator for ListZonalShifts
func NewListZonalShiftsPaginator ¶
func NewListZonalShiftsPaginator(client ListZonalShiftsAPIClient, params *ListZonalShiftsInput, optFns ...func(*ListZonalShiftsPaginatorOptions)) *ListZonalShiftsPaginator
NewListZonalShiftsPaginator returns a new ListZonalShiftsPaginator
func (*ListZonalShiftsPaginator) HasMorePages ¶
func (p *ListZonalShiftsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListZonalShiftsPaginator) NextPage ¶
func (p *ListZonalShiftsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListZonalShiftsOutput, error)
NextPage retrieves the next ListZonalShifts page.
type ListZonalShiftsPaginatorOptions ¶
type ListZonalShiftsPaginatorOptions struct { // The number of objects that you want to return with this call. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListZonalShiftsPaginatorOptions is the paginator options for ListZonalShifts
type Options ¶
type Options struct { // Set of options to modify how an operation is invoked. These apply to all // operations invoked for this client. Use functional options on operation call to // modify this list for per operation behavior. APIOptions []func(*middleware.Stack) error // Configures the events that will be sent to the configured logger. ClientLogMode aws.ClientLogMode // The credentials object to use when signing requests. Credentials aws.CredentialsProvider // The configuration DefaultsMode that the SDK should use when constructing the // clients initial default settings. DefaultsMode aws.DefaultsMode // The endpoint options to be used when attempting to resolve an endpoint. EndpointOptions EndpointResolverOptions // The service endpoint resolver. EndpointResolver EndpointResolver // Signature Version 4 (SigV4) Signer HTTPSignerV4 HTTPSignerV4 // The logger writer interface to write logging messages to. Logger logging.Logger // The region to send requests to. (Required) Region string // RetryMaxAttempts specifies the maximum number attempts an API client will call // an operation that fails with a retryable error. A value of 0 is ignored, and // will not be used to configure the API client created default retryer, or modify // per operation call's retry max attempts. When creating a new API Clients this // member will only be used if the Retryer Options member is nil. This value will // be ignored if Retryer is not nil. If specified in an operation call's functional // options with a value that is different than the constructed client's Options, // the Client's Retryer will be wrapped to use the operation's specific // RetryMaxAttempts value. RetryMaxAttempts int // RetryMode specifies the retry mode the API client will be created with, if // Retryer option is not also specified. When creating a new API Clients this // member will only be used if the Retryer Options member is nil. This value will // be ignored if Retryer is not nil. Currently does not support per operation call // overrides, may in the future. RetryMode aws.RetryMode // Retryer guides how HTTP requests should be retried in case of recoverable // failures. When nil the API client will use a default retryer. The kind of // default retry created by the API client can be changed with the RetryMode // option. Retryer aws.Retryer // The RuntimeEnvironment configuration, only populated if the DefaultsMode is set // to DefaultsModeAuto and is initialized using config.LoadDefaultConfig . You // should not populate this structure programmatically, or rely on the values here // within your applications. RuntimeEnvironment aws.RuntimeEnvironment // The HTTP client to invoke API calls with. Defaults to client's default HTTP // implementation if nil. HTTPClient HTTPClient // contains filtered or unexported fields }
type ResolveEndpoint ¶
type ResolveEndpoint struct { Resolver EndpointResolver Options EndpointResolverOptions }
func (*ResolveEndpoint) HandleSerialize ¶
func (m *ResolveEndpoint) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( out middleware.SerializeOutput, metadata middleware.Metadata, err error, )
func (*ResolveEndpoint) ID ¶
func (*ResolveEndpoint) ID() string
type StartZonalShiftInput ¶
type StartZonalShiftInput struct { // The Availability Zone that traffic is moved away from for a resource when you // start a zonal shift. Until the zonal shift expires or you cancel it, traffic for // the resource is instead moved to other Availability Zones in the AWS Region. // // This member is required. AwayFrom *string // A comment that you enter about the zonal shift. Only the latest comment is // retained; no comment history is maintained. A new comment overwrites any // existing comment string. // // This member is required. Comment *string // The length of time that you want a zonal shift to be active, which Route 53 ARC // converts to an expiry time (expiration time). Zonal shifts are temporary. You // can set a zonal shift to be active initially for up to three days (72 hours). If // you want to still keep traffic away from an Availability Zone, you can update // the zonal shift and set a new expiration. You can also cancel a zonal shift, // before it expires, for example, if you're ready to restore traffic to the // Availability Zone. To set a length of time for a zonal shift to be active, // specify a whole number, and then one of the following, with no space: // - A lowercase letter m: To specify that the value is in minutes. // - A lowercase letter h: To specify that the value is in hours. // For example: 20h means the zonal shift expires in 20 hours. 120m means the // zonal shift expires in 120 minutes (2 hours). // // This member is required. ExpiresIn *string // The identifier for the resource to include in a zonal shift. The identifier is // the Amazon Resource Name (ARN) for the resource. At this time, you can only // start a zonal shift for Network Load Balancers and Application Load Balancers // with cross-zone load balancing turned off. // // This member is required. ResourceIdentifier *string // contains filtered or unexported fields }
type StartZonalShiftOutput ¶
type StartZonalShiftOutput struct { // The Availability Zone that traffic is moved away from for a resource when you // start a zonal shift. Until the zonal shift expires or you cancel it, traffic for // the resource is instead moved to other Availability Zones in the AWS Region. // // This member is required. AwayFrom *string // A comment that you enter about the zonal shift. Only the latest comment is // retained; no comment history is maintained. A new comment overwrites any // existing comment string. // // This member is required. Comment *string // The expiry time (expiration time) for the zonal shift. A zonal shift is // temporary and must be set to expire when you start the zonal shift. You can // initially set a zonal shift to expire in a maximum of three days (72 hours). // However, you can update a zonal shift to set a new expiration at any time. When // you start a zonal shift, you specify how long you want it to be active, which // Route 53 ARC converts to an expiry time (expiration time). You can cancel a // zonal shift, for example, if you're ready to restore traffic to the Availability // Zone. Or you can update the zonal shift to specify another length of time to // expire in. // // This member is required. ExpiryTime *time.Time // The identifier for the resource to include in a zonal shift. The identifier is // the Amazon Resource Name (ARN) for the resource. At this time, you can only // start a zonal shift for Network Load Balancers and Application Load Balancers // with cross-zone load balancing turned off. // // This member is required. ResourceIdentifier *string // The time (UTC) when the zonal shift is started. // // This member is required. StartTime *time.Time // A status for a zonal shift. The Status for a zonal shift can have one of the // following values: // - ACTIVE: The zonal shift is started and active. // - EXPIRED: The zonal shift has expired (the expiry time was exceeded). // - CANCELED: The zonal shift was canceled. // // This member is required. Status types.ZonalShiftStatus // The identifier of a zonal shift. // // This member is required. ZonalShiftId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateZonalShiftInput ¶
type UpdateZonalShiftInput struct { // The identifier of a zonal shift. // // This member is required. ZonalShiftId *string // A comment that you enter about the zonal shift. Only the latest comment is // retained; no comment history is maintained. A new comment overwrites any // existing comment string. Comment *string // The length of time that you want a zonal shift to be active, which Route 53 ARC // converts to an expiry time (expiration time). Zonal shifts are temporary. You // can set a zonal shift to be active initially for up to three days (72 hours). If // you want to still keep traffic away from an Availability Zone, you can update // the zonal shift and set a new expiration. You can also cancel a zonal shift, // before it expires, for example, if you're ready to restore traffic to the // Availability Zone. To set a length of time for a zonal shift to be active, // specify a whole number, and then one of the following, with no space: // - A lowercase letter m: To specify that the value is in minutes. // - A lowercase letter h: To specify that the value is in hours. // For example: 20h means the zonal shift expires in 20 hours. 120m means the // zonal shift expires in 120 minutes (2 hours). ExpiresIn *string // contains filtered or unexported fields }
type UpdateZonalShiftOutput ¶
type UpdateZonalShiftOutput struct { // The Availability Zone that traffic is moved away from for a resource when you // start a zonal shift. Until the zonal shift expires or you cancel it, traffic for // the resource is instead moved to other Availability Zones in the AWS Region. // // This member is required. AwayFrom *string // A comment that you enter about the zonal shift. Only the latest comment is // retained; no comment history is maintained. A new comment overwrites any // existing comment string. // // This member is required. Comment *string // The expiry time (expiration time) for the zonal shift. A zonal shift is // temporary and must be set to expire when you start the zonal shift. You can // initially set a zonal shift to expire in a maximum of three days (72 hours). // However, you can update a zonal shift to set a new expiration at any time. When // you start a zonal shift, you specify how long you want it to be active, which // Route 53 ARC converts to an expiry time (expiration time). You can cancel a // zonal shift, for example, if you're ready to restore traffic to the Availability // Zone. Or you can update the zonal shift to specify another length of time to // expire in. // // This member is required. ExpiryTime *time.Time // The identifier for the resource to include in a zonal shift. The identifier is // the Amazon Resource Name (ARN) for the resource. At this time, you can only // start a zonal shift for Network Load Balancers and Application Load Balancers // with cross-zone load balancing turned off. // // This member is required. ResourceIdentifier *string // The time (UTC) when the zonal shift is started. // // This member is required. StartTime *time.Time // A status for a zonal shift. The Status for a zonal shift can have one of the // following values: // - ACTIVE: The zonal shift is started and active. // - EXPIRED: The zonal shift has expired (the expiry time was exceeded). // - CANCELED: The zonal shift was canceled. // // This member is required. Status types.ZonalShiftStatus // The identifier of a zonal shift. // // This member is required. ZonalShiftId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }