aws-sdk-codebuild 1.128.0 → 1.129.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codebuild/client.rb +7 -7
- data/lib/aws-sdk-codebuild/types.rb +7 -7
- data/lib/aws-sdk-codebuild.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +1 -1
- 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: 0e1832d35d0b40a825d341faf24cf7f2637eb1c3dd5b5927eaf5595c18bd7304
|
|
4
|
+
data.tar.gz: 4ef3666db3d37ddb94bb543bda210c7f130bb2848448e41f4cb510ff5f45e943
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb64dd98ebbfc4dcbfda4584b234055ff8951456bf1544aed435cd2d516d5de0337753c0c53c276c7e013982580556f49eb6dbff78973d2d69b9f713bf426939
|
|
7
|
+
data.tar.gz: 745d33b547a5ade2d0f72838038a311b0b096011c2804f14787734350e9d43d78f0fc1245c5d23c536913fc955f36fb274982785899acf844bad6817bf1827ad
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.129.0
|
|
@@ -974,7 +974,7 @@ module Aws::CodeBuild
|
|
|
974
974
|
# resp.projects[0].webhook.last_modified_secret #=> Time
|
|
975
975
|
# resp.projects[0].webhook.scope_configuration.name #=> String
|
|
976
976
|
# resp.projects[0].webhook.scope_configuration.domain #=> String
|
|
977
|
-
# resp.projects[0].webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL"
|
|
977
|
+
# resp.projects[0].webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
|
|
978
978
|
# resp.projects[0].vpc_config.vpc_id #=> String
|
|
979
979
|
# resp.projects[0].vpc_config.subnets #=> Array
|
|
980
980
|
# resp.projects[0].vpc_config.subnets[0] #=> String
|
|
@@ -1741,7 +1741,7 @@ module Aws::CodeBuild
|
|
|
1741
1741
|
# resp.project.webhook.last_modified_secret #=> Time
|
|
1742
1742
|
# resp.project.webhook.scope_configuration.name #=> String
|
|
1743
1743
|
# resp.project.webhook.scope_configuration.domain #=> String
|
|
1744
|
-
# resp.project.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL"
|
|
1744
|
+
# resp.project.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
|
|
1745
1745
|
# resp.project.vpc_config.vpc_id #=> String
|
|
1746
1746
|
# resp.project.vpc_config.subnets #=> Array
|
|
1747
1747
|
# resp.project.vpc_config.subnets[0] #=> String
|
|
@@ -1943,7 +1943,7 @@ module Aws::CodeBuild
|
|
|
1943
1943
|
# scope_configuration: {
|
|
1944
1944
|
# name: "String", # required
|
|
1945
1945
|
# domain: "String",
|
|
1946
|
-
# scope: "GITHUB_ORGANIZATION", # required, accepts GITHUB_ORGANIZATION, GITHUB_GLOBAL
|
|
1946
|
+
# scope: "GITHUB_ORGANIZATION", # required, accepts GITHUB_ORGANIZATION, GITHUB_GLOBAL, GITLAB_GROUP
|
|
1947
1947
|
# },
|
|
1948
1948
|
# })
|
|
1949
1949
|
#
|
|
@@ -1963,7 +1963,7 @@ module Aws::CodeBuild
|
|
|
1963
1963
|
# resp.webhook.last_modified_secret #=> Time
|
|
1964
1964
|
# resp.webhook.scope_configuration.name #=> String
|
|
1965
1965
|
# resp.webhook.scope_configuration.domain #=> String
|
|
1966
|
-
# resp.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL"
|
|
1966
|
+
# resp.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
|
|
1967
1967
|
#
|
|
1968
1968
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/CreateWebhook AWS API Documentation
|
|
1969
1969
|
#
|
|
@@ -5565,7 +5565,7 @@ module Aws::CodeBuild
|
|
|
5565
5565
|
# resp.project.webhook.last_modified_secret #=> Time
|
|
5566
5566
|
# resp.project.webhook.scope_configuration.name #=> String
|
|
5567
5567
|
# resp.project.webhook.scope_configuration.domain #=> String
|
|
5568
|
-
# resp.project.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL"
|
|
5568
|
+
# resp.project.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
|
|
5569
5569
|
# resp.project.vpc_config.vpc_id #=> String
|
|
5570
5570
|
# resp.project.vpc_config.subnets #=> Array
|
|
5571
5571
|
# resp.project.vpc_config.subnets[0] #=> String
|
|
@@ -5837,7 +5837,7 @@ module Aws::CodeBuild
|
|
|
5837
5837
|
# resp.webhook.last_modified_secret #=> Time
|
|
5838
5838
|
# resp.webhook.scope_configuration.name #=> String
|
|
5839
5839
|
# resp.webhook.scope_configuration.domain #=> String
|
|
5840
|
-
# resp.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL"
|
|
5840
|
+
# resp.webhook.scope_configuration.scope #=> String, one of "GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP"
|
|
5841
5841
|
#
|
|
5842
5842
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateWebhook AWS API Documentation
|
|
5843
5843
|
#
|
|
@@ -5866,7 +5866,7 @@ module Aws::CodeBuild
|
|
|
5866
5866
|
tracer: tracer
|
|
5867
5867
|
)
|
|
5868
5868
|
context[:gem_name] = 'aws-sdk-codebuild'
|
|
5869
|
-
context[:gem_version] = '1.
|
|
5869
|
+
context[:gem_version] = '1.129.0'
|
|
5870
5870
|
Seahorse::Client::Request.new(handlers, context)
|
|
5871
5871
|
end
|
|
5872
5872
|
|
|
@@ -5486,19 +5486,19 @@ module Aws::CodeBuild
|
|
|
5486
5486
|
# Contains configuration information about the scope for a webhook.
|
|
5487
5487
|
#
|
|
5488
5488
|
# @!attribute [rw] name
|
|
5489
|
-
# The name of either the enterprise or organization that will
|
|
5490
|
-
# webhook events to CodeBuild, depending on
|
|
5491
|
-
# or organization webhook respectively.
|
|
5489
|
+
# The name of either the group, enterprise, or organization that will
|
|
5490
|
+
# send webhook events to CodeBuild, depending on the type of webhook.
|
|
5492
5491
|
# @return [String]
|
|
5493
5492
|
#
|
|
5494
5493
|
# @!attribute [rw] domain
|
|
5495
|
-
# The domain of the GitHub Enterprise organization
|
|
5496
|
-
# parameter is only required if your
|
|
5497
|
-
# GITHUB\_ENTERPRISE
|
|
5494
|
+
# The domain of the GitHub Enterprise organization or the GitLab Self
|
|
5495
|
+
# Managed group. Note that this parameter is only required if your
|
|
5496
|
+
# project's source type is GITHUB\_ENTERPRISE or
|
|
5497
|
+
# GITLAB\_SELF\_MANAGED.
|
|
5498
5498
|
# @return [String]
|
|
5499
5499
|
#
|
|
5500
5500
|
# @!attribute [rw] scope
|
|
5501
|
-
# The type of scope for a GitHub webhook.
|
|
5501
|
+
# The type of scope for a GitHub or GitLab webhook.
|
|
5502
5502
|
# @return [String]
|
|
5503
5503
|
#
|
|
5504
5504
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ScopeConfiguration AWS API Documentation
|
data/lib/aws-sdk-codebuild.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -401,7 +401,7 @@ module Aws
|
|
|
401
401
|
?scope_configuration: {
|
|
402
402
|
name: ::String,
|
|
403
403
|
domain: ::String?,
|
|
404
|
-
scope: ("GITHUB_ORGANIZATION" | "GITHUB_GLOBAL")
|
|
404
|
+
scope: ("GITHUB_ORGANIZATION" | "GITHUB_GLOBAL" | "GITLAB_GROUP")
|
|
405
405
|
}
|
|
406
406
|
) -> _CreateWebhookResponseSuccess
|
|
407
407
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWebhookResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -1014,7 +1014,7 @@ module Aws::CodeBuild
|
|
|
1014
1014
|
class ScopeConfiguration
|
|
1015
1015
|
attr_accessor name: ::String
|
|
1016
1016
|
attr_accessor domain: ::String
|
|
1017
|
-
attr_accessor scope: ("GITHUB_ORGANIZATION" | "GITHUB_GLOBAL")
|
|
1017
|
+
attr_accessor scope: ("GITHUB_ORGANIZATION" | "GITHUB_GLOBAL" | "GITLAB_GROUP")
|
|
1018
1018
|
SENSITIVE: []
|
|
1019
1019
|
end
|
|
1020
1020
|
|
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.129.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: 2024-09-
|
|
11
|
+
date: 2024-09-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|