From 84c7653d72d3c9f133523095528d4115f986f33c Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Tue, 9 May 2017 17:31:13 +0000 Subject: [PATCH] Updated service API models for release. --- CHANGELOG.md | 4 ++++ .../apis/codestar/2017-04-19/docs-2.json | 20 +++++++++---------- .../apis/workspaces/2015-04-08/api-2.json | 4 ++-- .../apis/workspaces/2015-04-08/docs-2.json | 12 +++++------ .../workspaces/2015-04-08/paginators-1.json | 4 ++-- 5 files changed, 24 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec017f51af5..937a3234cb9 100644 --- a/CHANGELOG.md +++ b/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) ------------------ diff --git a/aws-sdk-core/apis/codestar/2017-04-19/docs-2.json b/aws-sdk-core/apis/codestar/2017-04-19/docs-2.json index 43c12d51c54..76591736747 100644 --- a/aws-sdk-core/apis/codestar/2017-04-19/docs-2.json +++ b/aws-sdk-core/apis/codestar/2017-04-19/docs-2.json @@ -1,9 +1,9 @@ { "version": "2.0", - "service": "AWS CodeStar

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.

You can use the AWS CodeStar API to work with:

Projects and their resources, by calling the following:

Teams and team members, by calling the following:

Users, by calling the following:

", + "service": "AWS CodeStar

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.

You can use the AWS CodeStar API to work with:

Projects and their resources, by calling the following:

Teams and team members, by calling the following:

Users, by calling the following:

", "operations": { "AssociateTeamMember": "

Adds an IAM user to the team for an AWS CodeStar project.

", - "CreateProject": "

Creates a project in AWS CodeStar with minimal structure and no resources.

", + "CreateProject": "

Reserved for future use. To create a project, use the AWS CodeStar console.

", "CreateUserProfile": "

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.

", "DeleteProject": "

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.

", "DeleteUserProfile": "

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.

", @@ -34,8 +34,8 @@ "refs": { "AssociateTeamMemberRequest$clientRequestToken": "

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.

", "AssociateTeamMemberResult$clientRequestToken": "

The user- or system-generated token from the initial request that can be used to repeat the request.

", - "CreateProjectRequest$clientRequestToken": "

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.

", - "CreateProjectResult$clientRequestToken": "

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.

", + "CreateProjectRequest$clientRequestToken": "

Reserved for future use.

", + "CreateProjectResult$clientRequestToken": "

Reserved for future use.

", "DeleteProjectRequest$clientRequestToken": "

A user- or system-generated token that identifies the entity that requested project deletion. This token can be used to repeat the request.

", "DescribeProjectResult$clientRequestToken": "

A user- or system-generated token that identifies the entity that requested project creation.

" } @@ -234,7 +234,7 @@ "ProjectArn": { "base": null, "refs": { - "CreateProjectResult$arn": "

The Amazon Resource Name (ARN) for the project.

", + "CreateProjectResult$arn": "

Reserved for future use.

", "DeleteProjectResult$projectArn": "

The Amazon Resource Name (ARN) of the deleted project.

", "DescribeProjectResult$arn": "

The Amazon Resource Name (ARN) for the project.

", "ProjectSummary$projectArn": "

The Amazon Resource Name (ARN) of the project.

" @@ -253,7 +253,7 @@ "ProjectDescription": { "base": null, "refs": { - "CreateProjectRequest$description": "

Optional. The description for the project.

", + "CreateProjectRequest$description": "

Reserved for future use.

", "DescribeProjectResult$description": "

The description of the project, if any.

", "UpdateProjectRequest$description": "

The description of the project, if any.

" } @@ -262,8 +262,8 @@ "base": null, "refs": { "AssociateTeamMemberRequest$projectId": "

The ID of the project to which you will add the IAM user.

", - "CreateProjectRequest$id": "

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 Limits in the AWS CodeStar User Guide.

", - "CreateProjectResult$id": "

The ID for the project.

", + "CreateProjectRequest$id": "

Reserved for future use.

", + "CreateProjectResult$id": "

Reserved for future use.

", "DeleteProjectRequest$id": "

The ID of the project to be deleted in AWS CodeStar.

", "DescribeProjectRequest$id": "

The ID of the project.

", "DescribeProjectResult$id": "

The ID of the project.

", @@ -278,7 +278,7 @@ "ProjectName": { "base": null, "refs": { - "CreateProjectRequest$name": "

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 Limits in the AWS CodeStar User Guide.

", + "CreateProjectRequest$name": "

Reserved for future use.

", "DescribeProjectResult$name": "

The display name for the project.

", "UpdateProjectRequest$name": "

The name of the project you want to update.

" } @@ -297,7 +297,7 @@ "ProjectTemplateId": { "base": null, "refs": { - "CreateProjectResult$projectTemplateId": "

The ID for the AWS CodeStar project template used to create the project.

", + "CreateProjectResult$projectTemplateId": "

Reserved for future use.

", "DescribeProjectResult$projectTemplateId": "

The ID for the AWS CodeStar project template used to create the project.

" } }, diff --git a/aws-sdk-core/apis/workspaces/2015-04-08/api-2.json b/aws-sdk-core/apis/workspaces/2015-04-08/api-2.json index 133d9bd42bb..05e36001c46 100644 --- a/aws-sdk-core/apis/workspaces/2015-04-08/api-2.json +++ b/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":{ diff --git a/aws-sdk-core/apis/workspaces/2015-04-08/docs-2.json b/aws-sdk-core/apis/workspaces/2015-04-08/docs-2.json index a95c1e96e5f..d4c90e4f04b 100644 --- a/aws-sdk-core/apis/workspaces/2015-04-08/docs-2.json +++ b/aws-sdk-core/apis/workspaces/2015-04-08/docs-2.json @@ -10,11 +10,11 @@ "DescribeWorkspaceDirectories": "

Retrieves information about the AWS Directory Service directories in the region that are registered with Amazon WorkSpaces and are available to your account.

This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the NextToken response member contains a token that you pass in the next call to this operation to retrieve the next set of items.

", "DescribeWorkspaces": "

Obtains information about the specified WorkSpaces.

Only one of the filter parameters, such as BundleId, DirectoryId, or WorkspaceIds, can be specified at a time.

This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the NextToken response member contains a token that you pass in the next call to this operation to retrieve the next set of items.

", "DescribeWorkspacesConnectionStatus": "

Describes the connection status of a specified WorkSpace.

", - "ModifyWorkspaceProperties": "

Modifies the WorkSpace properties, including the RunningMode and AutoStop time.

", + "ModifyWorkspaceProperties": "

Modifies the WorkSpace properties, including the running mode and AutoStop time.

", "RebootWorkspaces": "

Reboots the specified WorkSpaces.

To be able to reboot a WorkSpace, the WorkSpace must have a State of AVAILABLE, IMPAIRED, or INOPERABLE.

This operation is asynchronous and returns before the WorkSpaces have rebooted.

", "RebuildWorkspaces": "

Rebuilds the specified WorkSpaces.

Rebuilding a WorkSpace is a potentially destructive action that can result in the loss of data. Rebuilding a WorkSpace causes the following to occur:

To be able to rebuild a WorkSpace, the WorkSpace must have a State of AVAILABLE or ERROR.

This operation is asynchronous and returns before the WorkSpaces have been completely rebuilt.

", - "StartWorkspaces": "

Starts the specified WorkSpaces. The API only works with WorkSpaces that have RunningMode configured as AutoStop and the State set to “STOPPED.”

", - "StopWorkspaces": "

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.

", + "StartWorkspaces": "

Starts the specified WorkSpaces. The WorkSpaces must have a running mode of AutoStop and a state of STOPPED.

", + "StopWorkspaces": "

Stops the specified WorkSpaces. The WorkSpaces must have a running mode of AutoStop and a state of AVAILABLE, IMPAIRED, UNHEALTHY, or ERROR.

", "TerminateWorkspaces": "

Terminates the specified WorkSpaces.

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.

You can terminate a WorkSpace that is in any state except SUSPENDED.

This operation is asynchronous and returns before the WorkSpaces have been completely terminated.

" }, "shapes": { @@ -25,7 +25,7 @@ } }, "AccessDeniedException": { - "base": null, + "base": "

The user is not authorized to access a resource.

", "refs": { } }, @@ -313,7 +313,7 @@ } }, "InvalidResourceStateException": { - "base": "

The specified WorkSpace has an invalid state for this operation.

", + "base": "

The state of the WorkSpace is not valid for this operation.

", "refs": { } }, @@ -574,7 +574,7 @@ } }, "UnsupportedWorkspaceConfigurationException": { - "base": "

The WorkSpace does not have the supported configuration for this operation. For more information, see the Amazon WorkSpaces Administration Guide.

", + "base": "

The configuration of this WorkSpace is not supported for this operation. For more information, see the Amazon WorkSpaces Administration Guide.

", "refs": { } }, diff --git a/aws-sdk-core/apis/workspaces/2015-04-08/paginators-1.json b/aws-sdk-core/apis/workspaces/2015-04-08/paginators-1.json index efa8cbad2aa..cc7a0c68892 100644 --- a/aws-sdk-core/apis/workspaces/2015-04-08/paginators-1.json +++ b/aws-sdk-core/apis/workspaces/2015-04-08/paginators-1.json @@ -11,10 +11,10 @@ "result_key": "Directories" }, "DescribeWorkspaces": { - "limit_key": "Limit", "input_token": "NextToken", + "limit_key": "Limit", "output_token": "NextToken", "result_key": "Workspaces" } } -} +} \ No newline at end of file