aws-sdk-codebuild 1.79.0 → 1.80.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 +1 -1
- data/lib/aws-sdk-codebuild/types.rb +34 -29
- data/lib/aws-sdk-codebuild.rb +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: 6c516510bb2c723ce072f2c10496523debe7aca1cccb41f56bdcb56fc602ac62
|
|
4
|
+
data.tar.gz: 1c8d3abef00ad33016a3a7703f59d9ceeec726cabf0f0e882e3f2f1a3eca8b95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cac31ee10aca654614495ba3aa3960fa58b4ef882b972045ee6d534140afb7e48ddcc428145c141e3d780548525804afb300da03961247c3e5eb8dfe926325ba
|
|
7
|
+
data.tar.gz: bfd270039db5ffbd988fc261d806c49644e3251b32a039eb523bdcfd034a3d072870c6b804e9796b745d76789f1e174a5f5b48abe09b93c0bfb1dd8eaaeb4b12
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.80.0
|
|
@@ -5026,7 +5026,7 @@ module Aws::CodeBuild
|
|
|
5026
5026
|
params: params,
|
|
5027
5027
|
config: config)
|
|
5028
5028
|
context[:gem_name] = 'aws-sdk-codebuild'
|
|
5029
|
-
context[:gem_version] = '1.
|
|
5029
|
+
context[:gem_version] = '1.80.0'
|
|
5030
5030
|
Seahorse::Client::Request.new(handlers, context)
|
|
5031
5031
|
end
|
|
5032
5032
|
|
|
@@ -938,11 +938,6 @@ module Aws::CodeBuild
|
|
|
938
938
|
#
|
|
939
939
|
# : The build phase is still in progress.
|
|
940
940
|
#
|
|
941
|
-
# QUEUED
|
|
942
|
-
#
|
|
943
|
-
# : The build has been submitted and is queued behind other submitted
|
|
944
|
-
# builds.
|
|
945
|
-
#
|
|
946
941
|
# STOPPED
|
|
947
942
|
#
|
|
948
943
|
# : The build phase stopped.
|
|
@@ -1051,35 +1046,50 @@ module Aws::CodeBuild
|
|
|
1051
1046
|
# @!attribute [rw] phase_type
|
|
1052
1047
|
# The name of the build phase. Valid values include:
|
|
1053
1048
|
#
|
|
1054
|
-
#
|
|
1055
|
-
#
|
|
1049
|
+
# BUILD
|
|
1050
|
+
#
|
|
1051
|
+
# : Core build activities typically occur in this build phase.
|
|
1052
|
+
#
|
|
1053
|
+
# COMPLETED
|
|
1056
1054
|
#
|
|
1057
|
-
#
|
|
1055
|
+
# : The build has been completed.
|
|
1058
1056
|
#
|
|
1059
|
-
#
|
|
1060
|
-
# phase.
|
|
1057
|
+
# DOWNLOAD\_SOURCE
|
|
1061
1058
|
#
|
|
1062
|
-
#
|
|
1063
|
-
# phase.
|
|
1059
|
+
# : Source code is being downloaded in this build phase.
|
|
1064
1060
|
#
|
|
1065
|
-
#
|
|
1066
|
-
# phase.
|
|
1061
|
+
# FINALIZING
|
|
1067
1062
|
#
|
|
1068
|
-
#
|
|
1069
|
-
# phase.
|
|
1063
|
+
# : The build process is completing in this build phase.
|
|
1070
1064
|
#
|
|
1071
|
-
#
|
|
1072
|
-
# phase.
|
|
1065
|
+
# INSTALL
|
|
1073
1066
|
#
|
|
1074
|
-
#
|
|
1067
|
+
# : Installation activities typically occur in this build phase.
|
|
1075
1068
|
#
|
|
1076
|
-
#
|
|
1077
|
-
# submitted builds.
|
|
1069
|
+
# POST\_BUILD
|
|
1078
1070
|
#
|
|
1079
|
-
#
|
|
1071
|
+
# : Post-build activities typically occur in this build phase.
|
|
1072
|
+
#
|
|
1073
|
+
# PRE\_BUILD
|
|
1074
|
+
#
|
|
1075
|
+
# : Pre-build activities typically occur in this build phase.
|
|
1076
|
+
#
|
|
1077
|
+
# PROVISIONING
|
|
1078
|
+
#
|
|
1079
|
+
# : The build environment is being set up.
|
|
1080
|
+
#
|
|
1081
|
+
# QUEUED
|
|
1080
1082
|
#
|
|
1081
|
-
#
|
|
1082
|
-
#
|
|
1083
|
+
# : The build has been submitted and is queued behind other submitted
|
|
1084
|
+
# builds.
|
|
1085
|
+
#
|
|
1086
|
+
# SUBMITTED
|
|
1087
|
+
#
|
|
1088
|
+
# : The build has been submitted.
|
|
1089
|
+
#
|
|
1090
|
+
# UPLOAD\_ARTIFACTS
|
|
1091
|
+
#
|
|
1092
|
+
# : Build output artifacts are being uploaded to the output location.
|
|
1083
1093
|
# @return [String]
|
|
1084
1094
|
#
|
|
1085
1095
|
# @!attribute [rw] phase_status
|
|
@@ -1097,11 +1107,6 @@ module Aws::CodeBuild
|
|
|
1097
1107
|
#
|
|
1098
1108
|
# : The build phase is still in progress.
|
|
1099
1109
|
#
|
|
1100
|
-
# QUEUED
|
|
1101
|
-
#
|
|
1102
|
-
# : The build has been submitted and is queued behind other submitted
|
|
1103
|
-
# builds.
|
|
1104
|
-
#
|
|
1105
1110
|
# STOPPED
|
|
1106
1111
|
#
|
|
1107
1112
|
# : The build phase stopped.
|
data/lib/aws-sdk-codebuild.rb
CHANGED
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.80.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: 2021-08-
|
|
11
|
+
date: 2021-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|