aws-sdk-codebuild 1.145.0 → 1.146.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: 176753fdcc6c9bad62f2e1e586b92ad0a83807574d50c75609e12751d3a924e1
4
- data.tar.gz: 568c1127dcc1571e87e784e2f9b35dc7d4aacb1b8f4484dfaf3710bbb32c4b79
3
+ metadata.gz: 2f6baf7b2cf8bcf1b0c8f9d413f1cb8323fd8b6350a265cc6fba40bac03d67e8
4
+ data.tar.gz: 261e8325de216867eec144afcaedb8eb3de51d6c6a4c0396146e4673add724bb
5
5
  SHA512:
6
- metadata.gz: e8975d0cdfcaf07a2152e6d2755fa835ccca5029547006f6bf220e6a9c9f25ed1c1eac4c46c9c77a22b62f43ca528045d4ff060a7741fc85b84b655d6f06e6ac
7
- data.tar.gz: 7da2bb17f779ad36249e8f548e4ea903535a7a96a49bb03e54b70356024e81317086428208de412b7b3f9544d0ef1db1ae6e9af90002a0cd694381e5009f4e4e
6
+ metadata.gz: 321d0c8996c08af7a4db1d3d00a850478a6e54a52ab60427805bc53684fcce6785d42c878e5358084cd6963696a77f478ee945d70ed262e900c48cb53884e734
7
+ data.tar.gz: d21e2d3b49bc77ab7a70a7c88d866ef5480f1097411e571390b18748565441fee855ae026ba4f9cc6af44ece2ef42463104088981a6456886a14ea3056600554
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.146.0 (2025-02-20)
5
+ ------------------
6
+
7
+ * Feature - Add webhook status and status message to AWS CodeBuild webhooks
8
+
4
9
  1.145.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.145.0
1
+ 1.146.0
@@ -1030,6 +1030,8 @@ module Aws::CodeBuild
1030
1030
  # resp.projects[0].webhook.scope_configuration.name #=> String
1031
1031
  # resp.projects[0].webhook.scope_configuration.domain #=> String
1032
1032
  # resp.projects[0].webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
1033
+ # resp.projects[0].webhook.status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "DELETING"
1034
+ # resp.projects[0].webhook.status_message #=> String
1033
1035
  # resp.projects[0].vpc_config.vpc_id #=> String
1034
1036
  # resp.projects[0].vpc_config.subnets #=> Array
1035
1037
  # resp.projects[0].vpc_config.subnets[0] #=> String
@@ -1901,6 +1903,8 @@ module Aws::CodeBuild
1901
1903
  # resp.project.webhook.scope_configuration.name #=> String
1902
1904
  # resp.project.webhook.scope_configuration.domain #=> String
1903
1905
  # resp.project.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
1906
+ # resp.project.webhook.status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "DELETING"
1907
+ # resp.project.webhook.status_message #=> String
1904
1908
  # resp.project.vpc_config.vpc_id #=> String
1905
1909
  # resp.project.vpc_config.subnets #=> Array
1906
1910
  # resp.project.vpc_config.subnets[0] #=> String
@@ -2138,6 +2142,8 @@ module Aws::CodeBuild
2138
2142
  # resp.webhook.scope_configuration.name #=> String
2139
2143
  # resp.webhook.scope_configuration.domain #=> String
2140
2144
  # resp.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
2145
+ # resp.webhook.status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "DELETING"
2146
+ # resp.webhook.status_message #=> String
2141
2147
  #
2142
2148
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/CreateWebhook AWS API Documentation
2143
2149
  #
@@ -5892,6 +5898,8 @@ module Aws::CodeBuild
5892
5898
  # resp.project.webhook.scope_configuration.name #=> String
5893
5899
  # resp.project.webhook.scope_configuration.domain #=> String
5894
5900
  # resp.project.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
5901
+ # resp.project.webhook.status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "DELETING"
5902
+ # resp.project.webhook.status_message #=> String
5895
5903
  # resp.project.vpc_config.vpc_id #=> String
5896
5904
  # resp.project.vpc_config.subnets #=> Array
5897
5905
  # resp.project.vpc_config.subnets[0] #=> String
@@ -6178,6 +6186,8 @@ module Aws::CodeBuild
6178
6186
  # resp.webhook.scope_configuration.name #=> String
6179
6187
  # resp.webhook.scope_configuration.domain #=> String
