@aws-sdk/client-arc-zonal-shift 3.787.0 → 3.793.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.
package/dist-cjs/index.js
CHANGED
|
@@ -294,6 +294,7 @@ var ThrottlingException = class _ThrottlingException extends ARCZonalShiftServic
|
|
|
294
294
|
}
|
|
295
295
|
};
|
|
296
296
|
var ValidationExceptionReason = {
|
|
297
|
+
AUTOSHIFT_UPDATE_NOT_ALLOWED: "AutoshiftUpdateNotAllowed",
|
|
297
298
|
FIS_EXPERIMENT_UPDATE_NOT_ALLOWED: "FISExperimentUpdateNotAllowed",
|
|
298
299
|
INVALID_ALARM_CONDITION: "InvalidAlarmCondition",
|
|
299
300
|
INVALID_AZ: "InvalidAz",
|
|
@@ -44,6 +44,7 @@ export class ThrottlingException extends __BaseException {
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
export const ValidationExceptionReason = {
|
|
47
|
+
AUTOSHIFT_UPDATE_NOT_ALLOWED: "AutoshiftUpdateNotAllowed",
|
|
47
48
|
FIS_EXPERIMENT_UPDATE_NOT_ALLOWED: "FISExperimentUpdateNotAllowed",
|
|
48
49
|
INVALID_ALARM_CONDITION: "InvalidAlarmCondition",
|
|
49
50
|
INVALID_AZ: "InvalidAz",
|
|
@@ -27,11 +27,7 @@ declare const ListZonalShiftsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>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
|
|
31
|
-
* <code>ListZonalShifts</code> returns customer-initiated zonal shifts, as well as practice run zonal shifts that ARC started on
|
|
32
|
-
* your behalf for zonal autoshift.</p>
|
|
33
|
-
* <p>For more information about listing
|
|
34
|
-
* autoshifts, see <a href="https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_ListAutoshifts.html">">ListAutoshifts</a>.</p>
|
|
30
|
+
* <p>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.</p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -78,7 +78,6 @@ export interface ListAutoshiftsRequest {
|
|
|
78
78
|
* Supported Amazon Web Services resources are automatically registered with ARC.</p>
|
|
79
79
|
* <p>Autoshifts are temporary. When the Availability Zone recovers, Amazon Web Services ends the autoshift, and
|
|
80
80
|
* traffic for the resource is no longer directed to the other Availability Zones in the Region.</p>
|
|
81
|
-
* <p>You can stop an autoshift for a resource by disabling zonal autoshift.</p>
|
|
82
81
|
* @public
|
|
83
82
|
*/
|
|
84
83
|
export interface AutoshiftSummary {
|
|
@@ -140,6 +139,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
140
139
|
* @enum
|
|
141
140
|
*/
|
|
142
141
|
export declare const ValidationExceptionReason: {
|
|
142
|
+
readonly AUTOSHIFT_UPDATE_NOT_ALLOWED: "AutoshiftUpdateNotAllowed";
|
|
143
143
|
readonly FIS_EXPERIMENT_UPDATE_NOT_ALLOWED: "FISExperimentUpdateNotAllowed";
|
|
144
144
|
readonly INVALID_ALARM_CONDITION: "InvalidAlarmCondition";
|
|
145
145
|
readonly INVALID_AZ: "InvalidAz";
|
|
@@ -48,6 +48,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
48
48
|
);
|
|
49
49
|
}
|
|
50
50
|
export declare const ValidationExceptionReason: {
|
|
51
|
+
readonly AUTOSHIFT_UPDATE_NOT_ALLOWED: "AutoshiftUpdateNotAllowed";
|
|
51
52
|
readonly FIS_EXPERIMENT_UPDATE_NOT_ALLOWED: "FISExperimentUpdateNotAllowed";
|
|
52
53
|
readonly INVALID_ALARM_CONDITION: "InvalidAlarmCondition";
|
|
53
54
|
readonly INVALID_AZ: "InvalidAz";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-arc-zonal-shift",
|
|
3
3
|
"description": "AWS SDK for JavaScript Arc Zonal Shift Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.793.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-arc-zonal-shift",
|