aws-sdk-codebuild 1.144.0 → 1.146.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codebuild/client.rb +39 -29
- data/lib/aws-sdk-codebuild/client_api.rb +3 -0
- data/lib/aws-sdk-codebuild/types.rb +19 -1
- data/lib/aws-sdk-codebuild.rb +1 -1
- data/sig/types.rbs +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f6baf7b2cf8bcf1b0c8f9d413f1cb8323fd8b6350a265cc6fba40bac03d67e8
|
4
|
+
data.tar.gz: 261e8325de216867eec144afcaedb8eb3de51d6c6a4c0396146e4673add724bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 321d0c8996c08af7a4db1d3d00a850478a6e54a52ab60427805bc53684fcce6785d42c878e5358084cd6963696a77f478ee945d70ed262e900c48cb53884e734
|
7
|
+
data.tar.gz: d21e2d3b49bc77ab7a70a7c88d866ef5480f1097411e571390b18748565441fee855ae026ba4f9cc6af44ece2ef42463104088981a6456886a14ea3056600554
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.145.0 (2025-02-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.144.0 (2025-02-14)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.146.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/json_rpc
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/json_rpc'
|
38
38
|
|
39
39
|
module Aws::CodeBuild
|
40
40
|
# An API client for CodeBuild. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -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.
|
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
|
data/lib/aws-sdk-codebuild.rb
CHANGED
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.
|
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-
|
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
|