@aws-sdk/client-codecatalyst 3.279.0 → 3.281.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 (26) hide show
  1. package/README.md +195 -0
  2. package/dist-types/commands/CreateAccessTokenCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateProjectCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +6 -0
  6. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +6 -0
  8. package/dist-types/commands/GetDevEnvironmentCommand.d.ts +6 -0
  9. package/dist-types/commands/GetProjectCommand.d.ts +6 -0
  10. package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +6 -0
  11. package/dist-types/commands/GetSpaceCommand.d.ts +6 -0
  12. package/dist-types/commands/GetSubscriptionCommand.d.ts +6 -0
  13. package/dist-types/commands/GetUserDetailsCommand.d.ts +6 -0
  14. package/dist-types/commands/ListAccessTokensCommand.d.ts +6 -0
  15. package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +6 -0
  16. package/dist-types/commands/ListEventLogsCommand.d.ts +6 -0
  17. package/dist-types/commands/ListProjectsCommand.d.ts +6 -0
  18. package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +6 -0
  19. package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +6 -0
  20. package/dist-types/commands/ListSpacesCommand.d.ts +6 -0
  21. package/dist-types/commands/StartDevEnvironmentCommand.d.ts +6 -0
  22. package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +6 -0
  23. package/dist-types/commands/StopDevEnvironmentCommand.d.ts +6 -0
  24. package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +6 -0
  25. package/dist-types/commands/VerifySessionCommand.d.ts +6 -0
  26. package/package.json +2 -2
