aws-sdk-codebuild 1.146.0 → 1.148.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: 2f6baf7b2cf8bcf1b0c8f9d413f1cb8323fd8b6350a265cc6fba40bac03d67e8
4
- data.tar.gz: 261e8325de216867eec144afcaedb8eb3de51d6c6a4c0396146e4673add724bb
3
+ metadata.gz: a4a807aa46956715f137c96af1bfb6f0eba0db2e85bbcaa40ec3cd93b5d0d986
4
+ data.tar.gz: d6b8c3bd98cc797fd97400c0fb2c8c068b8759d665fb76100d43a9aa37273208
5
5
  SHA512:
6
- metadata.gz: 321d0c8996c08af7a4db1d3d00a850478a6e54a52ab60427805bc53684fcce6785d42c878e5358084cd6963696a77f478ee945d70ed262e900c48cb53884e734
7
- data.tar.gz: d21e2d3b49bc77ab7a70a7c88d866ef5480f1097411e571390b18748565441fee855ae026ba4f9cc6af44ece2ef42463104088981a6456886a14ea3056600554
6
+ metadata.gz: b4b8be8960425a541b4fb3a3a0ee23f08328749705fd54f9954accc1cc8dcf8271d87ec1747420798a2dfef37404898f02383176783f52c388cd3a43794a1447
7
+ data.tar.gz: df42c413865c45a9381490aa39df539a45913ec248645bda728ef4de9f971ff517808f06215eec65766f29f96b397313c39c4c71049e5f8df90fdace19fceb57
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.148.0 (2025-03-13)
5
+ ------------------
6
+
7
+ * Feature - AWS CodeBuild now supports webhook filtering by organization name
8
+
9
+ 1.147.0 (2025-02-25)
10
+ ------------------
11
+
12
+ * Feature - Adding "reportArns" field in output of BatchGetBuildBatches API. "reportArns" is an array that contains the ARNs of reports created by merging reports from builds associated with the batch build.
13
+
4
14
  1.146.0 (2025-02-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.146.0
1
+ 1.148.0
@@ -672,6 +672,8 @@ module Aws::CodeBuild
672
672
  # resp.build_batches[0].build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].location #=> String
673
673
  # resp.build_batches[0].build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].identifier #=> String
674
674
  # resp.build_batches[0].debug_session_enabled #=> Boolean
675
+ # resp.build_batches[0].report_arns #=> Array
676
+ # resp.build_batches[0].report_arns[0] #=> String
675
677
  # resp.build_batches_not_found #=> Array
676
678
  # resp.build_batches_not_found[0] #=> String
677
679
  #
@@ -1021,7 +1023,7 @@ module Aws::CodeBuild
1021
1023
  # resp.projects[0].webhook.branch_filter #=> String
1022
1024
  # resp.projects[0].webhook.filter_groups #=> Array
1023
1025
  # resp.projects[0].webhook.filter_groups[0] #=> Array
1024
- # resp.projects[0].webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE", "WORKFLOW_NAME", "TAG_NAME", "RELEASE_NAME", "REPOSITORY_NAME"
1026
+ # resp.projects[0].webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE", "WORKFLOW_NAME", "TAG_NAME", "RELEASE_NAME", "REPOSITORY_NAME", "ORGANIZATION_NAME"
1025
1027
  # resp.projects[0].webhook.filter_groups[0][0].pattern #=> String
1026
1028
  # resp.projects[0].webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
1027
1029
  # resp.projects[0].webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
@@ -1894,7 +1896,7 @@ module Aws::CodeBuild
1894
1896
  # resp.project.webhook.branch_filter #=> String
1895
1897
  # resp.project.webhook.filter_groups #=> Array
1896
1898
  # resp.project.webhook.filter_groups[0] #=> Array
1897
- # resp.project.webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE", "WORKFLOW_NAME", "TAG_NAME", "RELEASE_NAME", "REPOSITORY_NAME"
1899
+ # resp.project.webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE", "WORKFLOW_NAME", "TAG_NAME", "RELEASE_NAME", "REPOSITORY_NAME", "ORGANIZATION_NAME"
1898
1900
  # resp.project.webhook.filter_groups[0][0].pattern #=> String
1899
1901
  # resp.project.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
1900
1902
  # resp.project.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
@@ -2110,7 +2112,7 @@ module Aws::CodeBuild
2110
2112
  # filter_groups: [
2111
2113
  # [
2112
2114
  # {
2113
- # type: "EVENT", # required, accepts EVENT, BASE_REF, HEAD_REF, ACTOR_ACCOUNT_ID, FILE_PATH, COMMIT_MESSAGE, WORKFLOW_NAME, TAG_NAME, RELEASE_NAME, REPOSITORY_NAME
2115
+ # type: "EVENT", # required, accepts EVENT, BASE_REF, HEAD_REF, ACTOR_ACCOUNT_ID, FILE_PATH, COMMIT_MESSAGE, WORKFLOW_NAME, TAG_NAME, RELEASE_NAME, REPOSITORY_NAME, ORGANIZATION_NAME
2114
2116
  # pattern: "String", # required
2115
2117
  # exclude_matched_pattern: false,
2116
2118
  # },
@@ -2133,7 +2135,7 @@ module Aws::CodeBuild
2133
2135
  # resp.webhook.branch_filter #=> String
2134
2136
  # resp.webhook.filter_groups #=> Array
2135
2137
  # resp.webhook.filter_groups[0] #=> Array
2136
- # resp.webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE", "WORKFLOW_NAME", "TAG_NAME", "RELEASE_NAME", "REPOSITORY_NAME"
2138
+ # resp.webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE", "WORKFLOW_NAME", "TAG_NAME", "RELEASE_NAME", "REPOSITORY_NAME", "ORGANIZATION_NAME"
2137
2139
  # resp.webhook.filter_groups[0][0].pattern #=> String
2138
2140
  # resp.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
2139
2141
  # resp.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
@@ -3815,6 +3817,8 @@ module Aws::CodeBuild
3815
3817
  # resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].location #=> String
3816
3818
  # resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].identifier #=> String
3817
3819
  # resp.build_batch.debug_session_enabled #=> Boolean
3820
+ # resp.build_batch.report_arns #=> Array
3821
+ # resp.build_batch.report_arns[0] #=> String
3818
3822
  #
3819
3823
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/RetryBuildBatch AWS API Documentation
3820
3824
  #
@@ -4841,6 +4845,8 @@ module Aws::CodeBuild
4841
4845
  # resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].location #=> String
4842
4846
  # resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].identifier #=> String
4843
4847
  # resp.build_batch.debug_session_enabled #=> Boolean
4848
+ # resp.build_batch.report_arns #=> Array
4849
+ # resp.build_batch.report_arns[0] #=> String
4844
4850
  #
4845
4851
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StartBuildBatch AWS API Documentation
4846
4852
  #
@@ -5165,6 +5171,8 @@ module Aws::CodeBuild
5165
5171
  # resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].location #=> String
5166
5172
  # resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].identifier #=> String
5167
5173
  # resp.build_batch.debug_session_enabled #=> Boolean
5174
+ # resp.build_batch.report_arns #=> Array
5175
+ # resp.build_batch.report_arns[0] #=> String
5168
5176
  #
5169
5177
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StopBuildBatch AWS API Documentation
5170
5178
  #
@@ -5889,7 +5897,7 @@ module Aws::CodeBuild
5889
5897
  # resp.project.webhook.branch_filter #=> String
5890
5898
  # resp.project.webhook.filter_groups #=> Array
5891
5899
  # resp.project.webhook.filter_groups[0] #=> Array
5892
- # resp.project.webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE", "WORKFLOW_NAME", "TAG_NAME", "RELEASE_NAME", "REPOSITORY_NAME"
5900
+ # resp.project.webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE", "WORKFLOW_NAME", "TAG_NAME", "RELEASE_NAME", "REPOSITORY_NAME", "ORGANIZATION_NAME"
5893
5901
  # resp.project.webhook.filter_groups[0][0].pattern #=> String
5894
5902
  # resp.project.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
5895
5903
  # resp.project.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
@@ -6160,7 +6168,7 @@ module Aws::CodeBuild
6160
6168
  # filter_groups: [
6161
6169
  # [
6162
6170
  # {
6163
- # type: "EVENT", # required, accepts EVENT, BASE_REF, HEAD_REF, ACTOR_ACCOUNT_ID, FILE_PATH, COMMIT_MESSAGE, WORKFLOW_NAME, TAG_NAME, RELEASE_NAME, REPOSITORY_NAME
6171
+ # type: "EVENT", # required, accepts EVENT, BASE_REF, HEAD_REF, ACTOR_ACCOUNT_ID, FILE_PATH, COMMIT_MESSAGE, WORKFLOW_NAME, TAG_NAME, RELEASE_NAME, REPOSITORY_NAME, ORGANIZATION_NAME
6164
6172
  # pattern: "String", # required
6165
6173
  # exclude_matched_pattern: false,
6166
6174
  # },
@@ -6177,7 +6185,7 @@ module Aws::CodeBuild
6177
6185
  # resp.webhook.branch_filter #=> String
6178
6186
  # resp.webhook.filter_groups #=> Array
6179
6187
  # resp.webhook.filter_groups[0] #=> Array
6180
- # resp.webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE", "WORKFLOW_NAME", "TAG_NAME", "RELEASE_NAME", "REPOSITORY_NAME"
6188
+ # resp.webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE", "WORKFLOW_NAME", "TAG_NAME", "RELEASE_NAME", "REPOSITORY_NAME", "ORGANIZATION_NAME"
6181
6189
  # resp.webhook.filter_groups[0][0].pattern #=> String
6182
6190
  # resp.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
6183
6191
  # resp.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
@@ -6216,7 +6224,7 @@ module Aws::CodeBuild
6216
6224
  tracer: tracer
6217
6225
  )
