@aws-sdk/client-codecatalyst 3.296.0 → 3.298.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 (91) hide show
  1. package/dist-cjs/commands/CreateAccessTokenCommand.js +1 -1
  2. package/dist-cjs/commands/CreateDevEnvironmentCommand.js +2 -3
  3. package/dist-cjs/commands/CreateProjectCommand.js +2 -3
  4. package/dist-cjs/commands/CreateSourceRepositoryBranchCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteAccessTokenCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteDevEnvironmentCommand.js +2 -3
  7. package/dist-cjs/commands/GetDevEnvironmentCommand.js +2 -3
  8. package/dist-cjs/commands/GetProjectCommand.js +2 -3
  9. package/dist-cjs/commands/GetSourceRepositoryCloneUrlsCommand.js +2 -3
  10. package/dist-cjs/commands/GetSpaceCommand.js +2 -3
  11. package/dist-cjs/commands/GetSubscriptionCommand.js +2 -3
  12. package/dist-cjs/commands/GetUserDetailsCommand.js +2 -3
  13. package/dist-cjs/commands/ListAccessTokensCommand.js +2 -3
  14. package/dist-cjs/commands/ListDevEnvironmentsCommand.js +2 -3
  15. package/dist-cjs/commands/ListEventLogsCommand.js +2 -3
  16. package/dist-cjs/commands/ListProjectsCommand.js +2 -3
  17. package/dist-cjs/commands/ListSourceRepositoriesCommand.js +2 -3
  18. package/dist-cjs/commands/ListSourceRepositoryBranchesCommand.js +2 -3
  19. package/dist-cjs/commands/ListSpacesCommand.js +2 -3
  20. package/dist-cjs/commands/StartDevEnvironmentCommand.js +2 -3
  21. package/dist-cjs/commands/StartDevEnvironmentSessionCommand.js +1 -1
  22. package/dist-cjs/commands/StopDevEnvironmentCommand.js +2 -3
  23. package/dist-cjs/commands/StopDevEnvironmentSessionCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateDevEnvironmentCommand.js +2 -3
  25. package/dist-cjs/commands/VerifySessionCommand.js +2 -3
  26. package/dist-cjs/models/models_0.js +1 -274
  27. package/dist-es/commands/CreateAccessTokenCommand.js +2 -2
  28. package/dist-es/commands/CreateDevEnvironmentCommand.js +2 -3
  29. package/dist-es/commands/CreateProjectCommand.js +2 -3
  30. package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +2 -3
  31. package/dist-es/commands/DeleteAccessTokenCommand.js +2 -3
  32. package/dist-es/commands/DeleteDevEnvironmentCommand.js +2 -3
  33. package/dist-es/commands/GetDevEnvironmentCommand.js +2 -3
  34. package/dist-es/commands/GetProjectCommand.js +2 -3
  35. package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +2 -3
  36. package/dist-es/commands/GetSpaceCommand.js +2 -3
  37. package/dist-es/commands/GetSubscriptionCommand.js +2 -3
  38. package/dist-es/commands/GetUserDetailsCommand.js +2 -3
  39. package/dist-es/commands/ListAccessTokensCommand.js +2 -3
  40. package/dist-es/commands/ListDevEnvironmentsCommand.js +2 -3
  41. package/dist-es/commands/ListEventLogsCommand.js +2 -3
  42. package/dist-es/commands/ListProjectsCommand.js +2 -3
  43. package/dist-es/commands/ListSourceRepositoriesCommand.js +2 -3
  44. package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +2 -3
  45. package/dist-es/commands/ListSpacesCommand.js +2 -3
  46. package/dist-es/commands/StartDevEnvironmentCommand.js +2 -3
  47. package/dist-es/commands/StartDevEnvironmentSessionCommand.js +2 -2
  48. package/dist-es/commands/StopDevEnvironmentCommand.js +2 -3
  49. package/dist-es/commands/StopDevEnvironmentSessionCommand.js +2 -3
  50. package/dist-es/commands/UpdateDevEnvironmentCommand.js +2 -3
  51. package/dist-es/commands/VerifySessionCommand.js +2 -3
  52. package/dist-es/models/models_0.js +0 -204
  53. package/dist-types/CodeCatalyst.d.ts +26 -0
  54. package/dist-types/CodeCatalystClient.d.ts +24 -4
  55. package/dist-types/commands/CreateAccessTokenCommand.d.ts +16 -0
  56. package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +16 -0
  57. package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
  58. package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +16 -0
  59. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +16 -0
  60. package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +16 -0
  61. package/dist-types/commands/GetDevEnvironmentCommand.d.ts +16 -0
  62. package/dist-types/commands/GetProjectCommand.d.ts +16 -0
  63. package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +16 -0
  64. package/dist-types/commands/GetSpaceCommand.d.ts +16 -0
  65. package/dist-types/commands/GetSubscriptionCommand.d.ts +16 -0
  66. package/dist-types/commands/GetUserDetailsCommand.d.ts +16 -0
  67. package/dist-types/commands/ListAccessTokensCommand.d.ts +16 -0
  68. package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +16 -0
  69. package/dist-types/commands/ListEventLogsCommand.d.ts +16 -0
  70. package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
  71. package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +16 -0
  72. package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +16 -0
  73. package/dist-types/commands/ListSpacesCommand.d.ts +16 -0
  74. package/dist-types/commands/StartDevEnvironmentCommand.d.ts +16 -0
  75. package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +16 -0
  76. package/dist-types/commands/StopDevEnvironmentCommand.d.ts +16 -0
  77. package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +16 -0
  79. package/dist-types/commands/VerifySessionCommand.d.ts +16 -0
  80. package/dist-types/models/CodeCatalystServiceException.d.ts +2 -0
  81. package/dist-types/models/models_0.d.ts +199 -272
  82. package/dist-types/pagination/Interfaces.d.ts +3 -0
  83. package/dist-types/pagination/ListAccessTokensPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListDevEnvironmentsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListEventLogsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListSourceRepositoriesPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListSourceRepositoryBranchesPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListSpacesPaginator.d.ts +3 -0
  90. package/dist-types/ts3.4/models/models_0.d.ts +0 -192
  91. package/package.json +3 -2
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListSourceRepositoryBranchesRequestFilterSensitiveLog, ListSourceRepositoryBranchesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListSourceRepositoryBranchesCommand, serializeAws_restJson1ListSourceRepositoryBranchesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListSourceRepositoryBranchesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -26,8 +25,8 @@ export class ListSourceRepositoryBranchesCommand extends $Command {
26
25
  logger,
27
26
  clientName,
28
27
  commandName,
29
- inputFilterSensitiveLog: ListSourceRepositoryBranchesRequestFilterSensitiveLog,
30
- outputFilterSensitiveLog: ListSourceRepositoryBranchesResponseFilterSensitiveLog,
28
+ inputFilterSensitiveLog: (_) => _,
29
+ outputFilterSensitiveLog: (_) => _,
31
30
  };
