@aws-sdk/client-finspace-data 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateUserToPermissionGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateChangesetCommand.js +2 -2
- package/dist-cjs/commands/CreateDataViewCommand.js +2 -2
- package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
- package/dist-cjs/commands/CreatePermissionGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateUserCommand.js +2 -2
- package/dist-cjs/commands/DeleteDatasetCommand.js +2 -2
- package/dist-cjs/commands/DeletePermissionGroupCommand.js +2 -2
- package/dist-cjs/commands/DisableUserCommand.js +2 -2
- package/dist-cjs/commands/DisassociateUserFromPermissionGroupCommand.js +2 -2
- package/dist-cjs/commands/EnableUserCommand.js +2 -2
- package/dist-cjs/commands/GetChangesetCommand.js +2 -2
- package/dist-cjs/commands/GetDataViewCommand.js +2 -2
- package/dist-cjs/commands/GetDatasetCommand.js +2 -2
- package/dist-cjs/commands/GetExternalDataViewAccessDetailsCommand.js +2 -2
- package/dist-cjs/commands/GetPermissionGroupCommand.js +2 -2
- package/dist-cjs/commands/GetProgrammaticAccessCredentialsCommand.js +2 -2
- package/dist-cjs/commands/GetUserCommand.js +2 -2
- package/dist-cjs/commands/GetWorkingLocationCommand.js +2 -2
- package/dist-cjs/commands/ListChangesetsCommand.js +2 -2
- package/dist-cjs/commands/ListDataViewsCommand.js +2 -2
- package/dist-cjs/commands/ListDatasetsCommand.js +2 -2
- package/dist-cjs/commands/ListPermissionGroupsByUserCommand.js +2 -2
- package/dist-cjs/commands/ListPermissionGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListUsersByPermissionGroupCommand.js +2 -2
- package/dist-cjs/commands/ListUsersCommand.js +2 -2
- package/dist-cjs/commands/ResetUserPasswordCommand.js +2 -2
- package/dist-cjs/commands/UpdateChangesetCommand.js +2 -2
- package/dist-cjs/commands/UpdateDatasetCommand.js +2 -2
- package/dist-cjs/commands/UpdatePermissionGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserCommand.js +2 -2
- package/dist-cjs/models/models_0.js +365 -527
- package/dist-es/commands/AssociateUserToPermissionGroupCommand.js +3 -3
- package/dist-es/commands/CreateChangesetCommand.js +3 -3
- package/dist-es/commands/CreateDataViewCommand.js +3 -3
- package/dist-es/commands/CreateDatasetCommand.js +3 -3
- package/dist-es/commands/CreatePermissionGroupCommand.js +3 -3
- package/dist-es/commands/CreateUserCommand.js +3 -3
- package/dist-es/commands/DeleteDatasetCommand.js +3 -3
- package/dist-es/commands/DeletePermissionGroupCommand.js +3 -3
- package/dist-es/commands/DisableUserCommand.js +3 -3
- package/dist-es/commands/DisassociateUserFromPermissionGroupCommand.js +3 -3
- package/dist-es/commands/EnableUserCommand.js +3 -3
- package/dist-es/commands/GetChangesetCommand.js +3 -3
- package/dist-es/commands/GetDataViewCommand.js +3 -3
- package/dist-es/commands/GetDatasetCommand.js +3 -3
- package/dist-es/commands/GetExternalDataViewAccessDetailsCommand.js +3 -3
- package/dist-es/commands/GetPermissionGroupCommand.js +3 -3
- package/dist-es/commands/GetProgrammaticAccessCredentialsCommand.js +3 -3
- package/dist-es/commands/GetUserCommand.js +3 -3
- package/dist-es/commands/GetWorkingLocationCommand.js +3 -3
- package/dist-es/commands/ListChangesetsCommand.js +3 -3
- package/dist-es/commands/ListDataViewsCommand.js +3 -3
- package/dist-es/commands/ListDatasetsCommand.js +3 -3
- package/dist-es/commands/ListPermissionGroupsByUserCommand.js +3 -3
- package/dist-es/commands/ListPermissionGroupsCommand.js +3 -3
- package/dist-es/commands/ListUsersByPermissionGroupCommand.js +3 -3
- package/dist-es/commands/ListUsersCommand.js +3 -3
- package/dist-es/commands/ResetUserPasswordCommand.js +3 -3
- package/dist-es/commands/UpdateChangesetCommand.js +3 -3
- package/dist-es/commands/UpdateDatasetCommand.js +3 -3
- package/dist-es/commands/UpdatePermissionGroupCommand.js +3 -3
- package/dist-es/commands/UpdateUserCommand.js +3 -3
- package/dist-es/models/models_0.js +85 -328
- package/dist-types/models/models_0.d.ts +324 -486
- package/dist-types/ts3.4/models/models_0.d.ts +162 -324
- package/package.json +7 -7
|
@@ -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 { AssociateUserToPermissionGroupRequestFilterSensitiveLog, AssociateUserToPermissionGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AssociateUserToPermissionGroupCommand, serializeAws_restJson1AssociateUserToPermissionGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AssociateUserToPermissionGroupCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateUserToPermissionGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateUserToPermissionGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateUserToPermissionGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateUserToPermissionGroupResponseFilterSensitiveLog,
|
|
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 { CreateChangesetRequestFilterSensitiveLog, CreateChangesetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateChangesetCommand, serializeAws_restJson1CreateChangesetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateChangesetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateChangesetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateChangesetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateChangesetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateChangesetResponseFilterSensitiveLog,
|
|
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 { CreateDataViewRequestFilterSensitiveLog, CreateDataViewResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateDataViewCommand, serializeAws_restJson1CreateDataViewCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateDataViewCommand = (function (_super) {
|
|
7
7
|
__extends(CreateDataViewCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateDataViewCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateDataViewRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateDataViewResponseFilterSensitiveLog,
|
|
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 { CreateDatasetRequestFilterSensitiveLog, CreateDatasetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateDatasetCommand, serializeAws_restJson1CreateDatasetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateDatasetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateDatasetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateDatasetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateDatasetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateDatasetResponseFilterSensitiveLog,
|
|
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 { CreatePermissionGroupRequestFilterSensitiveLog, CreatePermissionGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreatePermissionGroupCommand, serializeAws_restJson1CreatePermissionGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreatePermissionGroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreatePermissionGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreatePermissionGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreatePermissionGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreatePermissionGroupResponseFilterSensitiveLog,
|
|
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 { CreateUserRequestFilterSensitiveLog, CreateUserResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateUserCommand, serializeAws_restJson1CreateUserCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateUserCommand = (function (_super) {
|
|
7
7
|
__extends(CreateUserCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateUserCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateUserRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateUserResponseFilterSensitiveLog,
|
|
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 { DeleteDatasetRequestFilterSensitiveLog, DeleteDatasetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteDatasetCommand, serializeAws_restJson1DeleteDatasetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteDatasetCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteDatasetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteDatasetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteDatasetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteDatasetResponseFilterSensitiveLog,
|
|
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 { DeletePermissionGroupRequestFilterSensitiveLog, DeletePermissionGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeletePermissionGroupCommand, serializeAws_restJson1DeletePermissionGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeletePermissionGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DeletePermissionGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeletePermissionGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeletePermissionGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeletePermissionGroupResponseFilterSensitiveLog,
|
|
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 { DisableUserRequestFilterSensitiveLog, DisableUserResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DisableUserCommand, serializeAws_restJson1DisableUserCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DisableUserCommand = (function (_super) {
|
|
7
7
|
__extends(DisableUserCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisableUserCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisableUserRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisableUserResponseFilterSensitiveLog,
|
|
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 { DisassociateUserFromPermissionGroupRequestFilterSensitiveLog, DisassociateUserFromPermissionGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DisassociateUserFromPermissionGroupCommand, serializeAws_restJson1DisassociateUserFromPermissionGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DisassociateUserFromPermissionGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateUserFromPermissionGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateUserFromPermissionGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateUserFromPermissionGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateUserFromPermissionGroupResponseFilterSensitiveLog,
|
|
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 { EnableUserRequestFilterSensitiveLog, EnableUserResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1EnableUserCommand, serializeAws_restJson1EnableUserCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var EnableUserCommand = (function (_super) {
|
|
7
7
|
__extends(EnableUserCommand, _super);
|
|
@@ -20,8 +20,8 @@ var EnableUserCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: EnableUserRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: EnableUserResponseFilterSensitiveLog,
|
|
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 { GetChangesetRequestFilterSensitiveLog, GetChangesetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetChangesetCommand, serializeAws_restJson1GetChangesetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetChangesetCommand = (function (_super) {
|
|
7
7
|
__extends(GetChangesetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetChangesetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetChangesetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetChangesetResponseFilterSensitiveLog,
|
|
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 { GetDataViewRequestFilterSensitiveLog, GetDataViewResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetDataViewCommand, serializeAws_restJson1GetDataViewCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetDataViewCommand = (function (_super) {
|
|
7
7
|
__extends(GetDataViewCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetDataViewCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetDataViewRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetDataViewResponseFilterSensitiveLog,
|
|
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 { GetDatasetRequestFilterSensitiveLog, GetDatasetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetDatasetCommand, serializeAws_restJson1GetDatasetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetDatasetCommand = (function (_super) {
|
|
7
7
|
__extends(GetDatasetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetDatasetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetDatasetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetDatasetResponseFilterSensitiveLog,
|
|
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 { GetExternalDataViewAccessDetailsRequestFilterSensitiveLog, GetExternalDataViewAccessDetailsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetExternalDataViewAccessDetailsCommand, serializeAws_restJson1GetExternalDataViewAccessDetailsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetExternalDataViewAccessDetailsCommand = (function (_super) {
|
|
7
7
|
__extends(GetExternalDataViewAccessDetailsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetExternalDataViewAccessDetailsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetExternalDataViewAccessDetailsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetExternalDataViewAccessDetailsResponseFilterSensitiveLog,
|
|
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 { GetPermissionGroupRequestFilterSensitiveLog, GetPermissionGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetPermissionGroupCommand, serializeAws_restJson1GetPermissionGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetPermissionGroupCommand = (function (_super) {
|
|
7
7
|
__extends(GetPermissionGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetPermissionGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetPermissionGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetPermissionGroupResponseFilterSensitiveLog,
|
|
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 { GetProgrammaticAccessCredentialsRequestFilterSensitiveLog, GetProgrammaticAccessCredentialsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetProgrammaticAccessCredentialsCommand, serializeAws_restJson1GetProgrammaticAccessCredentialsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetProgrammaticAccessCredentialsCommand = (function (_super) {
|
|
7
7
|
__extends(GetProgrammaticAccessCredentialsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetProgrammaticAccessCredentialsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetProgrammaticAccessCredentialsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetProgrammaticAccessCredentialsResponseFilterSensitiveLog,
|
|
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 { GetUserRequestFilterSensitiveLog, GetUserResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetUserCommand, serializeAws_restJson1GetUserCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetUserCommand = (function (_super) {
|
|
7
7
|
__extends(GetUserCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetUserCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetUserRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetUserResponseFilterSensitiveLog,
|
|
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 { GetWorkingLocationRequestFilterSensitiveLog, GetWorkingLocationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetWorkingLocationCommand, serializeAws_restJson1GetWorkingLocationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetWorkingLocationCommand = (function (_super) {
|
|
7
7
|
__extends(GetWorkingLocationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetWorkingLocationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetWorkingLocationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetWorkingLocationResponseFilterSensitiveLog,
|
|
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 { ListChangesetsRequestFilterSensitiveLog, ListChangesetsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListChangesetsCommand, serializeAws_restJson1ListChangesetsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListChangesetsCommand = (function (_super) {
|
|
7
7
|
__extends(ListChangesetsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListChangesetsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListChangesetsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListChangesetsResponseFilterSensitiveLog,
|
|
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 { ListDataViewsRequestFilterSensitiveLog, ListDataViewsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListDataViewsCommand, serializeAws_restJson1ListDataViewsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListDataViewsCommand = (function (_super) {
|
|
7
7
|
__extends(ListDataViewsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListDataViewsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListDataViewsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListDataViewsResponseFilterSensitiveLog,
|
|
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 { ListDatasetsRequestFilterSensitiveLog, ListDatasetsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListDatasetsCommand, serializeAws_restJson1ListDatasetsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListDatasetsCommand = (function (_super) {
|
|
7
7
|
__extends(ListDatasetsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListDatasetsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListDatasetsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListDatasetsResponseFilterSensitiveLog,
|
|
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 { ListPermissionGroupsByUserRequestFilterSensitiveLog, ListPermissionGroupsByUserResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListPermissionGroupsByUserCommand, serializeAws_restJson1ListPermissionGroupsByUserCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListPermissionGroupsByUserCommand = (function (_super) {
|
|
7
7
|
__extends(ListPermissionGroupsByUserCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListPermissionGroupsByUserCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListPermissionGroupsByUserRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListPermissionGroupsByUserResponseFilterSensitiveLog,
|
|
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 { ListPermissionGroupsRequestFilterSensitiveLog, ListPermissionGroupsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListPermissionGroupsCommand, serializeAws_restJson1ListPermissionGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListPermissionGroupsCommand = (function (_super) {
|
|
7
7
|
__extends(ListPermissionGroupsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListPermissionGroupsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListPermissionGroupsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListPermissionGroupsResponseFilterSensitiveLog,
|
|
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 { ListUsersByPermissionGroupRequestFilterSensitiveLog, ListUsersByPermissionGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListUsersByPermissionGroupCommand, serializeAws_restJson1ListUsersByPermissionGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListUsersByPermissionGroupCommand = (function (_super) {
|
|
7
7
|
__extends(ListUsersByPermissionGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListUsersByPermissionGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListUsersByPermissionGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListUsersByPermissionGroupResponseFilterSensitiveLog,
|
|
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 { ListUsersRequestFilterSensitiveLog, ListUsersResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListUsersCommand, serializeAws_restJson1ListUsersCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListUsersCommand = (function (_super) {
|
|
7
7
|
__extends(ListUsersCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListUsersCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListUsersRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListUsersResponseFilterSensitiveLog,
|
|
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 { ResetUserPasswordRequestFilterSensitiveLog, ResetUserPasswordResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ResetUserPasswordCommand, serializeAws_restJson1ResetUserPasswordCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ResetUserPasswordCommand = (function (_super) {
|
|
7
7
|
__extends(ResetUserPasswordCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ResetUserPasswordCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ResetUserPasswordRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ResetUserPasswordResponseFilterSensitiveLog,
|
|
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 { UpdateChangesetRequestFilterSensitiveLog, UpdateChangesetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateChangesetCommand, serializeAws_restJson1UpdateChangesetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateChangesetCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateChangesetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateChangesetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateChangesetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateChangesetResponseFilterSensitiveLog,
|
|
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 { UpdateDatasetRequestFilterSensitiveLog, UpdateDatasetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateDatasetCommand, serializeAws_restJson1UpdateDatasetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateDatasetCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateDatasetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateDatasetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateDatasetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateDatasetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|