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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6c1ca005757ce6a68b437e04c8abfd8f51b1b36a
4
- data.tar.gz: f30148ee35636806458b3c86c9c3ea754db1063d
3
+ metadata.gz: 5ff02e672ad9201682c78fa90e094081c1efcdf8
4
+ data.tar.gz: bcd561f46b0442fad104765cdf7330c2cba26558
5
5
  SHA512:
6
- metadata.gz: 347264dd28eff0ecb5bbe888afff07fe97d450c3162226ded6fa64f8ea21a9d17956a5aac2d78b9e8a7c0e5efc8dab4a7d6dfb3eeb861d80c21a8c0e7f0d5fc7
7
- data.tar.gz: ac8405e49a40171ed67473f63c5e3f808400c3c263a940c819d48402fc9a72dd159628a4ec9c9d676504dabb935f36b8a178ed867d60cc36658f3db054c2175f
6
+ metadata.gz: a2b628726ffdab02a207edf8f39c89fe6ccfa4c89f1ab546d00281edd1c05077a1d304df0e1efa9bec42872c6adae5afc7c88e849ed1666c82c79ca38443b3cd
7
+ data.tar.gz: dd73e4940ded7d8f87338ead8e07c5c810b8b35dd2ea458cfabf70e8008cdba98ed09c3b20170755e84166726f52d5af059173c6f9bdf45665ccba62cedad160
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-codestar/customizations'
42
42
  # @service
43
43
  module Aws::CodeStar
44
44
 
45
- GEM_VERSION = '1.0.0.rc7'
45
+ GEM_VERSION = '1.0.0.rc8'
46
46
 
47
47
  end
@@ -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
- # DevHub project.
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.rc7'
824
+ context[:gem_version] = '1.0.0.rc8'
825
825
  Seahorse::Client::Request.new(handlers, context)
826
826
  end
827
827
 
@@ -31,7 +31,7 @@ module Aws::CodeStar
31
31
  #
32
32
  # @!attribute [rw] user_arn
33
33
  # The Amazon Resource Name (ARN) for the IAM user you want to add to
34
- # the DevHub project.
34
+ # the AWS CodeStar project.
35
35
  # @return [String]
36
36
  #
37
37
  # @!attribute [rw] project_role
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.rc7
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-27 00:00:00.000000000 Z
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.rc18
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.rc18
26
+ version: 3.0.0.rc19
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: aws-sigv4
29
29
  requirement: !ruby/object:Gem::Requirement