aws-sdk-codestar 1.0.0.rc7 → 1.0.0.rc8
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-codestar.rb +1 -1
- data/lib/aws-sdk-codestar/client.rb +2 -2
- data/lib/aws-sdk-codestar/types.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ff02e672ad9201682c78fa90e094081c1efcdf8
|
|
4
|
+
data.tar.gz: bcd561f46b0442fad104765cdf7330c2cba26558
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2b628726ffdab02a207edf8f39c89fe6ccfa4c89f1ab546d00281edd1c05077a1d304df0e1efa9bec42872c6adae5afc7c88e849ed1666c82c79ca38443b3cd
|
|
7
|
+
data.tar.gz: dd73e4940ded7d8f87338ead8e07c5c810b8b35dd2ea458cfabf70e8008cdba98ed09c3b20170755e84166726f52d5af059173c6f9bdf45665ccba62cedad160
|
data/lib/aws-sdk-codestar.rb
CHANGED
|
@@ -167,7 +167,7 @@ module Aws::CodeStar
|
|
|
167
167
|
#
|
|
168
168
|
# @option params [required, String] :user_arn
|
|
169
169
|
# The Amazon Resource Name (ARN) for the IAM user you want to add to the
|
|
170
|
-
#
|
|
170
|
+
# AWS CodeStar project.
|
|
171
171
|
#
|
|
172
172
|
# @option params [required, String] :project_role
|
|
173
173
|
# The AWS CodeStar project role that will apply to this user. This role
|
|
@@ -821,7 +821,7 @@ module Aws::CodeStar
|
|
|
821
821
|
params: params,
|
|
822
822
|
config: config)
|
|
823
823
|
context[:gem_name] = 'aws-sdk-codestar'
|
|
824
|
-
context[:gem_version] = '1.0.0.
|
|
824
|
+
context[:gem_version] = '1.0.0.rc8'
|
|
825
825
|
Seahorse::Client::Request.new(handlers, context)
|
|
826
826
|
end
|
|
827
827
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-codestar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.
|
|
4
|
+
version: 1.0.0.rc8
|
|
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: 2017-07-
|
|
11
|
+
date: 2017-07-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 3.0.0.
|
|
19
|
+
version: 3.0.0.rc19
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 3.0.0.
|
|
26
|
+
version: 3.0.0.rc19
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: aws-sigv4
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|