@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface ProtonClient extends AwsClient
builder() method.
This is the Proton Service API Reference. It provides descriptions, syntax and usage examples for each of the actions and data types for the Proton service.
The documentation for each action shows the Query API request parameters and the XML response.
Alternatively, you can use the Amazon Web Services CLI to access an API. For more information, see the Amazon Web Services Command Line Interface User Guide.
The 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 Proton deploys and manages, they need permissions to use all of the listed API operations.
When developers select a specific infrastructure and tooling set, Proton deploys their applications. To monitor their applications that are running on 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 Proton, see the 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 Amazon Web Services 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 |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
default AcceptEnvironmentAccountConnectionResponse |
acceptEnvironmentAccountConnection(AcceptEnvironmentAccountConnectionRequest acceptEnvironmentAccountConnectionRequest)
In a management account, an environment account connection request is accepted.
|
default AcceptEnvironmentAccountConnectionResponse |
acceptEnvironmentAccountConnection(Consumer<AcceptEnvironmentAccountConnectionRequest.Builder> acceptEnvironmentAccountConnectionRequest)
In a management account, an environment account connection request is accepted.
|
static ProtonClientBuilder |
builder()
Create a builder that can be used to configure and create a
ProtonClient. |
default CancelComponentDeploymentResponse |
cancelComponentDeployment(CancelComponentDeploymentRequest cancelComponentDeploymentRequest)
Attempts to cancel a component deployment (for a component that is in the
IN_PROGRESS deployment
status). |
default CancelComponentDeploymentResponse |
cancelComponentDeployment(Consumer<CancelComponentDeploymentRequest.Builder> cancelComponentDeploymentRequest)
Attempts to cancel a component deployment (for a component that is in the
IN_PROGRESS deployment
status). |
default CancelEnvironmentDeploymentResponse |
cancelEnvironmentDeployment(CancelEnvironmentDeploymentRequest cancelEnvironmentDeploymentRequest)
Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment is
IN_PROGRESS. |
default CancelEnvironmentDeploymentResponse |
cancelEnvironmentDeployment(Consumer<CancelEnvironmentDeploymentRequest.Builder> cancelEnvironmentDeploymentRequest)
Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment is
IN_PROGRESS. |
default CancelServiceInstanceDeploymentResponse |
cancelServiceInstanceDeployment(CancelServiceInstanceDeploymentRequest cancelServiceInstanceDeploymentRequest)
Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment is
IN_PROGRESS. |
default CancelServiceInstanceDeploymentResponse |
cancelServiceInstanceDeployment(Consumer<CancelServiceInstanceDeploymentRequest.Builder> cancelServiceInstanceDeploymentRequest)
Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment is
IN_PROGRESS. |
default CancelServicePipelineDeploymentResponse |
cancelServicePipelineDeployment(CancelServicePipelineDeploymentRequest cancelServicePipelineDeploymentRequest)
Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment is
IN_PROGRESS. |
default CancelServicePipelineDeploymentResponse |
cancelServicePipelineDeployment(Consumer<CancelServicePipelineDeploymentRequest.Builder> cancelServicePipelineDeploymentRequest)
Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment is
IN_PROGRESS. |
static ProtonClient |
create()
Create a
ProtonClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateComponentResponse |
createComponent(Consumer<CreateComponentRequest.Builder> createComponentRequest)
Create an Proton component.
|
default CreateComponentResponse |
createComponent(CreateComponentRequest createComponentRequest)
Create an Proton component.
|
default CreateEnvironmentResponse |
createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)
Deploy a new environment.
|
default CreateEnvironmentResponse |
createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
Deploy a new environment.
|
default CreateEnvironmentAccountConnectionResponse |
createEnvironmentAccountConnection(Consumer<CreateEnvironmentAccountConnectionRequest.Builder> 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.
|
default CreateEnvironmentAccountConnectionResponse |
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.
|
default CreateEnvironmentTemplateResponse |
createEnvironmentTemplate(Consumer<CreateEnvironmentTemplateRequest.Builder> createEnvironmentTemplateRequest)
Create an environment template for Proton.
|
default CreateEnvironmentTemplateResponse |
createEnvironmentTemplate(CreateEnvironmentTemplateRequest createEnvironmentTemplateRequest)
Create an environment template for Proton.
|
default CreateEnvironmentTemplateVersionResponse |
createEnvironmentTemplateVersion(Consumer<CreateEnvironmentTemplateVersionRequest.Builder> createEnvironmentTemplateVersionRequest)
Create a new major or minor version of an environment template.
|
default CreateEnvironmentTemplateVersionResponse |
createEnvironmentTemplateVersion(CreateEnvironmentTemplateVersionRequest createEnvironmentTemplateVersionRequest)
Create a new major or minor version of an environment template.
|
default CreateRepositoryResponse |
createRepository(Consumer<CreateRepositoryRequest.Builder> createRepositoryRequest)
Create and register a link to a repository.
|
default CreateRepositoryResponse |
createRepository(CreateRepositoryRequest createRepositoryRequest)
Create and register a link to a repository.
|
default CreateServiceResponse |
createService(Consumer<CreateServiceRequest.Builder> createServiceRequest)
Create an Proton service.
|
default CreateServiceResponse |
createService(CreateServiceRequest createServiceRequest)
Create an Proton service.
|
default CreateServiceInstanceResponse |
createServiceInstance(Consumer<CreateServiceInstanceRequest.Builder> createServiceInstanceRequest)
Create a service instance.
|
default CreateServiceInstanceResponse |
createServiceInstance(CreateServiceInstanceRequest createServiceInstanceRequest)
Create a service instance.
|
default CreateServiceSyncConfigResponse |
createServiceSyncConfig(Consumer<CreateServiceSyncConfigRequest.Builder> createServiceSyncConfigRequest)
Create the Proton Ops configuration file.
|
default CreateServiceSyncConfigResponse |
createServiceSyncConfig(CreateServiceSyncConfigRequest createServiceSyncConfigRequest)
Create the Proton Ops configuration file.
|
default CreateServiceTemplateResponse |
createServiceTemplate(Consumer<CreateServiceTemplateRequest.Builder> createServiceTemplateRequest)
Create a service template.
|
default CreateServiceTemplateResponse |
createServiceTemplate(CreateServiceTemplateRequest createServiceTemplateRequest)
Create a service template.
|
default CreateServiceTemplateVersionResponse |
createServiceTemplateVersion(Consumer<CreateServiceTemplateVersionRequest.Builder> createServiceTemplateVersionRequest)
Create a new major or minor version of a service template.
|
default CreateServiceTemplateVersionResponse |
createServiceTemplateVersion(CreateServiceTemplateVersionRequest createServiceTemplateVersionRequest)
Create a new major or minor version of a service template.
|
default CreateTemplateSyncConfigResponse |
createTemplateSyncConfig(Consumer<CreateTemplateSyncConfigRequest.Builder> createTemplateSyncConfigRequest)
Set up a template to create new template versions automatically by tracking a linked repository.
|
default CreateTemplateSyncConfigResponse |
createTemplateSyncConfig(CreateTemplateSyncConfigRequest createTemplateSyncConfigRequest)
Set up a template to create new template versions automatically by tracking a linked repository.
|
default DeleteComponentResponse |
deleteComponent(Consumer<DeleteComponentRequest.Builder> deleteComponentRequest)
Delete an Proton component resource.
|
default DeleteComponentResponse |
deleteComponent(DeleteComponentRequest deleteComponentRequest)
Delete an Proton component resource.
|
default DeleteDeploymentResponse |
deleteDeployment(Consumer<DeleteDeploymentRequest.Builder> deleteDeploymentRequest)
Delete the deployment.
|
default DeleteDeploymentResponse |
deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest)
Delete the deployment.
|
default DeleteEnvironmentResponse |
deleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest)
Delete an environment.
|
default DeleteEnvironmentResponse |
deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest)
Delete an environment.
|
default DeleteEnvironmentAccountConnectionResponse |
deleteEnvironmentAccountConnection(Consumer<DeleteEnvironmentAccountConnectionRequest.Builder> deleteEnvironmentAccountConnectionRequest)
In an environment account, delete an environment account connection.
|
default DeleteEnvironmentAccountConnectionResponse |
deleteEnvironmentAccountConnection(DeleteEnvironmentAccountConnectionRequest deleteEnvironmentAccountConnectionRequest)
In an environment account, delete an environment account connection.
|
default DeleteEnvironmentTemplateResponse |
deleteEnvironmentTemplate(Consumer<DeleteEnvironmentTemplateRequest.Builder> deleteEnvironmentTemplateRequest)
If no other major or minor versions of an environment template exist, delete the environment template.
|
default DeleteEnvironmentTemplateResponse |
deleteEnvironmentTemplate(DeleteEnvironmentTemplateRequest deleteEnvironmentTemplateRequest)
If no other major or minor versions of an environment template exist, delete the environment template.
|
default DeleteEnvironmentTemplateVersionResponse |
deleteEnvironmentTemplateVersion(Consumer<DeleteEnvironmentTemplateVersionRequest.Builder> 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. |
default DeleteEnvironmentTemplateVersionResponse |
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. |
default DeleteRepositoryResponse |
deleteRepository(Consumer<DeleteRepositoryRequest.Builder> deleteRepositoryRequest)
De-register and unlink your repository.
|
default DeleteRepositoryResponse |
deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest)
De-register and unlink your repository.
|
default DeleteServiceResponse |
deleteService(Consumer<DeleteServiceRequest.Builder> deleteServiceRequest)
Delete a service, with its instances and pipeline.
|
default DeleteServiceResponse |
deleteService(DeleteServiceRequest deleteServiceRequest)
Delete a service, with its instances and pipeline.
|
default DeleteServiceSyncConfigResponse |
deleteServiceSyncConfig(Consumer<DeleteServiceSyncConfigRequest.Builder> deleteServiceSyncConfigRequest)
Delete the Proton Ops file.
|
default DeleteServiceSyncConfigResponse |
deleteServiceSyncConfig(DeleteServiceSyncConfigRequest deleteServiceSyncConfigRequest)
Delete the Proton Ops file.
|
default DeleteServiceTemplateResponse |
deleteServiceTemplate(Consumer<DeleteServiceTemplateRequest.Builder> deleteServiceTemplateRequest)
If no other major or minor versions of the service template exist, delete the service template.
|
default DeleteServiceTemplateResponse |
deleteServiceTemplate(DeleteServiceTemplateRequest deleteServiceTemplateRequest)
If no other major or minor versions of the service template exist, delete the service template.
|
default DeleteServiceTemplateVersionResponse |
deleteServiceTemplateVersion(Consumer<DeleteServiceTemplateVersionRequest.Builder> 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. |
default DeleteServiceTemplateVersionResponse |
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. |
default DeleteTemplateSyncConfigResponse |
deleteTemplateSyncConfig(Consumer<DeleteTemplateSyncConfigRequest.Builder> deleteTemplateSyncConfigRequest)
Delete a template sync configuration.
|
default DeleteTemplateSyncConfigResponse |
deleteTemplateSyncConfig(DeleteTemplateSyncConfigRequest deleteTemplateSyncConfigRequest)
Delete a template sync configuration.
|
default GetAccountSettingsResponse |
getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest)
Get detail data for Proton account-wide settings.
|
default GetAccountSettingsResponse |
getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)
Get detail data for Proton account-wide settings.
|
default GetComponentResponse |
getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)
Get detailed data for a component.
|
default GetComponentResponse |
getComponent(GetComponentRequest getComponentRequest)
Get detailed data for a component.
|
default GetDeploymentResponse |
getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Get detailed data for a deployment.
|
default GetDeploymentResponse |
getDeployment(GetDeploymentRequest getDeploymentRequest)
Get detailed data for a deployment.
|
default GetEnvironmentResponse |
getEnvironment(Consumer<GetEnvironmentRequest.Builder> getEnvironmentRequest)
Get detailed data for an environment.
|
default GetEnvironmentResponse |
getEnvironment(GetEnvironmentRequest getEnvironmentRequest)
Get detailed data for an environment.
|
default GetEnvironmentAccountConnectionResponse |
getEnvironmentAccountConnection(Consumer<GetEnvironmentAccountConnectionRequest.Builder> getEnvironmentAccountConnectionRequest)
In an environment account, get the detailed data for an environment account connection.
|
default GetEnvironmentAccountConnectionResponse |
getEnvironmentAccountConnection(GetEnvironmentAccountConnectionRequest getEnvironmentAccountConnectionRequest)
In an environment account, get the detailed data for an environment account connection.
|
default GetEnvironmentTemplateResponse |
getEnvironmentTemplate(Consumer<GetEnvironmentTemplateRequest.Builder> getEnvironmentTemplateRequest)
Get detailed data for an environment template.
|
default GetEnvironmentTemplateResponse |
getEnvironmentTemplate(GetEnvironmentTemplateRequest getEnvironmentTemplateRequest)
Get detailed data for an environment template.
|
default GetEnvironmentTemplateVersionResponse |
getEnvironmentTemplateVersion(Consumer<GetEnvironmentTemplateVersionRequest.Builder> getEnvironmentTemplateVersionRequest)
Get detailed data for a major or minor version of an environment template.
|
default GetEnvironmentTemplateVersionResponse |
getEnvironmentTemplateVersion(GetEnvironmentTemplateVersionRequest getEnvironmentTemplateVersionRequest)
Get detailed data for a major or minor version of an environment template.
|
default GetRepositoryResponse |
getRepository(Consumer<GetRepositoryRequest.Builder> getRepositoryRequest)
Get detail data for a linked repository.
|
default GetRepositoryResponse |
getRepository(GetRepositoryRequest getRepositoryRequest)
Get detail data for a linked repository.
|
default GetRepositorySyncStatusResponse |
getRepositorySyncStatus(Consumer<GetRepositorySyncStatusRequest.Builder> getRepositorySyncStatusRequest)
Get the sync status of a repository used for Proton template sync.
|
default GetRepositorySyncStatusResponse |
getRepositorySyncStatus(GetRepositorySyncStatusRequest getRepositorySyncStatusRequest)
Get the sync status of a repository used for Proton template sync.
|
default GetResourcesSummaryResponse |
getResourcesSummary(Consumer<GetResourcesSummaryRequest.Builder> getResourcesSummaryRequest)
Get counts of Proton resources.
|
default GetResourcesSummaryResponse |
getResourcesSummary(GetResourcesSummaryRequest getResourcesSummaryRequest)
Get counts of Proton resources.
|
default GetServiceResponse |
getService(Consumer<GetServiceRequest.Builder> getServiceRequest)
Get detailed data for a service.
|
default GetServiceResponse |
getService(GetServiceRequest getServiceRequest)
Get detailed data for a service.
|
default GetServiceInstanceResponse |
getServiceInstance(Consumer<GetServiceInstanceRequest.Builder> getServiceInstanceRequest)
Get detailed data for a service instance.
|
default GetServiceInstanceResponse |
getServiceInstance(GetServiceInstanceRequest getServiceInstanceRequest)
Get detailed data for a service instance.
|
default GetServiceInstanceSyncStatusResponse |
getServiceInstanceSyncStatus(Consumer<GetServiceInstanceSyncStatusRequest.Builder> getServiceInstanceSyncStatusRequest)
Get the status of the synced service instance.
|
default GetServiceInstanceSyncStatusResponse |
getServiceInstanceSyncStatus(GetServiceInstanceSyncStatusRequest getServiceInstanceSyncStatusRequest)
Get the status of the synced service instance.
|
default GetServiceSyncBlockerSummaryResponse |
getServiceSyncBlockerSummary(Consumer<GetServiceSyncBlockerSummaryRequest.Builder> getServiceSyncBlockerSummaryRequest)
Get detailed data for the service sync blocker summary.
|
default GetServiceSyncBlockerSummaryResponse |
getServiceSyncBlockerSummary(GetServiceSyncBlockerSummaryRequest getServiceSyncBlockerSummaryRequest)
Get detailed data for the service sync blocker summary.
|
default GetServiceSyncConfigResponse |
getServiceSyncConfig(Consumer<GetServiceSyncConfigRequest.Builder> getServiceSyncConfigRequest)
Get detailed information for the service sync configuration.
|
default GetServiceSyncConfigResponse |
getServiceSyncConfig(GetServiceSyncConfigRequest getServiceSyncConfigRequest)
Get detailed information for the service sync configuration.
|
default GetServiceTemplateResponse |
getServiceTemplate(Consumer<GetServiceTemplateRequest.Builder> getServiceTemplateRequest)
Get detailed data for a service template.
|
default GetServiceTemplateResponse |
getServiceTemplate(GetServiceTemplateRequest getServiceTemplateRequest)
Get detailed data for a service template.
|
default GetServiceTemplateVersionResponse |
getServiceTemplateVersion(Consumer<GetServiceTemplateVersionRequest.Builder> getServiceTemplateVersionRequest)
Get detailed data for a major or minor version of a service template.
|
default GetServiceTemplateVersionResponse |
getServiceTemplateVersion(GetServiceTemplateVersionRequest getServiceTemplateVersionRequest)
Get detailed data for a major or minor version of a service template.
|
default GetTemplateSyncConfigResponse |
getTemplateSyncConfig(Consumer<GetTemplateSyncConfigRequest.Builder> getTemplateSyncConfigRequest)
Get detail data for a template sync configuration.
|
default GetTemplateSyncConfigResponse |
getTemplateSyncConfig(GetTemplateSyncConfigRequest getTemplateSyncConfigRequest)
Get detail data for a template sync configuration.
|
default GetTemplateSyncStatusResponse |
getTemplateSyncStatus(Consumer<GetTemplateSyncStatusRequest.Builder> getTemplateSyncStatusRequest)
Get the status of a template sync.
|
default GetTemplateSyncStatusResponse |
getTemplateSyncStatus(GetTemplateSyncStatusRequest getTemplateSyncStatusRequest)
Get the status of a template sync.
|
default ListComponentOutputsResponse |
listComponentOutputs(Consumer<ListComponentOutputsRequest.Builder> listComponentOutputsRequest)
Get a list of component Infrastructure as Code (IaC) outputs.
|
default ListComponentOutputsResponse |
listComponentOutputs(ListComponentOutputsRequest listComponentOutputsRequest)
Get a list of component Infrastructure as Code (IaC) outputs.
|
default ListComponentOutputsIterable |
listComponentOutputsPaginator(Consumer<ListComponentOutputsRequest.Builder> listComponentOutputsRequest)
Get a list of component Infrastructure as Code (IaC) outputs.
|
default ListComponentOutputsIterable |
listComponentOutputsPaginator(ListComponentOutputsRequest listComponentOutputsRequest)
Get a list of component Infrastructure as Code (IaC) outputs.
|
default ListComponentProvisionedResourcesResponse |
listComponentProvisionedResources(Consumer<ListComponentProvisionedResourcesRequest.Builder> listComponentProvisionedResourcesRequest)
List provisioned resources for a component with details.
|
default ListComponentProvisionedResourcesResponse |
listComponentProvisionedResources(ListComponentProvisionedResourcesRequest listComponentProvisionedResourcesRequest)
List provisioned resources for a component with details.
|
default ListComponentProvisionedResourcesIterable |
listComponentProvisionedResourcesPaginator(Consumer<ListComponentProvisionedResourcesRequest.Builder> listComponentProvisionedResourcesRequest)
List provisioned resources for a component with details.
|
default ListComponentProvisionedResourcesIterable |
listComponentProvisionedResourcesPaginator(ListComponentProvisionedResourcesRequest listComponentProvisionedResourcesRequest)
List provisioned resources for a component with details.
|
default ListComponentsResponse |
listComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest)
List components with summary data.
|
default ListComponentsResponse |
listComponents(ListComponentsRequest listComponentsRequest)
List components with summary data.
|
default ListComponentsIterable |
listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest)
List components with summary data.
|
default ListComponentsIterable |
listComponentsPaginator(ListComponentsRequest listComponentsRequest)
List components with summary data.
|
default ListDeploymentsResponse |
listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
List deployments.
|
default ListDeploymentsResponse |
listDeployments(ListDeploymentsRequest listDeploymentsRequest)
List deployments.
|
default ListDeploymentsIterable |
listDeploymentsPaginator(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
List deployments.
|
default ListDeploymentsIterable |
listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)
List deployments.
|
default ListEnvironmentAccountConnectionsResponse |
listEnvironmentAccountConnections(Consumer<ListEnvironmentAccountConnectionsRequest.Builder> listEnvironmentAccountConnectionsRequest)
View a list of environment account connections.
|
default ListEnvironmentAccountConnectionsResponse |
listEnvironmentAccountConnections(ListEnvironmentAccountConnectionsRequest listEnvironmentAccountConnectionsRequest)
View a list of environment account connections.
|
default ListEnvironmentAccountConnectionsIterable |
listEnvironmentAccountConnectionsPaginator(Consumer<ListEnvironmentAccountConnectionsRequest.Builder> listEnvironmentAccountConnectionsRequest)
View a list of environment account connections.
|
default ListEnvironmentAccountConnectionsIterable |
listEnvironmentAccountConnectionsPaginator(ListEnvironmentAccountConnectionsRequest listEnvironmentAccountConnectionsRequest)
View a list of environment account connections.
|
default ListEnvironmentOutputsResponse |
listEnvironmentOutputs(Consumer<ListEnvironmentOutputsRequest.Builder> listEnvironmentOutputsRequest)
List the infrastructure as code outputs for your environment.
|
default ListEnvironmentOutputsResponse |
listEnvironmentOutputs(ListEnvironmentOutputsRequest listEnvironmentOutputsRequest)
List the infrastructure as code outputs for your environment.
|
default ListEnvironmentOutputsIterable |
listEnvironmentOutputsPaginator(Consumer<ListEnvironmentOutputsRequest.Builder> listEnvironmentOutputsRequest)
List the infrastructure as code outputs for your environment.
|
default ListEnvironmentOutputsIterable |
listEnvironmentOutputsPaginator(ListEnvironmentOutputsRequest listEnvironmentOutputsRequest)
List the infrastructure as code outputs for your environment.
|
default ListEnvironmentProvisionedResourcesResponse |
listEnvironmentProvisionedResources(Consumer<ListEnvironmentProvisionedResourcesRequest.Builder> listEnvironmentProvisionedResourcesRequest)
List the provisioned resources for your environment.
|
default ListEnvironmentProvisionedResourcesResponse |
listEnvironmentProvisionedResources(ListEnvironmentProvisionedResourcesRequest listEnvironmentProvisionedResourcesRequest)
List the provisioned resources for your environment.
|
default ListEnvironmentProvisionedResourcesIterable |
listEnvironmentProvisionedResourcesPaginator(Consumer<ListEnvironmentProvisionedResourcesRequest.Builder> listEnvironmentProvisionedResourcesRequest)
List the provisioned resources for your environment.
|
default ListEnvironmentProvisionedResourcesIterable |
listEnvironmentProvisionedResourcesPaginator(ListEnvironmentProvisionedResourcesRequest listEnvironmentProvisionedResourcesRequest)
List the provisioned resources for your environment.
|
default ListEnvironmentsResponse |
listEnvironments(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)
List environments with detail data summaries.
|
default ListEnvironmentsResponse |
listEnvironments(ListEnvironmentsRequest listEnvironmentsRequest)
List environments with detail data summaries.
|
default ListEnvironmentsIterable |
listEnvironmentsPaginator(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)
List environments with detail data summaries.
|
default ListEnvironmentsIterable |
listEnvironmentsPaginator(ListEnvironmentsRequest listEnvironmentsRequest)
List environments with detail data summaries.
|
default ListEnvironmentTemplatesResponse |
listEnvironmentTemplates(Consumer<ListEnvironmentTemplatesRequest.Builder> listEnvironmentTemplatesRequest)
List environment templates.
|
default ListEnvironmentTemplatesResponse |
listEnvironmentTemplates(ListEnvironmentTemplatesRequest listEnvironmentTemplatesRequest)
List environment templates.
|
default ListEnvironmentTemplatesIterable |
listEnvironmentTemplatesPaginator(Consumer<ListEnvironmentTemplatesRequest.Builder> listEnvironmentTemplatesRequest)
List environment templates.
|
default ListEnvironmentTemplatesIterable |
listEnvironmentTemplatesPaginator(ListEnvironmentTemplatesRequest listEnvironmentTemplatesRequest)
List environment templates.
|
default ListEnvironmentTemplateVersionsResponse |
listEnvironmentTemplateVersions(Consumer<ListEnvironmentTemplateVersionsRequest.Builder> listEnvironmentTemplateVersionsRequest)
List major or minor versions of an environment template with detail data.
|
default ListEnvironmentTemplateVersionsResponse |
listEnvironmentTemplateVersions(ListEnvironmentTemplateVersionsRequest listEnvironmentTemplateVersionsRequest)
List major or minor versions of an environment template with detail data.
|
default ListEnvironmentTemplateVersionsIterable |
listEnvironmentTemplateVersionsPaginator(Consumer<ListEnvironmentTemplateVersionsRequest.Builder> listEnvironmentTemplateVersionsRequest)
List major or minor versions of an environment template with detail data.
|
default ListEnvironmentTemplateVersionsIterable |
listEnvironmentTemplateVersionsPaginator(ListEnvironmentTemplateVersionsRequest listEnvironmentTemplateVersionsRequest)
List major or minor versions of an environment template with detail data.
|
default ListRepositoriesResponse |
listRepositories(Consumer<ListRepositoriesRequest.Builder> listRepositoriesRequest)
List linked repositories with detail data.
|
default ListRepositoriesResponse |
listRepositories(ListRepositoriesRequest listRepositoriesRequest)
List linked repositories with detail data.
|
default ListRepositoriesIterable |
listRepositoriesPaginator(Consumer<ListRepositoriesRequest.Builder> listRepositoriesRequest)
List linked repositories with detail data.
|
default ListRepositoriesIterable |
listRepositoriesPaginator(ListRepositoriesRequest listRepositoriesRequest)
List linked repositories with detail data.
|
default ListRepositorySyncDefinitionsResponse |
listRepositorySyncDefinitions(Consumer<ListRepositorySyncDefinitionsRequest.Builder> listRepositorySyncDefinitionsRequest)
List repository sync definitions with detail data.
|
default ListRepositorySyncDefinitionsResponse |
listRepositorySyncDefinitions(ListRepositorySyncDefinitionsRequest listRepositorySyncDefinitionsRequest)
List repository sync definitions with detail data.
|
default ListRepositorySyncDefinitionsIterable |
listRepositorySyncDefinitionsPaginator(Consumer<ListRepositorySyncDefinitionsRequest.Builder> listRepositorySyncDefinitionsRequest)
List repository sync definitions with detail data.
|
default ListRepositorySyncDefinitionsIterable |
listRepositorySyncDefinitionsPaginator(ListRepositorySyncDefinitionsRequest listRepositorySyncDefinitionsRequest)
List repository sync definitions with detail data.
|
default ListServiceInstanceOutputsResponse |
listServiceInstanceOutputs(Consumer<ListServiceInstanceOutputsRequest.Builder> listServiceInstanceOutputsRequest)
Get a list service of instance Infrastructure as Code (IaC) outputs.
|
default ListServiceInstanceOutputsResponse |
listServiceInstanceOutputs(ListServiceInstanceOutputsRequest listServiceInstanceOutputsRequest)
Get a list service of instance Infrastructure as Code (IaC) outputs.
|
default ListServiceInstanceOutputsIterable |
listServiceInstanceOutputsPaginator(Consumer<ListServiceInstanceOutputsRequest.Builder> listServiceInstanceOutputsRequest)
Get a list service of instance Infrastructure as Code (IaC) outputs.
|
default ListServiceInstanceOutputsIterable |
listServiceInstanceOutputsPaginator(ListServiceInstanceOutputsRequest listServiceInstanceOutputsRequest)
Get a list service of instance Infrastructure as Code (IaC) outputs.
|
default ListServiceInstanceProvisionedResourcesResponse |
listServiceInstanceProvisionedResources(Consumer<ListServiceInstanceProvisionedResourcesRequest.Builder> listServiceInstanceProvisionedResourcesRequest)
List provisioned resources for a service instance with details.
|
default ListServiceInstanceProvisionedResourcesResponse |
listServiceInstanceProvisionedResources(ListServiceInstanceProvisionedResourcesRequest listServiceInstanceProvisionedResourcesRequest)
List provisioned resources for a service instance with details.
|
default ListServiceInstanceProvisionedResourcesIterable |
listServiceInstanceProvisionedResourcesPaginator(Consumer<ListServiceInstanceProvisionedResourcesRequest.Builder> listServiceInstanceProvisionedResourcesRequest)
List provisioned resources for a service instance with details.
|
default ListServiceInstanceProvisionedResourcesIterable |
listServiceInstanceProvisionedResourcesPaginator(ListServiceInstanceProvisionedResourcesRequest listServiceInstanceProvisionedResourcesRequest)
List provisioned resources for a service instance with details.
|
default ListServiceInstancesResponse |
listServiceInstances(Consumer<ListServiceInstancesRequest.Builder> listServiceInstancesRequest)
List service instances with summary data.
|
default ListServiceInstancesResponse |
listServiceInstances(ListServiceInstancesRequest listServiceInstancesRequest)
List service instances with summary data.
|
default ListServiceInstancesIterable |
listServiceInstancesPaginator(Consumer<ListServiceInstancesRequest.Builder> listServiceInstancesRequest)
List service instances with summary data.
|
default ListServiceInstancesIterable |
listServiceInstancesPaginator(ListServiceInstancesRequest listServiceInstancesRequest)
List service instances with summary data.
|
default ListServicePipelineOutputsResponse |
listServicePipelineOutputs(Consumer<ListServicePipelineOutputsRequest.Builder> listServicePipelineOutputsRequest)
Get a list of service pipeline Infrastructure as Code (IaC) outputs.
|
default ListServicePipelineOutputsResponse |
listServicePipelineOutputs(ListServicePipelineOutputsRequest listServicePipelineOutputsRequest)
Get a list of service pipeline Infrastructure as Code (IaC) outputs.
|
default ListServicePipelineOutputsIterable |
listServicePipelineOutputsPaginator(Consumer<ListServicePipelineOutputsRequest.Builder> listServicePipelineOutputsRequest)
Get a list of service pipeline Infrastructure as Code (IaC) outputs.
|
default ListServicePipelineOutputsIterable |
listServicePipelineOutputsPaginator(ListServicePipelineOutputsRequest listServicePipelineOutputsRequest)
Get a list of service pipeline Infrastructure as Code (IaC) outputs.
|
default ListServicePipelineProvisionedResourcesResponse |
listServicePipelineProvisionedResources(Consumer<ListServicePipelineProvisionedResourcesRequest.Builder> listServicePipelineProvisionedResourcesRequest)
List provisioned resources for a service and pipeline with details.
|
default ListServicePipelineProvisionedResourcesResponse |
listServicePipelineProvisionedResources(ListServicePipelineProvisionedResourcesRequest listServicePipelineProvisionedResourcesRequest)
List provisioned resources for a service and pipeline with details.
|
default ListServicePipelineProvisionedResourcesIterable |
listServicePipelineProvisionedResourcesPaginator(Consumer<ListServicePipelineProvisionedResourcesRequest.Builder> listServicePipelineProvisionedResourcesRequest)
List provisioned resources for a service and pipeline with details.
|
default ListServicePipelineProvisionedResourcesIterable |
listServicePipelineProvisionedResourcesPaginator(ListServicePipelineProvisionedResourcesRequest listServicePipelineProvisionedResourcesRequest)
List provisioned resources for a service and pipeline with details.
|
default ListServicesResponse |
listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)
List services with summaries of detail data.
|
default ListServicesResponse |
listServices(ListServicesRequest listServicesRequest)
List services with summaries of detail data.
|
default ListServicesIterable |
listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest)
List services with summaries of detail data.
|
default ListServicesIterable |
listServicesPaginator(ListServicesRequest listServicesRequest)
List services with summaries of detail data.
|
default ListServiceTemplatesResponse |
listServiceTemplates(Consumer<ListServiceTemplatesRequest.Builder> listServiceTemplatesRequest)
List service templates with detail data.
|
default ListServiceTemplatesResponse |
listServiceTemplates(ListServiceTemplatesRequest listServiceTemplatesRequest)
List service templates with detail data.
|
default ListServiceTemplatesIterable |
listServiceTemplatesPaginator(Consumer<ListServiceTemplatesRequest.Builder> listServiceTemplatesRequest)
List service templates with detail data.
|
default ListServiceTemplatesIterable |
listServiceTemplatesPaginator(ListServiceTemplatesRequest listServiceTemplatesRequest)
List service templates with detail data.
|
default ListServiceTemplateVersionsResponse |
listServiceTemplateVersions(Consumer<ListServiceTemplateVersionsRequest.Builder> listServiceTemplateVersionsRequest)
List major or minor versions of a service template with detail data.
|
default ListServiceTemplateVersionsResponse |
listServiceTemplateVersions(ListServiceTemplateVersionsRequest listServiceTemplateVersionsRequest)
List major or minor versions of a service template with detail data.
|
default ListServiceTemplateVersionsIterable |
listServiceTemplateVersionsPaginator(Consumer<ListServiceTemplateVersionsRequest.Builder> listServiceTemplateVersionsRequest)
List major or minor versions of a service template with detail data.
|
default ListServiceTemplateVersionsIterable |
listServiceTemplateVersionsPaginator(ListServiceTemplateVersionsRequest listServiceTemplateVersionsRequest)
List major or minor versions of a service template with detail data.
|
default ListTagsForResourceResponse |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List tags for a resource.
|
default ListTagsForResourceResponse |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List tags for a resource.
|
default ListTagsForResourceIterable |
listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List tags for a resource.
|
default ListTagsForResourceIterable |
listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)
List tags for a resource.
|
default NotifyResourceDeploymentStatusChangeResponse |
notifyResourceDeploymentStatusChange(Consumer<NotifyResourceDeploymentStatusChangeRequest.Builder> notifyResourceDeploymentStatusChangeRequest)
Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.
|
default NotifyResourceDeploymentStatusChangeResponse |
notifyResourceDeploymentStatusChange(NotifyResourceDeploymentStatusChangeRequest notifyResourceDeploymentStatusChangeRequest)
Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.
|
default RejectEnvironmentAccountConnectionResponse |
rejectEnvironmentAccountConnection(Consumer<RejectEnvironmentAccountConnectionRequest.Builder> rejectEnvironmentAccountConnectionRequest)
In a management account, reject an environment account connection from another environment account.
|
default RejectEnvironmentAccountConnectionResponse |
rejectEnvironmentAccountConnection(RejectEnvironmentAccountConnectionRequest rejectEnvironmentAccountConnectionRequest)
In a management account, reject an environment account connection from another environment account.
|
default ProtonServiceClientConfiguration |
serviceClientConfiguration() |
static ServiceMetadata |
serviceMetadata() |
default TagResourceResponse |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Tag a resource.
|
default TagResourceResponse |
tagResource(TagResourceRequest tagResourceRequest)
Tag a resource.
|
default UntagResourceResponse |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Remove a customer tag from a resource.
|
default UntagResourceResponse |
untagResource(UntagResourceRequest untagResourceRequest)
Remove a customer tag from a resource.
|
default UpdateAccountSettingsResponse |
updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest)
Update Proton settings that are used for multiple services in the Amazon Web Services account.
|
default UpdateAccountSettingsResponse |
updateAccountSettings(UpdateAccountSettingsRequest updateAccountSettingsRequest)
Update Proton settings that are used for multiple services in the Amazon Web Services account.
|
default UpdateComponentResponse |
updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest)
Update a component.
|
default UpdateComponentResponse |
updateComponent(UpdateComponentRequest updateComponentRequest)
Update a component.
|
default UpdateEnvironmentResponse |
updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)
Update an environment.
|
default UpdateEnvironmentResponse |
updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)
Update an environment.
|
default UpdateEnvironmentAccountConnectionResponse |
updateEnvironmentAccountConnection(Consumer<UpdateEnvironmentAccountConnectionRequest.Builder> updateEnvironmentAccountConnectionRequest)
In an environment account, update an environment account connection to use a new IAM role.
|
default UpdateEnvironmentAccountConnectionResponse |
updateEnvironmentAccountConnection(UpdateEnvironmentAccountConnectionRequest updateEnvironmentAccountConnectionRequest)
In an environment account, update an environment account connection to use a new IAM role.
|
default UpdateEnvironmentTemplateResponse |
updateEnvironmentTemplate(Consumer<UpdateEnvironmentTemplateRequest.Builder> updateEnvironmentTemplateRequest)
Update an environment template.
|
default UpdateEnvironmentTemplateResponse |
updateEnvironmentTemplate(UpdateEnvironmentTemplateRequest updateEnvironmentTemplateRequest)
Update an environment template.
|
default UpdateEnvironmentTemplateVersionResponse |
updateEnvironmentTemplateVersion(Consumer<UpdateEnvironmentTemplateVersionRequest.Builder> updateEnvironmentTemplateVersionRequest)
Update a major or minor version of an environment template.
|
default UpdateEnvironmentTemplateVersionResponse |
updateEnvironmentTemplateVersion(UpdateEnvironmentTemplateVersionRequest updateEnvironmentTemplateVersionRequest)
Update a major or minor version of an environment template.
|
default UpdateServiceResponse |
updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)
Edit a service description or use a spec to add and delete service instances.
|
default UpdateServiceResponse |
updateService(UpdateServiceRequest updateServiceRequest)
Edit a service description or use a spec to add and delete service instances.
|
default UpdateServiceInstanceResponse |
updateServiceInstance(Consumer<UpdateServiceInstanceRequest.Builder> updateServiceInstanceRequest)
Update a service instance.
|
default UpdateServiceInstanceResponse |
updateServiceInstance(UpdateServiceInstanceRequest updateServiceInstanceRequest)
Update a service instance.
|
default UpdateServicePipelineResponse |
updateServicePipeline(Consumer<UpdateServicePipelineRequest.Builder> updateServicePipelineRequest)
Update the service pipeline.
|
default UpdateServicePipelineResponse |
updateServicePipeline(UpdateServicePipelineRequest updateServicePipelineRequest)
Update the service pipeline.
|
default UpdateServiceSyncBlockerResponse |
updateServiceSyncBlocker(Consumer<UpdateServiceSyncBlockerRequest.Builder> updateServiceSyncBlockerRequest)
Update the service sync blocker by resolving it.
|
default UpdateServiceSyncBlockerResponse |
updateServiceSyncBlocker(UpdateServiceSyncBlockerRequest updateServiceSyncBlockerRequest)
Update the service sync blocker by resolving it.
|
default UpdateServiceSyncConfigResponse |
updateServiceSyncConfig(Consumer<UpdateServiceSyncConfigRequest.Builder> updateServiceSyncConfigRequest)
Update the Proton Ops config file.
|
default UpdateServiceSyncConfigResponse |
updateServiceSyncConfig(UpdateServiceSyncConfigRequest updateServiceSyncConfigRequest)
Update the Proton Ops config file.
|
default UpdateServiceTemplateResponse |
updateServiceTemplate(Consumer<UpdateServiceTemplateRequest.Builder> updateServiceTemplateRequest)
Update a service template.
|
default UpdateServiceTemplateResponse |
updateServiceTemplate(UpdateServiceTemplateRequest updateServiceTemplateRequest)
Update a service template.
|
default UpdateServiceTemplateVersionResponse |
updateServiceTemplateVersion(Consumer<UpdateServiceTemplateVersionRequest.Builder> updateServiceTemplateVersionRequest)
Update a major or minor version of a service template.
|
default UpdateServiceTemplateVersionResponse |
updateServiceTemplateVersion(UpdateServiceTemplateVersionRequest updateServiceTemplateVersionRequest)
Update a major or minor version of a service template.
|
default UpdateTemplateSyncConfigResponse |
updateTemplateSyncConfig(Consumer<UpdateTemplateSyncConfigRequest.Builder> updateTemplateSyncConfigRequest)
Update template sync configuration parameters, except for the
templateName and
templateType. |
default UpdateTemplateSyncConfigResponse |
updateTemplateSyncConfig(UpdateTemplateSyncConfigRequest updateTemplateSyncConfigRequest)
Update template sync configuration parameters, except for the
templateName and
templateType. |
default ProtonWaiter |
waiter()
Create an instance of
ProtonWaiter using this client. |
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.default AcceptEnvironmentAccountConnectionResponse acceptEnvironmentAccountConnection(AcceptEnvironmentAccountConnectionRequest acceptEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In a management account, an environment account connection request is accepted. When the environment account connection request is accepted, 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 Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AcceptEnvironmentAccountConnectionResponse acceptEnvironmentAccountConnection(Consumer<AcceptEnvironmentAccountConnectionRequest.Builder> acceptEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In a management account, an environment account connection request is accepted. When the environment account connection request is accepted, 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 Proton User guide.
This is a convenience which creates an instance of the AcceptEnvironmentAccountConnectionRequest.Builder
avoiding the need to create one manually via AcceptEnvironmentAccountConnectionRequest.builder()
acceptEnvironmentAccountConnectionRequest - A Consumer that will call methods on
AcceptEnvironmentAccountConnectionRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CancelComponentDeploymentResponse cancelComponentDeployment(CancelComponentDeploymentRequest cancelComponentDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Attempts to cancel a component deployment (for a component that is in the IN_PROGRESS deployment
status).
For more information about components, see Proton components in the Proton User Guide.
cancelComponentDeploymentRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CancelComponentDeploymentResponse cancelComponentDeployment(Consumer<CancelComponentDeploymentRequest.Builder> cancelComponentDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Attempts to cancel a component deployment (for a component that is in the IN_PROGRESS deployment
status).
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the CancelComponentDeploymentRequest.Builder avoiding
the need to create one manually via CancelComponentDeploymentRequest.builder()
cancelComponentDeploymentRequest - A Consumer that will call methods on
CancelComponentDeploymentRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CancelEnvironmentDeploymentResponse cancelEnvironmentDeployment(CancelEnvironmentDeploymentRequest cancelEnvironmentDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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
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 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CancelEnvironmentDeploymentResponse cancelEnvironmentDeployment(Consumer<CancelEnvironmentDeploymentRequest.Builder> cancelEnvironmentDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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
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 UpdateEnvironment action succeeds before the cancellation attempt starts, the resulting
deployment state is SUCCEEDED and the cancellation attempt has no effect.
This is a convenience which creates an instance of the CancelEnvironmentDeploymentRequest.Builder
avoiding the need to create one manually via CancelEnvironmentDeploymentRequest.builder()
cancelEnvironmentDeploymentRequest - A Consumer that will call methods on
CancelEnvironmentDeploymentRequest.Builder to create
a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CancelServiceInstanceDeploymentResponse cancelServiceInstanceDeployment(CancelServiceInstanceDeploymentRequest cancelServiceInstanceDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CancelServiceInstanceDeploymentResponse cancelServiceInstanceDeployment(Consumer<CancelServiceInstanceDeploymentRequest.Builder> cancelServiceInstanceDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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 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.
This is a convenience which creates an instance of the CancelServiceInstanceDeploymentRequest.Builder
avoiding the need to create one manually via CancelServiceInstanceDeploymentRequest.builder()
cancelServiceInstanceDeploymentRequest - A Consumer that will call methods on
CancelServiceInstanceDeploymentRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CancelServicePipelineDeploymentResponse cancelServicePipelineDeployment(CancelServicePipelineDeploymentRequest cancelServicePipelineDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CancelServicePipelineDeploymentResponse cancelServicePipelineDeployment(Consumer<CancelServicePipelineDeploymentRequest.Builder> cancelServicePipelineDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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 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.
This is a convenience which creates an instance of the CancelServicePipelineDeploymentRequest.Builder
avoiding the need to create one manually via CancelServicePipelineDeploymentRequest.builder()
cancelServicePipelineDeploymentRequest - A Consumer that will call methods on
CancelServicePipelineDeploymentRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateComponentResponse createComponent(CreateComponentRequest createComponentRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create an Proton component. A component is an infrastructure extension for a service instance.
For more information about components, see Proton components in the Proton User Guide.
createComponentRequest - ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateComponentResponse createComponent(Consumer<CreateComponentRequest.Builder> createComponentRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create an Proton component. A component is an infrastructure extension for a service instance.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the CreateComponentRequest.Builder avoiding the need
to create one manually via CreateComponentRequest.builder()
createComponentRequest - A Consumer that will call methods on
CreateComponentRequest.Builder to create a request.ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateEnvironmentResponse createEnvironment(CreateEnvironmentRequest createEnvironmentRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Deploy a new environment. An Proton environment is created from an environment template that defines infrastructure and resources that can be shared across services.
You can provision environments using the following methods:
Amazon Web Services-managed provisioning: Proton makes direct calls to provision your resources.
Self-managed provisioning: Proton makes pull requests on your repository to provide compiled infrastructure as code (IaC) files that your IaC engine uses to provision resources.
For more information, see Environments and Provisioning methods in the Proton User Guide.
createEnvironmentRequest - ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateEnvironmentResponse createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Deploy a new environment. An Proton environment is created from an environment template that defines infrastructure and resources that can be shared across services.
You can provision environments using the following methods:
Amazon Web Services-managed provisioning: Proton makes direct calls to provision your resources.
Self-managed provisioning: Proton makes pull requests on your repository to provide compiled infrastructure as code (IaC) files that your IaC engine uses to provision resources.
For more information, see Environments and Provisioning methods in the Proton User Guide.
This is a convenience which creates an instance of the CreateEnvironmentRequest.Builder avoiding the need
to create one manually via CreateEnvironmentRequest.builder()
createEnvironmentRequest - A Consumer that will call methods on
CreateEnvironmentRequest.Builder to create a request.ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateEnvironmentAccountConnectionResponse createEnvironmentAccountConnection(CreateEnvironmentAccountConnectionRequest createEnvironmentAccountConnectionRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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 Proton User guide.
createEnvironmentAccountConnectionRequest - ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateEnvironmentAccountConnectionResponse createEnvironmentAccountConnection(Consumer<CreateEnvironmentAccountConnectionRequest.Builder> createEnvironmentAccountConnectionRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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 Proton User guide.
This is a convenience which creates an instance of the CreateEnvironmentAccountConnectionRequest.Builder
avoiding the need to create one manually via CreateEnvironmentAccountConnectionRequest.builder()
createEnvironmentAccountConnectionRequest - A Consumer that will call methods on
CreateEnvironmentAccountConnectionRequest.Builder to
create a request.ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateEnvironmentTemplateResponse createEnvironmentTemplate(CreateEnvironmentTemplateRequest createEnvironmentTemplateRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create an environment template for Proton. For more information, see Environment Templates in the Proton User Guide.
You can create an environment template in one of the two following ways:
Register and publish a standard environment template that instructs Proton to deploy and manage environment infrastructure.
Register and publish a customer managed environment template that connects Proton to your existing
provisioned infrastructure that you manage. 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 Proton User Guide.
createEnvironmentTemplateRequest - ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateEnvironmentTemplateResponse createEnvironmentTemplate(Consumer<CreateEnvironmentTemplateRequest.Builder> createEnvironmentTemplateRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create an environment template for Proton. For more information, see Environment Templates in the Proton User Guide.
You can create an environment template in one of the two following ways:
Register and publish a standard environment template that instructs Proton to deploy and manage environment infrastructure.
Register and publish a customer managed environment template that connects Proton to your existing
provisioned infrastructure that you manage. 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 Proton User Guide.
This is a convenience which creates an instance of the CreateEnvironmentTemplateRequest.Builder avoiding
the need to create one manually via CreateEnvironmentTemplateRequest.builder()
createEnvironmentTemplateRequest - A Consumer that will call methods on
CreateEnvironmentTemplateRequest.Builder to create a
request.ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateEnvironmentTemplateVersionResponse createEnvironmentTemplateVersion(CreateEnvironmentTemplateVersionRequest createEnvironmentTemplateVersionRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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 Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateEnvironmentTemplateVersionResponse createEnvironmentTemplateVersion(Consumer<CreateEnvironmentTemplateVersionRequest.Builder> createEnvironmentTemplateVersionRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.
This is a convenience which creates an instance of the CreateEnvironmentTemplateVersionRequest.Builder
avoiding the need to create one manually via CreateEnvironmentTemplateVersionRequest.builder()
createEnvironmentTemplateVersionRequest - A Consumer that will call methods on
CreateEnvironmentTemplateVersionRequest.Builder to
create a request.ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateRepositoryResponse createRepository(CreateRepositoryRequest createRepositoryRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create and register a link to a repository. Proton uses the link to repeatedly access the repository, to either push to it (self-managed provisioning) or pull from it (template sync). You can share a linked repository across multiple resources (like environments using self-managed provisioning, or synced templates). When you create a repository link, Proton creates a service-linked role for you.
For more information, see Self-managed provisioning, Template bundles, and Template sync configurations in the Proton User Guide.
createRepositoryRequest - ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateRepositoryResponse createRepository(Consumer<CreateRepositoryRequest.Builder> createRepositoryRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create and register a link to a repository. Proton uses the link to repeatedly access the repository, to either push to it (self-managed provisioning) or pull from it (template sync). You can share a linked repository across multiple resources (like environments using self-managed provisioning, or synced templates). When you create a repository link, Proton creates a service-linked role for you.
For more information, see Self-managed provisioning, Template bundles, and Template sync configurations in the Proton User Guide.
This is a convenience which creates an instance of the CreateRepositoryRequest.Builder avoiding the need
to create one manually via CreateRepositoryRequest.builder()
createRepositoryRequest - A Consumer that will call methods on
CreateRepositoryRequest.Builder to create a request.ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceResponse createService(CreateServiceRequest createServiceRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create an Proton service. An Proton service is an instantiation of a service template and often includes several service instances and pipeline. For more information, see Services in the Proton User Guide.
createServiceRequest - ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceResponse createService(Consumer<CreateServiceRequest.Builder> createServiceRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create an Proton service. An Proton service is an instantiation of a service template and often includes several service instances and pipeline. For more information, see Services in the Proton User Guide.
This is a convenience which creates an instance of the CreateServiceRequest.Builder avoiding the need to
create one manually via CreateServiceRequest.builder()
createServiceRequest - A Consumer that will call methods on
CreateServiceRequest.Builder to create a request.ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceInstanceResponse createServiceInstance(CreateServiceInstanceRequest createServiceInstanceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create a service instance.
createServiceInstanceRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceInstanceResponse createServiceInstance(Consumer<CreateServiceInstanceRequest.Builder> createServiceInstanceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create a service instance.
This is a convenience which creates an instance of the CreateServiceInstanceRequest.Builder avoiding the
need to create one manually via CreateServiceInstanceRequest.builder()
createServiceInstanceRequest - A Consumer that will call methods on
CreateServiceInstanceRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceSyncConfigResponse createServiceSyncConfig(CreateServiceSyncConfigRequest createServiceSyncConfigRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create the Proton Ops configuration file.
createServiceSyncConfigRequest - ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceSyncConfigResponse createServiceSyncConfig(Consumer<CreateServiceSyncConfigRequest.Builder> createServiceSyncConfigRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create the Proton Ops configuration file.
This is a convenience which creates an instance of the CreateServiceSyncConfigRequest.Builder avoiding
the need to create one manually via CreateServiceSyncConfigRequest.builder()
createServiceSyncConfigRequest - A Consumer that will call methods on
CreateServiceSyncConfigRequest.Builder to create a
request.ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceTemplateResponse createServiceTemplate(CreateServiceTemplateRequest createServiceTemplateRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CI/CD service pipeline. Developers, in turn, select the service template from Proton. If the selected service template includes a service pipeline definition, they provide a link to their source code repository. Proton then deploys and manages the infrastructure defined by the selected service template. For more information, see Proton templates in the Proton User Guide.
createServiceTemplateRequest - ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceTemplateResponse createServiceTemplate(Consumer<CreateServiceTemplateRequest.Builder> createServiceTemplateRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CI/CD service pipeline. Developers, in turn, select the service template from Proton. If the selected service template includes a service pipeline definition, they provide a link to their source code repository. Proton then deploys and manages the infrastructure defined by the selected service template. For more information, see Proton templates in the Proton User Guide.
This is a convenience which creates an instance of the CreateServiceTemplateRequest.Builder avoiding the
need to create one manually via CreateServiceTemplateRequest.builder()
createServiceTemplateRequest - A Consumer that will call methods on
CreateServiceTemplateRequest.Builder to create a
request.ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceTemplateVersionResponse createServiceTemplateVersion(CreateServiceTemplateVersionRequest createServiceTemplateVersionRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create a new major or minor version of a service template. A major version of a service template is a version that isn't backward compatible. A minor version of a service template is a version that's backward compatible within its major version.
createServiceTemplateVersionRequest - ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceTemplateVersionResponse createServiceTemplateVersion(Consumer<CreateServiceTemplateVersionRequest.Builder> createServiceTemplateVersionRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create a new major or minor version of a service template. A major version of a service template is a version that isn't backward compatible. A minor version of a service template is a version that's backward compatible within its major version.
This is a convenience which creates an instance of the CreateServiceTemplateVersionRequest.Builder
avoiding the need to create one manually via CreateServiceTemplateVersionRequest.builder()
createServiceTemplateVersionRequest - A Consumer that will call methods on
CreateServiceTemplateVersionRequest.Builder to create
a request.ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateTemplateSyncConfigResponse createTemplateSyncConfig(CreateTemplateSyncConfigRequest createTemplateSyncConfigRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Set up a template to create new template versions automatically by tracking a linked repository. A linked repository is a repository that has been registered with Proton. For more information, see CreateRepository.
When a commit is pushed to your linked repository, Proton checks for changes to your repository template bundles. If it detects a template bundle change, a new major or minor version of its template is created, if the version doesn’t already exist. For more information, see Template sync configurations in the Proton User Guide.
createTemplateSyncConfigRequest - ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateTemplateSyncConfigResponse createTemplateSyncConfig(Consumer<CreateTemplateSyncConfigRequest.Builder> createTemplateSyncConfigRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Set up a template to create new template versions automatically by tracking a linked repository. A linked repository is a repository that has been registered with Proton. For more information, see CreateRepository.
When a commit is pushed to your linked repository, Proton checks for changes to your repository template bundles. If it detects a template bundle change, a new major or minor version of its template is created, if the version doesn’t already exist. For more information, see Template sync configurations in the Proton User Guide.
This is a convenience which creates an instance of the CreateTemplateSyncConfigRequest.Builder avoiding
the need to create one manually via CreateTemplateSyncConfigRequest.builder()
createTemplateSyncConfigRequest - A Consumer that will call methods on
CreateTemplateSyncConfigRequest.Builder to create a
request.ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteComponentResponse deleteComponent(DeleteComponentRequest deleteComponentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete an Proton component resource.
For more information about components, see Proton components in the Proton User Guide.
deleteComponentRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteComponentResponse deleteComponent(Consumer<DeleteComponentRequest.Builder> deleteComponentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete an Proton component resource.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the DeleteComponentRequest.Builder avoiding the need
to create one manually via DeleteComponentRequest.builder()
deleteComponentRequest - A Consumer that will call methods on
DeleteComponentRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDeploymentResponse deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete the deployment.
deleteDeploymentRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDeploymentResponse deleteDeployment(Consumer<DeleteDeploymentRequest.Builder> deleteDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete the deployment.
This is a convenience which creates an instance of the DeleteDeploymentRequest.Builder avoiding the need
to create one manually via DeleteDeploymentRequest.builder()
deleteDeploymentRequest - A Consumer that will call methods on
DeleteDeploymentRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteEnvironmentResponse deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteEnvironmentResponse deleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete an environment.
This is a convenience which creates an instance of the DeleteEnvironmentRequest.Builder avoiding the need
to create one manually via DeleteEnvironmentRequest.builder()
deleteEnvironmentRequest - A Consumer that will call methods on
DeleteEnvironmentRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteEnvironmentAccountConnectionResponse deleteEnvironmentAccountConnection(DeleteEnvironmentAccountConnectionRequest deleteEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In an environment account, delete an environment account connection.
After you delete an environment account connection that’s in use by an Proton environment, 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 Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteEnvironmentAccountConnectionResponse deleteEnvironmentAccountConnection(Consumer<DeleteEnvironmentAccountConnectionRequest.Builder> deleteEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In an environment account, delete an environment account connection.
After you delete an environment account connection that’s in use by an Proton environment, 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 Proton User guide.
This is a convenience which creates an instance of the DeleteEnvironmentAccountConnectionRequest.Builder
avoiding the need to create one manually via DeleteEnvironmentAccountConnectionRequest.builder()
deleteEnvironmentAccountConnectionRequest - A Consumer that will call methods on
DeleteEnvironmentAccountConnectionRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteEnvironmentTemplateResponse deleteEnvironmentTemplate(DeleteEnvironmentTemplateRequest deleteEnvironmentTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteEnvironmentTemplateResponse deleteEnvironmentTemplate(Consumer<DeleteEnvironmentTemplateRequest.Builder> deleteEnvironmentTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
If no other major or minor versions of an environment template exist, delete the environment template.
This is a convenience which creates an instance of the DeleteEnvironmentTemplateRequest.Builder avoiding
the need to create one manually via DeleteEnvironmentTemplateRequest.builder()
deleteEnvironmentTemplateRequest - A Consumer that will call methods on
DeleteEnvironmentTemplateRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteEnvironmentTemplateVersionResponse deleteEnvironmentTemplateVersion(DeleteEnvironmentTemplateVersionRequest deleteEnvironmentTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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 backward 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 backward 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteEnvironmentTemplateVersionResponse deleteEnvironmentTemplateVersion(Consumer<DeleteEnvironmentTemplateVersionRequest.Builder> deleteEnvironmentTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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 backward 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 backward compatible.
This is a convenience which creates an instance of the DeleteEnvironmentTemplateVersionRequest.Builder
avoiding the need to create one manually via DeleteEnvironmentTemplateVersionRequest.builder()
deleteEnvironmentTemplateVersionRequest - A Consumer that will call methods on
DeleteEnvironmentTemplateVersionRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteRepositoryResponse deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
De-register and unlink your repository.
deleteRepositoryRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteRepositoryResponse deleteRepository(Consumer<DeleteRepositoryRequest.Builder> deleteRepositoryRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
De-register and unlink your repository.
This is a convenience which creates an instance of the DeleteRepositoryRequest.Builder avoiding the need
to create one manually via DeleteRepositoryRequest.builder()
deleteRepositoryRequest - A Consumer that will call methods on
DeleteRepositoryRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteServiceResponse deleteService(DeleteServiceRequest deleteServiceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete a service, with its instances and pipeline.
You can't delete a service if it has any service instances that have components attached to them.
For more information about components, see Proton components in the Proton User Guide.
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteServiceResponse deleteService(Consumer<DeleteServiceRequest.Builder> deleteServiceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete a service, with its instances and pipeline.
You can't delete a service if it has any service instances that have components attached to them.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the DeleteServiceRequest.Builder avoiding the need to
create one manually via DeleteServiceRequest.builder()
deleteServiceRequest - A Consumer that will call methods on
DeleteServiceRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteServiceSyncConfigResponse deleteServiceSyncConfig(DeleteServiceSyncConfigRequest deleteServiceSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete the Proton Ops file.
deleteServiceSyncConfigRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteServiceSyncConfigResponse deleteServiceSyncConfig(Consumer<DeleteServiceSyncConfigRequest.Builder> deleteServiceSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete the Proton Ops file.
This is a convenience which creates an instance of the DeleteServiceSyncConfigRequest.Builder avoiding
the need to create one manually via DeleteServiceSyncConfigRequest.builder()
deleteServiceSyncConfigRequest - A Consumer that will call methods on
DeleteServiceSyncConfigRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteServiceTemplateResponse deleteServiceTemplate(DeleteServiceTemplateRequest deleteServiceTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteServiceTemplateResponse deleteServiceTemplate(Consumer<DeleteServiceTemplateRequest.Builder> deleteServiceTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
If no other major or minor versions of the service template exist, delete the service template.
This is a convenience which creates an instance of the DeleteServiceTemplateRequest.Builder avoiding the
need to create one manually via DeleteServiceTemplateRequest.builder()
deleteServiceTemplateRequest - A Consumer that will call methods on
DeleteServiceTemplateRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteServiceTemplateVersionResponse deleteServiceTemplateVersion(DeleteServiceTemplateVersionRequest deleteServiceTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteServiceTemplateVersionResponse deleteServiceTemplateVersion(Consumer<DeleteServiceTemplateVersionRequest.Builder> deleteServiceTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.
This is a convenience which creates an instance of the DeleteServiceTemplateVersionRequest.Builder
avoiding the need to create one manually via DeleteServiceTemplateVersionRequest.builder()
deleteServiceTemplateVersionRequest - A Consumer that will call methods on
DeleteServiceTemplateVersionRequest.Builder to create
a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteTemplateSyncConfigResponse deleteTemplateSyncConfig(DeleteTemplateSyncConfigRequest deleteTemplateSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete a template sync configuration.
deleteTemplateSyncConfigRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteTemplateSyncConfigResponse deleteTemplateSyncConfig(Consumer<DeleteTemplateSyncConfigRequest.Builder> deleteTemplateSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete a template sync configuration.
This is a convenience which creates an instance of the DeleteTemplateSyncConfigRequest.Builder avoiding
the need to create one manually via DeleteTemplateSyncConfigRequest.builder()
deleteTemplateSyncConfigRequest - A Consumer that will call methods on
DeleteTemplateSyncConfigRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetAccountSettingsResponse getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detail data for Proton account-wide settings.
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetAccountSettingsResponse getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detail data for Proton account-wide settings.
This is a convenience which creates an instance of the GetAccountSettingsRequest.Builder avoiding the
need to create one manually via GetAccountSettingsRequest.builder()
getAccountSettingsRequest - A Consumer that will call methods on
GetAccountSettingsRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetComponentResponse getComponent(GetComponentRequest getComponentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a component.
For more information about components, see Proton components in the Proton User Guide.
getComponentRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetComponentResponse getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a component.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the GetComponentRequest.Builder avoiding the need to
create one manually via GetComponentRequest.builder()
getComponentRequest - A Consumer that will call methods on
GetComponentRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeploymentResponse getDeployment(GetDeploymentRequest getDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a deployment.
getDeploymentRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeploymentResponse getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a deployment.
This is a convenience which creates an instance of the GetDeploymentRequest.Builder avoiding the need to
create one manually via GetDeploymentRequest.builder()
getDeploymentRequest - A Consumer that will call methods on
GetDeploymentRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEnvironmentResponse getEnvironment(GetEnvironmentRequest getEnvironmentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEnvironmentResponse getEnvironment(Consumer<GetEnvironmentRequest.Builder> getEnvironmentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for an environment.
This is a convenience which creates an instance of the GetEnvironmentRequest.Builder avoiding the need to
create one manually via GetEnvironmentRequest.builder()
getEnvironmentRequest - A Consumer that will call methods on
GetEnvironmentRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEnvironmentAccountConnectionResponse getEnvironmentAccountConnection(GetEnvironmentAccountConnectionRequest getEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In an environment account, get the detailed data for an environment account connection.
For more information, see Environment account connections in the Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEnvironmentAccountConnectionResponse getEnvironmentAccountConnection(Consumer<GetEnvironmentAccountConnectionRequest.Builder> getEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In an environment account, get the detailed data for an environment account connection.
For more information, see Environment account connections in the Proton User guide.
This is a convenience which creates an instance of the GetEnvironmentAccountConnectionRequest.Builder
avoiding the need to create one manually via GetEnvironmentAccountConnectionRequest.builder()
getEnvironmentAccountConnectionRequest - A Consumer that will call methods on
GetEnvironmentAccountConnectionRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEnvironmentTemplateResponse getEnvironmentTemplate(GetEnvironmentTemplateRequest getEnvironmentTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEnvironmentTemplateResponse getEnvironmentTemplate(Consumer<GetEnvironmentTemplateRequest.Builder> getEnvironmentTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for an environment template.
This is a convenience which creates an instance of the GetEnvironmentTemplateRequest.Builder avoiding the
need to create one manually via GetEnvironmentTemplateRequest.builder()
getEnvironmentTemplateRequest - A Consumer that will call methods on
GetEnvironmentTemplateRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEnvironmentTemplateVersionResponse getEnvironmentTemplateVersion(GetEnvironmentTemplateVersionRequest getEnvironmentTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEnvironmentTemplateVersionResponse getEnvironmentTemplateVersion(Consumer<GetEnvironmentTemplateVersionRequest.Builder> getEnvironmentTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a major or minor version of an environment template.
This is a convenience which creates an instance of the GetEnvironmentTemplateVersionRequest.Builder
avoiding the need to create one manually via GetEnvironmentTemplateVersionRequest.builder()
getEnvironmentTemplateVersionRequest - A Consumer that will call methods on
GetEnvironmentTemplateVersionRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetRepositoryResponse getRepository(GetRepositoryRequest getRepositoryRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detail data for a linked repository.
getRepositoryRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetRepositoryResponse getRepository(Consumer<GetRepositoryRequest.Builder> getRepositoryRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detail data for a linked repository.
This is a convenience which creates an instance of the GetRepositoryRequest.Builder avoiding the need to
create one manually via GetRepositoryRequest.builder()
getRepositoryRequest - A Consumer that will call methods on
GetRepositoryRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetRepositorySyncStatusResponse getRepositorySyncStatus(GetRepositorySyncStatusRequest getRepositorySyncStatusRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get the sync status of a repository used for Proton template sync. For more information about template sync, see .
A repository sync status isn't tied to the Proton Repository resource (or any other Proton resource). Therefore, tags on an Proton Repository resource have no effect on this action. Specifically, you can't use these tags to control access to this action using Attribute-based access control (ABAC).
For more information about ABAC, see ABAC in the Proton User Guide.
getRepositorySyncStatusRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetRepositorySyncStatusResponse getRepositorySyncStatus(Consumer<GetRepositorySyncStatusRequest.Builder> getRepositorySyncStatusRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get the sync status of a repository used for Proton template sync. For more information about template sync, see .
A repository sync status isn't tied to the Proton Repository resource (or any other Proton resource). Therefore, tags on an Proton Repository resource have no effect on this action. Specifically, you can't use these tags to control access to this action using Attribute-based access control (ABAC).
For more information about ABAC, see ABAC in the Proton User Guide.
This is a convenience which creates an instance of the GetRepositorySyncStatusRequest.Builder avoiding
the need to create one manually via GetRepositorySyncStatusRequest.builder()
getRepositorySyncStatusRequest - A Consumer that will call methods on
GetRepositorySyncStatusRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetResourcesSummaryResponse getResourcesSummary(GetResourcesSummaryRequest getResourcesSummaryRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get counts of Proton resources.
For infrastructure-provisioning resources (environments, services, service instances, pipelines), the action returns staleness counts. A resource is stale when it's behind the recommended version of the Proton template that it uses and it needs an update to become current.
The action returns staleness counts (counts of resources that are up-to-date, behind a template major version, or
behind a template minor version), the total number of resources, and the number of resources that are in a failed
state, grouped by resource type. Components, environments, and service templates return less information - see
the components, environments, and serviceTemplates field descriptions.
For context, the action also returns the total number of each type of Proton template in the Amazon Web Services account.
For more information, see Proton dashboard in the Proton User Guide.
getResourcesSummaryRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetResourcesSummaryResponse getResourcesSummary(Consumer<GetResourcesSummaryRequest.Builder> getResourcesSummaryRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get counts of Proton resources.
For infrastructure-provisioning resources (environments, services, service instances, pipelines), the action returns staleness counts. A resource is stale when it's behind the recommended version of the Proton template that it uses and it needs an update to become current.
The action returns staleness counts (counts of resources that are up-to-date, behind a template major version, or
behind a template minor version), the total number of resources, and the number of resources that are in a failed
state, grouped by resource type. Components, environments, and service templates return less information - see
the components, environments, and serviceTemplates field descriptions.
For context, the action also returns the total number of each type of Proton template in the Amazon Web Services account.
For more information, see Proton dashboard in the Proton User Guide.
This is a convenience which creates an instance of the GetResourcesSummaryRequest.Builder avoiding the
need to create one manually via GetResourcesSummaryRequest.builder()
getResourcesSummaryRequest - A Consumer that will call methods on
GetResourcesSummaryRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceResponse getService(GetServiceRequest getServiceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceResponse getService(Consumer<GetServiceRequest.Builder> getServiceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a service.
This is a convenience which creates an instance of the GetServiceRequest.Builder avoiding the need to
create one manually via GetServiceRequest.builder()
getServiceRequest - A Consumer that will call methods on
GetServiceRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceInstanceResponse getServiceInstance(GetServiceInstanceRequest getServiceInstanceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a service instance. A service instance is an instantiation of service template and it runs 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceInstanceResponse getServiceInstance(Consumer<GetServiceInstanceRequest.Builder> getServiceInstanceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a service instance. A service instance is an instantiation of service template and it runs in a specific environment.
This is a convenience which creates an instance of the GetServiceInstanceRequest.Builder avoiding the
need to create one manually via GetServiceInstanceRequest.builder()
getServiceInstanceRequest - A Consumer that will call methods on
GetServiceInstanceRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceInstanceSyncStatusResponse getServiceInstanceSyncStatus(GetServiceInstanceSyncStatusRequest getServiceInstanceSyncStatusRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get the status of the synced service instance.
getServiceInstanceSyncStatusRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceInstanceSyncStatusResponse getServiceInstanceSyncStatus(Consumer<GetServiceInstanceSyncStatusRequest.Builder> getServiceInstanceSyncStatusRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get the status of the synced service instance.
This is a convenience which creates an instance of the GetServiceInstanceSyncStatusRequest.Builder
avoiding the need to create one manually via GetServiceInstanceSyncStatusRequest.builder()
getServiceInstanceSyncStatusRequest - A Consumer that will call methods on
GetServiceInstanceSyncStatusRequest.Builder to create
a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceSyncBlockerSummaryResponse getServiceSyncBlockerSummary(GetServiceSyncBlockerSummaryRequest getServiceSyncBlockerSummaryRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for the service sync blocker summary.
getServiceSyncBlockerSummaryRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceSyncBlockerSummaryResponse getServiceSyncBlockerSummary(Consumer<GetServiceSyncBlockerSummaryRequest.Builder> getServiceSyncBlockerSummaryRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for the service sync blocker summary.
This is a convenience which creates an instance of the GetServiceSyncBlockerSummaryRequest.Builder
avoiding the need to create one manually via GetServiceSyncBlockerSummaryRequest.builder()
getServiceSyncBlockerSummaryRequest - A Consumer that will call methods on
GetServiceSyncBlockerSummaryRequest.Builder to create
a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceSyncConfigResponse getServiceSyncConfig(GetServiceSyncConfigRequest getServiceSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed information for the service sync configuration.
getServiceSyncConfigRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceSyncConfigResponse getServiceSyncConfig(Consumer<GetServiceSyncConfigRequest.Builder> getServiceSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed information for the service sync configuration.
This is a convenience which creates an instance of the GetServiceSyncConfigRequest.Builder avoiding the
need to create one manually via GetServiceSyncConfigRequest.builder()
getServiceSyncConfigRequest - A Consumer that will call methods on
GetServiceSyncConfigRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceTemplateResponse getServiceTemplate(GetServiceTemplateRequest getServiceTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceTemplateResponse getServiceTemplate(Consumer<GetServiceTemplateRequest.Builder> getServiceTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a service template.
This is a convenience which creates an instance of the GetServiceTemplateRequest.Builder avoiding the
need to create one manually via GetServiceTemplateRequest.builder()
getServiceTemplateRequest - A Consumer that will call methods on
GetServiceTemplateRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceTemplateVersionResponse getServiceTemplateVersion(GetServiceTemplateVersionRequest getServiceTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceTemplateVersionResponse getServiceTemplateVersion(Consumer<GetServiceTemplateVersionRequest.Builder> getServiceTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a major or minor version of a service template.
This is a convenience which creates an instance of the GetServiceTemplateVersionRequest.Builder avoiding
the need to create one manually via GetServiceTemplateVersionRequest.builder()
getServiceTemplateVersionRequest - A Consumer that will call methods on
GetServiceTemplateVersionRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetTemplateSyncConfigResponse getTemplateSyncConfig(GetTemplateSyncConfigRequest getTemplateSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detail data for a template sync configuration.
getTemplateSyncConfigRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetTemplateSyncConfigResponse getTemplateSyncConfig(Consumer<GetTemplateSyncConfigRequest.Builder> getTemplateSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detail data for a template sync configuration.
This is a convenience which creates an instance of the GetTemplateSyncConfigRequest.Builder avoiding the
need to create one manually via GetTemplateSyncConfigRequest.builder()
getTemplateSyncConfigRequest - A Consumer that will call methods on
GetTemplateSyncConfigRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetTemplateSyncStatusResponse getTemplateSyncStatus(GetTemplateSyncStatusRequest getTemplateSyncStatusRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get the status of a template sync.
getTemplateSyncStatusRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetTemplateSyncStatusResponse getTemplateSyncStatus(Consumer<GetTemplateSyncStatusRequest.Builder> getTemplateSyncStatusRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get the status of a template sync.
This is a convenience which creates an instance of the GetTemplateSyncStatusRequest.Builder avoiding the
need to create one manually via GetTemplateSyncStatusRequest.builder()
getTemplateSyncStatusRequest - A Consumer that will call methods on
GetTemplateSyncStatusRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListComponentOutputsResponse listComponentOutputs(ListComponentOutputsRequest listComponentOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list of component Infrastructure as Code (IaC) outputs.
For more information about components, see Proton components in the Proton User Guide.
listComponentOutputsRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListComponentOutputsResponse listComponentOutputs(Consumer<ListComponentOutputsRequest.Builder> listComponentOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list of component Infrastructure as Code (IaC) outputs.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the ListComponentOutputsRequest.Builder avoiding the
need to create one manually via ListComponentOutputsRequest.builder()
listComponentOutputsRequest - A Consumer that will call methods on
ListComponentOutputsRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListComponentOutputsIterable listComponentOutputsPaginator(ListComponentOutputsRequest listComponentOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list of component Infrastructure as Code (IaC) outputs.
For more information about components, see Proton components in the Proton User Guide.
This is a variant of
listComponentOutputs(software.amazon.awssdk.services.proton.model.ListComponentOutputsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListComponentOutputsIterable responses = client.listComponentOutputsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListComponentOutputsIterable responses = client
.listComponentOutputsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListComponentOutputsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListComponentOutputsIterable responses = client.listComponentOutputsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComponentOutputs(software.amazon.awssdk.services.proton.model.ListComponentOutputsRequest)
operation.
listComponentOutputsRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListComponentOutputsIterable listComponentOutputsPaginator(Consumer<ListComponentOutputsRequest.Builder> listComponentOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list of component Infrastructure as Code (IaC) outputs.
For more information about components, see Proton components in the Proton User Guide.
This is a variant of
listComponentOutputs(software.amazon.awssdk.services.proton.model.ListComponentOutputsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListComponentOutputsIterable responses = client.listComponentOutputsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListComponentOutputsIterable responses = client
.listComponentOutputsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListComponentOutputsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListComponentOutputsIterable responses = client.listComponentOutputsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComponentOutputs(software.amazon.awssdk.services.proton.model.ListComponentOutputsRequest)
operation.
This is a convenience which creates an instance of the ListComponentOutputsRequest.Builder avoiding the
need to create one manually via ListComponentOutputsRequest.builder()
listComponentOutputsRequest - A Consumer that will call methods on
ListComponentOutputsRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListComponentProvisionedResourcesResponse listComponentProvisionedResources(ListComponentProvisionedResourcesRequest listComponentProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a component with details.
For more information about components, see Proton components in the Proton User Guide.
listComponentProvisionedResourcesRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListComponentProvisionedResourcesResponse listComponentProvisionedResources(Consumer<ListComponentProvisionedResourcesRequest.Builder> listComponentProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a component with details.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the ListComponentProvisionedResourcesRequest.Builder
avoiding the need to create one manually via ListComponentProvisionedResourcesRequest.builder()
listComponentProvisionedResourcesRequest - A Consumer that will call methods on
ListComponentProvisionedResourcesRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListComponentProvisionedResourcesIterable listComponentProvisionedResourcesPaginator(ListComponentProvisionedResourcesRequest listComponentProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a component with details.
For more information about components, see Proton components in the Proton User Guide.
This is a variant of
listComponentProvisionedResources(software.amazon.awssdk.services.proton.model.ListComponentProvisionedResourcesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListComponentProvisionedResourcesIterable responses = client.listComponentProvisionedResourcesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListComponentProvisionedResourcesIterable responses = client
.listComponentProvisionedResourcesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListComponentProvisionedResourcesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListComponentProvisionedResourcesIterable responses = client.listComponentProvisionedResourcesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComponentProvisionedResources(software.amazon.awssdk.services.proton.model.ListComponentProvisionedResourcesRequest)
operation.
listComponentProvisionedResourcesRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListComponentProvisionedResourcesIterable listComponentProvisionedResourcesPaginator(Consumer<ListComponentProvisionedResourcesRequest.Builder> listComponentProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a component with details.
For more information about components, see Proton components in the Proton User Guide.
This is a variant of
listComponentProvisionedResources(software.amazon.awssdk.services.proton.model.ListComponentProvisionedResourcesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListComponentProvisionedResourcesIterable responses = client.listComponentProvisionedResourcesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListComponentProvisionedResourcesIterable responses = client
.listComponentProvisionedResourcesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListComponentProvisionedResourcesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListComponentProvisionedResourcesIterable responses = client.listComponentProvisionedResourcesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComponentProvisionedResources(software.amazon.awssdk.services.proton.model.ListComponentProvisionedResourcesRequest)
operation.
This is a convenience which creates an instance of the ListComponentProvisionedResourcesRequest.Builder
avoiding the need to create one manually via ListComponentProvisionedResourcesRequest.builder()
listComponentProvisionedResourcesRequest - A Consumer that will call methods on
ListComponentProvisionedResourcesRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListComponentsResponse listComponents(ListComponentsRequest listComponentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List components with summary data. You can filter the result list by environment, service, or a single service instance.
For more information about components, see Proton components in the Proton User Guide.
listComponentsRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListComponentsResponse listComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List components with summary data. You can filter the result list by environment, service, or a single service instance.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the ListComponentsRequest.Builder avoiding the need to
create one manually via ListComponentsRequest.builder()
listComponentsRequest - A Consumer that will call methods on
ListComponentsRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListComponentsIterable listComponentsPaginator(ListComponentsRequest listComponentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List components with summary data. You can filter the result list by environment, service, or a single service instance.
For more information about components, see Proton components in the Proton User Guide.
This is a variant of listComponents(software.amazon.awssdk.services.proton.model.ListComponentsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListComponentsIterable responses = client.listComponentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListComponentsIterable responses = client.listComponentsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListComponentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListComponentsIterable responses = client.listComponentsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComponents(software.amazon.awssdk.services.proton.model.ListComponentsRequest) operation.
listComponentsRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListComponentsIterable listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List components with summary data. You can filter the result list by environment, service, or a single service instance.
For more information about components, see Proton components in the Proton User Guide.
This is a variant of listComponents(software.amazon.awssdk.services.proton.model.ListComponentsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListComponentsIterable responses = client.listComponentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListComponentsIterable responses = client.listComponentsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListComponentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListComponentsIterable responses = client.listComponentsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComponents(software.amazon.awssdk.services.proton.model.ListComponentsRequest) operation.
This is a convenience which creates an instance of the ListComponentsRequest.Builder avoiding the need to
create one manually via ListComponentsRequest.builder()
listComponentsRequest - A Consumer that will call methods on
ListComponentsRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeploymentsResponse listDeployments(ListDeploymentsRequest listDeploymentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List deployments. You can filter the result list by environment, service, or a single service instance.
listDeploymentsRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeploymentsResponse listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List deployments. You can filter the result list by environment, service, or a single service instance.
This is a convenience which creates an instance of the ListDeploymentsRequest.Builder avoiding the need
to create one manually via ListDeploymentsRequest.builder()
listDeploymentsRequest - A Consumer that will call methods on
ListDeploymentsRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeploymentsIterable listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List deployments. You can filter the result list by environment, service, or a single service instance.
This is a variant of
listDeployments(software.amazon.awssdk.services.proton.model.ListDeploymentsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListDeploymentsIterable responses = client.listDeploymentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListDeploymentsIterable responses = client
.listDeploymentsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListDeploymentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListDeploymentsIterable responses = client.listDeploymentsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDeployments(software.amazon.awssdk.services.proton.model.ListDeploymentsRequest) operation.
listDeploymentsRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeploymentsIterable listDeploymentsPaginator(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List deployments. You can filter the result list by environment, service, or a single service instance.
This is a variant of
listDeployments(software.amazon.awssdk.services.proton.model.ListDeploymentsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListDeploymentsIterable responses = client.listDeploymentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListDeploymentsIterable responses = client
.listDeploymentsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListDeploymentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListDeploymentsIterable responses = client.listDeploymentsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDeployments(software.amazon.awssdk.services.proton.model.ListDeploymentsRequest) operation.
This is a convenience which creates an instance of the ListDeploymentsRequest.Builder avoiding the need
to create one manually via ListDeploymentsRequest.builder()
listDeploymentsRequest - A Consumer that will call methods on
ListDeploymentsRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentAccountConnectionsResponse listEnvironmentAccountConnections(ListEnvironmentAccountConnectionsRequest listEnvironmentAccountConnectionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
View a list of environment account connections.
For more information, see Environment account connections in the Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentAccountConnectionsResponse listEnvironmentAccountConnections(Consumer<ListEnvironmentAccountConnectionsRequest.Builder> listEnvironmentAccountConnectionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
View a list of environment account connections.
For more information, see Environment account connections in the Proton User guide.
This is a convenience which creates an instance of the ListEnvironmentAccountConnectionsRequest.Builder
avoiding the need to create one manually via ListEnvironmentAccountConnectionsRequest.builder()
listEnvironmentAccountConnectionsRequest - A Consumer that will call methods on
ListEnvironmentAccountConnectionsRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentAccountConnectionsIterable listEnvironmentAccountConnectionsPaginator(ListEnvironmentAccountConnectionsRequest listEnvironmentAccountConnectionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
View a list of environment account connections.
For more information, see Environment account connections in the Proton User guide.
This is a variant of
listEnvironmentAccountConnections(software.amazon.awssdk.services.proton.model.ListEnvironmentAccountConnectionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListEnvironmentAccountConnectionsIterable responses = client.listEnvironmentAccountConnectionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListEnvironmentAccountConnectionsIterable responses = client
.listEnvironmentAccountConnectionsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListEnvironmentAccountConnectionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListEnvironmentAccountConnectionsIterable responses = client.listEnvironmentAccountConnectionsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentAccountConnections(software.amazon.awssdk.services.proton.model.ListEnvironmentAccountConnectionsRequest)
operation.
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentAccountConnectionsIterable listEnvironmentAccountConnectionsPaginator(Consumer<ListEnvironmentAccountConnectionsRequest.Builder> listEnvironmentAccountConnectionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
View a list of environment account connections.
For more information, see Environment account connections in the Proton User guide.
This is a variant of
listEnvironmentAccountConnections(software.amazon.awssdk.services.proton.model.ListEnvironmentAccountConnectionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListEnvironmentAccountConnectionsIterable responses = client.listEnvironmentAccountConnectionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListEnvironmentAccountConnectionsIterable responses = client
.listEnvironmentAccountConnectionsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListEnvironmentAccountConnectionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListEnvironmentAccountConnectionsIterable responses = client.listEnvironmentAccountConnectionsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentAccountConnections(software.amazon.awssdk.services.proton.model.ListEnvironmentAccountConnectionsRequest)
operation.
This is a convenience which creates an instance of the ListEnvironmentAccountConnectionsRequest.Builder
avoiding the need to create one manually via ListEnvironmentAccountConnectionsRequest.builder()
listEnvironmentAccountConnectionsRequest - A Consumer that will call methods on
ListEnvironmentAccountConnectionsRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentOutputsResponse listEnvironmentOutputs(ListEnvironmentOutputsRequest listEnvironmentOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List the infrastructure as code outputs for your environment.
listEnvironmentOutputsRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentOutputsResponse listEnvironmentOutputs(Consumer<ListEnvironmentOutputsRequest.Builder> listEnvironmentOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List the infrastructure as code outputs for your environment.
This is a convenience which creates an instance of the ListEnvironmentOutputsRequest.Builder avoiding the
need to create one manually via ListEnvironmentOutputsRequest.builder()
listEnvironmentOutputsRequest - A Consumer that will call methods on
ListEnvironmentOutputsRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentOutputsIterable listEnvironmentOutputsPaginator(ListEnvironmentOutputsRequest listEnvironmentOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List the infrastructure as code outputs for your environment.
This is a variant of
listEnvironmentOutputs(software.amazon.awssdk.services.proton.model.ListEnvironmentOutputsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListEnvironmentOutputsIterable responses = client.listEnvironmentOutputsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListEnvironmentOutputsIterable responses = client
.listEnvironmentOutputsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListEnvironmentOutputsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListEnvironmentOutputsIterable responses = client.listEnvironmentOutputsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentOutputs(software.amazon.awssdk.services.proton.model.ListEnvironmentOutputsRequest)
operation.
listEnvironmentOutputsRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentOutputsIterable listEnvironmentOutputsPaginator(Consumer<ListEnvironmentOutputsRequest.Builder> listEnvironmentOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List the infrastructure as code outputs for your environment.
This is a variant of
listEnvironmentOutputs(software.amazon.awssdk.services.proton.model.ListEnvironmentOutputsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListEnvironmentOutputsIterable responses = client.listEnvironmentOutputsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListEnvironmentOutputsIterable responses = client
.listEnvironmentOutputsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListEnvironmentOutputsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListEnvironmentOutputsIterable responses = client.listEnvironmentOutputsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentOutputs(software.amazon.awssdk.services.proton.model.ListEnvironmentOutputsRequest)
operation.
This is a convenience which creates an instance of the ListEnvironmentOutputsRequest.Builder avoiding the
need to create one manually via ListEnvironmentOutputsRequest.builder()
listEnvironmentOutputsRequest - A Consumer that will call methods on
ListEnvironmentOutputsRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentProvisionedResourcesResponse listEnvironmentProvisionedResources(ListEnvironmentProvisionedResourcesRequest listEnvironmentProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List the provisioned resources for your environment.
listEnvironmentProvisionedResourcesRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentProvisionedResourcesResponse listEnvironmentProvisionedResources(Consumer<ListEnvironmentProvisionedResourcesRequest.Builder> listEnvironmentProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List the provisioned resources for your environment.
This is a convenience which creates an instance of the ListEnvironmentProvisionedResourcesRequest.Builder
avoiding the need to create one manually via ListEnvironmentProvisionedResourcesRequest.builder()
listEnvironmentProvisionedResourcesRequest - A Consumer that will call methods on
ListEnvironmentProvisionedResourcesRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentProvisionedResourcesIterable listEnvironmentProvisionedResourcesPaginator(ListEnvironmentProvisionedResourcesRequest listEnvironmentProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List the provisioned resources for your environment.
This is a variant of
listEnvironmentProvisionedResources(software.amazon.awssdk.services.proton.model.ListEnvironmentProvisionedResourcesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListEnvironmentProvisionedResourcesIterable responses = client.listEnvironmentProvisionedResourcesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListEnvironmentProvisionedResourcesIterable responses = client
.listEnvironmentProvisionedResourcesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListEnvironmentProvisionedResourcesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListEnvironmentProvisionedResourcesIterable responses = client.listEnvironmentProvisionedResourcesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentProvisionedResources(software.amazon.awssdk.services.proton.model.ListEnvironmentProvisionedResourcesRequest)
operation.
listEnvironmentProvisionedResourcesRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentProvisionedResourcesIterable listEnvironmentProvisionedResourcesPaginator(Consumer<ListEnvironmentProvisionedResourcesRequest.Builder> listEnvironmentProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List the provisioned resources for your environment.
This is a variant of
listEnvironmentProvisionedResources(software.amazon.awssdk.services.proton.model.ListEnvironmentProvisionedResourcesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListEnvironmentProvisionedResourcesIterable responses = client.listEnvironmentProvisionedResourcesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListEnvironmentProvisionedResourcesIterable responses = client
.listEnvironmentProvisionedResourcesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListEnvironmentProvisionedResourcesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListEnvironmentProvisionedResourcesIterable responses = client.listEnvironmentProvisionedResourcesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentProvisionedResources(software.amazon.awssdk.services.proton.model.ListEnvironmentProvisionedResourcesRequest)
operation.
This is a convenience which creates an instance of the ListEnvironmentProvisionedResourcesRequest.Builder
avoiding the need to create one manually via ListEnvironmentProvisionedResourcesRequest.builder()
listEnvironmentProvisionedResourcesRequest - A Consumer that will call methods on
ListEnvironmentProvisionedResourcesRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentTemplateVersionsResponse listEnvironmentTemplateVersions(ListEnvironmentTemplateVersionsRequest listEnvironmentTemplateVersionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentTemplateVersionsResponse listEnvironmentTemplateVersions(Consumer<ListEnvironmentTemplateVersionsRequest.Builder> listEnvironmentTemplateVersionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List major or minor versions of an environment template with detail data.
This is a convenience which creates an instance of the ListEnvironmentTemplateVersionsRequest.Builder
avoiding the need to create one manually via ListEnvironmentTemplateVersionsRequest.builder()
listEnvironmentTemplateVersionsRequest - A Consumer that will call methods on
ListEnvironmentTemplateVersionsRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentTemplateVersionsIterable listEnvironmentTemplateVersionsPaginator(ListEnvironmentTemplateVersionsRequest listEnvironmentTemplateVersionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List major or minor versions of an environment template with detail data.
This is a variant of
listEnvironmentTemplateVersions(software.amazon.awssdk.services.proton.model.ListEnvironmentTemplateVersionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplateVersionsIterable responses = client.listEnvironmentTemplateVersionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplateVersionsIterable responses = client
.listEnvironmentTemplateVersionsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListEnvironmentTemplateVersionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplateVersionsIterable responses = client.listEnvironmentTemplateVersionsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentTemplateVersions(software.amazon.awssdk.services.proton.model.ListEnvironmentTemplateVersionsRequest)
operation.
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentTemplateVersionsIterable listEnvironmentTemplateVersionsPaginator(Consumer<ListEnvironmentTemplateVersionsRequest.Builder> listEnvironmentTemplateVersionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List major or minor versions of an environment template with detail data.
This is a variant of
listEnvironmentTemplateVersions(software.amazon.awssdk.services.proton.model.ListEnvironmentTemplateVersionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplateVersionsIterable responses = client.listEnvironmentTemplateVersionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplateVersionsIterable responses = client
.listEnvironmentTemplateVersionsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListEnvironmentTemplateVersionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplateVersionsIterable responses = client.listEnvironmentTemplateVersionsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentTemplateVersions(software.amazon.awssdk.services.proton.model.ListEnvironmentTemplateVersionsRequest)
operation.
This is a convenience which creates an instance of the ListEnvironmentTemplateVersionsRequest.Builder
avoiding the need to create one manually via ListEnvironmentTemplateVersionsRequest.builder()
listEnvironmentTemplateVersionsRequest - A Consumer that will call methods on
ListEnvironmentTemplateVersionsRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentTemplatesResponse listEnvironmentTemplates(ListEnvironmentTemplatesRequest listEnvironmentTemplatesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentTemplatesResponse listEnvironmentTemplates(Consumer<ListEnvironmentTemplatesRequest.Builder> listEnvironmentTemplatesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List environment templates.
This is a convenience which creates an instance of the ListEnvironmentTemplatesRequest.Builder avoiding
the need to create one manually via ListEnvironmentTemplatesRequest.builder()
listEnvironmentTemplatesRequest - A Consumer that will call methods on
ListEnvironmentTemplatesRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentTemplatesIterable listEnvironmentTemplatesPaginator(ListEnvironmentTemplatesRequest listEnvironmentTemplatesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List environment templates.
This is a variant of
listEnvironmentTemplates(software.amazon.awssdk.services.proton.model.ListEnvironmentTemplatesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplatesIterable responses = client.listEnvironmentTemplatesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplatesIterable responses = client
.listEnvironmentTemplatesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListEnvironmentTemplatesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplatesIterable responses = client.listEnvironmentTemplatesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentTemplates(software.amazon.awssdk.services.proton.model.ListEnvironmentTemplatesRequest)
operation.
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentTemplatesIterable listEnvironmentTemplatesPaginator(Consumer<ListEnvironmentTemplatesRequest.Builder> listEnvironmentTemplatesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List environment templates.
This is a variant of
listEnvironmentTemplates(software.amazon.awssdk.services.proton.model.ListEnvironmentTemplatesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplatesIterable responses = client.listEnvironmentTemplatesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplatesIterable responses = client
.listEnvironmentTemplatesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListEnvironmentTemplatesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplatesIterable responses = client.listEnvironmentTemplatesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentTemplates(software.amazon.awssdk.services.proton.model.ListEnvironmentTemplatesRequest)
operation.
This is a convenience which creates an instance of the ListEnvironmentTemplatesRequest.Builder avoiding
the need to create one manually via ListEnvironmentTemplatesRequest.builder()
listEnvironmentTemplatesRequest - A Consumer that will call methods on
ListEnvironmentTemplatesRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentsResponse listEnvironments(ListEnvironmentsRequest listEnvironmentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentsResponse listEnvironments(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List environments with detail data summaries.
This is a convenience which creates an instance of the ListEnvironmentsRequest.Builder avoiding the need
to create one manually via ListEnvironmentsRequest.builder()
listEnvironmentsRequest - A Consumer that will call methods on
ListEnvironmentsRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentsIterable listEnvironmentsPaginator(ListEnvironmentsRequest listEnvironmentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List environments with detail data summaries.
This is a variant of
listEnvironments(software.amazon.awssdk.services.proton.model.ListEnvironmentsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListEnvironmentsIterable responses = client.listEnvironmentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListEnvironmentsIterable responses = client
.listEnvironmentsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListEnvironmentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListEnvironmentsIterable responses = client.listEnvironmentsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironments(software.amazon.awssdk.services.proton.model.ListEnvironmentsRequest) operation.
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentsIterable listEnvironmentsPaginator(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List environments with detail data summaries.
This is a variant of
listEnvironments(software.amazon.awssdk.services.proton.model.ListEnvironmentsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListEnvironmentsIterable responses = client.listEnvironmentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListEnvironmentsIterable responses = client
.listEnvironmentsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListEnvironmentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListEnvironmentsIterable responses = client.listEnvironmentsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironments(software.amazon.awssdk.services.proton.model.ListEnvironmentsRequest) operation.
This is a convenience which creates an instance of the ListEnvironmentsRequest.Builder avoiding the need
to create one manually via ListEnvironmentsRequest.builder()
listEnvironmentsRequest - A Consumer that will call methods on
ListEnvironmentsRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRepositoriesResponse listRepositories(ListRepositoriesRequest listRepositoriesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List linked repositories with detail data.
listRepositoriesRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRepositoriesResponse listRepositories(Consumer<ListRepositoriesRequest.Builder> listRepositoriesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List linked repositories with detail data.
This is a convenience which creates an instance of the ListRepositoriesRequest.Builder avoiding the need
to create one manually via ListRepositoriesRequest.builder()
listRepositoriesRequest - A Consumer that will call methods on
ListRepositoriesRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRepositoriesIterable listRepositoriesPaginator(ListRepositoriesRequest listRepositoriesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List linked repositories with detail data.
This is a variant of
listRepositories(software.amazon.awssdk.services.proton.model.ListRepositoriesRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListRepositoriesIterable responses = client.listRepositoriesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListRepositoriesIterable responses = client
.listRepositoriesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListRepositoriesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListRepositoriesIterable responses = client.listRepositoriesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRepositories(software.amazon.awssdk.services.proton.model.ListRepositoriesRequest) operation.
listRepositoriesRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRepositoriesIterable listRepositoriesPaginator(Consumer<ListRepositoriesRequest.Builder> listRepositoriesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List linked repositories with detail data.
This is a variant of
listRepositories(software.amazon.awssdk.services.proton.model.ListRepositoriesRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListRepositoriesIterable responses = client.listRepositoriesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListRepositoriesIterable responses = client
.listRepositoriesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListRepositoriesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListRepositoriesIterable responses = client.listRepositoriesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRepositories(software.amazon.awssdk.services.proton.model.ListRepositoriesRequest) operation.
This is a convenience which creates an instance of the ListRepositoriesRequest.Builder avoiding the need
to create one manually via ListRepositoriesRequest.builder()
listRepositoriesRequest - A Consumer that will call methods on
ListRepositoriesRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRepositorySyncDefinitionsResponse listRepositorySyncDefinitions(ListRepositorySyncDefinitionsRequest listRepositorySyncDefinitionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List repository sync definitions with detail data.
listRepositorySyncDefinitionsRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRepositorySyncDefinitionsResponse listRepositorySyncDefinitions(Consumer<ListRepositorySyncDefinitionsRequest.Builder> listRepositorySyncDefinitionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List repository sync definitions with detail data.
This is a convenience which creates an instance of the ListRepositorySyncDefinitionsRequest.Builder
avoiding the need to create one manually via ListRepositorySyncDefinitionsRequest.builder()
listRepositorySyncDefinitionsRequest - A Consumer that will call methods on
ListRepositorySyncDefinitionsRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRepositorySyncDefinitionsIterable listRepositorySyncDefinitionsPaginator(ListRepositorySyncDefinitionsRequest listRepositorySyncDefinitionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List repository sync definitions with detail data.
This is a variant of
listRepositorySyncDefinitions(software.amazon.awssdk.services.proton.model.ListRepositorySyncDefinitionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListRepositorySyncDefinitionsIterable responses = client.listRepositorySyncDefinitionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListRepositorySyncDefinitionsIterable responses = client
.listRepositorySyncDefinitionsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListRepositorySyncDefinitionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListRepositorySyncDefinitionsIterable responses = client.listRepositorySyncDefinitionsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRepositorySyncDefinitions(software.amazon.awssdk.services.proton.model.ListRepositorySyncDefinitionsRequest)
operation.
listRepositorySyncDefinitionsRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRepositorySyncDefinitionsIterable listRepositorySyncDefinitionsPaginator(Consumer<ListRepositorySyncDefinitionsRequest.Builder> listRepositorySyncDefinitionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List repository sync definitions with detail data.
This is a variant of
listRepositorySyncDefinitions(software.amazon.awssdk.services.proton.model.ListRepositorySyncDefinitionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListRepositorySyncDefinitionsIterable responses = client.listRepositorySyncDefinitionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListRepositorySyncDefinitionsIterable responses = client
.listRepositorySyncDefinitionsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListRepositorySyncDefinitionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListRepositorySyncDefinitionsIterable responses = client.listRepositorySyncDefinitionsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRepositorySyncDefinitions(software.amazon.awssdk.services.proton.model.ListRepositorySyncDefinitionsRequest)
operation.
This is a convenience which creates an instance of the ListRepositorySyncDefinitionsRequest.Builder
avoiding the need to create one manually via ListRepositorySyncDefinitionsRequest.builder()
listRepositorySyncDefinitionsRequest - A Consumer that will call methods on
ListRepositorySyncDefinitionsRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceInstanceOutputsResponse listServiceInstanceOutputs(ListServiceInstanceOutputsRequest listServiceInstanceOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list service of instance Infrastructure as Code (IaC) outputs.
listServiceInstanceOutputsRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceInstanceOutputsResponse listServiceInstanceOutputs(Consumer<ListServiceInstanceOutputsRequest.Builder> listServiceInstanceOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list service of instance Infrastructure as Code (IaC) outputs.
This is a convenience which creates an instance of the ListServiceInstanceOutputsRequest.Builder avoiding
the need to create one manually via ListServiceInstanceOutputsRequest.builder()
listServiceInstanceOutputsRequest - A Consumer that will call methods on
ListServiceInstanceOutputsRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceInstanceOutputsIterable listServiceInstanceOutputsPaginator(ListServiceInstanceOutputsRequest listServiceInstanceOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list service of instance Infrastructure as Code (IaC) outputs.
This is a variant of
listServiceInstanceOutputs(software.amazon.awssdk.services.proton.model.ListServiceInstanceOutputsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListServiceInstanceOutputsIterable responses = client.listServiceInstanceOutputsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListServiceInstanceOutputsIterable responses = client
.listServiceInstanceOutputsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListServiceInstanceOutputsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListServiceInstanceOutputsIterable responses = client.listServiceInstanceOutputsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceInstanceOutputs(software.amazon.awssdk.services.proton.model.ListServiceInstanceOutputsRequest)
operation.
listServiceInstanceOutputsRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceInstanceOutputsIterable listServiceInstanceOutputsPaginator(Consumer<ListServiceInstanceOutputsRequest.Builder> listServiceInstanceOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list service of instance Infrastructure as Code (IaC) outputs.
This is a variant of
listServiceInstanceOutputs(software.amazon.awssdk.services.proton.model.ListServiceInstanceOutputsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListServiceInstanceOutputsIterable responses = client.listServiceInstanceOutputsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListServiceInstanceOutputsIterable responses = client
.listServiceInstanceOutputsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListServiceInstanceOutputsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListServiceInstanceOutputsIterable responses = client.listServiceInstanceOutputsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceInstanceOutputs(software.amazon.awssdk.services.proton.model.ListServiceInstanceOutputsRequest)
operation.
This is a convenience which creates an instance of the ListServiceInstanceOutputsRequest.Builder avoiding
the need to create one manually via ListServiceInstanceOutputsRequest.builder()
listServiceInstanceOutputsRequest - A Consumer that will call methods on
ListServiceInstanceOutputsRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceInstanceProvisionedResourcesResponse listServiceInstanceProvisionedResources(ListServiceInstanceProvisionedResourcesRequest listServiceInstanceProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a service instance with details.
listServiceInstanceProvisionedResourcesRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceInstanceProvisionedResourcesResponse listServiceInstanceProvisionedResources(Consumer<ListServiceInstanceProvisionedResourcesRequest.Builder> listServiceInstanceProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a service instance with details.
This is a convenience which creates an instance of the
ListServiceInstanceProvisionedResourcesRequest.Builder avoiding the need to create one manually via
ListServiceInstanceProvisionedResourcesRequest.builder()
listServiceInstanceProvisionedResourcesRequest - A Consumer that will call methods on
ListServiceInstanceProvisionedResourcesRequest.Builder
to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceInstanceProvisionedResourcesIterable listServiceInstanceProvisionedResourcesPaginator(ListServiceInstanceProvisionedResourcesRequest listServiceInstanceProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a service instance with details.
This is a variant of
listServiceInstanceProvisionedResources(software.amazon.awssdk.services.proton.model.ListServiceInstanceProvisionedResourcesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListServiceInstanceProvisionedResourcesIterable responses = client.listServiceInstanceProvisionedResourcesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListServiceInstanceProvisionedResourcesIterable responses = client
.listServiceInstanceProvisionedResourcesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListServiceInstanceProvisionedResourcesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListServiceInstanceProvisionedResourcesIterable responses = client.listServiceInstanceProvisionedResourcesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceInstanceProvisionedResources(software.amazon.awssdk.services.proton.model.ListServiceInstanceProvisionedResourcesRequest)
operation.
listServiceInstanceProvisionedResourcesRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceInstanceProvisionedResourcesIterable listServiceInstanceProvisionedResourcesPaginator(Consumer<ListServiceInstanceProvisionedResourcesRequest.Builder> listServiceInstanceProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a service instance with details.
This is a variant of
listServiceInstanceProvisionedResources(software.amazon.awssdk.services.proton.model.ListServiceInstanceProvisionedResourcesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListServiceInstanceProvisionedResourcesIterable responses = client.listServiceInstanceProvisionedResourcesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListServiceInstanceProvisionedResourcesIterable responses = client
.listServiceInstanceProvisionedResourcesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListServiceInstanceProvisionedResourcesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListServiceInstanceProvisionedResourcesIterable responses = client.listServiceInstanceProvisionedResourcesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceInstanceProvisionedResources(software.amazon.awssdk.services.proton.model.ListServiceInstanceProvisionedResourcesRequest)
operation.
This is a convenience which creates an instance of the
ListServiceInstanceProvisionedResourcesRequest.Builder avoiding the need to create one manually via
ListServiceInstanceProvisionedResourcesRequest.builder()
listServiceInstanceProvisionedResourcesRequest - A Consumer that will call methods on
ListServiceInstanceProvisionedResourcesRequest.Builder
to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceInstancesResponse listServiceInstances(ListServiceInstancesRequest listServiceInstancesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List service instances with summary data. This action lists service instances of all services in the Amazon Web Services account.
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceInstancesResponse listServiceInstances(Consumer<ListServiceInstancesRequest.Builder> listServiceInstancesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List service instances with summary data. This action lists service instances of all services in the Amazon Web Services account.
This is a convenience which creates an instance of the ListServiceInstancesRequest.Builder avoiding the
need to create one manually via ListServiceInstancesRequest.builder()
listServiceInstancesRequest - A Consumer that will call methods on
ListServiceInstancesRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceInstancesIterable listServiceInstancesPaginator(ListServiceInstancesRequest listServiceInstancesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List service instances with summary data. This action lists service instances of all services in the Amazon Web Services account.
This is a variant of
listServiceInstances(software.amazon.awssdk.services.proton.model.ListServiceInstancesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListServiceInstancesIterable responses = client.listServiceInstancesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListServiceInstancesIterable responses = client
.listServiceInstancesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListServiceInstancesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListServiceInstancesIterable responses = client.listServiceInstancesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceInstances(software.amazon.awssdk.services.proton.model.ListServiceInstancesRequest)
operation.
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceInstancesIterable listServiceInstancesPaginator(Consumer<ListServiceInstancesRequest.Builder> listServiceInstancesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List service instances with summary data. This action lists service instances of all services in the Amazon Web Services account.
This is a variant of
listServiceInstances(software.amazon.awssdk.services.proton.model.ListServiceInstancesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListServiceInstancesIterable responses = client.listServiceInstancesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListServiceInstancesIterable responses = client
.listServiceInstancesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListServiceInstancesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListServiceInstancesIterable responses = client.listServiceInstancesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceInstances(software.amazon.awssdk.services.proton.model.ListServiceInstancesRequest)
operation.
This is a convenience which creates an instance of the ListServiceInstancesRequest.Builder avoiding the
need to create one manually via ListServiceInstancesRequest.builder()
listServiceInstancesRequest - A Consumer that will call methods on
ListServiceInstancesRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicePipelineOutputsResponse listServicePipelineOutputs(ListServicePipelineOutputsRequest listServicePipelineOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list of service pipeline Infrastructure as Code (IaC) outputs.
listServicePipelineOutputsRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicePipelineOutputsResponse listServicePipelineOutputs(Consumer<ListServicePipelineOutputsRequest.Builder> listServicePipelineOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list of service pipeline Infrastructure as Code (IaC) outputs.
This is a convenience which creates an instance of the ListServicePipelineOutputsRequest.Builder avoiding
the need to create one manually via ListServicePipelineOutputsRequest.builder()
listServicePipelineOutputsRequest - A Consumer that will call methods on
ListServicePipelineOutputsRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicePipelineOutputsIterable listServicePipelineOutputsPaginator(ListServicePipelineOutputsRequest listServicePipelineOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list of service pipeline Infrastructure as Code (IaC) outputs.
This is a variant of
listServicePipelineOutputs(software.amazon.awssdk.services.proton.model.ListServicePipelineOutputsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListServicePipelineOutputsIterable responses = client.listServicePipelineOutputsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListServicePipelineOutputsIterable responses = client
.listServicePipelineOutputsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListServicePipelineOutputsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListServicePipelineOutputsIterable responses = client.listServicePipelineOutputsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServicePipelineOutputs(software.amazon.awssdk.services.proton.model.ListServicePipelineOutputsRequest)
operation.
listServicePipelineOutputsRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicePipelineOutputsIterable listServicePipelineOutputsPaginator(Consumer<ListServicePipelineOutputsRequest.Builder> listServicePipelineOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list of service pipeline Infrastructure as Code (IaC) outputs.
This is a variant of
listServicePipelineOutputs(software.amazon.awssdk.services.proton.model.ListServicePipelineOutputsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListServicePipelineOutputsIterable responses = client.listServicePipelineOutputsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListServicePipelineOutputsIterable responses = client
.listServicePipelineOutputsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListServicePipelineOutputsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListServicePipelineOutputsIterable responses = client.listServicePipelineOutputsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServicePipelineOutputs(software.amazon.awssdk.services.proton.model.ListServicePipelineOutputsRequest)
operation.
This is a convenience which creates an instance of the ListServicePipelineOutputsRequest.Builder avoiding
the need to create one manually via ListServicePipelineOutputsRequest.builder()
listServicePipelineOutputsRequest - A Consumer that will call methods on
ListServicePipelineOutputsRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicePipelineProvisionedResourcesResponse listServicePipelineProvisionedResources(ListServicePipelineProvisionedResourcesRequest listServicePipelineProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a service and pipeline with details.
listServicePipelineProvisionedResourcesRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicePipelineProvisionedResourcesResponse listServicePipelineProvisionedResources(Consumer<ListServicePipelineProvisionedResourcesRequest.Builder> listServicePipelineProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a service and pipeline with details.
This is a convenience which creates an instance of the
ListServicePipelineProvisionedResourcesRequest.Builder avoiding the need to create one manually via
ListServicePipelineProvisionedResourcesRequest.builder()
listServicePipelineProvisionedResourcesRequest - A Consumer that will call methods on
ListServicePipelineProvisionedResourcesRequest.Builder
to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicePipelineProvisionedResourcesIterable listServicePipelineProvisionedResourcesPaginator(ListServicePipelineProvisionedResourcesRequest listServicePipelineProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a service and pipeline with details.
This is a variant of
listServicePipelineProvisionedResources(software.amazon.awssdk.services.proton.model.ListServicePipelineProvisionedResourcesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListServicePipelineProvisionedResourcesIterable responses = client.listServicePipelineProvisionedResourcesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListServicePipelineProvisionedResourcesIterable responses = client
.listServicePipelineProvisionedResourcesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListServicePipelineProvisionedResourcesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListServicePipelineProvisionedResourcesIterable responses = client.listServicePipelineProvisionedResourcesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServicePipelineProvisionedResources(software.amazon.awssdk.services.proton.model.ListServicePipelineProvisionedResourcesRequest)
operation.
listServicePipelineProvisionedResourcesRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicePipelineProvisionedResourcesIterable listServicePipelineProvisionedResourcesPaginator(Consumer<ListServicePipelineProvisionedResourcesRequest.Builder> listServicePipelineProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a service and pipeline with details.
This is a variant of
listServicePipelineProvisionedResources(software.amazon.awssdk.services.proton.model.ListServicePipelineProvisionedResourcesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListServicePipelineProvisionedResourcesIterable responses = client.listServicePipelineProvisionedResourcesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListServicePipelineProvisionedResourcesIterable responses = client
.listServicePipelineProvisionedResourcesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListServicePipelineProvisionedResourcesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListServicePipelineProvisionedResourcesIterable responses = client.listServicePipelineProvisionedResourcesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServicePipelineProvisionedResources(software.amazon.awssdk.services.proton.model.ListServicePipelineProvisionedResourcesRequest)
operation.
This is a convenience which creates an instance of the
ListServicePipelineProvisionedResourcesRequest.Builder avoiding the need to create one manually via
ListServicePipelineProvisionedResourcesRequest.builder()
listServicePipelineProvisionedResourcesRequest - A Consumer that will call methods on
ListServicePipelineProvisionedResourcesRequest.Builder
to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceTemplateVersionsResponse listServiceTemplateVersions(ListServiceTemplateVersionsRequest listServiceTemplateVersionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceTemplateVersionsResponse listServiceTemplateVersions(Consumer<ListServiceTemplateVersionsRequest.Builder> listServiceTemplateVersionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List major or minor versions of a service template with detail data.
This is a convenience which creates an instance of the ListServiceTemplateVersionsRequest.Builder
avoiding the need to create one manually via ListServiceTemplateVersionsRequest.builder()
listServiceTemplateVersionsRequest - A Consumer that will call methods on
ListServiceTemplateVersionsRequest.Builder to create
a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceTemplateVersionsIterable listServiceTemplateVersionsPaginator(ListServiceTemplateVersionsRequest listServiceTemplateVersionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List major or minor versions of a service template with detail data.
This is a variant of
listServiceTemplateVersions(software.amazon.awssdk.services.proton.model.ListServiceTemplateVersionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListServiceTemplateVersionsIterable responses = client.listServiceTemplateVersionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListServiceTemplateVersionsIterable responses = client
.listServiceTemplateVersionsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListServiceTemplateVersionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListServiceTemplateVersionsIterable responses = client.listServiceTemplateVersionsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceTemplateVersions(software.amazon.awssdk.services.proton.model.ListServiceTemplateVersionsRequest)
operation.
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceTemplateVersionsIterable listServiceTemplateVersionsPaginator(Consumer<ListServiceTemplateVersionsRequest.Builder> listServiceTemplateVersionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List major or minor versions of a service template with detail data.
This is a variant of
listServiceTemplateVersions(software.amazon.awssdk.services.proton.model.ListServiceTemplateVersionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListServiceTemplateVersionsIterable responses = client.listServiceTemplateVersionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListServiceTemplateVersionsIterable responses = client
.listServiceTemplateVersionsPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListServiceTemplateVersionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListServiceTemplateVersionsIterable responses = client.listServiceTemplateVersionsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceTemplateVersions(software.amazon.awssdk.services.proton.model.ListServiceTemplateVersionsRequest)
operation.
This is a convenience which creates an instance of the ListServiceTemplateVersionsRequest.Builder
avoiding the need to create one manually via ListServiceTemplateVersionsRequest.builder()
listServiceTemplateVersionsRequest - A Consumer that will call methods on
ListServiceTemplateVersionsRequest.Builder to create
a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceTemplatesResponse listServiceTemplates(ListServiceTemplatesRequest listServiceTemplatesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceTemplatesResponse listServiceTemplates(Consumer<ListServiceTemplatesRequest.Builder> listServiceTemplatesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List service templates with detail data.
This is a convenience which creates an instance of the ListServiceTemplatesRequest.Builder avoiding the
need to create one manually via ListServiceTemplatesRequest.builder()
listServiceTemplatesRequest - A Consumer that will call methods on
ListServiceTemplatesRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceTemplatesIterable listServiceTemplatesPaginator(ListServiceTemplatesRequest listServiceTemplatesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List service templates with detail data.
This is a variant of
listServiceTemplates(software.amazon.awssdk.services.proton.model.ListServiceTemplatesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListServiceTemplatesIterable responses = client.listServiceTemplatesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListServiceTemplatesIterable responses = client
.listServiceTemplatesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListServiceTemplatesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListServiceTemplatesIterable responses = client.listServiceTemplatesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceTemplates(software.amazon.awssdk.services.proton.model.ListServiceTemplatesRequest)
operation.
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceTemplatesIterable listServiceTemplatesPaginator(Consumer<ListServiceTemplatesRequest.Builder> listServiceTemplatesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List service templates with detail data.
This is a variant of
listServiceTemplates(software.amazon.awssdk.services.proton.model.ListServiceTemplatesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListServiceTemplatesIterable responses = client.listServiceTemplatesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListServiceTemplatesIterable responses = client
.listServiceTemplatesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListServiceTemplatesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListServiceTemplatesIterable responses = client.listServiceTemplatesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceTemplates(software.amazon.awssdk.services.proton.model.ListServiceTemplatesRequest)
operation.
This is a convenience which creates an instance of the ListServiceTemplatesRequest.Builder avoiding the
need to create one manually via ListServiceTemplatesRequest.builder()
listServiceTemplatesRequest - A Consumer that will call methods on
ListServiceTemplatesRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicesResponse listServices(ListServicesRequest listServicesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicesResponse listServices(Consumer<ListServicesRequest.Builder> listServicesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List services with summaries of detail data.
This is a convenience which creates an instance of the ListServicesRequest.Builder avoiding the need to
create one manually via ListServicesRequest.builder()
listServicesRequest - A Consumer that will call methods on
ListServicesRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicesIterable listServicesPaginator(ListServicesRequest listServicesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List services with summaries of detail data.
This is a variant of listServices(software.amazon.awssdk.services.proton.model.ListServicesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListServicesIterable responses = client.listServicesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListServicesIterable responses = client.listServicesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListServicesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListServicesIterable responses = client.listServicesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServices(software.amazon.awssdk.services.proton.model.ListServicesRequest) operation.
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicesIterable listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List services with summaries of detail data.
This is a variant of listServices(software.amazon.awssdk.services.proton.model.ListServicesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListServicesIterable responses = client.listServicesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListServicesIterable responses = client.listServicesPaginator(request);
for (software.amazon.awssdk.services.proton.model.ListServicesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListServicesIterable responses = client.listServicesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServices(software.amazon.awssdk.services.proton.model.ListServicesRequest) operation.
This is a convenience which creates an instance of the ListServicesRequest.Builder avoiding the need to
create one manually via ListServicesRequest.builder()
listServicesRequest - A Consumer that will call methods on
ListServicesRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List tags for a resource. For more information, see Proton resources and tagging in the 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List tags for a resource. For more information, see Proton resources and tagging in the Proton User Guide.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on
ListTagsForResourceRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceIterable listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List tags for a resource. For more information, see Proton resources and tagging in the Proton User Guide.
This is a variant of
listTagsForResource(software.amazon.awssdk.services.proton.model.ListTagsForResourceRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListTagsForResourceIterable responses = client.listTagsForResourcePaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListTagsForResourceIterable responses = client
.listTagsForResourcePaginator(request);
for (software.amazon.awssdk.services.proton.model.ListTagsForResourceResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListTagsForResourceIterable responses = client.listTagsForResourcePaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTagsForResource(software.amazon.awssdk.services.proton.model.ListTagsForResourceRequest)
operation.
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceIterable listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List tags for a resource. For more information, see Proton resources and tagging in the Proton User Guide.
This is a variant of
listTagsForResource(software.amazon.awssdk.services.proton.model.ListTagsForResourceRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.proton.paginators.ListTagsForResourceIterable responses = client.listTagsForResourcePaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.proton.paginators.ListTagsForResourceIterable responses = client
.listTagsForResourcePaginator(request);
for (software.amazon.awssdk.services.proton.model.ListTagsForResourceResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.proton.paginators.ListTagsForResourceIterable responses = client.listTagsForResourcePaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTagsForResource(software.amazon.awssdk.services.proton.model.ListTagsForResourceRequest)
operation.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on
ListTagsForResourceRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault NotifyResourceDeploymentStatusChangeResponse notifyResourceDeploymentStatusChange(NotifyResourceDeploymentStatusChangeRequest notifyResourceDeploymentStatusChangeRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.
For more information, see Self-managed provisioning in the Proton User Guide.
notifyResourceDeploymentStatusChangeRequest - ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault NotifyResourceDeploymentStatusChangeResponse notifyResourceDeploymentStatusChange(Consumer<NotifyResourceDeploymentStatusChangeRequest.Builder> notifyResourceDeploymentStatusChangeRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.
For more information, see Self-managed provisioning in the Proton User Guide.
This is a convenience which creates an instance of the
NotifyResourceDeploymentStatusChangeRequest.Builder avoiding the need to create one manually via
NotifyResourceDeploymentStatusChangeRequest.builder()
notifyResourceDeploymentStatusChangeRequest - A Consumer that will call methods on
NotifyResourceDeploymentStatusChangeRequest.Builder
to create a request.ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RejectEnvironmentAccountConnectionResponse rejectEnvironmentAccountConnection(RejectEnvironmentAccountConnectionRequest rejectEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In a management account, reject an environment account connection from another environment account.
After you reject an environment account connection request, you can't accept or use the rejected environment account connection.
You can’t reject an environment account connection that's connected to an environment.
For more information, see Environment account connections in the Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RejectEnvironmentAccountConnectionResponse rejectEnvironmentAccountConnection(Consumer<RejectEnvironmentAccountConnectionRequest.Builder> rejectEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In a management account, reject an environment account connection from another environment account.
After you reject an environment account connection request, you can't accept or use the rejected environment account connection.
You can’t reject an environment account connection that's connected to an environment.
For more information, see Environment account connections in the Proton User guide.
This is a convenience which creates an instance of the RejectEnvironmentAccountConnectionRequest.Builder
avoiding the need to create one manually via RejectEnvironmentAccountConnectionRequest.builder()
rejectEnvironmentAccountConnectionRequest - A Consumer that will call methods on
RejectEnvironmentAccountConnectionRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Tag a resource. A tag is a key-value pair of metadata that you associate with an Proton resource.
For more information, see Proton resources and tagging in the 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Tag a resource. A tag is a key-value pair of metadata that you associate with an Proton resource.
For more information, see Proton resources and tagging in the Proton User Guide.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on
TagResourceRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Remove a customer tag from a resource. A tag is a key-value pair of metadata associated with an Proton resource.
For more information, see Proton resources and tagging in the 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Remove a customer tag from a resource. A tag is a key-value pair of metadata associated with an Proton resource.
For more information, see Proton resources and tagging in the Proton User Guide.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on
UntagResourceRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAccountSettingsResponse updateAccountSettings(UpdateAccountSettingsRequest updateAccountSettingsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update Proton settings that are used for multiple services in the Amazon Web Services account.
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAccountSettingsResponse updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update Proton settings that are used for multiple services in the Amazon Web Services account.
This is a convenience which creates an instance of the UpdateAccountSettingsRequest.Builder avoiding the
need to create one manually via UpdateAccountSettingsRequest.builder()
updateAccountSettingsRequest - A Consumer that will call methods on
UpdateAccountSettingsRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateComponentResponse updateComponent(UpdateComponentRequest updateComponentRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update a component.
There are a few modes for updating a component. The deploymentType field defines the mode.
You can't update a component while its deployment status, or the deployment status of a service instance attached
to it, is IN_PROGRESS.
For more information about components, see Proton components in the Proton User Guide.
updateComponentRequest - ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateComponentResponse updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update a component.
There are a few modes for updating a component. The deploymentType field defines the mode.
You can't update a component while its deployment status, or the deployment status of a service instance attached
to it, is IN_PROGRESS.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the UpdateComponentRequest.Builder avoiding the need
to create one manually via UpdateComponentRequest.builder()
updateComponentRequest - A Consumer that will call methods on
UpdateComponentRequest.Builder to create a request.ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateEnvironmentResponse updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update an environment.
If the environment is associated with an environment account connection, don't update or include the
protonServiceRoleArn and provisioningRepository parameter to update or connect to an
environment account connection.
You can only update to a new environment account connection if that connection was created in the same environment account that the current environment account connection was created in. The account connection must also be associated with the current environment.
If the environment isn't associated with an environment account connection, don't update or include
the environmentAccountConnectionId parameter. You can't update or connect the environment to
an environment account connection if it isn't already associated with an environment connection.
You can update either the environmentAccountConnectionId or protonServiceRoleArn
parameter and value. You can’t update both.
If the environment was configured for Amazon Web Services-managed provisioning, omit the
provisioningRepository parameter.
If the environment was configured for self-managed provisioning, specify the provisioningRepository
parameter and omit the protonServiceRoleArn and environmentAccountConnectionId
parameters.
For more information, see Environments and Provisioning methods in the Proton User Guide.
There are four modes for updating an environment. 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.
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateEnvironmentResponse updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update an environment.
If the environment is associated with an environment account connection, don't update or include the
protonServiceRoleArn and provisioningRepository parameter to update or connect to an
environment account connection.
You can only update to a new environment account connection if that connection was created in the same environment account that the current environment account connection was created in. The account connection must also be associated with the current environment.
If the environment isn't associated with an environment account connection, don't update or include
the environmentAccountConnectionId parameter. You can't update or connect the environment to
an environment account connection if it isn't already associated with an environment connection.
You can update either the environmentAccountConnectionId or protonServiceRoleArn
parameter and value. You can’t update both.
If the environment was configured for Amazon Web Services-managed provisioning, omit the
provisioningRepository parameter.
If the environment was configured for self-managed provisioning, specify the provisioningRepository
parameter and omit the protonServiceRoleArn and environmentAccountConnectionId
parameters.
For more information, see Environments and Provisioning methods in the Proton User Guide.
There are four modes for updating an environment. 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.
This is a convenience which creates an instance of the UpdateEnvironmentRequest.Builder avoiding the need
to create one manually via UpdateEnvironmentRequest.builder()
updateEnvironmentRequest - A Consumer that will call methods on
UpdateEnvironmentRequest.Builder to create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateEnvironmentAccountConnectionResponse updateEnvironmentAccountConnection(UpdateEnvironmentAccountConnectionRequest updateEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In an environment account, update an environment account connection to use a new IAM role.
For more information, see Environment account connections in the Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateEnvironmentAccountConnectionResponse updateEnvironmentAccountConnection(Consumer<UpdateEnvironmentAccountConnectionRequest.Builder> updateEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In an environment account, update an environment account connection to use a new IAM role.
For more information, see Environment account connections in the Proton User guide.
This is a convenience which creates an instance of the UpdateEnvironmentAccountConnectionRequest.Builder
avoiding the need to create one manually via UpdateEnvironmentAccountConnectionRequest.builder()
updateEnvironmentAccountConnectionRequest - A Consumer that will call methods on
UpdateEnvironmentAccountConnectionRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateEnvironmentTemplateResponse updateEnvironmentTemplate(UpdateEnvironmentTemplateRequest updateEnvironmentTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateEnvironmentTemplateResponse updateEnvironmentTemplate(Consumer<UpdateEnvironmentTemplateRequest.Builder> updateEnvironmentTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update an environment template.
This is a convenience which creates an instance of the UpdateEnvironmentTemplateRequest.Builder avoiding
the need to create one manually via UpdateEnvironmentTemplateRequest.builder()
updateEnvironmentTemplateRequest - A Consumer that will call methods on
UpdateEnvironmentTemplateRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateEnvironmentTemplateVersionResponse updateEnvironmentTemplateVersion(UpdateEnvironmentTemplateVersionRequest updateEnvironmentTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateEnvironmentTemplateVersionResponse updateEnvironmentTemplateVersion(Consumer<UpdateEnvironmentTemplateVersionRequest.Builder> updateEnvironmentTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update a major or minor version of an environment template.
This is a convenience which creates an instance of the UpdateEnvironmentTemplateVersionRequest.Builder
avoiding the need to create one manually via UpdateEnvironmentTemplateVersionRequest.builder()
updateEnvironmentTemplateVersionRequest - A Consumer that will call methods on
UpdateEnvironmentTemplateVersionRequest.Builder to
create a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateServiceResponse updateService(UpdateServiceRequest updateServiceRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.
You can't delete a service instance (remove it from the spec) if it has an attached component.
For more information about components, see Proton components in the Proton User Guide.
updateServiceRequest - ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateServiceResponse updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.
You can't delete a service instance (remove it from the spec) if it has an attached component.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the UpdateServiceRequest.Builder avoiding the need to
create one manually via UpdateServiceRequest.builder()
updateServiceRequest - A Consumer that will call methods on
UpdateServiceRequest.Builder to create a request.ServiceQuotaExceededException - A quota was exceeded. For more information, see Proton Quotas in the
Proton User 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateServiceInstanceResponse updateServiceInstance(UpdateServiceInstanceRequest updateServiceInstanceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update a service instance.
There are a few modes for updating a service instance. The deploymentType field defines the mode.
You can't update a service instance while its deployment status, or the deployment status of a component attached
to it, is IN_PROGRESS.
For more information about components, see Proton components in the Proton User Guide.
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateServiceInstanceResponse updateServiceInstance(Consumer<UpdateServiceInstanceRequest.Builder> updateServiceInstanceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update a service instance.
There are a few modes for updating a service instance. The deploymentType field defines the mode.
You can't update a service instance while its deployment status, or the deployment status of a component attached
to it, is IN_PROGRESS.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the UpdateServiceInstanceRequest.Builder avoiding the
need to create one manually via UpdateServiceInstanceRequest.builder()
updateServiceInstanceRequest - A Consumer that will call methods on
UpdateServiceInstanceRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateServicePipelineResponse updateServicePipeline(UpdateServicePipelineRequest updateServicePipelineRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update the service pipeline.
There are four modes for updating a service pipeline. 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 major or minor 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 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 specify a different major version that's higher than the major version in use and a minor version.
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateServicePipelineResponse updateServicePipeline(Consumer<UpdateServicePipelineRequest.Builder> updateServicePipelineRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update the service pipeline.
There are four modes for updating a service pipeline. 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 major or minor 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 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 specify a different major version that's higher than the major version in use and a minor version.
This is a convenience which creates an instance of the UpdateServicePipelineRequest.Builder avoiding the
need to create one manually via UpdateServicePipelineRequest.builder()
updateServicePipelineRequest - A Consumer that will call methods on
UpdateServicePipelineRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateServiceSyncBlockerResponse updateServiceSyncBlocker(UpdateServiceSyncBlockerRequest updateServiceSyncBlockerRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update the service sync blocker by resolving it.
updateServiceSyncBlockerRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateServiceSyncBlockerResponse updateServiceSyncBlocker(Consumer<UpdateServiceSyncBlockerRequest.Builder> updateServiceSyncBlockerRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update the service sync blocker by resolving it.
This is a convenience which creates an instance of the UpdateServiceSyncBlockerRequest.Builder avoiding
the need to create one manually via UpdateServiceSyncBlockerRequest.builder()
updateServiceSyncBlockerRequest - A Consumer that will call methods on
UpdateServiceSyncBlockerRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateServiceSyncConfigResponse updateServiceSyncConfig(UpdateServiceSyncConfigRequest updateServiceSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update the Proton Ops config file.
updateServiceSyncConfigRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateServiceSyncConfigResponse updateServiceSyncConfig(Consumer<UpdateServiceSyncConfigRequest.Builder> updateServiceSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update the Proton Ops config file.
This is a convenience which creates an instance of the UpdateServiceSyncConfigRequest.Builder avoiding
the need to create one manually via UpdateServiceSyncConfigRequest.builder()
updateServiceSyncConfigRequest - A Consumer that will call methods on
UpdateServiceSyncConfigRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateServiceTemplateResponse updateServiceTemplate(UpdateServiceTemplateRequest updateServiceTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateServiceTemplateResponse updateServiceTemplate(Consumer<UpdateServiceTemplateRequest.Builder> updateServiceTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update a service template.
This is a convenience which creates an instance of the UpdateServiceTemplateRequest.Builder avoiding the
need to create one manually via UpdateServiceTemplateRequest.builder()
updateServiceTemplateRequest - A Consumer that will call methods on
UpdateServiceTemplateRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateServiceTemplateVersionResponse updateServiceTemplateVersion(UpdateServiceTemplateVersionRequest updateServiceTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateServiceTemplateVersionResponse updateServiceTemplateVersion(Consumer<UpdateServiceTemplateVersionRequest.Builder> updateServiceTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update a major or minor version of a service template.
This is a convenience which creates an instance of the UpdateServiceTemplateVersionRequest.Builder
avoiding the need to create one manually via UpdateServiceTemplateVersionRequest.builder()
updateServiceTemplateVersionRequest - A Consumer that will call methods on
UpdateServiceTemplateVersionRequest.Builder to create
a request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateTemplateSyncConfigResponse updateTemplateSyncConfig(UpdateTemplateSyncConfigRequest updateTemplateSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update template sync configuration parameters, except for the templateName and
templateType. Repository details (branch, name, and provider) should be of a linked repository. A
linked repository is a repository that has been registered with Proton. For more information, see
CreateRepository.
updateTemplateSyncConfigRequest - 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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateTemplateSyncConfigResponse updateTemplateSyncConfig(Consumer<UpdateTemplateSyncConfigRequest.Builder> updateTemplateSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update template sync configuration parameters, except for the templateName and
templateType. Repository details (branch, name, and provider) should be of a linked repository. A
linked repository is a repository that has been registered with Proton. For more information, see
CreateRepository.
This is a convenience which creates an instance of the UpdateTemplateSyncConfigRequest.Builder avoiding
the need to create one manually via UpdateTemplateSyncConfigRequest.builder()
updateTemplateSyncConfigRequest - A Consumer that will call methods on
UpdateTemplateSyncConfigRequest.Builder to create a
request.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.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ProtonWaiter waiter()
ProtonWaiter using this client.
Waiters created via this method are managed by the SDK and resources will be released when the service client is closed.
ProtonWaiterstatic ProtonClient create()
ProtonClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static ProtonClientBuilder builder()
ProtonClient.static ServiceMetadata serviceMetadata()
default ProtonServiceClientConfiguration serviceClientConfiguration()
serviceClientConfiguration in interface AwsClientserviceClientConfiguration in interface SdkClientCopyright © 2023. All rights reserved.