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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '08ccc54bd15287de1c7c446bea0cadf2813d34762c80a23bc7cf93736c5c3c77'
4
- data.tar.gz: 1cc689b57a924ab45d9a6f1918a5724f59bac553ad472f27f83e86e5aa7da475
3
+ metadata.gz: 6c516510bb2c723ce072f2c10496523debe7aca1cccb41f56bdcb56fc602ac62
4
+ data.tar.gz: 1c8d3abef00ad33016a3a7703f59d9ceeec726cabf0f0e882e3f2f1a3eca8b95
5
5
  SHA512:
6
- metadata.gz: 91f068add5d8af198dac9d9498855499905571d203e2eaa45f0c7d869631a33b83f573507ccdf1cd291d3f55b9cea0d2384bc3901ad5c6324436706754c13d82
7
- data.tar.gz: 690a46de4e836670ba7620c24048001e64939992745e1629f37c3e18a87f0d4a1f5b2de3c4027fdb90543265d46256c2b5286161c12ab0694cad4ebf967b8ebb
6
+ metadata.gz: cac31ee10aca654614495ba3aa3960fa58b4ef882b972045ee6d534140afb7e48ddcc428145c141e3d780548525804afb300da03961247c3e5eb8dfe926325ba
7
+ data.tar.gz: bfd270039db5ffbd988fc261d806c49644e3251b32a039eb523bdcfd034a3d072870c6b804e9796b745d76789f1e174a5f5b48abe09b93c0bfb1dd8eaaeb4b12
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2021-08-30)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for CodeBuild
8
+
4
9
  1.79.0 (2021-08-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
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.79.0'
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
- # * `BUILD`\: Core build activities typically occur in this build
1055
- # phase.
1049
+ # BUILD
1050
+ #
1051
+ # : Core build activities typically occur in this build phase.
1052
+ #
1053
+ # COMPLETED
1056
1054
  #
1057
- # * `COMPLETED`\: The build has been completed.
1055
+ # : The build has been completed.
1058
1056
  #
1059
- # * `DOWNLOAD_SOURCE`\: Source code is being downloaded in this build
1060
- # phase.
1057
+ # DOWNLOAD\_SOURCE
1061
1058
  #
1062
- # * `FINALIZING`\: The build process is completing in this build
1063
- # phase.
1059
+ # : Source code is being downloaded in this build phase.
1064
1060
  #
1065
- # * `INSTALL`\: Installation activities typically occur in this build
1066
- # phase.
1061
+ # FINALIZING
1067
1062
  #
1068
- # * `POST_BUILD`\: Post-build activities typically occur in this build
1069
- # phase.
1063
+ # : The build process is completing in this build phase.
1070
1064
  #
1071
- # * `PRE_BUILD`\: Pre-build activities typically occur in this build
1072
- # phase.
1065
+ # INSTALL
1073
1066
  #
1074
- # * `PROVISIONING`\: The build environment is being set up.
1067
+ # : Installation activities typically occur in this build phase.
1075
1068
  #
1076
- # * `QUEUED`\: The build has been submitted and is queued behind other
1077
- # submitted builds.
1069
+ # POST\_BUILD
1078
1070
  #
1079
- # * `SUBMITTED`\: The build has been submitted.
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
- # * `UPLOAD_ARTIFACTS`\: Build output artifacts are being uploaded to
1082
- # the output location.
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.
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-codebuild/customizations'
48
48
  # @!group service
49
49
  module Aws::CodeBuild
50
50
 
51
- GEM_VERSION = '1.79.0'
51
+ GEM_VERSION = '1.80.0'
52
52
 
53
53
  end
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.79.0
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-18 00:00:00.000000000 Z
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