{ "version": "2.0", "metadata": { "apiVersion": "2017-09-23", "endpointPrefix": "cloud9", "jsonVersion": "1.1", "protocol": "json", "serviceFullName": "AWS Cloud9", "serviceId": "Cloud9", "signatureVersion": "v4", "targetPrefix": "AWSCloud9WorkspaceManagementService", "uid": "cloud9-2017-09-23" }, "operations": { "CreateEnvironmentEC2": { "name": "CreateEnvironmentEC2", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateEnvironmentEC2Request" }, "output": { "shape": "CreateEnvironmentEC2Result" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ConflictException" }, { "shape": "NotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "TooManyRequestsException" }, { "shape": "LimitExceededException" }, { "shape": "InternalServerErrorException" } ], "documentation": "

Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and then connects from the instance to the environment.

", "idempotent": true }, "CreateEnvironmentMembership": { "name": "CreateEnvironmentMembership", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateEnvironmentMembershipRequest" }, "output": { "shape": "CreateEnvironmentMembershipResult" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ConflictException" }, { "shape": "NotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "TooManyRequestsException" }, { "shape": "LimitExceededException" }, { "shape": "InternalServerErrorException" } ], "documentation": "

Adds an environment member to an Cloud9 development environment.

", "idempotent": true }, "DeleteEnvironment": { "name": "DeleteEnvironment", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteEnvironmentRequest" }, "output": { "shape": "DeleteEnvironmentResult" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ConflictException" }, { "shape": "NotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "TooManyRequestsException" }, { "shape": "LimitExceededException" }, { "shape": "InternalServerErrorException" } ], "documentation": "

Deletes an Cloud9 development environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance.

", "idempotent": true }, "DeleteEnvironmentMembership": { "name": "DeleteEnvironmentMembership", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteEnvironmentMembershipRequest" }, "output": { "shape": "DeleteEnvironmentMembershipResult" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ConflictException" }, { "shape": "NotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "TooManyRequestsException" }, { "shape": "LimitExceededException" }, { "shape": "InternalServerErrorException" } ], "documentation": "

Deletes an environment member from a development environment.

", "idempotent": true }, "DescribeEnvironmentMemberships": { "name": "DescribeEnvironmentMemberships", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeEnvironmentMembershipsRequest" }, "output": { "shape": "DescribeEnvironmentMembershipsResult" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ConflictException" }, { "shape": "NotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "TooManyRequestsException" }, { "shape": "LimitExceededException" }, { "shape": "InternalServerErrorException" } ], "documentation": "

Gets information about environment members for an Cloud9 development environment.

" }, "DescribeEnvironmentStatus": { "name": "DescribeEnvironmentStatus", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeEnvironmentStatusRequest" }, "output": { "shape": "DescribeEnvironmentStatusResult" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ConflictException" }, { "shape": "NotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "TooManyRequestsException" }, { "shape": "LimitExceededException" }, { "shape": "InternalServerErrorException" } ], "documentation": "

Gets status information for an Cloud9 development environment.

" }, "DescribeEnvironments": { "name": "DescribeEnvironments", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeEnvironmentsRequest" }, "output": { "shape": "DescribeEnvironmentsResult" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ConflictException" }, { "shape": "NotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "TooManyRequestsException" }, { "shape": "LimitExceededException" }, { "shape": "InternalServerErrorException" } ], "documentation": "

Gets information about Cloud9 development environments.

" }, "ListEnvironments": { "name": "ListEnvironments", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListEnvironmentsRequest" }, "output": { "shape": "ListEnvironmentsResult" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ConflictException" }, { "shape": "NotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "TooManyRequestsException" }, { "shape": "LimitExceededException" }, { "shape": "InternalServerErrorException" } ], "documentation": "

Gets a list of Cloud9 development environment identifiers.

" }, "ListTagsForResource": { "name": "ListTagsForResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListTagsForResourceRequest" }, "output": { "shape": "ListTagsForResourceResponse" }, "errors": [ { "shape": "NotFoundException" }, { "shape": "InternalServerErrorException" }, { "shape": "BadRequestException" } ], "documentation": "

Gets a list of the tags associated with an Cloud9 development environment.

" }, "TagResource": { "name": "TagResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "TagResourceRequest" }, "output": { "shape": "TagResourceResponse" }, "errors": [ { "shape": "NotFoundException" }, { "shape": "InternalServerErrorException" }, { "shape": "BadRequestException" }, { "shape": "ConcurrentAccessException" } ], "documentation": "

