Skip to content

Commit

Permalink
This release adds support for describing workload deployment specific…
Browse files Browse the repository at this point in the history
…ations, deploying additional workload types, and managing tags for Launch Wizard resources with API operations.

AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise
Update to attributes of TestFailover and minor revisions.
This release includes minor model updates and documentation updates.
  • Loading branch information
aws-sdk-cpp-automation committed May 31, 2024
1 parent 4ba2831 commit ed6fa28
Show file tree
Hide file tree
Showing 74 changed files with 4,388 additions and 871 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.339
1.11.340
Original file line number Diff line number Diff line change
Expand Up @@ -267,35 +267,35 @@ namespace Model
* <p>If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and
* instead returns <code>payloadUrl</code> and <code>secret</code> values for the
* webhook. The <code>payloadUrl</code> and <code>secret</code> values in the
* output can be used to manually create a webhook within GitHub.</p>
* <p>manualCreation is only available for GitHub webhooks.</p>
* output can be used to manually create a webhook within GitHub.</p> <p>
* <code>manualCreation</code> is only available for GitHub webhooks.</p>
*/
inline bool GetManualCreation() const{ return m_manualCreation; }

/**
* <p>If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and
* instead returns <code>payloadUrl</code> and <code>secret</code> values for the
* webhook. The <code>payloadUrl</code> and <code>secret</code> values in the
* output can be used to manually create a webhook within GitHub.</p>
* <p>manualCreation is only available for GitHub webhooks.</p>
* output can be used to manually create a webhook within GitHub.</p> <p>
* <code>manualCreation</code> is only available for GitHub webhooks.</p>
*/
inline bool ManualCreationHasBeenSet() const { return m_manualCreationHasBeenSet; }

/**
* <p>If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and
* instead returns <code>payloadUrl</code> and <code>secret</code> values for the
* webhook. The <code>payloadUrl</code> and <code>secret</code> values in the
* output can be used to manually create a webhook within GitHub.</p>
* <p>manualCreation is only available for GitHub webhooks.</p>
* output can be used to manually create a webhook within GitHub.</p> <p>
* <code>manualCreation</code> is only available for GitHub webhooks.</p>
*/
inline void SetManualCreation(bool value) { m_manualCreationHasBeenSet = true; m_manualCreation = value; }