32
31
  const { requestHandler } = configuration;
33
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListSpacesRequestFilterSensitiveLog, ListSpacesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListSpacesCommand, serializeAws_restJson1ListSpacesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListSpacesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -26,8 +25,8 @@ export class ListSpacesCommand extends $Command {
26
25
  logger,
27
26
  clientName,
28
27
  commandName,
29
- inputFilterSensitiveLog: ListSpacesRequestFilterSensitiveLog,
30
- outputFilterSensitiveLog: ListSpacesResponseFilterSensitiveLog,
28
+ inputFilterSensitiveLog: (_) => _,
29
+ outputFilterSensitiveLog: (_) => _,
31
30
  };
32
31
  const { requestHandler } = configuration;
33
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StartDevEnvironmentRequestFilterSensitiveLog, StartDevEnvironmentResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1StartDevEnvironmentCommand, serializeAws_restJson1StartDevEnvironmentCommand, } from "../protocols/Aws_restJson1";
6
5
  export class StartDevEnvironmentCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -26,8 +25,8 @@ export class StartDevEnvironmentCommand extends $Command {
26
25
  logger,
27
26
  clientName,
28
27
  commandName,
29
- inputFilterSensitiveLog: StartDevEnvironmentRequestFilterSensitiveLog,
30
- outputFilterSensitiveLog: StartDevEnvironmentResponseFilterSensitiveLog,
28
+ inputFilterSensitiveLog: (_) => _,
29
+ outputFilterSensitiveLog: (_) => _,
31
30
  };
32
31
  const { requestHandler } = configuration;
33
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StartDevEnvironmentSessionRequestFilterSensitiveLog, StartDevEnvironmentSessionResponseFilterSensitiveLog, } from "../models/models_0";
4
+ import { StartDevEnvironmentSessionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartDevEnvironmentSessionCommand, serializeAws_restJson1StartDevEnvironmentSessionCommand, } from "../protocols/Aws_restJson1";
6
6
  export class StartDevEnvironmentSessionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -26,7 +26,7 @@ export class StartDevEnvironmentSessionCommand extends $Command {
26
26
  logger,
27
27
  clientName,
28
28
  commandName,
29
- inputFilterSensitiveLog: StartDevEnvironmentSessionRequestFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
30
  outputFilterSensitiveLog: StartDevEnvironmentSessionResponseFilterSensitiveLog,
31
31
  };
32
32
  const { requestHandler } = configuration;
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StopDevEnvironmentRequestFilterSensitiveLog, StopDevEnvironmentResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1StopDevEnvironmentCommand, serializeAws_restJson1StopDevEnvironmentCommand, } from "../protocols/Aws_restJson1";
6
5
  export class StopDevEnvironmentCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -26,8 +25,8 @@ export class StopDevEnvironmentCommand extends $Command {
26
25
  logger,
27
26
  clientName,
28
27
  commandName,
29
- inputFilterSensitiveLog: StopDevEnvironmentRequestFilterSensitiveLog,
30
- outputFilterSensitiveLog: StopDevEnvironmentResponseFilterSensitiveLog,
28
+ inputFilterSensitiveLog: (_) => _,
29
+ outputFilterSensitiveLog: (_) => _,
31
30
  };