Adds tags to an Cloud9 development environment.

Tags that you add to an Cloud9 environment by using this method will NOT be automatically propagated to underlying resources.

" }, "UntagResource": { "name": "UntagResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UntagResourceRequest" }, "output": { "shape": "UntagResourceResponse" }, "errors": [ { "shape": "NotFoundException" }, { "shape": "InternalServerErrorException" }, { "shape": "BadRequestException" }, { "shape": "ConcurrentAccessException" } ], "documentation": "

Removes tags from an Cloud9 development environment.

" }, "UpdateEnvironment": { "name": "UpdateEnvironment", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateEnvironmentRequest" }, "output": { "shape": "UpdateEnvironmentResult" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ConflictException" }, { "shape": "NotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "TooManyRequestsException" }, { "shape": "LimitExceededException" }, { "shape": "InternalServerErrorException" } ], "documentation": "

Changes the settings of an existing Cloud9 development environment.

", "idempotent": true }, "UpdateEnvironmentMembership": { "name": "UpdateEnvironmentMembership", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateEnvironmentMembershipRequest" }, "output": { "shape": "UpdateEnvironmentMembershipResult" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ConflictException" }, { "shape": "NotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "TooManyRequestsException" }, { "shape": "LimitExceededException" }, { "shape": "InternalServerErrorException" } ], "documentation": "

Changes the settings of an existing environment member for an Cloud9 development environment.

", "idempotent": true } }, "shapes": { "AutomaticStopTimeMinutes": { "type": "integer", "box": true, "max": 20160, "min": 0 }, "BoundedEnvironmentIdList": { "type": "list", "member": { "shape": "EnvironmentId" }, "max": 25, "min": 1 }, "ClientRequestToken": { "type": "string", "pattern": "[\\x20-\\x7E]{10,128}" }, "ConnectionType": { "type": "string", "enum": [ "CONNECT_SSH", "CONNECT_SSM" ] }, "CreateEnvironmentEC2Request": { "type": "structure", "required": [ "name", "instanceType", "imageId" ], "members": { "name": { "shape": "EnvironmentName", "documentation": "

The name of the environment to create.

This name is visible to other IAM users in the same Amazon Web Services account.

" }, "description": { "shape": "EnvironmentDescription", "documentation": "

The description of the environment to create.

" }, "clientRequestToken": { "shape": "ClientRequestToken", "documentation": "

A unique, case-sensitive string that helps Cloud9 to ensure this operation completes no more than one time.

For more information, see Client Tokens in the Amazon EC2 API Reference.

" }, "instanceType": { "shape": "InstanceType", "documentation": "

The type of instance to connect to the environment (for example, t2.micro).

" }, "subnetId": { "shape": "SubnetId", "documentation": "

The ID of the subnet in Amazon VPC that Cloud9 will use to communicate with the Amazon EC2 instance.

" }, "imageId": { "shape": "ImageId", "documentation": "

The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path.

From December 04, 2023, you will be required to include the imageId parameter for the CreateEnvironmentEC2 action. This change will be reflected across all direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services CloudFormation. This change will only affect direct API consumers, and not Cloud9 console users.

We recommend using Amazon Linux 2023 as the AMI to create your environment as it is fully supported.

Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04.

AMI aliases

SSM paths

" }, "automaticStopTimeMinutes": { "shape": "AutomaticStopTimeMinutes", "documentation": "

The number of minutes until the running instance is shut down after the environment has last been used.

" }, "ownerArn": { "shape": "UserArn", "documentation": "

The Amazon Resource Name (ARN) of the environment owner. This ARN can be the ARN of any IAM principal. If this value is not specified, the ARN defaults to this environment's creator.

" }, "tags": { "shape": "TagList", "documentation": "

An array of key-value pairs that will be associated with the new Cloud9 development environment.

" }, "connectionType": { "shape": "ConnectionType", "documentation": "

The connection type used for connecting to an Amazon EC2 environment. Valid values are CONNECT_SSH (default) and CONNECT_SSM (connected through Amazon EC2 Systems Manager).

For more information, see Accessing no-ingress EC2 instances with Amazon EC2 Systems Manager in the Cloud9 User Guide.

" }, "dryRun": { "shape": "NullableBoolean", "documentation": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

" } } }, "CreateEnvironmentEC2Result": { "type": "structure", "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

The ID of the environment that was created.

