aws-sdk-codebuild 1.145.0 → 1.147.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: 176753fdcc6c9bad62f2e1e586b92ad0a83807574d50c75609e12751d3a924e1
4
- data.tar.gz: 568c1127dcc1571e87e784e2f9b35dc7d4aacb1b8f4484dfaf3710bbb32c4b79
3
+ metadata.gz: 4edb8ec3be224ec67f7dc3811fb6503b96807f83f7d77d6b866523cb5f597e00
4
+ data.tar.gz: 47483eea5681ce1d7ce212ab8a14eaa11494abec4b84ed1a966e1cbab8bfb354
5
5
  SHA512:
6
- metadata.gz: e8975d0cdfcaf07a2152e6d2755fa835ccca5029547006f6bf220e6a9c9f25ed1c1eac4c46c9c77a22b62f43ca528045d4ff060a7741fc85b84b655d6f06e6ac
7
- data.tar.gz: 7da2bb17f779ad36249e8f548e4ea903535a7a96a49bb03e54b70356024e81317086428208de412b7b3f9544d0ef1db1ae6e9af90002a0cd694381e5009f4e4e
6
+ metadata.gz: d40d60cab7b8aa43681d090a70ae452fedf23c2bafa88e06d8e8c9ec83e4466109775d6eee4b82b11e2ae922e1d8020d1ddfe186880dcca5071047d1d9b10a85
7
+ data.tar.gz: bf113b2bdc2acf348abc23fa01d485350a33902762b7c877697b46c67653e8266bdb773137916daa426c54a86cda44fdf40532ab4a049a0ff259b6462875566b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.147.0 (2025-02-25)
5
+ ------------------
6
+
7
+ * 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.
8
+
9
+ 1.146.0 (2025-02-20)
10
+ ------------------
11
+
12
+ * Feature - Add webhook status and status message to AWS CodeBuild webhooks
13
+
4
14
  1.145.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.145.0
1
+ 1.147.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
  #
@@ -1030,6 +1032,8 @@ module Aws::CodeBuild
1030
1032
  # resp.projects[0].webhook.scope_configuration.name #=> String
1031
1033
  # resp.projects[0].webhook.scope_configuration.domain #=> String
1032
1034
  # resp.projects[0].webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
1035
+ # resp.projects[0].webhook.status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "DELETING"
1036
+ # resp.projects[0].webhook.status_message #=> String
1033
1037
  # resp.projects[0].vpc_config.vpc_id #=> String
1034
1038
  # resp.projects[0].vpc_config.subnets #=> Array
1035
1039
  # resp.projects[0].vpc_config.subnets[0] #=> String
@@ -1901,6 +1905,8 @@ module Aws::CodeBuild
1901
1905
  # resp.project.webhook.scope_configuration.name #=> String
1902
1906
  # resp.project.webhook.scope_configuration.domain #=> String
1903
1907
  # resp.project.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
1908
+ # resp.project.webhook.status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "DELETING"
1909
+ # resp.project.webhook.status_message #=> String
1904
1910
  # resp.project.vpc_config.vpc_id #=> String
1905
1911
  # resp.project.vpc_config.subnets #=> Array
1906
1912
  # resp.project.vpc_config.subnets[0] #=> String
@@ -2138,6 +2144,8 @@ module Aws::CodeBuild
2138
2144
  # resp.webhook.scope_configuration.name #=> String
2139
2145
  # resp.webhook.scope_configuration.domain #=> String
2140
2146
  # resp.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
2147
+ # resp.webhook.status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "DELETING"
2148
+ # resp.webhook.status_message #=> String
2141
2149
  #
2142
2150
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/CreateWebhook AWS API Documentation
2143
2151
  #
@@ -3809,6 +3817,8 @@ module Aws::CodeBuild
3809
3817
  # resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].location #=> String
3810
3818
  # resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].identifier #=> String
3811
3819
  # resp.build_batch.debug_session_enabled #=> Boolean
3820
+ # resp.build_batch.report_arns #=> Array
3821
+ # resp.build_batch.report_arns[0] #=> String
3812
3822
  #
3813
3823
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/RetryBuildBatch AWS API Documentation
3814
3824
  #
@@ -4835,6 +4845,8 @@ module Aws::CodeBuild
4835
4845
  # resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].location #=> String
4836
4846
  # resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].identifier #=> String
4837
4847
  # resp.build_batch.debug_session_enabled #=> Boolean
4848
+ # resp.build_batch.report_arns #=> Array
4849
+ # resp.build_batch.report_arns[0] #=> String
4838
4850
  #
4839
4851
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StartBuildBatch AWS API Documentation
4840
4852
  #
@@ -5159,6 +5171,8 @@ module Aws::CodeBuild
5159
5171
  # resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].location #=> String
5160
5172
  # resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].identifier #=> String
5161
5173
  # resp.build_batch.debug_session_enabled #=> Boolean
5174
+ # resp.build_batch.report_arns #=> Array
5175
+ # resp.build_batch.report_arns[0] #=> String
5162
5176
  #