32
31
  const { requestHandler } = configuration;
33
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StopDevEnvironmentSessionRequestFilterSensitiveLog, StopDevEnvironmentSessionResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1StopDevEnvironmentSessionCommand, serializeAws_restJson1StopDevEnvironmentSessionCommand, } from "../protocols/Aws_restJson1";
6
5
  export class StopDevEnvironmentSessionCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -26,8 +25,8 @@ export class StopDevEnvironmentSessionCommand extends $Command {
26
25
  logger,
27
26
  clientName,
28
27
  commandName,
29
- inputFilterSensitiveLog: StopDevEnvironmentSessionRequestFilterSensitiveLog,
30
- outputFilterSensitiveLog: StopDevEnvironmentSessionResponseFilterSensitiveLog,
28
+ inputFilterSensitiveLog: (_) => _,
29
+ outputFilterSensitiveLog: (_) => _,
31
30
  };
32
31
  const { requestHandler } = configuration;
33
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateDevEnvironmentRequestFilterSensitiveLog, UpdateDevEnvironmentResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateDevEnvironmentCommand, serializeAws_restJson1UpdateDevEnvironmentCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateDevEnvironmentCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -26,8 +25,8 @@ export class UpdateDevEnvironmentCommand extends $Command {
26
25
  logger,
27
26
  clientName,
28
27
  commandName,
29
- inputFilterSensitiveLog: UpdateDevEnvironmentRequestFilterSensitiveLog,
30
- outputFilterSensitiveLog: UpdateDevEnvironmentResponseFilterSensitiveLog,
28
+ inputFilterSensitiveLog: (_) => _,
29
+ outputFilterSensitiveLog: (_) => _,
31
30
  };
32
31
  const { requestHandler } = configuration;
33
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { VerifySessionResponseFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restJson1VerifySessionCommand, serializeAws_restJson1VerifySessionCommand, } from "../protocols/Aws_restJson1";
6
5
  export class VerifySessionCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -26,8 +25,8 @@ export class VerifySessionCommand extends $Command {
26
25
  logger,
27
26
  clientName,
28
27
  commandName,
29
- inputFilterSensitiveLog: (input) => input,
30
- outputFilterSensitiveLog: VerifySessionResponseFilterSensitiveLog,
28
+ inputFilterSensitiveLog: (_) => _,
29
+ outputFilterSensitiveLog: (_) => _,
31
30
  };
32
31
  const { requestHandler } = configuration;
33
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -124,139 +124,10 @@ export var FilterKey;
124
124
  (function (FilterKey) {
125
125
  FilterKey["HAS_ACCESS_TO"] = "hasAccessTo";
126
126
  })(FilterKey || (FilterKey = {}));
127
- export const CreateAccessTokenRequestFilterSensitiveLog = (obj) => ({
128
- ...obj,
129
- });
130
127
  export const CreateAccessTokenResponseFilterSensitiveLog = (obj) => ({
131
128
  ...obj,
132
129
  ...(obj.secret && { secret: SENSITIVE_STRING }),
133
130
  });