" } } }, "CreateEnvironmentMembershipRequest": { "type": "structure", "required": [ "environmentId", "userArn", "permissions" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

The ID of the environment that contains the environment member you want to add.

" }, "userArn": { "shape": "UserArn", "documentation": "

The Amazon Resource Name (ARN) of the environment member you want to add.

" }, "permissions": { "shape": "MemberPermissions", "documentation": "

The type of environment member permissions you want to associate with this environment member. Available values include:

" } } }, "CreateEnvironmentMembershipResult": { "type": "structure", "required": [ "membership" ], "members": { "membership": { "shape": "EnvironmentMember", "documentation": "

Information about the environment member that was added.

" } } }, "DeleteEnvironmentMembershipRequest": { "type": "structure", "required": [ "environmentId", "userArn" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

The ID of the environment to delete the environment member from.

" }, "userArn": { "shape": "UserArn", "documentation": "

The Amazon Resource Name (ARN) of the environment member to delete from the environment.

" } } }, "DeleteEnvironmentMembershipResult": { "type": "structure", "members": {} }, "DeleteEnvironmentRequest": { "type": "structure", "required": [ "environmentId" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

The ID of the environment to delete.

" } } }, "DeleteEnvironmentResult": { "type": "structure", "members": {} }, "DescribeEnvironmentMembershipsRequest": { "type": "structure", "members": { "userArn": { "shape": "UserArn", "documentation": "

The Amazon Resource Name (ARN) of an individual environment member to get information about. If no value is specified, information about all environment members are returned.

" }, "environmentId": { "shape": "EnvironmentId", "documentation": "

The ID of the environment to get environment member information about.

" }, "permissions": { "shape": "PermissionsList", "documentation": "

The type of environment member permissions to get information about. Available values include:

If no value is specified, information about all environment members are returned.

" }, "nextToken": { "shape": "String", "documentation": "

During a previous call, if there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

" }, "maxResults": { "shape": "MaxResults", "documentation": "

The maximum number of environment members to get information about.

" } } }, "DescribeEnvironmentMembershipsResult": { "type": "structure", "members": { "memberships": { "shape": "EnvironmentMembersList", "documentation": "

Information about the environment members for the environment.

" }, "nextToken": { "shape": "String", "documentation": "

If there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.

" } } }, "DescribeEnvironmentStatusRequest": { "type": "structure", "required": [ "environmentId" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

The ID of the environment to get status information about.

" } } }, "DescribeEnvironmentStatusResult": { "type": "structure", "required": [ "status", "message" ], "members": { "status": { "shape": "EnvironmentStatus", "documentation": "

The status of the environment. Available values include:

" }, "message": { "shape": "String", "documentation": "

Any informational message about the status of the environment.

" } } }, "DescribeEnvironmentsRequest": { "type": "structure", "required": [ "environmentIds" ], "members": { "environmentIds": { "shape": "BoundedEnvironmentIdList", "documentation": "

The IDs of individual environments to get information about.

" } } }, "DescribeEnvironmentsResult": { "type": "structure", "members": { "environments": { "shape": "EnvironmentList", "documentation": "

Information about the environments that are returned.

" } } }, "Environment": { "type": "structure", "required": [ "type", "arn", "ownerArn" ], "members": { "id": { "shape": "EnvironmentId", "documentation": "

The ID of the environment.

" }, "name": { "shape": "EnvironmentName", "documentation": "

The name of the environment.

" }, "description": { "shape": "EnvironmentDescription", "documentation": "

The description for the environment.

" }, "type": { "shape": "EnvironmentType", "documentation": "

The type of environment. Valid values include the following:

" }, "connectionType": { "shape": "ConnectionType", "documentation": "

The connection type used for connecting to an Amazon EC2 environment. CONNECT_SSH is selected by default.

" }, "arn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the environment.

" }, "ownerArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the environment owner.

" }, "lifecycle": { "shape": "EnvironmentLifecycle", "documentation": "

The state of the environment in its creation or deletion lifecycle.

" }, "managedCredentialsStatus": { "shape": "ManagedCredentialsStatus", "documentation": "

Describes the status of Amazon Web Services managed temporary credentials for the Cloud9 environment. Available values are:

" } }, "documentation": "

Information about an Cloud9 development environment.