6218
6226
  context[:gem_name] = 'aws-sdk-codebuild'
6219
- context[:gem_version] = '1.146.0'
6227
+ context[:gem_version] = '1.148.0'
6220
6228
  Seahorse::Client::Request.new(handlers, context)
6221
6229
  end
6222
6230
 
@@ -445,6 +445,7 @@ module Aws::CodeBuild
445
445
  BuildBatch.add_member(:build_batch_config, Shapes::ShapeRef.new(shape: ProjectBuildBatchConfig, location_name: "buildBatchConfig"))
446
446
  BuildBatch.add_member(:build_groups, Shapes::ShapeRef.new(shape: BuildGroups, location_name: "buildGroups"))
447
447
  BuildBatch.add_member(:debug_session_enabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "debugSessionEnabled"))
448
+ BuildBatch.add_member(:report_arns, Shapes::ShapeRef.new(shape: BuildReportArns, location_name: "reportArns"))
448
449
  BuildBatch.struct_class = Types::BuildBatch
449
450
 
450
451
  BuildBatchFilter.add_member(:status, Shapes::ShapeRef.new(shape: StatusType, location_name: "status"))
@@ -862,6 +862,11 @@ module Aws::CodeBuild
862
862
  # [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html
863
863
  # @return [Boolean]