package/README.md CHANGED
@@ -310,3 +310,198 @@ To contribute to client you can check our [generate clients scripts](https://git
310
310
  This SDK is distributed under the
311
311
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
312
312
  see LICENSE for more information.
313
+
314
+ ## Client Commands (Operations List)
315
+
316
+ <details>
317
+ <summary>
318
+ CreateAccessToken
319
+ </summary>
320
+
321
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/createaccesstokencommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/createaccesstokencommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/createaccesstokencommandoutput.html)
322
+
323
+ </details>
324
+ <details>
325
+ <summary>
326
+ CreateDevEnvironment
327
+ </summary>
328
+
329
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/createdevenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/createdevenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/createdevenvironmentcommandoutput.html)
330
+
331
+ </details>
332
+ <details>
333
+ <summary>
334
+ CreateProject
335
+ </summary>
336
+
337
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/createprojectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/createprojectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/createprojectcommandoutput.html)
338
+
339
+ </details>
340
+ <details>
341
+ <summary>
342
+ CreateSourceRepositoryBranch
343
+ </summary>
344
+
345
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/createsourcerepositorybranchcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/createsourcerepositorybranchcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/createsourcerepositorybranchcommandoutput.html)
346
+
347
+ </details>
348
+ <details>
349
+ <summary>
350
+ DeleteAccessToken
351
+ </summary>
352
+
353
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/deleteaccesstokencommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/deleteaccesstokencommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/deleteaccesstokencommandoutput.html)
354
+
355
+ </details>
356
+ <details>
357
+ <summary>
358
+ DeleteDevEnvironment
359
+ </summary>
360
+
361
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/deletedevenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/deletedevenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/deletedevenvironmentcommandoutput.html)
362
+
363
+ </details>
364
+ <details>
365
+ <summary>
366
+ GetDevEnvironment
367
+ </summary>
368
+
369
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/getdevenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/getdevenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/getdevenvironmentcommandoutput.html)
370
+
371
+ </details>
372
+ <details>
373
+ <summary>
374
+ GetProject
375
+ </summary>
376
+
377
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/getprojectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/getprojectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/getprojectcommandoutput.html)
378
+
379
+ </details>
380
+ <details>
381
+ <summary>
382
+ GetSourceRepositoryCloneUrls
383
+ </summary>
384
+
385
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/getsourcerepositorycloneurlscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/getsourcerepositorycloneurlscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/getsourcerepositorycloneurlscommandoutput.html)
386
+
387
+ </details>
388
+ <details>
389
+ <summary>
390
+ GetSpace
391
+ </summary>
392
+
393
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/getspacecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/getspacecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/getspacecommandoutput.html)
394
+
395
+ </details>
396
+ <details>
397
+ <summary>
398
+ GetSubscription
399
+ </summary>
400
+
401
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/getsubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/getsubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/getsubscriptioncommandoutput.html)
402
+
403
+ </details>
404
+ <details>
405
+ <summary>
406
+ GetUserDetails
407
+ </summary>
408
+
409
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/getuserdetailscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/getuserdetailscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/getuserdetailscommandoutput.html)
410
+
411
+ </details>
412
+ <details>
413
+ <summary>
414
+ ListAccessTokens
415
+ </summary>
416
+
417
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/listaccesstokenscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/listaccesstokenscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/listaccesstokenscommandoutput.html)
418
+
419
+ </details>
420
+ <details>
421
+ <summary>
422
+ ListDevEnvironments
423
+ </summary>
424
+
425
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/listdevenvironmentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/listdevenvironmentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/listdevenvironmentscommandoutput.html)
426
+
427
+ </details>
428
+ <details>
429
+ <summary>
430
+ ListEventLogs
431
+ </summary>
432
+
433
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/listeventlogscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/listeventlogscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/listeventlogscommandoutput.html)
434
+
435
+ </details>
436
+ <details>
437
+ <summary>
438
+ ListProjects
439
+ </summary>
440
+
441
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/listprojectscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/listprojectscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/listprojectscommandoutput.html)
442
+
443
+ </details>
444
+ <details>
445
+ <summary>
446
+ ListSourceRepositories
447
+ </summary>
448
+
449
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/listsourcerepositoriescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/listsourcerepositoriescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/listsourcerepositoriescommandoutput.html)
450
+
451
+ </details>
452
+ <details>
453
+ <summary>
454
+ ListSourceRepositoryBranches
455
+ </summary>
456
+
457
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/listsourcerepositorybranchescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/listsourcerepositorybranchescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/listsourcerepositorybranchescommandoutput.html)
458
+
459
+ </details>
460
+ <details>
461
+ <summary>
462
+ ListSpaces
463
+ </summary>
464
+
465
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/listspacescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/listspacescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/listspacescommandoutput.html)
466
+
467
+ </details>
468
+ <details>
469
+ <summary>
470
+ StartDevEnvironment
471
+ </summary>
472
+
473
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/startdevenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/startdevenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/startdevenvironmentcommandoutput.html)
474
+
475
+ </details>
476
+ <details>
477
+ <summary>
478
+ StartDevEnvironmentSession
479
+ </summary>
480
+
481
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/startdevenvironmentsessioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/startdevenvironmentsessioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/startdevenvironmentsessioncommandoutput.html)
482
+
483
+ </details>
484
+ <details>
485
+ <summary>
486
+ StopDevEnvironment
487
+ </summary>
488
+
489
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/stopdevenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/stopdevenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/stopdevenvironmentcommandoutput.html)
490
+
491
+ </details>
492
+ <details>
493
+ <summary>
494
+ UpdateDevEnvironment
495
+ </summary>
496
+
497
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/updatedevenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/updatedevenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/updatedevenvironmentcommandoutput.html)
498
+
499
+ </details>
500
+ <details>
501
+ <summary>
502
+ VerifySession
503
+ </summary>
504
+
505
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/classes/verifysessioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/verifysessioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/interfaces/verifysessioncommandoutput.html)
506
+
507
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { CreateAccessTokenRequest, CreateAccessTokenResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateAccessTokenCommand}.
8
+ */
6
9
  export interface CreateAccessTokenCommandInput extends CreateAccessTokenRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAccessTokenCommand}.
13
+ */
8
14
  export interface CreateAccessTokenCommandOutput extends CreateAccessTokenResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { CreateDevEnvironmentRequest, CreateDevEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDevEnvironmentCommand}.
8
+ */
6
9
  export interface CreateDevEnvironmentCommandInput extends CreateDevEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDevEnvironmentCommand}.
