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":"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:

" + "documentation":"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:

" } diff --git a/apis/workspaces-2015-04-08.examples.json b/apis/workspaces-2015-04-08.examples.json new file mode 100644 index 0000000000..0ea7e3b0bb --- /dev/null +++ b/apis/workspaces-2015-04-08.examples.json @@ -0,0 +1,5 @@ +{ + "version": "1.0", + "examples": { + } +} diff --git a/apis/workspaces-2015-04-08.normal.json b/apis/workspaces-2015-04-08.normal.json index c37fee087d..b9ed59cdf6 100644 --- a/apis/workspaces-2015-04-08.normal.json +++ b/apis/workspaces-2015-04-08.normal.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":{ @@ -137,7 +137,7 @@ {"shape":"AccessDeniedException"}, {"shape":"ResourceUnavailableException"} ], - "documentation":"

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