864
864
  #
865
+ # @!attribute [rw] report_arns
866
+ # An array that contains the ARNs of reports created by merging
867
+ # reports from builds associated with this batch build.
868
+ # @return [Array<String>]
869
+ #
865
870
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BuildBatch AWS API Documentation
866
871
  #
867
872
  class BuildBatch < Struct.new(
@@ -894,7 +899,8 @@ module Aws::CodeBuild
894
899
  :file_system_locations,
895
900
  :build_batch_config,
896
901
  :build_groups,
897
- :debug_session_enabled)
902
+ :debug_session_enabled,
903
+ :report_arns)
898
904
  SENSITIVE = []
899
905
  include Aws::Structure
900
906
  end
@@ -4571,41 +4577,6 @@ module Aws::CodeBuild
4571
4577
  # @!attribute [rw] type
4572
4578
  # The type of build environment to use for related builds.
4573
4579
  #
4574
- # * The environment type `ARM_CONTAINER` is available only in regions
4575
- # US East (N. Virginia), US East (Ohio), US West (Oregon), EU
4576
- # (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia
4577
- # Pacific (Sydney), and EU (Frankfurt).
4578
- #
4579
- # * The environment type `LINUX_CONTAINER` is available only in
4580
- # regions US East (N. Virginia), US East (Ohio), US West (Oregon),
4581
- # Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia
4582
- # Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore),
4583
- # Asia Pacific (Sydney), China (Beijing), and China (Ningxia).
4584
- #
4585
- # * The environment type `LINUX_GPU_CONTAINER` is available only in
4586
- # regions US East (N. Virginia), US East (Ohio), US West (Oregon),
4587
- # Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia
4588
- # Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore),
4589
- # Asia Pacific (Sydney) , China (Beijing), and China (Ningxia).
4590
- # ^
4591
- #
4592
- # * The environment types `ARM_LAMBDA_CONTAINER` and
4593
- # `LINUX_LAMBDA_CONTAINER` are available only in regions US East (N.
4594
- # Virginia), US East (Ohio), US West (Oregon), Asia Pacific
4595
- # (Mumbai), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia
4596
- # Pacific (Tokyo), EU (Frankfurt), EU (Ireland), and South America
4597
- # (São Paulo).
4598
- #
4599
- # ^
4600
- # ^
4601
- #
4602
- # * The environment types `WINDOWS_CONTAINER` and
4603
- # `WINDOWS_SERVER_2019_CONTAINER` are available only in regions US
4604
- # East (N. Virginia), US East (Ohio), US West (Oregon), and EU
4605
- # (Ireland).
4606
- #
4607
- # ^
4608
- #
4609
4580
  # <note markdown="1"> If you're using compute fleets during project creation, `type` will
