aws-sdk 2.1658.0 → 2.1660.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,11 +20,11 @@ declare class ARCZonalShift extends Service {
20
20
  */
21
21
  cancelZonalShift(callback?: (err: AWSError, data: ARCZonalShift.Types.ZonalShift) => void): Request<ARCZonalShift.Types.ZonalShift, AWSError>;
22
22
  /**
23
- * A practice run configuration for zonal autoshift is required when you enable zonal autoshift. A practice run configuration includes specifications for blocked dates and blocked time windows, and for Amazon CloudWatch alarms that you create to use with practice runs. The alarms that you specify are an outcome alarm, to monitor application health during practice runs and, optionally, a blocking alarm, to block practice runs from starting. For more information, see Considerations when you configure zonal autoshift in the Amazon Route 53 Application Recovery Controller Developer Guide.
23
+ * A practice run configuration for zonal autoshift is required when you enable zonal autoshift. A practice run configuration includes specifications for blocked dates and blocked time windows, and for Amazon CloudWatch alarms that you create to use with practice runs. The alarms that you specify are an outcome alarm, to monitor application health during practice runs and, optionally, a blocking alarm, to block practice runs from starting. When a resource has a practice run configuration, Route 53 ARC starts zonal shifts for the resource weekly, to shift traffic for practice runs. Practice runs help you to ensure that shifting away traffic from an Availability Zone during an autoshift is safe for your application. For more information, see Considerations when you configure zonal autoshift in the Amazon Route 53 Application Recovery Controller Developer Guide.
24
24
  */
25
25
  createPracticeRunConfiguration(params: ARCZonalShift.Types.CreatePracticeRunConfigurationRequest, callback?: (err: AWSError, data: ARCZonalShift.Types.CreatePracticeRunConfigurationResponse) => void): Request<ARCZonalShift.Types.CreatePracticeRunConfigurationResponse, AWSError>;
26
26
  /**
27
- * A practice run configuration for zonal autoshift is required when you enable zonal autoshift. A practice run configuration includes specifications for blocked dates and blocked time windows, and for Amazon CloudWatch alarms that you create to use with practice runs. The alarms that you specify are an outcome alarm, to monitor application health during practice runs and, optionally, a blocking alarm, to block practice runs from starting. For more information, see Considerations when you configure zonal autoshift in the Amazon Route 53 Application Recovery Controller Developer Guide.
27
+ * A practice run configuration for zonal autoshift is required when you enable zonal autoshift. A practice run configuration includes specifications for blocked dates and blocked time windows, and for Amazon CloudWatch alarms that you create to use with practice runs. The alarms that you specify are an outcome alarm, to monitor application health during practice runs and, optionally, a blocking alarm, to block practice runs from starting. When a resource has a practice run configuration, Route 53 ARC starts zonal shifts for the resource weekly, to shift traffic for practice runs. Practice runs help you to ensure that shifting away traffic from an Availability Zone during an autoshift is safe for your application. For more information, see Considerations when you configure zonal autoshift in the Amazon Route 53 Application Recovery Controller Developer Guide.
28
28
  */
29
29
  createPracticeRunConfiguration(callback?: (err: AWSError, data: ARCZonalShift.Types.CreatePracticeRunConfigurationResponse) => void): Request<ARCZonalShift.Types.CreatePracticeRunConfigurationResponse, AWSError>;
30
30
  /**
@@ -35,6 +35,14 @@ declare class ARCZonalShift extends Service {
35
35
  * Deletes the practice run configuration for a resource. Before you can delete a practice run configuration for a resource., you must disable zonal autoshift for the resource. Practice runs must be configured for zonal autoshift to be enabled.
36
36
  */
37
37
  deletePracticeRunConfiguration(callback?: (err: AWSError, data: ARCZonalShift.Types.DeletePracticeRunConfigurationResponse) => void): Request<ARCZonalShift.Types.DeletePracticeRunConfigurationResponse, AWSError>;
38
+ /**
39
+ * Returns the status of autoshift observer notification. Autoshift observer notification enables you to be notified, through Amazon EventBridge, when there is an autoshift event for zonal autoshift. If the status is ENABLED, Route 53 ARC includes all autoshift events when you use the EventBridge pattern Autoshift In Progress. When the status is DISABLED, Route 53 ARC includes only autoshift events for autoshifts when one or more of your resources is included in the autoshift. For more information, see Notifications for practice runs and autoshifts in the Amazon Route 53 Application Recovery Controller Developer Guide.
40
+ */
41
+ getAutoshiftObserverNotificationStatus(params: ARCZonalShift.Types.GetAutoshiftObserverNotificationStatusRequest, callback?: (err: AWSError, data: ARCZonalShift.Types.GetAutoshiftObserverNotificationStatusResponse) => void): Request<ARCZonalShift.Types.GetAutoshiftObserverNotificationStatusResponse, AWSError>;
42
+ /**
43
+ * Returns the status of autoshift observer notification. Autoshift observer notification enables you to be notified, through Amazon EventBridge, when there is an autoshift event for zonal autoshift. If the status is ENABLED, Route 53 ARC includes all autoshift events when you use the EventBridge pattern Autoshift In Progress. When the status is DISABLED, Route 53 ARC includes only autoshift events for autoshifts when one or more of your resources is included in the autoshift. For more information, see Notifications for practice runs and autoshifts in the Amazon Route 53 Application Recovery Controller Developer Guide.
44
+ */
45
+ getAutoshiftObserverNotificationStatus(callback?: (err: AWSError, data: ARCZonalShift.Types.GetAutoshiftObserverNotificationStatusResponse) => void): Request<ARCZonalShift.Types.GetAutoshiftObserverNotificationStatusResponse, AWSError>;
38
46
  /**
39
47
  * Get information about a resource that's been registered for zonal shifts with Amazon Route 53 Application Recovery Controller in this Amazon Web Services Region. Resources that are registered for zonal shifts are managed resources in Route 53 ARC. You can start zonal shifts and configure zonal autoshift for managed resources. At this time, you can only start a zonal shift or configure zonal autoshift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
40
48
  */
@@ -44,11 +52,11 @@ declare class ARCZonalShift extends Service {
44
52
  */
45
53
  getManagedResource(callback?: (err: AWSError, data: ARCZonalShift.Types.GetManagedResourceResponse) => void): Request<ARCZonalShift.Types.GetManagedResourceResponse, AWSError>;
46
54
  /**
47
- * Returns the active autoshifts for a specified resource.
55
+ * Returns a list of autoshifts for an Amazon Web Services Region. By default, the call returns only ACTIVE autoshifts. Optionally, you can specify the status parameter to return COMPLETED autoshifts.
48
56
  */
49
57
  listAutoshifts(params: ARCZonalShift.Types.ListAutoshiftsRequest, callback?: (err: AWSError, data: ARCZonalShift.Types.ListAutoshiftsResponse) => void): Request<ARCZonalShift.Types.ListAutoshiftsResponse, AWSError>;
50
58
  /**
51
- * Returns the active autoshifts for a specified resource.
59
+ * Returns a list of autoshifts for an Amazon Web Services Region. By default, the call returns only ACTIVE autoshifts. Optionally, you can specify the status parameter to return COMPLETED autoshifts.
52
60
  */
53
61
  listAutoshifts(callback?: (err: AWSError, data: ARCZonalShift.Types.ListAutoshiftsResponse) => void): Request<ARCZonalShift.Types.ListAutoshiftsResponse, AWSError>;
54
62
  /**
@@ -60,11 +68,11 @@ declare class ARCZonalShift extends Service {
60
68
  */
61
69
  listManagedResources(callback?: (err: AWSError, data: ARCZonalShift.Types.ListManagedResourcesResponse) => void): Request<ARCZonalShift.Types.ListManagedResourcesResponse, AWSError>;
62
70
  /**
63
- * Lists all active and completed zonal shifts in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account in this Amazon Web Services Region. ListZonalShifts returns customer-started zonal shifts, as well as practice run zonal shifts that Route 53 ARC started on your behalf for zonal autoshift. The ListZonalShifts operation does not list autoshifts. For more information about listing autoshifts, see "&gt;ListAutoshifts.
71
+ * Lists all active and completed zonal shifts in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account in this Amazon Web Services Region. ListZonalShifts returns customer-initiated zonal shifts, as well as practice run zonal shifts that Route 53 ARC started on your behalf for zonal autoshift. The ListZonalShifts operation does not list autoshifts. For more information about listing autoshifts, see "&gt;ListAutoshifts.
64
72
  */
65
73
  listZonalShifts(params: ARCZonalShift.Types.ListZonalShiftsRequest, callback?: (err: AWSError, data: ARCZonalShift.Types.ListZonalShiftsResponse) => void): Request<ARCZonalShift.Types.ListZonalShiftsResponse, AWSError>;
66
74
  /**
67
- * Lists all active and completed zonal shifts in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account in this Amazon Web Services Region. ListZonalShifts returns customer-started zonal shifts, as well as practice run zonal shifts that Route 53 ARC started on your behalf for zonal autoshift. The ListZonalShifts operation does not list autoshifts. For more information about listing autoshifts, see "&gt;ListAutoshifts.
75
+ * Lists all active and completed zonal shifts in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account in this Amazon Web Services Region. ListZonalShifts returns customer-initiated zonal shifts, as well as practice run zonal shifts that Route 53 ARC started on your behalf for zonal autoshift. The ListZonalShifts operation does not list autoshifts. For more information about listing autoshifts, see "&gt;ListAutoshifts.
68
76
  */
69
77
  listZonalShifts(callback?: (err: AWSError, data: ARCZonalShift.Types.ListZonalShiftsResponse) => void): Request<ARCZonalShift.Types.ListZonalShiftsResponse, AWSError>;
70
78
  /**
@@ -75,6 +83,14 @@ declare class ARCZonalShift extends Service {
75
83
  * You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in an Amazon Web Services Region, to help your application recover immediately, for example, from a developer's bad code deployment or from an Amazon Web Services infrastructure failure in a single Availability Zone. You can start a zonal shift in Route 53 ARC only for managed resources in your Amazon Web Services account in an Amazon Web Services Region. Resources are automatically registered with Route 53 ARC by Amazon Web Services 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 in the Amazon Route 53 Application Recovery Controller Developer Guide.
76
84
  */
77
85
  startZonalShift(callback?: (err: AWSError, data: ARCZonalShift.Types.ZonalShift) => void): Request<ARCZonalShift.Types.ZonalShift, AWSError>;
86
+ /**
87
+ * Update the status of autoshift observer notification. Autoshift observer notification enables you to be notified, through Amazon EventBridge, when there is an autoshift event for zonal autoshift. If the status is ENABLED, Route 53 ARC includes all autoshift events when you use the EventBridge pattern Autoshift In Progress. When the status is DISABLED, Route 53 ARC includes only autoshift events for autoshifts when one or more of your resources is included in the autoshift. For more information, see Notifications for practice runs and autoshifts in the Amazon Route 53 Application Recovery Controller Developer Guide.
88
+ */
89
+ updateAutoshiftObserverNotificationStatus(params: ARCZonalShift.Types.UpdateAutoshiftObserverNotificationStatusRequest, callback?: (err: AWSError, data: ARCZonalShift.Types.UpdateAutoshiftObserverNotificationStatusResponse) => void): Request<ARCZonalShift.Types.UpdateAutoshiftObserverNotificationStatusResponse, AWSError>;
90
+ /**
91
+ * Update the status of autoshift observer notification. Autoshift observer notification enables you to be notified, through Amazon EventBridge, when there is an autoshift event for zonal autoshift. If the status is ENABLED, Route 53 ARC includes all autoshift events when you use the EventBridge pattern Autoshift In Progress. When the status is DISABLED, Route 53 ARC includes only autoshift events for autoshifts when one or more of your resources is included in the autoshift. For more information, see Notifications for practice runs and autoshifts in the Amazon Route 53 Application Recovery Controller Developer Guide.
92
+ */
93
+ updateAutoshiftObserverNotificationStatus(callback?: (err: AWSError, data: ARCZonalShift.Types.UpdateAutoshiftObserverNotificationStatusResponse) => void): Request<ARCZonalShift.Types.UpdateAutoshiftObserverNotificationStatusResponse, AWSError>;
78
94
  /**
79
95
  * Update a practice run configuration to change one or more of the following: add, change, or remove the blocking alarm; change the outcome alarm; or add, change, or remove blocking dates or time windows.
80
96
  */
@@ -84,11 +100,11 @@ declare class ARCZonalShift extends Service {
84
100
  */
85
101
  updatePracticeRunConfiguration(callback?: (err: AWSError, data: ARCZonalShift.Types.UpdatePracticeRunConfigurationResponse) => void): Request<ARCZonalShift.Types.UpdatePracticeRunConfigurationResponse, AWSError>;
86
102
  /**
87
- * You can update the zonal autoshift status for a resource, to enable or disable zonal autoshift. When zonal autoshift is ENABLED, Amazon Web Services shifts away resource traffic from an Availability Zone, on your behalf, when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers.
103
+ * The zonal autoshift configuration for a resource includes the practice run configuration and the status for running autoshifts, zonal autoshift status. When a resource has a practice run configuation, Route 53 ARC starts weekly zonal shifts for the resource, to shift traffic away from an Availability Zone. Weekly practice runs help you to make sure that your application can continue to operate normally with the loss of one Availability Zone. You can update the zonal autoshift autoshift status to enable or disable zonal autoshift. When zonal autoshift is ENABLED, you authorize Amazon Web Services to shift away resource traffic for an application from an Availability Zone during events, on your behalf, to help reduce time to recovery. Traffic is also shifted away for the required weekly practice runs.
88
104
  */
89
105
  updateZonalAutoshiftConfiguration(params: ARCZonalShift.Types.UpdateZonalAutoshiftConfigurationRequest, callback?: (err: AWSError, data: ARCZonalShift.Types.UpdateZonalAutoshiftConfigurationResponse) => void): Request<ARCZonalShift.Types.UpdateZonalAutoshiftConfigurationResponse, AWSError>;
90
106
  /**
91
- * You can update the zonal autoshift status for a resource, to enable or disable zonal autoshift. When zonal autoshift is ENABLED, Amazon Web Services shifts away resource traffic from an Availability Zone, on your behalf, when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers.
107
+ * The zonal autoshift configuration for a resource includes the practice run configuration and the status for running autoshifts, zonal autoshift status. When a resource has a practice run configuation, Route 53 ARC starts weekly zonal shifts for the resource, to shift traffic away from an Availability Zone. Weekly practice runs help you to make sure that your application can continue to operate normally with the loss of one Availability Zone. You can update the zonal autoshift autoshift status to enable or disable zonal autoshift. When zonal autoshift is ENABLED, you authorize Amazon Web Services to shift away resource traffic for an application from an Availability Zone during events, on your behalf, to help reduce time to recovery. Traffic is also shifted away for the required weekly practice runs.
92
108
  */
93
109
  updateZonalAutoshiftConfiguration(callback?: (err: AWSError, data: ARCZonalShift.Types.UpdateZonalAutoshiftConfigurationResponse) => void): Request<ARCZonalShift.Types.UpdateZonalAutoshiftConfigurationResponse, AWSError>;
94
110
  /**
@@ -107,11 +123,11 @@ declare namespace ARCZonalShift {
107
123
  export type AutoshiftExecutionStatus = "ACTIVE"|"COMPLETED"|string;
108
124
  export interface AutoshiftInResource {
109
125
  /**
110
- * The appliedStatus field specifies which application traffic shift is in effect for a resource when there is more than one traffic shift active. There can be more than one application traffic shift in progress at the same time - that is, practice run zonal shifts, customer-started zonal shifts, or an autoshift. The appliedStatus field for an autoshift for a resource can have one of two values: APPLIED or NOT_APPLIED. The zonal shift or autoshift that is currently in effect for the resource has an applied status set to APPLIED. The overall principle for precedence is that zonal shifts that you start as a customer take precedence autoshifts, which take precedence over practice runs. That is, customer-started zonal shifts &gt; autoshifts &gt; practice run zonal shifts. For more information, see How zonal autoshift and practice runs work in the Amazon Route 53 Application Recovery Controller Developer Guide.
126
+ * The appliedStatus field specifies which application traffic shift is in effect for a resource when there is more than one active traffic shift. There can be more than one application traffic shift in progress at the same time - that is, practice run zonal shifts, customer-initiated zonal shifts, or an autoshift. The appliedStatus field for a shift that is in progress for a resource can have one of two values: APPLIED or NOT_APPLIED. The zonal shift or autoshift that is currently in effect for the resource has an appliedStatus set to APPLIED. The overall principle for precedence is that zonal shifts that you start as a customer take precedence autoshifts, which take precedence over practice runs. That is, customer-initiated zonal shifts &gt; autoshifts &gt; practice run zonal shifts. For more information, see How zonal autoshift and practice runs work in the Amazon Route 53 Application Recovery Controller Developer Guide.
111
127
  */
112
128
  appliedStatus: AutoshiftAppliedStatus;
113
129
  /**
114
- * The Availability Zone that traffic is shifted away from for a resource, when Amazon Web Services starts an autoshift. Until the autoshift ends, traffic for the resource is instead directed to other Availability Zones in the Amazon Web Services Region. An autoshift can end for a resource, for example, when Amazon Web Services ends the autoshift for the Availability Zone or when you disable zonal autoshift for the resource.
130
+ * The Availability Zone (for example, use1-az1) that traffic is shifted away from for a resource, when Amazon Web Services starts an autoshift. Until the autoshift ends, traffic for the resource is instead directed to other Availability Zones in the Amazon Web Services Region. An autoshift can end for a resource, for example, when Amazon Web Services ends the autoshift for the Availability Zone or when you disable zonal autoshift for the resource.
115
131
  */
116
132
  awayFrom: AvailabilityZone;
117
133
  /**
@@ -119,10 +135,11 @@ declare namespace ARCZonalShift {
119
135
  */
120
136
  startTime: StartTime;
121
137
  }
138
+ export type AutoshiftObserverNotificationStatus = "ENABLED"|"DISABLED"|string;
122
139
  export type AutoshiftSummaries = AutoshiftSummary[];
123
140
  export interface AutoshiftSummary {
124
141
  /**
125
- * The Availability Zone that traffic is shifted away from for a resource when Amazon Web Services starts an autoshift. Until the autoshift ends, traffic for the resource is instead directed to other Availability Zones in the Amazon Web Services Region. An autoshift can end for a resource, for example, when Amazon Web Services ends the autoshift for the Availability Zone or when you disable zonal autoshift for the resource.
142
+ * The Availability Zone (for example, use1-az1) that traffic is shifted away from for a resource when Amazon Web Services starts an autoshift. Until the autoshift ends, traffic for the resource is instead directed to other Availability Zones in the Amazon Web Services Region. An autoshift can end for a resource, for example, when Amazon Web Services ends the autoshift for the Availability Zone or when you disable zonal autoshift for the resource.
126
143
  */
127
144
  awayFrom: AvailabilityZone;
128
145
  /**
@@ -153,11 +170,11 @@ declare namespace ARCZonalShift {
153
170
  }
154
171
  export interface ControlCondition {
155
172
  /**
156
- * The Amazon Resource Name (ARN) for the Amazon CloudWatch alarm that you specify as a control condition for a practice run.
173
+ * The Amazon Resource Name (ARN) for an Amazon CloudWatch alarm that you specify as a control condition for a practice run.
157
174
  */
158
175
  alarmIdentifier: ResourceArn;
159
176
  /**
160
- * The type of alarm specified for a practice run. The only valid value is CLOUDWATCH.
177
+ * The type of alarm specified for a practice run. You can only specify Amazon CloudWatch alarms for practice runs, so the only valid value is CLOUDWATCH.
161
178
  */
162
179
  type: ControlConditionType;
163
180
  }
@@ -181,7 +198,7 @@ declare namespace ARCZonalShift {
181
198
  */
182
199
  outcomeAlarms: ControlConditions;
183
200
  /**
184
- * The identifier of the resource to shift away traffic for when a practice run starts a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource. At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
201
+ * The identifier of the resource that Amazon Web Services shifts traffic for with a practice run zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource. At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
185
202
  */
186
203
  resourceIdentifier: ResourceIdentifier;
187
204
  }
@@ -199,7 +216,7 @@ declare namespace ARCZonalShift {
199
216
  */
200
217
  practiceRunConfiguration: PracticeRunConfiguration;
201
218
  /**
202
- * The status for zonal autoshift for a resource. When you specify the autoshift status as ENABLED, Amazon Web Services shifts traffic away from shifts away application resource traffic from an Availability Zone, on your behalf, when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers. When you enable zonal autoshift, you must also configure practice runs for the resource.
219
+ * The status for zonal autoshift for a resource. When you specify ENABLED for the autoshift status, Amazon Web Services shifts traffic away from shifts away application resource traffic from an Availability Zone, on your behalf, when internal telemetry indicates that there is an Availability Zone impairment that could potentially impact customers. When you enable zonal autoshift, you must also configure practice runs for the resource.
203
220
  */
204
221
  zonalAutoshiftStatus: ZonalAutoshiftStatus;
205
222
  }
@@ -225,9 +242,17 @@ declare namespace ARCZonalShift {
225
242
  }
226
243
  export type ExpiresIn = string;
227
244
  export type ExpiryTime = Date;
245
+ export interface GetAutoshiftObserverNotificationStatusRequest {
246
+ }
247
+ export interface GetAutoshiftObserverNotificationStatusResponse {
248
+ /**
249
+ * The status of autoshift observer notification. If the status is ENABLED, Route 53 ARC includes all autoshift events when you use the Amazon EventBridge pattern Autoshift In Progress. When the status is DISABLED, Route 53 ARC includes only autoshift events for autoshifts when one or more of your resources is included in the autoshift.
250
+ */
251
+ status: AutoshiftObserverNotificationStatus;
252
+ }
228
253
  export interface GetManagedResourceRequest {
229
254
  /**
230
- * The identifier for the resource to shift away traffic for. The identifier is the Amazon Resource Name (ARN) for the resource. At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
255
+ * The identifier for the resource that Amazon Web Services shifts traffic for. The identifier is the Amazon Resource Name (ARN) for the resource. At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
231
256
  */
232
257
  resourceIdentifier: ResourceIdentifier;
233
258
  }
@@ -394,7 +419,7 @@ declare namespace ARCZonalShift {
394
419
  export type StartTime = Date;
395
420
  export interface StartZonalShiftRequest {
396
421
  /**
397
- * 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 Amazon Web Services Region.
422
+ * The Availability Zone (for example, use1-az1) 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 Amazon Web Services Region.
398
423
  */
399
424
  awayFrom: AvailabilityZone;
400
425
  /**
@@ -406,11 +431,23 @@ declare namespace ARCZonalShift {
406
431
  */
407
432
  expiresIn: ExpiresIn;
408
433
  /**
409
- * The identifier for the resource to shift away traffic for. The identifier is the Amazon Resource Name (ARN) for the resource. At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
434
+ * The identifier for the resource that Amazon Web Services shifts traffic for. The identifier is the Amazon Resource Name (ARN) for the resource. At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
410
435
  */
411
436
  resourceIdentifier: ResourceIdentifier;
412
437
  }
413
438
  export type String = string;
439
+ export interface UpdateAutoshiftObserverNotificationStatusRequest {
440
+ /**
441
+ * The status to set for autoshift observer notification. If the status is ENABLED, Route 53 ARC includes all autoshift events when you use the Amazon EventBridge pattern Autoshift In Progress. When the status is DISABLED, Route 53 ARC includes only autoshift events for autoshifts when one or more of your resources is included in the autoshift.
442
+ */
443
+ status: AutoshiftObserverNotificationStatus;
444
+ }
445
+ export interface UpdateAutoshiftObserverNotificationStatusResponse {
446
+ /**
447
+ * The status for autoshift observer notification.
448
+ */
449
+ status: AutoshiftObserverNotificationStatus;
450
+ }
414
451
  export interface UpdatePracticeRunConfigurationRequest {
415
452
  /**
416
453
  * Add, change, or remove blocked dates for a practice run in zonal autoshift. Optionally, you can block practice runs for specific calendar dates. The format for blocked dates is: YYYY-MM-DD. Keep in mind, when you specify dates, that dates and times for practice runs are in UTC. Separate multiple blocked dates with spaces. For example, if you have an application update scheduled to launch on May 1, 2024, and you don't want practice runs to shift traffic away at that time, you could set a blocked date for 2024-05-01.
@@ -457,7 +494,7 @@ declare namespace ARCZonalShift {
457
494
  */
458
495
  resourceIdentifier: ResourceIdentifier;
459
496
  /**
460
- * The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.
497
+ * The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for. Choose ENABLED to authorize Amazon Web Services to shift away resource traffic for an application from an Availability Zone during events, on your behalf, to help reduce time to recovery.
461
498
  */
462
499
  zonalAutoshiftStatus: ZonalAutoshiftStatus;
463
500
  }
@@ -467,7 +504,7 @@ declare namespace ARCZonalShift {
467
504
  */
468
505
  resourceIdentifier: ResourceIdentifier;
469
506
  /**
470
- * The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.
507
+ * The updated zonal autoshift status for the resource.
471
508
  */
472
509
  zonalAutoshiftStatus: ZonalAutoshiftStatus;
473
510
  }
@@ -489,7 +526,7 @@ declare namespace ARCZonalShift {
489
526
  export type ZonalAutoshiftStatus = "ENABLED"|"DISABLED"|string;
490
527
  export interface ZonalShift {
491
528
  /**
492
- * 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 Amazon Web Services Region.
529
+ * The Availability Zone (for example, use1-az1) 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 Amazon Web Services Region.
493
530
  */
494
531
  awayFrom: AvailabilityZone;
495
532
  /**
@@ -497,11 +534,11 @@ declare namespace ARCZonalShift {
497
534
  */
498
535
  comment: ZonalShiftComment;
499
536
  /**
500
- * The expiry time (expiration time) for a customer-started 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 when you're ready to restore traffic to the Availability Zone, or just wait for it to expire. Or you can update the zonal shift to specify another length of time to expire in.
537
+ * The expiry time (expiration time) for a customer-initiated 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 when you're ready to restore traffic to the Availability Zone, or just wait for it to expire. Or you can update the zonal shift to specify another length of time to expire in.
501
538
  */
502
539
  expiryTime: ExpiryTime;
503
540
  /**
504
- * The identifier for the resource to shift away traffic for. The identifier is the Amazon Resource Name (ARN) for the resource. At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
541
+ * The identifier for the resource that Amazon Web Services shifts traffic for. The identifier is the Amazon Resource Name (ARN) for the resource. At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
505
542
  */
506
543
  resourceIdentifier: ResourceIdentifier;
507
544
  /**
@@ -521,19 +558,19 @@ declare namespace ARCZonalShift {
521
558
  export type ZonalShiftId = string;
522
559
  export interface ZonalShiftInResource {
523
560
  /**
524
- * The appliedStatus field specifies which application traffic shift is in effect for a resource when there is more than one traffic shift active. There can be more than one application traffic shift in progress at the same time - that is, practice run zonal shifts, customer-started zonal shifts, or an autoshift. The appliedStatus field for an autoshift for a resource can have one of two values: APPLIED or NOT_APPLIED. The zonal shift or autoshift that is currently in effect for the resource has an applied status set to APPLIED. The overall principle for precedence is that zonal shifts that you start as a customer take precedence autoshifts, which take precedence over practice runs. That is, customer-started zonal shifts &gt; autoshifts &gt; practice run zonal shifts. For more information, see How zonal autoshift and practice runs work in the Amazon Route 53 Application Recovery Controller Developer Guide.
561
+ * The appliedStatus field specifies which application traffic shift is in effect for a resource when there is more than one active traffic shift. There can be more than one application traffic shift in progress at the same time - that is, practice run zonal shifts, customer-initiated zonal shifts, or an autoshift. The appliedStatus field for a shift that is in progress for a resource can have one of two values: APPLIED or NOT_APPLIED. The zonal shift or autoshift that is currently in effect for the resource has an appliedStatus set to APPLIED. The overall principle for precedence is that zonal shifts that you start as a customer take precedence autoshifts, which take precedence over practice runs. That is, customer-initiated zonal shifts &gt; autoshifts &gt; practice run zonal shifts. For more information, see How zonal autoshift and practice runs work in the Amazon Route 53 Application Recovery Controller Developer Guide.
525
562
  */
526
563
  appliedStatus: AppliedStatus;
527
564
  /**
528
- * 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 Amazon Web Services Region.
565
+ * The Availability Zone (for example, use1-az1) 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 Amazon Web Services Region.
529
566
  */
530
567
  awayFrom: AvailabilityZone;
531
568
  /**
532
- * A comment that you enter about the zonal shift. Only the latest comment is retained; no comment history is maintained. That is, a new comment overwrites any existing comment string.
569
+ * A comment that you enter for a customer-initiated zonal shift. Only the latest comment is retained; no comment history is maintained. That is, a new comment overwrites any existing comment string.
533
570
  */
534
571
  comment: ZonalShiftComment;
535
572
  /**
536
- * The expiry time (expiration time) for a customer-started 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 when you're ready to restore traffic to the Availability Zone, or just wait for it to expire. Or you can update the zonal shift to specify another length of time to expire in.
573
+ * The expiry time (expiration time) for a customer-initiated 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 when you're ready to restore traffic to the Availability Zone, or just wait for it to expire. Or you can update the zonal shift to specify another length of time to expire in.
537
574
  */
538
575
  expiryTime: ExpiryTime;
539
576
  /**
@@ -557,7 +594,7 @@ declare namespace ARCZonalShift {
557
594
  export type ZonalShiftSummaries = ZonalShiftSummary[];
558
595
  export interface ZonalShiftSummary {
559
596
  /**
560
- * 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 Amazon Web Services Region.
597
+ * The Availability Zone (for example, use1-az1) 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 Amazon Web Services Region.
561
598
  */
562
599
  awayFrom: AvailabilityZone;
563
600
  /**
@@ -565,7 +602,7 @@ declare namespace ARCZonalShift {
565
602
  */
566
603
  comment: ZonalShiftComment;
567
604
  /**
568
- * The expiry time (expiration time) for a customer-started 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 when you're ready to restore traffic to the Availability Zone, or just wait for it to expire. Or you can update the zonal shift to specify another length of time to expire in.
605
+ * The expiry time (expiration time) for a customer-initiated 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 when you're ready to restore traffic to the Availability Zone, or just wait for it to expire. Or you can update the zonal shift to specify another length of time to expire in.
569
606
  */
570
607
  expiryTime: ExpiryTime;
571
608
  /**