/**
* <p>If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and
* instead returns <code>payloadUrl</code> and <code>secret</code> values for the
* webhook. The <code>payloadUrl</code> and <code>secret</code> values in the
* output can be used to manually create a webhook within GitHub.</p>
* <p>manualCreation is only available for GitHub webhooks.</p>
* output can be used to manually create a webhook within GitHub.</p> <p>
* <code>manualCreation</code> is only available for GitHub webhooks.</p>
*/
inline CreateWebhookRequest& WithManualCreation(bool value) { SetManualCreation(value); return *this;}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ namespace Model
* <code>WORKFLOW_JOB_QUEUED</code>. The <code>EVENT</code> patterns are specified
* as a comma-separated string. For example, <code>PUSH, PULL_REQUEST_CREATED,
* PULL_REQUEST_UPDATED</code> filters all push, pull request created, and pull
* request updated events. </p> <p> The <code>PULL_REQUEST_REOPENED</code>
* works with GitHub and GitHub Enterprise only. The <code>RELEASED</code>,
* <code>PRERELEASED</code>, and <code>WORKFLOW_JOB_QUEUED</code> work with GitHub
* request updated events. </p> <p> Types <code>PULL_REQUEST_REOPENED</code>
* and <code>WORKFLOW_JOB_QUEUED</code> work with GitHub and GitHub Enterprise
* only. Types <code>RELEASED</code> and <code>PRERELEASED</code> work with GitHub
* only.</p> </li> </ul> </li> <li> <p>ACTOR_ACCOUNT_ID</p> <ul> <li> <p> A
* webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket
* account ID matches the regular expression <code>pattern</code>. </p> </li> </ul>
Expand Down Expand Up @@ -106,9 +106,9 @@ namespace Model
* <code>WORKFLOW_JOB_QUEUED</code>. The <code>EVENT</code> patterns are specified
* as a comma-separated string. For example, <code>PUSH, PULL_REQUEST_CREATED,
* PULL_REQUEST_UPDATED</code> filters all push, pull request created, and pull
* request updated events. </p> <p> The <code>PULL_REQUEST_REOPENED</code>
* works with GitHub and GitHub Enterprise only. The <code>RELEASED</code>,
* <code>PRERELEASED</code>, and <code>WORKFLOW_JOB_QUEUED</code> work with GitHub
* request updated events. </p> <p> Types <code>PULL_REQUEST_REOPENED</code>
* and <code>WORKFLOW_JOB_QUEUED</code> work with GitHub and GitHub Enterprise
* only. Types <code>RELEASED</code> and <code>PRERELEASED</code> work with GitHub
* only.</p> </li> </ul> </li> <li> <p>ACTOR_ACCOUNT_ID</p> <ul> <li> <p> A
* webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket
* account ID matches the regular expression <code>pattern</code>. </p> </li> </ul>
Expand Down Expand Up @@ -159,9 +159,9 @@ namespace Model
* <code>WORKFLOW_JOB_QUEUED</code>. The <code>EVENT</code> patterns are specified
* as a comma-separated string. For example, <code>PUSH, PULL_REQUEST_CREATED,
* PULL_REQUEST_UPDATED</code> filters all push, pull request created, and pull
* request updated events. </p> <p> The <code>PULL_REQUEST_REOPENED</code>
* works with GitHub and GitHub Enterprise only. The <code>RELEASED</code>,
* <code>PRERELEASED</code>, and <code>WORKFLOW_JOB_QUEUED</code> work with GitHub
* request updated events. </p> <p> Types <code>PULL_REQUEST_REOPENED</code>
* and <code>WORKFLOW_JOB_QUEUED</code> work with GitHub and GitHub Enterprise
* only. Types <code>RELEASED</code> and <code>PRERELEASED</code> work with GitHub
* only.</p> </li> </ul> </li> <li> <p>ACTOR_ACCOUNT_ID</p> <ul> <li> <p> A
* webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket
* account ID matches the regular expression <code>pattern</code>. </p> </li> </ul>
Expand Down Expand Up @@ -212,9 +212,9 @@ namespace Model
* <code>WORKFLOW_JOB_QUEUED</code>. The <code>EVENT</code> patterns are specified
* as a comma-separated string. For example, <code>PUSH, PULL_REQUEST_CREATED,
* PULL_REQUEST_UPDATED</code> filters all push, pull request created, and pull
* request updated events. </p> <p> The <code>PULL_REQUEST_REOPENED</code>
* works with GitHub and GitHub Enterprise only. The <code>RELEASED</code>,
* <code>PRERELEASED</code>, and <code>WORKFLOW_JOB_QUEUED</code> work with GitHub
* request updated events. </p> <p> Types <code>PULL_REQUEST_REOPENED</code>
* and <code>WORKFLOW_JOB_QUEUED</code> work with GitHub and GitHub Enterprise
* only. Types <code>RELEASED</code> and <code>PRERELEASED</code> work with GitHub
* only.</p> </li> </ul> </li> <li> <p>ACTOR_ACCOUNT_ID</p> <ul> <li> <p> A
* webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket
* account ID matches the regular expression <code>pattern</code>. </p> </li> </ul>
Expand Down Expand Up @@ -265,9 +265,9 @@ namespace Model
* <code>WORKFLOW_JOB_QUEUED</code>. The <code>EVENT</code> patterns are specified
* as a comma-separated string. For example, <code>PUSH, PULL_REQUEST_CREATED,
* PULL_REQUEST_UPDATED</code> filters all push, pull request created, and pull
* request updated events. </p> <p> The <code>PULL_REQUEST_REOPENED</code>
* works with GitHub and GitHub Enterprise only. The <code>RELEASED</code>,
* <code>PRERELEASED</code>, and <code>WORKFLOW_JOB_QUEUED</code> work with GitHub
* request updated events. </p> <p> Types <code>PULL_REQUEST_REOPENED</code>
* and <code>WORKFLOW_JOB_QUEUED</code> work with GitHub and GitHub Enterprise
* only. Types <code>RELEASED</code> and <code>PRERELEASED</code> work with GitHub
* only.</p> </li> </ul> </li> <li> <p>ACTOR_ACCOUNT_ID</p> <ul> <li> <p> A
* webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket
* account ID matches the regular expression <code>pattern</code>. </p> </li> </ul>
Expand Down Expand Up @@ -318,9 +318,9 @@ namespace Model
* <code>WORKFLOW_JOB_QUEUED</code>. The <code>EVENT</code> patterns are specified
* as a comma-separated string. For example, <code>PUSH, PULL_REQUEST_CREATED,
* PULL_REQUEST_UPDATED</code> filters all push, pull request created, and pull
* request updated events. </p> <p> The <code>PULL_REQUEST_REOPENED</code>
* works with GitHub and GitHub Enterprise only. The <code>RELEASED</code>,
* <code>PRERELEASED</code>, and <code>WORKFLOW_JOB_QUEUED</code> work with GitHub
* request updated events. </p> <p> Types <code>PULL_REQUEST_REOPENED</code>
* and <code>WORKFLOW_JOB_QUEUED</code> work with GitHub and GitHub Enterprise
* only. Types <code>RELEASED</code> and <code>PRERELEASED</code> work with GitHub
* only.</p> </li> </ul> </li> <li> <p>ACTOR_ACCOUNT_ID</p> <ul> <li> <p> A
* webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket
* account ID matches the regular expression <code>pattern</code>. </p> </li> </ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ namespace CodeGuruSecurity
virtual ~CodeGuruSecurityClient();

