@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.
Files changed (79) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist-cjs/DataSync.js +45 -0
  3. package/dist-cjs/commands/CreateLocationHdfsCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeLocationHdfsCommand.js +36 -0
  5. package/dist-cjs/commands/UpdateLocationHdfsCommand.js +36 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/endpoints.js +151 -26
  8. package/dist-cjs/models/models_0.js +70 -3
  9. package/dist-cjs/protocols/Aws_json1_1.js +336 -2
  10. package/dist-cjs/runtimeConfig.browser.js +6 -3
  11. package/dist-cjs/runtimeConfig.js +5 -3
  12. package/dist-es/DataSync.js +45 -0
  13. package/dist-es/commands/CreateLocationHdfsCommand.js +39 -0
  14. package/dist-es/commands/DescribeLocationHdfsCommand.js +39 -0
  15. package/dist-es/commands/UpdateLocationHdfsCommand.js +39 -0
  16. package/dist-es/commands/index.js +3 -0
  17. package/dist-es/endpoints.js +151 -26
  18. package/dist-es/models/models_0.js +51 -0
  19. package/dist-es/protocols/Aws_json1_1.js +328 -0
  20. package/dist-es/runtimeConfig.browser.js +3 -2
  21. package/dist-es/runtimeConfig.js +3 -3
  22. package/dist-types/DataSync.d.ts +23 -0
  23. package/dist-types/DataSyncClient.d.ts +13 -2
  24. package/dist-types/commands/CancelTaskExecutionCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateAgentCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateLocationEfsCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +35 -0
  29. package/dist-types/commands/CreateLocationNfsCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateLocationS3Command.d.ts +1 -1
  32. package/dist-types/commands/CreateLocationSmbCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateTaskCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteAgentCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteLocationCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteTaskCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeAgentCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeLocationEfsCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +36 -0
  41. package/dist-types/commands/DescribeLocationNfsCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeLocationS3Command.d.ts +1 -1
  44. package/dist-types/commands/DescribeLocationSmbCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeTaskCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +1 -1
  47. package/dist-types/commands/ListAgentsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListLocationsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  50. package/dist-types/commands/ListTaskExecutionsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListTasksCommand.d.ts +1 -1
  52. package/dist-types/commands/StartTaskExecutionCommand.d.ts +1 -1
  53. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  54. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateAgentCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +36 -0
  57. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateTaskCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +1 -1
  62. package/dist-types/commands/index.d.ts +3 -0
  63. package/dist-types/models/models_0.d.ts +343 -25
  64. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  65. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  66. package/dist-types/runtimeConfig.d.ts +2 -0
  67. package/dist-types/runtimeConfig.native.d.ts +2 -0
  68. package/dist-types/ts3.4/DataSync.d.ts +15 -0
  69. package/dist-types/ts3.4/DataSyncClient.d.ts +9 -2
  70. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +154 -0
  75. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +9 -0
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  79. 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";
@@ -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
- "fips-ca-central-1": {
5
- hostname: "datasync-fips.ca-central-1.amazonaws.com",
6
- signingRegion: "ca-central-1",
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
- "fips-us-east-1": {
9
- hostname: "datasync-fips.us-east-1.amazonaws.com",
10
- signingRegion: "us-east-1",
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
- "fips-us-east-2": {
13
- hostname: "datasync-fips.us-east-2.amazonaws.com",
14
- signingRegion: "us-east-2",
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
- "fips-us-gov-east-1": {
17
- hostname: "datasync-fips.us-gov-east-1.amazonaws.com",
18
- signingRegion: "us-gov-east-1",
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
- "fips-us-gov-west-1": {
21
- hostname: "datasync-fips.us-gov-west-1.amazonaws.com",
22
- signingRegion: "us-gov-west-1",
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
- "fips-us-west-1": {
25
- hostname: "datasync-fips.us-west-1.amazonaws.com",
26
- signingRegion: "us-west-1",
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
- "fips-us-west-2": {
29
- hostname: "datasync-fips.us-west-2.amazonaws.com",
30
- signingRegion: "us-west-2",
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
- hostname: "datasync.{region}.amazonaws.com",
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
- hostname: "datasync.{region}.amazonaws.com.cn",
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
- hostname: "datasync.{region}.c2s.ic.gov",
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
- hostname: "datasync.{region}.sc2s.sgov.gov",
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
- hostname: "datasync.{region}.amazonaws.com",
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)); };