5163
5177
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StopBuildBatch AWS API Documentation
5164
5178
  #
@@ -5892,6 +5906,8 @@ module Aws::CodeBuild
5892
5906
  # resp.project.webhook.scope_configuration.name #=> String
5893
5907
  # resp.project.webhook.scope_configuration.domain #=> String
5894
5908
  # resp.project.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
5909
+ # resp.project.webhook.status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "DELETING"
5910
+ # resp.project.webhook.status_message #=> String
5895
5911
  # resp.project.vpc_config.vpc_id #=> String
5896
5912
  # resp.project.vpc_config.subnets #=> Array
5897
5913
  # resp.project.vpc_config.subnets[0] #=> String
@@ -6178,6 +6194,8 @@ module Aws::CodeBuild
6178
6194
  # resp.webhook.scope_configuration.name #=> String
6179
6195
  # resp.webhook.scope_configuration.domain #=> String
6180
6196
  # resp.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
6197
+ # resp.webhook.status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "DELETING"
6198
+ # resp.webhook.status_message #=> String
6181
6199
  #
6182
6200
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateWebhook AWS API Documentation
6183
6201
  #
@@ -6206,7 +6224,7 @@ module Aws::CodeBuild
6206
6224
  tracer: tracer
6207
6225
  )
6208
6226
  context[:gem_name] = 'aws-sdk-codebuild'
6209
- context[:gem_version] = '1.145.0'
6227
+ context[:gem_version] = '1.147.0'
6210
6228
  Seahorse::Client::Request.new(handlers, context)
6211
6229
  end
6212
6230
 
@@ -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')
@@ -444,6 +445,7 @@ module Aws::CodeBuild
444
445
  BuildBatch.add_member(:build_batch_config, Shapes::ShapeRef.new(shape: ProjectBuildBatchConfig, location_name: "buildBatchConfig"))
445
446
  BuildBatch.add_member(:build_groups, Shapes::ShapeRef.new(shape: BuildGroups, location_name: "buildGroups"))
446
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"))
447
449
  BuildBatch.struct_class = Types::BuildBatch
448
450
 
449
451
  BuildBatchFilter.add_member(:status, Shapes::ShapeRef.new(shape: StatusType, location_name: "status"))
@@ -1397,6 +1399,8 @@ module Aws::CodeBuild
1397
1399
  Webhook.add_member(:manual_creation, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "manualCreation"))
1398
1400
  Webhook.add_member(:last_modified_secret, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedSecret"))
1399
1401
  Webhook.add_member(:scope_configuration, Shapes::ShapeRef.new(shape: ScopeConfiguration, location_name: "scopeConfiguration"))
1402
+ Webhook.add_member(:status, Shapes::ShapeRef.new(shape: WebhookStatus, location_name: "status"))
1403
+ Webhook.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
1400
1404
  Webhook.struct_class = Types::Webhook
1401
1405
 
1402
1406
  WebhookFilter.add_member(:type, Shapes::ShapeRef.new(shape: WebhookFilterType, required: true, location_name: "type"))
@@ -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
@@ -7441,6 +7447,22 @@ module Aws::CodeBuild
7441
7447
  # </note>
7442
7448
  # @return [Types::ScopeConfiguration]
7443
7449
  #
7450
+ # @!attribute [rw] status
7451
+ # The status of the webhook. Valid values include:
7452
+ #
7453
+ # * `CREATING`: The webhook is being created.
7454
+ #
7455
+ # * `CREATE_FAILED`: The webhook has failed to create.
7456
+ #
7457
+ # * `ACTIVE`: The webhook has succeeded and is active.
7458
+ #
7459
+ # * `DELETING`: The webhook is being deleted.
7460
+ # @return [String]
7461
+ #
7462
+ # @!attribute [rw] status_message
7463
+ # A message associated with the status of a webhook.
7464
+ # @return [String]
7465
+ #
7444
7466
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/Webhook AWS API Documentation
7445
7467
  #
7446
7468
  class Webhook < Struct.new(
@@ -7452,7 +7474,9 @@ module Aws::CodeBuild
7452
7474
  :build_type,
7453
7475
  :manual_creation,
7454
7476
  :last_modified_secret,
7455
- :scope_configuration)
7477
+ :scope_configuration,
7478
+ :status,
7479
+ :status_message)
7456
7480
  SENSITIVE = []
7457
7481
  include Aws::Structure
7458
7482
  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.147.0'
58
58
 
59
59
  end
60
60
 
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
 
@@ -1319,6 +1320,8 @@ module Aws::CodeBuild
1319
1320
  attr_accessor manual_creation: bool
1320
1321
  attr_accessor last_modified_secret: ::Time
1321
1322
  attr_accessor scope_configuration: Types::ScopeConfiguration
1323
+ attr_accessor status: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING")
1324
+ attr_accessor status_message: ::String
1322
1325
  SENSITIVE: []
1323
1326
  end
1324
1327
 
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.147.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-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core