@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSProton
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSProton
instead.
This is the AWS Proton Service API Reference. It provides descriptions, syntax and usage examples for each of the actions and data types for the AWS Proton service.
The documentation for each action shows the Query API request parameters and the XML response.
Alternatively, you can use the AWS CLI to access an API. For more information, see the AWS Command Line Interface User Guide.
The AWS Proton service is a two-pronged automation framework. Administrators create service templates to provide standardized infrastructure and deployment tooling for serverless and container based applications. Developers, in turn, select from the available service templates to automate their application or service deployments.
Because administrators define the infrastructure and tooling that AWS Proton deploys and manages, they need permissions to use all of the listed API operations.
When developers select a specific infrastructure and tooling set, AWS Proton deploys their applications. To monitor their applications that are running on AWS Proton, developers need permissions to the service create, list, update and delete API operations and the service instance list and update API operations.
To learn more about AWS Proton administration, see the AWS Proton Administrator Guide.
To learn more about deploying serverless and containerized applications on AWS Proton, see the AWS Proton User Guide.
Ensuring Idempotency
When you make a mutating API request, the request typically returns a result before the asynchronous workflows of the operation are complete. Operations might also time out or encounter other server issues before they're complete, even if the request already returned a result. This might make it difficult to determine whether the request succeeded. Moreover, you might need to retry the request multiple times to ensure that the operation completes successfully. However, if the original request and the subsequent retries are successful, the operation occurs multiple times. This means that you might create more resources than you intended.
Idempotency ensures that an API request action completes no more than one time. With an idempotent request, if the original request action completes successfully, any subsequent retries complete successfully without performing any further actions. However, the result might contain updated information, such as the current creation status.
The following lists of APIs are grouped according to methods that ensure idempotency.
Idempotent create APIs with a client token
The API actions in this list support idempotency with the use of a client token. The corresponding AWS CLI commands also support idempotency using a client token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request using one of these actions, specify a client token in the request. We recommend that you don't reuse the same client token for other API requests. If you don’t provide a client token for these APIs, a default client token is automatically provided by SDKs.
Given a request action that has succeeded:
If you retry the request using the same client token and the same parameters, the retry succeeds without performing any further actions other than returning the original resource detail data in the response.
If you retry the request using the same client token, but one or more of the parameters are different, the retry
throws a ValidationException
with an IdempotentParameterMismatch
error.
Client tokens expire eight hours after a request is made. If you retry the request with the expired token, a new resource is created.
If the original resource is deleted and you retry the request, a new resource is created.
Idempotent create APIs with a client token:
CreateEnvironmentTemplateVersion
CreateServiceTemplateVersion
CreateEnvironmentAccountConnection
Idempotent create APIs
Given a request action that has succeeded:
If you retry the request with an API from this group, and the original resource hasn't been modified, the retry succeeds without performing any further actions other than returning the original resource detail data in the response.
If the original resource has been modified, the retry throws a ConflictException
.
If you retry with different input parameters, the retry throws a ValidationException
with an
IdempotentParameterMismatch
error.
Idempotent create APIs:
CreateEnvironmentTemplate
CreateServiceTemplate
CreateEnvironment
CreateService
Idempotent delete APIs
Given a request action that has succeeded:
When you retry the request with an API from this group and the resource was deleted, its metadata is returned in the response.
If you retry and the resource doesn't exist, the response is empty.
In both cases, the retry succeeds.
Idempotent delete APIs:
DeleteEnvironmentTemplate
DeleteEnvironmentTemplateVersion
DeleteServiceTemplate
DeleteServiceTemplateVersion
DeleteEnvironmentAccountConnection
Asynchronous idempotent delete APIs
Given a request action that has succeeded:
If you retry the request with an API from this group, if the original request delete operation status is
DELETE_IN_PROGRESS
, the retry returns the resource detail data in the response without performing any
further actions.
If the original request delete operation is complete, a retry returns an empty response.
Asynchronous idempotent delete APIs:
DeleteEnvironment
DeleteService
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
AcceptEnvironmentAccountConnectionResult |
acceptEnvironmentAccountConnection(AcceptEnvironmentAccountConnectionRequest acceptEnvironmentAccountConnectionRequest)
In a management account, an environment account connection request is accepted.
|
CancelEnvironmentDeploymentResult |
cancelEnvironmentDeployment(CancelEnvironmentDeploymentRequest cancelEnvironmentDeploymentRequest)
Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment is
IN_PROGRESS . |
CancelServiceInstanceDeploymentResult |
cancelServiceInstanceDeployment(CancelServiceInstanceDeploymentRequest cancelServiceInstanceDeploymentRequest)
Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment is
IN_PROGRESS . |
CancelServicePipelineDeploymentResult |
cancelServicePipelineDeployment(CancelServicePipelineDeploymentRequest cancelServicePipelineDeploymentRequest)
Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment is
IN_PROGRESS . |
CreateEnvironmentResult |
createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
Deploy a new environment.
|
CreateEnvironmentAccountConnectionResult |
createEnvironmentAccountConnection(CreateEnvironmentAccountConnectionRequest createEnvironmentAccountConnectionRequest)
Create an environment account connection in an environment account so that environment infrastructure resources
can be provisioned in the environment account from a management account.
|
CreateEnvironmentTemplateResult |
createEnvironmentTemplate(CreateEnvironmentTemplateRequest createEnvironmentTemplateRequest)
Create an environment template for AWS Proton.
|
CreateEnvironmentTemplateVersionResult |
createEnvironmentTemplateVersion(CreateEnvironmentTemplateVersionRequest createEnvironmentTemplateVersionRequest)
Create a new major or minor version of an environment template.
|
CreateServiceResult |
createService(CreateServiceRequest createServiceRequest)
Create an AWS Proton service.
|
CreateServiceTemplateResult |
createServiceTemplate(CreateServiceTemplateRequest createServiceTemplateRequest)
Create a service template.
|
CreateServiceTemplateVersionResult |
createServiceTemplateVersion(CreateServiceTemplateVersionRequest createServiceTemplateVersionRequest)
Create a new major or minor version of a service template.
|
DeleteEnvironmentResult |
deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest)
Delete an environment.
|
DeleteEnvironmentAccountConnectionResult |
deleteEnvironmentAccountConnection(DeleteEnvironmentAccountConnectionRequest deleteEnvironmentAccountConnectionRequest)
In an environment account, delete an environment account connection.
|
DeleteEnvironmentTemplateResult |
deleteEnvironmentTemplate(DeleteEnvironmentTemplateRequest deleteEnvironmentTemplateRequest)
If no other major or minor versions of an environment template exist, delete the environment template.
|
DeleteEnvironmentTemplateVersionResult |
deleteEnvironmentTemplateVersion(DeleteEnvironmentTemplateVersionRequest deleteEnvironmentTemplateVersionRequest)
If no other minor versions of an environment template exist, delete a major version of the environment template
if it's not the
Recommended version. |
DeleteServiceResult |
deleteService(DeleteServiceRequest deleteServiceRequest)
Delete a service.
|
DeleteServiceTemplateResult |
deleteServiceTemplate(DeleteServiceTemplateRequest deleteServiceTemplateRequest)
If no other major or minor versions of the service template exist, delete the service template.
|
DeleteServiceTemplateVersionResult |
deleteServiceTemplateVersion(DeleteServiceTemplateVersionRequest deleteServiceTemplateVersionRequest)
If no other minor versions of a service template exist, delete a major version of the service template if it's
not the
Recommended version. |
GetAccountSettingsResult |
getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)
Get detail data for the AWS Proton pipeline service role.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetEnvironmentResult |
getEnvironment(GetEnvironmentRequest getEnvironmentRequest)
Get detail data for an environment.
|
GetEnvironmentAccountConnectionResult |
getEnvironmentAccountConnection(GetEnvironmentAccountConnectionRequest getEnvironmentAccountConnectionRequest)
In an environment account, view the detail data for an environment account connection.
|
GetEnvironmentTemplateResult |
getEnvironmentTemplate(GetEnvironmentTemplateRequest getEnvironmentTemplateRequest)
Get detail data for an environment template.
|
GetEnvironmentTemplateVersionResult |
getEnvironmentTemplateVersion(GetEnvironmentTemplateVersionRequest getEnvironmentTemplateVersionRequest)
View detail data for a major or minor version of an environment template.
|
GetServiceResult |
getService(GetServiceRequest getServiceRequest)
Get detail data for a service.
|
GetServiceInstanceResult |
getServiceInstance(GetServiceInstanceRequest getServiceInstanceRequest)
Get detail data for a service instance.
|
GetServiceTemplateResult |
getServiceTemplate(GetServiceTemplateRequest getServiceTemplateRequest)
Get detail data for a service template.
|
GetServiceTemplateVersionResult |
getServiceTemplateVersion(GetServiceTemplateVersionRequest getServiceTemplateVersionRequest)
View detail data for a major or minor version of a service template.
|
ListEnvironmentAccountConnectionsResult |
listEnvironmentAccountConnections(ListEnvironmentAccountConnectionsRequest listEnvironmentAccountConnectionsRequest)
View a list of environment account connections.
|
ListEnvironmentsResult |
listEnvironments(ListEnvironmentsRequest listEnvironmentsRequest)
List environments with detail data summaries.
|
ListEnvironmentTemplatesResult |
listEnvironmentTemplates(ListEnvironmentTemplatesRequest listEnvironmentTemplatesRequest)
List environment templates.
|
ListEnvironmentTemplateVersionsResult |
listEnvironmentTemplateVersions(ListEnvironmentTemplateVersionsRequest listEnvironmentTemplateVersionsRequest)
List major or minor versions of an environment template with detail data.
|
ListServiceInstancesResult |
listServiceInstances(ListServiceInstancesRequest listServiceInstancesRequest)
List service instances with summaries of detail data.
|
ListServicesResult |
listServices(ListServicesRequest listServicesRequest)
List services with summaries of detail data.
|
ListServiceTemplatesResult |
listServiceTemplates(ListServiceTemplatesRequest listServiceTemplatesRequest)
List service templates with detail data.
|
ListServiceTemplateVersionsResult |
listServiceTemplateVersions(ListServiceTemplateVersionsRequest listServiceTemplateVersionsRequest)
List major or minor versions of a service template with detail data.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List tags for a resource.
|
RejectEnvironmentAccountConnectionResult |
rejectEnvironmentAccountConnection(RejectEnvironmentAccountConnectionRequest rejectEnvironmentAccountConnectionRequest)
In a management account, reject an environment account connection from another environment account.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Tag a resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Remove a tag from a resource.
|
UpdateAccountSettingsResult |
updateAccountSettings(UpdateAccountSettingsRequest updateAccountSettingsRequest)
Update the AWS Proton pipeline service account settings.
|
UpdateEnvironmentResult |
updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)
Update an environment.
|
UpdateEnvironmentAccountConnectionResult |
updateEnvironmentAccountConnection(UpdateEnvironmentAccountConnectionRequest updateEnvironmentAccountConnectionRequest)
In an environment account, update an environment account connection to use a new IAM role.
|
UpdateEnvironmentTemplateResult |
updateEnvironmentTemplate(UpdateEnvironmentTemplateRequest updateEnvironmentTemplateRequest)
Update an environment template.
|
UpdateEnvironmentTemplateVersionResult |
updateEnvironmentTemplateVersion(UpdateEnvironmentTemplateVersionRequest updateEnvironmentTemplateVersionRequest)
Update a major or minor version of an environment template.
|
UpdateServiceResult |
updateService(UpdateServiceRequest updateServiceRequest)
Edit a service description or use a spec to add and delete service instances.
|
UpdateServiceInstanceResult |
updateServiceInstance(UpdateServiceInstanceRequest updateServiceInstanceRequest)
Update a service instance.
|
UpdateServicePipelineResult |
updateServicePipeline(UpdateServicePipelineRequest updateServicePipelineRequest)
Update the service pipeline.
|
UpdateServiceTemplateResult |
updateServiceTemplate(UpdateServiceTemplateRequest updateServiceTemplateRequest)
Update a service template.
|
UpdateServiceTemplateVersionResult |
updateServiceTemplateVersion(UpdateServiceTemplateVersionRequest updateServiceTemplateVersionRequest)
Update a major or minor version of a service template.
|
AWSProtonWaiters |
waiters() |
static final String ENDPOINT_PREFIX
AcceptEnvironmentAccountConnectionResult acceptEnvironmentAccountConnection(AcceptEnvironmentAccountConnectionRequest acceptEnvironmentAccountConnectionRequest)
In a management account, an environment account connection request is accepted. When the environment account connection request is accepted, AWS Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment account.
For more information, see Environment account connections in the AWS Proton Administrator guide.
acceptEnvironmentAccountConnectionRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.CancelEnvironmentDeploymentResult cancelEnvironmentDeployment(CancelEnvironmentDeploymentRequest cancelEnvironmentDeploymentRequest)
Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment is
IN_PROGRESS
. For more information, see Update an environment in the
AWS Proton Administrator guide.
The following list includes potential cancellation scenarios.
If the cancellation attempt succeeds, the resulting deployment state is CANCELLED
.
If the cancellation attempt fails, the resulting deployment state is FAILED
.
If the current UpdateEnvironment action succeeds before the cancellation attempt starts, the resulting
deployment state is SUCCEEDED
and the cancellation attempt has no effect.
cancelEnvironmentDeploymentRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.CancelServiceInstanceDeploymentResult cancelServiceInstanceDeployment(CancelServiceInstanceDeploymentRequest cancelServiceInstanceDeploymentRequest)
Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment is
IN_PROGRESS
. For more information, see Update a service instance in the AWS Proton Administrator
guide or the AWS
Proton User guide.
The following list includes potential cancellation scenarios.
If the cancellation attempt succeeds, the resulting deployment state is CANCELLED
.
If the cancellation attempt fails, the resulting deployment state is FAILED
.
If the current UpdateServiceInstance action succeeds before the cancellation attempt starts, the resulting
deployment state is SUCCEEDED
and the cancellation attempt has no effect.
cancelServiceInstanceDeploymentRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.CancelServicePipelineDeploymentResult cancelServicePipelineDeployment(CancelServicePipelineDeploymentRequest cancelServicePipelineDeploymentRequest)
Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment is
IN_PROGRESS
. For more information, see Update a service pipeline in the AWS Proton Administrator
guide or the AWS
Proton User guide.
The following list includes potential cancellation scenarios.
If the cancellation attempt succeeds, the resulting deployment state is CANCELLED
.
If the cancellation attempt fails, the resulting deployment state is FAILED
.
If the current UpdateServicePipeline action succeeds before the cancellation attempt starts, the resulting
deployment state is SUCCEEDED
and the cancellation attempt has no effect.
cancelServicePipelineDeploymentRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.CreateEnvironmentResult createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
Deploy a new environment. An AWS Proton environment is created from an environment template that defines infrastructure and resources that can be shared across services. For more information, see the Environments in the AWS Proton Administrator Guide.
createEnvironmentRequest
- ServiceQuotaExceededException
- A quota was exceeded. For more information, see AWS Proton Quotas in the
AWS Proton Administrator Guide.ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.CreateEnvironmentAccountConnectionResult createEnvironmentAccountConnection(CreateEnvironmentAccountConnectionRequest createEnvironmentAccountConnectionRequest)
Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in the environment account from a management account.
An environment account connection is a secure bi-directional connection between a management account and an environment account that maintains authorization and permissions. For more information, see Environment account connections in the AWS Proton Administrator guide.
createEnvironmentAccountConnectionRequest
- ServiceQuotaExceededException
- A quota was exceeded. For more information, see AWS Proton Quotas in the
AWS Proton Administrator Guide.ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.InternalServerException
- The request failed to register with the service.CreateEnvironmentTemplateResult createEnvironmentTemplate(CreateEnvironmentTemplateRequest createEnvironmentTemplateRequest)
Create an environment template for AWS Proton. For more information, see Environment Templates in the AWS Proton Administrator Guide.
You can create an environment template in one of the two following ways:
Register and publish a standard environment template that instructs AWS Proton to deploy and manage environment infrastructure.
Register and publish a customer managed environment template that connects AWS Proton to your existing
provisioned infrastructure that you manage. AWS Proton doesn't manage your existing provisioned
infrastructure. To create an environment template for customer provisioned and managed infrastructure, include
the provisioning
parameter and set the value to CUSTOMER_MANAGED
. For more information,
see Register and publish an
environment template in the AWS Proton Administrator Guide.
createEnvironmentTemplateRequest
- ServiceQuotaExceededException
- A quota was exceeded. For more information, see AWS Proton Quotas in the
AWS Proton Administrator Guide.ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.InternalServerException
- The request failed to register with the service.CreateEnvironmentTemplateVersionResult createEnvironmentTemplateVersion(CreateEnvironmentTemplateVersionRequest createEnvironmentTemplateVersionRequest)
Create a new major or minor version of an environment template. A major version of an environment template is a version that isn't backwards compatible. A minor version of an environment template is a version that's backwards compatible within its major version.
createEnvironmentTemplateVersionRequest
- ServiceQuotaExceededException
- A quota was exceeded. For more information, see AWS Proton Quotas in the
AWS Proton Administrator Guide.ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.CreateServiceResult createService(CreateServiceRequest createServiceRequest)
Create an AWS Proton service. An AWS Proton service is an instantiation of a service template and often includes several service instances and pipeline. For more information, see Services in the AWS Proton Administrator Guide and Services in the AWS Proton User Guide.
createServiceRequest
- ServiceQuotaExceededException
- A quota was exceeded. For more information, see AWS Proton Quotas in the
AWS Proton Administrator Guide.ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.CreateServiceTemplateResult createServiceTemplate(CreateServiceTemplateRequest createServiceTemplateRequest)
Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CICD service pipeline. Developers, in turn, select the service template from AWS Proton. If the selected service template includes a service pipeline definition, they provide a link to their source code repository. AWS Proton then deploys and manages the infrastructure defined by the selected service template. For more information, see Service Templates in the AWS Proton Administrator Guide.
createServiceTemplateRequest
- ServiceQuotaExceededException
- A quota was exceeded. For more information, see AWS Proton Quotas in the
AWS Proton Administrator Guide.ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.InternalServerException
- The request failed to register with the service.CreateServiceTemplateVersionResult createServiceTemplateVersion(CreateServiceTemplateVersionRequest createServiceTemplateVersionRequest)
Create a new major or minor version of a service template. A major version of a service template is a version that isn't backwards compatible. A minor version of a service template is a version that's backwards compatible within its major version.
createServiceTemplateVersionRequest
- ServiceQuotaExceededException
- A quota was exceeded. For more information, see AWS Proton Quotas in the
AWS Proton Administrator Guide.ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.DeleteEnvironmentResult deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest)
Delete an environment.
deleteEnvironmentRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.DeleteEnvironmentAccountConnectionResult deleteEnvironmentAccountConnection(DeleteEnvironmentAccountConnectionRequest deleteEnvironmentAccountConnectionRequest)
In an environment account, delete an environment account connection.
After you delete an environment account connection that’s in use by an AWS Proton environment, AWS Proton can’t manage the environment infrastructure resources until a new environment account connection is accepted for the environment account and associated environment. You're responsible for cleaning up provisioned resources that remain without an environment connection.
For more information, see Environment account connections in the AWS Proton Administrator guide.
deleteEnvironmentAccountConnectionRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.DeleteEnvironmentTemplateResult deleteEnvironmentTemplate(DeleteEnvironmentTemplateRequest deleteEnvironmentTemplateRequest)
If no other major or minor versions of an environment template exist, delete the environment template.
deleteEnvironmentTemplateRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.DeleteEnvironmentTemplateVersionResult deleteEnvironmentTemplateVersion(DeleteEnvironmentTemplateVersionRequest deleteEnvironmentTemplateVersionRequest)
If no other minor versions of an environment template exist, delete a major version of the environment template
if it's not the Recommended
version. Delete the Recommended
version of the environment
template if no other major versions or minor versions of the environment template exist. A major version of an
environment template is a version that's not backwards compatible.
Delete a minor version of an environment template if it isn't the Recommended
version. Delete
a Recommended
minor version of the environment template if no other minor versions of the
environment template exist. A minor version of an environment template is a version that's backwards compatible.
deleteEnvironmentTemplateVersionRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.DeleteServiceResult deleteService(DeleteServiceRequest deleteServiceRequest)
Delete a service.
deleteServiceRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.DeleteServiceTemplateResult deleteServiceTemplate(DeleteServiceTemplateRequest deleteServiceTemplateRequest)
If no other major or minor versions of the service template exist, delete the service template.
deleteServiceTemplateRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.DeleteServiceTemplateVersionResult deleteServiceTemplateVersion(DeleteServiceTemplateVersionRequest deleteServiceTemplateVersionRequest)
If no other minor versions of a service template exist, delete a major version of the service template if it's
not the Recommended
version. Delete the Recommended
version of the service template if
no other major versions or minor versions of the service template exist. A major version of a service template is
a version that isn't backwards compatible.
Delete a minor version of a service template if it's not the Recommended
version. Delete a
Recommended
minor version of the service template if no other minor versions of the service template
exist. A minor version of a service template is a version that's backwards compatible.
deleteServiceTemplateVersionRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.GetAccountSettingsResult getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)
Get detail data for the AWS Proton pipeline service role.
getAccountSettingsRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.GetEnvironmentResult getEnvironment(GetEnvironmentRequest getEnvironmentRequest)
Get detail data for an environment.
getEnvironmentRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.GetEnvironmentAccountConnectionResult getEnvironmentAccountConnection(GetEnvironmentAccountConnectionRequest getEnvironmentAccountConnectionRequest)
In an environment account, view the detail data for an environment account connection.
For more information, see Environment account connections in the AWS Proton Administrator guide.
getEnvironmentAccountConnectionRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.GetEnvironmentTemplateResult getEnvironmentTemplate(GetEnvironmentTemplateRequest getEnvironmentTemplateRequest)
Get detail data for an environment template.
getEnvironmentTemplateRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.GetEnvironmentTemplateVersionResult getEnvironmentTemplateVersion(GetEnvironmentTemplateVersionRequest getEnvironmentTemplateVersionRequest)
View detail data for a major or minor version of an environment template.
getEnvironmentTemplateVersionRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.GetServiceResult getService(GetServiceRequest getServiceRequest)
Get detail data for a service.
getServiceRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.GetServiceInstanceResult getServiceInstance(GetServiceInstanceRequest getServiceInstanceRequest)
Get detail data for a service instance. A service instance is an instantiation of service template, which is running in a specific environment.
getServiceInstanceRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.GetServiceTemplateResult getServiceTemplate(GetServiceTemplateRequest getServiceTemplateRequest)
Get detail data for a service template.
getServiceTemplateRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.GetServiceTemplateVersionResult getServiceTemplateVersion(GetServiceTemplateVersionRequest getServiceTemplateVersionRequest)
View detail data for a major or minor version of a service template.
getServiceTemplateVersionRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.ListEnvironmentAccountConnectionsResult listEnvironmentAccountConnections(ListEnvironmentAccountConnectionsRequest listEnvironmentAccountConnectionsRequest)
View a list of environment account connections.
For more information, see Environment account connections in the AWS Proton Administrator guide.
listEnvironmentAccountConnectionsRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request failed to register with the service.ListEnvironmentTemplateVersionsResult listEnvironmentTemplateVersions(ListEnvironmentTemplateVersionsRequest listEnvironmentTemplateVersionsRequest)
List major or minor versions of an environment template with detail data.
listEnvironmentTemplateVersionsRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.ListEnvironmentTemplatesResult listEnvironmentTemplates(ListEnvironmentTemplatesRequest listEnvironmentTemplatesRequest)
List environment templates.
listEnvironmentTemplatesRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request failed to register with the service.ListEnvironmentsResult listEnvironments(ListEnvironmentsRequest listEnvironmentsRequest)
List environments with detail data summaries.
listEnvironmentsRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.ListServiceInstancesResult listServiceInstances(ListServiceInstancesRequest listServiceInstancesRequest)
List service instances with summaries of detail data.
listServiceInstancesRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.ListServiceTemplateVersionsResult listServiceTemplateVersions(ListServiceTemplateVersionsRequest listServiceTemplateVersionsRequest)
List major or minor versions of a service template with detail data.
listServiceTemplateVersionsRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.ListServiceTemplatesResult listServiceTemplates(ListServiceTemplatesRequest listServiceTemplatesRequest)
List service templates with detail data.
listServiceTemplatesRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request failed to register with the service.ListServicesResult listServices(ListServicesRequest listServicesRequest)
List services with summaries of detail data.
listServicesRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request failed to register with the service.ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List tags for a resource. For more information, see AWS Proton resources and tagging in the AWS Proton Administrator Guide or AWS Proton User Guide.
listTagsForResourceRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.RejectEnvironmentAccountConnectionResult rejectEnvironmentAccountConnection(RejectEnvironmentAccountConnectionRequest rejectEnvironmentAccountConnectionRequest)
In a management account, reject an environment account connection from another environment account.
After you reject an environment account connection request, you won’t be able to accept or use the rejected environment account connection.
You can’t reject an environment account connection that is connected to an environment.
For more information, see Environment account connections in the AWS Proton Administrator guide.
rejectEnvironmentAccountConnectionRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Tag a resource. For more information, see AWS Proton resources and tagging in the AWS Proton Administrator Guide or AWS Proton User Guide.
tagResourceRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Remove a tag from a resource. For more information, see AWS Proton resources and tagging in the AWS Proton Administrator Guide or AWS Proton User Guide.
untagResourceRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.UpdateAccountSettingsResult updateAccountSettings(UpdateAccountSettingsRequest updateAccountSettingsRequest)
Update the AWS Proton pipeline service account settings.
updateAccountSettingsRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.InternalServerException
- The request failed to register with the service.UpdateEnvironmentResult updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)
Update an environment.
If the environment is associated with an environment account connection, don't update or include the
protonServiceRoleArn
parameter to update or connect to an environment account connection.
You can only update to a new environment account connection if it was created in the same environment account that the current environment account connection was created in and is associated with the current environment.
If the environment isn't associated with an environment account connection, don't update or include
the environmentAccountConnectionId
parameter to update or connect to an environment account
connection.
You can update either the environmentAccountConnectionId
or protonServiceRoleArn
parameter and value. You can’t update both.
There are four modes for updating an environment as described in the following. The deploymentType
field defines the mode.
NONE
In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated.
CURRENT_VERSION
In this mode, the environment is deployed and updated with the new spec that you provide. Only requested
parameters are updated. Don’t include minor or major version parameters when you use this
deployment-type
.
MINOR_VERSION
In this mode, the environment is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use.
MAJOR_VERSION
In this mode, the environment is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can also specify a different major version that's higher than the major version in use and a minor version (optional).
updateEnvironmentRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.UpdateEnvironmentAccountConnectionResult updateEnvironmentAccountConnection(UpdateEnvironmentAccountConnectionRequest updateEnvironmentAccountConnectionRequest)
In an environment account, update an environment account connection to use a new IAM role.
For more information, see Environment account connections in the AWS Proton Administrator guide.
updateEnvironmentAccountConnectionRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.UpdateEnvironmentTemplateResult updateEnvironmentTemplate(UpdateEnvironmentTemplateRequest updateEnvironmentTemplateRequest)
Update an environment template.
updateEnvironmentTemplateRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.UpdateEnvironmentTemplateVersionResult updateEnvironmentTemplateVersion(UpdateEnvironmentTemplateVersionRequest updateEnvironmentTemplateVersionRequest)
Update a major or minor version of an environment template.
updateEnvironmentTemplateVersionRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.UpdateServiceResult updateService(UpdateServiceRequest updateServiceRequest)
Edit a service description or use a spec to add and delete service instances.
Existing service instances and the service pipeline can't be edited using this API. They can only be deleted.
Use the description
parameter to modify the description.
Edit the spec
parameter to add or delete instances.
updateServiceRequest
- ServiceQuotaExceededException
- A quota was exceeded. For more information, see AWS Proton Quotas in the
AWS Proton Administrator Guide.ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.UpdateServiceInstanceResult updateServiceInstance(UpdateServiceInstanceRequest updateServiceInstanceRequest)
Update a service instance.
There are four modes for updating a service instance as described in the following. The
deploymentType
field defines the mode.
NONE
In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated.
CURRENT_VERSION
In this mode, the service instance is deployed and updated with the new spec that you provide. Only requested
parameters are updated. Don’t include minor or major version parameters when you use this
deployment-type
.
MINOR_VERSION
In this mode, the service instance is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use.
MAJOR_VERSION
In this mode, the service instance is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can also specify a different major version that is higher than the major version in use and a minor version (optional).
updateServiceInstanceRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.UpdateServicePipelineResult updateServicePipeline(UpdateServicePipelineRequest updateServicePipelineRequest)
Update the service pipeline.
There are four modes for updating a service pipeline as described in the following. The
deploymentType
field defines the mode.
NONE
In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated.
CURRENT_VERSION
In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested
parameters are updated. Don’t include minor or major version parameters when you use this
deployment-type
.
MINOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use.
MAJOR_VERSION
In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current template by default. You can also specify a different major version that is higher than the major version in use and a minor version (optional).
updateServicePipelineRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.UpdateServiceTemplateResult updateServiceTemplate(UpdateServiceTemplateRequest updateServiceTemplateRequest)
Update a service template.
updateServiceTemplateRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.UpdateServiceTemplateVersionResult updateServiceTemplateVersion(UpdateServiceTemplateVersionRequest updateServiceTemplateVersionRequest)
Update a major or minor version of a service template.
updateServiceTemplateVersionRequest
- ValidationException
- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException
- There isn't sufficient access for performing this action.ThrottlingException
- The request was denied due to request throttling.ConflictException
- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException
- The requested resource wasn't found.InternalServerException
- The request failed to register with the service.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.AWSProtonWaiters waiters()