4610
4581
  # be ignored.
4611
4582
  #
@@ -7478,9 +7449,10 @@ module Aws::CodeBuild
7478
7449
  # A filter used to determine which webhooks trigger a build.
7479
7450
  #
7480
7451
  # @!attribute [rw] type
7481
- # The type of webhook filter. There are nine webhook filter types:
7452
+ # The type of webhook filter. There are 11 webhook filter types:
7482
7453
  # `EVENT`, `ACTOR_ACCOUNT_ID`, `HEAD_REF`, `BASE_REF`, `FILE_PATH`,
7483
- # `COMMIT_MESSAGE`, `TAG_NAME`, `RELEASE_NAME`, and `WORKFLOW_NAME`.
7454
+ # `COMMIT_MESSAGE`, `TAG_NAME`, `RELEASE_NAME`, `REPOSITORY_NAME`,
7455
+ # `ORGANIZATION_NAME`, and `WORKFLOW_NAME`.
7484
7456
  #
7485
7457
  # * EVENT
7486
7458
  #
@@ -7530,9 +7502,7 @@ module Aws::CodeBuild
7530
7502
  # * A webhook triggers a build when the path of a changed file
7531
7503
  # matches the regular expression `pattern`.
7532
7504
  #
7533
- # <note markdown="1"> Works with GitHub and Bitbucket events push and pull requests
7534
- # events. Also works with GitHub Enterprise push events, but does
7535
- # not work with GitHub Enterprise pull request events.
7505
+ # <note markdown="1"> Works with push and pull request events only.
7536
7506
  #
7537
7507
  # </note>
7538
7508
  # * COMMIT\_MESSAGE
@@ -7540,9 +7510,7 @@ module Aws::CodeBuild
7540
7510
  # * A webhook triggers a build when the head commit message matches
