@aws-sdk/client-codebuild 3.744.0 → 3.747.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3705,6 +3705,12 @@ export interface Webhook {
3705
3705
  filterGroups?: WebhookFilter[][] | undefined;
3706
3706
  /**
3707
3707
  * <p>Specifies the type of build this webhook will trigger.</p>
3708
+ * <note>
3709
+ * <p>
3710
+ * <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects
3711
+ * configured for Buildkite runner builds. For more information about CodeBuild-hosted Buildkite runner builds, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/sample-runner-buildkite.html">Tutorial: Configure a CodeBuild-hosted Buildkite runner</a> in the <i>CodeBuild
3712
+ * user guide</i>.</p>
3713
+ * </note>
3708
3714
  * @public
3709
3715
  */
3710
3716
  buildType?: WebhookBuildType | undefined;
@@ -4960,6 +4966,12 @@ export interface CreateWebhookInput {
4960
4966
  filterGroups?: WebhookFilter[][] | undefined;
4961
4967
  /**
4962
4968
  * <p>Specifies the type of build this webhook will trigger.</p>
4969
+ * <note>
4970
+ * <p>
4971
+ * <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects
4972
+ * configured for Buildkite runner builds. For more information about CodeBuild-hosted Buildkite runner builds, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/sample-runner-buildkite.html">Tutorial: Configure a CodeBuild-hosted Buildkite runner</a> in the <i>CodeBuild
4973
+ * user guide</i>.</p>
4974
+ * </note>
4963
4975
  * @public
4964
4976
  */
4965
4977
  buildType?: WebhookBuildType | undefined;
@@ -7987,6 +7999,12 @@ export interface UpdateWebhookInput {
7987
7999
  filterGroups?: WebhookFilter[][] | undefined;
7988
8000
  /**
7989
8001
  * <p>Specifies the type of build this webhook will trigger.</p>
8002
+ * <note>
8003
+ * <p>
8004
+ * <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects
8005
+ * configured for Buildkite runner builds. For more information about CodeBuild-hosted Buildkite runner builds, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/sample-runner-buildkite.html">Tutorial: Configure a CodeBuild-hosted Buildkite runner</a> in the <i>CodeBuild
8006
+ * user guide</i>.</p>
8007
+ * </note>
7990
8008
  * @public
7991
8009
  */
7992
8010
  buildType?: WebhookBuildType | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codebuild",
3
3
  "description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
4
- "version": "3.744.0",
4
+ "version": "3.747.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-codebuild",