aws-sdk-codebuild 1.140.0 → 1.141.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f215888fec1db51c11085780b5bdb8b53200e09268e45aac9869989bafe07ea9
4
- data.tar.gz: 9b83156e74fa20745553d0d2489c95f1129b68583a024d8fb2ee666f805e0131
3
+ metadata.gz: 710971402f1b72f30e54719f7bc46ef36333888b899d1c06175686f3dc065ef7
4
+ data.tar.gz: b1eb95524d27498685cc67d03c4c24a1c61a147d80543457778c11728776bdc9
5
5
  SHA512:
6
- metadata.gz: cebbabf23bdd2e3ca30f9cf460fc4afeab25fff40c06dfc90478f90c7181849704513bc87e4d3a00f8851d68ed1172a7164454ae2e2bc794e3b6c8971cfc6a5d
7
- data.tar.gz: 4c2aeba629fcfc5fcdfe59dd00a8f5e1b8db9c81564988b3a73abb2a9971a4860ffb325a92b51a20b772e11079d0c5606ffd5df79dec2a0c5d6c87bbb7a9885d
6
+ metadata.gz: b4342dfa95e2b328d55735aa1ec95c7bdf17d3ae74e68b5602026ceb46a53015a239fb2a17abbf032e6efc34840c5695b3e0f50fef08dd80e46aad4373588c47
7
+ data.tar.gz: cf0b9e41fdd8f81cf000d0d0f1031d4cb1d62dc819d1f4660f9e41714e336ef04323fe788b3800bf60672ad1f1bff6cf0acef3270805d37bb352976ba873c495
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.141.0 (2025-01-31)
5
+ ------------------
6
+
7
+ * Feature - Added support for CodeBuild self-hosted Buildkite runner builds
8
+
4
9
  1.140.0 (2025-01-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.140.0
1
+ 1.141.0
@@ -1024,7 +1024,7 @@ module Aws::CodeBuild
1024
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"
1025
1025
  # resp.projects[0].webhook.filter_groups[0][0].pattern #=> String
1026
1026
  # resp.projects[0].webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
1027
- # resp.projects[0].webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH"
1027
+ # resp.projects[0].webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
1028
1028
  # resp.projects[0].webhook.manual_creation #=> Boolean
1029
1029
  # resp.projects[0].webhook.last_modified_secret #=> Time
1030
1030
  # resp.projects[0].webhook.scope_configuration.name #=> String
@@ -1895,7 +1895,7 @@ module Aws::CodeBuild
1895
1895
  # 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"
1896
1896
  # resp.project.webhook.filter_groups[0][0].pattern #=> String
1897
1897
  # resp.project.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
1898
- # resp.project.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH"
1898
+ # resp.project.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
1899
1899
  # resp.project.webhook.manual_creation #=> Boolean
1900
1900
  # resp.project.webhook.last_modified_secret #=> Time
1901
1901
  # resp.project.webhook.scope_configuration.name #=> String
@@ -2100,7 +2100,7 @@ module Aws::CodeBuild
2100
2100
  # },
2101
2101
  # ],
2102
2102
  # ],
2103
- # build_type: "BUILD", # accepts BUILD, BUILD_BATCH
2103
+ # build_type: "BUILD", # accepts BUILD, BUILD_BATCH, RUNNER_BUILDKITE_BUILD
2104
2104
  # manual_creation: false,
2105
2105
  # scope_configuration: {
2106
2106
  # name: "String", # required
@@ -2120,7 +2120,7 @@ module Aws::CodeBuild
2120
2120
  # 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"
2121
2121
  # resp.webhook.filter_groups[0][0].pattern #=> String
2122
2122
  # resp.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
2123
- # resp.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH"
2123
+ # resp.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
2124
2124
  # resp.webhook.manual_creation #=> Boolean
2125
2125
  # resp.webhook.last_modified_secret #=> Time
2126
2126
  # resp.webhook.scope_configuration.name #=> String
@@ -5873,7 +5873,7 @@ module Aws::CodeBuild
5873
5873
  # 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"
5874
5874
  # resp.project.webhook.filter_groups[0][0].pattern #=> String
5875
5875
  # resp.project.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
5876
- # resp.project.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH"
5876
+ # resp.project.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
5877
5877
  # resp.project.webhook.manual_creation #=> Boolean
5878
5878
  # resp.project.webhook.last_modified_secret #=> Time
5879
5879
  # resp.project.webhook.scope_configuration.name #=> String
@@ -6133,7 +6133,7 @@ module Aws::CodeBuild
6133
6133
  # },
6134
6134
  # ],
6135
6135
  # ],
6136
- # build_type: "BUILD", # accepts BUILD, BUILD_BATCH
6136
+ # build_type: "BUILD", # accepts BUILD, BUILD_BATCH, RUNNER_BUILDKITE_BUILD
6137
6137
  # })
6138
6138
  #
6139
6139
  # @example Response structure
@@ -6147,7 +6147,7 @@ module Aws::CodeBuild
6147
6147
  # 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"
6148
6148
  # resp.webhook.filter_groups[0][0].pattern #=> String
6149
6149
  # resp.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
6150
- # resp.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH"
6150
+ # resp.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
6151
6151
  # resp.webhook.manual_creation #=> Boolean
6152
6152
  # resp.webhook.last_modified_secret #=> Time
6153
6153
  # resp.webhook.scope_configuration.name #=> String
@@ -6181,7 +6181,7 @@ module Aws::CodeBuild
6181
6181
  tracer: tracer
6182
6182
  )
