aws-sdk-codebuild 1.161.0 → 1.163.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 823f589e2ccc20585ebdae2c47c4ec5c044d6bc48de579efef0a688f23cdcba2
4
- data.tar.gz: 19d94829dbb363a6cc8a80533c7d5fc864e84da4343f14e1fc212bc3561ba97a
3
+ metadata.gz: 16a19334503c2852107554f6d9e2ae58eb8e606952089ba35f63c7278b02cac2
4
+ data.tar.gz: 174057464f59436921a6d1aaf58351a6ceb104d453ac4235bb7870dbf5938db9
5
5
  SHA512:
6
- metadata.gz: 67449f79e6ad5b4573cd51797f6ad77d664750fc8785e08263987aba5ec7769d92c28a1d457813f86ad7e9ee5fb6fda5569aa4088145a111be1898186502ca79
7
- data.tar.gz: b7034b93000f0067f0da2cee91593844bfc0a3c6e8af7cd613725b833c3ee23f956fe95eb10f6add1a5f44330bf0b28a6cc93731f55b7982c17526881292cf4b
6
+ metadata.gz: 8b7cb1c090b49417acd936bd808ad91ed126f39a3f04ddfcec2d301f0ef789ec6805676d9acaeeb502142636b00c86283c6b42d230a3c1af2bc3b27bd7df5031
7
+ data.tar.gz: 5531dded60e3aa31d7a78cebd21d47f02a75bc0ea2ed195f7039dbf60e70706fb8ab13fa7fd6e750f1849ee2e11d0f8059222e5221266fa5105a3e794c3197a1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.163.0 (2025-08-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.162.0 (2025-08-12)
10
+ ------------------
11
+
12
+ * Feature - AWS CodeBuild now supports PullRequestBuildPolicy in webhook object.
13
+
4
14
  1.161.0 (2025-08-07)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.161.0
1
+ 1.163.0
@@ -1122,6 +1122,9 @@ module Aws::CodeBuild
1122
1122
  # resp.projects[0].webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
1123
1123
  # resp.projects[0].webhook.status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "DELETING"
1124
1124
  # resp.projects[0].webhook.status_message #=> String
1125
+ # resp.projects[0].webhook.pull_request_build_policy.requires_comment_approval #=> String, one of "DISABLED", "ALL_PULL_REQUESTS", "FORK_PULL_REQUESTS"
1126
+ # resp.projects[0].webhook.pull_request_build_policy.approver_roles #=> Array
1127
+ # resp.projects[0].webhook.pull_request_build_policy.approver_roles[0] #=> String, one of "GITHUB_READ", "GITHUB_TRIAGE", "GITHUB_WRITE", "GITHUB_MAINTAIN", "GITHUB_ADMIN", "GITLAB_GUEST", "GITLAB_PLANNER", "GITLAB_REPORTER", "GITLAB_DEVELOPER", "GITLAB_MAINTAINER", "GITLAB_OWNER", "BITBUCKET_READ", "BITBUCKET_WRITE", "BITBUCKET_ADMIN"
1125
1128
  # resp.projects[0].vpc_config.vpc_id #=> String
1126
1129
  # resp.projects[0].vpc_config.subnets #=> Array
1127
1130
  # resp.projects[0].vpc_config.subnets[0] #=> String
@@ -2162,6 +2165,9 @@ module Aws::CodeBuild
2162
2165
  # resp.project.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
2163
2166
  # resp.project.webhook.status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "DELETING"
2164
2167
  # resp.project.webhook.status_message #=> String
2168
+ # resp.project.webhook.pull_request_build_policy.requires_comment_approval #=> String, one of "DISABLED", "ALL_PULL_REQUESTS", "FORK_PULL_REQUESTS"
2169
+ # resp.project.webhook.pull_request_build_policy.approver_roles #=> Array
2170
+ # resp.project.webhook.pull_request_build_policy.approver_roles[0] #=> String, one of "GITHUB_READ", "GITHUB_TRIAGE", "GITHUB_WRITE", "GITHUB_MAINTAIN", "GITHUB_ADMIN", "GITLAB_GUEST", "GITLAB_PLANNER", "GITLAB_REPORTER", "GITLAB_DEVELOPER", "GITLAB_MAINTAINER", "GITLAB_OWNER", "BITBUCKET_READ", "BITBUCKET_WRITE", "BITBUCKET_ADMIN"
2165
2171
  # resp.project.vpc_config.vpc_id #=> String
2166
2172
  # resp.project.vpc_config.subnets #=> Array
2167
2173
  # resp.project.vpc_config.subnets[0] #=> String
@@ -2411,6 +2417,9 @@ module Aws::CodeBuild
2411
2417
  # resp.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
2412
2418
  # resp.webhook.status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "DELETING"
2413
2419
  # resp.webhook.status_message #=> String
2420
+ # resp.webhook.pull_request_build_policy.requires_comment_approval #=> String, one of "DISABLED", "ALL_PULL_REQUESTS", "FORK_PULL_REQUESTS"
2421
+ # resp.webhook.pull_request_build_policy.approver_roles #=> Array
2422
+ # resp.webhook.pull_request_build_policy.approver_roles[0] #=> String, one of "GITHUB_READ", "GITHUB_TRIAGE", "GITHUB_WRITE", "GITHUB_MAINTAIN", "GITHUB_ADMIN", "GITLAB_GUEST", "GITLAB_PLANNER", "GITLAB_REPORTER", "GITLAB_DEVELOPER", "GITLAB_MAINTAINER", "GITLAB_OWNER", "BITBUCKET_READ", "BITBUCKET_WRITE", "BITBUCKET_ADMIN"
2414
2423
  #
2415
2424
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/CreateWebhook AWS API Documentation
2416
2425
  #
@@ -6773,6 +6782,9 @@ module Aws::CodeBuild
6773
6782
  # resp.project.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
6774
6783
  # resp.project.webhook.status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "DELETING"
6775
6784
  # resp.project.webhook.status_message #=> String
6785
+ # resp.project.webhook.pull_request_build_policy.requires_comment_approval #=> String, one of "DISABLED", "ALL_PULL_REQUESTS", "FORK_PULL_REQUESTS"
6786
+ # resp.project.webhook.pull_request_build_policy.approver_roles #=> Array
6787
+ # resp.project.webhook.pull_request_build_policy.approver_roles[0] #=> String, one of "GITHUB_READ", "GITHUB_TRIAGE", "GITHUB_WRITE", "GITHUB_MAINTAIN", "GITHUB_ADMIN", "GITLAB_GUEST", "GITLAB_PLANNER", "GITLAB_REPORTER", "GITLAB_DEVELOPER", "GITLAB_MAINTAINER", "GITLAB_OWNER", "BITBUCKET_READ", "BITBUCKET_WRITE", "BITBUCKET_ADMIN"
6776
6788
  # resp.project.vpc_config.vpc_id #=> String
6777
6789
  # resp.project.vpc_config.subnets #=> Array
6778
6790
  # resp.project.vpc_config.subnets[0] #=> String
@@ -7071,6 +7083,9 @@ module Aws::CodeBuild
7071
7083
  # resp.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
7072
7084
  # resp.webhook.status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "DELETING"
7073
7085
  # resp.webhook.status_message #=> String
7086
+ # resp.webhook.pull_request_build_policy.requires_comment_approval #=> String, one of "DISABLED", "ALL_PULL_REQUESTS", "FORK_PULL_REQUESTS"
7087
+ # resp.webhook.pull_request_build_policy.approver_roles #=> Array
7088
+ # resp.webhook.pull_request_build_policy.approver_roles[0] #=> String, one of "GITHUB_READ", "GITHUB_TRIAGE", "GITHUB_WRITE", "GITHUB_MAINTAIN", "GITHUB_ADMIN", "GITLAB_GUEST", "GITLAB_PLANNER", "GITLAB_REPORTER", "GITLAB_DEVELOPER", "GITLAB_MAINTAINER", "GITLAB_OWNER", "BITBUCKET_READ", "BITBUCKET_WRITE", "BITBUCKET_ADMIN"
7074
7089
  #
7075
7090
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateWebhook AWS API Documentation
7076
7091
  #
@@ -7099,7 +7114,7 @@ module Aws::CodeBuild
7099
7114
  tracer: tracer
7100
7115
  )
