'2.0', 'service' => '
Welcome to the Amazon CodeCatalyst API reference. This reference provides descriptions of operations and data types for Amazon CodeCatalyst. You can use the Amazon CodeCatalyst API to work with the following objects.
Spaces, by calling the following:
DeleteSpace, which deletes a space.
GetSpace, which returns information about a space.
GetSubscription, which returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.
ListSpaces, which retrieves a list of spaces.
UpdateSpace, which hanges one or more values for a space.
Projects, by calling the following:
CreateProject which creates a project in a specified space.
GetProject, which returns information about a project.
ListProjects, which retrieves a list of projects in a space.
Users, by calling the following:
GetUserDetails, which returns information about a user in Amazon CodeCatalyst.
Source repositories, by calling the following:
CreateSourceRepository, which creates an empty Git-based source repository in a specified project.
CreateSourceRepositoryBranch, which creates a branch in a specified repository where you can work on code.
DeleteSourceRepository, which deletes a source repository.
GetSourceRepository, which returns information about a source repository.
GetSourceRepositoryCloneUrls, which returns information about the URLs that can be used with a Git client to clone a source repository.
ListSourceRepositories, which retrieves a list of source repositories in a project.
ListSourceRepositoryBranches, which retrieves a list of branches in a source repository.
Dev Environments and the Amazon Web Services Toolkits, by calling the following:
CreateDevEnvironment, which creates a Dev Environment, where you can quickly work on the code stored in the source repositories of your project.
DeleteDevEnvironment, which deletes a Dev Environment.
GetDevEnvironment, which returns information about a Dev Environment.
ListDevEnvironments, which retrieves a list of Dev Environments in a project.
ListDevEnvironmentSessions, which retrieves a list of active Dev Environment sessions in a project.
StartDevEnvironment, which starts a specified Dev Environment and puts it into an active state.
StartDevEnvironmentSession, which starts a session to a specified Dev Environment.
StopDevEnvironment, which stops a specified Dev Environment and puts it into an stopped state.
StopDevEnvironmentSession, which stops a session for a specified Dev Environment.
UpdateDevEnvironment, which changes one or more values for a Dev Environment.
Security, activity, and resource management in Amazon CodeCatalyst, by calling the following:
CreateAccessToken, which creates a personal access token (PAT) for the current user.
DeleteAccessToken, which deletes a specified personal access token (PAT).
ListAccessTokens, which lists all personal access tokens (PATs) associated with a user.
ListEventLogs, which retrieves a list of events that occurred during a specified time period in a space.
VerifySession, which verifies whether the calling user has a valid Amazon CodeCatalyst login and session.
If you are using the Amazon CodeCatalyst APIs with an SDK or the CLI, you must configure your computer to work with Amazon CodeCatalyst and single sign-on (SSO). For more information, see Setting up to use the CLI with Amazon CodeCatalyst and the SSO documentation for your SDK.
Creates a personal access token (PAT) for the current user. A personal access token (PAT) is similar to a password. It is associated with your user identity for use across all spaces and projects in Amazon CodeCatalyst. You use PATs to access CodeCatalyst from resources that include integrated development environments (IDEs) and Git-based source repositories. PATs represent you in Amazon CodeCatalyst and you can manage them in your user settings.For more information, see Managing personal access tokens in Amazon CodeCatalyst.
', 'CreateDevEnvironment' => 'Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development environment that you can use to quickly work on the code stored in the source repositories of your project.
When created in the Amazon CodeCatalyst console, by default a Dev Environment is configured to have a 2 core processor, 4GB of RAM, and 16GB of persistent storage. None of these defaults apply to a Dev Environment created programmatically.
Creates a project in a specified space.
', 'CreateSourceRepository' => 'Creates an empty Git-based source repository in a specified project. The repository is created with an initial empty commit with a default branch named main
.
Creates a branch in a specified source repository in Amazon CodeCatalyst.
This API only creates a branch in a source repository hosted in Amazon CodeCatalyst. You cannot use this API to create a branch in a linked repository.
Deletes a specified personal access token (PAT). A personal access token can only be deleted by the user who created it.
', 'DeleteDevEnvironment' => 'Deletes a Dev Environment.
', 'DeleteProject' => 'Deletes a project in a space.
', 'DeleteSourceRepository' => 'Deletes a source repository in Amazon CodeCatalyst. You cannot use this API to delete a linked repository. It can only be used to delete a Amazon CodeCatalyst source repository.
', 'DeleteSpace' => 'Deletes a space.
Deleting a space cannot be undone. Additionally, since space names must be unique across Amazon CodeCatalyst, you cannot reuse names of deleted spaces.
Returns information about a Dev Environment for a source repository in a project. Dev Environments are specific to the user who creates them.
', 'GetProject' => 'Returns information about a project.
', 'GetSourceRepository' => 'Returns information about a source repository.
', 'GetSourceRepositoryCloneUrls' => 'Returns information about the URLs that can be used with a Git client to clone a source repository.
', 'GetSpace' => 'Returns information about an space.
', 'GetSubscription' => 'Returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.
', 'GetUserDetails' => 'Returns information about a user.
', 'ListAccessTokens' => 'Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your Amazon Web Services Builder ID.
', 'ListDevEnvironmentSessions' => 'Retrieves a list of active sessions for a Dev Environment in a project.
', 'ListDevEnvironments' => 'Retrieves a list of Dev Environments in a project.
', 'ListEventLogs' => 'Retrieves a list of events that occurred during a specified time period in a space. You can use these events to audit user and system activity in a space.
', 'ListProjects' => 'Retrieves a list of projects.
', 'ListSourceRepositories' => 'Retrieves a list of source repositories in a project.
', 'ListSourceRepositoryBranches' => 'Retrieves a list of branches in a specified source repository.
', 'ListSpaces' => 'Retrieves a list of spaces.
', 'StartDevEnvironment' => 'Starts a specified Dev Environment and puts it into an active state.
', 'StartDevEnvironmentSession' => 'Starts a session for a specified Dev Environment.
', 'StopDevEnvironment' => 'Pauses a specified Dev Environment and places it in a non-running state. Stopped Dev Environments do not consume compute minutes.
', 'StopDevEnvironmentSession' => 'Stops a session for a specified Dev Environment.
', 'UpdateDevEnvironment' => 'Changes one or more values for a Dev Environment. Updating certain values of the Dev Environment will cause a restart.
', 'UpdateProject' => 'Changes one or more values for a project.
', 'UpdateSpace' => 'Changes one or more values for a space.
', 'VerifySession' => 'Verifies whether the calling user has a valid Amazon CodeCatalyst login and session. If successful, this returns the ID of the user in Amazon CodeCatalyst.
', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => 'The request was denied because you don\'t have sufficient access to perform this action. Verify that you are a member of a role that allows this action.
', 'refs' => [], ], 'AccessTokenId' => [ 'base' => NULL, 'refs' => [ 'AccessTokenSummary$id' => 'The system-generated ID of the personal access token.
', 'CreateAccessTokenResponse$accessTokenId' => 'The system-generated unique ID of the access token.
', 'DeleteAccessTokenRequest$id' => 'The ID of the personal access token to delete. You can find the IDs of all PATs associated with your Amazon Web Services Builder ID in a space by calling ListAccessTokens.
', ], ], 'AccessTokenName' => [ 'base' => NULL, 'refs' => [ 'AccessTokenSummary$name' => 'The friendly name of the personal access token.
', 'CreateAccessTokenRequest$name' => 'The friendly name of the personal access token.
', 'CreateAccessTokenResponse$name' => 'The friendly name of the personal access token.
', ], ], 'AccessTokenSecret' => [ 'base' => NULL, 'refs' => [ 'CreateAccessTokenResponse$secret' => 'The secret value of the personal access token.
', ], ], 'AccessTokenSummaries' => [ 'base' => NULL, 'refs' => [ 'ListAccessTokensResponse$items' => 'A list of personal access tokens (PATs) associated with the calling user identity.
', ], ], 'AccessTokenSummary' => [ 'base' => 'Information about a specified personal access token (PAT).
', 'refs' => [ 'AccessTokenSummaries$member' => NULL, ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'EmailAddress$verified' => 'Whether the email address has been verified.
', ], ], 'ClientToken' => [ 'base' => NULL, 'refs' => [ 'CreateDevEnvironmentRequest$clientToken' => 'A user-specified idempotency token. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.
', 'UpdateDevEnvironmentRequest$clientToken' => 'A user-specified idempotency token. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.
', 'UpdateDevEnvironmentResponse$clientToken' => 'A user-specified idempotency token. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.
', ], ], 'ComparisonOperator' => [ 'base' => NULL, 'refs' => [ 'ProjectListFilter$comparisonOperator' => 'The operator used to compare the fields.
', ], ], 'ConflictException' => [ 'base' => 'The request was denied because the requested operation would cause a conflict with the current state of a service resource associated with the request. Another user might have updated the resource. Reload, make sure you have the latest data, and then try again.
', 'refs' => [], ], 'CreateAccessTokenRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateAccessTokenResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateDevEnvironmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDevEnvironmentRequestAliasString' => [ 'base' => NULL, 'refs' => [ 'CreateDevEnvironmentRequest$alias' => 'The user-defined alias for a Dev Environment.
', ], ], 'CreateDevEnvironmentResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateProjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateProjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateSourceRepositoryBranchRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSourceRepositoryBranchResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateSourceRepositoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSourceRepositoryResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAccessTokenRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAccessTokenResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDevEnvironmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDevEnvironmentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSourceRepositoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSourceRepositoryResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSpaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSpaceResponse' => [ 'base' => NULL, 'refs' => [], ], 'DevEnvironmentAccessDetails' => [ 'base' => 'Information about connection details for a Dev Environment.
', 'refs' => [ 'StartDevEnvironmentSessionResponse$accessDetails' => NULL, ], ], 'DevEnvironmentRepositorySummaries' => [ 'base' => NULL, 'refs' => [ 'DevEnvironmentSummary$repositories' => 'Information about the repositories that will be cloned into the Dev Environment. If no rvalue is specified, no repository is cloned.
', 'GetDevEnvironmentResponse$repositories' => 'The source repository that contains the branch cloned into the Dev Environment.
', ], ], 'DevEnvironmentRepositorySummary' => [ 'base' => 'Information about the source repsitory for a Dev Environment.
', 'refs' => [ 'DevEnvironmentRepositorySummaries$member' => NULL, ], ], 'DevEnvironmentSessionConfiguration' => [ 'base' => 'Information about the configuration of a Dev Environment session.
', 'refs' => [ 'StartDevEnvironmentSessionRequest$sessionConfiguration' => NULL, ], ], 'DevEnvironmentSessionSummary' => [ 'base' => 'Information about active sessions for a Dev Environment.
', 'refs' => [ 'DevEnvironmentSessionsSummaryList$member' => NULL, ], ], 'DevEnvironmentSessionSummaryIdString' => [ 'base' => NULL, 'refs' => [ 'DevEnvironmentSessionSummary$id' => 'The system-generated unique ID of the Dev Environment session.
', ], ], 'DevEnvironmentSessionType' => [ 'base' => NULL, 'refs' => [ 'DevEnvironmentSessionConfiguration$sessionType' => 'The type of the session.
', ], ], 'DevEnvironmentSessionsSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListDevEnvironmentSessionsResponse$items' => 'Information about each session retrieved in the list.
', ], ], 'DevEnvironmentStatus' => [ 'base' => NULL, 'refs' => [ 'DevEnvironmentSummary$status' => 'The status of the Dev Environment.
', 'GetDevEnvironmentResponse$status' => 'The current status of the Dev Environment.
', 'StartDevEnvironmentResponse$status' => 'The status of the Dev Environment.
', 'StopDevEnvironmentResponse$status' => 'The status of the Dev Environment.
', ], ], 'DevEnvironmentSummary' => [ 'base' => 'Information about a Dev Environment.
', 'refs' => [ 'DevEnvironmentSummaryList$member' => NULL, ], ], 'DevEnvironmentSummaryAliasString' => [ 'base' => NULL, 'refs' => [ 'DevEnvironmentSummary$alias' => 'The user-specified alias for the Dev Environment.
', ], ], 'DevEnvironmentSummaryCreatorIdString' => [ 'base' => NULL, 'refs' => [ 'DevEnvironmentSummary$creatorId' => 'The system-generated unique ID of the user who created the Dev Environment.
', ], ], 'DevEnvironmentSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListDevEnvironmentsResponse$items' => 'Information about the Dev Environments in a project.
', ], ], 'EmailAddress' => [ 'base' => 'Information about an email address.
', 'refs' => [ 'GetUserDetailsResponse$primaryEmail' => 'The email address provided by the user when they signed up.
', ], ], 'EventLogEntries' => [ 'base' => NULL, 'refs' => [ 'ListEventLogsResponse$items' => 'Information about each event retrieved in the list.
', ], ], 'EventLogEntry' => [ 'base' => 'Information about an entry in an event log of Amazon CodeCatalyst activity.
', 'refs' => [ 'EventLogEntries$member' => NULL, ], ], 'EventPayload' => [ 'base' => 'Information about the payload of an event recording Amazon CodeCatalyst activity.
', 'refs' => [ 'EventLogEntry$requestPayload' => 'Information about the payload of the request.
', 'EventLogEntry$responsePayload' => 'Information about the payload of the response, if any.
', ], ], 'ExecuteCommandSessionConfiguration' => [ 'base' => 'Information about the commands that will be run on a Dev Environment when an SSH session begins.
', 'refs' => [ 'DevEnvironmentSessionConfiguration$executeCommandSessionConfiguration' => 'Information about optional commands that will be run on the Dev Environment when the SSH session begins.
', ], ], 'ExecuteCommandSessionConfigurationArguments' => [ 'base' => NULL, 'refs' => [ 'ExecuteCommandSessionConfiguration$arguments' => 'An array of arguments containing arguments and members.
', ], ], 'ExecuteCommandSessionConfigurationArgumentsMemberString' => [ 'base' => NULL, 'refs' => [ 'ExecuteCommandSessionConfigurationArguments$member' => NULL, ], ], 'ExecuteCommandSessionConfigurationCommandString' => [ 'base' => NULL, 'refs' => [ 'ExecuteCommandSessionConfiguration$command' => 'The command used at the beginning of the SSH session to a Dev Environment.
', ], ], 'Filter' => [ 'base' => 'Information about a filter used to limit results of a query.
', 'refs' => [ 'Filters$member' => NULL, ], ], 'FilterKey' => [ 'base' => NULL, 'refs' => [ 'ProjectListFilter$key' => 'A key that can be used to sort results.
', ], ], 'Filters' => [ 'base' => NULL, 'refs' => [ 'ListDevEnvironmentsRequest$filters' => 'Information about filters to apply to narrow the results returned in the list.
', ], ], 'GetDevEnvironmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDevEnvironmentResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDevEnvironmentResponseAliasString' => [ 'base' => NULL, 'refs' => [ 'GetDevEnvironmentResponse$alias' => 'The user-specified alias for the Dev Environment.
', ], ], 'GetDevEnvironmentResponseCreatorIdString' => [ 'base' => NULL, 'refs' => [ 'GetDevEnvironmentResponse$creatorId' => 'The system-generated unique ID of the user who created the Dev Environment.
', ], ], 'GetProjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetProjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSourceRepositoryCloneUrlsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSourceRepositoryCloneUrlsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSourceRepositoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSourceRepositoryResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSpaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSpaceResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSubscriptionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSubscriptionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetUserDetailsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetUserDetailsRequestIdString' => [ 'base' => NULL, 'refs' => [ 'GetUserDetailsRequest$id' => 'The system-generated unique ID of the user.
', ], ], 'GetUserDetailsRequestUserNameString' => [ 'base' => NULL, 'refs' => [ 'GetUserDetailsRequest$userName' => 'The name of the user as displayed in Amazon CodeCatalyst.
', ], ], 'GetUserDetailsResponse' => [ 'base' => NULL, 'refs' => [], ], 'Ide' => [ 'base' => 'Information about an integrated development environment (IDE) used in a Dev Environment.
', 'refs' => [ 'Ides$member' => NULL, ], ], 'IdeConfiguration' => [ 'base' => 'Information about the configuration of an integrated development environment (IDE) for a Dev Environment.
', 'refs' => [ 'IdeConfigurationList$member' => NULL, ], ], 'IdeConfigurationList' => [ 'base' => NULL, 'refs' => [ 'CreateDevEnvironmentRequest$ides' => 'Information about the integrated development environment (IDE) configured for a Dev Environment.
An IDE is required to create a Dev Environment. For Dev Environment creation, this field contains configuration information and must be provided.
Information about the integrated development environment (IDE) configured for a Dev Environment.
', 'UpdateDevEnvironmentRequest$ides' => 'Information about the integrated development environment (IDE) configured for a Dev Environment.
', 'UpdateDevEnvironmentResponse$ides' => 'Information about the integrated development environment (IDE) configured for the Dev Environment.
', ], ], 'IdeConfigurationNameString' => [ 'base' => NULL, 'refs' => [ 'IdeConfiguration$name' => 'The name of the IDE. Valid values include Cloud9
, IntelliJ
, PyCharm
, GoLand
, and VSCode
.
A link to the IDE runtime image.
This parameter is not required for VSCode
.
The name of the IDE.
', ], ], 'IdeRuntimeString' => [ 'base' => NULL, 'refs' => [ 'Ide$runtime' => 'A link to the IDE runtime image.
', ], ], 'Ides' => [ 'base' => NULL, 'refs' => [ 'DevEnvironmentSummary$ides' => 'Information about the integrated development environment (IDE) configured for a Dev Environment.
', 'GetDevEnvironmentResponse$ides' => 'Information about the integrated development environment (IDE) configured for the Dev Environment.
', ], ], 'InactivityTimeoutMinutes' => [ 'base' => NULL, 'refs' => [ 'CreateDevEnvironmentRequest$inactivityTimeoutMinutes' => 'The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.
', 'DevEnvironmentSummary$inactivityTimeoutMinutes' => 'The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Dev Environments consume compute minutes when running.
', 'GetDevEnvironmentResponse$inactivityTimeoutMinutes' => 'The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
', 'StartDevEnvironmentRequest$inactivityTimeoutMinutes' => 'The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.
', 'UpdateDevEnvironmentRequest$inactivityTimeoutMinutes' => 'The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.
Changing this value will cause a restart of the Dev Environment if it is running.
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
', ], ], 'InstanceType' => [ 'base' => NULL, 'refs' => [ 'CreateDevEnvironmentRequest$instanceType' => 'The Amazon EC2 instace type to use for the Dev Environment.
', 'DevEnvironmentSummary$instanceType' => 'The Amazon EC2 instace type used for the Dev Environment.
', 'GetDevEnvironmentResponse$instanceType' => 'The Amazon EC2 instace type to use for the Dev Environment.
', 'StartDevEnvironmentRequest$instanceType' => 'The Amazon EC2 instace type to use for the Dev Environment.
', 'UpdateDevEnvironmentRequest$instanceType' => 'The Amazon EC2 instace type to use for the Dev Environment.
Changing this value will cause a restart of the Dev Environment if it is running.
The Amazon EC2 instace type to use for the Dev Environment.
', ], ], 'ListAccessTokensRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAccessTokensRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListAccessTokensRequest$maxResults' => 'The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken
element, which you can use to obtain additional results.
A token returned from a call to this API to indicate the next batch of results to return, if any.
', ], ], 'ListAccessTokensResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDevEnvironmentSessionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDevEnvironmentSessionsRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListDevEnvironmentSessionsRequest$maxResults' => 'The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken
element, which you can use to obtain additional results.
A token returned from a call to this API to indicate the next batch of results to return, if any.
', ], ], 'ListDevEnvironmentSessionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDevEnvironmentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDevEnvironmentsRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListDevEnvironmentsRequest$maxResults' => 'The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken
element, which you can use to obtain additional results.
A token returned from a call to this API to indicate the next batch of results to return, if any.
', ], ], 'ListDevEnvironmentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListEventLogsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListEventLogsRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListEventLogsRequest$maxResults' => 'The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken
element, which you can use to obtain additional results.
A token returned from a call to this API to indicate the next batch of results to return, if any.
', ], ], 'ListEventLogsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListProjectsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListProjectsRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListProjectsRequest$maxResults' => 'The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken
element, which you can use to obtain additional results.
A token returned from a call to this API to indicate the next batch of results to return, if any.
', ], ], 'ListProjectsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSourceRepositoriesItem' => [ 'base' => 'Information about a source repository returned in a list of source repositories.
', 'refs' => [ 'ListSourceRepositoriesItems$member' => NULL, ], ], 'ListSourceRepositoriesItems' => [ 'base' => NULL, 'refs' => [ 'ListSourceRepositoriesResponse$items' => 'Information about the source repositories.
', ], ], 'ListSourceRepositoriesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSourceRepositoriesRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListSourceRepositoriesRequest$maxResults' => 'The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken
element, which you can use to obtain additional results.
A token returned from a call to this API to indicate the next batch of results to return, if any.
', ], ], 'ListSourceRepositoriesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSourceRepositoryBranchesItem' => [ 'base' => 'Information about a branch of a source repository returned in a list of branches.
', 'refs' => [ 'ListSourceRepositoryBranchesItems$member' => NULL, ], ], 'ListSourceRepositoryBranchesItems' => [ 'base' => NULL, 'refs' => [ 'ListSourceRepositoryBranchesResponse$items' => 'Information about the source branches.
', ], ], 'ListSourceRepositoryBranchesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSourceRepositoryBranchesRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListSourceRepositoryBranchesRequest$maxResults' => 'The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken
element, which you can use to obtain additional results.
A token returned from a call to this API to indicate the next batch of results to return, if any.
', ], ], 'ListSourceRepositoryBranchesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSpacesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSpacesRequestNextTokenString' => [ 'base' => NULL, 'refs' => [ 'ListSpacesRequest$nextToken' => 'A token returned from a call to this API to indicate the next batch of results to return, if any.
', ], ], 'ListSpacesResponse' => [ 'base' => NULL, 'refs' => [], ], 'NameString' => [ 'base' => NULL, 'refs' => [ 'CreateDevEnvironmentRequest$spaceName' => 'The name of the space.
', 'CreateDevEnvironmentRequest$projectName' => 'The name of the project in the space.
', 'CreateDevEnvironmentResponse$spaceName' => 'The name of the space.
', 'CreateDevEnvironmentResponse$projectName' => 'The name of the project in the space.
', 'CreateProjectRequest$spaceName' => 'The name of the space.
', 'CreateProjectResponse$spaceName' => 'The name of the space.
', 'CreateProjectResponse$name' => 'The name of the project in the space.
', 'CreateSourceRepositoryBranchRequest$spaceName' => 'The name of the space.
', 'CreateSourceRepositoryBranchRequest$projectName' => 'The name of the project in the space.
', 'CreateSourceRepositoryRequest$spaceName' => 'The name of the space.
', 'CreateSourceRepositoryRequest$projectName' => 'The name of the project in the space.
', 'CreateSourceRepositoryResponse$spaceName' => 'The name of the space.
', 'CreateSourceRepositoryResponse$projectName' => 'The name of the project in the space.
', 'DeleteDevEnvironmentRequest$spaceName' => 'The name of the space.
', 'DeleteDevEnvironmentRequest$projectName' => 'The name of the project in the space.
', 'DeleteDevEnvironmentResponse$spaceName' => 'The name of the space.
', 'DeleteDevEnvironmentResponse$projectName' => 'The name of the project in the space.
', 'DeleteProjectRequest$spaceName' => 'The name of the space.
', 'DeleteProjectRequest$name' => 'The name of the project in the space. To retrieve a list of project names, use ListProjects.
', 'DeleteProjectResponse$spaceName' => 'The name of the space.
', 'DeleteProjectResponse$name' => 'The name of the project in the space.
', 'DeleteSourceRepositoryRequest$spaceName' => 'The name of the space.
', 'DeleteSourceRepositoryRequest$projectName' => 'The name of the project in the space.
', 'DeleteSourceRepositoryResponse$spaceName' => 'The name of the space.
', 'DeleteSourceRepositoryResponse$projectName' => 'The name of the project in the space.
', 'DeleteSpaceRequest$name' => 'The name of the space. To retrieve a list of space names, use ListSpaces.
', 'DeleteSpaceResponse$name' => 'The name of the space.
', 'DevEnvironmentSessionSummary$spaceName' => 'The name of the space.
', 'DevEnvironmentSessionSummary$projectName' => 'The name of the project in the space.
', 'DevEnvironmentSummary$spaceName' => 'The name of the space.
', 'DevEnvironmentSummary$projectName' => 'The name of the project in the space.
', 'GetDevEnvironmentRequest$spaceName' => 'The name of the space.
', 'GetDevEnvironmentRequest$projectName' => 'The name of the project in the space.
', 'GetDevEnvironmentResponse$spaceName' => 'The name of the space.
', 'GetDevEnvironmentResponse$projectName' => 'The name of the project in the space.
', 'GetProjectRequest$spaceName' => 'The name of the space.
', 'GetProjectRequest$name' => 'The name of the project in the space.
', 'GetProjectResponse$spaceName' => 'The name of the space.
', 'GetSourceRepositoryCloneUrlsRequest$spaceName' => 'The name of the space.
', 'GetSourceRepositoryCloneUrlsRequest$projectName' => 'The name of the project in the space.
', 'GetSourceRepositoryRequest$spaceName' => 'The name of the space.
', 'GetSourceRepositoryRequest$projectName' => 'The name of the project in the space.
', 'GetSourceRepositoryResponse$spaceName' => 'The name of the space.
', 'GetSourceRepositoryResponse$projectName' => 'The name of the project in the space.
', 'GetSpaceRequest$name' => 'The name of the space.
', 'GetSpaceResponse$name' => 'The name of the space.
', 'GetSubscriptionRequest$spaceName' => 'The name of the space.
', 'GetSubscriptionResponse$awsAccountName' => 'The display name of the Amazon Web Services account used for billing for the space.
', 'ListDevEnvironmentSessionsRequest$spaceName' => 'The name of the space.
', 'ListDevEnvironmentSessionsRequest$projectName' => 'The name of the project in the space.
', 'ListDevEnvironmentsRequest$spaceName' => 'The name of the space.
', 'ListDevEnvironmentsRequest$projectName' => 'The name of the project in the space.
', 'ListEventLogsRequest$spaceName' => 'The name of the space.
', 'ListProjectsRequest$spaceName' => 'The name of the space.
', 'ListSourceRepositoriesRequest$spaceName' => 'The name of the space.
', 'ListSourceRepositoriesRequest$projectName' => 'The name of the project in the space.
', 'ListSourceRepositoryBranchesRequest$spaceName' => 'The name of the space.
', 'ListSourceRepositoryBranchesRequest$projectName' => 'The name of the project in the space.
', 'SpaceSummary$name' => 'The name of the space.
', 'StartDevEnvironmentRequest$spaceName' => 'The name of the space.
', 'StartDevEnvironmentRequest$projectName' => 'The name of the project in the space.
', 'StartDevEnvironmentResponse$spaceName' => 'The name of the space.
', 'StartDevEnvironmentResponse$projectName' => 'The name of the project in the space.
', 'StartDevEnvironmentSessionRequest$spaceName' => 'The name of the space.
', 'StartDevEnvironmentSessionRequest$projectName' => 'The name of the project in the space.
', 'StartDevEnvironmentSessionResponse$spaceName' => 'The name of the space.
', 'StartDevEnvironmentSessionResponse$projectName' => 'The name of the project in the space.
', 'StopDevEnvironmentRequest$spaceName' => 'The name of the space.
', 'StopDevEnvironmentRequest$projectName' => 'The name of the project in the space.
', 'StopDevEnvironmentResponse$spaceName' => 'The name of the space.
', 'StopDevEnvironmentResponse$projectName' => 'The name of the project in the space.
', 'StopDevEnvironmentSessionRequest$spaceName' => 'The name of the space.
', 'StopDevEnvironmentSessionRequest$projectName' => 'The name of the project in the space.
', 'StopDevEnvironmentSessionResponse$spaceName' => 'The name of the space.
', 'StopDevEnvironmentSessionResponse$projectName' => 'The name of the project in the space.
', 'UpdateDevEnvironmentRequest$spaceName' => 'The name of the space.
', 'UpdateDevEnvironmentRequest$projectName' => 'The name of the project in the space.
', 'UpdateDevEnvironmentResponse$spaceName' => 'The name of the space.
', 'UpdateDevEnvironmentResponse$projectName' => 'The name of the project in the space.
', 'UpdateProjectRequest$spaceName' => 'The name of the space.
', 'UpdateProjectRequest$name' => 'The name of the project.
', 'UpdateProjectResponse$spaceName' => 'The name of the space.
', 'UpdateProjectResponse$name' => 'The name of the project.
', 'UpdateSpaceRequest$name' => 'The name of the space.
', 'UpdateSpaceResponse$name' => 'The name of the space.
', ], ], 'OperationType' => [ 'base' => NULL, 'refs' => [ 'EventLogEntry$operationType' => 'The type of the event.
', ], ], 'PersistentStorage' => [ 'base' => 'Information about the persistent storage for a Dev Environment.
', 'refs' => [ 'DevEnvironmentSummary$persistentStorage' => 'Information about the configuration of persistent storage for the Dev Environment.
', 'GetDevEnvironmentResponse$persistentStorage' => 'Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage.
', ], ], 'PersistentStorageConfiguration' => [ 'base' => 'Information about the configuration of persistent storage for a Dev Environment.
', 'refs' => [ 'CreateDevEnvironmentRequest$persistentStorage' => 'Information about the amount of storage allocated to the Dev Environment.
By default, a Dev Environment is configured to have 16GB of persistent storage when created from the Amazon CodeCatalyst console, but there is no default when programmatically creating a Dev Environment. Valid values for persistent storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.
The size of the persistent storage in gigabytes (specifically GiB).
Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.
The size of the persistent storage in gigabytes (specifically GiB).
Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.
The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.
', 'UpdateProjectRequest$description' => 'The description of the project.
', ], ], 'ProjectDisplayName' => [ 'base' => NULL, 'refs' => [ 'CreateProjectRequest$displayName' => 'The friendly name of the project that will be displayed to users.
', ], ], 'ProjectInformation' => [ 'base' => 'Information about a project in a space.
', 'refs' => [ 'EventLogEntry$projectInformation' => 'Information about the project where the event occurred.
', ], ], 'ProjectListFilter' => [ 'base' => 'nformation about the filter used to narrow the results returned in a list of projects.
', 'refs' => [ 'ProjectListFilters$member' => NULL, ], ], 'ProjectListFilters' => [ 'base' => NULL, 'refs' => [ 'ListProjectsRequest$filters' => 'Information about filters to apply to narrow the results returned in the list.
', ], ], 'ProjectSummaries' => [ 'base' => NULL, 'refs' => [ 'ListProjectsResponse$items' => 'Information about the projects.
', ], ], 'ProjectSummary' => [ 'base' => 'Information about a project.
', 'refs' => [ 'ProjectSummaries$member' => NULL, ], ], 'RegionString' => [ 'base' => NULL, 'refs' => [ 'GetSpaceResponse$regionName' => 'The Amazon Web Services Region where the space exists.
', 'SpaceSummary$regionName' => 'The Amazon Web Services Region where the space exists.
', ], ], 'RepositoriesInput' => [ 'base' => NULL, 'refs' => [ 'CreateDevEnvironmentRequest$repositories' => 'The source repository that contains the branch to clone into the Dev Environment.
', ], ], 'RepositoryInput' => [ 'base' => 'Information about a repository that will be cloned to a Dev Environment.
', 'refs' => [ 'RepositoriesInput$member' => NULL, ], ], 'ResourceNotFoundException' => [ 'base' => 'The request was denied because the specified resource was not found. Verify that the spelling is correct and that you have access to the resource.
', 'refs' => [], ], 'SensitiveString' => [ 'base' => NULL, 'refs' => [ 'DevEnvironmentAccessDetails$streamUrl' => 'The URL used to send commands to and from the Dev Environment.
', 'DevEnvironmentAccessDetails$tokenValue' => 'An encrypted token value that contains session and caller information used to authenticate the connection.
', ], ], 'ServiceQuotaExceededException' => [ 'base' => 'The request was denied because one or more resources has reached its limits for the tier the space belongs to. Either reduce the number of resources, or change the tier if applicable.
', 'refs' => [], ], 'SourceRepositoryBranchRefString' => [ 'base' => NULL, 'refs' => [ 'CreateSourceRepositoryBranchResponse$ref' => 'The Git reference name of the branch.
', 'ListSourceRepositoryBranchesItem$ref' => 'The Git reference name of the branch.
', ], ], 'SourceRepositoryBranchString' => [ 'base' => NULL, 'refs' => [ 'CreateSourceRepositoryBranchRequest$name' => 'The name for the branch you\'re creating.
', 'CreateSourceRepositoryBranchResponse$name' => 'The name of the newly created branch.
', 'DevEnvironmentRepositorySummary$branchName' => 'The name of the branch in a source repository cloned into the Dev Environment.
', 'ListSourceRepositoryBranchesItem$name' => 'The name of the branch.
', 'RepositoryInput$branchName' => 'The name of the branch in a source repository.
', ], ], 'SourceRepositoryDescriptionString' => [ 'base' => NULL, 'refs' => [ 'CreateSourceRepositoryRequest$description' => 'The description of the source repository.
', 'CreateSourceRepositoryResponse$description' => 'The description of the source repository.
', 'GetSourceRepositoryResponse$description' => 'The description of the source repository.
', 'ListSourceRepositoriesItem$description' => 'The description of the repository, if any.
', ], ], 'SourceRepositoryIdString' => [ 'base' => NULL, 'refs' => [ 'ListSourceRepositoriesItem$id' => 'The system-generated unique ID of the source repository.
', ], ], 'SourceRepositoryNameString' => [ 'base' => NULL, 'refs' => [ 'CreateSourceRepositoryBranchRequest$sourceRepositoryName' => 'The name of the repository where you want to create a branch.
', 'CreateSourceRepositoryRequest$name' => 'The name of the source repository. For more information about name requirements, see Quotas for source repositories.
', 'CreateSourceRepositoryResponse$name' => 'The name of the source repository.
', 'DeleteSourceRepositoryRequest$name' => 'The name of the source repository.
', 'DeleteSourceRepositoryResponse$name' => 'The name of the repository.
', 'DevEnvironmentRepositorySummary$repositoryName' => 'The name of the source repository.
', 'GetSourceRepositoryCloneUrlsRequest$sourceRepositoryName' => 'The name of the source repository.
', 'GetSourceRepositoryRequest$name' => 'The name of the source repository.
', 'GetSourceRepositoryResponse$name' => 'The name of the source repository.
', 'ListSourceRepositoriesItem$name' => 'The name of the source repository.
', 'ListSourceRepositoryBranchesRequest$sourceRepositoryName' => 'The name of the source repository.
', 'RepositoryInput$repositoryName' => 'The name of the source repository.
', ], ], 'SpaceDescription' => [ 'base' => NULL, 'refs' => [ 'UpdateSpaceRequest$description' => 'The description of the space.
', ], ], 'SpaceSummaries' => [ 'base' => NULL, 'refs' => [ 'ListSpacesResponse$items' => 'Information about the spaces.
', ], ], 'SpaceSummary' => [ 'base' => 'Information about an space.
', 'refs' => [ 'SpaceSummaries$member' => NULL, ], ], 'StartDevEnvironmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartDevEnvironmentResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartDevEnvironmentSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartDevEnvironmentSessionResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartDevEnvironmentSessionResponseSessionIdString' => [ 'base' => NULL, 'refs' => [ 'StartDevEnvironmentSessionResponse$sessionId' => 'The system-generated unique ID of the Dev Environment session.
', ], ], 'StatusReason' => [ 'base' => NULL, 'refs' => [ 'DevEnvironmentSummary$statusReason' => 'The reason for the status.
', 'GetDevEnvironmentResponse$statusReason' => 'The reason for the status.
', ], ], 'StopDevEnvironmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopDevEnvironmentResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopDevEnvironmentSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopDevEnvironmentSessionRequestSessionIdString' => [ 'base' => NULL, 'refs' => [ 'StopDevEnvironmentSessionRequest$sessionId' => 'The system-generated unique ID of the Dev Environment session. This ID is returned by StartDevEnvironmentSession.
', ], ], 'StopDevEnvironmentSessionResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopDevEnvironmentSessionResponseSessionIdString' => [ 'base' => NULL, 'refs' => [ 'StopDevEnvironmentSessionResponse$sessionId' => 'The system-generated unique ID of the Dev Environment session.
', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$message' => NULL, 'ConflictException$message' => NULL, 'CreateProjectResponse$displayName' => 'The friendly name of the project.
', 'CreateProjectResponse$description' => 'The description of the project.
', 'CreateSourceRepositoryBranchRequest$headCommitId' => 'The commit ID in an existing branch from which you want to create the new branch.
', 'CreateSourceRepositoryBranchResponse$headCommitId' => 'The commit ID of the tip of the newly created branch.
', 'DeleteProjectResponse$displayName' => 'The friendly name displayed to users of the project in Amazon CodeCatalyst.
', 'DeleteSpaceResponse$displayName' => 'The friendly name of the space displayed to users of the space in Amazon CodeCatalyst.
', 'EmailAddress$email' => 'The email address.
', 'EventLogEntry$id' => 'The system-generated unique ID of the event.
', 'EventLogEntry$eventName' => 'The name of the event.
', 'EventLogEntry$eventType' => 'The type of the event.
', 'EventLogEntry$eventCategory' => 'The category for the event.
', 'EventLogEntry$eventSource' => 'The source of the event.
', 'EventLogEntry$requestId' => 'The system-generated unique ID of the request.
', 'EventLogEntry$errorCode' => 'The code of the error, if any.
', 'EventLogEntry$sourceIpAddress' => 'The IP address of the user whose actions are recorded in the event.
', 'EventLogEntry$userAgent' => 'The user agent whose actions are recorded in the event.
', 'EventPayload$contentType' => 'The type of content in the event payload.
', 'EventPayload$data' => 'The data included in the event payload.
', 'Filter$key' => 'A key that can be used to sort results.
', 'Filter$comparisonOperator' => 'The operator used to compare the fields.
', 'GetProjectResponse$name' => 'The name of the project in the space.
', 'GetProjectResponse$displayName' => 'The friendly name of the project displayed to users in Amazon CodeCatalyst.
', 'GetProjectResponse$description' => 'The description of the project.
', 'GetSourceRepositoryCloneUrlsResponse$https' => 'The HTTPS URL to use when cloning the source repository.
', 'GetSpaceResponse$displayName' => 'The friendly name of the space displayed to users.
', 'GetSpaceResponse$description' => 'The description of the space.
', 'GetSubscriptionResponse$subscriptionType' => 'The type of the billing plan for the space.
', 'GetUserDetailsResponse$userId' => 'The system-generated unique ID of the user.
', 'GetUserDetailsResponse$userName' => 'The name of the user as displayed in Amazon CodeCatalyst.
', 'GetUserDetailsResponse$displayName' => 'The friendly name displayed for the user in Amazon CodeCatalyst.
', 'GetUserDetailsResponse$version' => '', 'ListAccessTokensResponse$nextToken' => 'A token returned from a call to this API to indicate the next batch of results to return, if any.
', 'ListDevEnvironmentSessionsResponse$nextToken' => 'A token returned from a call to this API to indicate the next batch of results to return, if any.
', 'ListDevEnvironmentsResponse$nextToken' => 'A token returned from a call to this API to indicate the next batch of results to return, if any.
', 'ListEventLogsRequest$eventName' => 'The name of the event.
', 'ListEventLogsResponse$nextToken' => 'A token returned from a call to this API to indicate the next batch of results to return, if any.
', 'ListProjectsResponse$nextToken' => 'A token returned from a call to this API to indicate the next batch of results to return, if any.
', 'ListSourceRepositoriesResponse$nextToken' => 'A token returned from a call to this API to indicate the next batch of results to return, if any.
', 'ListSourceRepositoryBranchesItem$headCommitId' => 'The commit ID of the tip of the branch at the time of the request, also known as the head commit.
', 'ListSourceRepositoryBranchesResponse$nextToken' => 'A token returned from a call to this API to indicate the next batch of results to return, if any.
', 'ListSpacesResponse$nextToken' => 'A token returned from a call to this API to indicate the next batch of results to return, if any.
', 'ProjectInformation$name' => 'The name of the project in the space.
', 'ProjectInformation$projectId' => 'The system-generated unique ID of the project.
', 'ProjectSummary$name' => 'The name of the project in the space.
', 'ProjectSummary$displayName' => 'The friendly name displayed to users of the project in Amazon CodeCatalyst.
', 'ProjectSummary$description' => 'The description of the project.
', 'ResourceNotFoundException$message' => NULL, 'ServiceQuotaExceededException$message' => NULL, 'SpaceSummary$displayName' => 'The friendly name of the space displayed to users.
', 'SpaceSummary$description' => 'The description of the space.
', 'StringList$member' => NULL, 'ThrottlingException$message' => NULL, 'UpdateProjectResponse$displayName' => 'The friendly name of the project displayed to users in Amazon CodeCatalyst.
', 'UpdateProjectResponse$description' => 'The description of the project.
', 'UpdateSpaceResponse$displayName' => 'The friendly name of the space displayed to users in Amazon CodeCatalyst.
', 'UpdateSpaceResponse$description' => 'The description of the space.
', 'UserIdentity$principalId' => 'The ID of the Amazon CodeCatalyst service principal.
', 'UserIdentity$userName' => 'The display name of the user in Amazon CodeCatalyst.
', 'UserIdentity$awsAccountId' => 'The Amazon Web Services account number of the user in Amazon Web Services, if any.
', 'ValidationException$message' => NULL, ], ], 'StringList' => [ 'base' => NULL, 'refs' => [ 'Filter$values' => 'The values of the key.
', 'ProjectListFilter$values' => 'The values of the key.
', ], ], 'SyntheticTimestamp_date_time' => [ 'base' => NULL, 'refs' => [ 'AccessTokenSummary$expiresTime' => 'The date and time when the personal access token will expire, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
', 'CreateAccessTokenRequest$expiresTime' => 'The date and time the personal access token expires, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
', 'CreateAccessTokenResponse$expiresTime' => 'The date and time the personal access token expires, in coordinated universal time (UTC) timestamp format as specified in RFC 3339. If not specified, the default is one year from creation.
', 'CreateSourceRepositoryBranchResponse$lastUpdatedTime' => 'The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
', 'DevEnvironmentSessionSummary$startedTime' => 'The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
', 'DevEnvironmentSummary$lastUpdatedTime' => 'The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
', 'EventLogEntry$eventTime' => 'The time the event took place, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
', 'GetDevEnvironmentResponse$lastUpdatedTime' => 'The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
', 'ListEventLogsRequest$startTime' => 'The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
', 'ListEventLogsRequest$endTime' => 'The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
', 'ListSourceRepositoryBranchesItem$lastUpdatedTime' => 'The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
', ], ], 'ThrottlingException' => [ 'base' => 'The request was denied due to request throttling.
', 'refs' => [], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'GetSourceRepositoryResponse$lastUpdatedTime' => 'The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
', 'GetSourceRepositoryResponse$createdTime' => 'The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
', 'ListSourceRepositoriesItem$lastUpdatedTime' => 'The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
', 'ListSourceRepositoriesItem$createdTime' => 'The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
', ], ], 'UpdateDevEnvironmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDevEnvironmentRequestAliasString' => [ 'base' => NULL, 'refs' => [ 'UpdateDevEnvironmentRequest$alias' => 'The user-specified alias for the Dev Environment. Changing this value will not cause a restart.
', ], ], 'UpdateDevEnvironmentResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDevEnvironmentResponseAliasString' => [ 'base' => NULL, 'refs' => [ 'UpdateDevEnvironmentResponse$alias' => 'The user-specified alias for the Dev Environment.
', ], ], 'UpdateProjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateProjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSpaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSpaceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UserIdentity' => [ 'base' => 'Information about a user whose activity is recorded in an event for a space.
', 'refs' => [ 'EventLogEntry$userIdentity' => 'The system-generated unique ID of the user whose actions are recorded in the event.
', ], ], 'UserType' => [ 'base' => NULL, 'refs' => [ 'UserIdentity$userType' => 'The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.
', ], ], 'Uuid' => [ 'base' => NULL, 'refs' => [ 'CreateDevEnvironmentResponse$id' => 'The system-generated unique ID of the Dev Environment.
', 'DeleteDevEnvironmentRequest$id' => 'The system-generated unique ID of the Dev Environment you want to delete. To retrieve a list of Dev Environment IDs, use ListDevEnvironments.
', 'DeleteDevEnvironmentResponse$id' => 'The system-generated unique ID of the deleted Dev Environment.
', 'DevEnvironmentSessionSummary$devEnvironmentId' => 'The system-generated unique ID of the Dev Environment.
', 'DevEnvironmentSummary$id' => 'The system-generated unique ID for the Dev Environment.
', 'GetDevEnvironmentRequest$id' => 'The system-generated unique ID of the Dev Environment for which you want to view information. To retrieve a list of Dev Environment IDs, use ListDevEnvironments.
', 'GetDevEnvironmentResponse$id' => 'The system-generated unique ID of the Dev Environment.
', 'ListDevEnvironmentSessionsRequest$devEnvironmentId' => 'The system-generated unique ID of the Dev Environment.
', 'StartDevEnvironmentRequest$id' => 'The system-generated unique ID of the Dev Environment.
', 'StartDevEnvironmentResponse$id' => 'The system-generated unique ID of the Dev Environment.
', 'StartDevEnvironmentSessionRequest$id' => 'The system-generated unique ID of the Dev Environment.
', 'StartDevEnvironmentSessionResponse$id' => 'The system-generated unique ID of the Dev Environment.
', 'StopDevEnvironmentRequest$id' => 'The system-generated unique ID of the Dev Environment.
', 'StopDevEnvironmentResponse$id' => 'The system-generated unique ID of the Dev Environment.
', 'StopDevEnvironmentSessionRequest$id' => 'The system-generated unique ID of the Dev Environment. To obtain this ID, use ListDevEnvironments.
', 'StopDevEnvironmentSessionResponse$id' => 'The system-generated unique ID of the Dev Environment.
', 'UpdateDevEnvironmentRequest$id' => 'The system-generated unique ID of the Dev Environment.
', 'UpdateDevEnvironmentResponse$id' => 'The system-generated unique ID of the Dev Environment.
', ], ], 'ValidationException' => [ 'base' => 'The request was denied because an input failed to satisfy the constraints specified by the service. Check the spelling and input requirements, and then try again.
', 'refs' => [], ], 'VerifySessionResponse' => [ 'base' => NULL, 'refs' => [], ], 'VerifySessionResponseIdentityString' => [ 'base' => NULL, 'refs' => [ 'VerifySessionResponse$identity' => 'The system-generated unique ID of the user in Amazon CodeCatalyst.
', ], ], ],];