You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Published Dev Environments StopDevEnvironmentSession API"
6
+
},
7
+
{
8
+
"type": "feature",
9
+
"category": "Pricing",
10
+
"description": "This release adds 2 new APIs - ListPriceLists which returns a list of applicable price lists, and GetPriceListFileUrl which outputs a URL to retrieve your price lists from the generated file from ListPriceLists"
11
+
},
12
+
{
13
+
"type": "feature",
14
+
"category": "S3Outposts",
15
+
"description": "S3 on Outposts introduces a new API ListOutpostsWithS3, with this API you can list all your Outposts with S3 capacity."
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
# Changelog for AWS SDK for JavaScript
2
-
<!--LATEST=2.1325.0-->
2
+
<!--LATEST=2.1326.0-->
3
3
<!--ENTRYINSERT-->
4
4
5
+
## 2.1326.0
6
+
* feature: CodeCatalyst: Published Dev Environments StopDevEnvironmentSession API
7
+
* feature: Pricing: This release adds 2 new APIs - ListPriceLists which returns a list of applicable price lists, and GetPriceListFileUrl which outputs a URL to retrieve your price lists from the generated file from ListPriceLists
8
+
* feature: S3Outposts: S3 on Outposts introduces a new API ListOutpostsWithS3, with this API you can list all your Outposts with S3 capacity.
9
+
5
10
## 2.1325.0
6
11
* feature: Comprehend: Amazon Comprehend now supports flywheels to help you train and manage new model versions for custom models.
7
12
* feature: EC2: This release allows IMDS support to be set to v2-only on an existing AMI, so that all future instances launched from that AMI will use IMDSv2 by default.
Copy file name to clipboardExpand all lines: apis/codecatalyst-2022-09-28.normal.json
+127-9Lines changed: 127 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@
80
80
"shape": "AccessDeniedException"
81
81
}
82
82
],
83
-
"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>",
83
+
"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>",
84
84
"idempotent": true
85
85
},
86
86
"CreateProject": {
@@ -789,6 +789,42 @@
789
789
"documentation": "<p>Pauses a specified Dev Environment and places it in a non-running state. Stopped Dev Environments do not consume compute minutes.</p>",
"documentation": "<p>Stops a session for a specified Dev Environment.</p>",
826
+
"idempotent": true
827
+
},
792
828
"UpdateDevEnvironment": {
793
829
"name": "UpdateDevEnvironment",
794
830
"http": {
@@ -941,7 +977,10 @@
941
977
"CreateAccessTokenResponse": {
942
978
"type": "structure",
943
979
"required": [
944
-
"secret"
980
+
"secret",
981
+
"name",
982
+
"expiresTime",
983
+
"accessTokenId"
945
984
],
946
985
"members": {
947
986
"secret": {
@@ -955,6 +994,10 @@
955
994
"expiresTime": {
956
995
"shape": "SyntheticTimestamp_date_time",
957
996
"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>"
997
+
},
998
+
"accessTokenId": {
999
+
"shape": "AccessTokenId",
1000
+
"documentation": "<p>The system-generated unique ID of the access token.</p>"
958
1001
}
959
1002
}
960
1003
},
@@ -1005,7 +1048,7 @@
1005
1048
},
1006
1049
"persistentStorage": {
1007
1050
"shape": "PersistentStorageConfiguration",
1008
-
"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>"
1051
+
"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>"
1009
1052
}
1010
1053
}
1011
1054
},
@@ -1882,11 +1925,11 @@
1882
1925
"members": {
1883
1926
"runtime": {
1884
1927
"shape": "IdeConfigurationRuntimeString",
1885
-
"documentation": "<p>A link to the IDE runtime image.</p>"
1928
+
"documentation": "<p>A link to the IDE runtime image.</p> <note> <p>This parameter is not required for <code>VSCode</code>.</p> </note>"
1886
1929
},
1887
1930
"name": {
1888
1931
"shape": "IdeConfigurationNameString",
1889
-
"documentation": "<p>The name of the IDE.</p>"
1932
+
"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>"
1890
1933
}
1891
1934
},
1892
1935
"documentation": "<p>Information about the configuration of an integrated development environment (IDE) for a Dev Environment.</p>"
@@ -2321,6 +2364,9 @@
2321
2364
},
2322
2365
"ListSourceRepositoryBranchesResponse": {
2323
2366
"type": "structure",
2367
+
"required": [
2368
+
"items"
2369
+
],
2324
2370
"members": {
2325
2371
"nextToken": {
2326
2372
"shape": "String",
@@ -2564,7 +2610,7 @@
2564
2610
"members": {
2565
2611
"name": {
2566
2612
"shape": "NameString",
2567
-
"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>"
2613
+
"documentation": "<p>The name of the space.</p>"
2568
2614
},
2569
2615
"regionName": {
2570
2616
"shape": "RegionString",
@@ -2775,6 +2821,78 @@
2775
2821
}
2776
2822
}
2777
2823
},
2824
+
"StopDevEnvironmentSessionRequest": {
2825
+
"type": "structure",
2826
+
"required": [
2827
+
"spaceName",
2828
+
"projectName",
2829
+
"id",
2830
+
"sessionId"
2831
+
],
2832
+
"members": {
2833
+
"spaceName": {
2834
+
"shape": "NameString",
2835
+
"documentation": "<p>The name of the space.</p>",
2836
+
"location": "uri",
2837
+
"locationName": "spaceName"
2838
+
},
2839
+
"projectName": {
2840
+
"shape": "NameString",
2841
+
"documentation": "<p>The name of the project in the space.</p>",
2842
+
"location": "uri",
2843
+
"locationName": "projectName"
2844
+
},
2845
+
"id": {
2846
+
"shape": "Uuid",
2847
+
"documentation": "<p>The system-generated unique ID of the Dev Environment. To obtain this ID, use <a>ListDevEnvironments</a>.</p>",
"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>"
3068
+
"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>"
0 commit comments