@aws-sdk/client-codestar-connections 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.
Files changed (30) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/CreateConnectionCommand.js +2 -2
  3. package/dist-cjs/commands/CreateHostCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteConnectionCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteHostCommand.js +2 -2
  6. package/dist-cjs/commands/GetConnectionCommand.js +2 -2
  7. package/dist-cjs/commands/GetHostCommand.js +2 -2
  8. package/dist-cjs/commands/ListConnectionsCommand.js +2 -2
  9. package/dist-cjs/commands/ListHostsCommand.js +2 -2
  10. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  11. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  12. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  13. package/dist-cjs/commands/UpdateHostCommand.js +2 -2
  14. package/dist-cjs/models/models_0.js +113 -169
  15. package/dist-es/commands/CreateConnectionCommand.js +3 -3
  16. package/dist-es/commands/CreateHostCommand.js +3 -3
  17. package/dist-es/commands/DeleteConnectionCommand.js +3 -3
  18. package/dist-es/commands/DeleteHostCommand.js +3 -3
  19. package/dist-es/commands/GetConnectionCommand.js +3 -3
  20. package/dist-es/commands/GetHostCommand.js +3 -3
  21. package/dist-es/commands/ListConnectionsCommand.js +3 -3
  22. package/dist-es/commands/ListHostsCommand.js +3 -3
  23. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  24. package/dist-es/commands/TagResourceCommand.js +3 -3
  25. package/dist-es/commands/UntagResourceCommand.js +3 -3
  26. package/dist-es/commands/UpdateHostCommand.js +3 -3
  27. package/dist-es/models/models_0.js +28 -112
  28. package/dist-types/models/models_0.d.ts +112 -168
  29. package/dist-types/ts3.4/models/models_0.d.ts +56 -112
  30. 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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
