@aws-sdk/client-datasync 3.131.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 +11 -0
- package/dist-cjs/commands/CancelTaskExecutionCommand.js +2 -2
- package/dist-cjs/commands/CreateAgentCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationEfsCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationHdfsCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationNfsCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +2 -2
- package/dist-cjs/commands/CreateLocationS3Command.js +2 -2
- package/dist-cjs/commands/CreateLocationSmbCommand.js +2 -2
- package/dist-cjs/commands/CreateTaskCommand.js +2 -2
- package/dist-cjs/commands/DeleteAgentCommand.js +2 -2
- package/dist-cjs/commands/DeleteLocationCommand.js +2 -2
- package/dist-cjs/commands/DeleteTaskCommand.js +2 -2
- package/dist-cjs/commands/DescribeAgentCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationEfsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationHdfsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationNfsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +2 -2
- package/dist-cjs/commands/DescribeLocationS3Command.js +2 -2
- package/dist-cjs/commands/DescribeLocationSmbCommand.js +2 -2
- package/dist-cjs/commands/DescribeTaskCommand.js +2 -2
- package/dist-cjs/commands/DescribeTaskExecutionCommand.js +2 -2
- package/dist-cjs/commands/ListAgentsCommand.js +2 -2
- package/dist-cjs/commands/ListLocationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTaskExecutionsCommand.js +2 -2
- package/dist-cjs/commands/ListTasksCommand.js +2 -2
- package/dist-cjs/commands/StartTaskExecutionCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAgentCommand.js +2 -2
- package/dist-cjs/commands/UpdateLocationHdfsCommand.js +2 -2
- package/dist-cjs/commands/UpdateLocationNfsCommand.js +2 -2
- package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +2 -2
- package/dist-cjs/commands/UpdateLocationSmbCommand.js +2 -2
- package/dist-cjs/commands/UpdateTaskCommand.js +2 -2
- package/dist-cjs/commands/UpdateTaskExecutionCommand.js +2 -2
- package/dist-cjs/models/models_0.js +454 -674
- package/dist-es/commands/CancelTaskExecutionCommand.js +3 -3
- package/dist-es/commands/CreateAgentCommand.js +3 -3
- package/dist-es/commands/CreateLocationEfsCommand.js +3 -3
- package/dist-es/commands/CreateLocationFsxLustreCommand.js +3 -3
- package/dist-es/commands/CreateLocationFsxOntapCommand.js +3 -3
- package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +3 -3
- package/dist-es/commands/CreateLocationFsxWindowsCommand.js +3 -3
- package/dist-es/commands/CreateLocationHdfsCommand.js +3 -3
- package/dist-es/commands/CreateLocationNfsCommand.js +3 -3
- package/dist-es/commands/CreateLocationObjectStorageCommand.js +3 -3
- package/dist-es/commands/CreateLocationS3Command.js +3 -3
- package/dist-es/commands/CreateLocationSmbCommand.js +3 -3
- package/dist-es/commands/CreateTaskCommand.js +3 -3
- package/dist-es/commands/DeleteAgentCommand.js +3 -3
- package/dist-es/commands/DeleteLocationCommand.js +3 -3
- package/dist-es/commands/DeleteTaskCommand.js +3 -3
- package/dist-es/commands/DescribeAgentCommand.js +3 -3
- package/dist-es/commands/DescribeLocationEfsCommand.js +3 -3
- package/dist-es/commands/DescribeLocationFsxLustreCommand.js +3 -3
- package/dist-es/commands/DescribeLocationFsxOntapCommand.js +3 -3
- package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +3 -3
- package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +3 -3
- package/dist-es/commands/DescribeLocationHdfsCommand.js +3 -3
- package/dist-es/commands/DescribeLocationNfsCommand.js +3 -3
- package/dist-es/commands/DescribeLocationObjectStorageCommand.js +3 -3
- package/dist-es/commands/DescribeLocationS3Command.js +3 -3
- package/dist-es/commands/DescribeLocationSmbCommand.js +3 -3
- package/dist-es/commands/DescribeTaskCommand.js +3 -3
- package/dist-es/commands/DescribeTaskExecutionCommand.js +3 -3
- package/dist-es/commands/ListAgentsCommand.js +3 -3
- package/dist-es/commands/ListLocationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTaskExecutionsCommand.js +3 -3
- package/dist-es/commands/ListTasksCommand.js +3 -3
- package/dist-es/commands/StartTaskExecutionCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAgentCommand.js +3 -3
- package/dist-es/commands/UpdateLocationHdfsCommand.js +3 -3
- package/dist-es/commands/UpdateLocationNfsCommand.js +3 -3
- package/dist-es/commands/UpdateLocationObjectStorageCommand.js +3 -3
- package/dist-es/commands/UpdateLocationSmbCommand.js +3 -3
- package/dist-es/commands/UpdateTaskCommand.js +3 -3
- package/dist-es/commands/UpdateTaskExecutionCommand.js +3 -3
- package/dist-es/models/models_0.js +110 -440
- package/dist-types/models/models_0.d.ts +440 -660
- package/dist-types/ts3.4/models/models_0.d.ts +220 -440
- package/package.json +6 -6
|
@@ -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 { CancelTaskExecutionRequestFilterSensitiveLog, CancelTaskExecutionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CancelTaskExecutionCommand, serializeAws_json1_1CancelTaskExecutionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CancelTaskExecutionCommand = (function (_super) {
|
|
7
7
|
__extends(CancelTaskExecutionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CancelTaskExecutionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CancelTaskExecutionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CancelTaskExecutionResponseFilterSensitiveLog,
|
|
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 { CreateAgentRequestFilterSensitiveLog, CreateAgentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateAgentCommand, serializeAws_json1_1CreateAgentCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateAgentCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAgentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAgentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAgentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAgentResponseFilterSensitiveLog,
|
|
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 { CreateLocationEfsRequestFilterSensitiveLog, CreateLocationEfsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateLocationEfsCommand, serializeAws_json1_1CreateLocationEfsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateLocationEfsCommand = (function (_super) {
|
|
7
7
|
__extends(CreateLocationEfsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateLocationEfsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateLocationEfsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateLocationEfsResponseFilterSensitiveLog,
|
|
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 { CreateLocationFsxLustreRequestFilterSensitiveLog, CreateLocationFsxLustreResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateLocationFsxLustreCommand, serializeAws_json1_1CreateLocationFsxLustreCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateLocationFsxLustreCommand = (function (_super) {
|
|
7
7
|
__extends(CreateLocationFsxLustreCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateLocationFsxLustreCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateLocationFsxLustreRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateLocationFsxLustreResponseFilterSensitiveLog,
|
|
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 { CreateLocationFsxOntapRequestFilterSensitiveLog, CreateLocationFsxOntapResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateLocationFsxOntapCommand, serializeAws_json1_1CreateLocationFsxOntapCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateLocationFsxOntapCommand = (function (_super) {
|
|
7
7
|
__extends(CreateLocationFsxOntapCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateLocationFsxOntapCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateLocationFsxOntapRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateLocationFsxOntapResponseFilterSensitiveLog,
|
|
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 { CreateLocationFsxOpenZfsRequestFilterSensitiveLog, CreateLocationFsxOpenZfsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateLocationFsxOpenZfsCommand, serializeAws_json1_1CreateLocationFsxOpenZfsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateLocationFsxOpenZfsCommand = (function (_super) {
|
|
7
7
|
__extends(CreateLocationFsxOpenZfsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateLocationFsxOpenZfsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateLocationFsxOpenZfsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateLocationFsxOpenZfsResponseFilterSensitiveLog,
|
|
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 { CreateLocationFsxWindowsRequestFilterSensitiveLog, CreateLocationFsxWindowsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateLocationFsxWindowsCommand, serializeAws_json1_1CreateLocationFsxWindowsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateLocationFsxWindowsCommand = (function (_super) {
|
|
7
7
|
__extends(CreateLocationFsxWindowsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateLocationFsxWindowsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateLocationFsxWindowsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateLocationFsxWindowsResponseFilterSensitiveLog,
|
|
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 { CreateLocationHdfsRequestFilterSensitiveLog, CreateLocationHdfsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateLocationHdfsCommand, serializeAws_json1_1CreateLocationHdfsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateLocationHdfsCommand = (function (_super) {
|
|
7
7
|
__extends(CreateLocationHdfsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateLocationHdfsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateLocationHdfsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateLocationHdfsResponseFilterSensitiveLog,
|
|
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 { CreateLocationNfsRequestFilterSensitiveLog, CreateLocationNfsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateLocationNfsCommand, serializeAws_json1_1CreateLocationNfsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateLocationNfsCommand = (function (_super) {
|
|
7
7
|
__extends(CreateLocationNfsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateLocationNfsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateLocationNfsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateLocationNfsResponseFilterSensitiveLog,
|
|
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 { CreateLocationObjectStorageRequestFilterSensitiveLog, CreateLocationObjectStorageResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateLocationObjectStorageCommand, serializeAws_json1_1CreateLocationObjectStorageCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateLocationObjectStorageCommand = (function (_super) {
|
|
7
7
|
__extends(CreateLocationObjectStorageCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateLocationObjectStorageCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateLocationObjectStorageRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateLocationObjectStorageResponseFilterSensitiveLog,
|
|
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 { CreateLocationS3RequestFilterSensitiveLog, CreateLocationS3ResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateLocationS3Command, serializeAws_json1_1CreateLocationS3Command, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateLocationS3Command = (function (_super) {
|
|
7
7
|
__extends(CreateLocationS3Command, _super);
|
|
@@ -20,8 +20,8 @@ var CreateLocationS3Command = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateLocationS3RequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateLocationS3ResponseFilterSensitiveLog,
|
|
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 { CreateLocationSmbRequestFilterSensitiveLog, CreateLocationSmbResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateLocationSmbCommand, serializeAws_json1_1CreateLocationSmbCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateLocationSmbCommand = (function (_super) {
|
|
7
7
|
__extends(CreateLocationSmbCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateLocationSmbCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateLocationSmbRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateLocationSmbResponseFilterSensitiveLog,
|
|
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 { CreateTaskRequestFilterSensitiveLog, CreateTaskResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateTaskCommand, serializeAws_json1_1CreateTaskCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateTaskCommand = (function (_super) {
|
|
7
7
|
__extends(CreateTaskCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateTaskCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateTaskRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateTaskResponseFilterSensitiveLog,
|
|
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 { DeleteAgentRequestFilterSensitiveLog, DeleteAgentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteAgentCommand, serializeAws_json1_1DeleteAgentCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteAgentCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAgentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAgentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAgentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAgentResponseFilterSensitiveLog,
|
|
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 { DeleteLocationRequestFilterSensitiveLog, DeleteLocationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteLocationCommand, serializeAws_json1_1DeleteLocationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteLocationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteLocationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteLocationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteLocationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteLocationResponseFilterSensitiveLog,
|
|
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 { DeleteTaskRequestFilterSensitiveLog, DeleteTaskResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteTaskCommand, serializeAws_json1_1DeleteTaskCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteTaskCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteTaskCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteTaskCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteTaskRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteTaskResponseFilterSensitiveLog,
|
|
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 { DescribeAgentRequestFilterSensitiveLog, DescribeAgentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeAgentCommand, serializeAws_json1_1DescribeAgentCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeAgentCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAgentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAgentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAgentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAgentResponseFilterSensitiveLog,
|
|
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 { DescribeLocationEfsRequestFilterSensitiveLog, DescribeLocationEfsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeLocationEfsCommand, serializeAws_json1_1DescribeLocationEfsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeLocationEfsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeLocationEfsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeLocationEfsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeLocationEfsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeLocationEfsResponseFilterSensitiveLog,
|
|
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 { DescribeLocationFsxLustreRequestFilterSensitiveLog, DescribeLocationFsxLustreResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeLocationFsxLustreCommand, serializeAws_json1_1DescribeLocationFsxLustreCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeLocationFsxLustreCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeLocationFsxLustreCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeLocationFsxLustreCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeLocationFsxLustreRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeLocationFsxLustreResponseFilterSensitiveLog,
|
|
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 { DescribeLocationFsxOntapRequestFilterSensitiveLog, DescribeLocationFsxOntapResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeLocationFsxOntapCommand, serializeAws_json1_1DescribeLocationFsxOntapCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeLocationFsxOntapCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeLocationFsxOntapCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeLocationFsxOntapCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeLocationFsxOntapRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeLocationFsxOntapResponseFilterSensitiveLog,
|
|
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 { DescribeLocationFsxOpenZfsRequestFilterSensitiveLog, DescribeLocationFsxOpenZfsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeLocationFsxOpenZfsCommand, serializeAws_json1_1DescribeLocationFsxOpenZfsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeLocationFsxOpenZfsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeLocationFsxOpenZfsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeLocationFsxOpenZfsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeLocationFsxOpenZfsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeLocationFsxOpenZfsResponseFilterSensitiveLog,
|
|
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 { DescribeLocationFsxWindowsRequestFilterSensitiveLog, DescribeLocationFsxWindowsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeLocationFsxWindowsCommand, serializeAws_json1_1DescribeLocationFsxWindowsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeLocationFsxWindowsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeLocationFsxWindowsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeLocationFsxWindowsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeLocationFsxWindowsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeLocationFsxWindowsResponseFilterSensitiveLog,
|
|
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 { DescribeLocationHdfsRequestFilterSensitiveLog, DescribeLocationHdfsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeLocationHdfsCommand, serializeAws_json1_1DescribeLocationHdfsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeLocationHdfsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeLocationHdfsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeLocationHdfsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeLocationHdfsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeLocationHdfsResponseFilterSensitiveLog,
|
|
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 { DescribeLocationNfsRequestFilterSensitiveLog, DescribeLocationNfsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeLocationNfsCommand, serializeAws_json1_1DescribeLocationNfsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeLocationNfsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeLocationNfsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeLocationNfsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeLocationNfsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeLocationNfsResponseFilterSensitiveLog,
|
|
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 { DescribeLocationObjectStorageRequestFilterSensitiveLog, DescribeLocationObjectStorageResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeLocationObjectStorageCommand, serializeAws_json1_1DescribeLocationObjectStorageCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeLocationObjectStorageCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeLocationObjectStorageCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeLocationObjectStorageCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeLocationObjectStorageRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeLocationObjectStorageResponseFilterSensitiveLog,
|
|
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 { DescribeLocationS3RequestFilterSensitiveLog, DescribeLocationS3ResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeLocationS3Command, serializeAws_json1_1DescribeLocationS3Command, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeLocationS3Command = (function (_super) {
|
|
7
7
|
__extends(DescribeLocationS3Command, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeLocationS3Command = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeLocationS3RequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeLocationS3ResponseFilterSensitiveLog,
|
|
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 { DescribeLocationSmbRequestFilterSensitiveLog, DescribeLocationSmbResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeLocationSmbCommand, serializeAws_json1_1DescribeLocationSmbCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeLocationSmbCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeLocationSmbCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeLocationSmbCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeLocationSmbRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeLocationSmbResponseFilterSensitiveLog,
|
|
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 { DescribeTaskRequestFilterSensitiveLog, DescribeTaskResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeTaskCommand, serializeAws_json1_1DescribeTaskCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeTaskCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeTaskCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeTaskCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeTaskRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeTaskResponseFilterSensitiveLog,
|
|
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 { DescribeTaskExecutionRequestFilterSensitiveLog, DescribeTaskExecutionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeTaskExecutionCommand, serializeAws_json1_1DescribeTaskExecutionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeTaskExecutionCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeTaskExecutionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeTaskExecutionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeTaskExecutionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeTaskExecutionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|