13
+ */
8
14
  export interface CreateDevEnvironmentCommandOutput extends CreateDevEnvironmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateProjectCommand}.
8
+ */
6
9
  export interface CreateProjectCommandInput extends CreateProjectRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateProjectCommand}.
13
+ */
8
14
  export interface CreateProjectCommandOutput extends CreateProjectResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { CreateSourceRepositoryBranchRequest, CreateSourceRepositoryBranchResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateSourceRepositoryBranchCommand}.
8
+ */
6
9
  export interface CreateSourceRepositoryBranchCommandInput extends CreateSourceRepositoryBranchRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSourceRepositoryBranchCommand}.
13
+ */
8
14
  export interface CreateSourceRepositoryBranchCommandOutput extends CreateSourceRepositoryBranchResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { DeleteAccessTokenRequest, DeleteAccessTokenResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAccessTokenCommand}.
8
+ */
6
9
  export interface DeleteAccessTokenCommandInput extends DeleteAccessTokenRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAccessTokenCommand}.
13
+ */
8
14
  export interface DeleteAccessTokenCommandOutput extends DeleteAccessTokenResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { DeleteDevEnvironmentRequest, DeleteDevEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteDevEnvironmentCommand}.
8
+ */
6
9
  export interface DeleteDevEnvironmentCommandInput extends DeleteDevEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteDevEnvironmentCommand}.
13
+ */
8
14
  export interface DeleteDevEnvironmentCommandOutput extends DeleteDevEnvironmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { GetDevEnvironmentRequest, GetDevEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDevEnvironmentCommand}.
8
+ */
6
9
  export interface GetDevEnvironmentCommandInput extends GetDevEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDevEnvironmentCommand}.
13
+ */
8
14
  export interface GetDevEnvironmentCommandOutput extends GetDevEnvironmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { GetProjectRequest, GetProjectResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetProjectCommand}.
8
+ */
6
9
  export interface GetProjectCommandInput extends GetProjectRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetProjectCommand}.
13
+ */
8
14
  export interface GetProjectCommandOutput extends GetProjectResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { GetSourceRepositoryCloneUrlsRequest, GetSourceRepositoryCloneUrlsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSourceRepositoryCloneUrlsCommand}.
8
+ */
6
9
  export interface GetSourceRepositoryCloneUrlsCommandInput extends GetSourceRepositoryCloneUrlsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSourceRepositoryCloneUrlsCommand}.
13
+ */
8
14
  export interface GetSourceRepositoryCloneUrlsCommandOutput extends GetSourceRepositoryCloneUrlsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { GetSpaceRequest, GetSpaceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSpaceCommand}.
8
+ */
6
9
  export interface GetSpaceCommandInput extends GetSpaceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSpaceCommand}.
13
+ */
8
14
  export interface GetSpaceCommandOutput extends GetSpaceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { GetSubscriptionRequest, GetSubscriptionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSubscriptionCommand}.
8
+ */
6
9
  export interface GetSubscriptionCommandInput extends GetSubscriptionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSubscriptionCommand}.
13
+ */
8
14
  export interface GetSubscriptionCommandOutput extends GetSubscriptionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { GetUserDetailsRequest, GetUserDetailsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetUserDetailsCommand}.
8
+ */
6
9
  export interface GetUserDetailsCommandInput extends GetUserDetailsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetUserDetailsCommand}.
13
+ */
8
14
  export interface GetUserDetailsCommandOutput extends GetUserDetailsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { ListAccessTokensRequest, ListAccessTokensResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAccessTokensCommand}.
8
+ */
6
9
  export interface ListAccessTokensCommandInput extends ListAccessTokensRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAccessTokensCommand}.
13
+ */
8
14
  export interface ListAccessTokensCommandOutput extends ListAccessTokensResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { ListDevEnvironmentsRequest, ListDevEnvironmentsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDevEnvironmentsCommand}.
8
+ */
6
9
  export interface ListDevEnvironmentsCommandInput extends ListDevEnvironmentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDevEnvironmentsCommand}.
