Skip to content

Commit

Permalink
Updated service API models for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Wood committed May 9, 2017
1 parent 767edac commit 84c7653
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
Unreleased Changes
------------------

* Feature - Aws::CodeStar - Updated the documentation for AWS CodeStar.

* Feature - Aws::WorkSpaces - Updated the API, and documentation for Amazon WorkSpaces.

2.9.15 (2017-05-04)
------------------

Expand Down
20 changes: 10 additions & 10 deletions aws-sdk-core/apis/codestar/2017-04-19/docs-2.json
@@ -1,9 +1,9 @@
{
"version": "2.0",
"service": "<fullname>AWS CodeStar</fullname> <p>This is the API reference for AWS CodeStar. This reference provides descriptions of the operations and data types for the AWS CodeStar API along with usage examples.</p> <p>You can use the AWS CodeStar API to work with:</p> <p>Projects and their resources, by calling the following:</p> <ul> <li> <p> <a>CreateProject</a>, which creates an empty project in AWS CodeStar with no resources.</p> </li> <li> <p> <a>DeleteProject</a>, which deletes a project in AWS CodeStar.</p> </li> <li> <p> <a>DescribeProject</a>, which lists the attributes of a project.</p> </li> <li> <p> <a>ListProjects</a>, which lists all AWS CodeStar projects associated with your AWS account.</p> </li> <li> <p> <a>ListResources</a>, which lists the resources associated with an AWS CodeStar project.</p> </li> <li> <p> <a>UpdateProject</a>, which updates the attributes of an AWS CodeStar project.</p> </li> </ul> <p>Teams and team members, by calling the following:</p> <ul> <li> <p> <a>AssociateTeamMember</a>, which adds an IAM user to the team for an AWS CodeStar project.</p> </li> <li> <p> <a>DisassociateTeamMember</a>, which removes an IAM user from the team for an AWS CodeStar project.</p> </li> <li> <p> <a>ListTeamMembers</a>, which lists all the IAM users in the team for an AWS CodeStar project, including their roles and attributes.</p> </li> </ul> <p>Users, by calling the following:</p> <ul> <li> <p> <a>CreateUserProfile</a>, which creates a user profile that contains data associated with the user across all AWS CodeStar projects.</p> </li> <li> <p> <a>DeleteUserProfile</a>, which deletes all user profile information across all AWS CodeStar projects.</p> </li> <li> <p> <a>DescribeUserProfile</a>, which describes the profile of a user.</p> </li> <li> <p> <a>ListUserProfiles</a>, which lists all AWS CodeStar user profiles.</p> </li> <li> <p> <a>UpdateUserProfile</a>, which updates the profile for an AWS CodeStar user. </p> </li> </ul>",
"service": "<fullname>AWS CodeStar</fullname> <p>This is the API reference for AWS CodeStar. This reference provides descriptions of the operations and data types for the AWS CodeStar API along with usage examples.</p> <p>You can use the AWS CodeStar API to work with:</p> <p>Projects and their resources, by calling the following:</p> <ul> <li> <p> <a>DeleteProject</a>, which deletes a project in AWS CodeStar.</p> </li> <li> <p> <a>DescribeProject</a>, which lists the attributes of a project.</p> </li> <li> <p> <a>ListProjects</a>, which lists all AWS CodeStar projects associated with your AWS account.</p> </li> <li> <p> <a>ListResources</a>, which lists the resources associated with an AWS CodeStar project.</p> </li> <li> <p> <a>UpdateProject</a>, which updates the attributes of an AWS CodeStar project.</p> </li> </ul> <p>Teams and team members, by calling the following:</p> <ul> <li> <p> <a>AssociateTeamMember</a>, which adds an IAM user to the team for an AWS CodeStar project.</p> </li> <li> <p> <a>DisassociateTeamMember</a>, which removes an IAM user from the team for an AWS CodeStar project.</p> </li> <li> <p> <a>ListTeamMembers</a>, which lists all the IAM users in the team for an AWS CodeStar project, including their roles and attributes.</p> </li> </ul> <p>Users, by calling the following:</p> <ul> <li> <p> <a>CreateUserProfile</a>, which creates a user profile that contains data associated with the user across all AWS CodeStar projects.</p> </li> <li> <p> <a>DeleteUserProfile</a>, which deletes all user profile information across all AWS CodeStar projects.</p> </li> <li> <p> <a>DescribeUserProfile</a>, which describes the profile of a user.</p> </li> <li> <p> <a>ListUserProfiles</a>, which lists all AWS CodeStar user profiles.</p> </li> <li> <p> <a>UpdateUserProfile</a>, which updates the profile for an AWS CodeStar user. </p> </li> </ul>",
"operations": {
"AssociateTeamMember": "<p>Adds an IAM user to the team for an AWS CodeStar project.</p>",
"CreateProject": "<p>Creates a project in AWS CodeStar with minimal structure and no resources.</p>",
"CreateProject": "<p>Reserved for future use. To create a project, use the AWS CodeStar console.</p>",
"CreateUserProfile": "<p>Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, in AWS CodeStar. The user profile is not project-specific. Information in the user profile is displayed wherever the user's information appears to other users in AWS CodeStar.</p>",
"DeleteProject": "<p>Deletes a project, including project resources. Does not delete users associated with the project, but does delete the IAM roles that allowed access to the project.</p>",
"DeleteUserProfile": "<p>Deletes a user profile in AWS CodeStar, including all personal preference data associated with that profile, such as display name and email address. It does not delete the history of that user, for example the history of commits made by that user.</p>",
Expand Down Expand Up @@ -34,8 +34,8 @@
"refs": {
"AssociateTeamMemberRequest$clientRequestToken": "<p>A user- or system-generated token that identifies the entity that requested the team member association to the project. This token can be used to repeat the request. </p>",
"AssociateTeamMemberResult$clientRequestToken": "<p>The user- or system-generated token from the initial request that can be used to repeat the request. </p>",
"CreateProjectRequest$clientRequestToken": "<p>A user- or system-generated token that identifies the entity that requested project creation. This token can be used to repeat the request. It can also be used to identify which user or system made the request in DescribeProject and ListProjects.</p>",
"CreateProjectResult$clientRequestToken": "<p>The user- or system-generated token from the initial request that can be used to repeat the request. It can also be used to identify which user or system made the request in DescribeProject and ListProjects.</p>",
"CreateProjectRequest$clientRequestToken": "<p>Reserved for future use.</p>",
"CreateProjectResult$clientRequestToken": "<p>Reserved for future use.</p>",
"DeleteProjectRequest$clientRequestToken": "<p>A user- or system-generated token that identifies the entity that requested project deletion. This token can be used to repeat the request. </p>",
"DescribeProjectResult$clientRequestToken": "<p>A user- or system-generated token that identifies the entity that requested project creation. </p>"
}
Expand Down Expand Up @@ -234,7 +234,7 @@
"ProjectArn": {
"base": null,
"refs": {
"CreateProjectResult$arn": "<p>The Amazon Resource Name (ARN) for the project.</p>",
"CreateProjectResult$arn": "<p>Reserved for future use.</p>",
"DeleteProjectResult$projectArn": "<p>The Amazon Resource Name (ARN) of the deleted project.</p>",
"DescribeProjectResult$arn": "<p>The Amazon Resource Name (ARN) for the project.</p>",
"ProjectSummary$projectArn": "<p>The Amazon Resource Name (ARN) of the project.</p>"
Expand All @@ -253,7 +253,7 @@
"ProjectDescription": {
"base": null,
"refs": {
"CreateProjectRequest$description": "<p>Optional. The description for the project.</p>",
"CreateProjectRequest$description": "<p>Reserved for future use.</p>",
"DescribeProjectResult$description": "<p>The description of the project, if any.</p>",
"UpdateProjectRequest$description": "<p>The description of the project, if any.</p>"
}
Expand All @@ -262,8 +262,8 @@
"base": null,
"refs": {
"AssociateTeamMemberRequest$projectId": "<p>The ID of the project to which you will add the IAM user.</p>",
"CreateProjectRequest$id": "<p>The ID for the AWS CodeStar project. Project IDs must be unique within an AWS account. Project IDs cannot exceed 15 characters and cannot contain capital letters and other restricted symbols. For more information, see <a href=\"http://docs.aws.amazon.com/codestar/latest/userguide/limits.html\">Limits</a> in the AWS CodeStar User Guide.</p>",
"CreateProjectResult$id": "<p>The ID for the project.</p>",
"CreateProjectRequest$id": "<p>Reserved for future use.</p>",
"CreateProjectResult$id": "<p>Reserved for future use.</p>",
"DeleteProjectRequest$id": "<p>The ID of the project to be deleted in AWS CodeStar.</p>",
"DescribeProjectRequest$id": "<p>The ID of the project.</p>",
"DescribeProjectResult$id": "<p>The ID of the project.</p>",
Expand All @@ -278,7 +278,7 @@
"ProjectName": {
"base": null,
"refs": {
"CreateProjectRequest$name": "<p>The friendly name for the project. This friendly name serves as the basis for the names for resources associated with the project, such as a repository name in AWS CodeCommit. The name is limited to 100 characters and cannot contain certain restricted symbols. For more information, see <a href=\"http://docs.aws.amazon.com/codestar/latest/userguide/limits.html\">Limits</a> in the AWS CodeStar User Guide.</p>",
"CreateProjectRequest$name": "<p>Reserved for future use.</p>",
"DescribeProjectResult$name": "<p>The display name for the project.</p>",
"UpdateProjectRequest$name": "<p>The name of the project you want to update.</p>"
}
Expand All @@ -297,7 +297,7 @@
"ProjectTemplateId": {
"base": null,
"refs": {
"CreateProjectResult$projectTemplateId": "<p>The ID for the AWS CodeStar project template used to create the project.</p>",
"CreateProjectResult$projectTemplateId": "<p>Reserved for future use.</p>",
"DescribeProjectResult$projectTemplateId": "<p>The ID for the AWS CodeStar project template used to create the project.</p>"
}
},
Expand Down
4 changes: 2 additions & 2 deletions aws-sdk-core/apis/workspaces/2015-04-08/api-2.json
@@ -1,14 +1,14 @@
{
"version":"2.0",
"metadata":{
"uid":"workspaces-2015-04-08",
"apiVersion":"2015-04-08",
"endpointPrefix":"workspaces",
"jsonVersion":"1.1",
"protocol":"json",
"serviceFullName":"Amazon WorkSpaces",
"signatureVersion":"v4",
"targetPrefix":"WorkspacesService"
"targetPrefix":"WorkspacesService",
"uid":"workspaces-2015-04-08"
},
"operations":{
"CreateTags":{
Expand Down
12 changes: 6 additions & 6 deletions aws-sdk-core/apis/workspaces/2015-04-08/docs-2.json
Expand Up @@ -10,11 +10,11 @@
"DescribeWorkspaceDirectories": "<p>Retrieves information about the AWS Directory Service directories in the region that are registered with Amazon WorkSpaces and are available to your account.</p> <p>This operation supports pagination with the use of the <code>NextToken</code> request and response parameters. If more results are available, the <code>NextToken</code> response member contains a token that you pass in the next call to this operation to retrieve the next set of items.</p>",
"DescribeWorkspaces": "<p>Obtains information about the specified WorkSpaces.</p> <p>Only one of the filter parameters, such as <code>BundleId</code>, <code>DirectoryId</code>, or <code>WorkspaceIds</code>, can be specified at a time.</p> <p>This operation supports pagination with the use of the <code>NextToken</code> request and response parameters. If more results are available, the <code>NextToken</code> response member contains a token that you pass in the next call to this operation to retrieve the next set of items.</p>",
"DescribeWorkspacesConnectionStatus": "<p>Describes the connection status of a specified WorkSpace.</p>",
"ModifyWorkspaceProperties": "<p>Modifies the WorkSpace properties, including the RunningMode and AutoStop time.</p>",
"ModifyWorkspaceProperties": "<p>Modifies the WorkSpace properties, including the running mode and AutoStop time.</p>",
"RebootWorkspaces": "<p>Reboots the specified WorkSpaces.</p> <p>To be able to reboot a WorkSpace, the WorkSpace must have a <b>State</b> of <code>AVAILABLE</code>, <code>IMPAIRED</code>, or <code>INOPERABLE</code>.</p> <note> <p>This operation is asynchronous and returns before the WorkSpaces have rebooted.</p> </note>",
"RebuildWorkspaces": "<p>Rebuilds the specified WorkSpaces.</p> <p>Rebuilding a WorkSpace is a potentially destructive action that can result in the loss of data. Rebuilding a WorkSpace causes the following to occur:</p> <ul> <li> <p>The system is restored to the image of the bundle that the WorkSpace is created from. Any applications that have been installed, or system settings that have been made since the WorkSpace was created will be lost.</p> </li> <li> <p>The data drive (D drive) is re-created from the last automatic snapshot taken of the data drive. The current contents of the data drive are overwritten. Automatic snapshots of the data drive are taken every 12 hours, so the snapshot can be as much as 12 hours old.</p> </li> </ul> <p>To be able to rebuild a WorkSpace, the WorkSpace must have a <b>State</b> of <code>AVAILABLE</code> or <code>ERROR</code>.</p> <note> <p>This operation is asynchronous and returns before the WorkSpaces have been completely rebuilt.</p> </note>",
"StartWorkspaces": "<p>Starts the specified WorkSpaces. The API only works with WorkSpaces that have RunningMode configured as AutoStop and the State set to “STOPPED.</p>",
"StopWorkspaces": "<p> Stops the specified WorkSpaces. The API only works with WorkSpaces that have RunningMode configured as AutoStop and the State set to AVAILABLE, IMPAIRED, UNHEALTHY, or ERROR.</p>",
"StartWorkspaces": "<p>Starts the specified WorkSpaces. The WorkSpaces must have a running mode of AutoStop and a state of STOPPED.</p>",
"StopWorkspaces": "<p> Stops the specified WorkSpaces. The WorkSpaces must have a running mode of AutoStop and a state of AVAILABLE, IMPAIRED, UNHEALTHY, or ERROR.</p>",
"TerminateWorkspaces": "<p>Terminates the specified WorkSpaces.</p> <p>Terminating a WorkSpace is a permanent action and cannot be undone. The user's data is not maintained and will be destroyed. If you need to archive any user data, contact Amazon Web Services before terminating the WorkSpace.</p> <p>You can terminate a WorkSpace that is in any state except <code>SUSPENDED</code>.</p> <note> <p>This operation is asynchronous and returns before the WorkSpaces have been completely terminated.</p> </note>"
},
"shapes": {
Expand All @@ -25,7 +25,7 @@
}
},
"AccessDeniedException": {
"base": null,
"base": "<p>The user is not authorized to access a resource.</p>",
"refs": {
}
},
Expand Down Expand Up @@ -313,7 +313,7 @@
}
},
"InvalidResourceStateException": {
"base": "<p>The specified WorkSpace has an invalid state for this operation.</p>",
"base": "<p>The state of the WorkSpace is not valid for this operation.</p>",
"refs": {
}
},
Expand Down Expand Up @@ -574,7 +574,7 @@
}
},
"UnsupportedWorkspaceConfigurationException": {
"base": "<p>The WorkSpace does not have the supported configuration for this operation. For more information, see the <a href=\"http://docs.aws.amazon.com/workspaces/latest/adminguide\">Amazon WorkSpaces Administration Guide</a>. </p>",
"base": "<p>The configuration of this WorkSpace is not supported for this operation. For more information, see the <a href=\"http://docs.aws.amazon.com/workspaces/latest/adminguide/\">Amazon WorkSpaces Administration Guide</a>. </p>",
"refs": {
}
},
Expand Down
4 changes: 2 additions & 2 deletions aws-sdk-core/apis/workspaces/2015-04-08/paginators-1.json
Expand Up @@ -11,10 +11,10 @@
"result_key": "Directories"
},
"DescribeWorkspaces": {
"limit_key": "Limit",
"input_token": "NextToken",
"limit_key": "Limit",
"output_token": "NextToken",
"result_key": "Workspaces"
}
}
}
}

0 comments on commit 84c7653

Please sign in to comment.