/**
* <p>Returns a list of all requested findings.</p><p><h3>See Also:</h3> <a
* <p>Returns a list of requested findings from standard scans.</p><p><h3>See
* Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/BatchGetFindings">AWS
* API Reference</a></p>
*/
Expand All @@ -111,8 +112,8 @@ namespace CodeGuruSecurity
}

/**
* <p>Use to create a scan using code uploaded to an S3 bucket.</p><p><h3>See
* Also:</h3> <a
* <p>Use to create a scan using code uploaded to an Amazon S3
* bucket.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/CreateScan">AWS
* API Reference</a></p>
*/
Expand All @@ -137,9 +138,10 @@ namespace CodeGuruSecurity
}

/**
* <p>Generates a pre-signed URL and request headers used to upload a code
* resource.</p> <p>You can upload your code resource to the URL and add the
* request headers using any HTTP client.</p><p><h3>See Also:</h3> <a
* <p>Generates a pre-signed URL, request headers used to upload a code resource,
* and code artifact identifier for the uploaded resource.</p> <p>You can upload
* your code resource to the URL with the request headers using any HTTP
* client.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/CreateUploadUrl">AWS
* API Reference</a></p>
*/
Expand All @@ -164,7 +166,8 @@ namespace CodeGuruSecurity
}

/**
* <p>Use to get account level configuration.</p><p><h3>See Also:</h3> <a
* <p>Use to get the encryption configuration for an account.</p><p><h3>See
* Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/GetAccountConfiguration">AWS
* API Reference</a></p>
*/
Expand Down Expand Up @@ -215,7 +218,7 @@ namespace CodeGuruSecurity
}

/**
* <p>Returns top level metrics about an account from a specified date, including
* <p>Returns a summary of metrics for an account from a specified date, including
* number of open findings, the categories with most findings, the scans with most
* open findings, and scans with most open critical findings. </p><p><h3>See
* Also:</h3> <a
Expand Down Expand Up @@ -295,8 +298,8 @@ namespace CodeGuruSecurity
}

/**
* <p>Returns a list of all the standard scans in an account. Does not return
* express scans.</p><p><h3>See Also:</h3> <a
* <p>Returns a list of all scans in an account. Does not return
* <code>EXPRESS</code> scans.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/ListScans">AWS
* API Reference</a></p>
*/
Expand Down Expand Up @@ -399,8 +402,8 @@ namespace CodeGuruSecurity
}

/**
* <p>Use to update account-level configuration with an encryption
* key.</p><p><h3>See Also:</h3> <a
* <p>Use to update the encryption configuration for an account.</p><p><h3>See
* Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/UpdateAccountConfiguration">AWS
* API Reference</a></p>
*/
Expand Down
Loading

0 comments on commit ed6fa28

Please sign in to comment.