13
+ */
8
14
  export interface ListDevEnvironmentsCommandOutput extends ListDevEnvironmentsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { ListEventLogsRequest, ListEventLogsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListEventLogsCommand}.
8
+ */
6
9
  export interface ListEventLogsCommandInput extends ListEventLogsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListEventLogsCommand}.
13
+ */
8
14
  export interface ListEventLogsCommandOutput extends ListEventLogsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListProjectsCommand}.
8
+ */
6
9
  export interface ListProjectsCommandInput extends ListProjectsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListProjectsCommand}.
13
+ */
8
14
  export interface ListProjectsCommandOutput extends ListProjectsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { ListSourceRepositoriesRequest, ListSourceRepositoriesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSourceRepositoriesCommand}.
8
+ */
6
9
  export interface ListSourceRepositoriesCommandInput extends ListSourceRepositoriesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSourceRepositoriesCommand}.
13
+ */
8
14
  export interface ListSourceRepositoriesCommandOutput extends ListSourceRepositoriesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { ListSourceRepositoryBranchesRequest, ListSourceRepositoryBranchesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSourceRepositoryBranchesCommand}.
8
+ */
6
9
  export interface ListSourceRepositoryBranchesCommandInput extends ListSourceRepositoryBranchesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSourceRepositoryBranchesCommand}.
13
+ */
8
14
  export interface ListSourceRepositoryBranchesCommandOutput extends ListSourceRepositoryBranchesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { ListSpacesRequest, ListSpacesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSpacesCommand}.
8
+ */
6
9
  export interface ListSpacesCommandInput extends ListSpacesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSpacesCommand}.
13
+ */
8
14
  export interface ListSpacesCommandOutput extends ListSpacesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { StartDevEnvironmentRequest, StartDevEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartDevEnvironmentCommand}.
8
+ */
6
9
  export interface StartDevEnvironmentCommandInput extends StartDevEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartDevEnvironmentCommand}.
13
+ */
8
14
  export interface StartDevEnvironmentCommandOutput extends StartDevEnvironmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { StartDevEnvironmentSessionRequest, StartDevEnvironmentSessionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartDevEnvironmentSessionCommand}.
8
+ */
6
9
  export interface StartDevEnvironmentSessionCommandInput extends StartDevEnvironmentSessionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartDevEnvironmentSessionCommand}.
13
+ */
8
14
  export interface StartDevEnvironmentSessionCommandOutput extends StartDevEnvironmentSessionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { StopDevEnvironmentRequest, StopDevEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StopDevEnvironmentCommand}.
8
+ */
6
9
  export interface StopDevEnvironmentCommandInput extends StopDevEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StopDevEnvironmentCommand}.
13
+ */
8
14
  export interface StopDevEnvironmentCommandOutput extends StopDevEnvironmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { UpdateDevEnvironmentRequest, UpdateDevEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateDevEnvironmentCommand}.
8
+ */
6
9
  export interface UpdateDevEnvironmentCommandInput extends UpdateDevEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateDevEnvironmentCommand}.
13
+ */
8
14
  export interface UpdateDevEnvironmentCommandOutput extends UpdateDevEnvironmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { VerifySessionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link VerifySessionCommand}.
8
+ */
6
9
  export interface VerifySessionCommandInput {
7
10
  }
11
+ /**
12
+ * The output of {@link VerifySessionCommand}.
13
+ */
8
14
  export interface VerifySessionCommandOutput extends VerifySessionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codecatalyst",
3
3
  "description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -32,7 +32,7 @@
32
32
  "@aws-sdk/middleware-retry": "3.272.0",
33
33
  "@aws-sdk/middleware-serde": "3.272.0",
34
34
  "@aws-sdk/middleware-stack": "3.272.0",
35
- "@aws-sdk/middleware-token": "3.279.0",
35
+ "@aws-sdk/middleware-token": "3.281.0",
36
36
  "@aws-sdk/middleware-user-agent": "3.272.0",
37
37
  "@aws-sdk/node-config-provider": "3.272.0",
38
38
  "@aws-sdk/node-http-handler": "3.272.0",