@aws-sdk/client-codestar-connections 3.130.0 → 3.141.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 (31) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateConnectionCommand.js +2 -2
  4. package/dist-cjs/commands/CreateHostCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteConnectionCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteHostCommand.js +2 -2
  7. package/dist-cjs/commands/GetConnectionCommand.js +2 -2
  8. package/dist-cjs/commands/GetHostCommand.js +2 -2
  9. package/dist-cjs/commands/ListConnectionsCommand.js +2 -2
  10. package/dist-cjs/commands/ListHostsCommand.js +2 -2
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  12. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  13. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  14. package/dist-cjs/commands/UpdateHostCommand.js +2 -2
  15. package/dist-cjs/models/models_0.js +113 -169
  16. package/dist-es/commands/CreateConnectionCommand.js +3 -3
  17. package/dist-es/commands/CreateHostCommand.js +3 -3
  18. package/dist-es/commands/DeleteConnectionCommand.js +3 -3
  19. package/dist-es/commands/DeleteHostCommand.js +3 -3
  20. package/dist-es/commands/GetConnectionCommand.js +3 -3
  21. package/dist-es/commands/GetHostCommand.js +3 -3
  22. package/dist-es/commands/ListConnectionsCommand.js +3 -3
  23. package/dist-es/commands/ListHostsCommand.js +3 -3
  24. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  25. package/dist-es/commands/TagResourceCommand.js +3 -3
  26. package/dist-es/commands/UntagResourceCommand.js +3 -3
  27. package/dist-es/commands/UpdateHostCommand.js +3 -3
  28. package/dist-es/models/models_0.js +28 -112
  29. package/dist-types/models/models_0.d.ts +112 -168
  30. package/dist-types/ts3.4/models/models_0.d.ts +56 -112
  31. package/package.json +7 -7
@@ -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 { ListHostsInput, ListHostsOutput } from "../models/models_0";
4
+ import { ListHostsInputFilterSensitiveLog, ListHostsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0ListHostsCommand, serializeAws_json1_0ListHostsCommand } from "../protocols/Aws_json1_0";
6
6
  var ListHostsCommand = (function (_super) {
7
7
  __extends(ListHostsCommand, _super);
@@ -20,8 +20,8 @@ var ListHostsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListHostsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListHostsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListHostsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListHostsOutputFilterSensitiveLog,
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 { 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)); };