6180
6188
  # resp.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
6189
+ # resp.webhook.status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "DELETING"
6190
+ # resp.webhook.status_message #=> String
6181
6191
  #
6182
6192
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateWebhook AWS API Documentation
6183
6193
  #
@@ -6206,7 +6216,7 @@ module Aws::CodeBuild
6206
6216
  tracer: tracer
6207
6217
  )
6208
6218
  context[:gem_name] = 'aws-sdk-codebuild'
6209
- context[:gem_version] = '1.145.0'
6219
+ context[:gem_version] = '1.146.0'
6210
6220
  Seahorse::Client::Request.new(handlers, context)
6211
6221
  end
6212
6222
 
@@ -301,6 +301,7 @@ module Aws::CodeBuild
301
301
  WebhookFilter = Shapes::StructureShape.new(name: 'WebhookFilter')
302
302
  WebhookFilterType = Shapes::StringShape.new(name: 'WebhookFilterType')
303
303
  WebhookScopeType = Shapes::StringShape.new(name: 'WebhookScopeType')
304
+ WebhookStatus = Shapes::StringShape.new(name: 'WebhookStatus')
304
305
  WrapperBoolean = Shapes::BooleanShape.new(name: 'WrapperBoolean')
305
306
  WrapperDouble = Shapes::FloatShape.new(name: 'WrapperDouble')
306
307
  WrapperInt = Shapes::IntegerShape.new(name: 'WrapperInt')
@@ -1397,6 +1398,8 @@ module Aws::CodeBuild
1397
1398
  Webhook.add_member(:manual_creation, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "manualCreation"))
1398
1399
  Webhook.add_member(:last_modified_secret, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedSecret"))
1399
1400
  Webhook.add_member(:scope_configuration, Shapes::ShapeRef.new(shape: ScopeConfiguration, location_name: "scopeConfiguration"))
1401
+ Webhook.add_member(:status, Shapes::ShapeRef.new(shape: WebhookStatus, location_name: "status"))
1402
+ Webhook.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
1400
1403
  Webhook.struct_class = Types::Webhook
1401
1404
 
1402
1405
  WebhookFilter.add_member(:type, Shapes::ShapeRef.new(shape: WebhookFilterType, required: true, location_name: "type"))
@@ -7441,6 +7441,22 @@ module Aws::CodeBuild
7441
7441
  # </note>
7442
7442
  # @return [Types::ScopeConfiguration]
7443
7443
  #
7444
+ # @!attribute [rw] status
7445
+ # The status of the webhook. Valid values include:
7446
+ #
7447
+ # * `CREATING`: The webhook is being created.
7448
+ #
7449
+ # * `CREATE_FAILED`: The webhook has failed to create.
7450
+ #
7451
+ # * `ACTIVE`: The webhook has succeeded and is active.
7452
+ #
7453
+ # * `DELETING`: The webhook is being deleted.
7454
+ # @return [String]
7455
+ #
7456
+ # @!attribute [rw] status_message
7457
+ # A message associated with the status of a webhook.
7458
+ # @return [String]
7459
+ #
7444
7460
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/Webhook AWS API Documentation
7445
7461
  #
7446
7462
  class Webhook < Struct.new(
@@ -7452,7 +7468,9 @@ module Aws::CodeBuild
7452
7468
  :build_type,
7453
7469
  :manual_creation,
7454
7470
  :last_modified_secret,
7455
- :scope_configuration)
7471
+ :scope_configuration,
7472
+ :status,
7473
+ :status_message)
7456
7474
  SENSITIVE = []
7457
7475
  include Aws::Structure
7458
7476
  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.145.0'
57
+ GEM_VERSION = '1.146.0'
58
58
 
59
59
  end
60
60
 
data/sig/types.rbs CHANGED
@@ -1319,6 +1319,8 @@ module Aws::CodeBuild
1319
1319
  attr_accessor manual_creation: bool
1320
1320
  attr_accessor last_modified_secret: ::Time
1321
1321
  attr_accessor scope_configuration: Types::ScopeConfiguration
1322
+ attr_accessor status: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING")
1323
+ attr_accessor status_message: ::String
1322
1324
  SENSITIVE: []
1323
1325
  end
1324
1326
 
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.145.0
4
+ version: 1.146.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-18 00:00:00.000000000 Z
11
+ date: 2025-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core