4
+ import { ListTagsForResourceInputFilterSensitiveLog, ListTagsForResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0ListTagsForResourceCommand, serializeAws_json1_0ListTagsForResourceCommand, } from "../protocols/Aws_json1_0";
6
6
  var ListTagsForResourceCommand = (function (_super) {
7
7
  __extends(ListTagsForResourceCommand, _super);
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTagsForResourceInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTagsForResourceOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTagsForResourceInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTagsForResourceOutputFilterSensitiveLog,
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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
+ import { TagResourceInputFilterSensitiveLog, TagResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0TagResourceCommand, serializeAws_json1_0TagResourceCommand, } from "../protocols/Aws_json1_0";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: TagResourceOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TagResourceOutputFilterSensitiveLog,
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 { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
4
+ import { UntagResourceInputFilterSensitiveLog, UntagResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0UntagResourceCommand, serializeAws_json1_0UntagResourceCommand, } from "../protocols/Aws_json1_0";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UntagResourceOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UntagResourceOutputFilterSensitiveLog,
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 { UpdateHostInput, UpdateHostOutput } from "../models/models_0";
4
+ import { UpdateHostInputFilterSensitiveLog, UpdateHostOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0UpdateHostCommand, serializeAws_json1_0UpdateHostCommand, } from "../protocols/Aws_json1_0";
6
6
  var UpdateHostCommand = (function (_super) {
7
7
  __extends(UpdateHostCommand, _super);
@@ -20,8 +20,8 @@ var UpdateHostCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateHostInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateHostOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateHostInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateHostOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -6,18 +6,6 @@ export var ProviderType;
6
6
  ProviderType["GITHUB"] = "GitHub";
7
7
  ProviderType["GITHUB_ENTERPRISE_SERVER"] = "GitHubEnterpriseServer";
8
8
  })(ProviderType || (ProviderType = {}));
9
- export var Tag;
10
- (function (Tag) {
11
- Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
12
- })(Tag || (Tag = {}));
13
- export var CreateConnectionInput;
14
- (function (CreateConnectionInput) {
15
- CreateConnectionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
16
- })(CreateConnectionInput || (CreateConnectionInput = {}));
17
- export var CreateConnectionOutput;
18
- (function (CreateConnectionOutput) {
19
- CreateConnectionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
20
- })(CreateConnectionOutput || (CreateConnectionOutput = {}));
21
9
  var LimitExceededException = (function (_super) {
22
10
  __extends(LimitExceededException, _super);
23
11
  function LimitExceededException(opts) {
@@ -57,104 +45,12 @@ var ResourceUnavailableException = (function (_super) {
57
45
  return ResourceUnavailableException;
58
46
  }(__BaseException));
59
47
  export { ResourceUnavailableException };
60
- export var VpcConfiguration;
61
- (function (VpcConfiguration) {
62
- VpcConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
63
- })(VpcConfiguration || (VpcConfiguration = {}));
64
- export var CreateHostInput;
65
- (function (CreateHostInput) {
66
- CreateHostInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
67
- })(CreateHostInput || (CreateHostInput = {}));
68
- export var CreateHostOutput;
69
- (function (CreateHostOutput) {
70
- CreateHostOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
71
- })(CreateHostOutput || (CreateHostOutput = {}));
72
- export var DeleteConnectionInput;
73
- (function (DeleteConnectionInput) {
74
- DeleteConnectionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
75
- })(DeleteConnectionInput || (DeleteConnectionInput = {}));
76
- export var DeleteConnectionOutput;
77
- (function (DeleteConnectionOutput) {
78
- DeleteConnectionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
79
- })(DeleteConnectionOutput || (DeleteConnectionOutput = {}));
80
- export var DeleteHostInput;
81
- (function (DeleteHostInput) {
82
- DeleteHostInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
83
- })(DeleteHostInput || (DeleteHostInput = {}));
84
- export var DeleteHostOutput;
85
- (function (DeleteHostOutput) {
86
- DeleteHostOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
87
- })(DeleteHostOutput || (DeleteHostOutput = {}));
88
- export var GetConnectionInput;
89
- (function (GetConnectionInput) {
90
- GetConnectionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
91
- })(GetConnectionInput || (GetConnectionInput = {}));
92
48
  export var ConnectionStatus;
93
49
  (function (ConnectionStatus) {
94
50
  ConnectionStatus["AVAILABLE"] = "AVAILABLE";
95
51
  ConnectionStatus["ERROR"] = "ERROR";
96
52
  ConnectionStatus["PENDING"] = "PENDING";
97
53
  })(ConnectionStatus || (ConnectionStatus = {}));
98
- export var Connection;
99
- (function (Connection) {
100
- Connection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
101
- })(Connection || (Connection = {}));
102
- export var GetConnectionOutput;
103
- (function (GetConnectionOutput) {
104
- GetConnectionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
105
- })(GetConnectionOutput || (GetConnectionOutput = {}));
106
- export var GetHostInput;
107
- (function (GetHostInput) {
108
- GetHostInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
109
- })(GetHostInput || (GetHostInput = {}));
110
- export var GetHostOutput;
111
- (function (GetHostOutput) {
112
- GetHostOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
113
- })(GetHostOutput || (GetHostOutput = {}));
114
- export var ListConnectionsInput;
115
- (function (ListConnectionsInput) {
116
- ListConnectionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
117
- })(ListConnectionsInput || (ListConnectionsInput = {}));
118
- export var ListConnectionsOutput;
119
- (function (ListConnectionsOutput) {
120
- ListConnectionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
121
- })(ListConnectionsOutput || (ListConnectionsOutput = {}));
122
- export var ListHostsInput;
123
- (function (ListHostsInput) {
124
- ListHostsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
125
- })(ListHostsInput || (ListHostsInput = {}));
126
- export var Host;
127
- (function (Host) {
128
- Host.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
129
- })(Host || (Host = {}));
130
- export var ListHostsOutput;
131
- (function (ListHostsOutput) {
132
- ListHostsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
133
- })(ListHostsOutput || (ListHostsOutput = {}));
134
- export var ListTagsForResourceInput;
135
- (function (ListTagsForResourceInput) {
136
- ListTagsForResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
137
- })(ListTagsForResourceInput || (ListTagsForResourceInput = {}));
138
- export var ListTagsForResourceOutput;
139
- (function (ListTagsForResourceOutput) {
140
- ListTagsForResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
141
- })(ListTagsForResourceOutput || (ListTagsForResourceOutput = {}));
142
- export var TagResourceInput;
143
- (function (TagResourceInput) {
144
- TagResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
145
- })(TagResourceInput || (TagResourceInput = {}));
146
- export var TagResourceOutput;
147
- (function (TagResourceOutput) {
148
- TagResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
149
- })(TagResourceOutput || (TagResourceOutput = {}));
150
- export var UntagResourceInput;
151
- (function (UntagResourceInput) {
152
- UntagResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
153
- })(UntagResourceInput || (UntagResourceInput = {}));
154
- export var UntagResourceOutput;
155
- (function (UntagResourceOutput) {
156
- UntagResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
157
- })(UntagResourceOutput || (UntagResourceOutput = {}));
158
54
  var ConflictException = (function (_super) {
159
55
  __extends(ConflictException, _super);
160
56
  function ConflictException(opts) {
@@ -181,11 +77,31 @@ var UnsupportedOperationException = (function (_super) {
181
77
  return UnsupportedOperationException;
182
78
  }(__BaseException));
183
79
  export { UnsupportedOperationException };
184
- export var UpdateHostInput;
185
- (function (UpdateHostInput) {
186
- UpdateHostInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
187
- })(UpdateHostInput || (UpdateHostInput = {}));
188
- export var UpdateHostOutput;
189
- (function (UpdateHostOutput) {
190
- UpdateHostOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
191
- })(UpdateHostOutput || (UpdateHostOutput = {}));
80
+ export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
81
+ export var CreateConnectionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
82
+ export var CreateConnectionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
83
+ export var VpcConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
84
+ export var CreateHostInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
85
+ export var CreateHostOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
86
+ export var DeleteConnectionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
87
+ export var DeleteConnectionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
88
+ export var DeleteHostInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
89
+ export var DeleteHostOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
90
+ export var GetConnectionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
91
+ export var ConnectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
92
+ export var GetConnectionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
93
+ export var GetHostInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
94
+ export var GetHostOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
95
+ export var ListConnectionsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
96
+ export var ListConnectionsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
97
+ export var ListHostsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
98
+ export var HostFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
99
+ export var ListHostsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
100
+ export var ListTagsForResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
101
+ export var ListTagsForResourceOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
102
+ export var TagResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
103
+ export var TagResourceOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
104
+ export var UntagResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
105
+ export var UntagResourceOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
106
+ export var UpdateHostInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
107
+ export var UpdateHostOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -19,12 +19,6 @@ export interface Tag {
19
19
  */
20
20
  Value: string | undefined;
21
21
  }
22
- export declare namespace Tag {
23
- /**
24
- * @internal
25
- */
26
- const filterSensitiveLog: (obj: Tag) => any;
27
- }
28
22
  export interface CreateConnectionInput {
29
23
  /**
30
24
  * <p>The name of the external provider where your third-party code repository is
@@ -45,12 +39,6 @@ export interface CreateConnectionInput {
45
39
  */
46
40
  HostArn?: string;
47
41
  }
48
- export declare namespace CreateConnectionInput {
49
- /**
50
- * @internal
51
- */
52
- const filterSensitiveLog: (obj: CreateConnectionInput) => any;
53
- }
54
42
  export interface CreateConnectionOutput {
55
43
  /**
56
44
  * <p>The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the
@@ -65,12 +53,6 @@ export interface CreateConnectionOutput {
65
53
  */
66
54
  Tags?: Tag[];
67
55
  }
68
- export declare namespace CreateConnectionOutput {
69
- /**
70
- * @internal
71
- */
72
- const filterSensitiveLog: (obj: CreateConnectionOutput) => any;
73
- }
74
56
  /**
75
57
  * <p>Exceeded the maximum limit for connections.</p>
76
58
  */
@@ -131,12 +113,6 @@ export interface VpcConfiguration {
131
113
  */
132
114
  TlsCertificate?: string;
133
115
  }
134
- export declare namespace VpcConfiguration {
135
- /**
136
- * @internal
137
- */
138
- const filterSensitiveLog: (obj: VpcConfiguration) => any;
139
- }
140
116
  export interface CreateHostInput {
141
117
  /**
142
118
  * <p>The name of the host to be created. The name must be unique in the calling AWS
@@ -161,12 +137,6 @@ export interface CreateHostInput {
161
137
  VpcConfiguration?: VpcConfiguration;
162
138
  Tags?: Tag[];
163
139
  }
164
- export declare namespace CreateHostInput {
165
- /**
166
- * @internal
167
- */
168
- const filterSensitiveLog: (obj: CreateHostInput) => any;
169
- }
170
140
  export interface CreateHostOutput {
171
141
  /**
172
142
  * <p>The Amazon Resource Name (ARN) of the host to be created.</p>
@@ -174,12 +144,6 @@ export interface CreateHostOutput {
174
144
  HostArn?: string;
175
145
  Tags?: Tag[];
176
146
  }
177
- export declare namespace CreateHostOutput {
178
- /**
179
- * @internal
180
- */
181
- const filterSensitiveLog: (obj: CreateHostOutput) => any;
182
- }
183
147
  export interface DeleteConnectionInput {
184
148
  /**
185
149
  * <p>The Amazon Resource Name (ARN) of the connection to be deleted.</p>
@@ -189,52 +153,22 @@ export interface DeleteConnectionInput {
189
153
  */
190
154
  ConnectionArn: string | undefined;
191
155
  }
192
- export declare namespace DeleteConnectionInput {
193
- /**
194
- * @internal
195
- */
196
- const filterSensitiveLog: (obj: DeleteConnectionInput) => any;
197
- }
198
156
  export interface DeleteConnectionOutput {
199
157
  }
200
- export declare namespace DeleteConnectionOutput {
201
- /**
202
- * @internal
203
- */
204
- const filterSensitiveLog: (obj: DeleteConnectionOutput) => any;
205
- }
206
158
  export interface DeleteHostInput {
207
159
  /**
208
160
  * <p>The Amazon Resource Name (ARN) of the host to be deleted.</p>
209
161
  */
210
162
  HostArn: string | undefined;
211
163
  }
212
- export declare namespace DeleteHostInput {
213
- /**
214
- * @internal
215
- */
216
- const filterSensitiveLog: (obj: DeleteHostInput) => any;
217
- }
218
164
  export interface DeleteHostOutput {
219
165
  }
220
- export declare namespace DeleteHostOutput {
221
- /**
222
- * @internal
223
- */
224
- const filterSensitiveLog: (obj: DeleteHostOutput) => any;
225
- }
226
166
  export interface GetConnectionInput {
227
167
  /**
228
168
  * <p>The Amazon Resource Name (ARN) of a connection.</p>
229
169
  */
230
170
  ConnectionArn: string | undefined;
231
171
  }
232
- export declare namespace GetConnectionInput {
233
- /**
234
- * @internal
235
- */
236
- const filterSensitiveLog: (obj: GetConnectionInput) => any;
237
- }
238
172
  export declare enum ConnectionStatus {
239
173
  AVAILABLE = "AVAILABLE",
240
174
  ERROR = "ERROR",
@@ -277,36 +211,18 @@ export interface Connection {
277
211
  */
278
212
  HostArn?: string;
279
213
  }
280
- export declare namespace Connection {
281
- /**
282
- * @internal
283
- */
284
- const filterSensitiveLog: (obj: Connection) => any;
285
- }
286
214
  export interface GetConnectionOutput {
287
215
  /**
288
216
  * <p>The connection details, such as status, owner, and provider type.</p>
289
217
  */
290
218
  Connection?: Connection;
291
219
  }
292
- export declare namespace GetConnectionOutput {
293
- /**
294
- * @internal
295
- */
296
- const filterSensitiveLog: (obj: GetConnectionOutput) => any;
297
- }
298
220
  export interface GetHostInput {
299
221
  /**
300
222
  * <p>The Amazon Resource Name (ARN) of the requested host.</p>
301
223
  */
302
224
  HostArn: string | undefined;
303
225
  }
304
- export declare namespace GetHostInput {
305
- /**
306
- * @internal
307
- */
308
- const filterSensitiveLog: (obj: GetHostInput) => any;
309
- }
310
226
  export interface GetHostOutput {
311
227
  /**
312
228
  * <p>The name of the requested host.</p>
@@ -329,12 +245,6 @@ export interface GetHostOutput {
329
245
  */
330
246
  VpcConfiguration?: VpcConfiguration;
331
247
  }
332
- export declare namespace GetHostOutput {
333
- /**
334
- * @internal
335
- */
336
- const filterSensitiveLog: (obj: GetHostOutput) => any;
337
- }
338
248
  export interface ListConnectionsInput {
339
249
  /**
340
250
  * <p>Filters the list of connections to those associated with a specified provider, such as
@@ -356,12 +266,6 @@ export interface ListConnectionsInput {
356
266
  */
357
267
  NextToken?: string;
358
268
  }
359
- export declare namespace ListConnectionsInput {
360
- /**
361
- * @internal
362
- */
363
- const filterSensitiveLog: (obj: ListConnectionsInput) => any;
364
- }
365
269
  export interface ListConnectionsOutput {
366
270
  /**
367
271
  * <p>A list of connections and the details for each connection, such as status, owner, and
@@ -375,12 +279,6 @@ export interface ListConnectionsOutput {
375
279
  */
376
280
  NextToken?: string;
377
281
  }
378
- export declare namespace ListConnectionsOutput {
379
- /**
380
- * @internal
381
- */
382
- const filterSensitiveLog: (obj: ListConnectionsOutput) => any;
383
- }
384
282
  export interface ListHostsInput {
385
283
  /**
386
284
  * <p>The maximum number of results to return in a single call. To retrieve the remaining
@@ -393,12 +291,6 @@ export interface ListHostsInput {
393
291
  */
394
292
  NextToken?: string;
395
293
  }
396
- export declare namespace ListHostsInput {
397
- /**
398
- * @internal
399
- */
400
- const filterSensitiveLog: (obj: ListHostsInput) => any;
401
- }
402
294
  /**
403
295
  * <p>A resource that represents the infrastructure where a third-party provider is installed.
404
296
  * The host is used when you create connections to an installed third-party provider type, such
@@ -440,12 +332,6 @@ export interface Host {
440
332
  */
441
333
  StatusMessage?: string;
442
334
  }
443
- export declare namespace Host {
444
- /**
445
- * @internal
446
- */
447
- const filterSensitiveLog: (obj: Host) => any;
448
- }
449
335
  export interface ListHostsOutput {
450
336
  /**
451
337
  * <p>A list of hosts and the details for each host, such as status, endpoint, and provider
@@ -459,36 +345,18 @@ export interface ListHostsOutput {
459
345
  */
460
346
  NextToken?: string;
461
347
  }
462
- export declare namespace ListHostsOutput {
463
- /**
464
- * @internal
465
- */
466
- const filterSensitiveLog: (obj: ListHostsOutput) => any;
467
- }
468
348
  export interface ListTagsForResourceInput {
469
349
  /**
470
350
  * <p>The Amazon Resource Name (ARN) of the resource for which you want to get information about tags, if any.</p>
471
351
  */
472
352
  ResourceArn: string | undefined;
473
353
  }
474
- export declare namespace ListTagsForResourceInput {
475
- /**
476
- * @internal
477
- */
478
- const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
479
- }
480
354
  export interface ListTagsForResourceOutput {
481
355
  /**
482
356
  * <p>A list of tag key and value pairs associated with the specified resource.</p>
483
357
  */
484
358
  Tags?: Tag[];
485
359
  }
486
- export declare namespace ListTagsForResourceOutput {
487
- /**
488
- * @internal
489
- */
490
- const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
491
- }
492
360
  export interface TagResourceInput {
493
361
  /**
494
362
  * <p>The Amazon Resource Name (ARN) of the resource to which you want to add or update tags.</p>
@@ -499,20 +367,8 @@ export interface TagResourceInput {
499
367
  */
500
368
  Tags: Tag[] | undefined;
501
369
  }
502
- export declare namespace TagResourceInput {
503
- /**
504
- * @internal
505
- */
506
- const filterSensitiveLog: (obj: TagResourceInput) => any;
507
- }
508
370
  export interface TagResourceOutput {
509
371
  }
510
- export declare namespace TagResourceOutput {
511
- /**
512
- * @internal
513
- */
514
- const filterSensitiveLog: (obj: TagResourceOutput) => any;
515
- }
516
372
  export interface UntagResourceInput {
517
373
  /**
518
374
  * <p>The Amazon Resource Name (ARN) of the resource to remove tags from.</p>
@@ -523,20 +379,8 @@ export interface UntagResourceInput {
523
379
  */
524
380
  TagKeys: string[] | undefined;
525
381
  }
526
- export declare namespace UntagResourceInput {
527
- /**
528
- * @internal
529
- */
530
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
531
- }
532
382
  export interface UntagResourceOutput {
533
383
  }
534
- export declare namespace UntagResourceOutput {
535
- /**
536
- * @internal
537
- */
538
- const filterSensitiveLog: (obj: UntagResourceOutput) => any;
539
- }
540
384
  /**
541
385
  * <p>Two conflicting operations have been made on the same resource.</p>
542
386
  */
@@ -576,17 +420,117 @@ export interface UpdateHostInput {
576
420
  */
577
421
  VpcConfiguration?: VpcConfiguration;
578
422
  }
579
- export declare namespace UpdateHostInput {
580
- /**
581
- * @internal
582
- */
583
- const filterSensitiveLog: (obj: UpdateHostInput) => any;
584
- }
585
423
  export interface UpdateHostOutput {
586
424
  }
587
- export declare namespace UpdateHostOutput {
588
- /**
589
- * @internal
590
- */
591
- const filterSensitiveLog: (obj: UpdateHostOutput) => any;
592
- }
425
+ /**
426
+ * @internal
427
+ */
428
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
429
+ /**
430
+ * @internal
431
+ */
432
+ export declare const CreateConnectionInputFilterSensitiveLog: (obj: CreateConnectionInput) => any;
433
+ /**
434
+ * @internal
435
+ */
436
+ export declare const CreateConnectionOutputFilterSensitiveLog: (obj: CreateConnectionOutput) => any;
437
+ /**
438
+ * @internal
439
+ */
440
+ export declare const VpcConfigurationFilterSensitiveLog: (obj: VpcConfiguration) => any;
441
+ /**
442
+ * @internal
443
+ */
444
+ export declare const CreateHostInputFilterSensitiveLog: (obj: CreateHostInput) => any;
445
+ /**
446
+ * @internal
447
+ */
448
+ export declare const CreateHostOutputFilterSensitiveLog: (obj: CreateHostOutput) => any;
449
+ /**
450
+ * @internal
451
+ */
452
+ export declare const DeleteConnectionInputFilterSensitiveLog: (obj: DeleteConnectionInput) => any;
453
+ /**
454
+ * @internal
455
+ */
456
+ export declare const DeleteConnectionOutputFilterSensitiveLog: (obj: DeleteConnectionOutput) => any;
457
+ /**
458
+ * @internal
459
+ */
460
+ export declare const DeleteHostInputFilterSensitiveLog: (obj: DeleteHostInput) => any;
461
+ /**
462
+ * @internal
463
+ */
464
+ export declare const DeleteHostOutputFilterSensitiveLog: (obj: DeleteHostOutput) => any;
465
+ /**
466
+ * @internal
467
+ */
468
+ export declare const GetConnectionInputFilterSensitiveLog: (obj: GetConnectionInput) => any;
469
+ /**
470
+ * @internal
471
+ */
472
+ export declare const ConnectionFilterSensitiveLog: (obj: Connection) => any;
473
+ /**
474
+ * @internal
475
+ */
476
+ export declare const GetConnectionOutputFilterSensitiveLog: (obj: GetConnectionOutput) => any;
477
+ /**
478
+ * @internal
479
+ */
480
+ export declare const GetHostInputFilterSensitiveLog: (obj: GetHostInput) => any;
481
+ /**
482
+ * @internal
483
+ */
484
+ export declare const GetHostOutputFilterSensitiveLog: (obj: GetHostOutput) => any;
485
+ /**
486
+ * @internal
487
+ */
488
+ export declare const ListConnectionsInputFilterSensitiveLog: (obj: ListConnectionsInput) => any;
489
+ /**
490
+ * @internal
491
+ */
492
+ export declare const ListConnectionsOutputFilterSensitiveLog: (obj: ListConnectionsOutput) => any;
493
+ /**
494
+ * @internal
495
+ */
496
+ export declare const ListHostsInputFilterSensitiveLog: (obj: ListHostsInput) => any;
497
+ /**
498
+ * @internal
499
+ */
500
+ export declare const HostFilterSensitiveLog: (obj: Host) => any;
501
+ /**
502
+ * @internal
503
+ */
504
+ export declare const ListHostsOutputFilterSensitiveLog: (obj: ListHostsOutput) => any;
505
+ /**
506
+ * @internal
507
+ */
508
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
509
+ /**
510
+ * @internal
511
+ */
512
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
513
+ /**
514
+ * @internal
515
+ */
516
+ export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
517
+ /**
518
+ * @internal
519
+ */
520
+ export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
521
+ /**
522
+ * @internal
523
+ */
524
+ export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
525
+ /**
526
+ * @internal
527
+ */
528
+ export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
529
+ /**
530
+ * @internal
531
+ */
532
+ export declare const UpdateHostInputFilterSensitiveLog: (obj: UpdateHostInput) => any;
533
+ /**
534
+ * @internal
535
+ */
536
+ export declare const UpdateHostOutputFilterSensitiveLog: (obj: UpdateHostOutput) => any;