7541
7511
  # the regular expression `pattern`.
7542
7512
  #
7543
- # <note markdown="1"> Works with GitHub and Bitbucket events push and pull requests
7544
- # events. Also works with GitHub Enterprise push events, but does
7545
- # not work with GitHub Enterprise pull request events.
7513
+ # <note markdown="1"> Works with push and pull request events only.
7546
7514
  #
7547
7515
  # </note>
7548
7516
  # * TAG\_NAME
@@ -7564,11 +7532,19 @@ module Aws::CodeBuild
7564
7532
  # * REPOSITORY\_NAME
7565
7533
  #
7566
7534
  # * A webhook triggers a build when the repository name matches the
7567
- # regular expression pattern.
7535
+ # regular expression `pattern`.
7568
7536
  #
7569
7537
  # <note markdown="1"> Works with GitHub global or organization webhooks only.
7570
7538
  #
7571
7539
  # </note>
7540
+ # * ORGANIZATION\_NAME
7541
+ #
7542
+ # * A webhook triggers a build when the organization name matches
7543
+ # the regular expression `pattern`.
7544
+ #
7545
+ # <note markdown="1"> Works with GitHub global webhooks only.
7546
+ #
7547
+ # </note>
7572
7548
  # * WORKFLOW\_NAME
7573
7549
  #
7574
7550
  # * A webhook triggers a build when the workflow name matches the
@@ -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.146.0'
57
+ GEM_VERSION = '1.148.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -417,7 +417,7 @@ module Aws
417
417
  ?filter_groups: Array[
418
418
  Array[
419
419
  {
420
- type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE" | "WORKFLOW_NAME" | "TAG_NAME" | "RELEASE_NAME" | "REPOSITORY_NAME"),
420
+ type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE" | "WORKFLOW_NAME" | "TAG_NAME" | "RELEASE_NAME" | "REPOSITORY_NAME" | "ORGANIZATION_NAME"),
421
421
  pattern: ::String,
422
422
  exclude_matched_pattern: bool?
423
423
  },
@@ -1355,7 +1355,7 @@ module Aws
1355
1355
  ?filter_groups: Array[
1356
1356
  Array[
1357
1357
  {
1358
- type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE" | "WORKFLOW_NAME" | "TAG_NAME" | "RELEASE_NAME" | "REPOSITORY_NAME"),
1358
+ type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE" | "WORKFLOW_NAME" | "TAG_NAME" | "RELEASE_NAME" | "REPOSITORY_NAME" | "ORGANIZATION_NAME"),
1359
1359
  pattern: ::String,
1360
1360
  exclude_matched_pattern: bool?
1361
1361
  },
data/sig/types.rbs CHANGED
@@ -182,6 +182,7 @@ module Aws::CodeBuild
182
182
  attr_accessor build_batch_config: Types::ProjectBuildBatchConfig
183
183
  attr_accessor build_groups: ::Array[Types::BuildGroup]
184
184
  attr_accessor debug_session_enabled: bool
185
+ attr_accessor report_arns: ::Array[::String]
185
186
  SENSITIVE: []
186
187
  end
187
188
 
@@ -1325,7 +1326,7 @@ module Aws::CodeBuild
1325
1326
  end
1326
1327
 
1327
1328
  class WebhookFilter
1328
- attr_accessor type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE" | "WORKFLOW_NAME" | "TAG_NAME" | "RELEASE_NAME" | "REPOSITORY_NAME")
1329
+ attr_accessor type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE" | "WORKFLOW_NAME" | "TAG_NAME" | "RELEASE_NAME" | "REPOSITORY_NAME" | "ORGANIZATION_NAME")
1329
1330
  attr_accessor pattern: ::String
1330
1331
  attr_accessor exclude_matched_pattern: bool
1331
1332
  SENSITIVE: []
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codebuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.146.0
4
+ version: 1.148.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-20 00:00:00.000000000 Z
11
+ date: 2025-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core