@aws-sdk/client-codestar-connections 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateConnectionCommand.js +2 -2
- package/dist-cjs/commands/CreateHostCommand.js +2 -2
- package/dist-cjs/commands/DeleteConnectionCommand.js +2 -2
- package/dist-cjs/commands/DeleteHostCommand.js +2 -2
- package/dist-cjs/commands/GetConnectionCommand.js +2 -2
- package/dist-cjs/commands/GetHostCommand.js +2 -2
- package/dist-cjs/commands/ListConnectionsCommand.js +2 -2
- package/dist-cjs/commands/ListHostsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateHostCommand.js +2 -2
- package/dist-cjs/models/models_0.js +113 -169
- package/dist-cjs/protocols/Aws_json1_0.js +64 -118
- package/dist-es/commands/CreateConnectionCommand.js +3 -3
- package/dist-es/commands/CreateHostCommand.js +3 -3
- package/dist-es/commands/DeleteConnectionCommand.js +3 -3
- package/dist-es/commands/DeleteHostCommand.js +3 -3
- package/dist-es/commands/GetConnectionCommand.js +3 -3
- package/dist-es/commands/GetHostCommand.js +3 -3
- package/dist-es/commands/ListConnectionsCommand.js +3 -3
- package/dist-es/commands/ListHostsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateHostCommand.js +3 -3
- package/dist-es/models/models_0.js +28 -112
- package/dist-es/protocols/Aws_json1_0.js +97 -119
- package/dist-types/models/models_0.d.ts +112 -168
- package/dist-types/ts3.4/models/models_0.d.ts +56 -112
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,39 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **codegen:** general data mapping function ([#3830](https://github.com/aws/aws-sdk-js-v3/issues/3830)) ([9417eae](https://github.com/aws/aws-sdk-js-v3/commit/9417eae722806799fb4c15c07921574268c1165c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **clients:** update client endpoints as of 2022-08-01 ([aaf49f2](https://github.com/aws/aws-sdk-js-v3/commit/aaf49f21b371412e6ea7e00890b71a7b31991b66))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
6
39
|
# [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
|
|
7
40
|
|
|
8
41
|
**Note:** Version bump only for package @aws-sdk/client-codestar-connections
|
package/README.md
CHANGED
|
@@ -245,7 +245,7 @@ try {
|
|
|
245
245
|
const data = await client.send(command);
|
|
246
246
|
// process data.
|
|
247
247
|
} catch (error) {
|
|
248
|
-
const { requestId, cfId, extendedRequestId } = error
|
|
248
|
+
const { requestId, cfId, extendedRequestId } = error.$$metadata;
|
|
249
249
|
console.log({ requestId, cfId, extendedRequestId });
|
|
250
250
|
/**
|
|
251
251
|
* The keys within exceptions are also parsed.
|
|
@@ -20,8 +20,8 @@ class CreateConnectionCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateConnectionInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateConnectionOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class CreateHostCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateHostInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateHostOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DeleteConnectionCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteConnectionInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DeleteConnectionOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DeleteHostCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteHostInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DeleteHostOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetConnectionCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetConnectionInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetConnectionOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetHostCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetHostInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetHostOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class ListConnectionsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListConnectionsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListConnectionsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class ListHostsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListHostsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListHostsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListTagsForResourceInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListTagsForResourceOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.TagResourceInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.TagResourceOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UntagResourceInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UntagResourceOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class UpdateHostCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UpdateHostInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UpdateHostOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.UpdateHostOutputFilterSensitiveLog = exports.UpdateHostInputFilterSensitiveLog = exports.UntagResourceOutputFilterSensitiveLog = exports.UntagResourceInputFilterSensitiveLog = exports.TagResourceOutputFilterSensitiveLog = exports.TagResourceInputFilterSensitiveLog = exports.ListTagsForResourceOutputFilterSensitiveLog = exports.ListTagsForResourceInputFilterSensitiveLog = exports.ListHostsOutputFilterSensitiveLog = exports.HostFilterSensitiveLog = exports.ListHostsInputFilterSensitiveLog = exports.ListConnectionsOutputFilterSensitiveLog = exports.ListConnectionsInputFilterSensitiveLog = exports.GetHostOutputFilterSensitiveLog = exports.GetHostInputFilterSensitiveLog = exports.GetConnectionOutputFilterSensitiveLog = exports.ConnectionFilterSensitiveLog = exports.GetConnectionInputFilterSensitiveLog = exports.DeleteHostOutputFilterSensitiveLog = exports.DeleteHostInputFilterSensitiveLog = exports.DeleteConnectionOutputFilterSensitiveLog = exports.DeleteConnectionInputFilterSensitiveLog = exports.CreateHostOutputFilterSensitiveLog = exports.CreateHostInputFilterSensitiveLog = exports.VpcConfigurationFilterSensitiveLog = exports.CreateConnectionOutputFilterSensitiveLog = exports.CreateConnectionInputFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.UnsupportedOperationException = exports.ConflictException = exports.ConnectionStatus = exports.ResourceUnavailableException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.ProviderType = void 0;
|
|
4
4
|
const CodeStarConnectionsServiceException_1 = require("./CodeStarConnectionsServiceException");
|
|
5
5
|
var ProviderType;
|
|
6
6
|
(function (ProviderType) {
|
|
@@ -8,24 +8,6 @@ var ProviderType;
|
|
|
8
8
|
ProviderType["GITHUB"] = "GitHub";
|
|
9
9
|
ProviderType["GITHUB_ENTERPRISE_SERVER"] = "GitHubEnterpriseServer";
|
|
10
10
|
})(ProviderType = exports.ProviderType || (exports.ProviderType = {}));
|
|
11
|
-
var Tag;
|
|
12
|
-
(function (Tag) {
|
|
13
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
14
|
-
...obj,
|
|
15
|
-
});
|
|
16
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
17
|
-
var CreateConnectionInput;
|
|
18
|
-
(function (CreateConnectionInput) {
|
|
19
|
-
CreateConnectionInput.filterSensitiveLog = (obj) => ({
|
|
20
|
-
...obj,
|
|
21
|
-
});
|
|
22
|
-
})(CreateConnectionInput = exports.CreateConnectionInput || (exports.CreateConnectionInput = {}));
|
|
23
|
-
var CreateConnectionOutput;
|
|
24
|
-
(function (CreateConnectionOutput) {
|
|
25
|
-
CreateConnectionOutput.filterSensitiveLog = (obj) => ({
|
|
26
|
-
...obj,
|
|
27
|
-
});
|
|
28
|
-
})(CreateConnectionOutput = exports.CreateConnectionOutput || (exports.CreateConnectionOutput = {}));
|
|
29
11
|
class LimitExceededException extends CodeStarConnectionsServiceException_1.CodeStarConnectionsServiceException {
|
|
30
12
|
constructor(opts) {
|
|
31
13
|
super({
|
|
@@ -68,150 +50,12 @@ class ResourceUnavailableException extends CodeStarConnectionsServiceException_1
|
|
|
68
50
|
}
|
|
69
51
|
}
|
|
70
52
|
exports.ResourceUnavailableException = ResourceUnavailableException;
|
|
71
|
-
var VpcConfiguration;
|
|
72
|
-
(function (VpcConfiguration) {
|
|
73
|
-
VpcConfiguration.filterSensitiveLog = (obj) => ({
|
|
74
|
-
...obj,
|
|
75
|
-
});
|
|
76
|
-
})(VpcConfiguration = exports.VpcConfiguration || (exports.VpcConfiguration = {}));
|
|
77
|
-
var CreateHostInput;
|
|
78
|
-
(function (CreateHostInput) {
|
|
79
|
-
CreateHostInput.filterSensitiveLog = (obj) => ({
|
|
80
|
-
...obj,
|
|
81
|
-
});
|
|
82
|
-
})(CreateHostInput = exports.CreateHostInput || (exports.CreateHostInput = {}));
|
|
83
|
-
var CreateHostOutput;
|
|
84
|
-
(function (CreateHostOutput) {
|
|
85
|
-
CreateHostOutput.filterSensitiveLog = (obj) => ({
|
|
86
|
-
...obj,
|
|
87
|
-
});
|
|
88
|
-
})(CreateHostOutput = exports.CreateHostOutput || (exports.CreateHostOutput = {}));
|
|
89
|
-
var DeleteConnectionInput;
|
|
90
|
-
(function (DeleteConnectionInput) {
|
|
91
|
-
DeleteConnectionInput.filterSensitiveLog = (obj) => ({
|
|
92
|
-
...obj,
|
|
93
|
-
});
|
|
94
|
-
})(DeleteConnectionInput = exports.DeleteConnectionInput || (exports.DeleteConnectionInput = {}));
|
|
95
|
-
var DeleteConnectionOutput;
|
|
96
|
-
(function (DeleteConnectionOutput) {
|
|
97
|
-
DeleteConnectionOutput.filterSensitiveLog = (obj) => ({
|
|
98
|
-
...obj,
|
|
99
|
-
});
|
|
100
|
-
})(DeleteConnectionOutput = exports.DeleteConnectionOutput || (exports.DeleteConnectionOutput = {}));
|
|
101
|
-
var DeleteHostInput;
|
|
102
|
-
(function (DeleteHostInput) {
|
|
103
|
-
DeleteHostInput.filterSensitiveLog = (obj) => ({
|
|
104
|
-
...obj,
|
|
105
|
-
});
|
|
106
|
-
})(DeleteHostInput = exports.DeleteHostInput || (exports.DeleteHostInput = {}));
|
|
107
|
-
var DeleteHostOutput;
|
|
108
|
-
(function (DeleteHostOutput) {
|
|
109
|
-
DeleteHostOutput.filterSensitiveLog = (obj) => ({
|
|
110
|
-
...obj,
|
|
111
|
-
});
|
|
112
|
-
})(DeleteHostOutput = exports.DeleteHostOutput || (exports.DeleteHostOutput = {}));
|
|
113
|
-
var GetConnectionInput;
|
|
114
|
-
(function (GetConnectionInput) {
|
|
115
|
-
GetConnectionInput.filterSensitiveLog = (obj) => ({
|
|
116
|
-
...obj,
|
|
117
|
-
});
|
|
118
|
-
})(GetConnectionInput = exports.GetConnectionInput || (exports.GetConnectionInput = {}));
|
|
119
53
|
var ConnectionStatus;
|
|
120
54
|
(function (ConnectionStatus) {
|
|
121
55
|
ConnectionStatus["AVAILABLE"] = "AVAILABLE";
|
|
122
56
|
ConnectionStatus["ERROR"] = "ERROR";
|
|
123
57
|
ConnectionStatus["PENDING"] = "PENDING";
|
|
124
58
|
})(ConnectionStatus = exports.ConnectionStatus || (exports.ConnectionStatus = {}));
|
|
125
|
-
var Connection;
|
|
126
|
-
(function (Connection) {
|
|
127
|
-
Connection.filterSensitiveLog = (obj) => ({
|
|
128
|
-
...obj,
|
|
129
|
-
});
|
|
130
|
-
})(Connection = exports.Connection || (exports.Connection = {}));
|
|
131
|
-
var GetConnectionOutput;
|
|
132
|
-
(function (GetConnectionOutput) {
|
|
133
|
-
GetConnectionOutput.filterSensitiveLog = (obj) => ({
|
|
134
|
-
...obj,
|
|
135
|
-
});
|
|
136
|
-
})(GetConnectionOutput = exports.GetConnectionOutput || (exports.GetConnectionOutput = {}));
|
|
137
|
-
var GetHostInput;
|
|
138
|
-
(function (GetHostInput) {
|
|
139
|
-
GetHostInput.filterSensitiveLog = (obj) => ({
|
|
140
|
-
...obj,
|
|
141
|
-
});
|
|
142
|
-
})(GetHostInput = exports.GetHostInput || (exports.GetHostInput = {}));
|
|
143
|
-
var GetHostOutput;
|
|
144
|
-
(function (GetHostOutput) {
|
|
145
|
-
GetHostOutput.filterSensitiveLog = (obj) => ({
|
|
146
|
-
...obj,
|
|
147
|
-
});
|
|
148
|
-
})(GetHostOutput = exports.GetHostOutput || (exports.GetHostOutput = {}));
|
|
149
|
-
var ListConnectionsInput;
|
|
150
|
-
(function (ListConnectionsInput) {
|
|
151
|
-
ListConnectionsInput.filterSensitiveLog = (obj) => ({
|
|
152
|
-
...obj,
|
|
153
|
-
});
|
|
154
|
-
})(ListConnectionsInput = exports.ListConnectionsInput || (exports.ListConnectionsInput = {}));
|
|
155
|
-
var ListConnectionsOutput;
|
|
156
|
-
(function (ListConnectionsOutput) {
|
|
157
|
-
ListConnectionsOutput.filterSensitiveLog = (obj) => ({
|
|
158
|
-
...obj,
|
|
159
|
-
});
|
|
160
|
-
})(ListConnectionsOutput = exports.ListConnectionsOutput || (exports.ListConnectionsOutput = {}));
|
|
161
|
-
var ListHostsInput;
|
|
162
|
-
(function (ListHostsInput) {
|
|
163
|
-
ListHostsInput.filterSensitiveLog = (obj) => ({
|
|
164
|
-
...obj,
|
|
165
|
-
});
|
|
166
|
-
})(ListHostsInput = exports.ListHostsInput || (exports.ListHostsInput = {}));
|
|
167
|
-
var Host;
|
|
168
|
-
(function (Host) {
|
|
169
|
-
Host.filterSensitiveLog = (obj) => ({
|
|
170
|
-
...obj,
|
|
171
|
-
});
|
|
172
|
-
})(Host = exports.Host || (exports.Host = {}));
|
|
173
|
-
var ListHostsOutput;
|
|
174
|
-
(function (ListHostsOutput) {
|
|
175
|
-
ListHostsOutput.filterSensitiveLog = (obj) => ({
|
|
176
|
-
...obj,
|
|
177
|
-
});
|
|
178
|
-
})(ListHostsOutput = exports.ListHostsOutput || (exports.ListHostsOutput = {}));
|
|
179
|
-
var ListTagsForResourceInput;
|
|
180
|
-
(function (ListTagsForResourceInput) {
|
|
181
|
-
ListTagsForResourceInput.filterSensitiveLog = (obj) => ({
|
|
182
|
-
...obj,
|
|
183
|
-
});
|
|
184
|
-
})(ListTagsForResourceInput = exports.ListTagsForResourceInput || (exports.ListTagsForResourceInput = {}));
|
|
185
|
-
var ListTagsForResourceOutput;
|
|
186
|
-
(function (ListTagsForResourceOutput) {
|
|
187
|
-
ListTagsForResourceOutput.filterSensitiveLog = (obj) => ({
|
|
188
|
-
...obj,
|
|
189
|
-
});
|
|
190
|
-
})(ListTagsForResourceOutput = exports.ListTagsForResourceOutput || (exports.ListTagsForResourceOutput = {}));
|
|
191
|
-
var TagResourceInput;
|
|
192
|
-
(function (TagResourceInput) {
|
|
193
|
-
TagResourceInput.filterSensitiveLog = (obj) => ({
|
|
194
|
-
...obj,
|
|
195
|
-
});
|
|
196
|
-
})(TagResourceInput = exports.TagResourceInput || (exports.TagResourceInput = {}));
|
|
197
|
-
var TagResourceOutput;
|
|
198
|
-
(function (TagResourceOutput) {
|
|
199
|
-
TagResourceOutput.filterSensitiveLog = (obj) => ({
|
|
200
|
-
...obj,
|
|
201
|
-
});
|
|
202
|
-
})(TagResourceOutput = exports.TagResourceOutput || (exports.TagResourceOutput = {}));
|
|
203
|
-
var UntagResourceInput;
|
|
204
|
-
(function (UntagResourceInput) {
|
|
205
|
-
UntagResourceInput.filterSensitiveLog = (obj) => ({
|
|
206
|
-
...obj,
|
|
207
|
-
});
|
|
208
|
-
})(UntagResourceInput = exports.UntagResourceInput || (exports.UntagResourceInput = {}));
|
|
209
|
-
var UntagResourceOutput;
|
|
210
|
-
(function (UntagResourceOutput) {
|
|
211
|
-
UntagResourceOutput.filterSensitiveLog = (obj) => ({
|
|
212
|
-
...obj,
|
|
213
|
-
});
|
|
214
|
-
})(UntagResourceOutput = exports.UntagResourceOutput || (exports.UntagResourceOutput = {}));
|
|
215
59
|
class ConflictException extends CodeStarConnectionsServiceException_1.CodeStarConnectionsServiceException {
|
|
216
60
|
constructor(opts) {
|
|
217
61
|
super({
|
|
@@ -240,15 +84,115 @@ class UnsupportedOperationException extends CodeStarConnectionsServiceException_
|
|
|
240
84
|
}
|
|
241
85
|
}
|
|
242
86
|
exports.UnsupportedOperationException = UnsupportedOperationException;
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
87
|
+
const TagFilterSensitiveLog = (obj) => ({
|
|
88
|
+
...obj,
|
|
89
|
+
});
|
|
90
|
+
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
91
|
+
const CreateConnectionInputFilterSensitiveLog = (obj) => ({
|
|
92
|
+
...obj,
|
|
93
|
+
});
|
|
94
|
+
exports.CreateConnectionInputFilterSensitiveLog = CreateConnectionInputFilterSensitiveLog;
|
|
95
|
+
const CreateConnectionOutputFilterSensitiveLog = (obj) => ({
|
|
96
|
+
...obj,
|
|
97
|
+
});
|
|
98
|
+
exports.CreateConnectionOutputFilterSensitiveLog = CreateConnectionOutputFilterSensitiveLog;
|
|
99
|
+
const VpcConfigurationFilterSensitiveLog = (obj) => ({
|
|
100
|
+
...obj,
|
|
101
|
+
});
|
|
102
|
+
exports.VpcConfigurationFilterSensitiveLog = VpcConfigurationFilterSensitiveLog;
|
|
103
|
+
const CreateHostInputFilterSensitiveLog = (obj) => ({
|
|
104
|
+
...obj,
|
|
105
|
+
});
|
|
106
|
+
exports.CreateHostInputFilterSensitiveLog = CreateHostInputFilterSensitiveLog;
|
|
107
|
+
const CreateHostOutputFilterSensitiveLog = (obj) => ({
|
|
108
|
+
...obj,
|
|
109
|
+
});
|
|
110
|
+
exports.CreateHostOutputFilterSensitiveLog = CreateHostOutputFilterSensitiveLog;
|
|
111
|
+
const DeleteConnectionInputFilterSensitiveLog = (obj) => ({
|
|
112
|
+
...obj,
|
|
113
|
+
});
|
|
114
|
+
exports.DeleteConnectionInputFilterSensitiveLog = DeleteConnectionInputFilterSensitiveLog;
|
|
115
|
+
const DeleteConnectionOutputFilterSensitiveLog = (obj) => ({
|
|
116
|
+
...obj,
|
|
117
|
+
});
|
|
118
|
+
exports.DeleteConnectionOutputFilterSensitiveLog = DeleteConnectionOutputFilterSensitiveLog;
|
|
119
|
+
const DeleteHostInputFilterSensitiveLog = (obj) => ({
|
|
120
|
+
...obj,
|
|
121
|
+
});
|
|
122
|
+
exports.DeleteHostInputFilterSensitiveLog = DeleteHostInputFilterSensitiveLog;
|
|
123
|
+
const DeleteHostOutputFilterSensitiveLog = (obj) => ({
|
|
124
|
+
...obj,
|
|
125
|
+
});
|
|
126
|
+
exports.DeleteHostOutputFilterSensitiveLog = DeleteHostOutputFilterSensitiveLog;
|
|
127
|
+
const GetConnectionInputFilterSensitiveLog = (obj) => ({
|
|
128
|
+
...obj,
|
|
129
|
+
});
|
|
130
|
+
exports.GetConnectionInputFilterSensitiveLog = GetConnectionInputFilterSensitiveLog;
|
|
131
|
+
const ConnectionFilterSensitiveLog = (obj) => ({
|
|
132
|
+
...obj,
|
|
133
|
+
});
|
|
134
|
+
exports.ConnectionFilterSensitiveLog = ConnectionFilterSensitiveLog;
|
|
135
|
+
const GetConnectionOutputFilterSensitiveLog = (obj) => ({
|
|
136
|
+
...obj,
|
|
137
|
+
});
|
|
138
|
+
exports.GetConnectionOutputFilterSensitiveLog = GetConnectionOutputFilterSensitiveLog;
|
|
139
|
+
const GetHostInputFilterSensitiveLog = (obj) => ({
|
|
140
|
+
...obj,
|
|
141
|
+
});
|
|
142
|
+
exports.GetHostInputFilterSensitiveLog = GetHostInputFilterSensitiveLog;
|
|
143
|
+
const GetHostOutputFilterSensitiveLog = (obj) => ({
|
|
144
|
+
...obj,
|
|
145
|
+
});
|
|
146
|
+
exports.GetHostOutputFilterSensitiveLog = GetHostOutputFilterSensitiveLog;
|
|
147
|
+
const ListConnectionsInputFilterSensitiveLog = (obj) => ({
|
|
148
|
+
...obj,
|
|
149
|
+
});
|
|
150
|
+
exports.ListConnectionsInputFilterSensitiveLog = ListConnectionsInputFilterSensitiveLog;
|
|
151
|
+
const ListConnectionsOutputFilterSensitiveLog = (obj) => ({
|
|
152
|
+
...obj,
|
|
153
|
+
});
|
|
154
|
+
exports.ListConnectionsOutputFilterSensitiveLog = ListConnectionsOutputFilterSensitiveLog;
|
|
155
|
+
const ListHostsInputFilterSensitiveLog = (obj) => ({
|
|
156
|
+
...obj,
|
|
157
|
+
});
|
|
158
|
+
exports.ListHostsInputFilterSensitiveLog = ListHostsInputFilterSensitiveLog;
|
|
159
|
+
const HostFilterSensitiveLog = (obj) => ({
|
|
160
|
+
...obj,
|
|
161
|
+
});
|
|
162
|
+
exports.HostFilterSensitiveLog = HostFilterSensitiveLog;
|
|
163
|
+
const ListHostsOutputFilterSensitiveLog = (obj) => ({
|
|
164
|
+
...obj,
|
|
165
|
+
});
|
|
166
|
+
exports.ListHostsOutputFilterSensitiveLog = ListHostsOutputFilterSensitiveLog;
|
|
167
|
+
const ListTagsForResourceInputFilterSensitiveLog = (obj) => ({
|
|
168
|
+
...obj,
|
|
169
|
+
});
|
|
170
|
+
exports.ListTagsForResourceInputFilterSensitiveLog = ListTagsForResourceInputFilterSensitiveLog;
|
|
171
|
+
const ListTagsForResourceOutputFilterSensitiveLog = (obj) => ({
|
|
172
|
+
...obj,
|
|
173
|
+
});
|
|
174
|
+
exports.ListTagsForResourceOutputFilterSensitiveLog = ListTagsForResourceOutputFilterSensitiveLog;
|
|
175
|
+
const TagResourceInputFilterSensitiveLog = (obj) => ({
|
|
176
|
+
...obj,
|
|
177
|
+
});
|
|
178
|
+
exports.TagResourceInputFilterSensitiveLog = TagResourceInputFilterSensitiveLog;
|
|
179
|
+
const TagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
180
|
+
...obj,
|
|
181
|
+
});
|
|
182
|
+
exports.TagResourceOutputFilterSensitiveLog = TagResourceOutputFilterSensitiveLog;
|
|
183
|
+
const UntagResourceInputFilterSensitiveLog = (obj) => ({
|
|
184
|
+
...obj,
|
|
185
|
+
});
|
|
186
|
+
exports.UntagResourceInputFilterSensitiveLog = UntagResourceInputFilterSensitiveLog;
|
|
187
|
+
const UntagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
188
|
+
...obj,
|
|
189
|
+
});
|
|
190
|
+
exports.UntagResourceOutputFilterSensitiveLog = UntagResourceOutputFilterSensitiveLog;
|
|
191
|
+
const UpdateHostInputFilterSensitiveLog = (obj) => ({
|
|
192
|
+
...obj,
|
|
193
|
+
});
|
|
194
|
+
exports.UpdateHostInputFilterSensitiveLog = UpdateHostInputFilterSensitiveLog;
|
|
195
|
+
const UpdateHostOutputFilterSensitiveLog = (obj) => ({
|
|
196
|
+
...obj,
|
|
197
|
+
});
|
|
198
|
+
exports.UpdateHostOutputFilterSensitiveLog = UpdateHostOutputFilterSensitiveLog;
|