@aws-sdk/client-arc-zonal-shift 3.297.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/models/models_0.d.ts +0 -52
- 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
|
-
});
|
|
@@ -500,55 +500,3 @@ export interface StartZonalShiftRequest {
|
|
|
500
500
|
*/
|
|
501
501
|
comment: string | undefined;
|
|
502
502
|
}
|
|
503
|
-
/**
|
|
504
|
-
* @internal
|
|
505
|
-
*/
|
|
506
|
-
export declare const CancelZonalShiftRequestFilterSensitiveLog: (obj: CancelZonalShiftRequest) => any;
|
|
507
|
-
/**
|
|
508
|
-
* @internal
|
|
509
|
-
*/
|
|
510
|
-
export declare const ZonalShiftFilterSensitiveLog: (obj: ZonalShift) => any;
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
|
-
export declare const GetManagedResourceRequestFilterSensitiveLog: (obj: GetManagedResourceRequest) => any;
|
|
515
|
-
/**
|
|
516
|
-
* @internal
|
|
517
|
-
*/
|
|
518
|
-
export declare const ZonalShiftInResourceFilterSensitiveLog: (obj: ZonalShiftInResource) => any;
|
|
519
|
-
/**
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
522
|
-
export declare const GetManagedResourceResponseFilterSensitiveLog: (obj: GetManagedResourceResponse) => any;
|
|
523
|
-
/**
|
|
524
|
-
* @internal
|
|
525
|
-
*/
|
|
526
|
-
export declare const ListManagedResourcesRequestFilterSensitiveLog: (obj: ListManagedResourcesRequest) => any;
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
|
-
export declare const ManagedResourceSummaryFilterSensitiveLog: (obj: ManagedResourceSummary) => any;
|
|
531
|
-
/**
|
|
532
|
-
* @internal
|
|
533
|
-
*/
|
|
534
|
-
export declare const ListManagedResourcesResponseFilterSensitiveLog: (obj: ListManagedResourcesResponse) => any;
|
|
535
|
-
/**
|
|
536
|
-
* @internal
|
|
537
|
-
*/
|
|
538
|
-
export declare const ListZonalShiftsRequestFilterSensitiveLog: (obj: ListZonalShiftsRequest) => any;
|
|
539
|
-
/**
|
|
540
|
-
* @internal
|
|
541
|
-
*/
|
|
542
|
-
export declare const ZonalShiftSummaryFilterSensitiveLog: (obj: ZonalShiftSummary) => any;
|
|
543
|
-
/**
|
|
544
|
-
* @internal
|
|
545
|
-
*/
|
|
546
|
-
export declare const ListZonalShiftsResponseFilterSensitiveLog: (obj: ListZonalShiftsResponse) => any;
|
|
547
|
-
/**
|
|
548
|
-
* @internal
|
|
549
|
-
*/
|
|
550
|
-
export declare const UpdateZonalShiftRequestFilterSensitiveLog: (obj: UpdateZonalShiftRequest) => any;
|
|
551
|
-
/**
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
554
|
-
export declare const StartZonalShiftRequestFilterSensitiveLog: (obj: StartZonalShiftRequest) => any;
|
|
@@ -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",
|