aws-sdk-codebuild 1.11.0 → 1.12.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/lib/aws-sdk-codebuild.rb +1 -1
- data/lib/aws-sdk-codebuild/client.rb +3 -3
- data/lib/aws-sdk-codebuild/client_api.rb +1 -1
- data/lib/aws-sdk-codebuild/types.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc1b25c0cf677763c9527bb0ec58b7dc9d121816
|
|
4
|
+
data.tar.gz: 4da9f132cae6478122cd2b2e3a8d68ef6fe0c12f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ef7aa97ef89999c5d7c2762ad31fdb60ba595d90e92897ed32e50971d45d426a1f86fe72255b5ed35028f88c7fe99f75bee98d68cf1c767bfff33ec0b76eb34
|
|
7
|
+
data.tar.gz: a2d52495349166948a812c9ae9e03c4249f4a895dfabf85ab1899057d46444e8961fdd19815306ae315f6a6d08da71c99b8402a2e33d6db9e2136ac0dc40b3b7
|
data/lib/aws-sdk-codebuild.rb
CHANGED
|
@@ -636,7 +636,7 @@ module Aws::CodeBuild
|
|
|
636
636
|
# @option params [required, Types::ProjectEnvironment] :environment
|
|
637
637
|
# Information about the build environment for the build project.
|
|
638
638
|
#
|
|
639
|
-
# @option params [String] :service_role
|
|
639
|
+
# @option params [required, String] :service_role
|
|
640
640
|
# The ARN of the AWS Identity and Access Management (IAM) role that
|
|
641
641
|
# enables AWS CodeBuild to interact with dependent AWS services on
|
|
642
642
|
# behalf of the AWS account.
|
|
@@ -713,7 +713,7 @@ module Aws::CodeBuild
|
|
|
713
713
|
# privileged_mode: false,
|
|
714
714
|
# certificate: "String",
|
|
715
715
|
# },
|
|
716
|
-
# service_role: "NonEmptyString",
|
|
716
|
+
# service_role: "NonEmptyString", # required
|
|
717
717
|
# timeout_in_minutes: 1,
|
|
718
718
|
# encryption_key: "NonEmptyString",
|
|
719
719
|
# tags: [
|
|
@@ -1647,7 +1647,7 @@ module Aws::CodeBuild
|
|
|
1647
1647
|
params: params,
|
|
1648
1648
|
config: config)
|
|
1649
1649
|
context[:gem_name] = 'aws-sdk-codebuild'
|
|
1650
|
-
context[:gem_version] = '1.
|
|
1650
|
+
context[:gem_version] = '1.12.0'
|
|
1651
1651
|
Seahorse::Client::Request.new(handlers, context)
|
|
1652
1652
|
end
|
|
1653
1653
|
|
|
@@ -187,7 +187,7 @@ module Aws::CodeBuild
|
|
|
187
187
|
CreateProjectInput.add_member(:artifacts, Shapes::ShapeRef.new(shape: ProjectArtifacts, required: true, location_name: "artifacts"))
|
|
188
188
|
CreateProjectInput.add_member(:cache, Shapes::ShapeRef.new(shape: ProjectCache, location_name: "cache"))
|
|
189
189
|
CreateProjectInput.add_member(:environment, Shapes::ShapeRef.new(shape: ProjectEnvironment, required: true, location_name: "environment"))
|
|
190
|
-
CreateProjectInput.add_member(:service_role, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "serviceRole"))
|
|
190
|
+
CreateProjectInput.add_member(:service_role, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "serviceRole"))
|
|
191
191
|
CreateProjectInput.add_member(:timeout_in_minutes, Shapes::ShapeRef.new(shape: TimeOut, location_name: "timeoutInMinutes"))
|
|
192
192
|
CreateProjectInput.add_member(:encryption_key, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "encryptionKey"))
|
|
193
193
|
CreateProjectInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
@@ -428,7 +428,7 @@ module Aws::CodeBuild
|
|
|
428
428
|
# privileged_mode: false,
|
|
429
429
|
# certificate: "String",
|
|
430
430
|
# },
|
|
431
|
-
# service_role: "NonEmptyString",
|
|
431
|
+
# service_role: "NonEmptyString", # required
|
|
432
432
|
# timeout_in_minutes: 1,
|
|
433
433
|
# encryption_key: "NonEmptyString",
|
|
434
434
|
# tags: [
|
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.12.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: 2018-07-
|
|
11
|
+
date: 2018-07-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|