" }, "EnvironmentArn": { "type": "string", "pattern": "arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):cloud9:([a-z]{2}-[a-z]+-\\d{1}):[0-9]{12}:environment:[a-zA-Z0-9]{8,32}" }, "EnvironmentDescription": { "type": "string", "max": 200, "sensitive": true }, "EnvironmentId": { "type": "string", "pattern": "^[a-zA-Z0-9]{8,32}$" }, "EnvironmentIdList": { "type": "list", "member": { "shape": "EnvironmentId" } }, "EnvironmentLifecycle": { "type": "structure", "members": { "status": { "shape": "EnvironmentLifecycleStatus", "documentation": "

The current creation or deletion lifecycle state of the environment.

" }, "reason": { "shape": "String", "documentation": "

Any informational message about the lifecycle state of the environment.

" }, "failureResource": { "shape": "String", "documentation": "

If the environment failed to delete, the Amazon Resource Name (ARN) of the related Amazon Web Services resource.

" } }, "documentation": "

Information about the current creation or deletion lifecycle state of an Cloud9 development environment.

" }, "EnvironmentLifecycleStatus": { "type": "string", "enum": [ "CREATING", "CREATED", "CREATE_FAILED", "DELETING", "DELETE_FAILED" ] }, "EnvironmentList": { "type": "list", "member": { "shape": "Environment" } }, "EnvironmentMember": { "type": "structure", "required": [ "permissions", "userId", "userArn", "environmentId" ], "members": { "permissions": { "shape": "Permissions", "documentation": "

The type of environment member permissions associated with this environment member. Available values include:

" }, "userId": { "shape": "String", "documentation": "

The user ID in Identity and Access Management (IAM) of the environment member.

" }, "userArn": { "shape": "UserArn", "documentation": "

The Amazon Resource Name (ARN) of the environment member.

" }, "environmentId": { "shape": "EnvironmentId", "documentation": "

The ID of the environment for the environment member.

" }, "lastAccess": { "shape": "Timestamp", "documentation": "

The time, expressed in epoch time format, when the environment member last opened the environment.

" } }, "documentation": "

Information about an environment member for an Cloud9 development environment.

" }, "EnvironmentMembersList": { "type": "list", "member": { "shape": "EnvironmentMember" } }, "EnvironmentName": { "type": "string", "max": 60, "min": 1 }, "EnvironmentStatus": { "type": "string", "enum": [ "error", "creating", "connecting", "ready", "stopping", "stopped", "deleting" ] }, "EnvironmentType": { "type": "string", "enum": [ "ssh", "ec2" ] }, "ImageId": { "type": "string", "max": 512 }, "InstanceType": { "type": "string", "max": 20, "min": 5, "pattern": "^[a-z]+[1-9][.][a-z0-9]+$" }, "ListEnvironmentsRequest": { "type": "structure", "members": { "nextToken": { "shape": "String", "documentation": "

During a previous call, if there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

" }, "maxResults": { "shape": "MaxResults", "documentation": "

The maximum number of environments to get identifiers for.

" } } }, "ListEnvironmentsResult": { "type": "structure", "members": { "nextToken": { "shape": "String", "documentation": "

If there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.

" }, "environmentIds": { "shape": "EnvironmentIdList", "documentation": "

The list of environment identifiers.

" } } }, "ListTagsForResourceRequest": { "type": "structure", "required": [ "ResourceARN" ], "members": { "ResourceARN": { "shape": "EnvironmentArn", "documentation": "

The Amazon Resource Name (ARN) of the Cloud9 development environment to get the tags for.

" } } }, "ListTagsForResourceResponse": { "type": "structure", "members": { "Tags": { "shape": "TagList", "documentation": "

The list of tags associated with the Cloud9 development environment.

" } } }, "ManagedCredentialsAction": { "type": "string", "enum": [ "ENABLE", "DISABLE" ] }, "ManagedCredentialsStatus": { "type": "string", "enum": [ "ENABLED_ON_CREATE", "ENABLED_BY_OWNER", "DISABLED_BY_DEFAULT", "DISABLED_BY_OWNER", "DISABLED_BY_COLLABORATOR", "PENDING_REMOVAL_BY_COLLABORATOR", "PENDING_START_REMOVAL_BY_COLLABORATOR", "PENDING_REMOVAL_BY_OWNER", "PENDING_START_REMOVAL_BY_OWNER", "FAILED_REMOVAL_BY_COLLABORATOR", "FAILED_REMOVAL_BY_OWNER" ] }, "MaxResults": { "type": "integer", "box": true, "max": 25, "min": 0 }, "MemberPermissions": { "type": "string", "enum": [ "read-write", "read-only" ] }, "NullableBoolean": { "type": "boolean" }, "Permissions": { "type": "string", "enum": [ "owner", "read-write", "read-only" ] }, "PermissionsList": { "type": "list", "member": { "shape": "Permissions" } }, "String": { "type": "string" }, "SubnetId": { "type": "string", "max": 24, "min": 15, "pattern": "^(subnet-[0-9a-f]{8}|subnet-[0-9a-f]{17})$" }, "Tag": { "type": "structure", "required": [ "Key", "Value" ], "members": { "Key": { "shape": "TagKey", "documentation": "

