@aws-sdk/client-datasync 3.39.0 → 3.43.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 +39 -0
- package/dist-cjs/DataSync.js +45 -0
- package/dist-cjs/commands/CreateLocationHdfsCommand.js +36 -0
- package/dist-cjs/commands/DescribeLocationHdfsCommand.js +36 -0
- package/dist-cjs/commands/UpdateLocationHdfsCommand.js +36 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/endpoints.js +151 -26
- package/dist-cjs/models/models_0.js +70 -3
- package/dist-cjs/protocols/Aws_json1_1.js +336 -2
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/DataSync.js +45 -0
- package/dist-es/commands/CreateLocationHdfsCommand.js +39 -0
- package/dist-es/commands/DescribeLocationHdfsCommand.js +39 -0
- package/dist-es/commands/UpdateLocationHdfsCommand.js +39 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoints.js +151 -26
- package/dist-es/models/models_0.js +51 -0
- package/dist-es/protocols/Aws_json1_1.js +328 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/DataSync.d.ts +23 -0
- package/dist-types/DataSyncClient.d.ts +13 -2
- package/dist-types/commands/CancelTaskExecutionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAgentCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocationEfsCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +35 -0
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocationS3Command.d.ts +1 -1
- package/dist-types/commands/CreateLocationSmbCommand.d.ts +1 -1
- package/dist-types/commands/CreateTaskCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAgentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTaskCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAgentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationEfsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeLocationNfsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationS3Command.d.ts +1 -1
- package/dist-types/commands/DescribeLocationSmbCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTaskCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +1 -1
- package/dist-types/commands/ListAgentsCommand.d.ts +1 -1
- package/dist-types/commands/ListLocationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTaskExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTasksCommand.d.ts +1 -1
- package/dist-types/commands/StartTaskExecutionCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +36 -0
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +343 -25
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/DataSync.d.ts +15 -0
- package/dist-types/ts3.4/DataSyncClient.d.ts +9 -2
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +154 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeLocationHdfsRequest, DescribeLocationHdfsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeLocationHdfsCommand, serializeAws_json1_1DescribeLocationHdfsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DescribeLocationHdfsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeLocationHdfsCommand, _super);
|
|
8
|
+
function DescribeLocationHdfsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeLocationHdfsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DataSyncClient";
|
|
18
|
+
var commandName = "DescribeLocationHdfsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeLocationHdfsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeLocationHdfsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeLocationHdfsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1DescribeLocationHdfsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeLocationHdfsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1DescribeLocationHdfsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeLocationHdfsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeLocationHdfsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateLocationHdfsRequest, UpdateLocationHdfsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UpdateLocationHdfsCommand, serializeAws_json1_1UpdateLocationHdfsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var UpdateLocationHdfsCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateLocationHdfsCommand, _super);
|
|
8
|
+
function UpdateLocationHdfsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
UpdateLocationHdfsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DataSyncClient";
|
|
18
|
+
var commandName = "UpdateLocationHdfsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: UpdateLocationHdfsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateLocationHdfsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
UpdateLocationHdfsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1UpdateLocationHdfsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
UpdateLocationHdfsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1UpdateLocationHdfsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return UpdateLocationHdfsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateLocationHdfsCommand };
|
|
@@ -2,6 +2,7 @@ export * from "./CancelTaskExecutionCommand";
|
|
|
2
2
|
export * from "./CreateAgentCommand";
|
|
3
3
|
export * from "./CreateLocationEfsCommand";
|
|
4
4
|
export * from "./CreateLocationFsxWindowsCommand";
|
|
5
|
+
export * from "./CreateLocationHdfsCommand";
|
|
5
6
|
export * from "./CreateLocationNfsCommand";
|
|
6
7
|
export * from "./CreateLocationObjectStorageCommand";
|
|
7
8
|
export * from "./CreateLocationS3Command";
|
|
@@ -13,6 +14,7 @@ export * from "./DeleteTaskCommand";
|
|
|
13
14
|
export * from "./DescribeAgentCommand";
|
|
14
15
|
export * from "./DescribeLocationEfsCommand";
|
|
15
16
|
export * from "./DescribeLocationFsxWindowsCommand";
|
|
17
|
+
export * from "./DescribeLocationHdfsCommand";
|
|
16
18
|
export * from "./DescribeLocationNfsCommand";
|
|
17
19
|
export * from "./DescribeLocationObjectStorageCommand";
|
|
18
20
|
export * from "./DescribeLocationS3Command";
|
|
@@ -28,6 +30,7 @@ export * from "./StartTaskExecutionCommand";
|
|
|
28
30
|
export * from "./TagResourceCommand";
|
|
29
31
|
export * from "./UntagResourceCommand";
|
|
30
32
|
export * from "./UpdateAgentCommand";
|
|
33
|
+
export * from "./UpdateLocationHdfsCommand";
|
|
31
34
|
export * from "./UpdateLocationNfsCommand";
|
|
32
35
|
export * from "./UpdateLocationObjectStorageCommand";
|
|
33
36
|
export * from "./UpdateLocationSmbCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -1,33 +1,89 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
2
|
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
3
3
|
var regionHash = {
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
"ca-central-1": {
|
|
5
|
+
variants: [
|
|
6
|
+
{
|
|
7
|
+
hostname: "datasync.ca-central-1.amazonaws.com",
|
|
8
|
+
tags: [],
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
hostname: "datasync-fips.ca-central-1.amazonaws.com",
|
|
12
|
+
tags: ["fips"],
|
|
13
|
+
},
|
|
14
|
+
],
|
|
7
15
|
},
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
16
|
+
"us-east-1": {
|
|
17
|
+
variants: [
|
|
18
|
+
{
|
|
19
|
+
hostname: "datasync.us-east-1.amazonaws.com",
|
|
20
|
+
tags: [],
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
hostname: "datasync-fips.us-east-1.amazonaws.com",
|
|
24
|
+
tags: ["fips"],
|
|
25
|
+
},
|
|
26
|
+
],
|
|
11
27
|
},
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
28
|
+
"us-east-2": {
|
|
29
|
+
variants: [
|
|
30
|
+
{
|
|
31
|
+
hostname: "datasync.us-east-2.amazonaws.com",
|
|
32
|
+
tags: [],
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
hostname: "datasync-fips.us-east-2.amazonaws.com",
|
|
36
|
+
tags: ["fips"],
|
|
37
|
+
},
|
|
38
|
+
],
|
|
15
39
|
},
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
40
|
+
"us-gov-east-1": {
|
|
41
|
+
variants: [
|
|
42
|
+
{
|
|
43
|
+
hostname: "datasync.us-gov-east-1.amazonaws.com",
|
|
44
|
+
tags: [],
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
hostname: "datasync-fips.us-gov-east-1.amazonaws.com",
|
|
48
|
+
tags: ["fips"],
|
|
49
|
+
},
|
|
50
|
+
],
|
|
19
51
|
},
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
52
|
+
"us-gov-west-1": {
|
|
53
|
+
variants: [
|
|
54
|
+
{
|
|
55
|
+
hostname: "datasync.us-gov-west-1.amazonaws.com",
|
|
56
|
+
tags: [],
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
hostname: "datasync-fips.us-gov-west-1.amazonaws.com",
|
|
60
|
+
tags: ["fips"],
|
|
61
|
+
},
|
|
62
|
+
],
|
|
23
63
|
},
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
64
|
+
"us-west-1": {
|
|
65
|
+
variants: [
|
|
66
|
+
{
|
|
67
|
+
hostname: "datasync.us-west-1.amazonaws.com",
|
|
68
|
+
tags: [],
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
hostname: "datasync-fips.us-west-1.amazonaws.com",
|
|
72
|
+
tags: ["fips"],
|
|
73
|
+
},
|
|
74
|
+
],
|
|
27
75
|
},
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
76
|
+
"us-west-2": {
|
|
77
|
+
variants: [
|
|
78
|
+
{
|
|
79
|
+
hostname: "datasync.us-west-2.amazonaws.com",
|
|
80
|
+
tags: [],
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
hostname: "datasync-fips.us-west-2.amazonaws.com",
|
|
84
|
+
tags: ["fips"],
|
|
85
|
+
},
|
|
86
|
+
],
|
|
31
87
|
},
|
|
32
88
|
};
|
|
33
89
|
var partitionHash = {
|
|
@@ -61,27 +117,96 @@ var partitionHash = {
|
|
|
61
117
|
"us-west-2",
|
|
62
118
|
],
|
|
63
119
|
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
64
|
-
|
|
120
|
+
variants: [
|
|
121
|
+
{
|
|
122
|
+
hostname: "datasync.{region}.amazonaws.com",
|
|
123
|
+
tags: [],
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
hostname: "datasync-fips.{region}.amazonaws.com",
|
|
127
|
+
tags: ["fips"],
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
hostname: "datasync-fips.{region}.api.aws",
|
|
131
|
+
tags: ["dualstack", "fips"],
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
hostname: "datasync.{region}.api.aws",
|
|
135
|
+
tags: ["dualstack"],
|
|
136
|
+
},
|
|
137
|
+
],
|
|
65
138
|
},
|
|
66
139
|
"aws-cn": {
|
|
67
140
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
68
141
|
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
69
|
-
|
|
142
|
+
variants: [
|
|
143
|
+
{
|
|
144
|
+
hostname: "datasync.{region}.amazonaws.com.cn",
|
|
145
|
+
tags: [],
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
hostname: "datasync-fips.{region}.amazonaws.com.cn",
|
|
149
|
+
tags: ["fips"],
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
hostname: "datasync-fips.{region}.api.amazonwebservices.com.cn",
|
|
153
|
+
tags: ["dualstack", "fips"],
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
hostname: "datasync.{region}.api.amazonwebservices.com.cn",
|
|
157
|
+
tags: ["dualstack"],
|
|
158
|
+
},
|
|
159
|
+
],
|
|
70
160
|
},
|
|
71
161
|
"aws-iso": {
|
|
72
162
|
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
73
163
|
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
74
|
-
|
|
164
|
+
variants: [
|
|
165
|
+
{
|
|
166
|
+
hostname: "datasync.{region}.c2s.ic.gov",
|
|
167
|
+
tags: [],
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
hostname: "datasync-fips.{region}.c2s.ic.gov",
|
|
171
|
+
tags: ["fips"],
|
|
172
|
+
},
|
|
173
|
+
],
|
|
75
174
|
},
|
|
76
175
|
"aws-iso-b": {
|
|
77
176
|
regions: ["us-isob-east-1"],
|
|
78
177
|
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
79
|
-
|
|
178
|
+
variants: [
|
|
179
|
+
{
|
|
180
|
+
hostname: "datasync.{region}.sc2s.sgov.gov",
|
|
181
|
+
tags: [],
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
hostname: "datasync-fips.{region}.sc2s.sgov.gov",
|
|
185
|
+
tags: ["fips"],
|
|
186
|
+
},
|
|
187
|
+
],
|
|
80
188
|
},
|
|
81
189
|
"aws-us-gov": {
|
|
82
190
|
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
83
191
|
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
84
|
-
|
|
192
|
+
variants: [
|
|
193
|
+
{
|
|
194
|
+
hostname: "datasync.{region}.amazonaws.com",
|
|
195
|
+
tags: [],
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
hostname: "datasync-fips.{region}.amazonaws.com",
|
|
199
|
+
tags: ["fips"],
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
hostname: "datasync-fips.{region}.api.aws",
|
|
203
|
+
tags: ["dualstack", "fips"],
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
hostname: "datasync.{region}.api.aws",
|
|
207
|
+
tags: ["dualstack"],
|
|
208
|
+
},
|
|
209
|
+
],
|
|
85
210
|
},
|
|
86
211
|
};
|
|
87
212
|
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
@@ -62,6 +62,41 @@ export var CreateLocationFsxWindowsResponse;
|
|
|
62
62
|
(function (CreateLocationFsxWindowsResponse) {
|
|
63
63
|
CreateLocationFsxWindowsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
64
|
})(CreateLocationFsxWindowsResponse || (CreateLocationFsxWindowsResponse = {}));
|
|
65
|
+
export var HdfsAuthenticationType;
|
|
66
|
+
(function (HdfsAuthenticationType) {
|
|
67
|
+
HdfsAuthenticationType["KERBEROS"] = "KERBEROS";
|
|
68
|
+
HdfsAuthenticationType["SIMPLE"] = "SIMPLE";
|
|
69
|
+
})(HdfsAuthenticationType || (HdfsAuthenticationType = {}));
|
|
70
|
+
export var HdfsNameNode;
|
|
71
|
+
(function (HdfsNameNode) {
|
|
72
|
+
HdfsNameNode.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
|
+
})(HdfsNameNode || (HdfsNameNode = {}));
|
|
74
|
+
export var HdfsDataTransferProtection;
|
|
75
|
+
(function (HdfsDataTransferProtection) {
|
|
76
|
+
HdfsDataTransferProtection["AUTHENTICATION"] = "AUTHENTICATION";
|
|
77
|
+
HdfsDataTransferProtection["DISABLED"] = "DISABLED";
|
|
78
|
+
HdfsDataTransferProtection["INTEGRITY"] = "INTEGRITY";
|
|
79
|
+
HdfsDataTransferProtection["PRIVACY"] = "PRIVACY";
|
|
80
|
+
})(HdfsDataTransferProtection || (HdfsDataTransferProtection = {}));
|
|
81
|
+
export var HdfsRpcProtection;
|
|
82
|
+
(function (HdfsRpcProtection) {
|
|
83
|
+
HdfsRpcProtection["AUTHENTICATION"] = "AUTHENTICATION";
|
|
84
|
+
HdfsRpcProtection["DISABLED"] = "DISABLED";
|
|
85
|
+
HdfsRpcProtection["INTEGRITY"] = "INTEGRITY";
|
|
86
|
+
HdfsRpcProtection["PRIVACY"] = "PRIVACY";
|
|
87
|
+
})(HdfsRpcProtection || (HdfsRpcProtection = {}));
|
|
88
|
+
export var QopConfiguration;
|
|
89
|
+
(function (QopConfiguration) {
|
|
90
|
+
QopConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
|
+
})(QopConfiguration || (QopConfiguration = {}));
|
|
92
|
+
export var CreateLocationHdfsRequest;
|
|
93
|
+
(function (CreateLocationHdfsRequest) {
|
|
94
|
+
CreateLocationHdfsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
+
})(CreateLocationHdfsRequest || (CreateLocationHdfsRequest = {}));
|
|
96
|
+
export var CreateLocationHdfsResponse;
|
|
97
|
+
(function (CreateLocationHdfsResponse) {
|
|
98
|
+
CreateLocationHdfsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
+
})(CreateLocationHdfsResponse || (CreateLocationHdfsResponse = {}));
|
|
65
100
|
export var NfsVersion;
|
|
66
101
|
(function (NfsVersion) {
|
|
67
102
|
NfsVersion["AUTOMATIC"] = "AUTOMATIC";
|
|
@@ -287,6 +322,14 @@ export var DescribeLocationFsxWindowsResponse;
|
|
|
287
322
|
(function (DescribeLocationFsxWindowsResponse) {
|
|
288
323
|
DescribeLocationFsxWindowsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
324
|
})(DescribeLocationFsxWindowsResponse || (DescribeLocationFsxWindowsResponse = {}));
|
|
325
|
+
export var DescribeLocationHdfsRequest;
|
|
326
|
+
(function (DescribeLocationHdfsRequest) {
|
|
327
|
+
DescribeLocationHdfsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
+
})(DescribeLocationHdfsRequest || (DescribeLocationHdfsRequest = {}));
|
|
329
|
+
export var DescribeLocationHdfsResponse;
|
|
330
|
+
(function (DescribeLocationHdfsResponse) {
|
|
331
|
+
DescribeLocationHdfsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
+
})(DescribeLocationHdfsResponse || (DescribeLocationHdfsResponse = {}));
|
|
290
333
|
export var DescribeLocationNfsRequest;
|
|
291
334
|
(function (DescribeLocationNfsRequest) {
|
|
292
335
|
DescribeLocationNfsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -479,6 +522,14 @@ export var UpdateAgentResponse;
|
|
|
479
522
|
(function (UpdateAgentResponse) {
|
|
480
523
|
UpdateAgentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
524
|
})(UpdateAgentResponse || (UpdateAgentResponse = {}));
|
|
525
|
+
export var UpdateLocationHdfsRequest;
|
|
526
|
+
(function (UpdateLocationHdfsRequest) {
|
|
527
|
+
UpdateLocationHdfsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
})(UpdateLocationHdfsRequest || (UpdateLocationHdfsRequest = {}));
|
|
529
|
+
export var UpdateLocationHdfsResponse;
|
|
530
|
+
(function (UpdateLocationHdfsResponse) {
|
|
531
|
+
UpdateLocationHdfsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
+
})(UpdateLocationHdfsResponse || (UpdateLocationHdfsResponse = {}));
|
|
482
533
|
export var UpdateLocationNfsRequest;
|
|
483
534
|
(function (UpdateLocationNfsRequest) {
|
|
484
535
|
UpdateLocationNfsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|