134
- export const DeleteAccessTokenRequestFilterSensitiveLog = (obj) => ({
135
- ...obj,
136
- });
137
- export const DeleteAccessTokenResponseFilterSensitiveLog = (obj) => ({
138
- ...obj,
139
- });
140
- export const ListAccessTokensRequestFilterSensitiveLog = (obj) => ({
141
- ...obj,
142
- });
143
- export const AccessTokenSummaryFilterSensitiveLog = (obj) => ({
144
- ...obj,
145
- });
146
- export const ListAccessTokensResponseFilterSensitiveLog = (obj) => ({
147
- ...obj,
148
- });
149
- export const GetUserDetailsRequestFilterSensitiveLog = (obj) => ({
150
- ...obj,
151
- });
152
- export const EmailAddressFilterSensitiveLog = (obj) => ({
153
- ...obj,
154
- });
155
- export const GetUserDetailsResponseFilterSensitiveLog = (obj) => ({
156
- ...obj,
157
- });
158
- export const ListEventLogsRequestFilterSensitiveLog = (obj) => ({
159
- ...obj,
160
- });
161
- export const ProjectInformationFilterSensitiveLog = (obj) => ({
162
- ...obj,
163
- });
164
- export const EventPayloadFilterSensitiveLog = (obj) => ({
165
- ...obj,
166
- });
167
- export const UserIdentityFilterSensitiveLog = (obj) => ({
168
- ...obj,
169
- });
170
- export const EventLogEntryFilterSensitiveLog = (obj) => ({
171
- ...obj,
172
- });
173
- export const ListEventLogsResponseFilterSensitiveLog = (obj) => ({
174
- ...obj,
175
- });
176
- export const GetSpaceRequestFilterSensitiveLog = (obj) => ({
177
- ...obj,
178
- });
179
- export const GetSpaceResponseFilterSensitiveLog = (obj) => ({
180
- ...obj,
181
- });
182
- export const ListSpacesRequestFilterSensitiveLog = (obj) => ({
183
- ...obj,
184
- });
185
- export const SpaceSummaryFilterSensitiveLog = (obj) => ({
186
- ...obj,
187
- });
188
- export const ListSpacesResponseFilterSensitiveLog = (obj) => ({
189
- ...obj,
190
- });
191
- export const CreateProjectRequestFilterSensitiveLog = (obj) => ({
192
- ...obj,
193
- });
194
- export const CreateProjectResponseFilterSensitiveLog = (obj) => ({
195
- ...obj,
196
- });
197
- export const IdeConfigurationFilterSensitiveLog = (obj) => ({
198
- ...obj,
199
- });
200
- export const PersistentStorageConfigurationFilterSensitiveLog = (obj) => ({
201
- ...obj,
202
- });
203
- export const RepositoryInputFilterSensitiveLog = (obj) => ({
204
- ...obj,
205
- });
206
- export const CreateDevEnvironmentRequestFilterSensitiveLog = (obj) => ({
207
- ...obj,
208
- });
209
- export const CreateDevEnvironmentResponseFilterSensitiveLog = (obj) => ({
210
- ...obj,
211
- });
212
- export const DeleteDevEnvironmentRequestFilterSensitiveLog = (obj) => ({
213
- ...obj,
214
- });
215
- export const DeleteDevEnvironmentResponseFilterSensitiveLog = (obj) => ({
216
- ...obj,
217
- });
218
- export const GetDevEnvironmentRequestFilterSensitiveLog = (obj) => ({
219
- ...obj,
220
- });
221
- export const IdeFilterSensitiveLog = (obj) => ({
222
- ...obj,
223
- });
224
- export const PersistentStorageFilterSensitiveLog = (obj) => ({
225
- ...obj,
226
- });
227
- export const DevEnvironmentRepositorySummaryFilterSensitiveLog = (obj) => ({
228
- ...obj,
229
- });
230
- export const GetDevEnvironmentResponseFilterSensitiveLog = (obj) => ({
231
- ...obj,
232
- });
233
- export const FilterFilterSensitiveLog = (obj) => ({
234
- ...obj,
235
- });
236
- export const ListDevEnvironmentsRequestFilterSensitiveLog = (obj) => ({
237
- ...obj,
238
- });
239
- export const DevEnvironmentSummaryFilterSensitiveLog = (obj) => ({
240
- ...obj,
241
- });
242
- export const ListDevEnvironmentsResponseFilterSensitiveLog = (obj) => ({
243
- ...obj,
244
- });
245
- export const StartDevEnvironmentRequestFilterSensitiveLog = (obj) => ({
246
- ...obj,
247
- });
248
- export const StartDevEnvironmentResponseFilterSensitiveLog = (obj) => ({
249
- ...obj,
250
- });
251
- export const ExecuteCommandSessionConfigurationFilterSensitiveLog = (obj) => ({
252
- ...obj,
253
- });
254
- export const DevEnvironmentSessionConfigurationFilterSensitiveLog = (obj) => ({
255
- ...obj,
256
- });
257
- export const StartDevEnvironmentSessionRequestFilterSensitiveLog = (obj) => ({
258
- ...obj,
259
- });
260
131
  export const DevEnvironmentAccessDetailsFilterSensitiveLog = (obj) => ({
261
132
  ...obj,
262
133
  ...(obj.streamUrl && { streamUrl: SENSITIVE_STRING }),
@@ -266,78 +137,3 @@ export const StartDevEnvironmentSessionResponseFilterSensitiveLog = (obj) => ({
266
137
  ...obj,
267
138
  ...(obj.accessDetails && { accessDetails: SENSITIVE_STRING }),
268
139
  });
269
- export const StopDevEnvironmentRequestFilterSensitiveLog = (obj) => ({
270
- ...obj,
271
- });
272
- export const StopDevEnvironmentResponseFilterSensitiveLog = (obj) => ({
273
- ...obj,
274
- });
275
- export const StopDevEnvironmentSessionRequestFilterSensitiveLog = (obj) => ({
276
- ...obj,
277
- });
278
- export const StopDevEnvironmentSessionResponseFilterSensitiveLog = (obj) => ({
279
- ...obj,
280
- });
281
- export const UpdateDevEnvironmentRequestFilterSensitiveLog = (obj) => ({
282
- ...obj,
283
- });
284
- export const UpdateDevEnvironmentResponseFilterSensitiveLog = (obj) => ({
285
- ...obj,
286
- });
287
- export const GetProjectRequestFilterSensitiveLog = (obj) => ({
288
- ...obj,
289
- });
290
- export const GetProjectResponseFilterSensitiveLog = (obj) => ({
291
- ...obj,
292
- });
293
- export const ProjectListFilterFilterSensitiveLog = (obj) => ({
294
- ...obj,
295
- });
296
- export const ListProjectsRequestFilterSensitiveLog = (obj) => ({
297
- ...obj,
298
- });
299
- export const ProjectSummaryFilterSensitiveLog = (obj) => ({
300
- ...obj,
301
- });
302
- export const ListProjectsResponseFilterSensitiveLog = (obj) => ({
303
- ...obj,
304
- });
305
- export const GetSourceRepositoryCloneUrlsRequestFilterSensitiveLog = (obj) => ({
306
- ...obj,
307
- });
308
- export const GetSourceRepositoryCloneUrlsResponseFilterSensitiveLog = (obj) => ({
309
- ...obj,
310
- });
311
- export const ListSourceRepositoriesRequestFilterSensitiveLog = (obj) => ({
312
- ...obj,
313
- });
314
- export const ListSourceRepositoriesItemFilterSensitiveLog = (obj) => ({
315
- ...obj,
316
- });
317
- export const ListSourceRepositoriesResponseFilterSensitiveLog = (obj) => ({
318
- ...obj,
319
- });
320
- export const CreateSourceRepositoryBranchRequestFilterSensitiveLog = (obj) => ({
321
- ...obj,
322
- });
323
- export const CreateSourceRepositoryBranchResponseFilterSensitiveLog = (obj) => ({
324
- ...obj,
325
- });
326
- export const ListSourceRepositoryBranchesRequestFilterSensitiveLog = (obj) => ({
327
- ...obj,
328
- });
329
- export const ListSourceRepositoryBranchesItemFilterSensitiveLog = (obj) => ({
330
- ...obj,
331
- });
332
- export const ListSourceRepositoryBranchesResponseFilterSensitiveLog = (obj) => ({
333
- ...obj,
334
- });
335
- export const GetSubscriptionRequestFilterSensitiveLog = (obj) => ({
336
- ...obj,
337
- });
338
- export const GetSubscriptionResponseFilterSensitiveLog = (obj) => ({
339
- ...obj,
340
- });
341
- export const VerifySessionResponseFilterSensitiveLog = (obj) => ({
342
- ...obj,
343
- });
@@ -26,6 +26,7 @@ import { StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommand
26
26
  import { UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput } from "./commands/UpdateDevEnvironmentCommand";
27
27
  import { VerifySessionCommandInput, VerifySessionCommandOutput } from "./commands/VerifySessionCommand";
28
28
  /**
29
+ * @public
29
30
  * <note>
30
31
  * <p>
31
32
  * <b>Amazon CodeCatalyst is in preview release and subject to change.</b>
@@ -141,6 +142,7 @@ import { VerifySessionCommandInput, VerifySessionCommandOutput } from "./command
141
142
  */
142
143
  export declare class CodeCatalyst extends CodeCatalystClient {
143
144
  /**
145
+ * @public
144
146
  * <p>Creates a personal access token (PAT) for the current user. A personal access token (PAT) is similar to a password.
145
147
  * It is associated with your user account. You use PATs to access Amazon CodeCatalyst resources such as source repositories from third-party applications
146
148
  * like Git and integrated development environments (IDEs). For more information, see
@@ -150,6 +152,7 @@ export declare class CodeCatalyst extends CodeCatalystClient {
150
152
  createAccessToken(args: CreateAccessTokenCommandInput, cb: (err: any, data?: CreateAccessTokenCommandOutput) => void): void;
151
153
  createAccessToken(args: CreateAccessTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessTokenCommandOutput) => void): void;
152
154
  /**
155
+ * @public
153
156
  * <p>Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development Dev Environment that you can use to quickly work on the code stored in the source repositories of your project.
154
157
  * </p>
155
158
  * <note>
@@ -161,12 +164,14 @@ export declare class CodeCatalyst extends CodeCatalystClient {
161
164
  createDevEnvironment(args: CreateDevEnvironmentCommandInput, cb: (err: any, data?: CreateDevEnvironmentCommandOutput) => void): void;
162
165
  createDevEnvironment(args: CreateDevEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDevEnvironmentCommandOutput) => void): void;
163
166
  /**
167
+ * @public
164
168
  * <p>Creates a project in a specified space.</p>
165
169
  */
166
170
  createProject(args: CreateProjectCommandInput, options?: __HttpHandlerOptions): Promise<CreateProjectCommandOutput>;
167
171
  createProject(args: CreateProjectCommandInput, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
168
172
  createProject(args: CreateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
169
173
  /**
174
+ * @public
170
175
  * <p>Creates a branch in a specified source repository in Amazon CodeCatalyst. </p>
171
176
  * <note>
172
177
  * <p>This API only creates a branch in a source repository hosted in Amazon CodeCatalyst. You cannot use this API to create a branch in a linked repository.</p>
@@ -176,30 +181,35 @@ export declare class CodeCatalyst extends CodeCatalystClient {
176
181
  createSourceRepositoryBranch(args: CreateSourceRepositoryBranchCommandInput, cb: (err: any, data?: CreateSourceRepositoryBranchCommandOutput) => void): void;
177
182
  createSourceRepositoryBranch(args: CreateSourceRepositoryBranchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSourceRepositoryBranchCommandOutput) => void): void;
178
183
  /**
184
+ * @public
179
185
  * <p>Deletes a specified personal access token (PAT). A personal access token can only be deleted by the user who created it.</p>
180
186
  */
181
187
  deleteAccessToken(args: DeleteAccessTokenCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessTokenCommandOutput>;
182
188
  deleteAccessToken(args: DeleteAccessTokenCommandInput, cb: (err: any, data?: DeleteAccessTokenCommandOutput) => void): void;
183
189
  deleteAccessToken(args: DeleteAccessTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessTokenCommandOutput) => void): void;
184
190
  /**
191
+ * @public
185
192
  * <p>Deletes a Dev Environment. </p>
186
193
  */
187
194
  deleteDevEnvironment(args: DeleteDevEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDevEnvironmentCommandOutput>;
188
195
  deleteDevEnvironment(args: DeleteDevEnvironmentCommandInput, cb: (err: any, data?: DeleteDevEnvironmentCommandOutput) => void): void;
189
196
  deleteDevEnvironment(args: DeleteDevEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDevEnvironmentCommandOutput) => void): void;
190
197
  /**
198
+ * @public
191
199
  * <p>Returns information about a Dev Environment for a source repository in a project. Dev Environments are specific to the user who creates them.</p>
192
200
  */
193
201
  getDevEnvironment(args: GetDevEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<GetDevEnvironmentCommandOutput>;
194
202
  getDevEnvironment(args: GetDevEnvironmentCommandInput, cb: (err: any, data?: GetDevEnvironmentCommandOutput) => void): void;
195
203
  getDevEnvironment(args: GetDevEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevEnvironmentCommandOutput) => void): void;
196
204
  /**
205
+ * @public
197
206
  * <p>Returns information about a project.</p>
198
207
  */
199
208
  getProject(args: GetProjectCommandInput, options?: __HttpHandlerOptions): Promise<GetProjectCommandOutput>;
200
209
  getProject(args: GetProjectCommandInput, cb: (err: any, data?: GetProjectCommandOutput) => void): void;
201
210
  getProject(args: GetProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProjectCommandOutput) => void): void;
202
211
  /**
212
+ * @public
203
213
  * <p>Returns information about the URLs that can be used with a Git client to clone a source
204
214
  * repository.</p>
205
215
  */
@@ -207,12 +217,14 @@ export declare class CodeCatalyst extends CodeCatalystClient {
207
217
  getSourceRepositoryCloneUrls(args: GetSourceRepositoryCloneUrlsCommandInput, cb: (err: any, data?: GetSourceRepositoryCloneUrlsCommandOutput) => void): void;
208
218
  getSourceRepositoryCloneUrls(args: GetSourceRepositoryCloneUrlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSourceRepositoryCloneUrlsCommandOutput) => void): void;
209
219
  /**
220
+ * @public
210
221
  * <p>Returns information about an space.</p>
211
222
  */
212
223
  getSpace(args: GetSpaceCommandInput, options?: __HttpHandlerOptions): Promise<GetSpaceCommandOutput>;
213
224
  getSpace(args: GetSpaceCommandInput, cb: (err: any, data?: GetSpaceCommandOutput) => void): void;
214
225
  getSpace(args: GetSpaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSpaceCommandOutput) => void): void;
215
226
  /**
227
+ * @public
216
228
  * <p>Returns information about the Amazon Web Services account used for billing purposes
217
229
  * and the billing plan for the space.</p>
218
230
  */
@@ -220,84 +232,98 @@ export declare class CodeCatalyst extends CodeCatalystClient {
220
232
  getSubscription(args: GetSubscriptionCommandInput, cb: (err: any, data?: GetSubscriptionCommandOutput) => void): void;
221
233
  getSubscription(args: GetSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSubscriptionCommandOutput) => void): void;
222
234
  /**
235
+ * @public
223
236
  * <p>Returns information about a user. </p>
224
237
  */
225
238
  getUserDetails(args: GetUserDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetUserDetailsCommandOutput>;
226
239
  getUserDetails(args: GetUserDetailsCommandInput, cb: (err: any, data?: GetUserDetailsCommandOutput) => void): void;
227
240
  getUserDetails(args: GetUserDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserDetailsCommandOutput) => void): void;
228
241
  /**
242
+ * @public
229
243
  * <p>Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your user account.</p>
230
244
  */
231
245
  listAccessTokens(args: ListAccessTokensCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessTokensCommandOutput>;
232
246
  listAccessTokens(args: ListAccessTokensCommandInput, cb: (err: any, data?: ListAccessTokensCommandOutput) => void): void;
233
247
  listAccessTokens(args: ListAccessTokensCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessTokensCommandOutput) => void): void;
234
248
  /**
249
+ * @public
235
250
  * <p>Retrives a list of Dev Environments in a project.</p>
236
251
  */
237
252
  listDevEnvironments(args: ListDevEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListDevEnvironmentsCommandOutput>;
238
253
  listDevEnvironments(args: ListDevEnvironmentsCommandInput, cb: (err: any, data?: ListDevEnvironmentsCommandOutput) => void): void;
239
254
  listDevEnvironments(args: ListDevEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevEnvironmentsCommandOutput) => void): void;
240
255
  /**
256
+ * @public
241
257
  * <p>Retrieves a list of events that occurred during a specified time period in a space. You can use these events to audit user and system activity in a space.</p>
242
258
  */
243
259
  listEventLogs(args: ListEventLogsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventLogsCommandOutput>;
244
260
  listEventLogs(args: ListEventLogsCommandInput, cb: (err: any, data?: ListEventLogsCommandOutput) => void): void;
245
261
  listEventLogs(args: ListEventLogsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventLogsCommandOutput) => void): void;
246
262
  /**
263
+ * @public
247
264
  * <p>Retrieves a list of projects.</p>
248
265
  */
249
266
  listProjects(args: ListProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListProjectsCommandOutput>;
250
267
  listProjects(args: ListProjectsCommandInput, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
251
268
  listProjects(args: ListProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
252
269
  /**
270
+ * @public
253
271
  * <p>Retrieves a list of source repositories in a project.</p>
254
272
  */
255
273
  listSourceRepositories(args: ListSourceRepositoriesCommandInput, options?: __HttpHandlerOptions): Promise<ListSourceRepositoriesCommandOutput>;
256
274
  listSourceRepositories(args: ListSourceRepositoriesCommandInput, cb: (err: any, data?: ListSourceRepositoriesCommandOutput) => void): void;
257
275
  listSourceRepositories(args: ListSourceRepositoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSourceRepositoriesCommandOutput) => void): void;
258
276
  /**
277
+ * @public
259
278
  * <p>Retrieves a list of branches in a specified source repository.</p>
260
279
  */
261
280
  listSourceRepositoryBranches(args: ListSourceRepositoryBranchesCommandInput, options?: __HttpHandlerOptions): Promise<ListSourceRepositoryBranchesCommandOutput>;
262
281
  listSourceRepositoryBranches(args: ListSourceRepositoryBranchesCommandInput, cb: (err: any, data?: ListSourceRepositoryBranchesCommandOutput) => void): void;
263
282
  listSourceRepositoryBranches(args: ListSourceRepositoryBranchesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSourceRepositoryBranchesCommandOutput) => void): void;
264
283
  /**
284
+ * @public
265
285
  * <p>Retrieves a list of spaces.</p>
266
286
  */
267
287
  listSpaces(args: ListSpacesCommandInput, options?: __HttpHandlerOptions): Promise<ListSpacesCommandOutput>;
268
288
  listSpaces(args: ListSpacesCommandInput, cb: (err: any, data?: ListSpacesCommandOutput) => void): void;
269
289
  listSpaces(args: ListSpacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSpacesCommandOutput) => void): void;
270
290
  /**
291
+ * @public
271
292
  * <p>Starts a specified Dev Environment and puts it into an active state. </p>
272
293
  */
273
294
  startDevEnvironment(args: StartDevEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<StartDevEnvironmentCommandOutput>;
274
295
  startDevEnvironment(args: StartDevEnvironmentCommandInput, cb: (err: any, data?: StartDevEnvironmentCommandOutput) => void): void;
275
296
  startDevEnvironment(args: StartDevEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDevEnvironmentCommandOutput) => void): void;
276
297
  /**
298
+ * @public
277
299
  * <p>Starts a session for a specified Dev Environment.</p>
278
300
  */
279
301
  startDevEnvironmentSession(args: StartDevEnvironmentSessionCommandInput, options?: __HttpHandlerOptions): Promise<StartDevEnvironmentSessionCommandOutput>;
280
302
  startDevEnvironmentSession(args: StartDevEnvironmentSessionCommandInput, cb: (err: any, data?: StartDevEnvironmentSessionCommandOutput) => void): void;
281
303
  startDevEnvironmentSession(args: StartDevEnvironmentSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDevEnvironmentSessionCommandOutput) => void): void;
282
304
  /**
305
+ * @public
283
306
  * <p>Pauses a specified Dev Environment and places it in a non-running state. Stopped Dev Environments do not consume compute minutes.</p>
284
307
  */
285
308
  stopDevEnvironment(args: StopDevEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<StopDevEnvironmentCommandOutput>;
286
309
  stopDevEnvironment(args: StopDevEnvironmentCommandInput, cb: (err: any, data?: StopDevEnvironmentCommandOutput) => void): void;
287
310
  stopDevEnvironment(args: StopDevEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDevEnvironmentCommandOutput) => void): void;
288
311
  /**
312
+ * @public
289
313
  * <p>Stops a session for a specified Dev Environment.</p>
290
314
  */
291
315
  stopDevEnvironmentSession(args: StopDevEnvironmentSessionCommandInput, options?: __HttpHandlerOptions): Promise<StopDevEnvironmentSessionCommandOutput>;
292
316
  stopDevEnvironmentSession(args: StopDevEnvironmentSessionCommandInput, cb: (err: any, data?: StopDevEnvironmentSessionCommandOutput) => void): void;
293
317
  stopDevEnvironmentSession(args: StopDevEnvironmentSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDevEnvironmentSessionCommandOutput) => void): void;
294
318
  /**
319
+ * @public
295
320
  * <p>Changes one or more values for a Dev Environment. Updating certain values of the Dev Environment will cause a restart.</p>
296
321
  */
297
322
  updateDevEnvironment(args: UpdateDevEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDevEnvironmentCommandOutput>;
298
323
  updateDevEnvironment(args: UpdateDevEnvironmentCommandInput, cb: (err: any, data?: UpdateDevEnvironmentCommandOutput) => void): void;
299
324
  updateDevEnvironment(args: UpdateDevEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDevEnvironmentCommandOutput) => void): void;
300
325
  /**
326
+ * @public
301
327
  * <p>Verifies whether the calling user has a valid Amazon CodeCatalyst login and session. If successful, this returns the ID of the user in Amazon CodeCatalyst.</p>
302
328
  */
303
329
  verifySession(args: VerifySessionCommandInput, options?: __HttpHandlerOptions): Promise<VerifySessionCommandOutput>;
@@ -33,15 +33,24 @@ import { StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommand
33
33
  import { UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput } from "./commands/UpdateDevEnvironmentCommand";
34
34
  import { VerifySessionCommandInput, VerifySessionCommandOutput } from "./commands/VerifySessionCommand";
35
35
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
36
+ /**
37
+ * @public
38
+ */
36
39
  export type ServiceInputTypes = CreateAccessTokenCommandInput | CreateDevEnvironmentCommandInput | CreateProjectCommandInput | CreateSourceRepositoryBranchCommandInput | DeleteAccessTokenCommandInput | DeleteDevEnvironmentCommandInput | GetDevEnvironmentCommandInput | GetProjectCommandInput | GetSourceRepositoryCloneUrlsCommandInput | GetSpaceCommandInput | GetSubscriptionCommandInput | GetUserDetailsCommandInput | ListAccessTokensCommandInput | ListDevEnvironmentsCommandInput | ListEventLogsCommandInput | ListProjectsCommandInput | ListSourceRepositoriesCommandInput | ListSourceRepositoryBranchesCommandInput | ListSpacesCommandInput | StartDevEnvironmentCommandInput | StartDevEnvironmentSessionCommandInput | StopDevEnvironmentCommandInput | StopDevEnvironmentSessionCommandInput | UpdateDevEnvironmentCommandInput | VerifySessionCommandInput;
40
+ /**
41
+ * @public
42
+ */
37
43
  export type ServiceOutputTypes = CreateAccessTokenCommandOutput | CreateDevEnvironmentCommandOutput | CreateProjectCommandOutput | CreateSourceRepositoryBranchCommandOutput | DeleteAccessTokenCommandOutput | DeleteDevEnvironmentCommandOutput | GetDevEnvironmentCommandOutput | GetProjectCommandOutput | GetSourceRepositoryCloneUrlsCommandOutput | GetSpaceCommandOutput | GetSubscriptionCommandOutput | GetUserDetailsCommandOutput | ListAccessTokensCommandOutput | ListDevEnvironmentsCommandOutput | ListEventLogsCommandOutput | ListProjectsCommandOutput | ListSourceRepositoriesCommandOutput | ListSourceRepositoryBranchesCommandOutput | ListSpacesCommandOutput | StartDevEnvironmentCommandOutput | StartDevEnvironmentSessionCommandOutput | StopDevEnvironmentCommandOutput | StopDevEnvironmentSessionCommandOutput | UpdateDevEnvironmentCommandOutput | VerifySessionCommandOutput;
44
+ /**
45
+ * @public
46
+ */
38
47
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
39
48
  /**
40
49
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
41
50
  */
42
51
  requestHandler?: __HttpHandler;
43
52
  /**
44
- * A constructor for a class implementing the {@link __Checksum} interface
53
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
45
54
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
46
55
  * @internal
47
56
  */
@@ -122,23 +131,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
122
131
  */
123
132
  logger?: __Logger;
124
133
  /**
125
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
134
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
126
135
  */
127
136
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
128
137
  }
138
+ /**
139
+ * @public
140
+ */
129
141
  type CodeCatalystClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & TokenInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
130
142
  /**
131
- * The configuration interface of CodeCatalystClient class constructor that set the region, credentials and other options.
143
+ * @public
144
+ *
145
+ * The configuration interface of CodeCatalystClient class constructor that set the region, credentials and other options.
132
146
  */
133
147
  export interface CodeCatalystClientConfig extends CodeCatalystClientConfigType {
134
148
  }
149
+ /**
150
+ * @public
151
+ */
135
152
  type CodeCatalystClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & TokenResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
136
153
  /**
137
- * The resolved configuration interface of CodeCatalystClient class. This is resolved and normalized from the {@link CodeCatalystClientConfig | constructor configuration interface}.
154
+ * @public
155
+ *
156
+ * The resolved configuration interface of CodeCatalystClient class. This is resolved and normalized from the {@link CodeCatalystClientConfig | constructor configuration interface}.
138
157
  */
139
158
  export interface CodeCatalystClientResolvedConfig extends CodeCatalystClientResolvedConfigType {
140
159
  }
141
160
  /**
161
+ * @public
142
162
  * <note>
143
163
  * <p>
144
164
  * <b>Amazon CodeCatalyst is in preview release and subject to change.</b>