diff --git a/apis/codestar-2017-04-19.normal.json b/apis/codestar-2017-04-19.normal.json index d077ded505..92f54c6c48 100644 --- a/apis/codestar-2017-04-19.normal.json +++ b/apis/codestar-2017-04-19.normal.json @@ -48,7 +48,7 @@ {"shape":"ProjectConfigurationException"}, {"shape":"ConcurrentModificationException"} ], - "documentation":"
Creates a project in AWS CodeStar with minimal structure and no resources.
" + "documentation":"Reserved for future use. To create a project, use the AWS CodeStar console.
" }, "CreateUserProfile":{ "name":"CreateUserProfile", @@ -308,19 +308,19 @@ "members":{ "name":{ "shape":"ProjectName", - "documentation":"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.
" + "documentation":"Reserved for future use.
" }, "id":{ "shape":"ProjectId", - "documentation":"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.
" + "documentation":"Reserved for future use.
" }, "description":{ "shape":"ProjectDescription", - "documentation":"Optional. The description for the project.
" + "documentation":"Reserved for future use.
" }, "clientRequestToken":{ "shape":"ClientRequestToken", - "documentation":"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.
" + "documentation":"Reserved for future use.
" } } }, @@ -333,19 +333,19 @@ "members":{ "id":{ "shape":"ProjectId", - "documentation":"The ID for the project.
" + "documentation":"Reserved for future use.
" }, "arn":{ "shape":"ProjectArn", - "documentation":"The Amazon Resource Name (ARN) for the project.
" + "documentation":"Reserved for future use.
" }, "clientRequestToken":{ "shape":"ClientRequestToken", - "documentation":"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.
" + "documentation":"Reserved for future use.
" }, "projectTemplateId":{ "shape":"ProjectTemplateId", - "documentation":"The ID for the AWS CodeStar project template used to create the project.
" + "documentation":"Reserved for future use.
" } } }, @@ -1059,5 +1059,5 @@ "exception":true } }, - "documentation":"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:
CreateProject, which creates an empty project in AWS CodeStar with no resources.
DeleteProject, which deletes a project in AWS CodeStar.
DescribeProject, which lists the attributes of a project.
ListProjects, which lists all AWS CodeStar projects associated with your AWS account.
ListResources, which lists the resources associated with an AWS CodeStar project.
UpdateProject, which updates the attributes of an AWS CodeStar project.
Teams and team members, by calling the following:
AssociateTeamMember, which adds an IAM user to the team for an AWS CodeStar project.
DisassociateTeamMember, which removes an IAM user from the team for an AWS CodeStar project.
ListTeamMembers, which lists all the IAM users in the team for an AWS CodeStar project, including their roles and attributes.
Users, by calling the following:
CreateUserProfile, which creates a user profile that contains data associated with the user across all AWS CodeStar projects.
DeleteUserProfile, which deletes all user profile information across all AWS CodeStar projects.
DescribeUserProfile, which describes the profile of a user.
ListUserProfiles, which lists all AWS CodeStar user profiles.
UpdateUserProfile, which updates the profile for an AWS CodeStar user.
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:
DeleteProject, which deletes a project in AWS CodeStar.
DescribeProject, which lists the attributes of a project.
ListProjects, which lists all AWS CodeStar projects associated with your AWS account.
ListResources, which lists the resources associated with an AWS CodeStar project.
UpdateProject, which updates the attributes of an AWS CodeStar project.
Teams and team members, by calling the following:
AssociateTeamMember, which adds an IAM user to the team for an AWS CodeStar project.
DisassociateTeamMember, which removes an IAM user from the team for an AWS CodeStar project.
ListTeamMembers, which lists all the IAM users in the team for an AWS CodeStar project, including their roles and attributes.
Users, by calling the following:
CreateUserProfile, which creates a user profile that contains data associated with the user across all AWS CodeStar projects.
DeleteUserProfile, which deletes all user profile information across all AWS CodeStar projects.
DescribeUserProfile, which describes the profile of a user.
ListUserProfiles, which lists all AWS CodeStar user profiles.
UpdateUserProfile, which updates the profile for an AWS CodeStar user.
Modifies the WorkSpace properties, including the RunningMode and AutoStop time.
" + "documentation":"Modifies the WorkSpace properties, including the running mode and AutoStop time.
" }, "RebootWorkspaces":{ "name":"RebootWorkspaces", @@ -167,7 +167,7 @@ }, "input":{"shape":"StartWorkspacesRequest"}, "output":{"shape":"StartWorkspacesResult"}, - "documentation":"Starts the specified WorkSpaces. The API only works with WorkSpaces that have RunningMode configured as AutoStop and the State set to “STOPPED.”
" + "documentation":"Starts the specified WorkSpaces. The WorkSpaces must have a running mode of AutoStop and a state of STOPPED.
" }, "StopWorkspaces":{ "name":"StopWorkspaces", @@ -177,7 +177,7 @@ }, "input":{"shape":"StopWorkspacesRequest"}, "output":{"shape":"StopWorkspacesResult"}, - "documentation":"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.
" + "documentation":"Stops the specified WorkSpaces. The WorkSpaces must have a running mode of AutoStop and a state of AVAILABLE, IMPAIRED, UNHEALTHY, or ERROR.
" }, "TerminateWorkspaces":{ "name":"TerminateWorkspaces", @@ -200,6 +200,7 @@ "members":{ "message":{"shape":"ExceptionMessage"} }, + "documentation":"The user is not authorized to access a resource.
", "exception":true }, "Alias":{"type":"string"}, @@ -595,7 +596,7 @@ "members":{ "message":{"shape":"ExceptionMessage"} }, - "documentation":"The specified WorkSpace has an invalid state for this operation.
", + "documentation":"The state of the WorkSpace is not valid for this operation.
", "exception":true }, "IpAddress":{"type":"string"}, @@ -931,7 +932,7 @@ "members":{ "message":{"shape":"ExceptionMessage"} }, - "documentation":"The WorkSpace does not have the supported configuration for this operation. For more information, see the Amazon WorkSpaces Administration Guide.
", + "documentation":"The configuration of this WorkSpace is not supported for this operation. For more information, see the Amazon WorkSpaces Administration Guide.
", "exception":true }, "UserName":{ diff --git a/apis/workspaces-2015-04-08.paginators.json b/apis/workspaces-2015-04-08.paginators.json index efa8cbad2a..cc7a0c6889 100644 --- a/apis/workspaces-2015-04-08.paginators.json +++ b/apis/workspaces-2015-04-08.paginators.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