@aws-sdk/client-arc-zonal-shift 3.296.0 → 3.298.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/commands/CancelZonalShiftCommand.js +2 -3
- package/dist-cjs/commands/GetManagedResourceCommand.js +2 -3
- package/dist-cjs/commands/ListManagedResourcesCommand.js +2 -3
- package/dist-cjs/commands/ListZonalShiftsCommand.js +2 -3
- package/dist-cjs/commands/StartZonalShiftCommand.js +2 -3
- package/dist-cjs/commands/UpdateZonalShiftCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -53
- package/dist-es/commands/CancelZonalShiftCommand.js +2 -3
- package/dist-es/commands/GetManagedResourceCommand.js +2 -3
- package/dist-es/commands/ListManagedResourcesCommand.js +2 -3
- package/dist-es/commands/ListZonalShiftsCommand.js +2 -3
- package/dist-es/commands/StartZonalShiftCommand.js +2 -3
- package/dist-es/commands/UpdateZonalShiftCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -39
- package/dist-types/ARCZonalShift.d.ts +7 -0
- package/dist-types/ARCZonalShiftClient.d.ts +24 -4
- package/dist-types/commands/CancelZonalShiftCommand.d.ts +16 -0
- package/dist-types/commands/GetManagedResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListManagedResourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListZonalShiftsCommand.d.ts +16 -0
- package/dist-types/commands/StartZonalShiftCommand.d.ts +16 -0
- package/dist-types/commands/UpdateZonalShiftCommand.d.ts +16 -0
- package/dist-types/models/ARCZonalShiftServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +51 -52
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListManagedResourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListZonalShiftsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -37
- package/package.json +4 -3
|
@@ -4,7 +4,6 @@ exports.CancelZonalShiftCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class CancelZonalShiftCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class CancelZonalShiftCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.GetManagedResourceCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class GetManagedResourceCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class GetManagedResourceCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ListManagedResourcesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListManagedResourcesCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ListManagedResourcesCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ListZonalShiftsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListZonalShiftsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ListZonalShiftsCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.StartZonalShiftCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class StartZonalShiftCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class StartZonalShiftCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UpdateZonalShiftCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class UpdateZonalShiftCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class UpdateZonalShiftCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ZonalShiftStatus = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.ConflictExceptionReason = exports.AppliedStatus = exports.AccessDeniedException = void 0;
|
|
4
4
|
const ARCZonalShiftServiceException_1 = require("./ARCZonalShiftServiceException");
|
|
5
5
|
class AccessDeniedException extends ARCZonalShiftServiceException_1.ARCZonalShiftServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -110,55 +110,3 @@ var ZonalShiftStatus;
|
|
|
110
110
|
ZonalShiftStatus["CANCELED"] = "CANCELED";
|
|
111
111
|
ZonalShiftStatus["EXPIRED"] = "EXPIRED";
|
|
112
112
|
})(ZonalShiftStatus = exports.ZonalShiftStatus || (exports.ZonalShiftStatus = {}));
|
|
113
|
-
const CancelZonalShiftRequestFilterSensitiveLog = (obj) => ({
|
|
114
|
-
...obj,
|
|
115
|
-
});
|
|
116
|
-
exports.CancelZonalShiftRequestFilterSensitiveLog = CancelZonalShiftRequestFilterSensitiveLog;
|
|
117
|
-
const ZonalShiftFilterSensitiveLog = (obj) => ({
|
|
118
|
-
...obj,
|
|
119
|
-
});
|
|
120
|
-
exports.ZonalShiftFilterSensitiveLog = ZonalShiftFilterSensitiveLog;
|
|
121
|
-
const GetManagedResourceRequestFilterSensitiveLog = (obj) => ({
|
|
122
|
-
...obj,
|
|
123
|
-
});
|
|
124
|
-
exports.GetManagedResourceRequestFilterSensitiveLog = GetManagedResourceRequestFilterSensitiveLog;
|
|
125
|
-
const ZonalShiftInResourceFilterSensitiveLog = (obj) => ({
|
|
126
|
-
...obj,
|
|
127
|
-
});
|
|
128
|
-
exports.ZonalShiftInResourceFilterSensitiveLog = ZonalShiftInResourceFilterSensitiveLog;
|
|
129
|
-
const GetManagedResourceResponseFilterSensitiveLog = (obj) => ({
|
|
130
|
-
...obj,
|
|
131
|
-
});
|
|
132
|
-
exports.GetManagedResourceResponseFilterSensitiveLog = GetManagedResourceResponseFilterSensitiveLog;
|
|
133
|
-
const ListManagedResourcesRequestFilterSensitiveLog = (obj) => ({
|
|
134
|
-
...obj,
|
|
135
|
-
});
|
|
136
|
-
exports.ListManagedResourcesRequestFilterSensitiveLog = ListManagedResourcesRequestFilterSensitiveLog;
|
|
137
|
-
const ManagedResourceSummaryFilterSensitiveLog = (obj) => ({
|
|
138
|
-
...obj,
|
|
139
|
-
});
|
|
140
|
-
exports.ManagedResourceSummaryFilterSensitiveLog = ManagedResourceSummaryFilterSensitiveLog;
|
|
141
|
-
const ListManagedResourcesResponseFilterSensitiveLog = (obj) => ({
|
|
142
|
-
...obj,
|
|
143
|
-
});
|
|
144
|
-
exports.ListManagedResourcesResponseFilterSensitiveLog = ListManagedResourcesResponseFilterSensitiveLog;
|
|
145
|
-
const ListZonalShiftsRequestFilterSensitiveLog = (obj) => ({
|
|
146
|
-
...obj,
|
|
147
|
-
});
|
|
148
|
-
exports.ListZonalShiftsRequestFilterSensitiveLog = ListZonalShiftsRequestFilterSensitiveLog;
|
|
149
|
-
const ZonalShiftSummaryFilterSensitiveLog = (obj) => ({
|
|
150
|
-
...obj,
|
|
151
|
-
});
|
|
152
|
-
exports.ZonalShiftSummaryFilterSensitiveLog = ZonalShiftSummaryFilterSensitiveLog;
|
|
153
|
-
const ListZonalShiftsResponseFilterSensitiveLog = (obj) => ({
|
|
154
|
-
...obj,
|
|
155
|
-
});
|
|
156
|
-
exports.ListZonalShiftsResponseFilterSensitiveLog = ListZonalShiftsResponseFilterSensitiveLog;
|
|
157
|
-
const UpdateZonalShiftRequestFilterSensitiveLog = (obj) => ({
|
|
158
|
-
...obj,
|
|
159
|
-
});
|
|
160
|
-
exports.UpdateZonalShiftRequestFilterSensitiveLog = UpdateZonalShiftRequestFilterSensitiveLog;
|
|
161
|
-
const StartZonalShiftRequestFilterSensitiveLog = (obj) => ({
|
|
162
|
-
...obj,
|
|
163
|
-
});
|
|
164
|
-
exports.StartZonalShiftRequestFilterSensitiveLog = StartZonalShiftRequestFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CancelZonalShiftRequestFilterSensitiveLog, ZonalShiftFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CancelZonalShiftCommand, serializeAws_restJson1CancelZonalShiftCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CancelZonalShiftCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CancelZonalShiftCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetManagedResourceRequestFilterSensitiveLog, GetManagedResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetManagedResourceCommand, serializeAws_restJson1GetManagedResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetManagedResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetManagedResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListManagedResourcesRequestFilterSensitiveLog, ListManagedResourcesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListManagedResourcesCommand, serializeAws_restJson1ListManagedResourcesCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListManagedResourcesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListManagedResourcesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListZonalShiftsRequestFilterSensitiveLog, ListZonalShiftsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListZonalShiftsCommand, serializeAws_restJson1ListZonalShiftsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListZonalShiftsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListZonalShiftsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartZonalShiftRequestFilterSensitiveLog, ZonalShiftFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1StartZonalShiftCommand, serializeAws_restJson1StartZonalShiftCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class StartZonalShiftCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class StartZonalShiftCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateZonalShiftRequestFilterSensitiveLog, ZonalShiftFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateZonalShiftCommand, serializeAws_restJson1UpdateZonalShiftCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateZonalShiftCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateZonalShiftCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -101,42 +101,3 @@ export var ZonalShiftStatus;
|
|
|
101
101
|
ZonalShiftStatus["CANCELED"] = "CANCELED";
|
|
102
102
|
ZonalShiftStatus["EXPIRED"] = "EXPIRED";
|
|
103
103
|
})(ZonalShiftStatus || (ZonalShiftStatus = {}));
|
|
104
|
-
export const CancelZonalShiftRequestFilterSensitiveLog = (obj) => ({
|
|
105
|
-
...obj,
|
|
106
|
-
});
|
|
107
|
-
export const ZonalShiftFilterSensitiveLog = (obj) => ({
|
|
108
|
-
...obj,
|
|
109
|
-
});
|
|
110
|
-
export const GetManagedResourceRequestFilterSensitiveLog = (obj) => ({
|
|
111
|
-
...obj,
|
|
112
|
-
});
|
|
113
|
-
export const ZonalShiftInResourceFilterSensitiveLog = (obj) => ({
|
|
114
|
-
...obj,
|
|
115
|
-
});
|
|
116
|
-
export const GetManagedResourceResponseFilterSensitiveLog = (obj) => ({
|
|
117
|
-
...obj,
|
|
118
|
-
});
|
|
119
|
-
export const ListManagedResourcesRequestFilterSensitiveLog = (obj) => ({
|
|
120
|
-
...obj,
|
|
121
|
-
});
|
|
122
|
-
export const ManagedResourceSummaryFilterSensitiveLog = (obj) => ({
|
|
123
|
-
...obj,
|
|
124
|
-
});
|
|
125
|
-
export const ListManagedResourcesResponseFilterSensitiveLog = (obj) => ({
|
|
126
|
-
...obj,
|
|
127
|
-
});
|
|
128
|
-
export const ListZonalShiftsRequestFilterSensitiveLog = (obj) => ({
|
|
129
|
-
...obj,
|
|
130
|
-
});
|
|
131
|
-
export const ZonalShiftSummaryFilterSensitiveLog = (obj) => ({
|
|
132
|
-
...obj,
|
|
133
|
-
});
|
|
134
|
-
export const ListZonalShiftsResponseFilterSensitiveLog = (obj) => ({
|
|
135
|
-
...obj,
|
|
136
|
-
});
|
|
137
|
-
export const UpdateZonalShiftRequestFilterSensitiveLog = (obj) => ({
|
|
138
|
-
...obj,
|
|
139
|
-
});
|
|
140
|
-
export const StartZonalShiftRequestFilterSensitiveLog = (obj) => ({
|
|
141
|
-
...obj,
|
|
142
|
-
});
|
|
@@ -7,6 +7,7 @@ import { ListZonalShiftsCommandInput, ListZonalShiftsCommandOutput } from "./com
|
|
|
7
7
|
import { StartZonalShiftCommandInput, StartZonalShiftCommandOutput } from "./commands/StartZonalShiftCommand";
|
|
8
8
|
import { UpdateZonalShiftCommandInput, UpdateZonalShiftCommandOutput } from "./commands/UpdateZonalShiftCommand";
|
|
9
9
|
/**
|
|
10
|
+
* @public
|
|
10
11
|
* <p>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
|
|
11
12
|
* zonal shift API actions, data types, and errors.</p>
|
|
12
13
|
* <p>Zonal shift is in preview release for Amazon Route 53 Application Recovery Controller and is subject to change.</p>
|
|
@@ -25,12 +26,14 @@ import { UpdateZonalShiftCommandInput, UpdateZonalShiftCommandOutput } from "./c
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ARCZonalShift extends ARCZonalShiftClient {
|
|
27
28
|
/**
|
|
29
|
+
* @public
|
|
28
30
|
* <p>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. </p>
|
|
29
31
|
*/
|
|
30
32
|
cancelZonalShift(args: CancelZonalShiftCommandInput, options?: __HttpHandlerOptions): Promise<CancelZonalShiftCommandOutput>;
|
|
31
33
|
cancelZonalShift(args: CancelZonalShiftCommandInput, cb: (err: any, data?: CancelZonalShiftCommandOutput) => void): void;
|
|
32
34
|
cancelZonalShift(args: CancelZonalShiftCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelZonalShiftCommandOutput) => void): void;
|
|
33
35
|
/**
|
|
36
|
+
* @public
|
|
34
37
|
* <p>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
|
|
35
38
|
* zonal shifts are managed resources in Route 53 ARC.</p>
|
|
36
39
|
* <p>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.</p>
|
|
@@ -39,6 +42,7 @@ export declare class ARCZonalShift extends ARCZonalShiftClient {
|
|
|
39
42
|
getManagedResource(args: GetManagedResourceCommandInput, cb: (err: any, data?: GetManagedResourceCommandOutput) => void): void;
|
|
40
43
|
getManagedResource(args: GetManagedResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetManagedResourceCommandOutput) => void): void;
|
|
41
44
|
/**
|
|
45
|
+
* @public
|
|
42
46
|
* <p>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
|
|
43
47
|
* about them. The information includes their Amazon Resource Names (ARNs), the Availability Zones the resources are deployed in, and
|
|
44
48
|
* the resource name.</p>
|
|
@@ -47,12 +51,14 @@ export declare class ARCZonalShift extends ARCZonalShiftClient {
|
|
|
47
51
|
listManagedResources(args: ListManagedResourcesCommandInput, cb: (err: any, data?: ListManagedResourcesCommandOutput) => void): void;
|
|
48
52
|
listManagedResources(args: ListManagedResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListManagedResourcesCommandOutput) => void): void;
|
|
49
53
|
/**
|
|
54
|
+
* @public
|
|
50
55
|
* <p>Lists all the active zonal shifts in Amazon Route 53 Application Recovery Controller in your AWS account in this AWS Region.</p>
|
|
51
56
|
*/
|
|
52
57
|
listZonalShifts(args: ListZonalShiftsCommandInput, options?: __HttpHandlerOptions): Promise<ListZonalShiftsCommandOutput>;
|
|
53
58
|
listZonalShifts(args: ListZonalShiftsCommandInput, cb: (err: any, data?: ListZonalShiftsCommandOutput) => void): void;
|
|
54
59
|
listZonalShifts(args: ListZonalShiftsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListZonalShiftsCommandOutput) => void): void;
|
|
55
60
|
/**
|
|
61
|
+
* @public
|
|
56
62
|
* <p>You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in a AWS Region,
|
|
57
63
|
* to help your application recover immediately, for example, from a developer's bad code deployment or from an AWS
|
|
58
64
|
* infrastructure failure in a single Availability Zone. You can start a zonal shift in Route 53 ARC only for managed
|
|
@@ -68,6 +74,7 @@ export declare class ARCZonalShift extends ARCZonalShiftClient {
|
|
|
68
74
|
startZonalShift(args: StartZonalShiftCommandInput, cb: (err: any, data?: StartZonalShiftCommandOutput) => void): void;
|
|
69
75
|
startZonalShift(args: StartZonalShiftCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartZonalShiftCommandOutput) => void): void;
|
|
70
76
|
/**
|
|
77
|
+
* @public
|
|
71
78
|
* <p>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
|
|
72
79
|
* edit or replace the comment for the zonal shift. </p>
|
|
73
80
|
*/
|
|
@@ -14,15 +14,24 @@ import { ListZonalShiftsCommandInput, ListZonalShiftsCommandOutput } from "./com
|
|
|
14
14
|
import { StartZonalShiftCommandInput, StartZonalShiftCommandOutput } from "./commands/StartZonalShiftCommand";
|
|
15
15
|
import { UpdateZonalShiftCommandInput, UpdateZonalShiftCommandOutput } from "./commands/UpdateZonalShiftCommand";
|
|
16
16
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
17
20
|
export type ServiceInputTypes = CancelZonalShiftCommandInput | GetManagedResourceCommandInput | ListManagedResourcesCommandInput | ListZonalShiftsCommandInput | StartZonalShiftCommandInput | UpdateZonalShiftCommandInput;
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
18
24
|
export type ServiceOutputTypes = CancelZonalShiftCommandOutput | GetManagedResourceCommandOutput | ListManagedResourcesCommandOutput | ListZonalShiftsCommandOutput | StartZonalShiftCommandOutput | UpdateZonalShiftCommandOutput;
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
19
28
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
20
29
|
/**
|
|
21
30
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
22
31
|
*/
|
|
23
32
|
requestHandler?: __HttpHandler;
|
|
24
33
|
/**
|
|
25
|
-
* A constructor for a class implementing the {@link
|
|
34
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
26
35
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
27
36
|
* @internal
|
|
28
37
|
*/
|
|
@@ -112,23 +121,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
112
121
|
*/
|
|
113
122
|
logger?: __Logger;
|
|
114
123
|
/**
|
|
115
|
-
* The {@link
|
|
124
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
116
125
|
*/
|
|
117
126
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
118
127
|
}
|
|
128
|
+
/**
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
119
131
|
type ARCZonalShiftClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
120
132
|
/**
|
|
121
|
-
*
|
|
133
|
+
* @public
|
|
134
|
+
*
|
|
135
|
+
* The configuration interface of ARCZonalShiftClient class constructor that set the region, credentials and other options.
|
|
122
136
|
*/
|
|
123
137
|
export interface ARCZonalShiftClientConfig extends ARCZonalShiftClientConfigType {
|
|
124
138
|
}
|
|
139
|
+
/**
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
125
142
|
type ARCZonalShiftClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
126
143
|
/**
|
|
127
|
-
*
|
|
144
|
+
* @public
|
|
145
|
+
*
|
|
146
|
+
* The resolved configuration interface of ARCZonalShiftClient class. This is resolved and normalized from the {@link ARCZonalShiftClientConfig | constructor configuration interface}.
|
|
128
147
|
*/
|
|
129
148
|
export interface ARCZonalShiftClientResolvedConfig extends ARCZonalShiftClientResolvedConfigType {
|
|
130
149
|
}
|
|
131
150
|
/**
|
|
151
|
+
* @public
|
|
132
152
|
* <p>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
|
|
133
153
|
* zonal shift API actions, data types, and errors.</p>
|
|
134
154
|
* <p>Zonal shift is in preview release for Amazon Route 53 Application Recovery Controller and is subject to change.</p>
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
|
|
5
5
|
import { CancelZonalShiftRequest, ZonalShift } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CancelZonalShiftCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CancelZonalShiftCommandInput extends CancelZonalShiftRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CancelZonalShiftCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CancelZonalShiftCommandOutput extends ZonalShift, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>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. </p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CancelZonalShiftCommandOutput extends ZonalShift, __MetadataBea
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CancelZonalShiftCommandInput - {@link CancelZonalShiftCommandInput}
|
|
34
|
+
* @returns {@link CancelZonalShiftCommandOutput}
|
|
28
35
|
* @see {@link CancelZonalShiftCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CancelZonalShiftCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ARCZonalShiftClientResolvedConfig | config} for ARCZonalShiftClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface CancelZonalShiftCommandOutput extends ZonalShift, __MetadataBea
|
|
|
52
59
|
export declare class CancelZonalShiftCommand extends $Command<CancelZonalShiftCommandInput, CancelZonalShiftCommandOutput, ARCZonalShiftClientResolvedConfig> {
|
|
53
60
|
readonly input: CancelZonalShiftCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: CancelZonalShiftCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ARCZonalShiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelZonalShiftCommandInput, CancelZonalShiftCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
|
|
5
5
|
import { GetManagedResourceRequest, GetManagedResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetManagedResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetManagedResourceCommandInput extends GetManagedResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetManagedResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetManagedResourceCommandOutput extends GetManagedResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>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
|
|
18
23
|
* zonal shifts are managed resources in Route 53 ARC.</p>
|
|
19
24
|
* <p>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.</p>
|
|
@@ -27,6 +32,8 @@ export interface GetManagedResourceCommandOutput extends GetManagedResourceRespo
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param GetManagedResourceCommandInput - {@link GetManagedResourceCommandInput}
|
|
36
|
+
* @returns {@link GetManagedResourceCommandOutput}
|
|
30
37
|
* @see {@link GetManagedResourceCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link GetManagedResourceCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link ARCZonalShiftClientResolvedConfig | config} for ARCZonalShiftClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface GetManagedResourceCommandOutput extends GetManagedResourceRespo
|
|
|
51
58
|
export declare class GetManagedResourceCommand extends $Command<GetManagedResourceCommandInput, GetManagedResourceCommandOutput, ARCZonalShiftClientResolvedConfig> {
|
|
52
59
|
readonly input: GetManagedResourceCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: GetManagedResourceCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ARCZonalShiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetManagedResourceCommandInput, GetManagedResourceCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
|
|
5
5
|
import { ListManagedResourcesRequest, ListManagedResourcesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListManagedResourcesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListManagedResourcesCommandInput extends ListManagedResourcesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListManagedResourcesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListManagedResourcesCommandOutput extends ListManagedResourcesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>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
|
|
18
23
|
* about them. The information includes their Amazon Resource Names (ARNs), the Availability Zones the resources are deployed in, and
|
|
19
24
|
* the resource name.</p>
|
|
@@ -27,6 +32,8 @@ export interface ListManagedResourcesCommandOutput extends ListManagedResourcesR
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListManagedResourcesCommandInput - {@link ListManagedResourcesCommandInput}
|
|
36
|
+
* @returns {@link ListManagedResourcesCommandOutput}
|
|
30
37
|
* @see {@link ListManagedResourcesCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListManagedResourcesCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link ARCZonalShiftClientResolvedConfig | config} for ARCZonalShiftClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface ListManagedResourcesCommandOutput extends ListManagedResourcesR
|
|
|
48
55
|
export declare class ListManagedResourcesCommand extends $Command<ListManagedResourcesCommandInput, ListManagedResourcesCommandOutput, ARCZonalShiftClientResolvedConfig> {
|
|
49
56
|
readonly input: ListManagedResourcesCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: ListManagedResourcesCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ARCZonalShiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListManagedResourcesCommandInput, ListManagedResourcesCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
|
|
5
5
|
import { ListZonalShiftsRequest, ListZonalShiftsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListZonalShiftsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListZonalShiftsCommandInput extends ListZonalShiftsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListZonalShiftsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListZonalShiftsCommandOutput extends ListZonalShiftsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all the active zonal shifts in Amazon Route 53 Application Recovery Controller in your AWS account in this AWS Region.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListZonalShiftsCommandOutput extends ListZonalShiftsResponse, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListZonalShiftsCommandInput - {@link ListZonalShiftsCommandInput}
|
|
34
|
+
* @returns {@link ListZonalShiftsCommandOutput}
|
|
28
35
|
* @see {@link ListZonalShiftsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListZonalShiftsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ARCZonalShiftClientResolvedConfig | config} for ARCZonalShiftClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListZonalShiftsCommandOutput extends ListZonalShiftsResponse, _
|
|
|
46
53
|
export declare class ListZonalShiftsCommand extends $Command<ListZonalShiftsCommandInput, ListZonalShiftsCommandOutput, ARCZonalShiftClientResolvedConfig> {
|
|
47
54
|
readonly input: ListZonalShiftsCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListZonalShiftsCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ARCZonalShiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListZonalShiftsCommandInput, ListZonalShiftsCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
|
|
5
5
|
import { StartZonalShiftRequest, ZonalShift } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartZonalShiftCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartZonalShiftCommandInput extends StartZonalShiftRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartZonalShiftCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartZonalShiftCommandOutput extends ZonalShift, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in a AWS Region,
|
|
18
23
|
* to help your application recover immediately, for example, from a developer's bad code deployment or from an AWS
|
|
19
24
|
* infrastructure failure in a single Availability Zone. You can start a zonal shift in Route 53 ARC only for managed
|
|
@@ -34,6 +39,8 @@ export interface StartZonalShiftCommandOutput extends ZonalShift, __MetadataBear
|
|
|
34
39
|
* const response = await client.send(command);
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
42
|
+
* @param StartZonalShiftCommandInput - {@link StartZonalShiftCommandInput}
|
|
43
|
+
* @returns {@link StartZonalShiftCommandOutput}
|
|
37
44
|
* @see {@link StartZonalShiftCommandInput} for command's `input` shape.
|
|
38
45
|
* @see {@link StartZonalShiftCommandOutput} for command's `response` shape.
|
|
39
46
|
* @see {@link ARCZonalShiftClientResolvedConfig | config} for ARCZonalShiftClient's `config` shape.
|
|
@@ -61,11 +68,20 @@ export interface StartZonalShiftCommandOutput extends ZonalShift, __MetadataBear
|
|
|
61
68
|
export declare class StartZonalShiftCommand extends $Command<StartZonalShiftCommandInput, StartZonalShiftCommandOutput, ARCZonalShiftClientResolvedConfig> {
|
|
62
69
|
readonly input: StartZonalShiftCommandInput;
|
|
63
70
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
64
74
|
constructor(input: StartZonalShiftCommandInput);
|
|
65
75
|
/**
|
|
66
76
|
* @internal
|
|
67
77
|
*/
|
|
68
78
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ARCZonalShiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartZonalShiftCommandInput, StartZonalShiftCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
69
82
|
private serialize;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
70
86
|
private deserialize;
|
|
71
87
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
|
|
5
5
|
import { UpdateZonalShiftRequest, ZonalShift } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateZonalShiftCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateZonalShiftCommandInput extends UpdateZonalShiftRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateZonalShiftCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateZonalShiftCommandOutput extends ZonalShift, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>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
|
|
18
23
|
* edit or replace the comment for the zonal shift. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface UpdateZonalShiftCommandOutput extends ZonalShift, __MetadataBea
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param UpdateZonalShiftCommandInput - {@link UpdateZonalShiftCommandInput}
|
|
35
|
+
* @returns {@link UpdateZonalShiftCommandOutput}
|
|
29
36
|
* @see {@link UpdateZonalShiftCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link UpdateZonalShiftCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link ARCZonalShiftClientResolvedConfig | config} for ARCZonalShiftClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface UpdateZonalShiftCommandOutput extends ZonalShift, __MetadataBea
|
|
|
53
60
|
export declare class UpdateZonalShiftCommand extends $Command<UpdateZonalShiftCommandInput, UpdateZonalShiftCommandOutput, ARCZonalShiftClientResolvedConfig> {
|
|
54
61
|
readonly input: UpdateZonalShiftCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: UpdateZonalShiftCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ARCZonalShiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateZonalShiftCommandInput, UpdateZonalShiftCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from ARCZonalShift service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class ARCZonalShiftServiceException extends __ServiceException {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ARCZonalShiftServiceException as __BaseException } from "./ARCZonalShiftServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
5
6
|
*/
|
|
6
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -11,22 +12,32 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
11
12
|
*/
|
|
12
13
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
13
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
14
18
|
export declare enum AppliedStatus {
|
|
15
19
|
APPLIED = "APPLIED",
|
|
16
20
|
NOT_APPLIED = "NOT_APPLIED"
|
|
17
21
|
}
|
|
22
|
+
/**
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
18
25
|
export interface CancelZonalShiftRequest {
|
|
19
26
|
/**
|
|
20
27
|
* <p>The internally-generated identifier of a zonal shift.</p>
|
|
21
28
|
*/
|
|
22
29
|
zonalShiftId: string | undefined;
|
|
23
30
|
}
|
|
31
|
+
/**
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
24
34
|
export declare enum ConflictExceptionReason {
|
|
25
35
|
SIMULTANEOUS_ZONAL_SHIFTS_CONFLICT = "SimultaneousZonalShiftsConflict",
|
|
26
36
|
ZONAL_SHIFT_ALREADY_EXISTS = "ZonalShiftAlreadyExists",
|
|
27
37
|
ZONAL_SHIFT_STATUS_NOT_ACTIVE = "ZonalShiftStatusNotActive"
|
|
28
38
|
}
|
|
29
39
|
/**
|
|
40
|
+
* @public
|
|
30
41
|
* <p>The request could not be processed because of conflict in the current state of the resource.</p>
|
|
31
42
|
*/
|
|
32
43
|
export declare class ConflictException extends __BaseException {
|
|
@@ -46,6 +57,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
46
57
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
47
58
|
}
|
|
48
59
|
/**
|
|
60
|
+
* @public
|
|
49
61
|
* <p>There was an internal server error.</p>
|
|
50
62
|
*/
|
|
51
63
|
export declare class InternalServerException extends __BaseException {
|
|
@@ -57,6 +69,7 @@ export declare class InternalServerException extends __BaseException {
|
|
|
57
69
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
58
70
|
}
|
|
59
71
|
/**
|
|
72
|
+
* @public
|
|
60
73
|
* <p>The input requested a resource that was not found.</p>
|
|
61
74
|
*/
|
|
62
75
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
@@ -68,6 +81,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
68
81
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
69
82
|
}
|
|
70
83
|
/**
|
|
84
|
+
* @public
|
|
71
85
|
* <p>The request was denied due to request throttling.</p>
|
|
72
86
|
*/
|
|
73
87
|
export declare class ThrottlingException extends __BaseException {
|
|
@@ -78,6 +92,9 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
78
92
|
*/
|
|
79
93
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
80
94
|
}
|
|
95
|
+
/**
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
81
98
|
export declare enum ValidationExceptionReason {
|
|
82
99
|
INVALID_AZ = "InvalidAz",
|
|
83
100
|
INVALID_EXPIRES_IN = "InvalidExpiresIn",
|
|
@@ -88,6 +105,7 @@ export declare enum ValidationExceptionReason {
|
|
|
88
105
|
UNSUPPORTED_AZ = "UnsupportedAz"
|
|
89
106
|
}
|
|
90
107
|
/**
|
|
108
|
+
* @public
|
|
91
109
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
92
110
|
*/
|
|
93
111
|
export declare class ValidationException extends __BaseException {
|
|
@@ -102,11 +120,17 @@ export declare class ValidationException extends __BaseException {
|
|
|
102
120
|
*/
|
|
103
121
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
104
122
|
}
|
|
123
|
+
/**
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
105
126
|
export declare enum ZonalShiftStatus {
|
|
106
127
|
ACTIVE = "ACTIVE",
|
|
107
128
|
CANCELED = "CANCELED",
|
|
108
129
|
EXPIRED = "EXPIRED"
|
|
109
130
|
}
|
|
131
|
+
/**
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
110
134
|
export interface ZonalShift {
|
|
111
135
|
/**
|
|
112
136
|
* <p>The identifier of a zonal shift.</p>
|
|
@@ -160,6 +184,9 @@ export interface ZonalShift {
|
|
|
160
184
|
*/
|
|
161
185
|
comment: string | undefined;
|
|
162
186
|
}
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
163
190
|
export interface GetManagedResourceRequest {
|
|
164
191
|
/**
|
|
165
192
|
* <p>The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.</p>
|
|
@@ -168,6 +195,7 @@ export interface GetManagedResourceRequest {
|
|
|
168
195
|
resourceIdentifier: string | undefined;
|
|
169
196
|
}
|
|
170
197
|
/**
|
|
198
|
+
* @public
|
|
171
199
|
* <p>A complex structure that lists the zonal shifts for a managed resource and their statuses for the resource.</p>
|
|
172
200
|
*/
|
|
173
201
|
export interface ZonalShiftInResource {
|
|
@@ -209,6 +237,9 @@ export interface ZonalShiftInResource {
|
|
|
209
237
|
*/
|
|
210
238
|
comment: string | undefined;
|
|
211
239
|
}
|
|
240
|
+
/**
|
|
241
|
+
* @public
|
|
242
|
+
*/
|
|
212
243
|
export interface GetManagedResourceResponse {
|
|
213
244
|
/**
|
|
214
245
|
* <p>The Amazon Resource Name (ARN) for the resource.</p>
|
|
@@ -228,6 +259,9 @@ export interface GetManagedResourceResponse {
|
|
|
228
259
|
*/
|
|
229
260
|
zonalShifts: ZonalShiftInResource[] | undefined;
|
|
230
261
|
}
|
|
262
|
+
/**
|
|
263
|
+
* @public
|
|
264
|
+
*/
|
|
231
265
|
export interface ListManagedResourcesRequest {
|
|
232
266
|
/**
|
|
233
267
|
* <p>Specifies that you want to receive the next page of results. Valid only if you received a <code>NextToken</code> response in the
|
|
@@ -241,6 +275,7 @@ export interface ListManagedResourcesRequest {
|
|
|
241
275
|
maxResults?: number;
|
|
242
276
|
}
|
|
243
277
|
/**
|
|
278
|
+
* @public
|
|
244
279
|
* <p>A complex structure for a managed resource in an account.</p>
|
|
245
280
|
* <p>A managed resource is a Network Load Balancer or Application Load Balancer that has been registered with Route 53 ARC by Elastic Load Balancing. You can start a
|
|
246
281
|
* zonal shift in Route 53 ARC for a managed resource to temporarily move traffic for the resource away from an Availability Zone in an AWS Region.</p>
|
|
@@ -262,6 +297,9 @@ export interface ManagedResourceSummary {
|
|
|
262
297
|
*/
|
|
263
298
|
availabilityZones: string[] | undefined;
|
|
264
299
|
}
|
|
300
|
+
/**
|
|
301
|
+
* @public
|
|
302
|
+
*/
|
|
265
303
|
export interface ListManagedResourcesResponse {
|
|
266
304
|
/**
|
|
267
305
|
* <p>The items in the response list.</p>
|
|
@@ -274,6 +312,9 @@ export interface ListManagedResourcesResponse {
|
|
|
274
312
|
*/
|
|
275
313
|
nextToken?: string;
|
|
276
314
|
}
|
|
315
|
+
/**
|
|
316
|
+
* @public
|
|
317
|
+
*/
|
|
277
318
|
export interface ListZonalShiftsRequest {
|
|
278
319
|
/**
|
|
279
320
|
* <p>Specifies that you want to receive the next page of results. Valid only if you received a <code>NextToken</code> response in the
|
|
@@ -306,6 +347,7 @@ export interface ListZonalShiftsRequest {
|
|
|
306
347
|
maxResults?: number;
|
|
307
348
|
}
|
|
308
349
|
/**
|
|
350
|
+
* @public
|
|
309
351
|
* <p>You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in a AWS Region.
|
|
310
352
|
* A zonal shift helps your application recover immediately, for example, from a developer's bad code deployment or from an AWS
|
|
311
353
|
* infrastructure failure in a single Availability Zone. You can start a zonal shift in Route 53 ARC only for managed
|
|
@@ -368,6 +410,9 @@ export interface ZonalShiftSummary {
|
|
|
368
410
|
*/
|
|
369
411
|
comment: string | undefined;
|
|
370
412
|
}
|
|
413
|
+
/**
|
|
414
|
+
* @public
|
|
415
|
+
*/
|
|
371
416
|
export interface ListZonalShiftsResponse {
|
|
372
417
|
/**
|
|
373
418
|
* <p>The items in the response list.</p>
|
|
@@ -380,6 +425,9 @@ export interface ListZonalShiftsResponse {
|
|
|
380
425
|
*/
|
|
381
426
|
nextToken?: string;
|
|
382
427
|
}
|
|
428
|
+
/**
|
|
429
|
+
* @public
|
|
430
|
+
*/
|
|
383
431
|
export interface UpdateZonalShiftRequest {
|
|
384
432
|
/**
|
|
385
433
|
* <p>The identifier of a zonal shift.</p>
|
|
@@ -411,6 +459,9 @@ export interface UpdateZonalShiftRequest {
|
|
|
411
459
|
*/
|
|
412
460
|
expiresIn?: string;
|
|
413
461
|
}
|
|
462
|
+
/**
|
|
463
|
+
* @public
|
|
464
|
+
*/
|
|
414
465
|
export interface StartZonalShiftRequest {
|
|
415
466
|
/**
|
|
416
467
|
* <p>The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.</p>
|
|
@@ -449,55 +500,3 @@ export interface StartZonalShiftRequest {
|
|
|
449
500
|
*/
|
|
450
501
|
comment: string | undefined;
|
|
451
502
|
}
|
|
452
|
-
/**
|
|
453
|
-
* @internal
|
|
454
|
-
*/
|
|
455
|
-
export declare const CancelZonalShiftRequestFilterSensitiveLog: (obj: CancelZonalShiftRequest) => any;
|
|
456
|
-
/**
|
|
457
|
-
* @internal
|
|
458
|
-
*/
|
|
459
|
-
export declare const ZonalShiftFilterSensitiveLog: (obj: ZonalShift) => any;
|
|
460
|
-
/**
|
|
461
|
-
* @internal
|
|
462
|
-
*/
|
|
463
|
-
export declare const GetManagedResourceRequestFilterSensitiveLog: (obj: GetManagedResourceRequest) => any;
|
|
464
|
-
/**
|
|
465
|
-
* @internal
|
|
466
|
-
*/
|
|
467
|
-
export declare const ZonalShiftInResourceFilterSensitiveLog: (obj: ZonalShiftInResource) => any;
|
|
468
|
-
/**
|
|
469
|
-
* @internal
|
|
470
|
-
*/
|
|
471
|
-
export declare const GetManagedResourceResponseFilterSensitiveLog: (obj: GetManagedResourceResponse) => any;
|
|
472
|
-
/**
|
|
473
|
-
* @internal
|
|
474
|
-
*/
|
|
475
|
-
export declare const ListManagedResourcesRequestFilterSensitiveLog: (obj: ListManagedResourcesRequest) => any;
|
|
476
|
-
/**
|
|
477
|
-
* @internal
|
|
478
|
-
*/
|
|
479
|
-
export declare const ManagedResourceSummaryFilterSensitiveLog: (obj: ManagedResourceSummary) => any;
|
|
480
|
-
/**
|
|
481
|
-
* @internal
|
|
482
|
-
*/
|
|
483
|
-
export declare const ListManagedResourcesResponseFilterSensitiveLog: (obj: ListManagedResourcesResponse) => any;
|
|
484
|
-
/**
|
|
485
|
-
* @internal
|
|
486
|
-
*/
|
|
487
|
-
export declare const ListZonalShiftsRequestFilterSensitiveLog: (obj: ListZonalShiftsRequest) => any;
|
|
488
|
-
/**
|
|
489
|
-
* @internal
|
|
490
|
-
*/
|
|
491
|
-
export declare const ZonalShiftSummaryFilterSensitiveLog: (obj: ZonalShiftSummary) => any;
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
|
-
export declare const ListZonalShiftsResponseFilterSensitiveLog: (obj: ListZonalShiftsResponse) => any;
|
|
496
|
-
/**
|
|
497
|
-
* @internal
|
|
498
|
-
*/
|
|
499
|
-
export declare const UpdateZonalShiftRequestFilterSensitiveLog: (obj: UpdateZonalShiftRequest) => any;
|
|
500
|
-
/**
|
|
501
|
-
* @internal
|
|
502
|
-
*/
|
|
503
|
-
export declare const StartZonalShiftRequestFilterSensitiveLog: (obj: StartZonalShiftRequest) => any;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
2
|
import { ARCZonalShiftClient } from "../ARCZonalShiftClient";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export interface ARCZonalShiftPaginationConfiguration extends PaginationConfiguration {
|
|
4
7
|
client: ARCZonalShiftClient;
|
|
5
8
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListManagedResourcesCommandInput, ListManagedResourcesCommandOutput } from "../commands/ListManagedResourcesCommand";
|
|
3
3
|
import { ARCZonalShiftPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListManagedResources(config: ARCZonalShiftPaginationConfiguration, input: ListManagedResourcesCommandInput, ...additionalArguments: any): Paginator<ListManagedResourcesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListZonalShiftsCommandInput, ListZonalShiftsCommandOutput } from "../commands/ListZonalShiftsCommand";
|
|
3
3
|
import { ARCZonalShiftPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListZonalShifts(config: ARCZonalShiftPaginationConfiguration, input: ListZonalShiftsCommandInput, ...additionalArguments: any): Paginator<ListZonalShiftsCommandOutput>;
|
|
@@ -138,40 +138,3 @@ export interface StartZonalShiftRequest {
|
|
|
138
138
|
expiresIn: string | undefined;
|
|
139
139
|
comment: string | undefined;
|
|
140
140
|
}
|
|
141
|
-
export declare const CancelZonalShiftRequestFilterSensitiveLog: (
|
|
142
|
-
obj: CancelZonalShiftRequest
|
|
143
|
-
) => any;
|
|
144
|
-
export declare const ZonalShiftFilterSensitiveLog: (obj: ZonalShift) => any;
|
|
145
|
-
export declare const GetManagedResourceRequestFilterSensitiveLog: (
|
|
146
|
-
obj: GetManagedResourceRequest
|
|
147
|
-
) => any;
|
|
148
|
-
export declare const ZonalShiftInResourceFilterSensitiveLog: (
|
|
149
|
-
obj: ZonalShiftInResource
|
|
150
|
-
) => any;
|
|
151
|
-
export declare const GetManagedResourceResponseFilterSensitiveLog: (
|
|
152
|
-
obj: GetManagedResourceResponse
|
|
153
|
-
) => any;
|
|
154
|
-
export declare const ListManagedResourcesRequestFilterSensitiveLog: (
|
|
155
|
-
obj: ListManagedResourcesRequest
|
|
156
|
-
) => any;
|
|
157
|
-
export declare const ManagedResourceSummaryFilterSensitiveLog: (
|
|
158
|
-
obj: ManagedResourceSummary
|
|
159
|
-
) => any;
|
|
160
|
-
export declare const ListManagedResourcesResponseFilterSensitiveLog: (
|
|
161
|
-
obj: ListManagedResourcesResponse
|
|
162
|
-
) => any;
|
|
163
|
-
export declare const ListZonalShiftsRequestFilterSensitiveLog: (
|
|
164
|
-
obj: ListZonalShiftsRequest
|
|
165
|
-
) => any;
|
|
166
|
-
export declare const ZonalShiftSummaryFilterSensitiveLog: (
|
|
167
|
-
obj: ZonalShiftSummary
|
|
168
|
-
) => any;
|
|
169
|
-
export declare const ListZonalShiftsResponseFilterSensitiveLog: (
|
|
170
|
-
obj: ListZonalShiftsResponse
|
|
171
|
-
) => any;
|
|
172
|
-
export declare const UpdateZonalShiftRequestFilterSensitiveLog: (
|
|
173
|
-
obj: UpdateZonalShiftRequest
|
|
174
|
-
) => any;
|
|
175
|
-
export declare const StartZonalShiftRequestFilterSensitiveLog: (
|
|
176
|
-
obj: StartZonalShiftRequest
|
|
177
|
-
) => any;
|
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.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo arc-zonal-shift"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|