-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
doc.go
59 lines (58 loc) · 3.17 KB
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package arczonalshift provides the client and types for making API
// requests to AWS ARC - Zonal Shift.
//
// Welcome to the Zonal Shift API Reference Guide for Amazon Route 53 Application
// Recovery Controller (Route 53 ARC).
//
// You can start a zonal shift to move traffic for a load balancer resource
// away from an Availability Zone to help your application recover quickly from
// an impairment in an Availability Zone. For example, you can recover your
// application from a developer's bad code deployment or from an Amazon Web
// Services infrastructure failure in a single Availability Zone.
//
// You can also configure zonal autoshift for a load balancer resource. Zonal
// autoshift is a capability in Route 53 ARC where Amazon Web Services shifts
// away application resource traffic from an Availability Zone, on your behalf,
// to help reduce your time to recovery during events. Amazon Web Services shifts
// away traffic for resources that are enabled for zonal autoshift whenever
// Amazon Web Services determines that there's an issue in the Availability
// Zone that could potentially affect customers.
//
// To ensure that zonal autoshift is safe for your application, you must also
// configure practice runs when you enable zonal autoshift for a resource. Practice
// runs start weekly zonal shifts for a resource, to shift traffic for the resource
// out of an Availability Zone. Practice runs make sure, on a regular basis,
// that you have enough capacity in all the Availability Zones in an Amazon
// Web Services Region for your application to continue to operate normally
// when traffic for a resource is shifted away from one Availability Zone.
//
// You must prescale resource capacity in all Availability Zones in the Region
// where your application is deployed, before you configure practice runs or
// enable zonal autoshift for a resource. You should not rely on scaling on
// demand when an autoshift or practice run starts.
//
// For more information about using zonal shift and zonal autoshift, see the
// Amazon Route 53 Application Recovery Controller Developer Guide (https://docs.aws.amazon.com/r53recovery/latest/dg/what-is-route53-recovery.html).
//
// See https://docs.aws.amazon.com/goto/WebAPI/arc-zonal-shift-2022-10-30 for more information on this service.
//
// See arczonalshift package documentation for more information.
// https://docs.aws.amazon.com/sdk-for-go/api/service/arczonalshift/
//
// # Using the Client
//
// To contact AWS ARC - Zonal Shift with the SDK use the New function to create
// a new service client. With that client you can make API requests to the service.
// These clients are safe to use concurrently.
//
// See the SDK's documentation for more information on how to use the SDK.
// https://docs.aws.amazon.com/sdk-for-go/api/
//
// See aws.Config documentation for more information on configuring SDK clients.
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
//
// See the AWS ARC - Zonal Shift client ARCZonalShift for more
// information on creating client for this service.
// https://docs.aws.amazon.com/sdk-for-go/api/service/arczonalshift/#New
package arczonalshift