|
48 | 48 | {"shape":"ResourceNotFoundException"},
|
49 | 49 | {"shape":"AccessDeniedException"}
|
50 | 50 | ],
|
51 |
| - "documentation":"<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. By default, a Dev Environment is configured to have a 2 core processor, 4GB of RAM, and 16GB of persistent storage. </p>", |
| 51 | + "documentation":"<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. </p> <note> <p>When created in the Amazon CodeCatalyst console, by default a Dev Environment is configured to have a 2 core processor, 4GB of RAM, and 16GB of persistent storage. None of these defaults apply to a Dev Environment created programmatically.</p> </note>", |
52 | 52 | "idempotent":true
|
53 | 53 | },
|
54 | 54 | "CreateProject":{
|
|
437 | 437 | "documentation":"<p>Pauses a specified Dev Environment and places it in a non-running state. Stopped Dev Environments do not consume compute minutes.</p>",
|
438 | 438 | "idempotent":true
|
439 | 439 | },
|
| 440 | + "StopDevEnvironmentSession":{ |
| 441 | + "name":"StopDevEnvironmentSession", |
| 442 | + "http":{ |
| 443 | + "method":"DELETE", |
| 444 | + "requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/session/{sessionId}", |
| 445 | + "responseCode":200 |
| 446 | + }, |
| 447 | + "input":{"shape":"StopDevEnvironmentSessionRequest"}, |
| 448 | + "output":{"shape":"StopDevEnvironmentSessionResponse"}, |
| 449 | + "errors":[ |
| 450 | + {"shape":"ThrottlingException"}, |
| 451 | + {"shape":"ConflictException"}, |
| 452 | + {"shape":"ValidationException"}, |
| 453 | + {"shape":"ServiceQuotaExceededException"}, |
| 454 | + {"shape":"ResourceNotFoundException"}, |
| 455 | + {"shape":"AccessDeniedException"} |
| 456 | + ], |
| 457 | + "documentation":"<p>Stops a session for a specified Dev Environment.</p>", |
| 458 | + "idempotent":true |
| 459 | + }, |
440 | 460 | "UpdateDevEnvironment":{
|
441 | 461 | "name":"UpdateDevEnvironment",
|
442 | 462 | "http":{
|
|
580 | 600 | },
|
581 | 601 | "CreateAccessTokenResponse":{
|
582 | 602 | "type":"structure",
|
583 |
| - "required":["secret"], |
| 603 | + "required":[ |
| 604 | + "secret", |
| 605 | + "name", |
| 606 | + "expiresTime", |
| 607 | + "accessTokenId" |
| 608 | + ], |
584 | 609 | "members":{
|
585 | 610 | "secret":{
|
586 | 611 | "shape":"AccessTokenSecret",
|
|
593 | 618 | "expiresTime":{
|
594 | 619 | "shape":"SyntheticTimestamp_date_time",
|
595 | 620 | "documentation":"<p>The date and time the personal access token expires, in coordinated universal time (UTC) timestamp format as specified in <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339</a>. If not specified, the default is one year from creation.</p>"
|
| 621 | + }, |
| 622 | + "accessTokenId":{ |
| 623 | + "shape":"AccessTokenId", |
| 624 | + "documentation":"<p>The system-generated unique ID of the access token.</p>" |
596 | 625 | }
|
597 | 626 | }
|
598 | 627 | },
|
|
643 | 672 | },
|
644 | 673 | "persistentStorage":{
|
645 | 674 | "shape":"PersistentStorageConfiguration",
|
646 |
| - "documentation":"<p>Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage.</p> <note> <p>Valid values for persistent storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.</p> </note>" |
| 675 | + "documentation":"<p>Information about the amount of storage allocated to the Dev Environment. </p> <note> <p>By default, a Dev Environment is configured to have 16GB of persistent storage when created from the Amazon CodeCatalyst console, but there is no default when programmatically creating a Dev Environment. Valid values for persistent storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.</p> </note>" |
647 | 676 | }
|
648 | 677 | }
|
649 | 678 | },
|
|
1491 | 1520 | "members":{
|
1492 | 1521 | "runtime":{
|
1493 | 1522 | "shape":"IdeConfigurationRuntimeString",
|
1494 |
| - "documentation":"<p>A link to the IDE runtime image.</p>" |
| 1523 | + "documentation":"<p>A link to the IDE runtime image. </p> <note> <p>This parameter is not required for <code>VSCode</code>.</p> </note>" |
1495 | 1524 | },
|
1496 | 1525 | "name":{
|
1497 | 1526 | "shape":"IdeConfigurationNameString",
|
1498 |
| - "documentation":"<p>The name of the IDE.</p>" |
| 1527 | + "documentation":"<p>The name of the IDE. Valid values include <code>Cloud9</code>, <code>IntelliJ</code>, <code>PyCharm</code>, <code>GoLand</code>, and <code>VSCode</code>.</p>" |
1499 | 1528 | }
|
1500 | 1529 | },
|
1501 | 1530 | "documentation":"<p>Information about the configuration of an integrated development environment (IDE) for a Dev Environment.</p>"
|
|
1914 | 1943 | },
|
1915 | 1944 | "ListSourceRepositoryBranchesResponse":{
|
1916 | 1945 | "type":"structure",
|
| 1946 | + "required":["items"], |
1917 | 1947 | "members":{
|
1918 | 1948 | "nextToken":{
|
1919 | 1949 | "shape":"String",
|
|
2167 | 2197 | "members":{
|
2168 | 2198 | "name":{
|
2169 | 2199 | "shape":"NameString",
|
2170 |
| - "documentation":"<p> <i>We need to know what this is and the basic usage information so that third-party developers know how to use this data type.</i> </p>" |
| 2200 | + "documentation":"<p>The name of the space.</p>" |
2171 | 2201 | },
|
2172 | 2202 | "regionName":{
|
2173 | 2203 | "shape":"RegionString",
|
|
2374 | 2404 | }
|
2375 | 2405 | }
|
2376 | 2406 | },
|
| 2407 | + "StopDevEnvironmentSessionRequest":{ |
| 2408 | + "type":"structure", |
| 2409 | + "required":[ |
| 2410 | + "spaceName", |
| 2411 | + "projectName", |
| 2412 | + "id", |
| 2413 | + "sessionId" |
| 2414 | + ], |
| 2415 | + "members":{ |
| 2416 | + "spaceName":{ |
| 2417 | + "shape":"NameString", |
| 2418 | + "documentation":"<p>The name of the space.</p>", |
| 2419 | + "location":"uri", |
| 2420 | + "locationName":"spaceName" |
| 2421 | + }, |
| 2422 | + "projectName":{ |
| 2423 | + "shape":"NameString", |
| 2424 | + "documentation":"<p>The name of the project in the space.</p>", |
| 2425 | + "location":"uri", |
| 2426 | + "locationName":"projectName" |
| 2427 | + }, |
| 2428 | + "id":{ |
| 2429 | + "shape":"Uuid", |
| 2430 | + "documentation":"<p>The system-generated unique ID of the Dev Environment. To obtain this ID, use <a>ListDevEnvironments</a>.</p>", |
| 2431 | + "location":"uri", |
| 2432 | + "locationName":"id" |
| 2433 | + }, |
| 2434 | + "sessionId":{ |
| 2435 | + "shape":"StopDevEnvironmentSessionRequestSessionIdString", |
| 2436 | + "documentation":"<p>The system-generated unique ID of the Dev Environment session. This ID is returned by <a>StartDevEnvironmentSession</a>.</p>", |
| 2437 | + "location":"uri", |
| 2438 | + "locationName":"sessionId" |
| 2439 | + } |
| 2440 | + } |
| 2441 | + }, |
| 2442 | + "StopDevEnvironmentSessionRequestSessionIdString":{ |
| 2443 | + "type":"string", |
| 2444 | + "max":96, |
| 2445 | + "min":1 |
| 2446 | + }, |
| 2447 | + "StopDevEnvironmentSessionResponse":{ |
| 2448 | + "type":"structure", |
| 2449 | + "required":[ |
| 2450 | + "spaceName", |
| 2451 | + "projectName", |
| 2452 | + "id", |
| 2453 | + "sessionId" |
| 2454 | + ], |
| 2455 | + "members":{ |
| 2456 | + "spaceName":{ |
| 2457 | + "shape":"NameString", |
| 2458 | + "documentation":"<p>The name of the space.</p>" |
| 2459 | + }, |
| 2460 | + "projectName":{ |
| 2461 | + "shape":"NameString", |
| 2462 | + "documentation":"<p>The name of the project in the space.</p>" |
| 2463 | + }, |
| 2464 | + "id":{ |
| 2465 | + "shape":"Uuid", |
| 2466 | + "documentation":"<p>The system-generated unique ID of the Dev Environment.</p>" |
| 2467 | + }, |
| 2468 | + "sessionId":{ |
| 2469 | + "shape":"StopDevEnvironmentSessionResponseSessionIdString", |
| 2470 | + "documentation":"<p>The system-generated unique ID of the Dev Environment session.</p>" |
| 2471 | + } |
| 2472 | + } |
| 2473 | + }, |
| 2474 | + "StopDevEnvironmentSessionResponseSessionIdString":{ |
| 2475 | + "type":"string", |
| 2476 | + "max":96, |
| 2477 | + "min":1 |
| 2478 | + }, |
2377 | 2479 | "String":{"type":"string"},
|
2378 | 2480 | "StringList":{
|
2379 | 2481 | "type":"list",
|
|
2452 | 2554 | "UpdateDevEnvironmentRequestAliasString":{
|
2453 | 2555 | "type":"string",
|
2454 | 2556 | "max":128,
|
2455 |
| - "min":1, |
2456 |
| - "pattern":"[a-zA-Z0-9]+(?:[-_\\.][a-zA-Z0-9]+)*" |
| 2557 | + "min":0, |
| 2558 | + "pattern":"$|^[a-zA-Z0-9]+(?:[-_\\.][a-zA-Z0-9]+)*" |
2457 | 2559 | },
|
2458 | 2560 | "UpdateDevEnvironmentResponse":{
|
2459 | 2561 | "type":"structure",
|
|
2569 | 2671 | "min":1
|
2570 | 2672 | }
|
2571 | 2673 | },
|
2572 |
| - "documentation":"<note> <p> <b>Amazon CodeCatalyst is in preview release and subject to change.</b> </p> </note> <p>Welcome to the Amazon CodeCatalyst API reference. This reference provides descriptions of operations and data types for Amazon CodeCatalyst. You can use the Amazon CodeCatalyst API to work with the following objects. </p> <p>Dev Environments and the Amazon Web Services Toolkits, by calling the following:</p> <ul> <li> <p> <a>CreateAccessToken</a>, which creates a personal access token (PAT) for the current user.</p> </li> <li> <p> <a>CreateDevEnvironment</a>, which creates a Dev Environment, where you can quickly work on the code stored in the source repositories of your project.</p> </li> <li> <p> <a>CreateProject</a> which creates a project in a specified space.</p> </li> <li> <p> <a>CreateSourceRepositoryBranch</a>, which creates a branch in a specified repository where you can work on code.</p> </li> <li> <p> <a>DeleteDevEnvironment</a>, which deletes a Dev Environment.</p> </li> <li> <p> <a>GetDevEnvironment</a>, which returns information about a Dev Environment.</p> </li> <li> <p> <a>GetProject</a>, which returns information about a project.</p> </li> <li> <p> <a>GetSourceRepositoryCloneUrls</a>, which returns information about the URLs that can be used with a Git client to clone a source repository.</p> </li> <li> <p> <a>GetSubscription</a>, which returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.</p> </li> <li> <p> <a>GetUserDetails</a>, which returns information about a user in Amazon CodeCatalyst.</p> </li> <li> <p> <a>ListDevEnvironments</a>, which retrives a list of Dev Environments in a project.</p> </li> <li> <p> <a>ListProjects</a>, which retrieves a list of projects in a space.</p> </li> <li> <p> <a>ListSourceRepositories</a>, which retrieves a list of source repositories in a project.</p> </li> <li> <p> <a>ListSourceRepositoryBranches</a>, which retrieves a list of branches in a source repository.</p> </li> <li> <p> <a>ListSpaces</a>, which retrieves a list of spaces.</p> </li> <li> <p> <a>StartDevEnvironment</a>, which starts a specified Dev Environment and puts it into an active state.</p> </li> <li> <p> <a>StartDevEnvironmentSession</a>, which starts a session to a specified Dev Environment.</p> </li> <li> <p> <a>StopDevEnvironment</a>, which stops a specified Dev Environment and puts it into an stopped state.</p> </li> <li> <p> <a>UpdateDevEnvironment</a>, which changes one or more values for a Dev Environment.</p> </li> <li> <p> <a>VerifySession</a>, which verifies whether the calling user has a valid Amazon CodeCatalyst login and session.</p> </li> </ul> <p>Security, activity, and resource management in Amazon CodeCatalyst, by calling the following:</p> <ul> <li> <p> <a>DeleteAccessToken</a>, which deletes a specified personal access token (PAT).</p> </li> <li> <p> <a>ListAccessTokens</a>, which lists all personal access tokens (PATs) associated with a user.</p> </li> <li> <p> <a>ListEventLogs</a>, which retrieves a list of events that occurred during a specified time period in a space.</p> </li> </ul>" |
| 2674 | + "documentation":"<note> <p> <b>Amazon CodeCatalyst is in preview release and subject to change.</b> </p> </note> <p>Welcome to the Amazon CodeCatalyst API reference. This reference provides descriptions of operations and data types for Amazon CodeCatalyst. You can use the Amazon CodeCatalyst API to work with the following objects. </p> <p>Dev Environments and the Amazon Web Services Toolkits, by calling the following:</p> <ul> <li> <p> <a>CreateAccessToken</a>, which creates a personal access token (PAT) for the current user.</p> </li> <li> <p> <a>CreateDevEnvironment</a>, which creates a Dev Environment, where you can quickly work on the code stored in the source repositories of your project.</p> </li> <li> <p> <a>CreateProject</a> which creates a project in a specified space.</p> </li> <li> <p> <a>CreateSourceRepositoryBranch</a>, which creates a branch in a specified repository where you can work on code.</p> </li> <li> <p> <a>DeleteDevEnvironment</a>, which deletes a Dev Environment.</p> </li> <li> <p> <a>GetDevEnvironment</a>, which returns information about a Dev Environment.</p> </li> <li> <p> <a>GetProject</a>, which returns information about a project.</p> </li> <li> <p> <a>GetSourceRepositoryCloneUrls</a>, which returns information about the URLs that can be used with a Git client to clone a source repository.</p> </li> <li> <p> <a>GetSubscription</a>, which returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.</p> </li> <li> <p> <a>GetUserDetails</a>, which returns information about a user in Amazon CodeCatalyst.</p> </li> <li> <p> <a>ListDevEnvironments</a>, which retrives a list of Dev Environments in a project.</p> </li> <li> <p> <a>ListProjects</a>, which retrieves a list of projects in a space.</p> </li> <li> <p> <a>ListSourceRepositories</a>, which retrieves a list of source repositories in a project.</p> </li> <li> <p> <a>ListSourceRepositoryBranches</a>, which retrieves a list of branches in a source repository.</p> </li> <li> <p> <a>ListSpaces</a>, which retrieves a list of spaces.</p> </li> <li> <p> <a>StartDevEnvironment</a>, which starts a specified Dev Environment and puts it into an active state.</p> </li> <li> <p> <a>StartDevEnvironmentSession</a>, which starts a session to a specified Dev Environment.</p> </li> <li> <p> <a>StopDevEnvironment</a>, which stops a specified Dev Environment and puts it into an stopped state.</p> </li> <li> <p> <a>StopDevEnvironmentSession</a>, which stops a session for a specified Dev Environment.</p> </li> <li> <p> <a>UpdateDevEnvironment</a>, which changes one or more values for a Dev Environment.</p> </li> <li> <p> <a>VerifySession</a>, which verifies whether the calling user has a valid Amazon CodeCatalyst login and session.</p> </li> </ul> <p>Security, activity, and resource management in Amazon CodeCatalyst, by calling the following:</p> <ul> <li> <p> <a>DeleteAccessToken</a>, which deletes a specified personal access token (PAT).</p> </li> <li> <p> <a>ListAccessTokens</a>, which lists all personal access tokens (PATs) associated with a user.</p> </li> <li> <p> <a>ListEventLogs</a>, which retrieves a list of events that occurred during a specified time period in a space.</p> </li> </ul>" |
2573 | 2675 | }
|
0 commit comments