7101
7116
  context[:gem_name] = 'aws-sdk-codebuild'
7102
- context[:gem_version] = '1.161.0'
7117
+ context[:gem_version] = '1.163.0'
7103
7118
  Seahorse::Client::Request.new(handlers, context)
7104
7119
  end
7105
7120
 
@@ -1601,6 +1601,7 @@ module Aws::CodeBuild
1601
1601
  Webhook.add_member(:scope_configuration, Shapes::ShapeRef.new(shape: ScopeConfiguration, location_name: "scopeConfiguration"))
1602
1602
  Webhook.add_member(:status, Shapes::ShapeRef.new(shape: WebhookStatus, location_name: "status"))
1603
1603
  Webhook.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
1604
+ Webhook.add_member(:pull_request_build_policy, Shapes::ShapeRef.new(shape: PullRequestBuildPolicy, location_name: "pullRequestBuildPolicy"))
1604
1605
  Webhook.struct_class = Types::Webhook
1605
1606
 
1606
1607
  WebhookFilter.add_member(:type, Shapes::ShapeRef.new(shape: WebhookFilterType, required: true, location_name: "type"))
@@ -5512,10 +5512,10 @@ module Aws::CodeBuild
5512
5512
  include Aws::Structure
5513
5513
  end
5514
5514
 