6183
6183
  context[:gem_name] = 'aws-sdk-codebuild'
6184
- context[:gem_version] = '1.140.0'
6184
+ context[:gem_version] = '1.141.0'
6185
6185
  Seahorse::Client::Request.new(handlers, context)
6186
6186
  end
6187
6187
 
@@ -7518,6 +7518,11 @@ module Aws::CodeBuild
7518
7518
  # <note markdown="1"> Works with `WORKFLOW_JOB_QUEUED` events only.
7519
7519
  #
7520
7520
  # </note>
7521
+ #
7522
+ # <note markdown="1"> For CodeBuild-hosted Buildkite runner builds, WORKFLOW\_NAME
7523
+ # filters will filter by pipeline name.
7524
+ #
7525
+ # </note>
7521
7526
  # @return [String]
7522
7527
  #
7523
7528
  # @!attribute [rw] pattern
@@ -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.140.0'
57
+ GEM_VERSION = '1.141.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -423,7 +423,7 @@ module Aws
423
423
  },
424
424
  ],
425
425
  ],
426
- ?build_type: ("BUILD" | "BUILD_BATCH"),
426
+ ?build_type: ("BUILD" | "BUILD_BATCH" | "RUNNER_BUILDKITE_BUILD"),
427
427
  ?manual_creation: bool,
428
428
  ?scope_configuration: {
429
429
  name: ::String,
@@ -1361,7 +1361,7 @@ module Aws
1361
1361
  },
1362
1362
  ],
1363
1363
  ],
1364
- ?build_type: ("BUILD" | "BUILD_BATCH")
1364
+ ?build_type: ("BUILD" | "BUILD_BATCH" | "RUNNER_BUILDKITE_BUILD")
1365
1365
  ) -> _UpdateWebhookResponseSuccess
1366
1366
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWebhookResponseSuccess
1367
1367
  end
data/sig/types.rbs CHANGED
@@ -348,7 +348,7 @@ module Aws::CodeBuild
348
348
  attr_accessor project_name: ::String
349
349
  attr_accessor branch_filter: ::String
350
350
  attr_accessor filter_groups: ::Array[::Array[Types::WebhookFilter]]
351
- attr_accessor build_type: ("BUILD" | "BUILD_BATCH")
351
+ attr_accessor build_type: ("BUILD" | "BUILD_BATCH" | "RUNNER_BUILDKITE_BUILD")
352
352
  attr_accessor manual_creation: bool
353
353
  attr_accessor scope_configuration: Types::ScopeConfiguration
354
354
  SENSITIVE: []
@@ -1292,7 +1292,7 @@ module Aws::CodeBuild
1292
1292
  attr_accessor branch_filter: ::String
1293
1293
  attr_accessor rotate_secret: bool
1294
1294
  attr_accessor filter_groups: ::Array[::Array[Types::WebhookFilter]]
1295
- attr_accessor build_type: ("BUILD" | "BUILD_BATCH")
1295
+ attr_accessor build_type: ("BUILD" | "BUILD_BATCH" | "RUNNER_BUILDKITE_BUILD")
1296
1296
  SENSITIVE: []
1297
1297
  end
1298
1298
 
@@ -1314,7 +1314,7 @@ module Aws::CodeBuild
1314
1314
  attr_accessor secret: ::String
1315
1315
  attr_accessor branch_filter: ::String
1316
1316
  attr_accessor filter_groups: ::Array[::Array[Types::WebhookFilter]]
1317
- attr_accessor build_type: ("BUILD" | "BUILD_BATCH")
1317
+ attr_accessor build_type: ("BUILD" | "BUILD_BATCH" | "RUNNER_BUILDKITE_BUILD")
1318
1318
  attr_accessor manual_creation: bool
1319
1319
  attr_accessor last_modified_secret: ::Time
1320
1320
  attr_accessor scope_configuration: Types::ScopeConfiguration
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.140.0
4
+ version: 1.141.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-01-15 00:00:00.000000000 Z
11
+ date: 2025-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core