The name part of a tag.

" }, "Value": { "shape": "TagValue", "documentation": "

The value part of a tag.

" } }, "documentation": "

Metadata that is associated with Amazon Web Services resources. In particular, a name-value pair that can be associated with an Cloud9 development environment. There are two types of tags: user tags and system tags. A user tag is created by the user. A system tag is automatically created by Amazon Web Services services. A system tag is prefixed with \"aws:\" and cannot be modified by the user.

", "sensitive": true }, "TagKey": { "type": "string", "max": 128, "min": 1, "sensitive": true }, "TagKeyList": { "type": "list", "member": { "shape": "TagKey" }, "max": 200, "min": 0, "sensitive": true }, "TagList": { "type": "list", "member": { "shape": "Tag" }, "max": 200, "min": 0, "sensitive": true }, "TagResourceRequest": { "type": "structure", "required": [ "ResourceARN", "Tags" ], "members": { "ResourceARN": { "shape": "EnvironmentArn", "documentation": "

The Amazon Resource Name (ARN) of the Cloud9 development environment to add tags to.

" }, "Tags": { "shape": "TagList", "documentation": "

The list of tags to add to the given Cloud9 development environment.

" } } }, "TagResourceResponse": { "type": "structure", "members": {} }, "TagValue": { "type": "string", "max": 256, "min": 0, "sensitive": true }, "Timestamp": { "type": "timestamp" }, "UntagResourceRequest": { "type": "structure", "required": [ "ResourceARN", "TagKeys" ], "members": { "ResourceARN": { "shape": "EnvironmentArn", "documentation": "

The Amazon Resource Name (ARN) of the Cloud9 development environment to remove tags from.

" }, "TagKeys": { "shape": "TagKeyList", "documentation": "

The tag names of the tags to remove from the given Cloud9 development environment.

" } } }, "UntagResourceResponse": { "type": "structure", "members": {} }, "UpdateEnvironmentMembershipRequest": { "type": "structure", "required": [ "environmentId", "userArn", "permissions" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

The ID of the environment for the environment member whose settings you want to change.

" }, "userArn": { "shape": "UserArn", "documentation": "

The Amazon Resource Name (ARN) of the environment member whose settings you want to change.

" }, "permissions": { "shape": "MemberPermissions", "documentation": "

The replacement type of environment member permissions you want to associate with this environment member. Available values include:

" } } }, "UpdateEnvironmentMembershipResult": { "type": "structure", "members": { "membership": { "shape": "EnvironmentMember", "documentation": "

Information about the environment member whose settings were changed.

" } } }, "UpdateEnvironmentRequest": { "type": "structure", "required": [ "environmentId" ], "members": { "environmentId": { "shape": "EnvironmentId", "documentation": "

The ID of the environment to change settings.

" }, "name": { "shape": "EnvironmentName", "documentation": "

A replacement name for the environment.

" }, "description": { "shape": "EnvironmentDescription", "documentation": "

Any new or replacement description for the environment.

" }, "managedCredentialsAction": { "shape": "ManagedCredentialsAction", "documentation": "

Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an Cloud9 environment by using one of the following values:

Only the environment owner can change the status of managed temporary credentials. An AccessDeniedException is thrown if an attempt to turn on or turn off managed temporary credentials is made by an account that's not the environment owner.

" } } }, "UpdateEnvironmentResult": { "type": "structure", "members": {} }, "UserArn": { "type": "string", "pattern": "^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):(iam|sts)::\\d+:(root|(user\\/[\\w+=/:,.@-]{1,64}|federated-user\\/[\\w+=/:,.@-]{2,32}|assumed-role\\/[\\w+=:,.@-]{1,64}\\/[\\w+=,.@-]{1,64}))$" } }, "documentation": "Cloud9

Cloud9 is a collection of tools that you can use to code, build, run, test, debug, and release software in the cloud.

For more information about Cloud9, see the Cloud9 User Guide.

Cloud9 supports these operations:

" }