5515
- # Configuration policy that defines comment-based approval requirements
5516
- # for triggering builds on pull requests. This policy helps control when
5517
- # automated builds are executed based on contributor permissions and
5518
- # approval workflows.
5515
+ # A PullRequestBuildPolicy object that defines comment-based approval
5516
+ # requirements for triggering builds on pull requests. This policy helps
5517
+ # control when automated builds are executed based on contributor
5518
+ # permissions and approval workflows.
5519
5519
  #
5520
5520
  # @!attribute [rw] requires_comment_approval
5521
5521
  # Specifies when comment-based approval is required before triggering
@@ -8242,6 +8242,13 @@ module Aws::CodeBuild
8242
8242
  # A message associated with the status of a webhook.
8243
8243
  # @return [String]
8244
8244
  #
8245
+ # @!attribute [rw] pull_request_build_policy
8246
+ # A PullRequestBuildPolicy object that defines comment-based approval
8247
+ # requirements for triggering builds on pull requests. This policy
8248
+ # helps control when automated builds are executed based on
8249
+ # contributor permissions and approval workflows.
8250
+ # @return [Types::PullRequestBuildPolicy]
8251
+ #
8245
8252
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/Webhook AWS API Documentation
8246
8253
  #
8247
8254
  class Webhook < Struct.new(
@@ -8255,7 +8262,8 @@ module Aws::CodeBuild
8255
8262
  :last_modified_secret,
8256
8263
  :scope_configuration,
8257
8264
  :status,
8258
- :status_message)
8265
+ :status_message,
8266
+ :pull_request_build_policy)
8259
8267
  SENSITIVE = []
8260
8268
  include Aws::Structure
8261
8269
  end
@@ -54,7 +54,7 @@ module Aws::CodeBuild
54
54
  autoload :EndpointProvider, 'aws-sdk-codebuild/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codebuild/endpoints'
56
56
 
57
- GEM_VERSION = '1.161.0'
57
+ GEM_VERSION = '1.163.0'
58
58
 
59
59
  end
60
60
 
data/sig/types.rbs CHANGED
@@ -1527,6 +1527,7 @@ module Aws::CodeBuild
1527
1527
  attr_accessor scope_configuration: Types::ScopeConfiguration
1528
1528
  attr_accessor status: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING")
1529
1529
  attr_accessor status_message: ::String
1530
+ attr_accessor pull_request_build_policy: Types::PullRequestBuildPolicy
1530
1531
  SENSITIVE: []
1531
1532
  end
1532
1533
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codebuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.161.0
4
+ version: 1.163.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.228.0
21
+ version: 3.231.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement