Skip to content

Commit bedb9af

Browse files
author
awstools
committed
feat(client-proton): This release adds an option to delete pipeline provisioning repositories using the UpdateAccountSettings API
1 parent 0c9782d commit bedb9af

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+384
-348
lines changed

clients/client-proton/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ listed API operations.</p>
2121
running on Proton, developers need permissions to the service <i>create</i>, <i>list</i>,
2222
<i>update</i> and <i>delete</i> API operations and the service instance <i>list</i> and
2323
<i>update</i> API operations.</p>
24-
<p>To learn more about Proton administration, see the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/Welcome.html">Proton
25-
Administrator Guide</a>.</p>
26-
<p>To learn more about deploying serverless and containerized applications on Proton, see the <a href="https://docs.aws.amazon.com/proton/latest/userguide/Welcome.html">Proton User Guide</a>.</p>
24+
<p>To learn more about Proton, see the <a href="https://docs.aws.amazon.com/proton/latest/userguide/Welcome.html">Proton User Guide</a>.</p>
2725
<p>
2826
<b>Ensuring Idempotency</b>
2927
</p>

clients/client-proton/src/Proton.ts

Lines changed: 78 additions & 71 deletions
Large diffs are not rendered by default.

clients/client-proton/src/ProtonClient.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,9 +603,7 @@ export interface ProtonClientResolvedConfig extends ProtonClientResolvedConfigTy
603603
* running on Proton, developers need permissions to the service <i>create</i>, <i>list</i>,
604604
* <i>update</i> and <i>delete</i> API operations and the service instance <i>list</i> and
605605
* <i>update</i> API operations.</p>
606-
* <p>To learn more about Proton administration, see the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/Welcome.html">Proton
607-
* Administrator Guide</a>.</p>
608-
* <p>To learn more about deploying serverless and containerized applications on Proton, see the <a href="https://docs.aws.amazon.com/proton/latest/userguide/Welcome.html">Proton User Guide</a>.</p>
606+
* <p>To learn more about Proton, see the <a href="https://docs.aws.amazon.com/proton/latest/userguide/Welcome.html">Proton User Guide</a>.</p>
609607
* <p>
610608
* <b>Ensuring Idempotency</b>
611609
* </p>

clients/client-proton/src/commands/AcceptEnvironmentAccountConnectionCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export interface AcceptEnvironmentAccountConnectionCommandOutput
3232
/**
3333
* <p>In a management account, an environment account connection request is accepted. When the environment account connection request is accepted, Proton
3434
* can use the associated IAM role to provision environment infrastructure resources in the associated environment account.</p>
35-
* <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
36-
* connections</a> in the <i>Proton Administrator guide</i>.</p>
35+
* <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html">Environment account
36+
* connections</a> in the <i>Proton User guide</i>.</p>
3737
* @example
3838
* Use a bare-bones client and the command you need to make an API call.
3939
* ```javascript

clients/client-proton/src/commands/CancelComponentDeploymentCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export interface CancelComponentDeploymentCommandOutput extends CancelComponentD
3030
/**
3131
* <p>Attempts to cancel a component deployment (for a component that is in the <code>IN_PROGRESS</code> deployment status).</p>
3232
* <p>For more information about components, see
33-
* <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-components.html">Proton components</a> in the
34-
* <i>Proton Administrator Guide</i>.</p>
33+
* <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
34+
* <i>Proton User Guide</i>.</p>
3535
* @example
3636
* Use a bare-bones client and the command you need to make an API call.
3737
* ```javascript

clients/client-proton/src/commands/CancelEnvironmentDeploymentCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export interface CancelEnvironmentDeploymentCommandOutput extends CancelEnvironm
2929

3030
/**
3131
* <p>Attempts to cancel an environment deployment on an <a>UpdateEnvironment</a> action, if the deployment is <code>IN_PROGRESS</code>. For more
32-
* information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-update.html">Update an environment</a> in the <i>Proton
33-
* Administrator guide</i>.</p>
32+
* information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-update.html">Update an environment</a> in the <i>Proton
33+
* User guide</i>.</p>
3434
* <p>The following list includes potential cancellation scenarios.</p>
3535
* <ul>
3636
* <li>

clients/client-proton/src/commands/CancelServiceInstanceDeploymentCommand.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ export interface CancelServiceInstanceDeploymentCommandOutput
3131

3232
/**
3333
* <p>Attempts to cancel a service instance deployment on an <a>UpdateServiceInstance</a> action, if the deployment is <code>IN_PROGRESS</code>.
34-
* For more information, see <i>Update a service instance</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-svc-instance-update.html">Proton Administrator guide</a> or the <a href="https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-instance-update.html">Proton User guide</a>.</p>
34+
* For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-svc-instance-update.html">Update a service instance</a> in the
35+
* <i>Proton User guide</i>.</p>
3536
* <p>The following list includes potential cancellation scenarios.</p>
3637
* <ul>
3738
* <li>

clients/client-proton/src/commands/CancelServicePipelineDeploymentCommand.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ export interface CancelServicePipelineDeploymentCommandOutput
3131

3232
/**
3333
* <p>Attempts to cancel a service pipeline deployment on an <a>UpdateServicePipeline</a> action, if the deployment is <code>IN_PROGRESS</code>.
34-
* For more information, see <i>Update a service pipeline</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-svc-pipeline-update.html">Proton Administrator guide</a> or the <a href="https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-pipeline-update.html">Proton User guide</a>.</p>
34+
* For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-svc-pipeline-update.html">Update a service pipeline</a> in the
35+
* <i>Proton User guide</i>.</p>
3536
* <p>The following list includes potential cancellation scenarios.</p>
3637
* <ul>
3738
* <li>

clients/client-proton/src/commands/CreateComponentCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export interface CreateComponentCommandOutput extends CreateComponentOutput, __M
3030
/**
3131
* <p>Create an Proton component. A component is an infrastructure extension for a service instance.</p>
3232
* <p>For more information about components, see
33-
* <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-components.html">Proton components</a> in the
34-
* <i>Proton Administrator Guide</i>.</p>
33+
* <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
34+
* <i>Proton User Guide</i>.</p>
3535
* @example
3636
* Use a bare-bones client and the command you need to make an API call.
3737
* ```javascript

clients/client-proton/src/commands/CreateEnvironmentAccountConnectionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface CreateEnvironmentAccountConnectionCommandOutput
3333
* <p>Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in the environment
3434
* account from a management account.</p>
3535
* <p>An environment account connection is a secure bi-directional connection between a <i>management account</i> and an <i>environment
36-
* account</i> that maintains authorization and permissions. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account connections</a> in the <i>Proton Administrator
36+
* account</i> that maintains authorization and permissions. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html">Environment account connections</a> in the <i>Proton User
3737
* guide</i>.</p>
3838
* @example
3939
* Use a bare-bones client and the command you need to make an API call.

0 commit comments

Comments
 (0)