@aws-sdk/client-redshift-serverless 3.128.0 → 3.137.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/CHANGELOG.md +27 -0
- package/dist-cjs/commands/ConvertRecoveryPointToSnapshotCommand.js +2 -2
- package/dist-cjs/commands/CreateEndpointAccessCommand.js +2 -2
- package/dist-cjs/commands/CreateNamespaceCommand.js +2 -2
- package/dist-cjs/commands/CreateSnapshotCommand.js +2 -2
- package/dist-cjs/commands/CreateUsageLimitCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkgroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteEndpointAccessCommand.js +2 -2
- package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -2
- package/dist-cjs/commands/DeleteUsageLimitCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkgroupCommand.js +2 -2
- package/dist-cjs/commands/GetCredentialsCommand.js +2 -2
- package/dist-cjs/commands/GetEndpointAccessCommand.js +2 -2
- package/dist-cjs/commands/GetNamespaceCommand.js +2 -2
- package/dist-cjs/commands/GetRecoveryPointCommand.js +2 -2
- package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/GetSnapshotCommand.js +2 -2
- package/dist-cjs/commands/GetUsageLimitCommand.js +2 -2
- package/dist-cjs/commands/GetWorkgroupCommand.js +2 -2
- package/dist-cjs/commands/ListEndpointAccessCommand.js +2 -2
- package/dist-cjs/commands/ListNamespacesCommand.js +2 -2
- package/dist-cjs/commands/ListRecoveryPointsCommand.js +2 -2
- package/dist-cjs/commands/ListSnapshotsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListUsageLimitsCommand.js +2 -2
- package/dist-cjs/commands/ListWorkgroupsCommand.js +2 -2
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/RestoreFromRecoveryPointCommand.js +2 -2
- package/dist-cjs/commands/RestoreFromSnapshotCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateEndpointAccessCommand.js +2 -2
- package/dist-cjs/commands/UpdateNamespaceCommand.js +2 -2
- package/dist-cjs/commands/UpdateSnapshotCommand.js +2 -2
- package/dist-cjs/commands/UpdateUsageLimitCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkgroupCommand.js +2 -2
- package/dist-cjs/models/models_0.js +365 -539
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +3 -3
- package/dist-es/commands/CreateEndpointAccessCommand.js +3 -3
- package/dist-es/commands/CreateNamespaceCommand.js +3 -3
- package/dist-es/commands/CreateSnapshotCommand.js +3 -3
- package/dist-es/commands/CreateUsageLimitCommand.js +3 -3
- package/dist-es/commands/CreateWorkgroupCommand.js +3 -3
- package/dist-es/commands/DeleteEndpointAccessCommand.js +3 -3
- package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
- package/dist-es/commands/DeleteUsageLimitCommand.js +3 -3
- package/dist-es/commands/DeleteWorkgroupCommand.js +3 -3
- package/dist-es/commands/GetCredentialsCommand.js +3 -3
- package/dist-es/commands/GetEndpointAccessCommand.js +3 -3
- package/dist-es/commands/GetNamespaceCommand.js +3 -3
- package/dist-es/commands/GetRecoveryPointCommand.js +3 -3
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -3
- package/dist-es/commands/GetSnapshotCommand.js +3 -3
- package/dist-es/commands/GetUsageLimitCommand.js +3 -3
- package/dist-es/commands/GetWorkgroupCommand.js +3 -3
- package/dist-es/commands/ListEndpointAccessCommand.js +3 -3
- package/dist-es/commands/ListNamespacesCommand.js +3 -3
- package/dist-es/commands/ListRecoveryPointsCommand.js +3 -3
- package/dist-es/commands/ListSnapshotsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListUsageLimitsCommand.js +3 -3
- package/dist-es/commands/ListWorkgroupsCommand.js +3 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-es/commands/RestoreFromRecoveryPointCommand.js +3 -3
- package/dist-es/commands/RestoreFromSnapshotCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateEndpointAccessCommand.js +3 -3
- package/dist-es/commands/UpdateNamespaceCommand.js +3 -3
- package/dist-es/commands/UpdateSnapshotCommand.js +3 -3
- package/dist-es/commands/UpdateUsageLimitCommand.js +3 -3
- package/dist-es/commands/UpdateWorkgroupCommand.js +3 -3
- package/dist-es/models/models_0.js +87 -348
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/models/models_0.d.ts +348 -522
- package/dist-types/ts3.4/models/models_0.d.ts +174 -348
- package/package.json +9 -9
|
@@ -3160,6 +3160,9 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
3160
3160
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
3161
3161
|
const sanitizeErrorCode = (rawValue) => {
|
|
3162
3162
|
let cleanValue = rawValue;
|
|
3163
|
+
if (typeof cleanValue === "number") {
|
|
3164
|
+
cleanValue = cleanValue.toString();
|
|
3165
|
+
}
|
|
3163
3166
|
if (cleanValue.indexOf(":") >= 0) {
|
|
3164
3167
|
cleanValue = cleanValue.split(":")[0];
|
|
3165
3168
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ConvertRecoveryPointToSnapshotRequestFilterSensitiveLog, ConvertRecoveryPointToSnapshotResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ConvertRecoveryPointToSnapshotCommand, serializeAws_json1_1ConvertRecoveryPointToSnapshotCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ConvertRecoveryPointToSnapshotCommand = (function (_super) {
|
|
7
7
|
__extends(ConvertRecoveryPointToSnapshotCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ConvertRecoveryPointToSnapshotCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ConvertRecoveryPointToSnapshotRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ConvertRecoveryPointToSnapshotResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateEndpointAccessRequestFilterSensitiveLog, CreateEndpointAccessResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateEndpointAccessCommand, serializeAws_json1_1CreateEndpointAccessCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateEndpointAccessCommand = (function (_super) {
|
|
7
7
|
__extends(CreateEndpointAccessCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateEndpointAccessCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateEndpointAccessRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateEndpointAccessResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateNamespaceRequestFilterSensitiveLog, CreateNamespaceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateNamespaceCommand, serializeAws_json1_1CreateNamespaceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateNamespaceCommand = (function (_super) {
|
|
7
7
|
__extends(CreateNamespaceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateNamespaceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateNamespaceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateNamespaceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateSnapshotRequestFilterSensitiveLog, CreateSnapshotResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateSnapshotCommand, serializeAws_json1_1CreateSnapshotCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateSnapshotCommand = (function (_super) {
|
|
7
7
|
__extends(CreateSnapshotCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateSnapshotCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateSnapshotRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateSnapshotResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateUsageLimitRequestFilterSensitiveLog, CreateUsageLimitResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateUsageLimitCommand, serializeAws_json1_1CreateUsageLimitCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateUsageLimitCommand = (function (_super) {
|
|
7
7
|
__extends(CreateUsageLimitCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateUsageLimitCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateUsageLimitRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateUsageLimitResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateWorkgroupRequestFilterSensitiveLog, CreateWorkgroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateWorkgroupCommand, serializeAws_json1_1CreateWorkgroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateWorkgroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateWorkgroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateWorkgroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateWorkgroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateWorkgroupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteEndpointAccessRequestFilterSensitiveLog, DeleteEndpointAccessResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteEndpointAccessCommand, serializeAws_json1_1DeleteEndpointAccessCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteEndpointAccessCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteEndpointAccessCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteEndpointAccessCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteEndpointAccessRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteEndpointAccessResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteNamespaceRequestFilterSensitiveLog, DeleteNamespaceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteNamespaceCommand, serializeAws_json1_1DeleteNamespaceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteNamespaceCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteNamespaceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteNamespaceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteNamespaceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteNamespaceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteResourcePolicyRequestFilterSensitiveLog, DeleteResourcePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteResourcePolicyCommand, serializeAws_json1_1DeleteResourcePolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteResourcePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteResourcePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteResourcePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteResourcePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteResourcePolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteSnapshotRequestFilterSensitiveLog, DeleteSnapshotResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteSnapshotCommand, serializeAws_json1_1DeleteSnapshotCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteSnapshotCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteSnapshotCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteSnapshotCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteSnapshotRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteSnapshotResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteUsageLimitRequestFilterSensitiveLog, DeleteUsageLimitResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteUsageLimitCommand, serializeAws_json1_1DeleteUsageLimitCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteUsageLimitCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteUsageLimitCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteUsageLimitCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteUsageLimitRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteUsageLimitResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteWorkgroupRequestFilterSensitiveLog, DeleteWorkgroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteWorkgroupCommand, serializeAws_json1_1DeleteWorkgroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteWorkgroupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteWorkgroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteWorkgroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteWorkgroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteWorkgroupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetCredentialsRequestFilterSensitiveLog, GetCredentialsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetCredentialsCommand, serializeAws_json1_1GetCredentialsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetCredentialsCommand = (function (_super) {
|
|
7
7
|
__extends(GetCredentialsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetCredentialsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetCredentialsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetCredentialsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetEndpointAccessRequestFilterSensitiveLog, GetEndpointAccessResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetEndpointAccessCommand, serializeAws_json1_1GetEndpointAccessCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetEndpointAccessCommand = (function (_super) {
|
|
7
7
|
__extends(GetEndpointAccessCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetEndpointAccessCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetEndpointAccessRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetEndpointAccessResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetNamespaceRequestFilterSensitiveLog, GetNamespaceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetNamespaceCommand, serializeAws_json1_1GetNamespaceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetNamespaceCommand = (function (_super) {
|
|
7
7
|
__extends(GetNamespaceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetNamespaceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetNamespaceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetNamespaceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetRecoveryPointRequestFilterSensitiveLog, GetRecoveryPointResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetRecoveryPointCommand, serializeAws_json1_1GetRecoveryPointCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetRecoveryPointCommand = (function (_super) {
|
|
7
7
|
__extends(GetRecoveryPointCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetRecoveryPointCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetRecoveryPointRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetRecoveryPointResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetResourcePolicyRequestFilterSensitiveLog, GetResourcePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetResourcePolicyCommand, serializeAws_json1_1GetResourcePolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetResourcePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetResourcePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetResourcePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetResourcePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetResourcePolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetSnapshotRequestFilterSensitiveLog, GetSnapshotResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetSnapshotCommand, serializeAws_json1_1GetSnapshotCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetSnapshotCommand = (function (_super) {
|
|
7
7
|
__extends(GetSnapshotCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetSnapshotCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetSnapshotRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetSnapshotResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetUsageLimitRequestFilterSensitiveLog, GetUsageLimitResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetUsageLimitCommand, serializeAws_json1_1GetUsageLimitCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetUsageLimitCommand = (function (_super) {
|
|
7
7
|
__extends(GetUsageLimitCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetUsageLimitCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetUsageLimitRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetUsageLimitResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetWorkgroupRequestFilterSensitiveLog, GetWorkgroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetWorkgroupCommand, serializeAws_json1_1GetWorkgroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetWorkgroupCommand = (function (_super) {
|
|
7
7
|
__extends(GetWorkgroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetWorkgroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetWorkgroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetWorkgroupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListEndpointAccessRequestFilterSensitiveLog, ListEndpointAccessResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListEndpointAccessCommand, serializeAws_json1_1ListEndpointAccessCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListEndpointAccessCommand = (function (_super) {
|
|
7
7
|
__extends(ListEndpointAccessCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListEndpointAccessCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListEndpointAccessRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListEndpointAccessResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListNamespacesRequestFilterSensitiveLog, ListNamespacesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListNamespacesCommand, serializeAws_json1_1ListNamespacesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListNamespacesCommand = (function (_super) {
|
|
7
7
|
__extends(ListNamespacesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListNamespacesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListNamespacesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListNamespacesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListRecoveryPointsRequestFilterSensitiveLog, ListRecoveryPointsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListRecoveryPointsCommand, serializeAws_json1_1ListRecoveryPointsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListRecoveryPointsCommand = (function (_super) {
|
|
7
7
|
__extends(ListRecoveryPointsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListRecoveryPointsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListRecoveryPointsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListRecoveryPointsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListSnapshotsRequestFilterSensitiveLog, ListSnapshotsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListSnapshotsCommand, serializeAws_json1_1ListSnapshotsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListSnapshotsCommand = (function (_super) {
|
|
7
7
|
__extends(ListSnapshotsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListSnapshotsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListSnapshotsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListSnapshotsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListUsageLimitsRequestFilterSensitiveLog, ListUsageLimitsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListUsageLimitsCommand, serializeAws_json1_1ListUsageLimitsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListUsageLimitsCommand = (function (_super) {
|
|
7
7
|
__extends(ListUsageLimitsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListUsageLimitsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListUsageLimitsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListUsageLimitsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListWorkgroupsRequestFilterSensitiveLog, ListWorkgroupsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListWorkgroupsCommand, serializeAws_json1_1ListWorkgroupsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListWorkgroupsCommand = (function (_super) {
|
|
7
7
|
__extends(ListWorkgroupsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListWorkgroupsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListWorkgroupsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListWorkgroupsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutResourcePolicyRequestFilterSensitiveLog, PutResourcePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutResourcePolicyCommand, serializeAws_json1_1PutResourcePolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutResourcePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(PutResourcePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutResourcePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutResourcePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutResourcePolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { RestoreFromRecoveryPointRequestFilterSensitiveLog, RestoreFromRecoveryPointResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1RestoreFromRecoveryPointCommand, serializeAws_json1_1RestoreFromRecoveryPointCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var RestoreFromRecoveryPointCommand = (function (_super) {
|
|
7
7
|
__extends(RestoreFromRecoveryPointCommand, _super);
|
|
@@ -20,8 +20,8 @@ var RestoreFromRecoveryPointCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RestoreFromRecoveryPointRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RestoreFromRecoveryPointResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|